@charset "UTF-8";
/* CSS Document */

/* ==============
common
=================*/
html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
}
body {
    color: #333333;
    background-color: #fff;
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.5;
}
a:hover {
    opacity: 0.5;
    transition: 0.4s;
}
.none {
    display: none;
}
    *, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ==============
header
=================*/
.header {
    background-color: #F5F6F8;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 13px 25px 18px;
}
.header__title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 8px;
    text-align: left;
    letter-spacing: 0.2rem;
}
.title__logo {
    width: 35px;
    height: 35px;
}
.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.btn_spTop {
    display: block;
    width: 147px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, .15);
    height: 30px;
    margin: 0 5px;
}
.btn_spTop img {
    width: 100%;
}
.btn_pcTop {
    display: none;
}
@media (min-width: 960px) {
    .header {
        height: 80px;
        padding: 0 120px;
        display: flex;
    }
    .title {
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        padding-left: 5px;
    }
    .br-sp {
        display: none;
    }
    .title__logo {
        width: 50px;
        height: 50px;
    }
    .btn-container {
        margin-top: 0;
    }
    .btn_pcTop {
        display: block;
        width: 280px;
        height: 50px;
        border-radius: 100px;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, .15);
    }
    .btn_pcTop.facebook {
        display: block;
        width: 333px;
        height: 50px;
        border-radius: 100px;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, .15);
        margin-right: 25px;
    }
    .btn_pcTop img {
        width: 100%;
    } 
    .btn_spTop {
        display: none;
    }
}
/* ==============
toTop
=================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
}
.pagetop a {
    display: block;
    width: 40px;
    height: 40px;
}
.pagetop a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 960px) {
    .pagetop {
        right: 60px;
        bottom: 30px;
    }
}
/* ==============
mv
=================*/
.page-title {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.4rem;
    padding: 50px 0 0 25px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.title__en {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 5.3rem;
    display: inline-block;
    padding-top: 16px;
    line-height: 8rem;
    letter-spacing: 1.7rem;
}
.subtitle {
    color: #007B49;
    font-weight: 600;
}
.page-title__img {
    width: 100%;
    height: 455px;
}
.page-title__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-title__img.pc {
    display: none;
}
@media (min-width: 960px) {
    .page-title {
        font-size: 2.2rem;
        padding: 60px 0 0 120px;
    }
    .title__en {
        font-size: 9.8rem;
        padding-top: 10px;
        line-height: 1;
        letter-spacing: 2.8rem;
    }
    .page-title__img {
        height: 420px;
    }
    .page-title__img.sp {
        display: none;
    }
    .page-title__img.pc {
        display: block;
    }
}
/* ==============
issue
=================*/
.issue {
    background-color: #007B49;
    padding: 50px 0 30px;
}
.issue__title {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px;
}
.issue__list {
    background-color: #fff;
    margin: 0 25px;
    box-shadow: 0px 0px 10px #00000059;
    border-radius: 10px;
    padding: 20px 20px 40px;
}
.list__topic {
    background-color: #007B49;
    color: #fff;
    border-radius: 100px;
    font-size: 2.3rem;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 15px;
    margin-top: 20px;
}
.list_txt {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 15px;
}
.issue__img {
    height: 185px;
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
    margin-top: -65px;
}
.issue__img img {
    display: block;
    width: auto;
    height: 100%;
}
@media (min-width: 960px) {
    .issue {
        padding: 90px 0 90px;
    }
    .issue__title {
        font-size: 3.6rem;
        line-height: 1.5;
        margin-bottom: 80px;
    }
    .issue__list {
        margin: 0 auto;
        width: 630px;
        padding: 15px 60px 40px;
    }
    .list__topic {
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .issue__img {
        width: 970px;
        height: 360px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: -360px;
    }
}
/* ==============
solution
=================*/
.solution {
    background-color: #F5F6F8;
    padding: 0 25px 65px;
}
.triangle {
    width: 70px;
    margin-bottom: 50px;
}
.solution__title {
    background-color: #F0A503;
    border-radius: 34px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 24px 30px;
    margin-bottom: 40px;
}
.solution__topic {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.8;
    color: #007B49;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
}
.topic__title {
    font-size: 2.1rem;
    line-height: 1.8;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
}
.topic_txt {
    text-align: justify;
    font-weight: 300;
}
.solution__pict {
    width: 100%;
    margin-top: 45px;
}
.solution__pict img {
    width: 100%;
    padding-bottom: 20px;
}
.solution__pict figcaption {
    color: #007B49;
    font-size: 1.4rem;
    font-weight: 500;
}
@media (min-width: 960px) {
    .solution {
        padding: 0 120px 90px;
    }
    .triangle {
        width: 115px;
        margin-bottom: 55px;
    }
    .solution__title {
        border-radius: 100px;
        font-size: 4.2rem;
        font-weight: 500;
        padding: 5px 50px;
        margin: 0 auto 70px;
        max-width: 1200px;
    }
    .solution__topic {
        font-size: 3.6rem;
        margin-bottom: 65px;
    }
    .topic__container {
        display: flex;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    .topic__title {
        font-size: 2.5rem;
        line-height: 2.1;
        text-align: left;
        margin-bottom: 60px;
    }
    .topic_txt {
        max-width: 620px;
    }
    .solution__pict {
        width: 380px;
        margin-top: 0;
        margin-left: 90px;
    }
    .solution__pict img {
        padding-bottom: 30px;
    }
    .solution__pict figcaption {
        font-size: 1.8rem;
        font-weight: 600;
    }
}
/* ==============
btn
=================*/
.btn {
    background-color: #007B49;
    padding: 45px 25px 50px;
}
.btn__topic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}
.btn__topic img {
    height: 22px;
}
.btn__topic h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.4rem;
    padding: 0 15px;
}
.btn_sp {
    width: 325px;
}
.btn_sp img {
    width: 100%;
}
.btn_pc {
    display: none;
}
@media (min-width: 960px) {
    .btn {
        padding: 50px 120px 55px;
    }
    .btn__topic {
        margin-bottom: 25px;
    }
    .btn__topic h2 {
        font-size: 3.3rem;
        padding: 0 20px;
    }
    .btn_sp {
        display: none;
    }
    .btn_pc {
        display: block;
        max-width: 1170px;
        margin: 0 auto;
    }
    .btn_pc img {
        width: 100%;
    }
}
/* ==============
services
=================*/
.services {
    padding: 65px 0;
    background-color: #F5F6F8;
}
.services__title {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 2.3rem;
    margin-bottom: 55px;
}
.topic__title.compass {
    text-align: center;
}
.topic__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 35px;
    margin: 0 25px;
    border-bottom: solid 1px #333333;
}
.topic__img img {
    width: 225px;
    height: 225px;
    margin: 0 10px 20px;
}
.services__list {
    list-style: none;
}
.services-list__title {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 5.1rem;
    letter-spacing: 0.4rem;
    padding-top: 70px;
    margin-bottom: 20px;
}
.services-list__topic {
    background-color: #1A9616;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 300;
    padding: 3px 0 4px;
    margin: 0 25px 50px;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}
