@charset "UTF-8";


body {min-width: initial;}

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



.button {
    width: 100%;
    font-size: 1.5rem;
}


.footer {
    padding-bottom: 110px;
}


.c-wrap {
    padding-left: 10px;
    padding-right: 10px;
}


.pagetop {
    right: 15px;
    bottom: 75px;
    width: 35px;
}




/**
 * menu
 */
.fix {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1); 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;

    -ms-flex-wrap: wrap;
    align-items: center;
}
.fix.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fix__item {
    padding: 7px 10px 13px;
}
.fix__item.logo {
    padding: 3px 10px;
}
.fix__logo {
    /*width: 140px;*/
    width: calc(100vw - 110px);
}
.fix__logo small {
    font-size: 70%;
    margin-bottom: 3px;
    display: inline-block;
    -webkit-text-size-adjust: 100%;
}
.fix__logo img {width: 140px;}

.menuButton {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.menuButton__wrap {
    margin-right: 5px; 
    position: relative;
    top: 3px;
}
.menuButton__text {
    font-weight: bold; 
    margin-top: 6px;
}
.menuButton__line {
    -webkit-transition: .3s all ease-out;
    background-color: #545f66;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s all ease-out; 
    width: 22px;
}
.menuButton__line:first-child {
    top: 0;
}
.menuButton__line:nth-child(2) {
    top: 7px;
}
.menuButton__line:last-child {
    top: 14px;
}
.menuButton.is-active .menuButton__line:first-child {
    -webkit-transform: rotate(-45deg);
    top: 6px; 
    transform: rotate(-45deg);
}
.menuButton.is-active .menuButton__line:nth-child(2) {
    opacity: 0;
}
.menuButton.is-active .menuButton__line:last-child {
    -webkit-transform: rotate(45deg);
    top: 6px; 
    transform: rotate(45deg);
}

.menuBody {
    -webkit-transition: .3s all ease-out;
    /*height: 197px;*/
    left: 0;
    opacity: 1;
    position: fixed;
    top: 38px;
    transition: .3s all ease-out;
    width: 100%;
    height: calc(100vh - 38px);
    z-index: 101;
    background: rgba(0,0,0,.42);
}
.menuBody ul {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease-out;
    position: relative;
    left: 0;
    width: 90%;
    margin-left: auto;
    background: #fff;
    border-bottom: 1px solid #e4e4e4; 
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}
.menuBody:not(.is-active) {
    opacity: 0;
    z-index: -1;
}
.menuBody:not(.is-active) ul {
    /*height: 0; */
    /*opacity: 0;*/
    /*visibility: hidden;*/
    left: 100%;
}
.menuBody__item {
    position: relative;
    z-index: 2;
}
.menuBody__item > a {
    display: inline-block;
    font-weight: bold; 
    padding: 13px 15px;
    position: relative;
    width: 100%;
    line-height: 160%;
}
.menuBody__item > a:after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #525252;
    border-top: 2px solid #525252;
    bottom: 1px;
    content: "";
    height: .6em;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg); 
    width: .6em;
}
.menuBody__item {
    border-bottom: 1px solid #e4e4e4;
}
/*.menuBody__item:first-child {
    border-bottom: 1px solid #e4e4e4;
}
.menuBody__item:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
}
.menuBody__item:nth-child(3) {
    border-bottom: 1px solid #e4e4e4;
}*/


.l-fixed {
    /*display: none;*/
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 999;
    width: 100%;
    line-height: 100%;
    vertical-align: top;
    text-align: center;
}
.l-fixed img {
    vertical-align: top;
    /*width: 100%;*/
}








.header__wrap .header__oc.two {
    margin-left: 0;
    margin-top: 20px;
}

