@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  color: #51310F;
  background-color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
    line-height: 1.6em;
    text-align: justify;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #51310F;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

/* 共通設定 ------------------------------- */
.pc{
    display: block;
}
.sp{
    display: none;
}

.section-title{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-title .en{
    display: block;
    color: #F1BC01;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    margin-left: 75px;
    margin-bottom: 10px;
    position: relative;
}
.section-title .en::before{
    content: "";
    width: 70px;
    height: 2px;
    background-color: #F1BC01;
    position: absolute;
    top: 7px;
    left: -75px;
}
.section-title .ja{
    display: block;
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
}

.fadein-to-left{
    opacity: 0;
    transform: translateX(80px);
    transition: all 1s;
}
.fadein-to-left.inview{
    opacity: 1;
    transform: translateX(0);
}

.fadein-to-right{
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1s;
}
.fadein-to-right.inview{
    opacity: 1;
    transform: translateX(0);
}

/* header -------------------------------- */
#header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

#header .logo{
    width: 243px;
}

#header .nav .menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .nav .menu li{
    margin-left: 40px;
}
#header .nav .menu li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#header .nav .menu li a:hover{
    transform: translateY(5px);
    opacity: 1;
}
#header .nav .menu li a .en{
    display: block;
    color: #F1BC01;
    font-family: "Montserrat", "M PLUS 1p", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
}
#header .nav .menu li a .ja{
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1em;
}
#header .nav .menu .sns{
    width: 50px;
    height: 50px;
    background-color: #F1BC01;
    border-radius: 15px;
}
#header .nav .menu .sns a{
    width: 100%;
    height: 100%;
    border: 1px solid #F1BC01;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .nav .menu .sns a:hover{
    transform: translateY(0);
    border: 1px solid #F1BC01;
    border-radius: 15px;
    background-color: #fff;
}
#header .nav .menu .insta a .en{
    display: none;
}
#header .nav .menu .line{
    display: none;
}

/* CTAエリア */
#header .cta-area{
    width: 70px;
    height: 210px;
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 100;
}
#header .cta-area .cta-item{
    display: block;
    width: 50px;
    background-color: #51310F;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    margin: 0 0 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#header .cta-area .cta-item:hover {
    width: 70px;
    padding-right: 35px;
    opacity: 1;
}
#header .cta-area .cta-item > img{
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
#header .cta-area .cta-item > .text{
    color: #fff;
    line-height: 1em;
    writing-mode: vertical-lr;
}
#header .cta-area .tel{
    display: none;
}

/* main-visual --------------------------- */
#main-visual{
    width: 100%;
    margin-bottom: 100px;
}
#main-visual .main-container{
    width: 100%;
    height: 526px;
    position: relative;
}
#main-visual .main-container .img-area img{
    width: 100%;
    height: 526px;
    object-fit: cover;
}
#main-visual .main-container .img-area li{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fade 15s infinite;
}
#main-visual .main-container .img-area li:nth-child(1){
    animation-delay: 0s;
}
#main-visual .main-container .img-area li:nth-child(2){
    animation-delay: 5s;
}
#main-visual .main-container .img-area li:nth-child(3){
    animation-delay: 10s;
}

@keyframes fade{
    0%{
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    45%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

#main-visual .main-container .text-area{
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 1;
}
#main-visual .main-container .text-area .main-catch{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#main-visual .main-container .text-area .main-catch > .small{
    font-size: 2rem;
}
#main-visual .main-container .text-area .sub-catch{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2em;
    margin-left: 55px;
    position: relative;
}
#main-visual .main-container .text-area .sub-catch::before{
    content: "";
    width: 50px;
    height: 3px;
    background-color: #51310F;
    position: absolute;
    top: 12px;
    left: -55px;
}

#main-visual .title-area{
    width: 100%;
    height: 70px;
    background-color: #F5EED8;
    position: relative;
}
#main-visual .title-area .main-title{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}
#main-visual .title-area .main-title > .en{
    display: block;
    font-family: "Montserrat", "M PLUS 1p", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
}
#main-visual .title-area .main-title > .ja{
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1em;
}

#main-visual .info-area > .text{
    max-width: 304px;
    margin: 25px auto 0;
}

