@charset "utf-8";

html{
    font-size: 62.5%;/*16px x 62.5%=10px*/
}

body{
    color: #24243f;
    font-family: YakuHanJP_Noto,'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    color: #24243f;
    text-decoration: none;
}

li{
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* ----------------------------------- 

Utility

-------------------------------------- */
main{
    padding-top: 80px;
}
.e-title{
    font-family: 'Quicksand', sans-serif;
    display: block;
    text-align: center;
    color: #0B41A0;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.brand-name{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin: 0 5px;
}
.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.wide-container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-wrap{
    padding: 80px 20px 100px;
}
.section-wrap.inwrap{
    padding: 60px 20px 80px;
}
.section-title{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.section-title_top{
    font-size: 2.2rem;
    display: block;
}
.section-maintext{
    text-align: center;
    font-size: 2.6rem;
    color: #0B41A0;
    line-height: 1.5;
    margin-bottom: 10px;
}
.red{
    color: #EF5655;
    font-weight: bold;
}
.blue{
    color: #0B41A0;
    font-weight: bold;
}
.white{
    color: #fff;
}
.yellow{
    color: #ffe700;
}
.gray{
    color: #a4a4a4;
}
.section-wrap.note{
    background: url(../img/bg-note.jpg)repeat;
}
.section-wrap.bg-blue{
    background-color: #0B41A0;
}
.bg-white{
    background-color: #fff;
}
.bg-gray{
    background-color: #f8f8f8;
}
.bg-lightblue{
    background-color: #E1F4FF;
}
.wide-container.bg-white{
    border-radius: 20px;
    margin-bottom: 100px;
}
.wide-container.bg-white:nth-of-type(2){
    margin-bottom: 0;
}
.only-pc_br{
    display: block;
}
.only-sp_br{
    display: none;
}

/* アンカーリンクの位置調整 */
#reason{
    margin-top: -80px;
    padding-top: 80px;
}
#service{
    margin-top: -80px;
    padding-top: 80px;
}
#school{
    margin-top: -80px;
    padding-top: 80px;
}
#voice{
    margin-top: -80px;
    padding-top: 80px;
}
#faq{
    margin-top: -80px;
    padding-top: 80px;
}

/* ----------------------------------- 

Header

-------------------------------------- */
.header{
    width: 100%;
    height: 80px;
    padding: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}
