@charset "utf-8";
.wrap {
	overflow: hidden;
}
.nav_list{
	display: none!important;
}
.fix_contact{
	display: none!important;
}
.header.is-scroll {
    background: none!important;
}

/* subhead */
.subhead{
    height: 100vw;
    max-height:400px;
    background: url(../img/school/subhead.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
}
.subhead_squares{
	max-width: 397px;
	left: -2%;
	/* top: 35px; */
	position: absolute;
	bottom: 21%;
}
.school_ttl{
	font-size: 30px;
	z-index: 10;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.school_ttl h2{
	background: #fff;
	padding: 70px 50px;
	font-weight: 600;
}
.school1200{
	position: relative;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
}

#support{
	padding: 120px 0 140px;
	background: url(../img/school/logo_bg.png);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sec_text{
    font-size: 16px;
    line-height: 1.8;
	text-align: center;
	margin-top: 50px;
}
.ttl h2 span{
    font-size: 35px;
	color: #d95a5a;
}


/* float */
.float_contact{
	opacity: 0;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 1000;
	width: 280px;
	height: 70px;
	/* background: -moz-linear-gradient(left, #0e7ed0, #2ea5fc);
    background: -webkit-linear-gradient(left, #0e7ed0, #2ea5fc);
    background: linear-gradient(to right, #0e7ed0, #2ea5fc); */
	border-radius: 100px;
	cursor: pointer;
	transition: 0.2s;
}
.float_contact.is-scroll{
	opacity: 1;
}
.float_contact a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.float_arrow{
	max-width: 14px;
	margin-left: 10px;
}

.float_contact::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	top: 0;
	transition:0.5s;
	background: -moz-linear-gradient(left, #0e7ed0, #2ea5fc);
	background: -webkit-linear-gradient(left, #0e7ed0, #2ea5fc);
	background: linear-gradient(to right, #0e7ed0, #2ea5fc);
	border-radius: 100px;
}
.float_contact::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	top: 0;
	transition:0.5s;
	background: -moz-linear-gradient(left, #eea202, #fdc602);
	background: -webkit-linear-gradient(left, #eea202, #fdc602);
	background: linear-gradient(to right, #eea202, #fdc602);
	border-radius: 100px;
}
.float_contact:hover:before{
	opacity:0;
}
.float_contact.float_sp{
	display: none;
}
.pagetop {
    bottom: 120px;
}

/* sns_area */
#sns_area{
	padding:100px 0;
	position: relative;
}
.sns_area_ttl{
	text-align:center;
	line-height: 1.5;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#sns_area .sns_list{
	margin: 30px auto 0;
}
#sns_area .sns_list li{
	height: 60px;
	margin: 0 15px;
}

/* persona */
.persona_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.persona_img{
	max-width: 630px;
}
.persona_text h3 {
    position: relative;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 24px;
	margin-bottom: 50px;
}
.persona_text h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #444;
    margin-top: 20px;
}
#persona{
	padding: 100px 0;
	position: relative;
}
.persona_list li:not(:first-child){
	margin-top: 10px;
}
.persona_list li{
	position: relative;
	padding-left: 1.5em;
}
.persona_list li::after{
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 17px;
	height: 8px;
	border-left: 2px solid #e16768;
	border-bottom: 2px solid #e16768;
	transform: rotate(-45deg);
}


/* skills */
h3.head-border{
	font-size: 24px;
	font-weight: bold;
}
.head-border {
    display: flex;
    align-items: center;
	margin-top: 80px;
	margin-bottom: 50px;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #444;
}
.head-border:before {
    margin-right: 30px;
}
.head-border:after {
    margin-left: 30px;
}
.skill_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.skill_list li{
	display: flex;
	width: 49%;
	margin-bottom: 2%;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	-moz-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	-webkit-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	-ms-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	padding: 20px 40px 20px 20px;
}
.skill_icon{
	max-width: 100px;
	width: 100%;
	margin-right: 20px;
}
.skill_name{
	font-size: 20px;
	font-weight: bold;
}


/* reason */
#reason .ttl{
	margin-bottom: 90px;
}
.reason_flex{
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	max-height: 500px;
}
.reason_flex:not(:last-child){
	margin-bottom: 330px;
}
#reason .ttl{
	margin-bottom: 230px;
}
.reason_text h3 {
    position: relative;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
.reason_text h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #444;
    margin-top: 20px;
}
.reason_en{
	opacity: 0;
	transition: 0.8s ease;
    transition-delay: 0.5s;
	transform: translateX(-20px);
}
.reason_en.is-show{
	opacity: 1;
    transform: translateX(0);
}
.reason_l .reason_en{
	position: absolute;
	z-index: -50;
	max-width: 737px;
	left: -13.5vw;
	top: -90px;
}
.reason_l .reason_img{
	position: absolute;
	z-index: -50;
	max-width: 680px;
	width: 57%;
	right: 0;
	top: -145px;
	overflow: hidden;
	width: calc(100% - 25vw);
}
.reason_l .reason_text{
    background: #fff;
    /* width: 53%; */
    max-width: 680px;
    width: 57%;
    padding: 70px 90px;
    margin: 0 auto 0 0;
    -moz-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
    -webkit-box-shadow: 2px 7px 20px -2px rgb(84, 84, 84, 0.45);
    -ms-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
    box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45)
}
.reason_r .reason_en{
	position: absolute;
	z-index: -50;
	max-width: 737px;
	right: -13.5vw;
	top: -90px;
}
.reason_r .reason_img{
	position: absolute;
	z-index: -50;
	max-width: 680px;
	width: 57%;
	left: 0;
	top: -145px;
}
.reason_r .reason_text{
    background: #fff;
    /* width: 53%; */
    max-width: 680px;
    width: 57%;
    padding: 70px 90px;
    margin: 0 0 0 auto;
    -moz-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
    -webkit-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
    -ms-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
    box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
}