.services-list__txt {
    text-align: justify;
    font-weight: 300;
    margin: 0 25px 35px;
}
.services-list__pic {
    width: 100%;
    height: 400px;
    text-align:center;
}
.services-list__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-list__topic.forCareer {
    background-color: #004AAD;
}
.services-list__topic.forStudents {
    background-color: #E86B79;
}
@media (min-width: 960px) {
    .services {
        padding: 90px 120px 20px;
    }
    .services__container {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1200px;
        padding-bottom: 40px;
        border-bottom: solid 1px #333;
        margin-bottom: 75px;
    }
    .services__title__container {
        text-align: left;
    }
    .services__title {
        margin-bottom: 50px;
    }
    .topic__title.compass {
        text-align: left;
    }
    .topic__img {
        padding-bottom: 0;
        border-bottom: none;
    }
    .topic__img img {
        margin: 10px 10px;
    }
    .list__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto 70px;
    }
    .list {
        max-width: 620px;
    }
    .services-list__title {
        padding-top: 20px;
        text-align: left;
    }
    .services-list__topic {
        padding: 3px 20px 4px;
        margin: 0 0 50px;
        text-align: left;
    }
    .services-list__txt {
        margin: 0;
    }
    .services-list__pic {
        width: 520px;
    }
    @media (max-width: 1380px) {
        .list__container {
            justify-content: center;
        }
        .services-list__txt {
            margin-bottom: 30px;
        }
    }
}
/* ==============
CEO
=================*/
.CEO {
    background-color: #F5F6F8;
    padding-bottom: 65px;
}
.CEO__img {
    width: 100%;
    margin-bottom: 40px;
}
.CEO__img img {
    width: 100%;
}
.CEO__img-pc {
    display: none;
}
.CEO__name {
    background-color: #007B49;
    padding: 7px 0 10px;
    margin: 0 25px 30px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
}
.CEO__en {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 2.3rem;
    font-weight: 300;
}
.CEO__title {
    text-align: left;
    margin: 0 25px 30px;
}
.person__pic {
    margin: 0 25px 30px;
    line-height: 0;
}
.person__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person__pic.photo-pc {
    display: none;
}
.person__name {
    font-size: 2.3rem;
    font-weight: 500;
    padding-bottom: 6px;
    margin: 0 25px 5px;
    border-bottom: solid 1px #333;
    line-height: 1.2;
}
.person__name-en {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 2.0rem;
    margin-left: 15px;
}
.person__txt {
    padding-top: 30px;
    margin: 0 25px 30px;
    text-align: justify;
    font-weight: 300;
}
.qualification {
    margin: 0 25px;
    background-color: #fff;
    padding: 20px 20px 24px;
}
.qualification__topic {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 8px 0;
    background-color: #F5F6F8;
    margin-bottom: 15px;
}
.qualification__txt {
    font-weight: 300;
    line-height: 1.7;
    text-align: left;
}
@media (min-width: 960px) {
    .CEO {
        padding: 100px 0 90px;
    }
    .CEO__container {
        display: flex;
    }
    .CEO__img {
        display: none;
    }
    .CEO__img-pc {
        display: block;
        width: 44%;
        height: 750px;
    }
    .CEO__img-pc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .CEO__name {
        text-align: left;
        padding: 8px 20px 5px;
        margin: 0 0 35px;
    }
    .CEO__en {
        padding-right: 15px;
    }
    .CEO__content {
        width: 620px;
        margin: 0 120px 0 45px;
    }
    .person__container {
        display: flex;
        margin-bottom: 20px;
    }
    .topic__title.CEO__title {
        margin: 0 0 55px;
    }
    .person__name {
        text-align: left;
        margin: 0 0 5px;
    }
    .person__txt {
        margin: 0;
    }
    .person__pic {
        display: none;
    }
    .person__pic.photo-pc {
        display: block;
        margin: 0 25px 0 0;
        width: 940px;
    }
    .qualification {
        margin: 0;
    }
}
/* ==============
teacher
=================*/