.header__wrap.top {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.header__wrap p {
    display: block;
}
.header__wrap p + p {
    margin-left: 0;
}
.header__wrap .button,
.header__wrap .header__oc.two .button {
    padding: 20px 5px;
}




.l-kv {
    margin-bottom: 28px;
    padding-top: 38px;
}
.l-kv .logo {
    padding-left: 15px;
    padding-right: 15px;
    top: 15px;
}
.l-kv .logo img {
    width: 145px;
}
/*.kv-lead {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #575859;
    font-size: 11px;
}*/



.voice_result1 img {
    /*width: 140px;*/
}


.lead {
    text-align: left;
    margin-top: 30px;
    /*margin-bottom: 0;*/
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 200%;
    padding-left: 15px;
    padding-right: 15px;
}



.graph_wrap {
    display: block;
}
.graph_wrap .voice_result1 {
    margin-right: 0;
    margin-bottom: 30px;
}



.content {
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.content .block1 {
    padding-left: 15px;
    padding-right: 15px;
    /*margin-bottom: 100px;*/
    margin-bottom: 60px;
    position: relative;
}
.content .block1.c1,
.content .block1.c2,
.content .block1.c3,
.content .block1.c4 {
    background-image: none;
    /*background-position: calc(100% - 15px) 35px;*/
    /*background-size: 130px auto;*/
}
/*.content .block1.c2 {
    padding-bottom: 0;
}*/
.content .block1.c2 h3 span {
    font-size: 20px;
    max-width: 280px;
    padding: 11px 0;
}
.content .block1.c2 .header__oc {
    padding-bottom: 35px;
}
.content .block1 .content-txt {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -44px;
}
.content .block1 h3 {
    padding-top: 0;
    margin-bottom: 40px;
}
.content .block1 h3 span {
    font-size: 23px;
    max-width: 200px;
    padding: 11px;
    margin-top: -22px;
}
.content .block1 h3.t2 span {
    font-size: 20px;
    max-width: 280px;
    padding: 11px 0;
}
.content .block1 h3 span:before,
.content .block1 h3 span:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    margin-top: -22px;
}
.content .block1 h3 span:before {
    left: -22px;
    border-right-width: 22px;
}
.content .block1 h3 span:after {
    right: -22px;
    border-left-width: 22px;
}
.content .block1 .lead {
    line-height: 180%;
}
.content .block1 .box1 {
    margin-bottom: 30px;
}
.content .block1 .box1 h4 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.content .block1 .box1 h4 span.balloon {
    font-size: 14px;
    min-width: 150px;
}
.content .block1 .box1 h4 img {
    width: 55px;
}
.content .block1 .box2 {
    padding: 10px;
    border-width: 2px;
}
.content .block1 .box2 h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.content .block1 .box2 ul {
    flex: 1;
}
.content .block1 .box2 li {
    margin-right: 0 !important;
    margin-top: 4px;
    /*width: 60%;*/
    width: 50%;
    min-width: initial;
}
/*.content .block1 .box2 li:nth-child(2n) {
    width: 40%;
}*/
.content .block1 .flow dl {
    display: block;
    padding: 20px 15px;
    font-size: 16px;
}
.content .block1 .flow dl.current dt {
    border-bottom-color: #fff;
}
.content .block1 .flow dt {
    border-right: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    font-size: 18px;
}
.content .block1 .flow dd {
    width: 100%;
}
.content .block1 h4.t2 {
    margin-bottom: 12px;
}
.content .block1 h4.t2 span {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 5px;
}
.content .block1 .box1 p {
    font-size: 14px;
}
.content .block1 .box1 .btn a {
    line-height: 140%;
}
.content .block1 .box1 .txt1 {
    width: auto;
    float: none;
    margin-bottom: 20px;
}
.content .block1 .box1 .img1 {
    width: auto;
    float: none;
}
.content .block1 .box1 table {margin-bottom: 20px;}
.content .block1 .box1 table:last-child {margin-bottom: 0;}
.content .block1 .box1 tr:first-child th:first-child {width: 100px;}
.content .block1 .box1 th,
.content .block1 .box1 td {}
.content .block1 .box1 td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 5px;
}
.content .block1 .box1 .attention { padding: 25px 20px; position: relative; margin-left: -15px; margin-right: -15px; margin-bottom: 30px; }

.content .block1 .box1 .bnr.nvillage a {
    padding-left: 10px;
    padding-right: 10px;
}
.content .header__oc {
    margin-top: -25px;
    margin-bottom: 0;
}