/* voice */
.kuchikomi_list{
	margin-top: 60px;
}
.kuchikomi_list li{
	padding: 30px 60px;
	background: #fff;
	-moz-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	-webkit-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	-ms-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.45);
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.kuchikomi_list li:last-child{
	margin-bottom: 0;
}
.voice_head{
	display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.voice_head p{
	line-height: 1;
}
.voice_job{
	position: relative;
	bottom: -1px;
	margin-left: 30px;
	font-size: 13px;
	font-weight: bold;
}
/* .hukidashi{
    position:relative;
    background:#FFFFFF;
    padding:  30px 10px;
    text-align:center;
    border:3px solid #A4CFE5;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.hukidashi.female{
    border:3px solid #e5a4a9;
}
.hukidashi:after,.hukidashi:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:17%;
}
.hukidashi:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.hukidashi:before{
    border-color: rgba(164, 207, 229, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#A4CFE5;
}
.hukidashi.female:before{
    border-top-color:#e5a4a9;
} */

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 20px; /* フォントサイズ 自由に設定化 */
}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5d835;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



/* comparison */
.hikakuhyou table{
	width: 100%;
	text-align: center;
	font-size: 19px;
}
table {
	border-collapse: collapse;
}

th {
	/* background: #EEE; */
	/* border: 1px solid #CCC; */
	padding: 1rem;
	text-align: center;
	width: 300px;
	position: relative;
	white-space: nowrap;
}

td {
	/* background: #FFF; */
	/* border: 1px solid #CCC; */
	padding: 1rem;
	position: relative;
}

td p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/* height: 100%; */
}
th p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

tr{
	height: 100px;
}
tr:first-of-type{
	height: 80px;
}

.we {
	border: 5px solid #de8383;
}
tr:nth-of-type(even){
	background: #d0e7f3;
}

.hikakuhyou{
	margin-top: 60px;
	overflow-x: scroll;
}

th.th_red{
	background: #de8383;
	color: #fff;
}
.compare_red{
	font-weight: bold;
}




