@charset "UTF-8";

/* 汎用部分 */
img {
    max-width: 100%;
}


/* メインビジュアル_サブ */


/* .sub_mv {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
} */

.sub_mv img {
    margin-top: 75px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.section_inner {
    width: 80%;
    margin: 0px auto;
}


.sp_btnarea {
    display: none;
}



/* 初めての方_タイトル */
.section_beginner {
    background-color: #F2F7F8;
    margin: 0 auto;
    padding: 3em;
    z-index: -9999;
}


.beginner_top {
    width: 100%;
    margin-top: 3em;
    /* margin: 0 auto; */
    text-align: center;
}

.beginner_wrap {
    max-width: 960px;
    /* min-width: 400px; */
    margin-top: 5em;
    margin: 0 auto;
}



.service_container {
    max-width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin: 5em auto;
}

.service_container>*:nth-child(16n+1),
.service_container>*:nth-child(16n+3),
.service_container>*:nth-child(16n+6),
.service_container>*:nth-child(16n+8),
.service_container>*:nth-child(16n+9),
.service_container>*:nth-child(16n+11),
.service_container>*:nth-child(16n+15) {
    background-color: #b2c5d3
}

.service_container>*:nth-child(16n+2),
.service_container>*:nth-child(16n+4),
.service_container>*:nth-child(16n+5),
.service_container>*:nth-child(16n+7),
.service_container>*:nth-child(16n+10),
.service_container>*:nth-child(16n+12),
.service_container>*:nth-child(16n+13) {
    background-color: #d1d1ab
}

.service_box {
    width: 120px;
    height: 120px;
}

.service_inner {
    padding: 1.3em 1em 1em 1em;
    /* padding: 0.5em; */
}


.service_inner.wide {
    padding: 1em 0.5em 1em 0.5em;
}

.service_img {
    width: 100%;
    text-align: center;
    padding-top: 0.2em;
}

.service_img img {
    width: 45px;
}

.service_img.ShrinkA img {
    width: 35px;
}

.service_img.ShrinkB img {
    width: 25px;
}

.service_txt {
    text-align: center;
    margin-top: 1em;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    color: #FFF;
}

.service_txt.spaces_tighten {
    margin-top: 0.5em;
    line-height: 1.3em;
}

.service_txt.spaces_wide {
    margin-top: 2em;
}

.service_box_bridge {
    width: 40%;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: #FFF;
}

.service_innerB {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;

}

.service_innerB img {
    width: 40px;
}

.serviceB_txt {
    font-size: 17px;
    font-family: 'Oswald', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 0.5em;
    color: #325277;
}

.serviceB_txt span {
    font-size: 14px;
    font-weight: lighter;
}





/* お喜びの声_タイトル */
/* えりさん */


.voice {
    background-color: #FAF9E5;
    padding: 114px 0 137px;
}

.voice_card {
    margin-top: 5em;
    padding: 2em 3em;
    background-color: #fff;

    position: relative;
}



.section_read {
    font-size: 14px;
    line-height: 2em;
    margin-top: 2em;
}






.voice_name {
    font-size: 16px;
    padding-bottom: 1em;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000000;

}

.voice_name span {
    font-size: 12px;
}



.voice_title {
    font-size: 25px;
    color: #4E7898;
    font-weight: bold;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}









.voice_item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.voice_AWrap {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


.profile {
    display: flex;

}

.profile.voice_rbox {
    align-items: center;
}

.voice_img {
    width: 420px;
    margin-right: 2.5em;
    margin-top: 1em;
}

.voice_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: left top;
}

.voice_text {
    display: flex;
}


.voice_lbox {
    width: 100%;
    margin-top: 0em;
    padding-right: 1em;
}

.voice_lbox_text {
    width: 100%;

}

.voice_lltext {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
    margin-right: 2em;
    white-space: nowrap;
}



.voice_lrtext p {
    font-weight: normal;
    line-height: 1.3em;
}


.voice_rtitle {
    font-size: 18px;
    font-family: 'キウイ丸', serif;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.7em;
    color: #6A6A47;
    text-align: left;
    margin-bottom: 40px;
    padding-top: 1em;
    padding-right: 1em;
    position: relative;
}



.voice_rtitle::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("../image/01_03.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.voice_lrlist {
    font-size: 14px;
}

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

.btnset {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0.2em;
    color: #706d1d;
    background-color: #f4f4bc;
}

.btnset::after {
    content: "体験談を読む +";
}

.btnset.open::after {
    content: "閉じる -";
}




.voice_rtext {
    display: none;
    background-color: #ffffff;
    padding: 3em 4em;
    font-size: 14px;
    background-color: #f9f9f0;
}

.voice_rtext.open {
    display: block;
}

.voice_rtext p {
    line-height: 2.3em;
}

.voice_rbox {
    width: 50%;
    margin: 0 0 0 auto;
}





.voice_lrtext {
    font-size: 13px;
    line-height: 1.6em;
}

dl {
    display: flex;
}







/* あいさん */
.voice_B {
    margin-top: 5em;
    position: relative;

}


.voice02_name {
    padding-bottom: 1em;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-top: 45px;
}

.voice02_wrap {
    max-width: 960px;
    margin: 0 auto;
}

/* .voice02_title {
    font-size: 25px;
    color: #4E7898;
    font-weight: bold;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.voice02_text {
    width: 100%;
    margin-bottom: 111px;
    font-size: 14px;
    color: #000000;
    line-height: 1.7em;
}

.voice02_item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.voice_02text {
    display: flex;
}

.voice02_lbox {
    width: 55%;
    right: 0;
    top: 50px;
}

.voice02_rbox_text {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
}

.voice02_rltext {
    font-size: 14px;
    line-height: 1.6em;
    margin-right: 54px;
    white-space: nowrap;
}

.voice02_rltext {
    margin-left: 3em;
    text-indent: -3em;
}

.voice02_rrtext p {
    line-height: 1.3em;
}

.voice02_ltitle {
    font-size: 19px;
    font-weight: bold;
    color: #6A6A47;
    text-align: left;
    margin-bottom: 50px;
    margin-right: 22%;
    /* padding-left: 33px; */
    letter-spacing: 0.05em;
}

