@charset "utf-8";

/*==========================
catch trial
==========================*/

.catch__txt--trial {
    font-size: 5.5rem;
    line-height: normal;
    letter-spacing: 0.55px;
}

.catch__img {
    object-position: 81% 50%;
}

.catch__img--pc {
    display: none;
}

/* .catch trial pc */
@media screen and (min-width:835px) {

    .catch__txt--trial {
        font-size: 13.0rem;
        letter-spacing: 1.3px;
    }

    .catch__img {
        width: 79.6vw;
        height: 655px;
        object-fit: cover;
    }

    .catch__img--pc {
        display: block;
    }

    .catch__img--sp {
        display: none;
    }
}

@media screen and (min-width:835px) {

    .catch__img {
        height: auto;
    }

}

/*==========================
scrollbtn
==========================*/

.scrollbtn {
    margin: 69px auto 0px;
}

.scrollbtn__frame {
    text-align: center;
}

.whbtn--trial {
    display: inline-block;
    width: 275px;
    height: 52px;
    line-height: 1.0;
    padding-top: 18px;
    margin-top: 30px;
}

.whbtn--trial:first-of-type {
    margin-top: 0px;
}

.whbtn--trial::before{
    right: 66px;
    transform: translateY(-50%) rotate(90deg);
}

/* .scrollbtn pc */

@media screen and (min-width:553px) {

    .scrollbtn__frame {
        display: flex;
        align-items:center;
        justify-content:center;
        gap: 4.9vw;
    }

    .whbtn--trial {
        line-height: 1.0;
        margin:0px
    }

}


@media screen and (min-width:835px) {

    .scrollbtn {
        margin: 0px 5.2vw 0px 15.2vw;
        padding: 133px 5.2vw 0px;
    }

    .scrollbtn__frame {
        display: flex;
        align-items:center;
        justify-content:center;
        gap: 12.9vw;
    }
    
    .whbtn--trial {
        width: 302px;
        height: 59px;
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 1.0; /* 100% */
        letter-spacing: 0.2px;
        margin:0px
    }
}

/*==========================
triallesson common
==========================*/

.sectiontitle {
    font-family: Cormorant;
    font-size: 5.0rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

/* .triallesson common */
@media screen and (min-width:835px) {

    .sectiontitle {
        font-size: 7.0rem;
        letter-spacing: 0.7px;
    }

}

/*==========================
lesson
==========================*/

.lesson {
    margin: 99px 10.6vw 125.6px;
}

.lesson__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 6px;
}

.lesson__frame {
    margin: 112px auto 0px;
    width: 73.6vw;
}

.lesson__ctgr {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.step__group {
    margin-top: 60px;
    position: relative;
}

.step__group::after {
    content: '';
    display: block;
    width: 73.3vw;
    height: 0.5px;
    background-color: var(--accent-black);
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
}

.step__group3::after,.step__group5::after {
    display: none;
}

.step__title {
    display: flex;
    align-items:center;
    justify-content:flex-start;
    gap: 3.2px;
}

.no__bra--step {
    font-family: Cormorant;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

.no__num--step {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0px; /* 0% */
    letter-spacing: 0.14px;
}

.step__txt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.18px;
}

.step__icon {
    width: 90px;
    height: 90px;
    margin: 29px auto 0px;
}

.step__txt2 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0.14px;
    width: 73.3vw;
    margin: 23px auto 0px;
}

.lesson__content2 {
    margin-top: 100px;
}

/* .lesson pc */

@media screen and (min-width:835px) {

    .lesson {
        margin: 147px 5.68vw 137px 18.5vw;
    }
    
    .lesson__txt {
        font-size: 1.6rem;
        line-height: 1.87;
        margin-top: 24px;
    }
    
    .lesson__frame {
        margin: 131px auto 0px;
        width: 65.6vw;
    }

    .lesson__content {
        display: flex;
        align-items:flex-start;
        justify-content:flex-start;
        gap: 8.87vw;
        position: relative;
    }

    .lesson__content::after {
        content: '';
        display: block;
        background-color: var(--accent-black);
        width: 65.6vw;
        height: 0.3px;
        position: absolute;
        bottom: -86px;
    }
    
    .lesson__content2 {
        gap: 7.63vw;
    }

    .lesson__content2::after {
        display: none;
    }

    .step__group {
        position: relative;
        margin-top: 78px;
    }

    .step__group:first-of-type {
        margin-top: 0px;
    }

    .step__group::after {
        width: 100%;
        top: auto;
        right: 0;
        left: 0;
        bottom: -39px;
        margin: 0 auto;
    }

    .step__title {
        gap: 9px;
    }
    
    .no__bra--step {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: normal;
        letter-spacing: 0.22px;
    }
    
    .no__num--step {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.16px;
    }

    .step__txt {
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.2px;
    }

    .step {
        display: flex;
        flex-direction: row-reverse;
        align-items:center;
        justify-content:flex-start;
        gap: 37px;
    }

    .step__icon {
        width: 80px;
        height: auto;
        margin: 0px;
    }

    .step__txt2 {
        font-size: 1.6rem;
        line-height: 1.87;
        letter-spacing: 0.16px;
        width: 32.7vw;
        margin: 22px 0px 0px;
    }

    .step__txt2--2 {
        width: 100%;
    }
    
    .lesson__content2 {
        margin-top: 208px;
    }
}

