  /*============================
    setting
  ============================*/

  .sub__inner {
    max-width: 1280px;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 96%;
    margin: 0 auto;
  }

  .sub__inner-large {
    max-width: 1400px;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 96%;
    margin: 0 auto;
  }

  .bg {
    background: #F4EBDC;
  }

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

    .sub__inner,
    .sub__inner-large {
      padding-top: 100px;
      padding-bottom: 100px;
      width: 94%;
    }
  }

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

    .sub__inner,
    .sub__inner-large {
      padding-top: 80px;
      padding-bottom: 80px;
      width: 92%;
    }
  }

  /*============================
    sub-visual
  ============================*/
  .sub-mv {
    width: 100%;
    position: relative;
  }

  .sub-mv img {
    height: 450px;
    object-fit: cover;
  }

  @media screen and (max-width:1180px) {
    .sub-mv img {
      max-height: 400px;
    }
  }

  @media screen and (max-width: 768px) {
    .sub-mv img {
      width: 100%;
      max-height: 300px;
      object-position: 30% center;
    }
  }

  .page-title {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
  }

  .page-title .font-en {
    display: block;
    letter-spacing: .1em;
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .page-title .font-jp {
    display: block;
    font-size: 26px;
    letter-spacing: .05em;
    line-height: 1.3em;
  }

  @media screen and (max-width:1480px) {
    .page-title.xxl-white {
      color: #fff;
    }
  }

  @media screen and (max-width:1180px) {
    .page-title .font-en {
      font-size: 50px;
    }

    .page-title .font-jp {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .page-title {
      text-align: right;
      position: absolute;
      top: auto;
      bottom: 10%;
      right: 3%;
      transform: none;
    }

    .page-title .font-en {
      font-size: 35px;
      margin-bottom: 10px;
    }

    .page-title .font-jp {
      font-size: 21px;
    }
  }


  /*============================
    breadcrumb
  ============================*/

  .breadcrumb {
    font-weight: normal;
    margin-bottom: 0 !important;
    background: none;
  }

  .breadcrumb .inner {
    width: 96%;
    max-width: 1750px;
  }

  .breadcrumb p {
    font-size: 12px;
  }

  .breadcrumb a {
    color: #bdbdbd;
  }

  /*============================
    cmn
  ============================*/

  .sub_link a {
    color: #6c6a6a;
    text-decoration: underline;
  }

  .flex__text {
    width: 50%;
  }

  .flex__img {
    width: 45%;
  }

  @media screen and (max-width: 768px) {
    .flex__text {
      width: 100%;
    }

    .flex__img {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
    }

  }

  .check__ul {
    width: fit-content;
  }

  .check__ul .li:not(:last-child) {
    margin-bottom: .5rem;
  }

  .check__ul .li {
    position: relative;
    padding-left: 1.5rem;
  }

  .check__ul .li::before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    top: 5px;
    left: 0;
    background: url(../images/icon_check.png) no-repeat center center / contain;
  }


  /* ------  btn ------ */

  .btn_cmn,
  .btn_cmn02 {
    width: 300px;
    height: 60px;
    margin: 0 10px;
  }

  .btn_cmn a {
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border: 1px solid #222222;
    background: #222222;
    white-space: nowrap;
    transition: .3s ease-out;
  }

  .btn_cmn02 a {
    display: block;
    color: #222222;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #222222;
    white-space: nowrap;
    transition: .3s ease-out;
  }

  .btn_cmn a:hover {
    color: #222222;
    background: #fff;
    opacity: 1;
  }

  .btn_cmn02 a:hover {
    color: #fff;
    background: #222222;
    opacity: 1;
  }

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

    .btn_cmn,
    .btn_cmn02 {
      width: 280px;
      height: 50px;
    }

    .btn_cmn a,
    .btn_cmn02 a {
      line-height: 50px;
    }
  }

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

    .btn_cmn,
    .btn_cmn02 {
      width: 250px;
      height: 45px;
      margin-inline: auto;
    }

    .btn_cmn a,
    .btn_cmn02 a {
      line-height: 45px;
    }

    .btn_cmn02 {
      margin-top: 20px;
    }
  }


  /* -----Table----- */
  .table {
    max-width: 1080px;
    width: 100%;
    margin-inline: auto;
    padding: 50px 80px;
    background: #fff;
  }

  .table .tr {
    display: flex;
    justify-content: flex-start;
  }

  .table .th {
    width: 30%;
    padding: 20px;
    border-bottom: 1px solid #222;
    line-height: 1.6;
  }

  .table .td {
    width: 70%;
    padding: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #E4E4E4;
  }

  @media screen and (max-width: 768px) {
    .table {
      padding: 30px 0;
    }

    .table .tr {
      flex-direction: column;
    }

    .table .th {
      width: 100%;
      background: #222;
      color: #fff;
      padding: 10px 15px 10px 15px;
      border-bottom: none;
    }

    .table .td {
      width: 100%;
      padding: 10px 15px 20px 15px;
    }
  }

  /*============================
    title
  ============================*/

  .sub__ttl01 {
    padding-bottom: .8rem;
    border-bottom: 1px solid #171717;
    width: 100%;
  }

  .sub__ttl01 .font-en {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: normal;
    display: inline-block;
    margin-right: .5rem;
  }

  .sub__ttl01 .font-jp {
    display: inline-block;
    font-weight: 400;
    position: relative;
    font-size: 20px;
  }

  .sub__ttl01 .font-jp strong {
    font-weight: normal;
  }

  .sub__ttl02 {
    text-align: center;
  }

  .sub__ttl02 .font-en {
    font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .sub__ttl02 .font-jp {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .sub__ttl03 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
  }

  .sub__ttl03 span {
    line-height: 1;
    color: #00909d;
    margin-right: .5em;
  }

  @media screen and (max-width: 768px) {
    .sub__ttl01 .font-en {
      font-size: 26px;
    }

    .sub__ttl01 .font-jp {
      font-size: 16px;
    }

    .sub__ttl01 .font-jp strong {
      display: block;
    }

    .sub__ttl02 .font-en {
      font-size: 26px;
    }

    .sub__ttl02 .font-jp {
      font-size: 16px;
    }

    .sub__ttl03 {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.6;
    }

    .sub__ttl03 span {
      font-size: 20px !important;
    }
  }

  /* anker link */
  .anker__items {
    column-gap: 1%;
    row-gap: 20px;
  }

  .anker__item {
    min-width: 23%;
    height: 50px;
    position: relative;
  }

  .anker__item a {
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border: 1px solid #222;
    transition: .5s;
    padding: 0 20px;
  }

  .anker__item a:hover {
    color: #fff !important;
    background: #222;
    opacity: 1;
  }

  @media screen and (max-width:800px) {
    .anker__items {
      column-gap: 4%;
      row-gap: 10px;
    }

    .anker__item {
      min-width: 48%;
      height: 45px;
    }

    .anker__item a {
      line-height: 45px;
    }
  }

  @media screen and (max-width:499px) {
    .anker__items {
      row-gap: 10px;
    }

    .anker__item {
      width: 100%;
    }
  }


  /*============================
    sub-concept
  ============================*/
  .intro .ttl {
    font-size: 20px;
    background: #222;
    color: #fff;
    padding: 0 10px;
    width: fit-content;
  }

  .intro .ttl strong {
    font-weight: normal;
  }

  .sub-concept .greeting .name {
    font-size: 14px;
    text-align: right;
  }

  .sub-concept .greeting .flex__img {
    width: 35%;
  }

  .sub-concept .greeting .flex__text {
    width: 60%;
  }

  @media screen and (max-width: 768px) {
    .intro .ttl {
      font-size: 14px;
      padding: 0;
    }

    .intro .ttl strong {
      display: block;
    }

    .sub-concept .greeting .name {
      font-size: 12px;
    }

    .sub-concept .greeting .flex__img {
      width: 100%;
    }

    .sub-concept .greeting .flex__text {
      width: 100%;
    }
  }


  /*============================
    sub-eyelash
  ============================*/
  .point__item {
    padding: 30px 50px;
    width: 47%;
    box-shadow: 0px 0px 12px 0px rgba(233, 233, 233, 1);
    margin-bottom: 50px;
  }

  .point__item:last-of-type {
    margin: 0 auto;
  }

  .point__img {
    text-align: center;
    margin-bottom: 10px;
  }

  .point__ttl {
    font-size: 17px;
    font-weight: bold;
    color: #C8810D;
    margin-bottom: 20px;
  }

  .point__ttl strong {
    font-weight: normal;
    display: inline-block;
    margin-right: .5rem;
  }

  @media screen and (max-width:1024px) {
    .point__item {
      padding: 30px 20px;
      width: 48%;
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width:768px) {
    .point__item {
      padding: 30px 20px;
      width: 100%;
      margin-bottom: 30px;
    }

    .point__ttl {
      font-size: 16px;
    }
  }


  /*============================
    sub-menu
  ============================*/
  .sub-menu .sub__ttl01 .font-jp {
    font-size: 18px;
  }

  .menu__item {
    width: 100%;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  }

  .menu__ttl .font-jp {
    font-size: 18px;
    font-weight: bold;
  }

  .menu__ul {
    margin-top: 30px;
  }

  .menu__li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .menu__flex {
    display: flex;
    align-items: center;
  }

  .menu__txtWrap {
    max-width: 70%;
  }

  .menu__name {
    position: relative;
    padding-left: 1em;
  }

  .menu__name::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50vh;
    background-color: #ad8e2b;
    position: absolute;
    top: 10px;
    left: 0.2em;
  }

  .menu__p {
    font-size: 14px;
  }

  .menu__price {
    font-size: 15px;
  }

  .menu__subttl {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #171717;
  }

  .menu__subttl strong {
    font-size: 14px;
    font-weight: normal;
  }

  .line {
    background: radial-gradient(#171717 10%, transparent 30%) center/ 5px 5px;
    background: -ms-radial-gradient(#171717 10%, transparent 30%) center/ 5px 5px;
    content: '';
    display: flex;
    flex: 1 1 auto;
    height: 5px;
    margin: 0 10px;
  }

  @media screen and (max-width: 1024px) {
    .menu__item {
      padding: 50px 20px;
    }
  }

  @media screen and (max-width: 768px) {
    .menu__item {
      width: 100%;
      padding: 20px;
    }

    .menu__ttl .font-jp {
      font-size: 16px;
    }

    .menu__subttl {
      font-size: 15px;
    }

    .menu__subttl strong {
      font-size: 13px;
    }

    .menu__p {
      font-size: 12px;
    }

    .menu__price {
      font-size: 14px;
    }
  }



  /*============================
    sub-voice
  ============================*/
  .sub-voice .flex__img {
    width: 40%;
  }

  .sub-voice .flex__text {
    width: 53%;
  }

  .faq__ul .li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .faq__ul .li .faq__q,
  .faq__ul .li .faq__a {
    position: relative;
    line-height: 2;
    font-size: 15px;
  }

  .faq__ul .li .faq__q::before,
  .faq__ul .li .faq__a::before {
    font-family: "Poppins", sans-serif;
    position: absolute;
    font-size: 18px;
    font-size: 18px;
  }

  .faq__ul .li .faq__q {
    padding: 5px 10px 5px 40px;
    color: #fff;
    background: #222;
  }

  .faq__ul .li .faq__q::before {
    content: "Q.";
    left: 10px;
    top: 0;
  }


  .faq__ul .li .faq__a {
    padding: 10px 10px 5px 40px;
  }

  .faq__ul .li .faq__a::before {
    content: "A.";
    left: 10px;
    top: 8px;
  }

  @media screen and (max-width: 768px) {
    .sub-voice .flex__img {
      width: 100%;
    }

    .sub-voice .flex__text {
      width: 100%;
    }

    .faq__ul .li .faq__q,
    .faq__ul .li .faq__a {
      font-size: 14px;
    }

    .faq__ul .li .faq__q::before,
    .faq__ul .li .faq__a::before {
      font-size: 16px;
    }

    .faq__ul .li .faq__q::before {
      top: 3px;
    }
  }




  /*============================
    sub-company
  ============================*/

  .sub-company .salon .table {
    padding: 0;
  }

  .sub-company .salon .table .tr {
    margin-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
  }

  .sub-company .salon .table .th {
    margin-bottom: 5px;
    padding: 8px 10px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border-bottom: none;
  }

  .sub-company .salon .table .td {
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: none;
  }

  .sub-company .salon .sub__ttl01 .font-en strong {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
  }

  .g-map iframe {
    width: 100%;
    height: 300px;
  }


  @media screen and (max-width: 768px) {
    .g-map iframe {
      height: 300px;
    }


  }

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


  /*============================
    sub-info
  ============================*/

  .lecrurer__item .flex__img {
    width: 40%;
  }

  .lecrurer__item .flex__text {
    width: 53%;
  }

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

    .lecrurer__item .flex__img {
      width: 100%;
    }

    .lecrurer__item .flex__text {
      width: 100%;
    }
  }



.school_item {
  gap: 24px;
  margin-top: 40px;
}

.school_item:first-of-type {
  margin-top: 0;
}

.school_item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
.school_item:nth-child(even) {
    flex-direction: column;
  }
}

.comment_wrapper .name_lead {
  width: fit-content;
  background-color: #4eaee3;
  color: #fff;
}

.comment_wrapper .name_lead.voice_01 {
  background-color: #f29da6;
}
.comment_wrapper .name_lead.voice_02 {
  background-color: #60c1bd;
}

.comment_wrapper .name {
  font-size: 32px;
  font-weight: bold;
  margin-top: 16px;
}

.comment_wrapper .text_01 {
  margin-top: 24px;
}

.comment_wrapper .text_02 {
  margin-top: 24px;
  padding: 16px;
  background-color: #7d7d7d;
  color: #fff;
}

.image_wrapper.voice {
  width: 320px;
  height: 320px;
  margin-inline: auto;
}

.image_wrapper.voice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}