@charset "utf-8";

.pc {
        display: block;
}

.sp {
        display: none;
}

.mb01 {
        margin-bottom: 1rem;
}

.effect-fade {
        opacity: 0;
        transform: translate(0, 20px);
        transition: all 600ms;
}

.effect-fade.effect-scroll {
        opacity: 1;
        transform: translate(0, 0);
}

.guide-text-area {
        text-align: justify;
        line-height: 1.6;
}

/* メインコンテンツ */
.main-kv {
        position: relative;
        width: 100%;
        height: 600px;
}

.guide-main-img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: 50% 30%;
        vertical-align: top;
}

.kv-text {
        position: absolute;
        top: 65px;
        left: 65%;
        font-size: 3rem;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        writing-mode: vertical-rl;
}

.kv-text-style {
        display: block;
        margin-bottom: 1rem;
}

.online-step-area {
        padding: 8rem 0;
}

.flow-wrap {
        max-width: calc(1200px + 6%);
        padding: 0 3%;
        margin: 0 auto;
}

.online-session-main-title {
        position: relative;
        padding-bottom: 0.5em;
        margin-bottom: 4rem;
        font-weight: bold;
        text-align: center;
}

.online-session-main-title::before,
.online-session-main-title::after {
        content: "";
        position: absolute;
        right: 2em;
        left: 0;
        bottom: 0;
        width: 2em;
        height: 5px;
        margin: 0 auto;
        background-color: #4c9ac0;
}

.online-session-main-title::before {
        background-color: #dbc81a;
        left: 2em;
        width: 4em;
}

.step-top-text {
        font-size: 1.6rem;
        line-height: 1.8;
}

.online-step-title-area {
        margin-bottom: 8rem;
}

.step-wrap {
        display: flex;
        justify-content: space-between;
}
.step-wrap02 {
        display: flex;
        padding-top: 1em;

}
.online-step-pff02 {
        width: 18%;
        position: relative;
        padding: 1rem 1rem 1rem 2rem;
        background-color: #136CBC;
        color: #ffffff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
        margin-right: 2.55%;
}

.online-step {
        width: 18%;
        position: relative;
        padding: 1rem 1rem 1rem 2rem;
        background-color: #e5001b;
        color: #ffffff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.online-step-pff {
        width: 18%;
        position: relative;
        padding: 1rem 1rem 1rem 2rem;
        background-color: #136CBC;
        color: #ffffff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.online-step-number {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        font-size: 2rem;
}

.online-step-text {
        margin-bottom: 1rem;
        font-size: 1.7rem;
        color: #ffffff;
}

.online-session-main .top-title-text {
        margin-bottom: 30px;
}

.step-block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 0;
        margin: 1rem auto 4rem;
}

.contents-title {
        font-weight: bold;
        padding-bottom: 0.5em;
        position: relative;
        font-size: 1.8rem;
}

.contents-title::before,
.contents-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2em;
        background-color: #4c9ac0;
        height: 5px;
        right: 2em;
}

.contents-title::before {
        background-color: #E95513;
        left: 2em;
        width: 3em;
}

.online_n {
        margin-top: 1em;
}

.step-block-photo {
        width: 45%;
}

.step-block-text {
        width: 50%;
        display: flex;
        flex-direction: column;
}

.step-flex-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}

.step-block-photo-box {
        display: flex;
        justify-content: space-between;
}

.step04-photo-box {
        width: 32%;
}

.step-block-photo-img {
        width: 100%;
        vertical-align: top;
}

.step-container {
        margin-bottom: 8%;
}

.step-container .box {
        display: flex;
        justify-content: space-between;
}

.step-container .box .step-contents-img {
        width: 100%;
        vertical-align: top;
}

.step-contents-img01 {
        box-shadow: -15px 15px 0 #eeeeee;
}

.step-contents-img02 {
        box-shadow: 15px 15px 0 #eeeeee;
}

.step-contents-img03 {
        box-shadow: -15px 15px 0 #eeeeee;
        margin-top: 2em;
}

.step-container .box .step-contents {
        display: flex;
        flex-direction: column;
        width: 50%;
}

.step-container .box .step-text-box {
        flex-grow: 1;
}

/* .photo-l {
        box-shadow: -15px 15px 0 #eeeeee;
}

.photo-r {
        box-shadow: 15px 15px 0 #eeeeee;
} */

.step-block-flex {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
}

.number-box {
        margin-right: 2rem;
        font-family: 'Teko', sans-serif;
        text-align: center;
}

.step-block-number {
        font-size: 18.5px;
        line-height: 1;
        letter-spacing: .08em;
}

.num {
        display: block;
        font-size: 36px;
        letter-spacing: .06em;
        line-height: 0.6;
}

.btn-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
}

.btn-contact,
.btn-reserve {
        display: flex;
        width: 45%;
}

.btn-contact-link,
.btn-reserve-link {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: auto;
        padding: 2rem;
        font-weight: bold;
        border-radius: 5px;
        border: 2px solid #e5001b;
        box-shadow: 3px 3px #e5001b;
        transition: 0.2s ease-in-out;
}
.btn-contact-link:hover,
.btn-reserve-link:hover {
        box-shadow: none;
        transform: translate(3px, 3px);
        color: #e5001b;
}