/* after graduate */
.path_ttl p {
	width: 100%;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 3px 0 #c1c1c1;
	color: #0b5871;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}
/* .path_ttl a:hover {
box-shadow: 0 1px 0 rgba(136,136,136,1);
margin: 12px auto 8px;
} */

.after_heading {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    margin: 80px auto 30px;
}
.path_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.path_list li{
	width: 49.2%;
	max-width: 590px;
	margin-bottom: 100px;
}
.path_list li:nth-child(3){
	margin-bottom: 0;
}
.path_list li:nth-child(4){
	margin-bottom: 0;
}
.path_img{
	margin: 20px auto 20px;
}
.path_text{
	letter-spacing: 0.1em;
	line-height: 1.8;
}


/* price */
.apply_btn{
	transition: 0.5s;
}
.apply_btn a {
	width: 100%;
	max-width: 800px;
	/* background: -moz-linear-gradient(left, #0e7ed0, #2ea5fc); */
	/* background: -webkit-linear-gradient(left, #0e7ed0, #2ea5fc); */
	/* background: linear-gradient(to right, #0e7ed0, #2ea5fc); */
	/* border-radius: 60px; */
	/* box-shadow: 0 5px 0 rgb(103 105 191); */
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0px auto;
	padding: 30px 0;
	font-size: 28px;
	position: relative;
	line-height: 1;
	transition: 0.5s;
}
.apply_arrow{
	position: absolute;
	max-width: 40px;
	top: 50%;
	transform: translateY(-50%);
	right: 6%;
}
/* .apply_btn a:hover {
	background: -moz-linear-gradient(left, #eea202, #fdc602);
	background: -webkit-linear-gradient(left, #eea202, #fdc602);
	background: linear-gradient(to right, #eea202, #fdc602);
	box-shadow: 0 5px 0 rgb(224 164 0);
	transition: 0.5s;
} */
.apply_btn a::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	top: 0;
	transition:0.5s;
	background: -moz-linear-gradient(left, #0e7ed0, #2ea5fc);
	background: -webkit-linear-gradient(left, #0e7ed0, #2ea5fc);
	background: linear-gradient(to right, #0e7ed0, #2ea5fc);
	box-shadow: 0 5px 0 rgb(103,105,191);
	border-radius: 60px;
}
.apply_btn a::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	top: 0;
	transition:0.5s;
	background: -moz-linear-gradient(left, #eea202, #fdc602);
	background: -webkit-linear-gradient(left, #eea202, #fdc602);
	background: linear-gradient(to right, #eea202, #fdc602);
	box-shadow: 0 5px 0 rgb(224,164,0);
	border-radius: 60px;
}
.apply_btn a:hover:before{
	opacity:0;
  }
.course_ttl{
	display: inline-block;
	padding: 20px 80px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	line-height: 1;
	font-size: 28px;
	font-weight: 600;
	margin: 80px auto 70px;
	white-space: nowrap;
}
.ttl_center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan_area{
	display: flex;
	justify-content: space-between;
}
.plan_box{
	width: 49.2%;
	max-width: 590px;
}
.plan_box.start_plan{
	border: 2px solid #1278eb;
}
.plan_box.brushup_plan{
	border: 2px solid #ea8181;
}
.plan_name{
	font-size: 28px;
	text-align: center;
	padding: 20px 10px;
	font-weight: bold;
	color: #fff;
}
.plan_box.start_plan .plan_name{
	background:#1278eb;
}
.plan_box.brushup_plan .plan_name{
	background:#ea8181;
}
.plan_price{
	display: flex;
	align-items: flex-end;
	/* justify-content: center; */
	width: 495px;
	margin: auto;
}
.price01{
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
	max-width: 140px;
}
.price02.ti{
	text-indent: 40px;
}
.price01 span{
	font-size: 13px;
	display: block;
}
.price02{
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
}
.price02 span{
	font-size: 20px;
	font-weight: normal;
}
.price02 span:first-child{
	margin-right: 10px;
}
.price02.ti span:first-child{
	margin-right: 0px;
}
.price_box{
	padding: 40px 10px;
}
.start_plan .price_box{
	border-bottom: 2px dashed #1278eb ;
}
.brushup_plan .price_box{
	border-bottom: 2px dashed #ea8181 ;
}
#price .persona_list li{
	letter-spacing: 0.1em;
	text-align: justify;
}
#price .persona_list{
	display: inline-block;
	padding: 0 10px;
}
.plan_persona{
	padding: 0 10px;
}
.plan_persona_ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px;
}
#price .persona_list li:not(:first-child) {
    margin-top: 5px;
}
.price_persona_box{
	display: flex;
	justify-content: center;
}
.plan_price:first-child{
	margin-bottom: 20px;
}
.start_plan .persona_list li::after {
    border-left: 2px solid #1278eb;
    border-bottom: 2px solid #1278eb;
}
#price .plan_persona{
	padding: 20px 0 60px;
}

.plan_cap{
	font-size: 13px;
	line-height: 1;
	margin-top: 20px;
}
.apply_btn{
	margin: 100px auto 0;
}



.s_bg {
	background: #e9f2f9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.s_bg.s_bg_inview {
	width: 0;
	transition: 3s;
}
.s_bg.s_bg_inview.is-show {
	width: 100%;
}
.strength_list {
	max-width: 600px;
	margin: 40px auto 50px;
}
.strength_list li {
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
}
.strength_list li::before {
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	background: #0e7ed0;
}
/* ---------------------------------- 事業内容 */
#business {
	/* padding: 100px 0; */
}
main {
	z-index: 1;
}
main section {
	padding: 75px 0;
}
main section#after_graduate {
	padding: 90px 0 170px;
	background-image:url(../img/school/after_bg.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-position: center;
	z-index: 1000;
}
main section#compare{
	padding-bottom: 140px;
}
main section#after_graduate .ttl::after{
	background: #fff;
}