/* logo */
.top-logo{
    width: 16%;
}
.top-logo a{
    display: flex;
    align-items: center;
}
.top-logo img{
    width: 100%;
}
/* navigation */
.top-nav{
    width: 63%;
    height: 100%;
}
.nav-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    letter-spacing: 0em;
    font-weight: bold;
}
.nav-list>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav-list>a>li{
    transition: all .3s;
}
.top-tel{
    display: block;
    text-align: center;
    font-size: 1.9rem;
}
.top-tel::before{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/phone.svg)no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.top-time{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #6c6c6c;
}
.contact-btn{
    padding: 0 30px;
    /* background-color: #ffe700; */
    color: #0B41A0;
    transition: all .3s;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-contact-wrap{
    background-color: #ffe700;
    height: 100%;
}
.btn-trigger{
    display: none;
}


/* ----------------------------------- 

MainVisual

-------------------------------------- */
.MainVisual{
    height: calc(100vh - 80px);
    background-color: #E1F4FF;
    position: relative;
    overflow-x: hidden;
}
.wide-container.mv{
    height: 100%;
    max-width: 1400px;
}
.mv-inner{
    display: flex;
    align-items: center;
    height: 100%;
}
/* FVのテキスト部分 */
.maincopy-wrap{
    width: 50%;
}
.site-catchcopy{
    font-size: 2.6rem;
}
.site-name{
    font-size: 4.6rem;
    color: #0B41A0;
    margin-bottom: 30px;
    line-height: 1.5;
}
.site-for img{
    width: 380px;
}
.site-discription{
    margin-bottom: 40px;
    font-weight: 500;
}
.contact-btn_main{
    font-size: 2.2rem;
    font-weight: 700;
    color: #0B41A0;
    padding: 0.8em 1em;
    background-color: #ffe700;
    border: solid 3px #0B41A0;
    border-radius: 50px;
    display: block;
    width: 450px;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all .3s;
}
.contact-btn_main::after{
    content: "";
    position: absolute;
    top: 45%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #0B41A0;
    border-right: 3px solid #0B41A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .4s;
}
.mv-img{
    width: 50%;
    height: 100%;
    background: url(../img/mv.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 200px;
}

/* MVサイズ調整 デスクトップ対応 */
@media screen and (max-width: 1440px){
    .top-nav{
        width: 80%;
        height: 100%;
    }
    .wide-container.mv{
        max-width: 1140px;
    }

}
@media screen and (min-width: 1441px){
    .site-name{
        font-size: 6rem;
    }
    .site-catchcopy{
        font-size: 3rem;
    }
    .site-for img{
        width: 460px;
    }
    .site-discription{
        font-size: 2rem;
    }

}
/* ----------------------------------- 

problem

-------------------------------------- */
.section-title.problem-title{
    margin-bottom: 40px;
    font-size: 3rem;
}
.section-wrap.bg-note{
    background: url(../img/bg-note.jpg)repeat;
    background-position-y: 36px;
    overflow: hidden;
    padding: 0;
}
.arc {
    min-height: 380px;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-color: #E1F4FF;
    padding-top: 100px;
    padding-bottom: 40px;
}
.problem-wrap{
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 40px;
}
/* .problem-wrap picture{
    box-shadow: 0px 6px 20px -5px #c7ecfd;
    border-radius: 30px;
} */
.student-wrap{
    width: 47%;
    background-color: #fff;
    padding: 2em;
    text-align: center;
    border-radius: 30px;
    border: solid 3px #0B41A0;
    position: relative;
    box-shadow: 0 6px 20px rgb(76, 199, 242, 0.3);
}
.company-wrap{
    width: 47%;
    background-color: #fff;
    padding: 2em;
    text-align: center;
    border-radius: 30px;
    border: solid 3px #0B41A0;
    position: relative;
    box-shadow: 0 6px 20px rgb(76, 199, 242, 0.3);
}
.student-wrap::after{
    content: "";
    display: block;
    width: 33px;
    height: 238px;
    background: url(../img/student.svg)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.company-wrap::after{
    content: "";
    display: block;
    width: 33px;
    height: 238px;
    background: url(../img/company.svg)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.human-img{
    margin-bottom: 30px;
}

.problem-list{
    text-align: left;
    width: 85%;
    margin: 0 auto;
    padding-left: 20px;
}
.problem-list li{
    position: relative;
    font-weight: 500;
}
.problem-list li::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -25px;
}
.problem-text{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 25px;
}
.problem-text:last-child{
    margin-bottom: 80px;
}

/* ----------------------------------- 

About

-------------------------------------- */
.about-subtext{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.service-icon_wrap01{
    width: 75%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
}
.service-icon_wrap02{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.withnavi-wrap{
    padding: 20px 0;
    border: dotted 5px #EF5655;
    width: 80%;
    margin: 0 auto;
}
.withnavi-text{
    text-align: center;
    margin-top: 10px;
    font-size: 2.2rem;
    color: #EF5655;
}
.careernavi_matome{
    text-align: center;
    margin-top: 35px;
    font-weight: 500;
    font-size: 1.8rem;
}
.service-icon_wrap li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-point_wrap{
    padding: 2em 6vw;
    border: solid 3px #0B41A0;
    background-color: #CBECFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
}
.about-point{
    font-size: 2.6rem;
    color: #0B41A0;
    line-height: 1.5;
    width: 40%;
}
.about-point_list{
    font-size: 1.8rem;
    font-weight: 500;
    width: 43%;
}
.about-point_list li{
    position: relative;
    margin-bottom: 5px;
}
.about-point_list li::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -25px;

}

/* ----------------------------------- 

Reason

-------------------------------------- */
.container.inner-contents{
    padding: 60px 0 80px;
}
.human_e-title{
    font-family: 'Quicksand', sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    text-align: center;
}
.human_e-title.student span{
    position: relative;
}
.human_e-title.company span{
    position: relative;
}
.human_e-title.student span::before{
    content: "";
    width: 100px;
    height: 96px;
    background: url(../img/s-smile.svg)no-repeat;
    position: absolute;
    left: -60%;
    bottom: -5px;
}
.human_e-title.company span::before{
    content: "";
    width: 100px;
    height: 96px;
    background: url(../img/c-smile.svg)no-repeat;
    position: absolute;
    left: -60%;
    bottom: -5px;
}
.reason-point{
    text-align: center;
    color: #0B41A0;
    font-size: 3rem;
    margin-bottom: 60px;
}
.reason-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-direction: row-reverse;
}
.reason-list li:last-of-type{
    flex-direction: row;
    margin-bottom: 0;
}
.reason-text{
    width: 50%;
}
.reason-img{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason-img_2{
    width: 80%;
}
.reason-text p{
    font-weight: 500;
}
.reason-text_copy{
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.reason-text_copy.one::before{
    content: "";
    display: inline-block;
    width: 47px;
    height: 48px;
    background: url(../img/number01.svg)no-repeat;
    background-size: contain;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.reason-text_copy.two::before{
    content: "";
    display: inline-block;
    width: 47px;
    height: 48px;
    background: url(../img/number02.svg)no-repeat;
    background-size: contain;
    margin-right: 20px;
    position: relative;
    top: 10px;
}

/* ----------------------------------- 

Service

-------------------------------------- */
.service-discription{
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.feature-wrap{
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    position: relative;
}
.feature-wrap::before{
    content: "";
    display: block;
    width: 25px;
    height: 170px;
    background: url(../img/feature.svg)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.feature-list{
    font-weight: 500;
    width: 90%;
}
.feature-list li{
    margin-bottom: 10px;
    display: flex;
}
.feature-list li>p{
    width: 85%;
}
/* タグのデザイン */
.tag{
    display: block;
    border-radius: 8px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    letter-spacing: 0.005em;
    font-size: 1.4rem;
    line-height: 2.1;
    width: 15%;
}
.list-tag{
    display: inline-block;
    border-radius: 8px;
    padding: 0.1em 0.8em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 5px;
}
.tag-wrap{
    margin-bottom: 10px;
}
.tag-blue{
    background-color: #2CB8FF;
}
.tag-red{
    background-color: #EF5655;
}
.tag-yellow{
    background-color: #FABC0E;
}
.tag-green{
    background-color: #00A39C;
}
.service-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-list_item{
    width: 100%;
    background-color: #fff;
    border: solid 3px #0B41A0;
    border-radius: 20px;
    /* padding: 2.2em 2.7em; */
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 40px;
    display: flex;
}
.service-list_item_leftcontents{
    width: 45%;
    padding: 2em 2em;
    background-color: #edf8ff;
    border-radius: 20px 0 0 20px;
}
.service-list_item_rightcontents{
    width: 55%;
    padding: 2em 2.8em;
    display: flex;
    align-items: center;
}
.service-list li:last-of-type{
    margin-bottom: 0;
}
/* .service-list li:nth-last-of-type(2){
    margin-bottom: 0;
} */
.service-name{
    font-size: 2.4rem;
    color: #0B41A0;
    text-align: center;
    margin-bottom: 20px;
}
.service-name.font-small{
    font-size: 2rem;
    line-height: 2.16;
}
.service-icon{
    text-align: center;
    margin-bottom: 20px;
}
.service-icon img{
    height: 100px;
}
.service-summary{
    font-weight: 500;
    margin-bottom: 30px;
    /* height: 116px; */
}
/* modal部分の指定 */
a.modaal-btn{
    width: 88%;
    text-align: center;
    background-color: #0B41A0;
    border-radius: 50px;
    display: block;
    color: #fff;
    padding: 0.6em 0;
    position: relative;
    transition: all .4s;
}
.modaal-btn::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/search.svg)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 16px;
    right: 100px;
}
.modaal-close:after, .modaal-close:before{
    background: #0B41A0;
}
.modaal-close{
    position: absolute;
    top: 0;
    right: 0;
}
.modal-service_name{
    font-size: 2.6rem;
    text-align: center;
    color: #0B41A0;
    margin-bottom: 40px;
}
.modal-contents_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.modal-service_img{
    width: 45%;
    height: 260px;
    background-color: #D5D5D5;
}
.modal-img01{
    background: url(../img/modal-img01.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img02{
    background: url(../img/modal-img02.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img03{
    background: url(../img/modal-img03.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img04{
    background: url(../img/modal-img04.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img05{
    background: url(../img/modal-img05.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img06{
    background: url(../img/modal-img06.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img07{
    background: url(../img/modal-img07.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-img08{
    background: url(../img/modal-img08.jpg)no-repeat;
    background-size: contain;
    background-position: center;
}
.modal-service_discription{
    width: 50%;
}
.modal-service_discription p{
    font-size: 2rem;
    margin-bottom: 30px;
}
.service-point_list{
    font-weight: 500;
}
.service-point_list li{
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-left: 25px;
}
.service-point_list li::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}

/* ----------------------------------- 

CTA

-------------------------------------- */
.section-wrap.cta{
    padding: 60px 20px 45px;
    background-color: #0B41A0;
}
.wide-container.bg-white.cta-bg{
    margin-bottom: 0;
}
.container.cta-inner{
    padding: 40px 0;
}
.section-title.cta-title{
    margin-bottom: 25px;
}
.cta-text{
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}
.cta-wrap{
    display: flex;
}
.btn-wrap{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-wrap{
    width: 50%;
}
.contact-tel{
    text-align: center;
    line-height: 1.5;
}
.tel-text{
    font-size: 2.2rem;
    color: #0B41A0;
}
.tel-number{
    font-size: 4rem;
    display: block;
}
.tel-number::before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/phone.svg)no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}
.tel-time{
    display: block;
    font-weight: 500;
}
.name-change_cta{
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: 25px;
}
/* ----------------------------------- 

Member

-------------------------------------- */
.annotation{
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    top: -21px;
    right: -3px;
}
/* .map-img{
    text-align: center;
    margin-bottom: 30px;
} */
.area-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.area-box{
    width: 30%;
    margin-bottom: 20px;
}
.area-name{
    text-align: center;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: 500;
    padding: 0.7em 0;
    cursor: pointer;
    position: relative;
    transition: .5s;
}
.area-contents{
    background-color: #fff;
    padding: 1em;
    font-weight: 500;
    height: 245px;
    overflow: scroll;
}
.area-name:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #24243f;
	border-bottom: 2px solid #24243f;
	transform: translateY(-50%) rotate(45deg);
	transition: .5s;
}
/* オープン時にopenクラスを付与 */
.area-name.open:after {
	transform: rotate(225deg);
}
.area-name.open{
    border-radius: 15px 15px 0 0;
}
/* area color */
.area-contents.hokkaido{
    border: solid 2px #DCC7FE;
}
.area-name.hokkaido{
    background-color: #DCC7FE;
}
.area-name.tohoku{
    background-color: #F1DAE1;
}
.area-contents.tohoku{
    border: solid 2px #F1DAE1;
}
.area-name.tokyo{
    background-color: #8DB4EA;
}
.area-contents.tokyo{
    border: solid 2px #8DB4EA;
}
.area-name.tokai{
    background-color: #FFECB0;
}
.area-contents.tokai{
    border: solid 2px #FFECB0;
}
.area-name.kansai{
    background-color: #BBE1CC;
}
.area-contents.kansai{
    border: solid 2px #BBE1CC;
}
.area-name.kyushu{
    background-color: #F6A3A3;
}
.area-contents.kyushu{
    border: solid 2px #F6A3A3;
}
.annotation-list{
    width: 32%;
    margin: 0 0 0 auto;
    font-weight: 500;
    font-size: 1.2rem;
}
.member_list{
    text-align: right;
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 300;
    text-decoration: underline;
    cursor:pointer
}
/* ----------------------------------- 

Career

-------------------------------------- */
.section-school{
    position: relative;
}
.career-text{
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.school-wrap{
    background-color: #CBECFF;
    border-radius: 20px;
    padding: 2em;
    margin-bottom: 40px;
}
.school-title{
    text-align: center;
    font-weight: bold;
    color: #0B41A0;
    font-size: 2rem;
    margin-bottom: 30px;
}
.school-list{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
}
.school-list li{
    width: 33%;
    margin-bottom: 10px;
}
.school-list li::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background-color: #0B41A0;
    margin-right: 5px;
}
.contact-btn_main.school-cta{
    margin: 0 auto;
}
.school-left{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    display: flex;
}
.school-right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    display: flex;
    justify-content: end;
}

/* ----------------------------------- 

Voice

-------------------------------------- */
.voice-container>.container.inner-contents{
    padding: 60px 0;
}
.voice-container{
    border: solid 3px #0B41A0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.voice-list li{
    background-color: #E1F4FF;
    border-radius: 20px;
    width: 47%;
    padding: 2em;
}
.voice-list{
    display: flex;
    justify-content: space-between;
}
.human_e-title.voice{
    margin-bottom: 50px;
}
.human_e-title.student.voice span::before{
    bottom: -20px;
}
.human_e-title.company.voice span::before{
    bottom: -20px;
}
.voice-title{
    font-size: 2rem;
    color: #0B41A0;
    margin-bottom: 20px;
}
.voice-text{
    font-weight: 500;
    margin-bottom: 20px;
    height: 145px;
}
.voice-data{
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.voice-data img{
    margin-right: 10px;
}
/* ----------------------------------- 

Desire

-------------------------------------- */
.section-wrap.bg-desire{
    background: url(../img/desire-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.desire-text_wrap{
    width: 65%;
    margin: 0 auto;
}
.desire-text{
    color: #fff;
    line-height: 2.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
}
.d-in-text{
    display: block;
    margin-bottom: 20px;
}
.kirakira-left{
    position: absolute;
    top: 80px;
    left: 3%;
    width: 20%;
}
.kirakira-right{
    position: absolute;
    top: 80px;
    right: 3%;
    width: 20%;
}

/* ----------------------------------- 

Faq

-------------------------------------- */
.faq-box{
    margin-bottom: 40px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
}
.faq-box:last-of-type{
    margin-bottom: 0;
}
.faq-q{
    border: solid 2px #0B41A0;
    width: 100%;
    background-color: #E1F4FF;
    padding: 1.5em 6em 1.5em 6em;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.faq-q:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #0B41A0;
	border-bottom: 3px solid #0B41A0;
	transform: translateY(-50%) rotate(45deg);
	transition: .5s;
}
.faq-a{
    border-top: solid 1px #0B41A0;
    border-left: solid 2px #0B41A0;
    border-right: solid 2px #0B41A0;
    border-bottom: solid 2px #0B41A0;
    width: 100%;
    background-color: #fff;
    padding: 1.5em 1.5em 1.5em 6em;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.faq-q::before{
    content: "Q";
    color: #fff;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    background-color: #0B41A0;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-a::before{
    content: "A";
    color: #0B41A0;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    background-color: #FFEDED;
    border-radius: 50px;
    position: absolute;
    top: 24px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* オープン時にopenクラスを付与 */
.faq-q.open:after {
	transform: rotate(225deg);
}
.faq-q.open{
    border-radius: 10px 10px 0 0;
    border-top: solid 2px #0B41A0;
    border-left: solid 2px #0B41A0;
    border-right: solid 2px #0B41A0;
    border-bottom: solid 1px #0B41A0;
}
/* ----------------------------------- 

Footer

-------------------------------------- */
.footer{
    padding: 50px 0;
}
.footer-contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.footer-contens_left{
    width: 45%;
}
.name-change_footer{
    color: #24243f;
    font-size: 1.2rem;
    font-weight: 500;
}
.footer-logo{
    width: 48%;
}
.footer-menu{
    width: 45%;
    display: flex;
    justify-content: flex-end;
}
.footer-menu_item{
    font-weight: 500;
    margin-right: 40px;
    transition: all .4s;
}
.footer-menu_item.last{
    margin-right: 0;
}
.copyright{
    font-size: 1.2rem;
    font-weight: 500;
}

/* 1100px以下になったらハンバーガーメニューに切り替え その他サイズ調整 */
@media screen and (max-width: 1100px){
    .header{
        height: 60px;
    }
    main{
        padding-top: 60px;
    }
    .container{
        padding: 0 20px;
    }
    .only-pc_br{
        display: none;
    }
    .only-sp_br{
        display: block;
    }
    .btn-trigger{
        display: block;
        -webkit-appearance: none;
        appearance: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 110;
        width: 60px;
        height: 60px;
        border: none;
        background: none;
        padding: 0 15px;
        outline: none;
    }
    .btn-trigger span {
        display: block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        top: 20px;
        width: 30px;
        height: 3px;
        background-color: #0B41A0;
        border-radius: 5px;
    }
    .btn-trigger span:nth-of-type(2) {
        top: 30px;
        width: 30px;
    }
    .btn-trigger span:last-of-type {
        top: 40px;
        width: 30px;
    }
    /*activeクラスが付与されると線が回転して×に*/

    .btn-trigger.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 60%;
    }
    .btn-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .btn-trigger.active span:nth-of-type(3) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 60%;
    }
    .top-nav{
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        text-align: center;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
    }
    .top-nav.slidein {
        visibility: visible;
        opacity: 1;
    }
    .nav-list{
        display: block;
        height: auto;
        box-shadow: none;
    }
    .nav-list>li {
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .nav-list a:last-of-type>li{
        margin-bottom: 0;
    }
    .nav-list a{
        display: block;
        height: auto;
    }
    .nav-contact-wrap{
        height: auto;
        padding: 0.5em 1em;
        border-radius: 50px;
    }
    /* サービスメニューリストの高さを合わせる */
    .tag-wrap{
        height: 57px;
        margin-bottom: 0;
    }
    .service-name{
        height: 86px;
        margin-bottom: 0;
    }
    /* .service-summary{
        height: 130px;
    } */
    .service-name.font-small{
        line-height: 1.8;
    }
    .modaal-btn::after{
        right: 30px;
    }
    /* CTAボタンサイズ調整 */
    .contact-btn_main{
        width: 90%;
        font-size: 2rem;
    }
    .contact-btn_main.school-cta{
        width: 50%;
    }
    /* MVテキストサイズ調整 */
    .site-catchcopy{
        font-size: 2rem;
    }
    .site-name{
        font-size: 3.3rem;
    }
    /* アンカーリンクの位置調整 */
    #reason{
        margin-top: -60px;
        padding-top: 60px;
    }
    #service{
        margin-top: -60px;
        padding-top: 60px;
    }
    #school{
        margin-top: -60px;
        padding-top: 60px;
    }
    #voice{
        margin-top: -60px;
        padding-top: 60px;
    }
    #faq{
        margin-top: -60px;
        padding-top: 60px;
    }

}

/* 利用者の声のテキスト量の違いによるサイズ調整 */
@media screen and (max-width: 960px){
    .voice-title{
        height: 72px;
    }
    .voice-text{
        height: 200px;
    }

}

/* ----------------------------------- 

hover の設定

-------------------------------------- */
@media screen and (min-width: 1101px){
    .contact-btn:hover{
        background-color: #FFF05E;
    }
    .contact-btn_main:hover{
        background-color: #FFF05E;
    }
    .contact-btn_main:hover::after{
        right: 9%;
    }
    .nav-list>li:not(:last-child):hover a{
        color: #0B41A0;
    }
    /* .nav-list>a:last-of-type:hover>li{
        color: #fff;
    } */
    a.modaal-btn:hover{
        background-color: #062E75;
    }
    .footer-menu_item:hover a{
        color: #0B41A0;
    }

}

/* ----------------------------------- 

Smart Phone (tablet 以下)

-------------------------------------- */

@media screen and (max-width: 767px){
    body{
        font-size: 1.4rem;
    }
    /* -----Utility----- */
    .contact-btn_main {
        width: 100%;
        font-size: 1.6rem;
        max-width: 350px;
        margin: 0 auto;
    }
    .section-title{
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .section-title_top{
        font-size: 1.8rem;
    }
    .section-wrap {
        padding: 60px 0 60px;
    }
    .section-maintext{
        font-size: 1.6rem;
    }

    /* -----header----- */
    .header{
        padding: 0 0 0 10px;
    }
    .top-logo {
        width: 160px;
    }

    /* -----MainVisual----- */
    .MainVisual{
        height: auto;
    }
    .mv-img{
        position: relative;
        height: 220px;
        width: 95%;
        margin-left: auto;
        border-radius: 0 0 0 50px;
        margin-bottom: 30px;
    }
    .mv-inner{
        display: block;
    }
    .maincopy-wrap{
        width: 100%;
    }
    .site-name{
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .site-catchcopy{
        line-height: 1.5;
    }
    .site-for{
        text-align: center;
    }
    .site-for img{
        width: 75%;
        max-width: 260px;
    }
    .site-discription{
        margin-bottom: 20px;
    }
    /* -----Problem----- */
    .section-title.problem-title {
        margin-bottom: 25px;
        font-size: 2.2rem;
    }
    .arc{
        padding-top: 60px;
    }
    .problem-wrap{
        display: block;
        margin-bottom: 30px;
    }
    .student-wrap{
        width: 100%;
        padding: 20px 20px 30px;
        margin-bottom: 40px;
    }
    .company-wrap{
        width: 100%;
        padding: 20px 20px 30px;
        margin-bottom: 30px;
    }
    .problem-list{
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .problem-list li::before{
        width: 17px;
        height: 17px;
    }
    .human-img{
        width: 30%;
        margin: 50px auto 10px;
    }
    .student-wrap::after{
        width: 30px;
        height: 235px;
        transform: rotate(-90deg);
        top: -28%;
        left: 45%;
    }
    .company-wrap::after{
        width: 30px;
        height: 235px;
        transform: rotate(-90deg);
        top: -28%;
        left: 45%;
    }
    .problem-text{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .problem-text:last-child{
        margin-bottom: 40px;
    }
    /* -----About----- */
    .about-subtext{
        font-size: 1.4rem;
    }
    .withnavi-text{
        font-size: 1.8rem;
    }
    .careernavi_matome{
        font-size: 1.6rem;
    }
    .about-point_wrap{
        display: block;
        padding: 30px 20px;
    }
    .about-point{
        width: 100%;
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-subtext{
        margin-bottom: 30px;
    }
    .about-point_list{
        width: 100%;
        font-size: 1.4rem;
    }
    .about-point_list li{
        padding-left: 20px;
    }
    .about-point_list li::before{
        width: 15px;
        height: 15px;
        left: 0;
    }
    /* -----Reason----- */
    .section-wrap.inwrap {
        padding: 60px 20px 60px;
    }
    .wide-container.bg-white{
        margin-bottom: 40px;
    }
    .human_e-title{
        font-size: 2rem;
    }
    .human_e-title.student span{
        padding-left: 20px;
    }
    .human_e-title.student span::before{
        width: 63px;
        height: 60px;
        background-size: contain;
        left: -30%;
    }
    .human_e-title.company span{
        padding-left: 20px;
    }
    .human_e-title.company span::before{
        width: 63px;
        height: 60px;
        background-size: contain;
        left: -30%;
    }
    .reason-point{
        font-size: 2rem;
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .container.inner-contents {
        padding: 40px 0;
    }
    .reason-list li{
        display: block;
        margin-bottom: 60px;
    }
    .reason-img{
        width: 70%;
        margin: 0 auto 10px;
    }
    .reason-img_2{
        width: 100%;
    }
    .reason-img.graph{
        width: 100%;
        margin-bottom: 15px;
    }
    .reason-text{
        width: 100%;
    }
    .reason-text_copy{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .reason-text_copy.one::before{
        width: 33px;
        height: 34px;
        top: 3px;
        margin-right: 10px;
    }
    .reason-text_copy.two::before{
        width: 37px;
        height: 34px;
        top: 5px;
        margin-right: 10px;
    }
    /* -----Service----- */
    .feature-wrap{
        padding: 30px 20px;
        display: block;
        margin-bottom: 40px;
    }
    .feature-list{
        width: 100%;
        margin-top: 30px;
    }
    .feature-list li{
        display: block;
    }
    .feature-list li:last-of-type{
        margin-bottom: 0;
    }
    .tag{
        width: 40%;
        max-width: 117px;
        font-size: 1.2rem;
        height: auto;
    }
    .feature-list li>p {
        width: 100%;
        line-height: 1.5;
    }
    .feature-wrap::before{
        transform: rotate(-90deg);
        top: -18%;
        left: 50%;
        width: 25px;
    }
    .service-list{
        display: block;
    }
    .service-list_item{
        width: 100%;
        /* padding: 30px 20px; */
        margin-bottom: 40px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 2%);
        height: 435px;
    }
    .service-list_item_leftcontents{
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 1.5em;
    }
    .service-list_item_rightcontents{
        width: 100%;
        padding: 1.5em 1.5em 2em;
    }
    .tag-wrap{
        height: auto;
        margin-bottom: 15px;
    }
    .list-tag{
        font-size: 1.2rem;
    }
    .service-name{
        font-size: 2rem;
        height: auto;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .service-icon{
        margin-bottom: 0;
    }
    .service-discription{
        margin-bottom: 40px;
    }
    .service-name.font-small{
        line-height: 1.3;
    }
    .service-icon img{
        height: 70px;
        margin: 0 auto;
    }
    .service-summary{
        height: 110px;
        margin-bottom: 10px;
    }
    a.modaal-btn{
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .modaal-inner-wrapper{
        padding: 80px 20px;
    }
    .modaal-content-container {
        padding: 30px 15px;
    }
    
    /* slickの設定 */

    .slick-dots{
        bottom: 5px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .slick-dots li button:before{
        width: 15px;
        height: 15px;
    }
    .slick-dots li.slick-active button:before {
        color: #0B41A0;
        opacity: 1;
    }
    .slick-dots li{
        margin: 0;
    }
    .slick-prev {
        left: 5px;
        z-index: 1;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev, .slick-next{
        width: 25px;
        height: 25px;
        top: 42.4%;
    }
    .slick-prev:before, .slick-next:before {
        color: #0B41A0;
        opacity: 1;
    }


    /* modal */
    .modal-service_name{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .modal-contents_wrap{
        display: block;
    }
    .modal-service_img{
        width: 100%;
        height: 170px;
        margin-bottom: 20px;
    }
    .modal-service_discription{
        width: 100%;
    }
    .modal-service_discription p{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .service-point_list li{
        font-size: 1.4rem;
    }
    .service-point_list li::before{
        width: 15px;
        height: 15px;
    }
    /* -----CTA----- */
    .container.cta-inner {
        padding: 40px 0;
    }
    .cta-text{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .cta-wrap{
        display: block;
    }
    .btn-wrap{
        width: 100%;
        margin-bottom: 20px;
    }
    .tel-wrap{
        width: 100%;
    }
    .tel-text{
        font-size: 1.6rem;
    }
    .tel-number{
        font-size: 2rem;
    }
    .tel-number::before{
        width: 20px;
        height: 20px;
        top: 2px;
    }
    /* -----Member----- */
    /* .map-img{
        width: 50%;
        margin: 0 auto 30px;
    } */
    .area-box{
        width: 45%;
    }
    .area-name{
        font-size: 1.4rem;
    }
    .area-name::after{
        width: 7px;
        height: 7px;
        right: 15px;
    }
    .annotation{
        top: -13px;
    }
    .annotation-list{
        width: 100%;
    }
    .member_list{
        font-size: 1.2rem;
        margin-top: 10px;
    }
    /* -----School----- */
    .school-wrap{
        padding: 20px;
        margin-bottom: 30px;
    }
    .school-list{
        width: 100%;
        justify-content: space-between;
        padding-left: 8%;
    }
    .school-title{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .school-list li{
        width: 45%;
    }
    .career-text{
        margin-bottom: 30px;
    }
    .contact-btn_main.school-cta {
        width: 100%;
        z-index: 2;
    }
    /* -----Voice----- */
    .voice-container>.container.inner-contents {
        padding: 40px 0;
    }
    .human_e-title.voice {
        margin-bottom: 30px;
    }
    .voice-list{
        display: block;
    }
    .voice-list li{
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .voice-list li:nth-of-type(2){
        margin-bottom: 0;
    }
    .voice-title{
        font-size: 1.8rem;
        height: auto;
    }
    .voice-text{
        height: auto;
    }
    .voice-data img{
        width: 30%;
        max-width: 74px;
    }
    /* -----Desire----- */
    .desire-text_wrap{
        width: 100%;
    }
    .desire-text{
        font-size: 1.4rem;
    }
    .kirakira-left{
        position: absolute;
        top: 50px;
        left: 0;
        width: 15%;
    }
    .kirakira-right{
        position: absolute;
        top: 50px;
        right: 0;
        width: 15%;
    }
    /* -----FAQ----- */
    .faq-box{
        margin-bottom: 30px;
    }
    .faq-q {
        padding: 20px 30px 20px 50px;
    }
    .faq-a {
        padding: 20px 30px 20px 50px;
    }
    .faq-q::before{
        width: 30px;
        height: 30px;
        left: 10px;
        font-size: 1.8rem;
    }
    .faq-a::before{
        width: 30px;
        height: 30px;
        left: 10px;
        font-size: 1.8rem;
    }
    .faq-q:after{
        right: 15px;
    }
    /* -----Footer----- */
    .footer {
        padding: 30px 0;
    }
    .footer-contents{
        display: block;
        margin-bottom: 20px;
    }
    .footer-logo {
        width: 65%;
        /* margin-bottom: 10px; */
    }
    .footer-contents_left{
        margin-bottom: 30px;
    }
    .name-change_footer{
        font-size: 1rem;
    }
    .footer-menu{
        display: block;
        width: 100%;
    }
    .footer-menu_item {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .copyright{
        font-size: 1rem;
    }

}

/* 560px以下になったらサービスアイコンのレイアウト変更 */
@media screen and (max-width: 560px){
    .service-icon_wrap01{
        flex-wrap: wrap;
        width: 75%;
    }
    .service-icon_wrap02{
        flex-wrap: wrap;
        width: 85%;
    }
    .withnavi-wrap{
        width: 90%;
        border: dotted 3px #EF5655;
    }
    .service-icon_wrap01 li{
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .service-icon_wrap02 li{
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

}

/* ----------------------------------- 

小さいスマホ対応

-------------------------------------- */

@media screen and (max-width: 330px){

    .human_e-title.student span::before{
        left: -25%;
    }
    .human_e-title.company span::before{
        left: -25%;
    }
    .site-name{
        font-size: 2.6rem;
    }
    .site-catchcopy {
        font-size: 1.8rem;
    }

}

/* ----------------------------------- 

動き

-------------------------------------- */

/* fadeUp */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:.8s;
    animation-fill-mode:forwards;
    opacity:0;
}

/* blur */
.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeUpTrigger,
.blurTrigger{
    opacity: 0;
}

.delay-time{
    animation-delay: 1.5s;
}
.delay-time-next{
    animation-delay: 2.3s;
}

/* -------topのローディング画面----- */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background:#E1F4FF;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置 */
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash_logo img {
	width:500px;
}
@media screen and (max-width: 767px){
    #splash_logo{
        width: 65%;
    }
}


/* Keyframes */
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(30px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}
@keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }

    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
}