/* introduction -------------------------- */
#introduction{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}
#introduction > .text-wrap{
    width: 58%;
    min-width: calc(100% - 520px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
#introduction .text-wrap .title{
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2em;
    writing-mode: vertical-rl;
    margin-left: 40px;
}
#introduction .text-wrap .text{
    writing-mode: vertical-rl;
    height: 360px;
    margin-top: 40px;
}
#introduction > .img-wrap{
    max-width: 520px;
    width: 42%;
}
#introduction > .img-wrap img{
    width: 100%;
    object-fit: cover;
}

#introduction .illust-container{
    width: 58%;
    min-width: calc(100% - 520px);
    position: absolute;
    bottom: 0;
    right: 0;
}
#introduction .illust-container img{
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}
#introduction .illust-container .house{
    width: 130px;
    left: -30px;
}
#introduction .illust-container .car{
    width: 130px;
    right: 200px;
}
#introduction .illust-container .school{
    width: 150px;
    right: 0;
}

/* service ------------------------------- */
#service{
    width: 100%;
    background-color: #F5EED8;
    background-image: url(../img/service-backimg.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
    padding: 150px 10%;
}

#service .service-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}
#service .service-list .service-item:first-child{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
#service .service-list .service-item .service-item-wrap{
    width: 100%;
    background-color: #fff;
    border-radius: 100px 0 0 0;
    border: 3px solid #F1BC01;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#service .service-list .service-item:first-child .service-item-wrap{
    width: 80%;
}
#service .service-list .service-item .service-item-wrap .info-wrap{
    width: 100%;
    border-radius: 100px 0 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 30px 30px 60px;
    flex-grow: 1;
}
/* first-child */
#service .service-list .service-item:first-child .service-item-wrap .info-wrap{
    flex-direction: row;
}
#service .service-list .service-item:first-child .service-item-wrap .info-wrap > .img{
    width: 300px;
}
#service .service-list .service-item:first-child .service-item-wrap .info-wrap > .info{
    width: calc(100% - 300px);
    margin-left: 20px;
}
#service .service-list .service-item .service-item-wrap .info-wrap > .info .info-title{
    display: block;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 20px;
}
#service .service-list .service-item .service-item-wrap .info-wrap > .info .info-title > .small{
    font-size: 1.25rem;
}
/* nth-child(2)と(5) */
#service .service-list .service-item:nth-child(2) .service-item-wrap .info-wrap,
#service .service-list .service-item:nth-child(5) .service-item-wrap .info-wrap{
    flex-direction: column-reverse;
}
#service .service-list .service-item:nth-child(2) .service-item-wrap .info-wrap .img,
#service .service-list .service-item:nth-child(5) .service-item-wrap .info-wrap .img{
    max-width: 300px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -30px;
}
/* nth-child(3)と(4) */
#service .service-list .service-item:nth-child(3) .service-item-wrap .info-wrap .img,
#service .service-list .service-item:nth-child(4) .service-item-wrap .info-wrap .img{
    max-width: 300px;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
}

#service .service-list .service-item .service-item-wrap .number-wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#service .service-list .service-item .service-item-wrap .number-wrap > span{
    color: #F1BC01;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
}
#service .service-list .service-item .service-item-wrap .number-wrap .text{
    display: block;
    font-size: 0.875rem;
}
#service .service-list .service-item .service-item-wrap .number-wrap .number{
    display: block;
    font-size: 3rem;
    margin-top: -5px;
}

/* service-details ----------------------- */
#service-detail{
    width: 100%;
    background-color: #F8F9FB;
    padding: 150px 10% 110px;
}
#service-detail .main-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#service-detail .main-container .title-wrap{
    width: 40%;
    background-image: url(../img/service-detail-backimg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
}

#service-detail .main-container .title-wrap > .section-title{
    align-items: flex-end;
}

