html {

	@media screen and (min-width: 767.01px) and (max-width: 1080px) {
		font-size: calc(12 / 1920 * 100 * 1vw);
	}

    @media screen and (max-width: 425px) { 
        font-size: calc(10 / 375 * 100 * 1vw);
    }
}

.contents-schedule {
    display: flex;
    justify-content: center;
}

#contents {
    padding-top: 15.3rem;
    border-radius: 4rem 4rem 0 0;
    margin-top: -3.1rem;
    z-index: 4;
    position: relative;
    background-color: #ffffff;
    @media screen and (max-width: 767px) {
        padding-top: 5.5rem;
    }
}

.common-title.type02 {
    height: auto;
    /* padding: 7.8rem 0 13.9rem; */
    padding: 10.3rem 0 11.4rem;

    @media screen and (max-width: 767px) {
        padding: 4.9rem 0px 6.5rem;
    }

    &::before {
        background-color: #1C69B7;
    }

    & .title-main {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 900;
        font-size: 5.6rem;
        line-height: 160%;
        text-align: center;
        letter-spacing: 0.06em;
        color: rgb(254, 254, 254);
        text-shadow: inherit;

        @media screen and (max-width: 767px) {
            font-size: 2.6rem;
            line-height: 140%;
        }
    }
}

.recuit-page-layout {
    display: flex;
    flex-direction: column;
    align-items: center;

    .en-title-recruit {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        font-size: 2.9rem;
        line-height: 2.9rem;
        margin-bottom: 0.1rem;
        text-align: center;
        letter-spacing: 0.06em;
        color: #FFFFFF;

        @media screen and (max-width: 767px) {
            font-size: 1.6rem;
            line-height: 120%;
            margin-bottom: 0.8rem;
        }
    }
}


.schedule-wrapper {
    position: relative;
    margin-bottom: 16rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 6rem;
    }

    &::after {
        content: "";
        position: absolute;
        width: 0.8rem;
        height: 167.3rem;
        background-color: #E5E7EA;
        top: 2.6rem;
        left: 13.4rem;
        z-index: -1;

        @media screen and (max-width: 1241px) {
            height: 169.5rem;
        }

        @media screen and (max-width: 1080px) {
            height: 165.5rem;
        }

        @media screen and (max-width: 767px) {
            width: 0.4rem;
            height: 174rem;
            top: 0.7rem;
            left: 6.8rem;
        }
    }

    .row-schedule {
        display: flex;
        align-items: baseline;
        margin-bottom: 4.2rem;

        .hour-container {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 800;
            font-size: 3.6rem;
            line-height: 160%;
            text-align: right;
            letter-spacing: 0.02em;
            color: #1C69B7;
            margin-right: 2.8rem;

            @media screen and (max-width: 767px) {
                font-size: 2rem;
                margin-right: 0.8rem;
            }

            &.ml2-1 {
                margin-left: 2.1rem;

                @media screen and (max-width: 767px) {
                    margin-left: 1.2rem;
                }
            }
        }

        .round {
            width: 2.8rem;
            height: 2.8rem;
            border-radius: 50%;
            border: 5px solid #1C69B7;
            margin-right: 3.1rem;
            background-color: #ffffff;

            @media screen and (max-width: 767px) {
                width: 1.5rem;
                height: 1.5rem;
                margin-right: 0.8rem;
            }
        }

        .schedule-txt-container {
            @media screen and (max-width: 1240px) {
                max-width: 50rem;
            }
            @media screen and (max-width: 1080px) {
                max-width: 100%;
            }
            @media screen and (max-width: 767px) {
                max-width: 24.9rem;
            }

            .header-schedule-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 900;
                font-size: 3.2rem;
                line-height: 160%;
                letter-spacing: 0.06em;
                color: #1C69B7;
                margin-bottom: 1rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.7rem;
                    line-height: 160%;
                    margin-bottom: 0.6rem;
                }
            }

            .schedule-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 500;
                font-size: 1.8rem;
                line-height: 200%;
                letter-spacing: 0.06em;
                color: #000000;

                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 160%;
                    margin-bottom: 1.5rem;
                }
            }

            .mw-max {
                max-width: 62.5rem;
            }
        }

        .schedule-img-container {
            width: 30rem;
            margin-left: 4.9rem;

            @media screen and (max-width: 767px) {
                width: 22rem;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
}




/* footer recruit */

.footer-recruit-common {
    background-color: #ECF5FD;
    border-radius: 4.6rem 4.6rem 0 0;
    padding-top: 6.7rem;
    padding-bottom: 7.8rem;

    @media screen and (max-width: 767px) {
        padding-top: 2.9rem;
        padding-bottom: 2.9rem;
        border-radius: 0;
    }

    .footer-recruit-top-en {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        font-size: 2.8rem;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.06em;
        color: #1C69B7;

        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
            line-height: 120%;
        }
    }

    .footer-recruit-top-jp {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 900;
        font-size: 3.8rem;
        line-height: 160%;
        text-align: center;
        letter-spacing: 0.06em;
        color: #000000;
        margin-bottom: 2.7rem;

        @media screen and (max-width: 767px) {
            font-size: 2.4rem;
            line-height: 140%;
            margin-bottom: 2rem;
        }
    }

    .footer-txt-recruit {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 190%;
        letter-spacing: 0.06em;
        color: #000000;
        margin-bottom: 4.2rem;
        text-align: center;

        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            line-height: 185%;
            text-align: left;
            margin-bottom: 2rem;
        }
    }

    .footer-btn-flex {
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 0.8rem;
        }

        .footer-recruit-btn {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 3.6rem 0 2.2rem 4.9rem;
            width: 59rem;
            height: 17.3rem;
            background: #FFFFFF;
            border: 0.4rem solid #1C69B7;
            border-radius: 1.8rem;
            position: relative;
            transition: all ease 0.25s;

            @media screen and (max-width: 767px) {
                width: 100%;
                padding: 1.6rem;
                height: 10rem;
                border: 0.2rem solid #1C69B7;
                justify-content: center;
            }

            &::after {
                content: "";
                position: absolute;
                background: url(../../common/img/arrow-btn.svg) no-repeat;
                background-size: 100%;
                width: 1.2rem;
                height: 2rem;
                top: 0;
                bottom: 0;
                right: 3rem;
                margin: auto;
                transition: all ease 0.25s;

                @media screen and (max-width: 767px) {
                    width: 0.8rem;
                    height: 1.4rem;
                }
            }

            .btn-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 800;
                font-size: 2.8rem;
                line-height: 154%;
                letter-spacing: 0.04em;
                color: #1C69B7;
                margin-bottom: 0.5rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    line-height: normal;
                    margin-bottom: 0.4rem;
                }
            }

            .btn-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 500;
                font-size: 1.8rem;
                line-height: 141%;
                letter-spacing: 0.04em;
                color: #000000;

                @media screen and (max-width: 767px) {
                    font-size: 1.2rem;
                    line-height: 1.9rem;
                }
            }

            &:hover {
                opacity: 0.8;
                &::after {
                    right: 2rem;
                }
            }
        }
    }
}

.w1200 {
    @media screen and (max-width: 767px) {
        width: calc(100% - 3.9rem);
    }
}