@charset "UTF-8";

#keyvisual-sub_blc {
    background: url(../img/common/mainV_Recruit.jpg) no-repeat right center / contain;
}
@media screen and (max-width: 643px) {
    #keyvisual-sub_blc {
        background: url(../img/common/mainV_Recruit_sp.jpg) no-repeat right center / contain;
    }
}

.contact #keyvisual-sub_blc {
    background: url(../img/common/mainV_contact.jpg) no-repeat right center / contain;
}
@media screen and (max-width: 643px) {
    .contact #keyvisual-sub_blc {
        background: url(../img/common/mainV_contact_sp.jpg) no-repeat right center / contain;
    }
}





.ttl-style-group .txt-desc{
  text-align: center;
}


.ttl-style-group_sub {
    margin-bottom: 0rem;
}
.comm-blc.mainT {
      max-width: 890px;
          margin: 4.5rem auto 6rem;
}

.hisigataTtl{
  font-size: 16px;
  text-align: center;
  padding-left: 0.5rem;
  line-height: 1.8;
}
.hisigataTtl span{
  font-size: 24px;
color: #720000;
}



/* ▼ 右側のひし形 */
.hisigataTtl span::before,
.hisigataTtl span::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  transform: rotate(45deg);

  transition: all ease-in 0.3s;
  right: 0.5%;
}
.hisigataTtl span::before,
.hisigataTtl span::after,
.hisigataTtl:before,
.hisigataTtl:after {
  top: 10px;
}



.hisigataTtl span::before {
  border: 1px solid #903636;
  background-color: transparent;
  z-index: 1;
}

.hisigataTtl span::after {
  background-color: #f3e0e0;
  z-index: -1;
  right: 1.8%;
}

@media screen and (max-width: 985px) {
    .hisigataTtl:before {
        left: 0.7%;
    }
.hisigataTtl:after {
        left: 2.5%;
    }
  .hisigataTtl span::before {
    right: 0.7%;
  }
  .hisigataTtl span::after {
    right: 2.5%;
  }

}
@media screen and (max-width: 930px) {
.hisigataTtl span::before, .hisigataTtl span::after,
.hisigataTtl:before,.hisigataTtl:after {
    width: 40px;
    height: 40px;
  }

  .hisigataTtl {
    font-size: 14px;
  }
  .hisigataTtl span {
    font-size: 18px;
  }
    .hisigataTtl:before {
        left: 4.7%;
    }
.hisigataTtl:after {
        left: 6.5%;
    }
  .hisigataTtl span::before {
    right: 4.7%;
  }
  .hisigataTtl span::after {
    right: 6.5%;
  }

}
@media screen and (max-width: 813px) {
  .hisigataTtl span::before, .hisigataTtl span::after,
.hisigataTtl:before,.hisigataTtl:after {
  display: none;
  }
  .comm-blc.mainT {
margin: 2rem auto 0rem;
}
.margin-comm{
  margin: 5rem 0;
}
}

/* --------------------------------------
recruit-table  表*/


.recruit-table {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
}

.recruit-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.recruit-table th,
.recruit-table td {
  border-bottom: 1px solid #bdbdbd;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
 .recruit-table tr:last-child th,
.recruit-table tr:last-child td{
  border-bottom: 0px
}

.recruit-table th {
  width: 170px;
  font-weight: bold;
  white-space: nowrap;
      padding-left: 2.6rem;
}



@media screen and (max-width: 850px) {
  .recruit-table table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;

  }

  .recruit-table th {
    background-color: #f5f5f5;
    padding: 0.75rem 1rem;
    border-bottom: none;
  }

  .recruit-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e8e8e8;
  }

  .recruit-table tr:last-child {
    border-bottom: 2px solid #e8e8e8;
  }
}

.bgColor {
  background:#f7ededb3 ;
  padding: 4rem 0 5rem;
}

.recruit .recruit-table th.diamond {
    position: relative;
    padding-left: 3rem;
}

.recruit  .recruit-table th.diamond::before {
  content: "";
  position: absolute;
    left: 1.5rem;
    top: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #720000;
}