#service-detail .main-container .data-wrap{
    width: 60%;
}
#service-detail .main-container .data-wrap .service-data-list{
    width: 95%;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item{
    display: flex;
    margin-bottom: 30px;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item:last-of-type{
    margin-bottom: 40px;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item dt{
    width: 80px;
    flex-shrink: 0;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item dd{
    width: calc(100% - 80px);
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item dd > .time-info{
    font-size: 1.25rem;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item dd > .notice1{
    margin-bottom: 20px;
}
#service-detail .main-container .data-wrap .service-data-list .service-data-item dd > .notice2{
    font-size: 0.875rem;
}

/* fee  ---------------------------------- */
#fee{
    width: 100%;
    padding: 150px 10%;
}

#fee .main-container{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#fee .main-container .fee-list{
    width: 50%;
    background-color: #F5EED8;
    border: 2px solid #F1BC01;
    border-radius: 0 0 100px 0;
    padding: 40px 5%;    
}
#fee .main-container .fee-list .fee-item-wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 3px dotted #fff;
    margin-bottom: 20px;
}
#fee .main-container .fee-list .fee-item-wrap:nth-of-type(4){
    margin-bottom: 40px;
}
#fee .main-container .fee-list .fee-item-wrap:last-of-type{
    margin-bottom: 0;
}
#fee .main-container .fee-list .fee-item-wrap > dt{
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1em;
}
#fee .main-container .fee-list .fee-item-wrap > dd{
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1em;
}
#fee .main-container .fee-list .fee-item-wrap > dd > .small{
    font-size: 1.25rem;
}

#fee .main-container .notice-area{
    width: 50%;
    display: flex;
    justify-content: center;
    background-image: url(../img/fee-img.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: right bottom;
}
#fee .main-container .notice-area .notice-wrap{
    width: 80%;
    font-size: 0.875rem;
    line-height: 1.6em;
}

/* Q&A  ---------------------------------- */
#q-and-a{
    width: 100%;
    background-color: #F5EED8;
    padding: 0 10%;
}

#q-and-a .main-container{
    display: flex;
    justify-content: space-between;
}

#q-and-a .main-container .img-area{
    width: 30%;
}
#q-and-a .main-container .img-area img{
    width: 100%;
    object-fit: cover;
}

#q-and-a .main-container .text-area{
    width: 70%;
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#q-and-a .main-container .text-area > .section-title{
    align-items: flex-end;
}

#q-and-a .main-container .question-list{
    width: 90%;
}
#q-and-a .main-container .question-list .question-item{
    padding-bottom: 20px;
    border-bottom: 3px dotted #fff;
    margin-bottom: 20px;
}
#q-and-a .main-container .question-list .question-item > dt{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
#q-and-a .main-container .question-list .question-item > dt .question{
    width: calc(100% - 25px);
    font-style: normal;
    margin: 0 20px 20px;
    position: relative;
}
#q-and-a .main-container .question-list .question-item > dt .question::before{
    content: "Q.";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -20px;
}
#q-and-a .main-container .question-list .question-item > dt .arrow{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-color: #51310F;
    border-radius: 50%;
    position: relative;
}
#q-and-a .main-container .question-list .question-item > dt .arrow::before{
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 4px;
    transform: rotate(45deg);
    z-index: 1;
}
#q-and-a .main-container .question-list .question-item > dt .arrow::after{
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 4px;
    transform: rotate(-45deg);
    z-index: 1;
}
/* active */
#q-and-a .main-container .question-list .question-item > dt.active .arrow{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
#q-and-a .main-container .question-list .question-item > dt.active .arrow::before{
    content: "";
    width: 8px;
    height: 2px;
    background-color: #51310F;
    position: absolute;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    z-index: 1;
}
#q-and-a .main-container .question-list .question-item > dt.active .arrow::after{
    content: "";
    width: 8px;
    height: 2px;
    background-color: #51310F;
    position: absolute;
    top: 10px;
    right: 4px;
    transform: rotate(45deg);
    z-index: 1;
}

/* instagram  ---------------------------- */
#instagram{
    width: 100%;
    padding: 150px 10%;
}

/* about-us  ----------------------------- */
#about-us{
    width: 100%;
}
#about-us > .section-title{
    align-items: flex-end;
    margin-right: 10%;
}

#about-us .main-wrap{
    width: 100%;
    background-color: #F5EED8;
    border-radius: 100px 0 0 0;
    padding: 0 10% 150px;
}
#about-us .main-wrap .main-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#about-us .main-wrap .main-container .map-wrap{
    width: 50%;
}
#about-us .main-wrap .main-container .map-wrap iframe{
    width: 100%;
    height: 350px;
    border: 1px solid #51310F;
    /* margin-top: -80px; */
}