main section#after_graduate .ttl p{
	color: #def4ff;
}
main section#price {
    padding: 150px 0 180px;
}
.bg_wrap {
	position: relative;
	padding-bottom: 320px;
}
.bg {
	width: 85vw;
	height: 0%;
	max-width: 375px;
	/* background: #e9f2f9; */
	/* background: linear-gradient(rgba(234,242,249,0),rgba(234,242,249,1)); */
	background: -moz-linear-gradient(top, #FFF, #e9f2f9 10%, #e9f2f9 90%, #fff);
	background: -webkit-linear-gradient(top, #FFF, #e9f2f9 10%, #e9f2f9 90%, #fff);
	background: linear-gradient(to bottom, #FFF, #e9f2f9 10%, #e9f2f9 90%, #fff);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
	transition-duration: 7s;
	transition-delay: 1s;
}
/* inview */
.bg.is-show {
 height: 100%;
}
.b_block {
	position: relative;
	/* width: calc(1200px + 20px + ((100vw - 1200px) / 2)); */
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
	/* margin-top: 15vw; */
}
.b_block.first {
	margin-top: 90px;
	margin-bottom: 120px;
	padding-top: 100px;
}
.b_block.left {
	/* padding-right: 20px; */
	margin-left: 0;
	margin-right: auto;
	/* flex-direction: row-reverse; */
	justify-content: flex-end;
}
.b_block.right {
	/* padding-left: 20px; */
	/* margin-left: auto; */
	/* margin-right: 0; */
	margin-bottom: 260px;
}
.left .b_box {
	/* padding-left: 3vw; */
}
.right .b_box {
	padding-right: 3vw;
}
.b_block .b_box {
	/* width: 29.2vw; */
	max-width: 570px;
	background: rgba(255, 255, 255, 0.8);
	padding: 40px 40px;
}
.b_box h3 {
	position: relative;
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.b_box h3::after {
	content:"";
	display: block;
	width: 60px;
	height: 2px;
	background: #444;
	margin-top: 20px;
}
.b_txt_img img {
	width: auto;
	height: 100%;
}
.b_txt {
	margin: 40px 0 0;
	letter-spacing: 0.02em;
}
.b_box .btn_border {
	margin-left:0;
}
.flow_arrow{
	position: absolute;
	max-width: 223px;
	left: 50%;
	transform: translateX(-50%);
}
.flow_arrow.arrow01{
	top: 4%;
}
.flow_arrow.arrow02{
	top: 30%;
}
.flow_arrow.arrow03{
	top: 56%;
}
.flow_arrow.arrow04{
	top: 82%;
}
.b_img {
	/* display: flex; */
	/* align-items: center; */
	/* overflow: hidden; */
	/* width: calc(100% - 29.2vw); */
	/* height: 400px; */
	position: absolute;
}
.b_img.b_img01{
	width: 49%;
	max-width: 579px;
	left: 10px;
	top: 0;
}
.b_img.b_img02{
	width: 56%;
	max-width: 662px;
	right: -70px;
	top: -80px;
}
.b_img.b_img03{
	width: 58%;
	max-width: 690px;
	left: -110px;
	top: -20%;
}

.ttl h2 {
    letter-spacing: 0.05em;
    font-size: 27px;
}
th:nth-child(3){
	border-right: 3px solid #c8c8c8;
}
td:nth-child(3){
	border-right: 3px solid #c8c8c8;
}
.br870{
	display: none;
}
.br_tab{
	display: none;
}
.br750{
	display: none;
}
.br650{
	display: none;
}
.br600{
	display: none;
}
.br500{
	display: none;
}
.br450{
	display: none;
}
.stack_box{
	position: relative;
	display: block;
}
.stack_img{
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1680px){
	.reason_l .reason_en {
		left: 0;
		width: 36vw;
		max-width: 500px;
		top: -6vw;
	}
	.reason_r .reason_en {
		right: 0;
		width: 36vw;
		max-width: 500px;
		top: -6vw;
	}
}
@media screen and (max-width: 1440px){
	.school_ttl h2 {
		padding: 40px 40px;
		font-size: 26px;
	}
	.b_img.b_img03 {
		width: 49%;
		left: 0;
	}
	.b_img.b_img02 {
		width: 49%;
		right: 0;
	}
	.b_img.b_img01 {
		left: 0px;
	}
	.school_ttl {
		left: 4%;
	}
	.subhead_squares {
		bottom: 5%;
	}
}

@media screen and (max-width: 1300px) {
	/*  */
	/*  */
	.b_block {
		width: 100%;
	}
	.left .b_box {
		/* padding-left: 20px; */
	}
	.right .b_box {
		/* padding-right: 20px; */
	}
	.b_block .b_box {
		width: 49%;
		padding: 30px 20px;
	}
	.b_img {
		width: 60%;
	}
	.b_txt_img {
	}
}
@media screen and (max-width: 1240px) {
	/*  */
	.b_img {
		/* height:; */
	}
/* 	 */
    .showcase_list li:not(:first-child) {
	    margin-top: 1.0417vw;
    }
	.reason_r .reason_text {
		padding: 50px 40px;
	}
	.reason_l .reason_text {
		padding: 50px 40px;
	}
	.flow_arrow {
		max-width: 150px;
	}
	main section#price {
		padding: 100px 0 130px;
	}
	.course_ttl {
		margin: 50px auto 50px;
		font-size: 24px;
	}
	.price02 {
		font-size: 30px;
	}
	.price02 span {
		font-size: 18px;
	}
	.price01 {
		font-size: 16px;
		max-width: 130px;
	}
	.price_box {
		padding: 30px 10px;
	}
	.plan_price:first-child {
		margin-bottom: 10px;
	}
	.plan_price {
		width: 440px;
	}
	#price .plan_persona {
		padding: 20px 0 40px;
	}
	.plan_name {
		font-size: 24px;
		padding: 10px 10px;
	}
	.plan_persona_ttl {
		padding: 0 0 10px;
	}
	main section#after_graduate {
		padding: 90px 0 120px;
	}
	.path_list li {
		margin-bottom: 60px;
		width: 48%;
	}
	.after_heading {
		margin: 60px auto 30px;
	}
	.bg_wrap {
		padding-bottom: 220px;
	}
	.apply_btn a {
		max-width: 600px;
		font-size: 24px;
	}
	.none1240{
		display: none;
	}
	.hikakuhyou table {
		font-size: 16px;
	}
	.persona_img {
		width: 46%;
	}
	.persona_text h3 {
		margin-bottom: 30px;
	}
	#price .persona_list li {
		font-size: 14px;
	}
	.persona_list li::after {
		width: 12px;
		height: 6px;
	}
	.path_ttl p {
		font-size: 20px;
	}
	.ttl h2 {
		font-size: 24px;
	}
	.ttl h2 span {
		font-size: 30px;
	}
}
@media screen and (max-width: 1180px){
	.br_skill{
		display: none;
	}
	.skill_list li {
		padding: 20px 20px 20px 10px;
	}
}
@media screen and (max-width: 1000px) {
	.sec_text {
        font-size: 14px;
    }
	.news_head {
		width: 100%;
		max-width: initial;
		margin-bottom: 40px;
	}
	.news_content {
		width: 100%;
		max-width: initial;
	}
	/*  */
	.sns_flex {
		height: auto;
	}
	.sns_flex div.sns_insta {
        width: 48%;
	}
	.sns_flex div.sns_twi {
        width: 48%;
	}
	.sns_flex div.sns_cal {
		margin-top: 20px;
		width: 100%;
	}
	.sns_bnr {
	    justify-content: space-between;
	}
	.sns_bnr li{
		width: 48%;
		margin: 0;
	}
	.none1000{
		display: none;
	}
	th:first-child{
		width: 18%;
	}
	.reason_text h3 {
		margin-bottom: 30px;
	}
	.b_txt {
		margin: 30px 0 0;
	}
	.path_text {
		font-size: 14px;
	}
	.b_txt {
		font-size: 14px;
	}
	.hikakuhyou table {
		font-size: 13px;
	}
	.hikakuhyou th{
		font-size: 16px;
	}
	.reason_text p{
		font-size: 14px;
	}
	.skill_lead{
		font-size: 14px;
	}
	.persona_list li {
		font-size: 14px;
	}
	.voice_lead{
		font-size: 14px;
	}
	.reason_flex:not(:last-child) {
		margin-bottom: 260px;
	}
	.plan_price {
		display: block;
		width: auto;
	}
	.price01 span {
		font-size: 13px;
		display: inline;
	}
	.price01 {
		max-width: 100%;
		text-align: center;
	}
	.price02 {
		display: inline-block;
	}
	.price02_box{
		display: flex;
		justify-content: center;
	}
	.plan_price:first-child{
		margin-bottom: 20px;
	}
	.price01{
		margin-bottom: 10px;
		font-weight: bold;
	}
	.reason_text h3 {
		font-size: 20px;
	}
	.reason_r .reason_text {
		padding: 40px 20px;
	}
	.reason_l .reason_text {
		padding: 40px 20px;
	}
	.b_box h3 {
		font-size: 20px;
	}
	.path_ttl p {
		font-size: 18px;
	}
	.course_ttl {
		font-size: 20px;
	}
	.plan_name {
		font-size: 20px;
	}
	.price02 {
		font-size: 28px;
	}
	.plan_persona_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 870px){
	.none870{
		display: none;
	}
	.br870{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	/* 	 */
	.strength_list li {
    	padding: 15px 0;
	}



.sns_area_ttl{

font-size:20px;}
#sns_area .sns_list{
	margin:20px auto 0;
}
	#sns_area .sns_list li{
	height:40px;
		margin:0 10px;
	}

	
	/*  */
	.b_block {
		width: 100%;
	}
	.b_block.first {
		margin-top: 100px;
	}
	.b_block.left {
		padding: 0 20px;
		margin-left: 0;
		margin-right: auto;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 160px;
	}
	.b_block.right {
		padding: 0 20px;
		margin-left: auto;
		margin-right: 0;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 160px;
	}
	.left .b_box {
		/* padding-left: 0; */
	}
	.right .b_box {
		/* padding-right: 0; */
	}
	.b_block .b_box {
		width: 100%;
		max-width: initial;
		order: 2;
		max-width: 500px;
		-moz-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.5);
		-webkit-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.5);
		-ms-box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.5);
		box-shadow: 2px 7px 20px -2px rgba(84, 84, 84, 0.5);
	}
	.b_box h3 {
		font-size: 20px;
		text-align: center;
		position: relative;
	}
	.b_box h3::after {
		width: 40px;
		height: 2px;
		margin: 20px auto 0;
	}
	.persona_text h3 {
		font-size: 20px;
		text-align: center;
		position: relative;
	}
	.persona_text h3::after {
		width: 40px;
		height: 2px;
		margin: 20px auto 0;
	}
	.reason_text h3 {
		font-size: 20px;
		text-align: center;
		position: relative;
	}
	.reason_text h3::after {
		width: 40px;
		height: 2px;
		margin: 20px auto 0;
	}
	.b_txt_img {
		height: 6vw;
		max-height: 102px;
		min-height: 60px;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: -1;
	}
	.b_img {
		position: inherit;
	}
	.b_txt {
		/* margin: 30px 0; */
	}
	.b_txt_img {
	}
	.b_box .btn_border {
		margin: 0 auto;
	}
    /* 	 */
    .news_content a {
    	padding: 15px 0;
    }
    .news_date {
    	margin: 0 0 10px 0;
    	padding: 0;
    }
    .news_date::after {
    	display:none;
    }
    .newb_txt {
    	width: 100%;
    }
	.b_img.b_img02 {
		top: 0;
		order: 1;
		width: 75%;
		margin-bottom: 40px;
		height: 49vw;
	}
	.b_img.b_img01 {
		width: 70%;
		margin-bottom: 40px;
		height: 40vw;
	}
	.b_img.b_img03 {
		width: 80%;
		margin-bottom: 40px;
		height: 53vw;
	}
	.bg_wrap {
		padding-bottom: 160px;
		padding-top: 20px;
	}
	.flow_arrow.arrow01 {
		top: 2%;
	}
	.flow_arrow.arrow02 {
		top: 28.5%;
	}
	.flow_arrow.arrow03 {
		top: 57.5%;
	}
	.flow_arrow.arrow04 {
		top: 91%;
	}
	.flow_arrow {
		max-width: 120px;
	}
	.br_tab{
		display: block;
	}
	#support {
		padding: 100px 0 100px;
	}
	.reason_r .reason_text {
		width: 68%;
	}
	.reason_l .reason_text {
		width: 68%;
	}
	.skill_icon {	
		margin-right: 10px;
	}
	.school_ttl h2 {
		padding: 30px 40px;
		font-size: 24px;
	}
	.float_contact {
		bottom: 3%;
		right: 8%;
	}
}
@media screen and (max-width: 750px){
	.hikakuhyou table {
		min-width: 710px;
	}
	.reason_r .reason_text {
		width: 80%;
	}
	.reason_l .reason_text {
		width: 80%;
	}
	h3.head-border {
		font-size: 20px;
		max-width: 500px;
		margin: 60px auto 30px;
	}
	.skill_name {
		font-size: 18px;
	}
	.skill_icon {
		max-width: 80px;
	}
	.persona_flex {
		justify-content: center;
		flex-wrap: wrap;
	}
	.br870{
		display: none;
	}
	.persona_img {
		width: 90%;
		max-width: 500px;
		margin-top: 40px;
	}
	.ttl h2 {
		font-size: 22px;
	}
	.ttl h2 span {
		font-size: 28px;
	}
	.skill_list li {
		width: 100%;
		max-width: 500px;
		margin-bottom: 4%;
	}
	.skill_list {
		justify-content: center;
	}
	.price02 span {
		font-size: 16px;
	}
	.apply_btn a {
		max-width: 480px;
		font-size: 20px;
	}
	.apply_arrow {
		max-width: 30px;
		right: 5%;
	}
	tr:first-of-type {
		height: 60px;
	}
	tr {
		height: 90px;
	}
	
}
@media screen and (max-width: 650px){
	.plan_area {
		flex-wrap: wrap;
		justify-content: center;
	}
	.plan_box {
		width: 100%;
		max-width: 500px;
	}
	.plan_box.start_plan {
		margin-bottom: 40px;
	}
	.br650{
		display: block;
	}
	.kuchikomi_list li {
		padding: 30px 30px;
	}
	.reason_l .reason_text {
		width: 100%;
	}
	.reason_r .reason_text {
		width: 100%;
		margin: 0 auto;
		max-width: 550px;
	}
	.ttl h2 {
		font-size: 18px;
	}
	.ttl h2 span {
		font-size: 24px;
	}
	h3.head-border {
		font-size: 18px;
	}
	.skill_name {
		font-size: 16px;
	}
	.reason_text h3 {
		font-size: 18px;
	}
	.b_box h3 {
		font-size: 18px;
	}
	.path_list li {
		width: 90%;
		/* max-width: 460px; */
	}
	.path_list {
		justify-content: center;
	}
	.path_list li:nth-child(3) {
		margin-bottom: 60px;
	}
	.reason_l .reason_img {
		position: inherit;
		top: -20px;
		z-index: -200;
		width: 90%;
		right: inherit;
	}
	.reason_r .reason_img {
		position: inherit;
		width: 90%;
		max-width: 490px;
		top: -20px;
		z-index: -200;
		left: inherit;
	}
	.reason_flex {
		flex-wrap: wrap;
	}
	.reason_flex {
		justify-content: center;
	}
	.reason_l .reason_en {
		left: 0%;
		width: 50vw;
		top: -9vw;
	}
	.reason_r .reason_en {
		right: 0%;
		width: 50vw;
		top: -9vw;
	}
	.reason_l .reason_text {
		padding: 30px 20px;
		margin: 0 auto;
		max-width: 550px;
	}
	.reason_text h3 {
		margin-bottom: 20px;
	}
	.reason_flex:not(:last-child) {
		margin-bottom: 100px;
	}
	#reason .ttl {
		margin-bottom: 80px;
	}
	#support {
		background-position: 15% 0%;
	}
	.b_txt {
		margin: 20px 0 0;
	}
	.after_heading {
		font-size: 24px;
	}
	.course_ttl {
		font-size: 18px;
	}
	.plan_name {
		font-size: 18px;
	}
	.price02 {
		font-size: 24px;
	}
	.plan_persona_ttl {
		font-size: 18px;
	}
	.plan_cap {
		max-width: 500px;
		margin: 20px auto 0;
	}
	#price .plan_persona {
		padding: 20px 0 20px;
	}
	.price_box {
		padding: 20px 10px;
	}
	.apply_btn a {
		font-size: 18px;
	}
	.apply_arrow {
		max-width: 25px;
	}
	.float_contact{
		display: none;
	}
	.float_contact.float_sp{
		display: block;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		height: 60px;
		right: inherit;
	}
	.float_contact a{
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.float_contact::before{
		border-radius: 0;
	}
	.float_contact::after{
		border-radius: 0;
	}
}
@media screen and (max-width: 600px) {
	.mv_t01 {
		font-size: 40px;
	}
	main section {
		padding: 30px 0;
	}
	/*  */
	.strength_list li::before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
	}
	/*  */
	#showcase {
		padding-bottom: 120px;
	}
	.showcase_list ul {
		width: 100%;
		max-width: initial;
		display: flex;
		justify-content: space-between;
	}
	.showcase_list ul:nth-child(even) {
		margin-top: 0;
	}
	.showcase_list ul:nth-child(n+2) {
		margin-top: 16px;
	}
	.showcase_list li {
		width: 48%;
	}
	.showcase_list li:not(:first-child) {
    margin-top: 0;
	}
	/*  */
	#news {
		padding-top: 60px;
	}
	/*  */
	#sns {
		padding-bottom: 120px;
	}
	.sns_flex div.sns_insta {
		width: 100%;
	}
	.sns_flex div.sns_twi {
		width: 100%;
		margin-top: 20px;
	}
	.br600{
		display: block;
	}
	.ttl h2 {
		line-height: 1.5;
	}
	.sec_text {
		margin-top: 40px;
	}
	.school_ttl h2 {
		padding: 30px 40px;
		font-size: 20px;
	}
	#sns_area,#persona {
		padding: 60px 0 60px;
	}
	#support {
		padding: 50px 0;
	}
	main section#skills{
		padding-top: 50px;
	}
	.main section#after_graduate{
		margin: -40px auto 0;
	}
	main section#price {
    padding: 50px 0 60px;
}
.apply_btn {
    margin: 30px auto 0;
}
	main section#price {
		padding: 50px 0 60px;
	}
	main section#after_graduate {
		padding: 70px 0 60px;
	}
	.bg {
		max-width: 300px;
	}
	
}
@media screen and (max-width: 550px){
	.reason_l .reason_text {
		margin: 0 auto;
	}
	.reason_r .reason_text {
		/* margin: 0 auto; */
	}
	.b_img.b_img02 {
		margin-bottom: 10px;
	}
	.b_img.b_img03 {
		width: 90%;
		/* margin-bottom: 20px; */
	}
	.b_img.b_img01 {
		width: 80%;
		/* margin-bottom: 20px; */
	}
	.bg_wrap {
		padding-bottom: 60px;
	}
	.flow_arrow.arrow01 {
		top: 3%;
	}
	.flow_arrow.arrow02 {
		top: 30.5%;
	}
	.flow_arrow.arrow03 {
		top: 59.5%;
	}
	.flow_arrow.arrow04 {
		top: 93%;
	}
}
@media screen and (max-width: 500px) {
	.br500{
		display:block;
	}
	.mv_t01 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.mv_t02 {
		font-size: 18px;
	}
	.kuchikomi_list li {
		padding: 20px 20px;
	}
	.voice_head {
		margin-bottom: 10px;
	}
	.voice_job {
		margin-left: 20px;
	}
}
@media screen and (max-width: 450px){
	.school_ttl h2 {
		padding: 20px 20px;
		font-size: 20px;
	}
	.subhead_squares {
		max-width: 380px;
		left: 0%;
		bottom: 10%;
	}
	.br450{
		display: block;
	}
	.skill_icon {
		max-width: 70px;
	}
	.skill_name {
		font-size: 14px;
	}
	.skill_lead {
		font-size: 12px;
	}
	.skill_list li {
		padding: 15px 15px 15px 5px;
	}
	.reason_text h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.b_box h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.voice_head {
		flex-wrap: wrap;
	}
	.voice_job {
		margin-left: 0px;
		width: 100%;
		margin-top: 10px;
	}
	.star5_rating {
		font-size: 16px;
		width: 100%;
	}
	.path_list li {
		margin-bottom: 40px;
	}
	.path_list li:nth-child(3) {
		margin-bottom: 40px;
	}
	/* main section#after_graduate {
		padding: 90px 0 80px;
	} */
	.course_ttl {
		margin: 40px auto 30px;
	}
	.apply_btn a {
		font-size: 16px;
	}
	.apply_btn a {
		padding: 24px 0;
	}
	.apply_arrow {
		max-width: 20px;
		right: 4%;
	}
	main section#after_graduate {
		background-image:url(../img/school/after_bg_sp.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}



/* inview */
.opacity {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.opacity.is-show {
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.fade {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.fade.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.scale {
	opacity: 0;
	transform: scale(0.8);
	transition-duration: 0.8s;
}
.scale.is-show {
	opacity: 1;
	transform: scale(1);
}
.b_scale {
	/* 事業内容部分 */
	opacity: 0;
	transform: scale(0.95);
	transition-duration: 0.8s;
}
.b_scale.is-show {
	/* 事業内容部分 */
	opacity: 1;
	transform: scale(1);
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.stand {
	display: inline-block;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: translateY(10px) rotateX(40deg);
}
.stand.is-show {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}
.d01 {
	transition-delay: 0.4s;
}
.d02 {
	transition-delay: 0.8s;
}
.d03 {
	transition-delay: 1.2s;
}
.d04 {
	transition-delay: 1.6s;
}
.d05 {
	transition-delay: 2.0s;
}
.d06 {
	transition-delay: 2.4s;
}

.scale.d01 {
	transition-delay: 0.4s;
}
.scale.d02 {
	transition-delay: 0.8s;
}


/*  */
.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b2bec7;
	pointer-events: none;
	opacity: 0;
}
h3 span {
	padding: 10px 0;
	display: inline-block;
	/* overflow: hidden; */
}


/*マーカーアニメーション*/
 
.marker-animation.is-show{
    background-position: -100% .8em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,110) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,240,110) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,240,110) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,240,110) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,240,110) 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .8em;
    transition: all 2s ease; 
}



	.scroll_p_sp{
		display: none;
		position: relative;
	}
	.scroll_p_box{
		text-align: center;
		width: 100%;
	}
	.scroll_p{
		display: inline-block;
		text-align: center;
		padding: 10px 0;
		position: relative;
		color: #107ed0;
		font-weight: bold;
	}
	.scroll_p::before{
	    content: "";
	    position: absolute;
	    right: -15px;
	    opacity: 1;
	    width: 8px;
	    top: 50%;
	    height: 8px;
	    border-top: 1px solid #107ed0;
	    border-left: 1px solid #107ed0;
	    transform: translate(-50%,-50%) rotate(
135deg);
	    animation-name: right01;
	    transition-delay: 0;
	    transition-duration: 0;
	    animation-delay: 0.5s;
	    animation-duration: 1s;
	    animation-iteration-count: infinite;
	}
	.scroll_p::after{
		content: "";
		position: absolute;
		left: -15px;
		width: 8px;
		top: 50%;
		height: 8px;
		border-top: 1px solid #107ed0;
		border-left: 1px solid #107ed0;
		transform: translate(-50%,-50%) rotate( 
	-45deg);
		animation-name: left01;
		transition-delay: 0;
		transition-duration: 0;
		animation-delay: 0.5s;
		animation-duration: 1s;
		animation-iteration-count: infinite;
	}
	@keyframes left01 {
    0% {
      transform: translate(5px,-50%) rotate(-45deg);
    }
    100% {
      transform: translate(-5px,-50%) rotate(-45deg);
    }
  }

  @keyframes right01 {
    0% {
        transform: translate(-5px,-50%) rotate(135deg);
    }

    100% {
        transform: translate(5px,-50%) rotate(135deg);
        
      }
  }
  @media screen and (max-width: 750px){
	.scroll_p_sp{
		display: block;
		text-align: center;
    	padding: 10px 0;
	}

  }

  @media all and (-ms-high-contrast: none) {
	th,td{
		vertical-align: middle;
	}
	th p,td p{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		white-space: nowrap;
	}
	.price02.ti,.price02{
		white-space: nowrap;
	}
	.ttl_center{
		justify-content: flex-start;
	}
  }