.teacher__title {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    margin: 65px 25px 40px;
}
.teacher__title:before,
.teacher__title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
    letter-spacing: 0.4rem;
}
.teacher__title:before {
    margin-right: 2rem;
}
.teacher__title:after {
    margin-left: 2rem;
}
.person__topic {
    font-size: 1.8rem;
    padding-top: 15px;
    font-weight: 500;
    margin: 0 25px;
}
.teacher__txt {
    padding-top: 20px;
    font-size: 1.4rem;
    margin-bottom: 60px;
}
@media (min-width: 960px) {
    .teacher__title {
        margin: 65px 120px 40px;
    }
    .teacher__container {
        display: flex;
        margin: 0 120px 50px;
        align-items: center;
    }
    .person__pic.photo-pc.teacher-pic {
        width: 260px;
        height: 325px;
        margin: 0 40px 0 0;
    }
    .person__pic.photo-pc.teacher-pic img {
        width: auto;
    }
    .person__topic {
        text-align: left;
        margin: 0;
    }
    .teacher__txt {
        margin-bottom: 0;
    }
}
/* ==============
footer
=================*/
.footer {
    background-color: #007B49;
    color: #fff;
    padding-bottom: 20px;
}
.address {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.8;
}
.small {
    font-size: 1rem;
    font-weight: 300;
}
@media (min-width: 960px) {
    .address {
        margin-bottom: 20px;
    }
}