#about-us .main-wrap .main-container .info-wrap{
    /* width: 50%; */
    width: 45%;
}
#about-us .main-wrap .main-container .info-wrap .info-list{
    width: 100%;
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap{
    display: flex;
    margin-bottom: 20px;
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap:last-of-type{
    margin-bottom: 0;
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap > dt{
    width: 64px;
    flex-shrink: 0;
    text-align: right;
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap > dd{
    width: calc(100% - 64px);
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap > dd .about-us-time{
    font-size: 0.875rem;
}
#about-us .main-wrap .main-container .info-wrap .info-list .info-item-wrap > dd a{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    display: block;
}

/* contact  ------------------------------ */
#contact{
    width: 100%;
    background-image: url(../img/contact-backimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 100px 10%;
}
#contact .img{
    display: none;
}

#contact .main-wrap{
    width: 650px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 40px;
}
#contact .main-wrap .contact-title{
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
}
#contact .main-wrap .contact-sub-title{
    text-align: center;
    margin-bottom: 40px;
}
#contact .main-wrap .info-tel{
    text-align: center;
}
#contact .main-wrap .info-tel .tel-number{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    margin-left: 25px;
    position: relative;
}
#contact .main-wrap .info-tel .tel-number::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-tel.svg);
    position: absolute;
    top: 8px;
    left: -25px;
}
#contact .main-wrap .reception-hours{
    font-size: 0.875rem;
    line-height: 1em;
    text-align: center;
    margin-bottom: 40px;
}

/* formエリア */
#contact .main-wrap .Form{
    width: 80%;
    margin: 0 auto;
}
#contact .main-wrap .Form .Form-Item{
    width: 100%;
    margin-bottom: 10px;
}
#contact .main-wrap .Form .wpcf7-form-control-wrap input[type="text"],
#contact .main-wrap .Form .wpcf7-form-control-wrap input[type="email"],
#contact .main-wrap .Form .wpcf7-form-control-wrap textarea{
    width: 100%;
    background-color: #F5EED8;
    border: 1px solid #51310F;
    transition: all 0.3s ease;
    padding: 10px;
}
#contact .main-wrap .Form .wpcf7-form-control-wrap textarea{
    height: 200px
}
#contact .main-wrap .Form .wpcf7-form-control-wrap input:focus,
#contact .main-wrap .Form .wpcf7-form-control-wrap textarea:focus{
    border-color: #F1BC01;
}
::placeholder {
    color: rgba(81, 49, 15, 0.5);
    opacity: 1;
}
#contact .main-wrap .Form .button-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contact .main-wrap .Form .button-wrap input[type="submit"]{
    width: 270px;
    height: 50px;
    color: #fff;
    background-color: #51310F;
    border-radius: 15px;
}
#contact .main-wrap .Form .button-wrap input[type="submit"]:hover{
    transform: translateY(5px);
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
/*「Simple Cloudflare Turnstile」を中央揃えにする*/
#contact div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}

/* footer  ------------------------------- */
#footer{
    width: 100%;
    background-color: #51310F;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    padding: 100px 5% 150px;
}

#footer .footer-title-wrap .footer-logo{
    width: 250px;
    margin-bottom: 65px;
}
#footer .footer-title-wrap .footer-logo img{
    width: 100%;
    object-fit: cover;
}
#footer .footer-title-wrap .footer-address{
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 10px;
}
#footer .footer-title-wrap a{
    display: block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    margin-left: 30px;
}
#footer .footer-title-wrap .footer-tel{
    margin-bottom: 10px;
    position: relative;
}
#footer .footer-title-wrap .footer-tel::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-tel-yellow.svg);
    position: absolute;
    bottom: 0;
    left: -30px;
}
#footer .footer-title-wrap .footer-mail{
    position: relative;
}
#footer .footer-title-wrap .footer-mail::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-mail-yellow.svg);
    position: absolute;
    bottom: 0;
    left: -30px;
}

#footer .footer-nav-wrap{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