.recruit-table.Flow tr:last-child th,
.recruit-table.Flow tr:last-child td {
  border-bottom: 1px solid #bdbdbd;
}
.recruit-table.Flow tr:first-child th,
.recruit-table.Flow tr:first-child td {
  border-top: 1px solid #bdbdbd;
}
.recruit-note{
  padding: 1rem;
}

.required,.required-blc,.rule-txt a,.errorTxt{
  color: #720000;
}
.recruit-table .entry-form tr:last-child th,
.recruit-table .entry-form tr:last-child td {
  border-bottom: 1px solid #bdbdbd;
}
.recruit-table .entry-form tr:first-child th,
.recruit-table .entry-form tr:first-child td {
  border-top: 1px solid #bdbdbd;
}


@media screen and (max-width: 850px) {
.recruit-table.Flow tr:last-child th, .recruit-table.Flow tr:last-child td {
  border-bottom: 0px;
}
.recruit-table.Flow tr:first-child th, .recruit-table.Flow tr:first-child td {
  border-top: 0px ;
}
.recruit-table .entry-form tr:last-child th,
.recruit-table .entry-form tr:last-child td {
  border-bottom: 0px solid #bdbdbd;
}
.recruit-table .entry-form tr:first-child th,
.recruit-table .entry-form tr:first-child td {
  border-top: 0px solid #bdbdbd;
}
.recruit-table.Flow th{
  background-color: #fff;
}
}

textarea{
      width: 80%;
}
.btnSubmit{
  margin-top: 2rem;
  text-align: center;
}



.required-blc,.rule-txt{
  padding: 1rem;
}


input{
  padding: 5px 10px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーー
contactページ */


.salon-info {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 0rem;
}

.contact-block {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 5rem;
    padding-left: 3.5rem;
}

.contact-block .icon {
  position: absolute;
  left: 0;
    top: -4px;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}

.icon.tel {
  background-image: url(../img/common/icon_tel.png);
  transform: none;
}

.icon.mail {
  background-image: url(../img/common/icon_mail.png);
  transform: none;
}

.contact-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.2rem;
}

.tel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 2rem;
}

.tel-list li {
  list-style: none;
  position: relative;
  /* padding-left: 1.5rem; */
}

.tel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #720000;
}

.point {
  font-weight: bold;
  display: inline-block;
      padding-left: 1rem;
}

.tel-number {
  font-size: 28px;
  color: #720000;
  font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.tel-time {
  font-size: 14px;
  color: #333;
}

.mail-desc {
  font-size: 1rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 876px) {

}
@media screen and (max-width: 768px) {
  .tel-list {
    flex-direction: column;
  }

  .contact-block {
    padding-left: 3.5rem;
  }
}
/* 

こんなお問い合わせやお客様の声を頂いています！ */

.topics .ttl-style-group_sub{
    max-width: 740px;
    margin: 0 auto;
    position: relative;

}

.topics .hisigataTtl span::before,.topics  .hisigataTtl span::after,.topics  .hisigataTtl:before,.topics  .hisigataTtl:after {
    top: 3px;
}

.topics  .hisigataTtl:before {
        left: 0.7%;
    }
.topics .hisigataTtl:after {
        left: 2.5%;
    }
.topics .hisigataTtl span::before {
    right: 0.7%;
  }
.topics .hisigataTtl span::after {
    right: 2.5%;
  }


.support-topics {
  max-width: 950px;
      width: 92%;
margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.topic-block {
  flex: 1 1 30%;
  min-width: 280px;
}

.topic-block h3 {
  font-size: 20px;
  color: #720000;
  border-bottom: 2px solid #720000;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
width: 65%;
}
.topic-block ul {
  list-style: none;
  padding-left: 0;
}

.topic-block ul li {
  font-size: 16px;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1em;
}

.topic-block ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #000;
}

@media screen and (max-width: 768px) {
  .support-topics {
    flex-direction: column;
  }
}




.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.privacy-policy ol {
  padding-left: 1.2em;
}

.privacy-policy li {
  margin-bottom: 1.5rem;
}



