@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Reggae+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reggae+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Antique&family=Zen+Kaku+Gothic+New&display=swap');
body{
    font-size: 18px;
    color: #393734;
    min-height: 100vh;
    font-family: "Zen Antique", serif;
    background-color: #F2F2F2;
}
header{
    font-family: "Roboto", sans-serif;
}
main{
    overflow: hidden;
}
.pc-header{
    display: flex;
    padding: 16px 15% 16px 10%;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
}
.header-menu{
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 50%;
    justify-content: space-between;
    max-width: 500px;
}
.mv{
    width: 90%;
    margin-right: auto;
}
.mv h2{
    width: 100%;
}
.mv img{
    width: 100%;
}
.concept{
    width: 100%;
    margin-top: 48px;
    position: relative;
    padding: 0 5%;
}
.concept h2{
    width: 172px;
    margin: 0 auto;
}
.concept-inner{
    display: flex;
    justify-content: center;
}
.concept-back{
    width: 80%;
    max-width: 556px;
    min-width: 460px;
    margin:0 auto;
}
.concept-inner div{
    width: 50%;
}
.concept-title{
    font-size: 1.8em;
    margin:1.5em 0 1em;
    letter-spacing: .1em;
}
.concept-desc{
    letter-spacing: .2em;
    margin-bottom: .4em;
    max-width: 560px;
}
.concept-back{
    position: absolute;
    right:0;
    height: 80%;
    top:0;
}

.menu{
    background-color: #393734;
    margin-top: -5%;
    padding-top: 64px;
    color: #fff;
    padding-bottom: 2px;
}

.menu h2{
    width: 172px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.menu-container{
    width: 80%;
    margin:auto;
    display: flex;
    max-width: 1200px;
    margin-bottom: 120px;
}
.menu-left{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    padding-right: 5%;
    gap:0px;
}
.menu p{
    width: 100%;
}
.menu-title,.menu-price{
    font-size: 24px;
}
.menu-price{
    text-align: right;
}
.menu-photo{
    width: 30%;
}
.menu-minute{
    font-size: .8em;
}
.top-banner{
    width: 90%;
    margin:5% auto;
    max-width: 1200px;
}
.footer-inner{
    background-color: #393734;
    padding-top: 64px;
    color: #fff;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    padding-bottom: 32px;

}
.footer-container{
    position: relative;
}
.footer-top{
    display: flex;
    gap: 5%;
    margin: 0 auto;
    max-width: 1100px;
    justify-content: space-evenly;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
}
.footer-bottom{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 32px;
    padding: 0 3%;
}
.footer-bottom p{
    margin-bottom: 1em;
}
.footer-menu li{
    margin-top: 8px;
}
.copy{
    background-color: #2E2D2A;
    text-align: center;
    padding:24px 0 16px;
    font-size: .8em;
    color: #fff;
}
.sidebar{
 background-color: rgba(255,255,255,0.6);   
 display: flex;
 width: 64px;
 flex-wrap: wrap;
 padding: 18px 8px 8px;
 justify-content: center;
 position: fixed;
 right: 3%;
 bottom: 80px;
 z-index: 2;
}
.sidebar p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 16px;
}
.sidebar img{
    margin-bottom: 8px;
}
.goTop{
    position: absolute;
    top:-16px;
    right:5%;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 40px;
  height: 34px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 16px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}