#footer .footer-nav-wrap .footer-nav{
    width: calc(100% - 20px);
    display: flex;
}
#footer .footer-nav-wrap .footer-nav .footer-nav-list{
    width: 150px;
    margin-right: 30px;
}
#footer .footer-nav-wrap .footer-nav .footer-nav-list li{
    margin-bottom: 30px;
}
#footer .footer-nav-wrap .footer-nav .footer-nav-list li:last-of-type{
    margin-bottom: 0;
}
#footer .footer-nav-wrap .footer-nav .footer-nav-list li a{
    color: #fff;
    font-size: 0.9375rem;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list{
    width: 150px;
    margin-right: 30px;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list li{
    margin-bottom: 30px;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list li:last-of-type{
    margin-bottom: 0;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list li a{
    color: #fff;
    font-size: 0.9375rem;
    font-style: normal;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .instagram a{
    font-family: "Montserrat", sans-serif;
    margin-left: 30px;
    position: relative;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .instagram a::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-instagram-white.svg);
    position: absolute;
    top: -3px;
    left: -30px;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .line{
    margin-bottom: 135px;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .line a{
    margin-left: 30px;
    position: relative;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .line a::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-line-white.svg);
    position: absolute;
    top: -3px;
    left: -30px;
}
#footer .footer-nav-wrap .footer-nav .footer-sns-list .privacy-policy a{
    font-size: 0.75rem;
}

#footer .footer-nav-wrap .footer-link{
    width: 20px;
    flex-shrink: 0;
}
#footer .footer-nav-wrap .footer-link .top-to-link .arrow{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
}
#footer .footer-nav-wrap .footer-link .top-to-link .arrow::before,
#footer .footer-nav-wrap .footer-link .top-to-link .arrow::after{
    content: "";
    width: 8px;
    height: 2px;
    background-color: #51310F;
    position: absolute;
    z-index: 1;
}
#footer .footer-nav-wrap .footer-link .top-to-link .arrow::before{
    top: 8px;
    left: 4px;
    transform: rotate(-45deg);
}
#footer .footer-nav-wrap .footer-link .top-to-link .arrow::after{
    top: 8px;
    right: 4px;
    transform: rotate(45deg);
}

#footer .footer-nav-wrap .footer-link .top-to-link .page-top{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    writing-mode: vertical-rl;
}

/* thanks  ------------------------------- */
#thanks{
    width: 100%;
    padding: 150px 10%;
}
#thanks .massage-wrap{
    width: 80%;
    margin: 0 auto;
}
#thanks .massage-wrap .thanks-message{
    color: #F1BC01;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
#thanks .massage-wrap .text{
    text-align: center;
    margin-bottom: 60px;
}
#thanks .massage-wrap > a{
    display: block;
    width: 250px;
    height: 50px;
    color: #fff;
    background-color: #51310F;
    border-radius: 15px;
    text-align: center;
    padding: 14px 0;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}
#thanks .massage-wrap > a:hover{
    transform: translateY(5px);
    opacity: 1;
}

/* privacy_policy  ------------------------ */
#privacy_policy{
    width: 100%;
    padding: 150px 10%;
}

#privacy_policy .main-wrap{
    width: 100%;
}
#privacy_policy .main-wrap .content{
    width: 100%;
}
#privacy_policy .main-wrap .content h2{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 30px;
}
#privacy_policy .main-wrap .content p{
    margin-bottom: 20px;
}
#privacy_policy .main-wrap .content ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
#privacy_policy .main-wrap .content ul li{
    list-style: disc;
}

#privacy_policy .main-wrap .btn{
    display: block;
    width: 250px;
    height: 50px;
    color: #fff;
    background-color: #51310F;
    border-radius: 15px;
    text-align: center;
    padding: 14px 0;
    margin: 40px auto 0 auto;
    transition: all 0.4s ease-in-out;
}
#privacy_policy .main-wrap .btn:hover{
    transform: translateY(5px);
    opacity: 1;
}



