@charset "utf-8";

body {
    max-width: 768px;
    margin: 0 auto;

}

h2{
font-size: 1.5rem;
font-weight: bold; /*装飾*/
}

.mainV {
    position: relative;
    width: 100%;
}

.mainV__bg {
    width: 100%;
    height: auto;
    z-index: -1;
}

.mainV-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.mainV-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainV-img01 {
    width: 100%;
    height: auto;
}

@keyframes sway {
    0% {
        transform: translate(0%, 0);
    }

    50% {
        transform: translate(0%, 6px);
        /* 上に動かす */
    }

    100% {
        transform: translate(0%, 0);
    }
}

.mainV-img01 {
    animation: sway 1.2s ease-in-out infinite;
    /* 2秒の間隔でゆらゆら */
}


.mainV-img02 {
    width: 100%;
    height: auto;
}

.mainV-img03 {
    width: 100%;
    height: 100%;
}

.mainV-img04 {
    width: 100%;
    height: auto;
}

@keyframes dropAndBounce {
    0% {
        transform: translateY(0%);
        /* 高い位置からスタート */
    }

    20% {
        transform: translateY(-3%);
        /* 地面にドンッと着地 */
    }

    40% {
        transform: translateY(-0%);
        /* 一回目の跳ね返り */
    }

    50% {
        transform: translateY(-1%);
        /* 着地 */
    }

    60% {
        transform: translateY(-0%);
        /* 二回目の小バウンド */
    }

    70% {
        transform: translateY(-.5%);
        /* 二回目の小バウンド */
    }

    90% {
        transform: translateY(0%);
        /* 着地 */
    }

    100% {
        transform: translateY(-0%);
        /* 最終着地位置 */
    }
}

.mainV-img04 {
    animation: dropAndBounce 1.2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}




.mainV-img05 {
    width: 100%;
    height: auto;
}

.m-cta-banner {
    width: 85%;
    margin: 24px auto;
}

.m-cta-banner__text {
    width: fit-content;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.35px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .m-cta-banner__text {
        font-size: 13px;
    }

}

.apply-banner {
    width: 100%;
    max-width: 768px;
    display: flex;
    margin: 0 auto;
    align-items: end;
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    opacity: 0;
    transition: .2s;
}

@media screen and (max-width: 480px) {
    .apply-banner {
        bottom: 50px;
    }
}

.apply-banner.show {
    opacity: 1;
}

/* youtube */

.youtube-container {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 32px;
    margin-bottom: 20px;
}

.youtube-content {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.about-container {
    position: relative;
}

.about-container__img {
    position: absolute;
    width: 60%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 45%);
    z-index: 10;
}

.about-container__hum-img {
    position: absolute;
    width: 18%;
    bottom: 0;
    right: 0%;
}



.about-container__text-img {
    position: absolute;
    width: 80%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 45%);
    z-index: 1;
}

.info-wrap {
    position: relative;

}

.info-hum01 {
    position: absolute;
    width: 18%;
    bottom: 0;
    left: 0;
}

.merit {
    position: relative;

}

.merit-img01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
}

.merit-img02 {
    position: absolute;
    bottom: 20px;
    width: 65%;
    right: 20px;
}

.guide {
    margin-top: 30px;
}

.guide-head {
    width: 90%;
    margin: 0 auto;
}

.guide-content {
    position: relative;
    margin-top: 10px;
}


.guide-content__hum01 {
    position: absolute;
    width: 18%;
    bottom: 0;
    right: 0;
}

.guide-content__hum02 {
    position: absolute;
    width: 18%;
    bottom: 0;
    left: 0;
}

.chat01,
.chat02 {
    position: relative;
}

.chat01 {
    margin-top: 20px;
}

.chat-head {
    width: 80%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.chat-head02 {
    top: 40px;

}

.chat01-hum,
.chat02-hum {
    position: absolute;
    width: 38%;
    top: 48%;
    left: 20px;
}

.beginner {
    position: relative;
}

.beginner-content {
    position: absolute;
    display: flex;
    align-items: flex-start;
}

.beginner-content-01 {
    top: 0;
    left: 0;
    transform: translateY(55%);
}

.beginner-content__img01 {
    width: 35%;
}

.beginner-content-02 {
    left: 0;
    bottom: 0;
    transform: translateY(10%);
    align-items: center;
}

.beginner-content__img02 {
    width: 70%;
}

.beginner-content__img03 {
    width: 70%;
}

.beginner-content__img04 {
    width: 35%;
}

.step-img01 {
    position: relative;
}

.step-img02 {
    position: absolute;
    bottom: 0;
    left: 0;
}


@keyframes sway01 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 6px);
        /* 上に動かす */
    }

    100% {
        transform: translate(0, 0);
    }
}

.about-container__hum-img,
.info-hum01,
.guide-content__hum01,
.guide-content__hum02,
.beginner-content__img01,
.beginner-content__img04,
.m-cta {
    animation: sway01 2s ease-in-out infinite;
    /* 2秒の間隔でゆらゆら */
}


@keyframes sway02 {
    0% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 6px);
        /* 上に動かす */
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.apply-banner {
    animation: sway02 2s ease-in-out infinite;
    /* 2秒の間隔でゆらゆら */
}



/* お問い合わせ */
.logo-wrap a {
    width: 120px;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
}

.form-container {
    min-height: 70vh;
    width: 100%;
    margin: 50px auto;
    margin-top: 20px;
    padding: 0 16px;
}

.contact-form__radio-option {
    margin-top: 20px;
}

.form-ttl {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    padding: 0 8px;
    text-align: center;
    border-bottom: 2px solid #EA5E55;
}

.text-red {
    color: #EA5E55;
    margin-bottom: 40px;
}

.contact-form__input::placeholder {
    font-size: 12px;
    /* お好みのサイズに変更 */
}

.form-disc__wrap {
    margin-top: 20px;
}

.wpcf7-list-item {
    margin-left: 0;
    margin-top: 20px;
}

.contact-form__label {
    display: flex;
    margin-top: 20px;
}

.contact-form__required {
    color: #EB212D;
}

.contact-form__input {
    margin-top: 8px;
    background: #EEEEEE;
    width: 100%;
    border: 1px solid #555;
    padding: 8px;
}

.wpcf7-select,
.wpcf7-date {
    width: 100%;
    padding: 12px 8px;
    background: #EEEEEE;
    border: 1px solid #555;
    min-height: 3em;
}

.contact-form__submit {
    display: block;
    width: 343px;
    background: #EA5E55;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding: 10px 40px;
    font-weight: bold;
    margin-top: 40px;
    cursor: pointer;
    transition: .3s;
}

.contact-form__submit:hover {
    opacity: .8;

}

.wpcf7-list-item-label {
    white-space: pre-line;
}


/* ラジオボタンの非表示設定 */
.wpcf7-radio label {
    cursor: pointer;
}

input[type=radio] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* チェックマークの表示 */
input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #DC4F09;
    transform: translate(-50%, -50%);
}

.thanks-text {
    margin-top: 20px;
    text-align: center;
}

.thanks-top {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    color: #DC4F09;
}

.page-footer {
    text-align: center;
    background: #F14C8E;
    padding: 16px 0;
    color: white;
    font-size: 12px;
}