@charset "utf-8";

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/


html {
    font-family: 'Noto Sans JP', sans-serif;
    caret-color: transparent;
}
body {
    background: #f6f8fb;
    color: #1e1e1e;
    min-width: auto;
    margin: 0 auto;
}
.inner {max-width: 1180px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

.fmctr {
    caret-color: #1e1e1e;
    border-radius: 0.3em
}

/* **************************************************************** */
/* ヘッダー
*/
header {
    text-align: left;
    padding: 1em;
}
/* **************************************************************** */
/* フッター
*/
footer {
	background: #fff;
    padding: 0;
}
footer .logo {
    padding: 2em 0;
}
footer .copy {
    display: block;
    background: #00a0fc;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}

/* **************************************************************** */
/* 個別CSS
*/

.btn_bloc {

}
.btn_bloc a {
    display:inline-block;
}
.btn_bloc p {
    font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    animation: purupuru_anim 1.2s infinite alternate;
}
@keyframes purupuru_anim {
    0% {
        transform: translate(0, 0);
    }
    5% {
        transform: translate(-3px, 0);
    }
    10% {
        transform: translate(3px, 0);
    }
    15% {
        transform: translate(-3px, 0);
    }
    20% {
        transform: translate(3px, 0);
    }
    25% {
        transform: translate(-3px, 0);
    }
    30% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.mv {
    padding: 1em 1em 3em;
}
.mv .inner {
    max-width: 1300px;
}
.mv_uppre {

}
.mv_uppre h1 {
    width: 58.384615384%;
}
.mv_uppre .box {
    position: relative;
    padding: 1em 1em;
    flex: 1 0 0%;
}
.mv_uppre .box figure {
    
}
.mv_uppre .box ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.mv_uppre .box ul li {
    width: calc(100% / 3 - 1em);
    max-width: 150px;
}

.mv_bottom {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.mv_bottom .btn_bloc {
    max-width: 469px;
    flex: 1 0 0%;
    margin: 0 auto;
}
.mv_bottom .btn_bloc a {
    display: inline-block;
}

.mv_bottom figure {
    width: 58.307692307%;
}


.about {
    background: #fff;
    padding: 3em 0;
}
.about h2 {
    margin-bottom: 2em;
}
.about h2 em {
    width: 63.728813559%;
}
.about h2 figure {
    flex: 1 0 0%;
    max-width: 311px;
    margin-left: auto;
}

.about_bloc {
    margin-bottom: 3em;
}

.about_item {
    align-items: center;
    justify-content: space-between;
}
.about_item + .about_item {
    margin-top: 4em;
}
.about_item:nth-child(odd) {
    flex-direction: row-reverse;
}
.about_item figure {
    flex: 1 0 0%;
}
.about_box {


}
.about_box h3 {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
    gap: 1em;
}
.about_box h3 i {

}
.about_box h3 em {
    position: relative;
}
.about_box h3 em span {
    display: inline-block;
    background: #00a0fc;
    color: #fff;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
    padding: 0.25em 0.5em 0.35em;
    position: relative;
    z-index: 2;
}
.about_box h3 em:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0a6193;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
}

.about_box h4 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
    text-align: left;
    margin-bottom: 1rem;
}
.about_box h4 em {
    color:#ff6860;
}

.about_box p {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
}


.trouble {
    background: #00a0fc;
    padding: 3em 0 0;
    position: relative;
}
.trouble:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 150px 0 150px;
    border-color: #00a0fc transparent transparent transparent;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.trouble h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 2rem;
}
.trouble h2 em {
    display: inline-block;
    background: #fff;
    color: #00a0fc;
    padding: 0.1em 0.25em 0.2em;
    margin: 0 0.25em;
}

.trouble_bloc {
    position: relative;
    padding-top: 14em;
}
.trouble_bloc ul {
    
}
.trouble_bloc ul li {
    position: absolute;
}
.trouble_bloc ul li:nth-child(1) {
    bottom: 5em;
    left: 0;
}
.trouble_bloc ul li:nth-child(2) {
    top: 0;
    left: 8em;
}
.trouble_bloc ul li:nth-child(3) {
    top: 0;
    left: 0;
    right: 0;
}
.trouble_bloc ul li:nth-child(4) {
    top: 2em;
    right: 7em;
}
.trouble_bloc ul li:nth-child(5) {
    right: 0;
    bottom: 5em;
}

.trouble_bloc figure {
    
}

.cv {
    padding: 6em 0 4em;
}
.cv_bloc {

}
.cv_bloc h2 {
    margin-bottom:2em;
}


.band {
    background: #00a0fc;
    color: #fff;
}
.band .inner {
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.band h2 {
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
}
.band .inner:after {
    content: "";
    color: rgb(246 248 251 / 18%);
    font-size: 150px;
    line-height: 1em;
    font-weight: 900;;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    text-align: left;
}
.band figure {
    position: relative;
    z-index: 2;
}

.content {
    padding: 3em 0 6em;
}



.comparison {

}
.comparison .band figure {
    margin-top: -3em;
}
.comparison .band .inner:after {
    content:"Comparison";
}
.comparison_bloc {

}


.flow {

}
.flow .band figure {
    margin-top: -3em;
    margin-bottom: 1em;
}
.flow .band .inner:after {
    content:"Flow";
}


.flow_bloc {

}
.flow_bloc h3 {
    margin-bottom: 2em;
}
.flow_bloc ol {
    max-width: 950px;
    margin: 0 auto;
}
.flow_bloc ol li {
    position: relative;
    background: #d0ebfb;
    padding: 1em;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.flow_bloc ol li + li {
    margin-top: 3em;
}
.flow_bloc ol li + li:before {
    content: "";
    width: 48px;
    height: 28px;
    background: url(../images/icon_arrow.png);
    position: absolute;
    top: -2.25em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flow_bloc ol li .meta {
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}
.flow_bloc ol li .meta i {

}
.flow_bloc ol li .meta h4 {
    text-align: left;
}
.flow_bloc ol li .meta h4 span {
    display: inline-block;
    background: #00a0fc;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    padding: 0.25em 0.25em 0.35em;
}
.flow_bloc ol li .meta h4 span:last-child {
    margin-top: 5px;
}

.flow_bloc ol li .box {
    text-align: left;
    width: 50%;
}
.flow_bloc ol li .box p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}

.flow_bloc ol li:nth-child(4) {
    background: #fed9d7;
}
.flow_bloc ol li:nth-child(4) .meta h4 span {
    background: #ff6860;
}







.advisor {

}
.advisor .band figure {
    margin-top: -4em;
}
.advisor .band .inner:after {
    content:"Career Advisor";
}
.advisor_bloc {
    overflow: hidden;
}
.advisor_slider {
    
}
.advisor_slider_item {
    
}



.voice {
    background: url(../images/bg_slash.png);
}
.voice .band {
    background: no-repeat;
}
.voice .band figure {
    margin-top: -4em;
}
.voice .band .inner:after {
    content:"Voice";
}

.voice_bloc {
    max-width: 1065px;
    margin: 0 auto 3em;
}

.voice_item {
    background: #fff;
    padding: 1em;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.voice_item:after {
    content:"";

}
.voice_item + .voice_item {
    margin-top: 3em;
}
.voice_item figure {
    margin-top: -3em;
}
.voice_box {
    flex: 1 0 0%;
    text-align: left;
}
.voice_box h3 {
    margin-bottom: 1rem;
}
.voice_box h3 span {
    display: inline-block;
    background: #00a0fc;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    padding: 0.25em 0.25em 0.35em;
}
.voice_box p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}

.voice .btn_bloc p {
    color:#fff;
}


.faq {
    background: #fff;
}
.faq .band {
    background: no-repeat;
    color: initial;
    padding: 1em 0 0;
}
.faq .band .inner:after {
    content:"FAQ";
    color: #00a0fc2e;
}
.faq .content {
    padding:3em 0;
}

.faq_bloc {
    margin-bottom:3em;
}

.faq_bloc dl {
    
}
.faq_bloc dl + dl {
    margin-top: 2em;
}
.faq_bloc dl dt {
    background: #00a0fc;
    color: #fff;
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 1em 3em 1em 3em;
    cursor: pointer;
}
.faq_bloc dl dd {
    position: relative;
    background: #d0ebfb;
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
    padding: 1em 1em 1em 4em;
    display: none;
}
.faq_bloc dl dt:before {
    content: "";
    width: 37px;
    height: 42px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.8rem;
    left: 0.7rem;
}
.faq_bloc dl dd:before {
    content: "";
    width: 37px;
    height: 42px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.6rem;
    left: 0.8rem;
}
.faq_bloc dl dt:after {
    content: "＋";
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    font-weight: bold;
}
.faq_bloc dl dt.active:after {
    content:"－";

}


.contact {
    background: #fff;
    padding: 3em 0;
}
.contact_content {

}


.thanks .detail figure {
    margin-bottom: 2em;
}
.thanks .detail .t1 {
    display: inline-block;
    border: solid 1px #000;
    padding: 0.5em;
    margin-bottom: 2em;
}
.thanks .detail .t1 span.red {
    color:red;
}
.thanks .detail .t1 em {

}
.thanks .detail .t1 em:after {

}

.thanks .detail h1 {

}
.thanks .detail .t2 {
    
}