/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 960px) {

    /* 共通設定 ------------------------------- */
    .pc{
        display: none;
    }

    /* header -------------------------------- */

    /* ハンバーガーメニュー */
    #header .hamburger{
        width: 50px;
        height: 50px;
        background-color: #F1BC01;
        border-radius: 15px;
        cursor: pointer;
        position: fixed;
        top: 25px;
        right: 40px;
        z-index: 100;
    }
    #header .hamburger span{
        width: 30px;
        height: 2px;
        background-color: #51310F;
        border-radius: 1px;
        display: inline-block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
    }
    #header .hamburger span:nth-of-type(1){
        top: 17px;
    }
    #header .hamburger span:nth-of-type(2){
        top: 25px;
    }
    #header .hamburger span:nth-of-type(3){
        top: 33px;
    }
    /* active */
    #header .hamburger.active span:nth-of-type(1){
        top: 25px;
        transform: rotate(45deg);
    }
    #header .hamburger.active span:nth-of-type(2){
        opacity: 0;
    }
    #header .hamburger.active span:nth-of-type(3){
        top: 25px;
        transform: rotate(-45deg);
    }

    #header .nav{
        width: 100%;
        height: 100vh;
        background-color: #51310F;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }
    #header .nav.active{
        opacity: 1;
        visibility: visible;
        overflow: auto;
        transition: all 0.6s;
    }

    #header .nav .menu{
        flex-direction: column;
        justify-content: center;
        padding-top: 120px;
    }
    #header .nav .menu li{
        margin-left: 0;
        margin-bottom: 70px;
    }
    #header .nav .menu li a .en{
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 5px;
    }
    #header .nav .menu li a .ja{
        color: #fff;
        font-size: 0.9375rem;
    }
    #header .nav .menu .sns{
        width: 100%;
        height: auto;
        background-color: #51310F;
        border-radius: 0;
    }
    #header .nav .menu .sns a{
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        flex-direction: row !important;
    }
    #header .nav .menu .line{
        display: block;
    }
    #header .nav .menu .sns a .img{
        display: block;
        width: 24px;
        height: 24px;
    }
    #header .nav .menu .sns a .en{
        display: block;
        margin-left: 10px;
    }

    /* main-visual --------------------------- */
    #main-visual .main-container .text-area{
        left: 40px;
    }
    #main-visual .main-container .text-area .main-catch{
        font-size: 2rem;
    }
    #main-visual .main-container .text-area .main-catch > .small{
        font-size: 1.5rem;
    }
    #main-visual .main-container .text-area .sub-catch{
        font-size: 1.25rem;
    }
    #main-visual .main-container .text-area .sub-catch::before{
        height: 2px;
        top: 10px;
    }

    /* introduction -------------------------- */
    #introduction{
        flex-direction: column;
        justify-content: center;
    }
    #introduction > .text-wrap{
        width: 100%;
        min-width: 100%;
        margin-bottom: 40px;
    }
    #introduction > .img-wrap{
        max-width: 100%;
        width: 100%;
        height: 500px;
    }
    #introduction > .img-wrap img{
        height: 100%;
        object-position: top center;
    }

    #introduction .illust-container{
        width: 100%;
        min-width: 100%;
    }

    /* service ------------------------------- */
    #service{
        background-attachment: scroll;
        background-position: right top;
    }

    #service .service-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    #service .service-list .service-item:first-child{
        grid-column: 1 / 2;
    }
    #service .service-list .service-item:first-child .service-item-wrap{
        width: 100%;
    }
    /* first-child */
    #service .service-list .service-item:first-child .service-item-wrap .info-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #service .service-list .service-item:first-child .service-item-wrap .info-wrap > .info{
        width: 100%;
        margin-left: 0;
    }

    #service .service-list .service-item:nth-child(1) .service-item-wrap .info-wrap .img,
    #service .service-list .service-item:nth-child(3) .service-item-wrap .info-wrap .img,
    #service .service-list .service-item:nth-child(4) .service-item-wrap .info-wrap .img{
        max-width: 300px;
        width: 100%;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    /* service-details ----------------------- */
    #service-detail .main-container{
        flex-direction: column;
        justify-content: center;
    }

    #service-detail .main-container .title-wrap{
        width: 100%;
        background-position: center bottom;
    }

    #service-detail .main-container .data-wrap{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #service-detail .main-container .data-wrap .service-data-list{
        width: 80%;
    }

    /* fee  ---------------------------------- */
    #fee .main-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #fee .main-container .fee-list{
        width: 80%;
        padding: 40px 10%;
        margin-bottom: 40px;
    }

    #fee .main-container .notice-area{
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
        background-size: 30%;
        background-position: left bottom;
    }
    #fee .main-container .notice-area .notice-wrap{
        width: 60%;
    }

    /* Q&A  ---------------------------------- */
    #q-and-a{
        padding: 0;
    }

    #q-and-a .main-container{
        flex-direction: column;
        justify-content: center;
    }

    #q-and-a .main-container .img-area{
        width: 100%;
        height: 300px;
    }
    #q-and-a .main-container .img-area img{
        height: 100%;
        object-position: center top;
    }

    #q-and-a .main-container .text-area{
        width: 100%;
        padding: 80px 10% 150px;
        align-items: flex-end;
    }

    #q-and-a .main-container .question-list{
        width: 100%;
    }

    /* about-us  ----------------------------- */
    #about-us > .section-title{
        margin-bottom: 40px;
    }

    #about-us .main-wrap{
        padding: 40px 10% 150px;
    }
    #about-us .main-wrap .main-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #about-us .main-wrap .main-container .map-wrap{
        width: 100%;
        margin-bottom: 40px;
    }
    #about-us .main-wrap .main-container .map-wrap iframe{
        width: 100%;
        margin: 0 auto;
    }

    #about-us .main-wrap .main-container .info-wrap{
        width: 80%;
        margin: 0 auto;
    }

    /* contact  ------------------------------ */
    #contact{
        align-items: center;
        justify-content: center;
    }

    #contact .main-wrap{
        width: 100%;
    }

    /* footer  ------------------------------- */
    #footer .footer-nav-wrap{
        flex-direction: column;
    }

    #footer .footer-nav-wrap .footer-nav{
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .footer-nav-wrap .footer-nav .footer-sns-list{
        width: 130px;
        margin-right: 0;
    }
    #footer .footer-nav-wrap .footer-link{
        width: 120px;
        flex-shrink: 1;
    }
    #footer .footer-nav-wrap .footer-link .top-to-link{
        display: flex;
        flex-direction: row-reverse;
    }
    #footer .footer-nav-wrap .footer-link .top-to-link .arrow{
        margin-bottom: 0;
        margin-left: 5px;
    }

    #footer .footer-nav-wrap .footer-link .top-to-link .page-top{
        display: block;
        writing-mode: horizontal-tb;
    }

    /* privacy_policy  ------------------------ */
    #privacy_policy{
        padding: 100px 10%;
    }
}