.bus-note-wrap {
    position: relative;
    margin-top: -1px;
    background: #fff6d1;
    padding: 10px;
}
.bus-note-wrap.sp-only {
    padding-bottom: 30px;
}
.bus-wrap,
.note-wrap {
    margin-bottom: 20px;
}
.bus-trigger,
.note-trigger,
.benefit-trigger {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bus-trigger span,
.note-trigger span,
.benefit-trigger span {
    padding-left: 20px;
    padding-right: 20px;
}
.bus-trigger span:before,
.bus-trigger span:after,
.note-trigger span:before,
.note-trigger span:after,
.benefit-trigger span:before,
.benefit-trigger span:after {
    width: 15px;
    border-top-width: 2px;
}

.note-wrap .note,
.benefit-wrap .benefit {
    font-size: 14px;
    line-height: 160%;
    padding-top: 10px;
}
.note-wrap .note ul,
.benefit-wrap .benefit ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
.content .block1.c2 .header__oc {padding-bottom: 15px;}
.content .block1.c2 .img1 {
    padding: 10px;
    background: #fff;
    filter: drop-shadow(6px 6px 15px rgba(204,204,204,.65));
}
.content .block1.c2 .img1 img {
    filter: none;
}


.content .block1 .bus {
/*    margin-top: 30px;*/
    padding-left: 15px;
    padding-right: 15px;
}
.content .block1 .bus h4 {
    font-size: 22px;
}
.content .block1 .bus h4 span:before,
.content .block1 .bus h4 span:after {
    width: 25px;
}
.content .block1 .bus h4 span:before {
    margin-right: 8px;
}
.content .block1 .bus h4 span:after {
    margin-left: 8px;
}
.content .block1 .bus dl {
    margin-bottom: 20px;
}
.content .block1 .bus dt {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
}
.content .block1 .bus ul {
    justify-content: flex-start;
}
.content .block1 .bus li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.content .block1 .bus li:nth-child(2n+1) {
    margin-left: 0;
}
.content .block1 .bus li h5 {
    font-size: 16px;
}
.content .block1 .bus li p {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.content .block1 .bus li p:before {
    margin-right: 16px;
}


.anchor {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.anchor li {
    width: 50%;
/*    margin-left: 5px;*/
/*    margin-right: 5px;*/
}
.anchor li a {
    font-size: 18px;
    padding: 15px 13px;
    text-align: center;
    min-width: initial;
}



.qa {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.qa h3 {
    background-size: 85px auto;
    padding-top: 70px;
    font-size: 22px;
    margin-bottom: 30px;
}
.qa p {
    font-size: 14px;
    text-align: left;
    line-height: 170%;
}



.plan {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.plan h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.plan h4 {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.plan h4 strong {
    font-size: 14px;
    margin-bottom: 3px;
    border-width: 2px;
}
.plan .flow li {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    font-size: 13px;
}
.plan .flow li.sp-small {
    font-size: 12px;
}
.plan .flow li .new {
    font-size: 10px;
    padding: 2px 4px 1px;
    line-height: 110%;
}
.plan .flow li:nth-child(4n+1) {
    margin-left: 1.5%;
}
.plan .flow li:nth-child(n+2):before {
    left: -18px;
}



.limited-box {
    padding: 40px 15px;
/*    margin-bottom: 0;*/
    margin-bottom: 30px;
}
.limited-box .wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.limited-box .c-wrap {
    /*background-image: url(../img/limited_bg2.jpg);*/
    background-image: none;
    background-size: auto 80px;
    background-position: right bottom;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.limited-box h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.limited-box h4 {
    font-size: 18px;
    /*padding-bottom: 4px;*/
    margin-bottom: 8px;
}
.limited-box h4 span.balloon {
    margin-right: -1.3em;
    font-size: 14px;
}
.limited-box h4 small {
    font-size: 12px;
}
.limited-box p {
    font-size: 14px;
    line-height: 170%;
    margin-top: 12px;
}
.limited-box ul {
    margin-top: 10px;
/*    margin-right: 130px;*/
}
.limited-box li {
    font-size: 12px;
}
.limited-box li.sp-img1 {
    padding-right: 70px;
    position: relative;
}
.limited-box li img {
    position: absolute;
    right: 3%;
    bottom: 0;
}
.limited-box .img {
    text-align: center;
    padding: 10px 30px;
}




.oc_voice {padding-top: 40px;padding-left: 15px;padding-right: 15px;margin-bottom: 30px;}
.oc_voice_box1 {display: block;margin-bottom: 20px;}
.oc_voice_box1 .img1 {text-align: center;margin-bottom: 25px;max-width: initial;margin-right: 0;}
.oc_voice_box1 .txt1 {}
.oc_voice_box1 .txt1 h2 {display: block;color: #F27D99;font-size: 24px;letter-spacing: 0.16em;line-height: 110%;position: relative;margin-bottom: 22px;background: url(../img/voice_icon.png) no-repeat left center;padding-left: 23px;text-align: left;font-weight: bold;}
.oc_voice_box1 .txt1 h2 span {display: inline-block;background: url(../img/icon_voice.png) no-repeat right center;padding-right: 78px;padding-bottom: 15px;padding-top: 15px;}
.oc_voice_box1 .txt1 h3 {color: #74A5E0;font-size: 18px;line-height: 160%;text-decoration: underline;font-weight: bold;margin-bottom: 18px;}
.oc_voice_box1 .txt1 p {margin: 0;font-size: 16px;line-height: 200%;}
.voice h4 {color: #74A5E0;font-size: 13px;line-height: 160%;text-decoration: underline;font-weight: bold;margin-bottom: 18px;text-align: center;}
.voice-box1 {display: block;}
.voice-box1 dl {width: auto;margin-top: 0;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
.voice-box1 dl:before,
.voice-box1 dl:after {display: none;}
.voice-box1 dt {width: 100px;text-align: center;color: #444;}
.voice-box1 dt p {margin: 0;margin-top: 8px;font-size: 12px;}
.voice-box1 dd {border: 1px solid #546D94;border-radius: 5px;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;width: calc(100% - 125px);}
.voice-box1 dd:before,
.voice-box1 dd:after {display: block;content: "";position: absolute;border-top: 5px solid transparent;border-bottom: 5px solid transparent;top: 46px;}
.voice-box1 dd:before {border-right: 11px solid #546D94;z-index: 1;left: -11px;}
.voice-box1 dd:after {border-right: 11px solid #fff;z-index: 2;left: -10px;}
.voice-box1 dd p {margin: 0;font-size: 14px;line-height: 160%;padding: 15px 12px;}
.voice-box1 dl:nth-child(2n) {flex-direction: row-reverse;}
.voice-box1 dl:nth-child(2n) dd:before,
.voice-box1 dl:nth-child(2n) dd:after {border-right: 0;left: auto;}
.voice-box1 dl:nth-child(2n) dd:before {border-left: 11px solid #546D94;right: -11px;}
.voice-box1 dl:nth-child(2n) dd:after {border-left: 11px solid #fff;right: -10px;}

.oc_faq-wrap {background: #F4F7FE;padding-top: 30px;padding-bottom: 50px;}
.oc_faq h2 {text-align: center;font-size: 25px;font-weight: bold;line-height: 140%;color: #F27D99;letter-spacing: 0.16em;margin-bottom: 25px;}
.oc_faq .oc_faq-block1 dl {margin-bottom: 20px;background: #fff;border-radius: 16px;padding: 15px;}
.oc_faq .oc_faq-block1 dt {background: url(../img/icon_q.svg) no-repeat left center;background-size: 30px 30px;padding-left: 45px;margin-bottom: 5px;color: #E8627C;padding-top: 6px;padding-bottom: 6px;border-bottom: 0;}
.oc_faq .oc_faq-block1 dd {background: url(../img/icon_a.svg) no-repeat left top;background-size: 30px 30px;padding-left: 45px;padding-top: 0;}



.free {
    padding-left: 15px;
    padding-right: 15px;
}



.sns li {
    width: 13.857%;
    margin-left: 0.5%;
}
.sns li:nth-child(6n+1) {
    clear: none;
    margin-left: 0.5%;
}
.sns li:nth-child(7n+1) {
    margin-left: 0;
    clear: both;
}

/* ================================================================
専門職の魅力発見トークライブ
================================================================ */


.live_0405_wrap{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	}


.live_20220405{
	height: auto;
	float: left;
	border-radius: 8px;
	margin: 0px auto 20px;
	width:100%;
	padding: 10px 5%;
	background-color: #f3b7c491;
	}
.live_20220405:nth-child(2n){
	float: right;
	}

.live_2022_02 span{
	font-size: 80%;
	color: #e95469;
	padding: 3px 15px;
	background-color: #ffffff;
	}

.live_2022_02{
	line-height: 3em!important;
	font-weight: bold;
	margin-bottom: 0px!important;
    text-align: center;
	}
.haishin_2022{
	display: inline-block!important;
	margin-top:0px!important;
	margin-bottom: 20px!important;
	text-align: center;
	font-weight: bold;
	}
.haishin_2022 p{
	font-size: 100%!important;
	}

/* ================================================================
入試対策
================================================================ */

.content .block1 .pink_2022 span{
	background: #e95469;
	}
.content .block1 .pink_2022 span:after{
	border-left: 22px solid #e95469;
	}
.content .block1 .pink_2022 span:before {
    border-right: 22px solid #e95469;
}










