@charset "utf-8";
/* CSS Document */

.privacypolicy{
	z-index: 9999999;
}

.whitewrap .boxwrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(60px, 4vw, 100px) clamp(24px, 5vw, 40px);
  background: #fff;
  border-radius: 24px;
  text-align: center;
  box-sizing: border-box;
}
.contact_cta{
}

.contact_cta .contact_cta_inner{
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(255,255,255,0.62);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 56px) clamp(20px, 5vw, 52px);
}



.contact_cta .contact_cta_btns{
  margin-top: clamp(22px, 3vw, 34px);
  flex-wrap: wrap;
    justify-content: center;
}


.contact_cta .contact_cta_note{
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: #222;
  line-height: 2;
}

.contact_cta .contact_cta_tel_wrap{
  margin-top: clamp(22px, 3vw, 30px);
  flex-wrap: wrap;
}

.contact_cta .contact_cta_tel_label{
  margin: 0;
  color: #4D4D4D;
  font-weight: 700;
  line-height: 1.6;
}

.contact_cta .contact_cta_tel_label p{
  margin: 0;
  color: #4D4D4D;
}

.contact_cta .contact_cta_tel_icon{
  width: 18px;
  height: auto;
  display: block;
  object-fit: contain;
}

.contact_cta .contact_cta_tel_btn a{
  display: block;
  border: 1px solid #4D4D4D;
  border-radius: 999px;
  background: transparent;
}

.contact_cta .contact_cta_tel_btn .flex{
  min-height: 54px;
  padding: 0 22px;
  gap: 14px;
}

.contact_cta .contact_cta_tel_btn p{
  color: #4D4D4D;
}

.contact_cta .contact_cta_tel_btn .arrow_icon{
  border-color: #4D4D4D;
}

.contact_cta .contact_cta_tel_btn .arrow_icon::before,
.contact_cta .contact_cta_tel_btn .arrow_icon::after{
  background-color: #4D4D4D;
}

.more2 a, .more2 > div {
  position: relative;
  min-width: 240px;
  padding: 15px 30px;
  overflow: hidden;
  display: block;
  border-radius: 200px;
}
.more2 a:hover, a:hover .more2 > div {
  opacity: 1;
}
.more2 a, .more2 > div {
  background-color: #fff;
  border: 2px solid #4D4D4D;
  border-radius: 200px;
}
.more2 a::after, .more2 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4D4D4D;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more2 a:hover::after, a:hover .more2 > div::after, .more2 > .send-bt:hover::after {
  transform: translateX(0);
}
.more2 a > div, .more2 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more2 a > div p, .more2 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #4D4D4D;
}
.more2 a:hover > div p, a:hover .more2 > div > div p, .more2 > .send-bt:hover p {
  color: #fff;
}
.more2 a > div img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.more2 a:hover > div img.img1 {
  display: none;
}
.more2 a > div img.img2 {
  display: none;
}
.more2 a:hover > div img.img2 {
  display: inline-block;
}

.arrow_icon {
  width: 20px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #4D4D4D;
  position: relative;
  transition: ease 0.3s;
}
.arrow_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://hair-cielo.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-size: 6px auto;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
a:hover .arrow_icon {
  transform: translateX(2px);
}


@media screen and (max-width: 768px){
  .contact_cta{
  }

  .contact_cta .contact_cta_inner{
    padding: 24px 18px;
    border-radius: 12px;
  }

  .contact_cta .contact_cta_btns{
    gap: 12px;
  }


  .contact_cta .contact_cta_tel_wrap{
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (max-width: 576px){

  .contact_cta .contact_cta_tel_btn{
    width: 100%;
  }

  .contact_cta .contact_cta_tel_btn .flex{
    width: 100%;
    justify-content: space-between;
  }
}

.contact-form_a .send .send-bt{
	background-color: #4E4449;
	border: 1px solid  #4E4449;
}
.contact-form_a .send .send-bt p{
	color: #fff;
}
.contact-form_a .send .send-bt:hover{
	background-color: #4E4449;
	border: 1px solid  #4E4449;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