.voice02_rrlist {
    /* padding-left: 52px; */
    font-size: 14px;
}

.voice02_ltext {
    background-color: #ffffff;
    padding: 40px;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.voice02_ltext p {
    margin-bottom: 2em;
    line-height: 1.6em;
}

.voice02img {
    width: 100%;
}

.voice02_rbox {
    position: absolute;
    width: 55%;
    right: 0;
    top: 0%;
}

.voice02_rrtext {
    font-size: 13px;
    line-height: 1.6em;
}

.voice02_rrtext dt {
    white-space: nowrap;
}

dl {
    display: flex;
}




/* しょうたさん */
.voice_03 {
    margin-bottom: 137px;
    position: relative;
}

.voice03img {
    /* width: 600px; */
    width: 55%;
}

.voice03_name {
    padding-bottom: 1em;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-top: 73px;
}

.voice03_wrap {
    max-width: 960px;
    margin: 0 auto;
}

.voice03_title {
    font-size: 25px;
    color: #4E7898;
    font-weight: bold;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice03_text {
    width: 100%;
    margin-bottom: 111px;
    font-size: 14px;
    color: #000000;
    line-height: 1.7em;
}

.voice03_item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* .voice_text {
    display: flex;
} */

.voice03_lbox {
    width: 43%;
}

.voice03_lbox_text {
    width: 100%;
    display: flex;
}

.voice03_lltext {
    font-size: 14px;
    line-height: 1.6em;
    margin-right: 54px;
    white-space: nowrap;
}

.voice03_lltext {
    margin-left: 3em;
    text-indent: -3em;
}

.voice03_lrtext p {
    line-height: 1.3em;
}

.voice03_rtitle {
    font-size: 19px;
    font-weight: bold;
    color: #6A6A47;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 22%;
}

.voice03_lrlist {
    /* padding-left: 52px; */
    font-size: 14px;
}

.voice03_rtext {
    background-color: #ffffff;
    padding: 40px;
    line-height: 1.7;
    font-size: 14px;
}

.voice03_rtext p {
    margin-bottom: 2em;
    line-height: 1.6em;
}

.voice03_rbox {
    position: absolute;
    width: 55%;
    right: 0;
    top: 50px;
}

.voice03_lrtext {
    font-size: 13px;
    line-height: 1.6em;
}

.voice03_lrtext dt {
    white-space: nowrap;
}

dl {
    display: flex;
}

/* 留学へのステップ */

.step {
    padding: 132px 0px 114px;
}

.step_title {
    width: 200px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: rgb(56, 84, 116);
    max-width: 1170px;
    padding-bottom: 13px;
    border-bottom: 3px solid rgb(0, 0, 0);
}

.step_container {
    display: flex;
    max-width: 890px;
    width: 100%;
    flex-wrap: wrap;
    margin: 5em auto;
    gap: 2.5em;
}



.step_title_image {
    max-width: 34px;
}

.step_item {
    position: relative;
    width: 30%;
}

.step_item_title_wrap {
    display: flex;
    align-items: center;
}


.step_item_title {
    color: rgb(56, 84, 116);
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    margin-left: 10px;
}

.step_text {
    margin-top: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 14px;
}

.step_item:not(:last-child)::after {
    content: "\025b6";
    color: #F8E264;
    position: absolute;
    top: 50%;
    right: -25px;
    /* width: 20px;
    height: 30px; */
    /* background-image: url(../image/next_icon.png); */
    transform: translateY(-50%);
}

.asterisk {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.2em;
}




/* warning */


.step_warning_wrap {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10em;
    border: 1px solid #000;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
}

.step_warning_wrap::before {
    content: '渡航準備の注意点';
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    transform: translateY(-50%);
}

.step_warning_item {
    width: 47%;
    line-height: 1.8;
    font-size: 12px;
}

.step_warning_text {
    list-style: circle;
    background-color: none;
}










@media (max-width: 982px) {

    .step_container {
        gap: 2em;
    }

    .sp-none {
        display: none;
    }

    .voice_text {
        flex-direction: column;
    }

    .voice_rbox {
        width: 60%;
    }


}

@media (max-width: 920px) {

    .service_container>*:nth-child(16n+1),
    .service_container>*:nth-child(16n+3),
    .service_container>*:nth-child(16n+5),
    .service_container>*:nth-child(16n+7),
    .service_container>*:nth-child(16n+9),
    .service_container>*:nth-child(16n+11),
    .service_container>*:nth-child(16n+15) {
        background-color: #b2c5d3
    }

    .service_container>*:nth-child(16n+2),
    .service_container>*:nth-child(16n+4),
    .service_container>*:nth-child(16n+6),
    .service_container>*:nth-child(16n+8),
    .service_container>*:nth-child(16n+10),
    .service_container>*:nth-child(16n+13) {
        background-color: #d1d1ab
    }


    .service_box_bridge {
        width: 120px;

    }

    .serviceB_txt {
        font-size: 14px;
        text-align: center;
        line-height: 1.1em;
    }

    .service_innerB img {
        width: 35px;
        padding-top: 0.5em;
    }

    .serviceB_txt span {
        font-size: 12px;
    }

    .service_innerB {
        flex-direction: column;
    }

}



@media (max-width: 900px) {
    .step_item_title {
        font-size: 16px;
    }

    .step_title_image {
        max-width: 30px;
    }

    .voice_rtitle {
        font-size: 16px;
    }

}

@media (max-width: 855px) {
    .step_item {
        width: 45%;
    }

    .step_item_title_wrap {
        display: flex;
        align-items: center;
    }

    .step_item:not(:last-child)::after {
        content: "\025b6";
        color: #F8E264;
        position: absolute;
        top: 50%;
        right: -10%;
        width: 25px;
        height: 35px;
        /* background-image: url(../image/next_icon.png); */
        transform: translateY(-50%);
    }


}


@media (max-width: 778px) {
    .profile {
        flex-direction: column;
    }

    .voice_rbox {
        width: 100%;
    }

    .voice_img {
        width: 100%;
    }

    .voice_rbox {
        margin-top: 2em;
    }

    .voice_rtitle {
        font-size: 18px;
    }



}

@media (max-width: 768px) {
    .sp_btnarea {
        display: block;
    }
}


@media (max-width: 729px) {

    .service_container {
        max-width: 100%;
        gap: 2.5em;
    }



    @media (max-width: 695px) {
        .service_box_bridge {
            display: none;
        }

        .step_item:not(:last-child)::after {

            top: 50%;
            right: -13%;

        }

    }



    @media (max-width: 584px) {
        .voice_rtitle {
            font-size: 16px;
        }


        .service_container>*:nth-child(4n+1),
        .service_container>*:nth-child(4n) {
            background-color: #b2c5d3
        }

        .service_container>*:nth-child(4n+2),
        .service_container>*:nth-child(4n+3) {
            background-color: #d1d1ab
        }

        .step_title {
            font-size: 20px;
        }
    }

    @media (max-width: 584px) {

        .service_container {
            gap: 2em;
        }
    }

    @media (max-width: 550px) {
        .step_item:not(:last-child)::after {

            position: absolute;
            top: 50%;
            right: -30px;

        }

        .step_warning_wrap {
            flex-direction: column;
            padding: 2em 2em 1.5em 2.5em;
        }


        .step_warning_item {
            width: 100%;
        }


        .step_warning_text {
            font-size: 12px;
            line-height: 2em;
        }

        .step_warning_wrap::before {
            position: absolute;
            top: 0;
            left: 30%;
        }
    }


    @media (max-width: 500px) {

        .section_inner {
            width: 90%;
        }

        .step_item {
            width: 80%;
            margin: 0 auto;
            position: relative;
        }


        .step_item:not(:last-child)::after {
            content: "\025b6";
            display: inline-block;
            color: #F8E264;
            position: absolute;
            /* bottom: 0px; */
            left: 45%;
            transform: translateY(50%);
            transform: rotate(90deg);
        }

        .step_title_wrap {
            padding-left: 2em;
        }

        .step_title {
            width: 150px;
            font-size: 18px;
            padding-bottom: 10px;
            border-bottom: 2.5px solid rgb(0, 0, 0);
        }


    }