.btn-contact-link-pff:hover,
.btn-reserve-link-pff:hover {
        box-shadow: none;
        transform: translate(3px, 3px);
        color: #136CBC;
}

.btn-contact-link-pff,
.btn-reserve-link-pff {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 1rem 0;
        font-size: 1.6rem;
        font-weight: bold;
        border-radius: 5px;
        border: 2px solid #136CBC;
        box-shadow: 3px 3px #136CBC;
        background-color: #ffffff;
        transition: 0.2s ease-in-out;
}

.btn-position {
        margin: 4rem auto 10rem;
}

.btn-position .btn-area {
        justify-content: center;
}

.residents-contents {
        padding-top: 5rem;
        background-color: #e8edf0;
}

.residents-wrapper {
        max-width: calc(1200px + 6%);
        padding: 0 3%;
        margin: 0 auto;
}

.residents-title {
        font-weight: bold;
        padding-bottom: 0.5em;
        margin-bottom: 3rem;
        text-align: center;
        position: relative;
}

.residents-title::before,
.residents-title::after {
        content: '';
        position: absolute;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 2em;
        background-color: #dbc81a;
        height: 5px;
        right: 2em;
}

.residents-title::before {
        background-color: #4c9ac0;
        left: 2em;
        width: 4em;
}

.residents-photo-box {
        height: 300px;
        overflow: hidden;
        margin-bottom: 2rem;
}

.residents-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
}

.residents-text-area {
        text-align: center;
        line-height: 1.8;
}

.btn-position:last-child {
        margin-bottom: 0;
        padding-bottom: 6rem;
}

.residents-btn {
        background-color: #ffffff;
}

#footer {
        margin-top: 0;
}

@media screen and (max-width:768px) {
        .pc {
                display: none;
        }

        .sp {
                display: block;
        }

        .main {
                font-size: 1.4rem;
        }

        .main-kv,
        .guide-main-img {
                height: 350px;
        }

        .kv-text {
                top: 23px;
                left: 56%;
                font-size: 2rem;
        }

        .kv-text-style {
                margin-left: -20px;
        }

        .online-step-area {
                padding: 3rem 0;
        }

        .online-step-title-area {
                margin-bottom: 3rem;
        }

        .online-session-main-title {
                margin-bottom: 2rem;
        }

        .step-top-text {
                font-size: 1.5rem;
        }

        .step-wrap {
                flex-direction: column;
                align-items: center;
        }
        .step-wrap02 {
                flex-direction: column;
                align-items: center;
                padding-top: 0;
        }

        .online-step {
                width: 80%;
                position: relative;
                padding: 0;
                margin-bottom: 1rem;
                background-color: #e5001b;
                color: #ffffff;
                clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 50% 100%,
                                0% 80%);
                text-align: center;
        }
        .online-step-pff {
                width: 80%;
                position: relative;
                padding: 0;
                margin-bottom: 1rem;
                background-color: #136CBC;
                color: #ffffff;
                clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 50% 100%,
                                0% 80%);
                text-align: center;
        }
        .online-step-pff02 {
                width: 80%;
                position: relative;
                padding: 0;
                margin-bottom: 1rem;
                background-color: #136CBC;
                color: #ffffff;
                clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 50% 100%,
                                0% 80%);
                text-align: center;
                margin-right: 0px;
        }

        .online-step-number {
                margin: 0.5rem auto;
                font-size: 1.6rem;
        }

        .online-step-text {
                margin-bottom: 2rem;
                font-size: 1.4rem;
        }

        .step-block {
                display: block;
                margin-bottom: 2rem;
                padding: 0;
        }

        .step-container {
                margin: 4rem auto;
        }

        .step-container .box {
                flex-direction: column;
        }

        .step-block-photo,
        .step-block-text {
                width: 100%;
        }

        .step-container .box .step-contents {
                width: 100%;
                margin-top: 2rem;
                order: 2;
        }

        .step-block01 {
                margin: 0;
                padding: 0;
        }
        .step-block01 {
                background-color: #ffffff;
        }

        .step-block-photo-box {
                margin-top: 1rem;
        }

        .photo-l {
                box-shadow: -5px 5px 0 #eeeeee;
        }

        .step-block-text {
                margin-top: 2rem;
        }

        .step-block-flex {
                margin-bottom: 1rem;
        }

        .btn-area {
                display: block;
                margin-top: 3rem;
        }

        .btn-contact,
        .btn-reserve {
                display: flex;
                flex-direction: column;
                width: 100%;
                margin: 0 auto;
                margin-bottom: 1.5rem;
        }

        .btn-contact:last-child {
                margin-bottom: 0;
        }

        .step-block-r {
                display: flex;
                flex-direction: column;
                margin: 2rem auto;
        }

        .step-block-text-r {
                order: 2;
        }

        .photo-r {
                order: 1;
                box-shadow: 5px 5px 0 #eeeeee;
        }

        .btn-position {
                margin: 3rem auto;
        }

        .btn-position:last-child {
                padding-bottom: 3rem;
        }

        .residents-contents {
                padding: 4rem 0;
        }

        .residents-photo-box {
                height: auto;
                margin-bottom: 1rem;
        }

        .residents-text-area {
                text-align: justify;
        }

        .residents-contents .btn-position {
                padding-bottom: 0;
        }

        .residents-contents .btn-contact {
                margin-bottom: 0;
        }


}