/*-------------------------------------------
スマホ
-------------------------------------------*/
@media screen and (max-width: 767px) {

    /* 共通設定 ------------------------------- */
    .sp{
        display: block;
    }

    .section-title{
        margin-bottom: 60px;
    }
    .section-title .ja{
        font-size: 1.5rem;
    }

    /* header -------------------------------- */
    #header{
        height: 60px;
        padding: 0 15px;
    }

    #header .logo{
        width: 178px;
    }
    #header .logo picture{
        display: block;
    }
    #header .logo picture img{
        display: block;
    }

    /* ハンバーガーメニュー */
    #header .hamburger{
        width: 35px;
        height: 35px;
        border-radius: 10px;
        top: 12px;
        right: 15px;
    }
    #header .hamburger span{
        width: 25px;
        left: 5px;
    }
    #header .hamburger span:nth-of-type(1){
        top: 12.5px;
    }
    #header .hamburger span:nth-of-type(2){
        top: 17.5px;
    }
    #header .hamburger span:nth-of-type(3){
        top: 22.5px;
    }
    /* active */
    #header .hamburger.active span:nth-of-type(1){
        top: 17.5px;
    }
    #header .hamburger.active span:nth-of-type(3){
        top: 17.5px;
    }

    #header .nav .menu{
        padding-top: 80px;
    }
    #header .nav .menu li{
        margin-bottom: 60px;
    }

    #header .nav .menu li a .ja{
        font-size: 0.75rem;
    }

    /* CTAエリア */
    #header .cta-area{
        width: 100%;
        height: 62px;
        top: auto;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: space-between;
    }
    #header .cta-area .tel{
        display: block;
    }
    #header .cta-area .cta-item{
        width: 49%;
        height: 60px;
        border-radius: 0;
        margin: auto 0 0 0;
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #header .cta-area .cta-item:hover{
        width: 49%;
        padding: 10px;
        opacity: 1;
    }
    #header .cta-area .cta-item > img{
        margin-bottom: 0;
        margin-right: 5px;
    }
    #header .cta-area .cta-item > .text{
        writing-mode: horizontal-tb;
    }

    /* main-visual --------------------------- */
    #main-visual .main-container{
        height: 500px;
    }
    #main-visual .main-container .img-area img{
        height: 500px;
    }

    #main-visual .main-container .text-area{
        width: 100%;
        height: 170px;
        background-color: rgba(255, 255, 255, 0.5);
        top: auto;
        bottom: 0;
        left: 0;
    }
    #main-visual .main-container .text-area .main-catch{
        font-size: 1.25rem;
        margin-top: 10px;
        text-align: center;
    }
    #main-visual .main-container .text-area .main-catch > .small{
        font-size: 0.9375rem;
    }
    #main-visual .main-container .text-area .sub-catch{
        font-size: 0.9375rem;
        margin-left: 0;
        text-align: center;
    }
    #main-visual .main-container .text-area .sub-catch::before{
        content: none;
    }

    #main-visual .title-area .main-title{
        width: 100%;
        top: -18px;
    }
    #main-visual .title-area .main-title > .en{
        font-size: 2.5rem;
    }

    /* introduction -------------------------- */
    #introduction > .text-wrap{
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #introduction .text-wrap .title{
        margin-left: 0;
    }
    #introduction .text-wrap .text{
        margin-top: 40px;
    }
    #introduction > .img-wrap{
        height: 450px;
    }

    #introduction .illust-container{
        width: 100%;
        min-width: 100%;
    }
    #introduction .illust-container .car{
        right: 10px;
    }
    #introduction .illust-container .school{
        display: none;
    }

    /* service ------------------------------- */
    #service{
        background-image: none;
        padding: 100px 5%;
    }

    #service .service-list{
        gap: 50px;
    }
    #service .service-list .service-item .service-item-wrap .info-wrap{
        padding: 70px 20px 20px 40px;
    }

    /* service-details ----------------------- */
    #service-detail{
        padding: 100px 5%;
    }

    #service-detail .main-container .title-wrap{
        height: 200px
    }

    #service-detail .main-container .data-wrap .service-data-list{
        width: 100%;
    }
    #service-detail .main-container .data-wrap .service-data-list .service-data-item{
        flex-direction: column;
        border-bottom: 1px solid rgba(81, 49, 15, 0.2);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #service-detail .main-container .data-wrap .service-data-list .service-data-item:last-of-type{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #service-detail .main-container .data-wrap .service-data-list .service-data-item dt{
        width: 100%;
        margin-bottom: 10px;
    }
    #service-detail .main-container .data-wrap .service-data-list .service-data-item dd{
        width: 100%;
    }

    /* fee  ---------------------------------- */
    #fee{
        padding: 100px 5%;
    }

    #fee .main-container .fee-list{
        width: 100%;
    }

    #fee .main-container .fee-list .fee-item-wrap > dt{
        font-size: 1rem;
    }
    #fee .main-container .fee-list .fee-item-wrap > dd{
        font-size: 1.5rem;
    }
    #fee .main-container .fee-list .fee-item-wrap > dd > .small{
        font-size: 1rem;
    }

    #fee .main-container .notice-area{
        width: 100%;
        background-image: none;
    }
    #fee .main-container .notice-area .notice-wrap{
        width: 90%;
    }

    /* Q&A  ---------------------------------- */
    #q-and-a .main-container .img-area{
        height: 200px;
    }

    #q-and-a .main-container .text-area{
        padding: 60px 5% 100px;
    }

    /* instagram  ---------------------------- */
    #instagram{
        padding: 100px 5%;
    }

    /* about-us  ----------------------------- */
    #about-us{
        background-color: #F5EED8;
        border-radius: 100px 0 0 0;
        padding: 100px 0;
    }
    #about-us > .section-title{
        margin-right: 5%;
    }

    #about-us .main-wrap{
        padding: 40px 0 0;
    }

    #about-us .main-wrap .main-container .info-wrap{
        width: 90%;
        margin: 0 auto;
    }

    
    /* contact  ------------------------------ */
    #contact{
        background-image: none;
        padding: 0;
    }
    #contact .img{
        display: block;
        width: 100%;
        height: 250px;
    }
    #contact .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #contact .main-wrap{
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        padding: 80px 5%;
    }
    #contact .main-wrap .contact-title{
        font-size: 1.5rem;
    }

    /* formエリア */
    #contact .main-wrap .Form{
        width: 100%;
    }

    /* footer  ------------------------------- */
    #footer{
        flex-direction: column;
        justify-content: center;
        padding: 80px 5% 150px;
    }

    #footer .footer-title-wrap{
        width: 100%;
        margin-bottom: 60px;
    }

    #footer .footer-nav-wrap{
        width: 100%;
        flex-direction: column;
    }

    #footer .footer-nav-wrap .footer-nav{
        width: 100%;
        margin-bottom: 30px;
    }

    /* thanks  ------------------------------- */
    #thanks{
        padding: 150px 5%;
    }
    #thanks .massage-wrap{
        width: 100%;
    }

    /* privacy_policy  ------------------------ */
    #privacy_policy{
        padding: 80px 5%;
    }

}