@charset "utf-8";

*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --widthMain: 98.8rem;
    --colorFont: #222;
    --colorWhite: #fff;
    --colorMain: #fb3407;
    --colorAccent: #32cf8c;
    --colorBG: #fff7f5;
    --colorBGTypeB: #fafafa;
    --colorBorder: #888;
    --paddingMain: 6.8rem;
    --paddingSize: 2rem;
    --fontSizeH2: clamp(2.8rem, 3vw, 3.6rem);
    --fontSizeH3: clamp(2rem, 3vw, 2.8rem);
    --Shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}
html{
    font-size: 62.5%;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: var(--colorFont);
}
img, iframe{
    display: block;
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h2{
    font-size: var(--fontSizeH2);
}
h3{
    font-size: var(--fontSizeH3);
}
h4{
    font-size: inherit;
}
.container{
    max-width: var(--widthMain);
    padding-left: var(--paddingSize);
    padding-right: var(--paddingSize);
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}
.color__main{
    color: var(--colorMain);
}
.padding__main{
    padding-top: var(--paddingMain);
    padding-bottom: var(--paddingMain);
}
.flex{
    display: flex;
    flex-direction: column;
}
.left{
    order: 1;
}
.right{
    order: 2;
}
.title{
    text-align: center;
}
@media (min-width: 768px){
    body{
        font-size: 1.8rem;
    }
    .flex{
        flex-direction: row;
    }
}

/* btn */
.btn-area .btn{
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    margin: auto;
    padding: 2rem 2rem;
    max-width: 24rem;
    border-radius: 6rem;
    background: var(--colorMain);
    color: var(--colorWhite);
    transition: opacity .4s;
}
.btn-area .btn:hover{
    opacity: .8;
}

/* section-btn-area */
.section-btn-area{
    margin-top: -2rem;
}
.section-btn-area .price-text{
    text-align: center;
    font-size: var(--fontSizeH3);
    font-weight: 700;
    color: var(--colorWhite);
    margin: 0 auto 1.2rem;
    max-width: 60rem;
    background: var(--colorAccent);
    border-radius: 0.4rem;
    line-height: 1;
    padding: 0.8rem 0;
}
.section-btn-area .price{
    text-align: center;
    margin-bottom: 3.2rem;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 700;
}
.section-btn-area .price .font__big{
    font-size: 1.5em;
    line-height: 1;
}
@media (min-width: 768px){
    .section-btn-area{
        margin-top: 0;
    }
}

/* video-area */
.video-area .padding__main{
    padding-top: 0;
}
.video-area .iframe-wrap{
    max-width: 80rem;
    margin: auto;
}
.video-area iframe{
    aspect-ratio: 16/9;
    width: 100%;
}

/* section-desc */
.section-desc{
    background: var(--colorBG);
}
.section-desc .title{
    font-size: calc(var(--fontSizeH2) / 1.25);
    margin-bottom: 2.4rem;
}
.section-desc .title .font__big{
    font-size: 1.25em;
}
.section-desc .flex + .title{
    margin-top: var(--paddingMain);
}
.section-desc .flex{
    column-gap: 4.8rem;
    row-gap: 2rem;
}
.section-desc .flex > div{
    flex: 1;
}
.section-desc .flex .left .img-area{
    background: var(--colorWhite);
    padding: 1.2rem;
    box-shadow: var(--Shadow);
}
.section-desc .flex li{
    display: flex;
    align-items: center;
    line-height: 2;
    letter-spacing: .1rem;
    border-bottom: .2rem dashed var(--colorBorder);
    padding: 1.2rem 0;
    font-weight: 700;
}
.section-desc .flex li::before{
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
    background-image: url(img/checkbox-outline.svg);
    background-size: 2.4rem;
    background-repeat: no-repeat;
    margin-right: .4rem;
    position: relative;
    top: .1rem;
}
.section-desc .obtain-area{
    display: flex;
    flex-direction: column;
    column-gap: 4rem;
    row-gap: 5.6rem;
    margin-top: 8rem;
}
.section-desc .obtain-area > div{
    flex: 1;
}
.section-desc .obtain-area .sub-title{
    font-size: 1.8rem;
    background: var(--colorMain);
    color: var(--colorWhite);
    text-align: center;
    padding: .8rem 1.2rem;
    border-radius: .4rem;
}
.section-desc .obtain-area .text{
    font-size: 1.6rem;
    margin-top: 1.2rem;
    letter-spacing: .1rem;
    line-height: 2;
}
.section-desc .obtain-area .text p + p{
    margin-top: 1.5em;
}
@media (min-width: 768px){
    .section-desc .title{
        font-size: calc(var(--fontSizeH2) / 1.5);
        margin-bottom: 3.2rem;
    }
    .section-desc .title .font__big{
        font-size: 1.5em;
    }
    .section-desc .flex .left{
        flex: 0 0 36rem;
    }
    .section-desc .obtain-area{
        flex-direction: row;
    }
}

/* section-schedule */
.section-schedule{
    background: var(--colorBGTypeB);
}
.section-schedule .title{
    margin-bottom: 2.4rem;
}
.section-schedule .box-schedule.flex{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    border: .2rem solid var(--colorMain);
    flex-direction: row;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}
.box-schedule.flex > div{
    width: auto;
    text-align: center;
    padding: 1.2rem 2rem;
    font-weight: 700;
}
.box-schedule.flex .left{
    background: var(--colorMain);
    color: var(--colorWhite);
}
.box-schedule.flex .right{
    color: var(--colorMain);
}
.section-schedule p.text{
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.section-schedule .card{
    padding: 2.8rem 2rem 4.8rem;
    margin-top: 4rem;
    box-shadow: var(--Shadow);
    background: var(--colorWhite);
}
.section-schedule .card h3.ribon{
    text-align: center;
    line-height: 1;
    padding: .8rem 0;
    background: var(--colorAccent);
    color: var(--colorWhite);
    border-radius: .4rem;
}
.section-schedule .card .flex{
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.section-schedule .card .flex.top{
    padding: 2rem 2rem 4.8rem;
    font-weight: 700;
    gap: 1.6rem;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.section-schedule .card .flex.top::before{
    content: '';
    display: block;
    width: 100%;
    background: var(--colorBorder);
    height: .1rem;
    order: 2;
    border-radius: 2rem;
}
.section-schedule .card .flex.top .font__big{
    font-size: 1.75em;
}
.section-schedule .card .flex.top .right{
    font-size: 1.5em;
}
.section-schedule .card .flex.middle{
    max-width: 66rem;
    margin: 2rem auto 4.8rem;
    column-gap: 4.8rem;
    row-gap: 2.4rem;
}
.section-schedule .card .flex.middle h4{
    margin-bottom: 2.4rem;
    font-size: clamp(1.8rem, 2vw, 2rem);
}
.section-schedule .card .person-text{
    font-size: 1.4rem;
}
.section-schedule .card .flex.middle ul{
    margin-top: 1.2rem;
}
.section-schedule .card .flex.middle ul li{
    display: flex;
    line-height: 1.5;
}
.section-schedule .card .flex.middle ul li > span:first-of-type{
    flex: 0 0 4em;
}
.section-schedule .card .flex.middle ul li + li{
    margin-top: .8rem;
}
.section-schedule .card .theme-text{
    margin-top: 2rem;
    margin-bottom: 4.8rem;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    letter-spacing: .1rem;
    padding-left: .1rem;
}
.section-schedule .card .text{
    text-align: center;
    padding: 2rem 0 0;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
}
@media (min-width: 768px){
    .box-schedule.flex > div{
        width: 32rem;
    }
    .section-schedule p.text{
        font-size: 1.6rem;
    }
    .section-schedule .card{
        padding: 2.8rem 2.8rem 4.8rem;
    }
    .section-schedule .card .flex.top::before{
        width: .2rem;
        background: var(--colorBorder);
        height: 2.4em;
    }
    .section-schedule .card .flex.middle .left{
        flex: 0 0 24rem;
    }
    .section-schedule .card .person-text{
        font-size: 1.6rem;
    }
}

/* section-theme */
.section-theme .padding__main{
    padding-bottom: 0;
}
.section-theme .top-text{
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: 700;
    background: var(--colorAccent);
    color: #fff;
    margin: 2rem auto 0;
    border-radius: .4rem;
}
.section-theme .top-text span{
    font-size: 1.5em;
}
.section-theme .theme-table{
    margin: 2rem auto 0;
    width: 100%;
    border: .3rem solid var(--colorMain);
    border-collapse: collapse;
}
.section-theme .theme-table :is(th, td){
    padding: 1.6rem 4rem;
    line-height: 2;
    display: block;
}
.section-theme .theme-table th{
    background: var(--colorBGTypeB);
    line-height: 1;
}
.section-theme .theme-table th span{
    font-size: 1.75em;
    color: var(--colorMain);
}
.section-theme .theme-table td .guest{
    line-height: 1;
    background: var(--colorAccent);
    color: var(--colorWhite);
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.4rem;
    text-align: center;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}
.section-theme .theme-table tbody > tr:not(:last-of-type) td{
    border-bottom: .1rem solid var(--colorBorder);
}
.section-theme .note-wrap{
    display: flex;
    margin: 2rem auto 0;
}
.section-theme .note-wrap::before{
    content: '※';
}
.section-theme .note{
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    line-height: 1.75;
}
@media (min-width: 768px){
    .section-theme .theme-table :is(th, td){
        display: table-cell;
        line-height: 2;
        padding: 1.6rem 4rem;
    }
    .section-theme .theme-table th{
        width: 24rem;
        border-right: .1rem solid var(--colorBorder);
    }
    .section-theme .theme-table td .guest{
        width: 36rem;
    }
    .section-theme .theme-table tbody > tr:not(:last-of-type) :is(th, td){
        border-bottom: .1rem solid var(--colorBorder);
    }
}

/* section-person */
.section-person .title{
    margin-bottom: 3.2rem;
}
.section-person .card{
    box-shadow: var(--Shadow);
    padding: 2.8rem 2rem 3.2rem;
}
.section-person .card + .card{
    margin-top: 3.2rem;
}
.section-person .card .flex{
    justify-content: space-between;
    column-gap: 4.8rem;
    row-gap: 4rem;
}
.section-person .card .flex > div{
    flex: 1;
}
.section-person .card .flex .left h3{
    line-height: 1;
    border-bottom: .1rem solid var(--colorBorder);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}
.section-person .card .flex .left .introduction{
    letter-spacing: .1rem;
    line-height: 1.75;
    font-size: 1.4rem;
}
.section-person .card .flex .left .introduction p + p{
    margin-top: 1.5em;
}
@media (min-width: 768px) {
    .section-person .title{
        margin-bottom: 4.8rem;
    }
    .section-person .card{
        padding: 2.8rem;
    }
    .section-person .card .flex .right{
        flex: 0 0 36rem;
    }
    .section-person .card .flex .left h3{
        padding-top: 2.4rem;
    }
    .section-person .card .flex .left .introduction{
        font-size: 1.6rem;
    }
    .section-person .card .flex .left .introduction p + p{
        margin-top: 2em;
    }
}

/* banner */
.banner{
    background: var(--colorBGTypeB);
}

/* section-to-apply */
.section-to-apply{
    background: var(--colorBGTypeB);
}
.section-to-apply .card{
    background: var(--colorWhite);
    box-shadow: var(--Shadow);
    padding: 3.2rem 2rem 4.8rem;
    margin-bottom: 3.2rem;
}
.section-to-apply .card .flex{
    justify-content: center;
    column-gap: 4.8rem;
    row-gap: 4rem;
}
.section-to-apply .card .flex .h3{
    font-size: var(--fontSizeH3);
    text-align: center;
    background: var(--colorAccent);
    color: var(--colorWhite);
    line-height: 1;
    padding: 1.6rem 2rem;
    border-radius: 0.8rem;
}
.section-to-apply .card .flex p{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .1rem;
    padding-left: .1rem;
}
@media (min-width: 768px){
    .section-to-apply .card{
        margin-bottom: 4.8rem;
        padding: 3.2rem 2.8rem 4.8rem;
    }
    .section-to-apply .card .flex > div{
        flex: 0 0 clamp(28rem, 30vw, 36rem);
    }
    .section-to-apply .card .flex p{
        font-size: 1.6rem;
    }
}

/* section-faq */
.section-faq .title{
    margin-bottom: 3.2rem;
}
.section-faq .card{
    padding: 3.2rem 2rem;
    box-shadow: var(--Shadow);
}
.section-faq .card .faq{
    background: #f9f9f9;
    padding: 2rem;
}
.section-faq .card .faq :is(.question, .answer){
    display: flex;
}
.section-faq .card .faq .question{
    border-bottom: .2rem dashed var(--colorBorder);
    padding: 0 0 1.2rem;
    font-weight: 700;
}
.section-faq .card .faq :is(.question, .answer)::before{
    margin-right: .8rem;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
}
.section-faq .card .faq .question::before{
    content: 'Q';
    color: var(--colorMain);
    top: -.15em;
}
.section-faq .card .faq .answer{
    padding: 1.2rem 0 0;
}
.section-faq .card .faq .answer::before{
    content: 'A';
    color: var(--colorAccent);
    font-weight: 700;
    top: .1em;
}
.section-faq .card .faq :is(.question, .answer) p{
    letter-spacing: .1rem;
}
.section-faq .card .faq .answer p{
    line-height: 2;
}
.section-faq .card .faq + .faq{
    margin-top: 3.2rem;
}
@media (min-width: 768px){
    .section-faq .title{
        margin-bottom: 4.8rem;
    }
    .section-faq .card{
        padding: 3.2rem 2.8rem;
    }
    .section-faq .card .faq{
        padding: 2.8rem;
    }
    .section-faq .card .faq .question{
        padding: 0 .8rem 1.2rem;
    }
    .section-faq .card .faq .answer{
        padding: 1.2rem .8rem 0;
    }
}

/* section-message */
.section-message{
    background: var(--colorMain);
    color: var(--colorWhite);
}
.section-message .title{
    margin-bottom: 3.2rem;
}
.section-message .flex{
    max-width: 74rem;
    margin-left: auto;
    margin-right: auto;
    column-gap: 4.8rem;
    row-gap: 2rem;
    line-height: 2;
    letter-spacing: .1rem;
}
.section-message .flex .left{
    flex: 0 0 28rem;
}
.section-message .flex .img-area img{
    margin: auto;
}
@media (min-width: 768px) {
    .section-message .title{
        margin-bottom: 4.8rem;
    }
}

/* footer */
.footer .copyright {
    text-align: center;
    font-size: 1.4rem;
    padding: 4rem 0 4rem 0.1rem;
    font-weight: 700;
    letter-spacing: .1rem;
}