@media screen and (min-width:1280px) {

    .lesson__content {
        gap: 11vw;
    }

    .lesson__content2 {
        gap: 7vw;
    }
}

@media screen and (min-width:1920px) {

    .lesson__content2 {
        gap: 7.5vw;
    }
}

@media screen and (min-width:2450px) {

    .lesson__content2 {
        gap: 8.5vw;
    }
}



/*==========================
contact
==========================*/

.contact {
    background-color: var(--base-white);
    padding: 85.5px 10.6vw 61px;
}

.contact__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 8.4px;
}

.contact__frame {
    margin: 110px auto 0px;
    width: 73.6vw;
}

.contact__ctgr {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.tel {
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    margin-top: 30px;
    position: relative;
}

.tel::after {
    content: '';
    display: block;
    background-color: #6D6D6D;
    width: 200px;
    height: 0.5px;
    position: absolute;
    bottom: -3px;
}

.tel__icon {
    width: 30px;
    height: 30px;
}

.tel__num {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.24px;
}

.contact__content2 {
    margin-top: 83px;
}

/* .contact common */
@media screen and (min-width:835px) {

    .contact {
        padding: 152px 5.68vw 137px 18.5vw;
    }

    .contact__txt {
        font-size: 1.6rem;
        line-height: 1.87;
        letter-spacing: 0.16px;
        margin-top: 24px;
    }

    .contact__frame {
        margin: 117px 0px 0px 8vw;
        width: 65.2vw;
    }

    .contact__content {
        display: flex;
        align-items:center;
        justify-content:flex-start;
        gap: 241px;
    }

    .contact__ctgr {
        text-align: left;
    }

    .tel {
        margin-top: 0px;
    }

    .tel::after {
        display: none;
    }

    .contact__content2 {
        margin-top: 88px;
        align-items:flex-start;
        gap: 103px;
    }

}

/*==========================
form
==========================*/

.form {
    margin-top: 40px;
}
.form-group {
    margin-top: 20px;
}

.form__ctgr {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0.16px;
    display: block;
}

.required {
    color: #BA1822;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.68; /* 168.75% */
    letter-spacing: 0.16px;
}

.form__content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0.16px;
}

.radioarea {
    display: block;
}

.radio {
    appearance: none;
    width: 16px;
    height: 16px;
    outline: solid 1px var(--accent-black);
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: -2px;
    position: relative;
}

.radio:checked::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--accent-black);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text {
    display: block;
    width: 100%;
    padding: 8px 16px;
    background-color: #E5E3E1;
    font-size: 1.4rem;
}

.longtext {
    display: block;
    width: 100%;
    height: 220px;
    padding: 8px 16px;
    background-color: #E5E3E1;
    font-size: 1.4rem;
}

input[type="text"]:focus{
    outline: 0.5px solid var(--accent-black);
}

input[type="email"]:focus{
    outline: 0.5px solid var(--accent-black);
}

input[type="tel"]:focus{
    outline: 0.5px solid var(--accent-black);
}

input[type="number"]:focus{
    outline: 0.5px solid var(--accent-black);
}

textarea:focus{
    outline: 0.5px solid var(--accent-black); 
}

.blkbtn {
    display: block;
    width: 248px;
    height: 53px;
    color: var(--base-white);
    background-color: var(--accent-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 10px;
    transition: 0.5s;
    position: relative;
    margin: 43.1px auto 0px;
    padding: 0px 0px 0px 44px;
}

.blkbtn::after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(../images/arrow_white.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

/* .form */
@media screen and (min-width:835px) {

    .form {
        margin-top: 0px;
        width: 38vw;
    }

    .form-group {
        margin-top: 25px;
    }

    .form-group:first-of-type {
        margin-top: 0px;
    }
    
    .form__ctgr {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.87;
        letter-spacing: 0.16px;
        display: block;
    }

    .text {
        font-size: 1.6rem;
    }
    
    .longtext {
        font-size: 1.6rem;
    }

    .blkbtn {
        display: block;
        width: 249px;
        height: 59px;
        letter-spacing: 0.32px;
        margin: 71px 0px 0px;
        border: 0.3px solid rgba(109,109,109,0);
    }

    .blkbtn:hover {
        background-color: var(--base-beige);
        border: 0.3px solid #6D6D6D;
        color: var(--accent-black);
    }

    .blkbtn:hover:after{
        background-image: url(../images/arrow.png);
    }

}