.sp-header{
    display: none;
}
.sp-mv{
    display: none;
}
.sp-h2{
    display: none;
}
.sp-banner{
    display: none;
}
.sp-header-menu{
    display: none;
}
.sp-header-menu.active{
    display: block !important;
    height: calc(100vh - 64px);
}
.hum-head{
    opacity: 1;
    overflow: hidden;
}
.sp-header-menu li{
}
.sp-header-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    font-size: 32px;
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
    height: 90%;
}
.no-active{
    display: none;
}
.fv-bg{
    position: absolute;
    width: 50% !important;
    right: -20%;
    top: 0;
}
.mv{
    position: relative;
}
.school{
    width: 100%;
    margin-top: 48px;
    position: relative;
    padding: 0 5% 48px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.school h2{
    width: 172px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.scrollImg{
    position: absolute;
    width: 96px !important;
    right:10vw;
    bottom: 0%;
    margin:0 !important;
}
.school2>img,.school3>img{
    width: 90%;
    margin:0 auto;
    max-width: 1100px;
}
.school2{
    background-color: #Fff;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
}
.school3{
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
}
.sp-view{
    display: none;
}
.sp-yoyaku{
    display: none;
}
.youkou{
    font-size: 1.2em;
    margin: 2em auto;
    padding: .2em 2em;
    color: #A6619C;
    border: 1px solid #A6619C;
    background-color: #fff;
    display: block;
    width: fit-content;
}
.youkou2{
    max-width: 860px;
    margin:0 auto;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 48px;
}
@media screen and (max-width:1230px) {
    .fv-bg{
        display: none;
    }
    .pc-header{
        display: none;
    }
    .sp-header{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    header{
        background-color: #000;
        opacity: .8;
        padding:16px 16px;
        position: fixed;
        top:0;
        width: 100%;
        z-index: 10;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
    .sp-logo{
        width: 100%;
        max-width: 150px;
    }
    .sp-header > a{
        display: flex;
        align-items: center;
    }
    .sp-right{
        display: flex;
        align-items: center;
        gap:16px
    }
    .mv-img{
        display: none;
    }
    .sp-mv{
        width: 100%;
        display: block;
    }
    .mv{
        width: 100%;
    }
    .sidebar{
        display: none;
    }
    .concept-inner {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .concept h2{
        display: none;
    }
    .sp-h2{
        display: block;
        width: 172px;
        margin: 0 auto;   
        margin-top: 32px;
    }
    .concept-inner div {
        width: 95%;
    }
    .menu{
        margin-top: 0%;
    }
    .concept{
        padding-bottom: 64px;
    }
    .concept-back {
        min-width: unset;
        top: -15%;
        z-index: -1;
    }
    .concept p,.concept img{
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: fit-content;
        line-height: 1.3;
    }
    .menu-container {
        width: 90%;
        margin-bottom: 64px;
        align-items: center;
        gap: 32px;
        flex-direction: column-reverse;
    }
    .menu img{
        width: 100%;
    }
    .menu-left {
        width: 100%;
        padding-right: 0%;
        gap: 0px;
    }
    .menu-photo {
        width: 100%;
        max-width: 450px;
    }
    .menu-left{
        max-width: 800px;
    }
    .menu-title{
        margin-bottom: 8px;
    }
    .menu-desc{
        font-size: 16px;
    }
    .menu-price{
        font-size: 20px;
        margin-top: 8px;
    }
    .pc-banner{
        display: none;
    }
    .sp-banner{
        display: block;
        margin:0 auto
    }
    .top-banner {
        width: 100%;
        margin: 0;
        max-width: unset;
    }
    .sp-yoyaku{
        width: 80%;
        margin:16px auto;
        display: block;
    }
    .footer-top{
        display: none;
    }
    .goTop{
        display: none;
    }
    .footer-bottom div:last-child{
        display: none;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .footer-inner {
        padding-top: 32px;
    }
    .footer-bottom > img{
        width: 50%;
        margin-bottom: 16px;
    }
    .footer-bottom div{
        border-top: #fff 1px solid;
        padding-top: 16px;
    }
    .footer-bottom a{
        display: block;
        width: fit-content;
        margin:0 auto
    }
    .concept-title {
        font-size: 1.15em;
        margin: 1.5em 0;
        font-weight: bold;
    }
    .school{
        width: 100%;
        margin-top: 88px;
        text-align: left;
    }
    .scrollImg{
        display: none;
    }
    .school3{
        padding-bottom: 32px;
    }
    .school{
        padding-left: 0;
        padding-right: 0;
    }
    .school h2,.school>p{
       padding:0 5%;
    }
    .privacy {
        margin-top: 88px;
    }
}
@media screen and (max-width:600px){
    .pc-view{
        display: none;
    }
    .sp-view{
        display: block;
    }
    .sp-yoyaku{
        display: block;
    }
}
.footer-bottom p {
    font-family: "Zen Antique", serif;
}
/* contact */

.contact-container{
    background-color: #FFF7F7;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.contact-container__inner{
    max-width: 860px;
    margin:0 auto;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}
.contact-container__inner{
    background-color: #fff;
    padding: 5%;
}
.contact-container > p{
    font-size: .9em;
    text-align: center;
    margin-bottom: 40px;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 14px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 0;
    border-top: 1px solid #DBCED0;
    align-items: center;
    font-size: .9em;
    text-align: left;
}
.form3{
    align-items: unset;
}
.form-group label {
    min-width: 200px;
    width: 30%;
    margin-right: 10%;
}
.form2 input{
    width: 70%;
    min-width: 320px;
}
.form2{
    row-gap: 1em;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    flex: 1;
    padding: 4px;
    border: 1px solid #e8dada;
}

.dob input[type="text"] {
    width: calc(33.33% - 10px);
}

.dob input[type="text"] + input[type="text"] {
    margin-left: 10px;
}

.status,
.locations,
.employment-type,
.license,
.start-date {
    display: flex;
    flex-wrap: wrap;
}

.status label,
.locations label,
.employment-type label,
.license label,
.start-date label {
    flex: 1 0 200px;
}

.form-group textarea {
    resize: vertical;
    height: 100px;
}

.privacy-policy {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.privacy-policy label{
    width: fit-content;
}
.privacy-policy input[type="checkbox"] {
    margin-right: 10px;
}
.ymd{
    display: flex;
    width: 100%;
}
.ymd div:first-of-type input{
    width: 4em;
}
.ymd input{
    min-width: 4em;
    margin-right: 8px;
}
.ymd div{
    display: flex;
    align-items: flex-end;
}
.ymd span{
    margin-right: 1em;
}
.pp{
    text-decoration: underline;
}
button {
    display: block;
    width: 100%;
    padding: .5em 1.5em;
    background: #A6619C;
    color: #ffffff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(0deg, rgba(166,97,156,1) 0%, rgba(166,97,156,.6) 100%);
    box-shadow: 0px 8px 20px 0px #A6619C;
}

button:hover {
    background: #b58989;
}

.contact-info {
    margin-top: 80px;
    text-align: center;
}

.contact-info p {
    margin-bottom: 40px;
    text-align: center;
}

.contact-info .phone {
    background: #DCAAB4;
    color: #ffffff;
    padding: 20px;
}
.phone img{
    width: 100%;
}

.contact-info .phone p {
    margin: 5px 0;
}
.min-text{
    max-width: 320px;
}
.status,.locations,.employment-type,.license,.start-date{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    min-width: 300px;
    row-gap: 1em;
    text-align: left;
}
.status input{
    width:fit-content;
}
.status label{
    width: 90%;
}
.status div{
    width: 100%;
    display: flex;
}
.locations div{
    width: 50%;
    display: flex;
    align-items: center;
}
.employment-type div,.license div{
    width: 100%;
    display: flex;
}
.start-date div{
    width: 50%;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
  input[type="checkbox"] {
      position: relative;
      width: 20px;
      height: 20px;
      border: 1px solid #DBCED0;
      vertical-align: -2.5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      min-width: 20px;
      margin-right: 14px;
  }
  
  input[type="checkbox"]:checked:before {
      position: absolute;
      top: 2px;
      left: 6px;
      transform: rotate(50deg);
      width: 6px;
      height: 12px;
      border-right: 2px solid #A76168;
      border-bottom: 2px solid #A76168;
      content: '';
  }
  input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 24px;
      height: 24px;
      border: 2px solid #DBCED0;
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      margin-right: 12px;
      position: relative;
      padding: 0;
    }
    input[type="radio"]:checked {
      border-color: #A76168;
    }
    input[type="radio"]:checked::before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background: #A76168;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }
    ::placeholder {
      color: #CEA7AB;
    }
    .youkou-a{
      border: #A76168 1px solid;
      padding: .5em 1em;
      margin: 0 auto;
      display: block;
      width: fit-content;
      margin-bottom: 2em;
    }
    .youkou-a:hover{
      background-color: #A76168;
      color: #fff;
    }
  
    @media screen and (max-width: 600px) {
      .form-group {
          gap: 8px;
      }
      .form-group label {
          margin-right: 0%;
      }
      .privacy-policy{
          flex-wrap: nowrap;
          align-items: baseline;
      }
      .youkou img {
          padding: 0 5%;
      }
      .yukyu {
          margin-top: 0px;
      }
      .threePoint {
          margin-top: 64px;
      }
    }
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
  input[type="checkbox"] {
      position: relative;
      width: 20px;
      height: 20px;
      border: 1px solid #DBCED0;
      vertical-align: -2.5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      min-width: 20px;
      margin-right: 14px;
  }
  
  input[type="checkbox"]:checked:before {
      position: absolute;
      top: 2px;
      left: 6px;
      transform: rotate(50deg);
      width: 6px;
      height: 12px;
      border-right: 2px solid #A76168;
      border-bottom: 2px solid #A76168;
      content: '';
  }
  input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 24px;
      height: 24px;
      border: 2px solid #DBCED0;
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      margin-right: 12px;
      position: relative;
      padding: 0;
    }
    input[type="radio"]:checked {
      border-color: #A76168;
    }
    input[type="radio"]:checked::before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background: #A76168;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }
    ::placeholder {
      color: #CEA7AB;
    }
    .youkou-a{
      border: #A76168 1px solid;
      padding: .5em 1em;
      margin: 0 auto;
      display: block;
      width: fit-content;
      margin-bottom: 2em;
    }
    .youkou-a:hover{
      background-color: #A76168;
      color: #fff;
    }
  
    @media screen and (max-width: 600px) {
      .form-group {
          gap: 8px;
      }
      .form-group label {
          margin-right: 0%;
      }
      .privacy-policy{
          flex-wrap: nowrap;
          align-items: baseline;
      }
      .youkou img {
          padding: 0 5%;
      }
      .yukyu {
          margin-top: 0px;
      }
      .threePoint {
          margin-top: 64px;
      }
      dt {
        flex-basis: 100%;
        padding: 40px 0 8px 0;
        font-weight: bold;
    }
    dd {
        padding: 0 0 40px 0;
        border-top:unset;
    }
    dt:last-of-type{
        border-bottom: unset;
    }
    dd:last-child{
        border-bottom: 1px solid #F0E3E4;
        width: 100%;
    }
    .contact-contact__bg{
        position: absolute;
        max-width: 613px;
        bottom: 97.5% !important;
        left: 2% !important;
        width: 80% !important;
    }
    .contact-container {
        padding-top: 56px !important;
    }
    .contact-container__inner{
        width: 100% !important;
    }
    .form4 textarea{
        min-width: 100%;
    }
    .contact-1{
        display: none;
    }
    .contact-2{
        display: block;
        padding: 0 5%;
    }
    }
    

.privacy h2{
    width: 240px;
    margin: 0 auto;
    margin-top: 48px;
}
.privacy_box{
    max-width: 1200px;
    margin:64px auto;
    width: 90%;
}
.privacy_box h3{
    font-size: 1.4em;
    text-align: center;
    font-weight: 500;
    padding-bottom: .3em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #000;
}
.privacy_box p{
    font-weight: 100;
}
.hum_lust{
    width: 80%;
    display: block;
    margin:0 auto;
}