/*----------------
  renew top_image
----------------*/
figure.top_image {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

figure.top_image img {
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
}

figure.top_image_sp {
	display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	figure.top_image {
		display: none;
	}
	
	figure.top_image_sp {
		display: block;
	}
	
	figure.top_image_sp img {
	width: 100%;
		margin-bottom: 1rem;
}
}




/*----------------
  toptitle
----------------*/
.h1_title_banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0;
	
	img {
		width: 300px;
	}
	
	h1 {
        color: var(--Dark_Sub_Color);
        font-weight: bold;
        font-size: 2rem;
		letter-spacing: .1rem;
        font-family: var(--Font_Weight_Bold);
	}
}

/*----------------
  mini_banner
----------------*/
#mini_banner {
	max-width: 1200px;
	margin: 0 auto .5rem;
	
	img {
		width: 100%;
		padding: 0 1rem;
	}
}

   
@media screen and (orientation: portrait) and (max-width: 767px){
	
	.h1_title_banner {
	display: block;
	margin: 1rem 0;
	
	img {
		display: none;
	}
		h1 {
        font-size: 1.5rem;
			text-align: center;
	}
	}
	
	#mini_banner {
	margin: 0 auto .5rem;
        
        img {
		padding: 0 .5rem;
	}
}
    
}

/*----------------
  COMMON & PC
----------------*/
.tl { text-align:left !important; } .tr > * { margin-right:auto; margin-left:0; }
.tr { text-align:right !important; } .tr > * { margin-left:auto; margin-right:0; }
.tc { text-align:center !important; } .tc > * { margin-left:auto; margin-right:auto; }
.tc caption { margin-left:auto; margin-right:auto; }
.font_ll{font-size: 150%;}.font_l{font-size: 130%;}.font_m{font-size: 100%;}.font_ms{font-size: 90%;}.font_s{font-size: 82%;}.bold{font-weight: bold;}
.col_w{color: #fff;}
.col_r{color: #de3e32;}
.bg1{background: #00578a}.bg2{background: #f1f1f1}.bg3{background: #f3f7f4}.bg4{background: #fff}
.indent{text-indent: -1em;padding-left: 1em;}

html {overflow-x: hidden;font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;font-weight: 400;color: #192b50;}
section{width: 100%;position: relative;}
.tablet{display: none;}.pc-tablet{display: block;}
.sp {display: none;}
.pc {display: block;}
.inr{width: 100%;margin: 0 auto;padding-left: 20px;padding-right: 20px; position: relative;}

/*button*/
a.btn{display: block;position: relative;text-align: center;cursor: pointer;font-size: 1.5rem}
a.btn_a{border: 1px solid #192b50;color: #192b50; padding:1rem 0;line-height: 1;}
a.btn_b{border: 1px solid #192b50; background: #192b50;color: #fff;padding:1rem 0;line-height: 1;}
a.y{background: #c7a51b;border: 1px solid #c7a51b; font-size: 1.8rem; padding: 1rem;}
a.o{background: #de3e32;border: 1px solid #de3e32; font-size: 1.8rem; padding: 1rem;}
a.l{width: 320px;padding: 1rem;font-size:2rem;}

/*----------------
  トップイメージ＋めざすのは「志望大合格」のみ
----------------*/

#main_content .title_banner {display: flex; flex-wrap: wrap; justify-content: space-between; }
#main_content figure.col_1_2 {display: flex; justify-content: space-between; }
#main_content figure.col_1_2 img {width: 290px; margin-bottom: 2rem; margin-left: 1rem;}

#main_content figure.col_3 {display: flex; justify-content: space-between; }
#main_content figure.col_3 img {width: 300px; margin-bottom: 2rem;}

#main_content figure.col_4 {display: flex; justify-content: space-between; }
#main_content figure.col_4 img {width: 235px; margin-bottom: 2rem;}

.title_pdown {font-size: 160%; text-align: center;}


.mainvisual {position: relative;}
.mainvisual::before {content: '';display: block;padding-top: 54.32%;}
.mainvisual .mv_inr{width: 100%; height:100%; background: url('../imgs/mv_pc.png') center center no-repeat;background-size: cover;position: absolute;top: 0;left: 0;}
.copy{margin-top:-5%;padding-bottom: 4rem;}
.copy01{font-size: 2rem;letter-spacing: .2em;}
.copy02{font-size: 3rem;font-weight: 300;margin-top: 3rem;line-height: 1.8;letter-spacing: .2em; font-family: 'Noto Serif JP', serif;}
.copy02 span{letter-spacing: .5em;}

.deco{position: relative;}
.deco::after{content: '';display: block;background: url('../imgs/deco.svg') 0 0 no-repeat;width: 186px;height: 22px;background-size: contain;position: absolute;bottom:-30px;left: calc(50% - 93px);}
.bar{position: relative;}


/*----------------
  √＋Private Schoolへようこそ
----------------*/

.introduction{padding: 3rem 0;}
.ttl_2{font-size: 2rem; font-weight: 400;margin: 1rem 0 3rem; letter-spacing: .1em;text-align: center;}
.introduction .txt{font-size: 1.2rem;line-height: 2;}
.txt p + p{margin-top: 2rem;}
.network{background: #fff;margin-top: 8rem;padding: 8rem 0 10rem;}
.network .ttl{font-size: 2.4rem;margin-bottom: 4rem;font-weight: 500;}
.benesse_logo{display: inline-block;width: 145px;height: auto; vertical-align:text-bottom;margin-right: 1rem;}
.network .zu{margin: 3rem auto 3rem;}

/*----------------
  contact
----------------*/

.contact{padding: 4rem 0;}
.btn_list{display: flex;justify-content: center;padding: 5rem 0 3rem;}
.btn_list li{position: relative;}.btn_list li + li{margin-left: 5rem;}
.bubble01::before, .bubble02::before, .bubble03::before {
	background-size: auto;
    background-repeat: no-repeat;
	content:'';
	position: absolute;
	display: block;
	width: 230px;
	height: 46px;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}

.contact_txt{margin: 1rem auto 4rem; font-size: 110%;}

@media only screen and (min-width: 768px) {
.bubble01::before{background-image: url(../imgs/bubble01_pc.png);}
.bubble02::before{background-image: url(../imgs/bubble02_pc.png);}
.bubble03::before{background-image: url(../imgs/bubble03_pc.png);}
}

.contact_txt{margin: 1rem auto 1.5rem; font-size: 90%;}
.contact_tel{margin: 3rem 0;}

/* entry */
#entry .btn_area { display: flex; justify-content: center; padding-top: 5rem; }
#entry .btn_area_item { position: relative; }


/*----------------
  √＋Private Schoolの特長
----------------*/

.features{padding: 4rem 0;}
.brackets {position: relative;padding: 1rem 5rem 1rem 6rem;text-align: center;display: inline-block;}
.brackets::before,.brackets::after {position: absolute;content: '';}
.brackets:before {top: 0;left: 0;width: 30px; height: 30px;border-top: 2px solid #192b50;border-left: 2px solid #192b50;}
.brackets:after {right: 0;bottom: 0;width: 30px;height: 30px;border-right: 2px solid #192b50;border-bottom: 2px solid #192b50;}
.ttl_3{font-size: 2.5rem;text-align: center;font-weight: 400;margin: 2rem 0 4rem;}
.ttl_3 span{font-size: 1.3rem;display: block;}
.teacher{padding-bottom: 6rem;}
.teacher_list{display: flex;justify-content: space-between;flex-wrap: wrap;width: 884px;margin: 0 auto;}

.teacher_list figure {width: 24%; margin: 2rem .5%;}
.teacher_list figure figcaption {padding: .5rem 0;background-color: #00578a;color: #fff;font-size: .7rem;}

.teacher_list p{margin-bottom: 3rem;}
.teacher .txt{line-height: 2;margin-top: 4rem;}
#teacher > .tc_link {margin-top: 50px;} 
#teacher > .tc_link a {color: #036eb8; text-decoration: underline;}
#teacher > .tc_link a:hover {opacity: .5;}


.lecturenote{background: #f3f7f4;padding:  3rem 0;}
.note_intro{display: flex;justify-content: center;align-items: center;margin-bottom: 6rem;}
.note_intro .txt{line-height:2;padding: 3rem 3rem;width: 594px;margin-left: -124px; text-align: justify;}
.note_merit{display: flex;justify-content: space-between; margin:4rem 0 3rem;}
.note_merit li{width: 22%;display: flex;flex-direction: column;align-items: center;}
.note_merit li{width: 22%;}
.note_merit li > * {flex-shrink: 0;}
.note_merit .point{font-family: 'Oswald', sans-serif;font-size:2rem;}
.note_merit .point span{font-size: 1rem;display: block;}
.note_merit .point.brackets.brackets:before {width: 10px;height: 10px;border-top: 1px solid #192b50; border-left: 1px solid #192b50;}
.note_merit .point.brackets:after {width: 10px;height:10px;border-right: 1px solid #192b50;border-bottom: 1px solid #192b50;}
.note_merit .point.brackets {padding: 1rem 2rem .5rem 2rem;margin-bottom: 2rem;}
.note_merit .txt1{margin: auto;height: 60px;display: flex;justify-content: center;align-items: center;}
.note_merit .txt2{font-size: .9rem;margin: 2rem 0 auto 0;height: 160px;}
p.note_img {padding: 20px 0; background-color: #fff;}
.note_img img{display: inline-block;margin: 0 0rem;}


/*----------------
  PS 合格実績
----------------*/

figure.pass_record {padding: 3rem; margin-bottom: 4rem;}
figure.pass_record img {padding: 3rem; border: 1px solid #555;}
figure.pass_record img.pc_img {display: block}
figure.pass_record img.sp_img {display: none}
figure.pass_record ul {margin: 2rem 0;}
figure.pass_record ul li {margin: 1rem 0;}
figure.pass_record ul li::before {content: "※"; margin-right: 1rem;}


/*----------------
  コミュニケーションブック
----------------*/

.book{padding:  4rem 0 0;}
.book .inr{text-align: left;}
.book_txt{line-height: 1.8;margin-bottom: 4rem;}
.book_img01{float: right;width: 40%;margin-top: 0px;}
.book_img02{float: right;width: 40%;margin-top: 80px}
.book_flow_wrap{float: left;width: 50%;}
.bookflow{background:#f3f1ea;width: 100%;margin:1rem 0 90px;padding: 1rem 3rem; }
.arrow{position:relative;}

.arrow::after {position:absolute;content:'';width:0;height:0; border:30px solid transparent;border-top:30px solid #00578a;left:calc(50% - 30px);bottom: -90px;z-index: 50;}
.bookflow span.e{display: inline-block;width: 10px; font-size: 1.8rem;font-weight: 500;}
.bookflow ul{margin-top: 1rem;}
.bookflow ul li{text-indent: -10px;padding-left: 30px;}
.bookflow ul li + li{margin-top: 1rem;}
.bookflow > p{font-weight: 500;font-size: 1.8rem; margin-bottom: 20px;}

.bookflow ol {list-style-type: decimal;margin-left: 20px;}
.bookflow ol li::marker {font-size: 1.8em; }

/*----------------
  指導コース
----------------*/

.course{padding:  5rem 0 3rem;
background:#ebebeb url('../imgs/course_bg.jpg') bottom 0 left 0 no-repeat;background-size:cover;background-repeat: no-repeat;}
.course_box{background: #fff;padding: 2rem;}
.course_box + .course_box{margin-top: 4rem;}
.course_box > .ttl{font-size: 1rem; color: #fff; display: flex;align-items: center;padding: 1rem 2rem;font-weight: 500;}
.course_box > .ttl span{color: #a6defe;font-size: .9rem}
.course_box > .ttl + .txt{padding: 2rem 0;}
.course_list {display: flex;flex-wrap: wrap;}
.course_list span.index{border: 1px solid #192b50;width: 130px;padding: .2rem 0 .1rem 0;position: absolute;top: 0;left: 0;font-size: .9rem;text-align: center;}
.course_list li{width: 100%;margin-bottom: 2rem;padding-left: 150px;position: relative;}
.achieve_list li{width: 100%;margin-bottom: 2rem;padding-left: 0px;position: relative;}
.course_list span.e{font-size: 1.5rem;font-weight: 500;}
.course_box .kakomi{border: 1px solid #192b50;padding: 2rem 3rem;margin-top: 1rem;}
.course_box .kakomi > p.ttl{font-weight: 500;margin-bottom: 1rem;}
.course_box.ltd > .ttl{background: #c7a51b;padding: 0 1rem;}
.course_box.ltd > .ttl span.flag{background: #de3e32;color: #fff;height: 80%;width: 120px;display: flex;align-items: center;justify-content: center;font-weight: 500;margin-right: 1rem;}
.course_list.ltd span.index{border: 1px solid #de3e32;width: 140px;color:#de3e32; position: absolute;top:0;left: 0;}
.course_list.ltd li{padding-left: 150px;}
.course_list li.x2{width: 100%;}

.course_list li .note {margin-top: 1rem;}
.course_list li .note li {
	margin-bottom: 0;
	padding-left: 1rem;
	text-indent: -1rem;
	width: 100%;
}
.course_list li .note li + li {margin-top: 5px;}
.course_list li .note li::before {content: "※";}

.course_box.ltd .kakomi{border: 1px solid #de3e32;color:#de3e32;}

.course_table {
	border: 2px solid #192b50;
	margin-top: 1rem;
    text-align: center;
    width: 100%;
}
.course_list li .inner > .course_table {margin-top: 0;}
.course_table thead th {
	background-color: #192b50;
	border: 1px solid #f1f1f1;
    color: #f1f1f1;
	padding: 0.2rem;
}
.course_table tbody th, .course_table tbody td {
	border: 1px solid #192b50;
	padding: 0.2rem;
}

.course_LineBox{
	color: #192b50;
	font-weight: 900;
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	border-top:3px solid #192b50;
	border-bottom:3px solid #192b50;
}

.course_txt{padding-left: 15px;margin-bottom: 20px;}

.booth_outline{
	display: flex;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.course_list_box{flex: 3;}

.booth_img{flex: 1;}



.curriculum_link a {
  display: block;
  width: 20rem;
  margin: 2rem auto 0;
  padding: .5rem;
  border-radius: .5rem;
  background-color: #036eb8;
  color: #fff;
  text-align: center;
}
.curriculum_link a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1rem;
}
.curriculum_link a:hover {opacity: .5;}


.achievements_outline{
	display: flex;
}

.achievements_left{
	width: 55%;
	border: 1px solid #cdcdcd;
	margin-right: 10px;
    padding: 10px;
}

.achievements_right{
	width: 45%;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.achievements_title{
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 900;
}

.achievements_right_inner{
	display: flex;
}

.achievements_right_inner_img{
	flex:1;
}
.achievements_right_inner_img img {
	width: 60px;
	margin-top: 20px;
}

.achievements_right_inner_txt{
	margin-left: 5px;
	flex: 3;
	font-size: 1rem;
}

.achievements_left .course_list li{
	margin-bottom: 0px;
}

.course .accordion-box label:after{
	left: 47%;;
}

.course .accordion-box label{
	height: 85px;
}

.accordion-container p.medicine_about{
	margin:15px 0 20px;
}

.spring2024_cam_box{
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 5px #a1a1a1;
}

.spring2024_cam_box a{
	cursor: pointer;
	text-decoration: none !important;

}

.spring2024_cam_box h3{
	font-size: 2.0rem;
	margin-bottom: 15px;
	position: relative;
	padding: 1rem .5rem;
}

.spring2024_cam_box h3 span{
	font-size: 2.4rem;
	color: #ff0000;
}

.spring2024_cam_box h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#b5fcff), to(#009efd));
	background-image: -webkit-linear-gradient(right, #b5fcff 0%, #009efd 100%);
	background-image: linear-gradient(to left, #b5fcff 0%, #009efd 100%);
}

.spring2024_cam_tl {
	position: relative;
    overflow: hidden;
	font-size: 2.2rem;
	font-weight: 900;
	margin: 30px 0 10px;
    padding: 0.5rem 2rem 0.5rem 7rem;
}

.spring2024_cam_tl:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 160px;
	height: 240%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #40c8fa;
}

.spring2024_cam_tl span {
	font-size: 2.0rem;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	display: block;
	padding-left: 16px;
	color: #fff;
}

.spring_com_point{
	font-size: 1.9rem;
	font-weight: 900;
	color: #ff0000;
	background: linear-gradient(transparent 55%, #fbff00 50%);
}

.spring2024_cam_list li{
	margin:0 0 10px 10px;
	text-indent: -1rem;
	padding-left: 1rem;
}

.spring2024_cam_list li::before{
	display: inline-block;
	content: '\025b6';
	font-size: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

.spring2024_cam_box table{
	width: 100%;
	margin: 10px 0;
	border: 1px solid #3bc1e8;
	text-align: center;
}

.spring2024_cam_box table th{
	color: #fff;
	border-top:  1px solid #3bc1e8;
	border-bottom: 1px solid #3bc1e8;
	background-color: #6ac0ec;
}

.spring2024_cam_box table td{
	padding: 10px;
	border: 1px solid #3bc1e8;
}

.spring2024_label{
	margin: 15px 0 0;
}

.spring2024_cam_cv_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:24px;
	font-weight: 900;
	color: #ea0f0f;;
	text-align: center;
	margin: 30px 0 0;
}

.spring2024_cam_cv_txt::before,
.spring2024_cam_cv_txt::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #ea0f0f;
}

.spring2024_cam_cv_txt::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.spring2024_cam_cv_txt::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

.spring2024_cam_cv_btn{
	width: 60%;
	font-size:24px;
	margin: 10px auto 15px;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	background: #ea0f0f;
	border: 2px solid #ffc1c1
}

.spring2024_cam_cv_btn:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(315deg);
	vertical-align: middle;
}


/*----------------
  合格実績 & 校舎紹介
----------------*/

.results{padding:  8rem 0 6rem;}
.results_lead{margin: 4rem auto ;line-height: 1.8;}
.results_management{display: flex;justify-content: center;margin-bottom: 4rem;}
.results_management li{flex:1;border: 1px solid #192b50;padding: 2rem;margin: 1rem;}
.results_ttl{font-size: 2.2rem;font-weight: 500;line-height: 2;margin-bottom: 4rem;}
.results_ttl span{font-size: 1.8rem;display: block;line-height: 1.5;}
.results .txt{margin-top: 8rem;}
.results_univ{font-size: 2rem;display: flex;justify-content: center;flex-wrap: wrap;font-weight: 500;margin-top: 3rem;}
.results_univ span{font-family: 'Oswald', sans-serif; color:#de3e32;font-size: 3rem;display: inline-block;vertical-align: baseline;}
.results_univ p + p{margin-left: 3rem;}
.results .kakomi{border-radius: 10px;padding: 3rem 6rem;width: 100%;margin-top: 3rem;}
.kakomi_list{list-style-type: disc;margin: 1rem 0 2rem 1.5em;}
.kakomi_list li > p{font-weight: bold;}
.kakomi_list li {font-size: 1.1rem;margin-bottom: 2rem;}
.note{margin-top: 2rem;}
.school{padding:  2rem 0;}
.map{margin-bottom: 2rem;}
.school_list{display: flex;justify-content: space-between;}
.school_list > li{width: 30%;margin: 1rem auto;padding: 0rem 0 1rem;background-color: #fff;text-align: center;}
.traffic_list li + li{margin-top: 1rem;}
.school_name{background: #fff; padding: .5rem;}
.school_list > li p a {color: #036eb8;}
.school_list > li p a::after {padding-left: 1rem;font-family: "Font Awesome 5 Free";content:"\f105";font-weight: 900;}
.school_list > li p a:hover {opacity: .5;}


.traffic_list{list-style-type: square;margin: 1rem 0 2rem 1.5em;}
.GoogleMap{position: relative;width: 95%;height: 0;padding-top: 77.667%;margin: .5rem auto;}
.GoogleMap iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.success_fig img:nth-child(1) {display: block;}
.success_fig img:nth-child(2) {display: none;}





/*********************************************************
  SP
 **********************************************************/
@media screen and (orientation: portrait) and (max-width: 767px){
	
/*----------------
  COMMON & PC
----------------*/
	
.sp {display: block;}
.pc {display: none;}

/*----------------
  トップイメージ＋めざすのは「志望大合格」のみ
----------------*/

#main_content .title_banner {display: block; }
#main_content figure.col_1_2 {text-align: center; display: block;}
#main_content figure.col_1_2 img {width: 80%; margin: 0 0 1rem;}
	
#main_content figure.col_3 {text-align: center; display: block;}
#main_content figure.col_3 img {width: 80%; margin: 0 0 1rem;}
	
#main_content figure.col_4 {text-align: center; display: block;}
#main_content figure.col_4 img {width: 80%; margin: 0 0 1rem;}
	
.title_pdown {font-size: 130%; text-align: center;}

.copy{margin-top:-1%;padding-bottom: 3rem;}
.copy02{font-size: 2rem; margin-top: 3rem; line-height: 1.3; letter-spacing: .2em; }
/*.bar::before{content: ''; display:block;width:2px;height:40px; background-color:#192b50;position:absolute;top:-20px;left: calc(50% - 1px);}*/
	
/*----------------
  √＋Private Schoolへようこそ
----------------*/

.introduction{padding: 1.5rem 0;}
.ttl_2{font-size: 1.3rem; font-weight: 400;margin: 1.2rem 0 2rem; letter-spacing: .1em;text-align:center;}
.introduction .txt{font-size: .95rem;line-height: 2;}
	

/*----------------
  contact
----------------*/
	
.network {margin-top: 4rem;padding: 4rem 0 6rem;}
.contact {padding: 2rem 0;}
a.l {padding: 1rem 0;width: inherit !important;font-size: 1.5rem;}
.btn_list{padding:4rem 0 2rem;}
.btn_list li + li {margin-left: 1rem;}
.btn_list li {flex: 1;}
.bubble01::before, .bubble02::before, .bubble03::before {
	background-size: 100%;
	width: 43.33vw;
	height: 12.27vw;
	top: -40px;
}
.bubble01::before {background-image: url('../imgs/bubble01_sp.png');}
.bubble02::before {background-image: url('../imgs/bubble02_sp.png');}
.bubble03::before {background-image: url('../imgs/bubble03_sp.png');}
.contact_tel {width: 88%; margin: 2rem auto;}
	
	/* entry */
#entry .btn_area { display: block; padding-top: 4rem; }


/*----------------
  √＋Private Schoolの特長
----------------*/
	
.features {padding: 1.5rem 0 1.5rem;}
.ttl_3 span {font-size: 1rem;}
.ttl_3 {font-size: 2rem; margin: .2rem 0 3rem;}
.brackets {padding: 1rem 1rem 1rem 1rem;display: block;}
.teacher_list {width: 100%;margin: 1rem auto;}
	
.teacher_list figure {width: 48%; margin: 1rem .5%;}
.teacher_list figure figcaption {padding: .5rem 0;background-color: #00578a;color: #fff;font-size: .7rem;}
	
.teacher .txt {line-height: 2;margin-top: 2rem;font-size: 1rem;}
.teacher { padding-bottom:5rem;}
.lecturenote { padding: 3rem 0;}
.note_intro { flex-wrap: wrap;margin-bottom: 3rem;}
.note_intro p{width: 100% !important;}
.note_intro p.txt{margin-left: inherit;padding:2rem;line-height: 2;}
.note_merit{flex-wrap: wrap;}
.note_merit li{width: 100%;flex-direction: column; align-items: flex-start;position: relative;}
.note_merit li + li{margin-top: 3rem;}
.note_merit .point{position: absolute;top: 0;left: 0;}
.note_merit .point span{font-size: .8rem;}
.note_merit .point.brackets {padding: 1.5rem .1rem 1rem .5rem;margin-bottom: 2rem;}
.note_merit .txt1{text-align: left;height: auto;display: block;margin: 0 0 1rem 70px;}
.note_merit .txt2 {height: auto;margin: 0 0 1rem 70px;font-size: 1.1rem;}
    
/*----------------
  PS 合格実績
----------------*/

figure.pass_record {padding: 0rem 1.5rem; margin-bottom: 3rem;}
figure.pass_record img {padding: 1rem; border: 1px solid #555;}
figure.pass_record img.pc_img {display: none}
figure.pass_record img.sp_img {display: block}
figure.pass_record ul {margin: 1.5rem 0;}
figure.pass_record ul li {font-size: 90%; text-align: left; text-indent: -2rem; margin-left: 2rem;}
    
	
/*----------------
  コミュニケーションブック
----------------*/	

.book_txt{float: none;margin-bottom: 2rem;}
.book_img01, .book_img02 {float: none;width: 80%;margin: 0 auto 3rem;}
.book_flow_wrap { width: 100%;float: none;}
.book_flow_wrap > p{text-align: center;}
.bookflow {width: 100%;padding: 1rem;margin-bottom: 4rem;}
.bookflow > p{font-size: 1rem; margin-bottom: 10px;}
.bookflow ul li {font-size: 1.3rem;}
.bookflow span.e {font-size: 2rem;vertical-align: middle;line-height: 1;}
.bookflow.arrow {margin-bottom: 57px;}

.arrow::after {bottom: -65px;border: 26px solid transparent; border-top: 26px solid #00578a;left: calc(50% - 26px);}
	
.bookflow ol {margin-left: 40px;}
    
p.note_img {padding: 20px 20px; }

	
/*----------------
  指導コース
----------------*/
	
	/*.course {background:#ebebeb;}*/
.course { background-size: 100%; padding:  4rem 0 3rem;}
	
.course_box {padding: 1rem;}
.course_box > .ttl {height: auto; display: block;padding: 1rem;font-size: 1.3rem;}
.course_box > .ttl span{display: block;font-size: 1.2rem;}
.course_box > .ttl + .txt {padding: 1rem 0;}
.course_list li {width: 100%; padding-left: 100px;}
.course_list span.index {width: 80px; position: absolute;top: 0;left: 0;font-size: .9rem;}
.course_box .kakomi {padding: 2rem;}
.course_box.ltd > .ttl { padding:1rem;}
.course_list.ltd li { padding-left: 0; }
.course_list.ltd span.index { position: relative;display: block;}
.course_list.ltd li + li{margin-bottom: 2rem;}

.course_list li .inner {
	margin-top: 1rem;
}	
	
	
.curriculum_link a {
  width: 100%;
  margin: 2rem auto 0;
}
	
	
.course .accordion-box label{
	height: 115px;
}
.booth_img {
	text-align: center;
	}
.achievements_outline{
	display: block;
}
.booth_outline{
	display: block;
	width: 100%;
	margin-left: 0px;
}
.achievements_left{
	width: 100%;
	margin-right: 0px;
}

.achievements_right{
	width: 100%;
}
	

/*----------------
  合格実績 & 校舎紹介
----------------*/
	
.results{padding:  5rem 0 3rem;}
.results .kakomi{padding: 1rem 1rem;}
	
.school{padding:  2rem 0;}
.school_list{display: block;}
.school_list > li{width: 100%;}
	
.success_fig img:nth-child(1) {display: none;}
.success_fig img:nth-child(2) {display: block;}	

}





/* ////////// イベント情報 ////////// */
.event_area_box{
	margin-top: 20px;
	padding: 2rem;
	background:#fff;
}
.title_line {
	font-size: 1.8rem;
	position: relative;
	border-bottom: 5px solid #ddd;
	margin-bottom: 2rem;
	padding: 10px 0;
}
.title_line:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #192b50;
}
p.date_and_time {
	margin:20px 0 10px;
    vertical-align: middle;
    line-height: 1.0;
	font-weight: 600;
}
.date_and_time::before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 15px;
	margin-right: 5px;
	border-left: 3px solid #192b50;
	vertical-align: bottom;
}
.place_box{
	font-size: 1.3rem;
	color: #fff;
	margin-right:25px;
	padding: 0px 5px;
	background-color: #192b50;
}
.place_box_other{
	font-size: 1.3rem;
	color: #fff;
	margin-right: 10px;
	padding: 0px 5px;
	background-color: #192b50;
}
.school_box{
	font-size: 1.3rem;
	color: #fff;
	margin-left:20px;
	padding: 0px 5px;
	background-color: #192b50;
}
.week_attention{
	font-size: 1.3rem;
}
.tel_box,
.mail_box{
	margin-left:15px;
}
.tel_box:before{
	display: inline-block;
	margin-right: 3px;
	content: url(/imgs/icon_tel.svg);
	width: 14px;
	vertical-align: text-top;
}
.mail_box:before{
	display: inline-block;
	margin-right: 6px;
	content: url(/imgs/icon_mail.svg);
	width: 14px;
	vertical-align: middle;
}
.day_small{
	font-size: 0.9rem;
}
.sp-br{
	display: none;
}
.info_table{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.info_table_title td{
	color: #fff;
	background-color: #192b50;
}
.info_table td{
	padding: 5px 10px;
	border: 1px solid #192b50;
}
.bold{font-weight: 600;}
@media screen and (min-width: 768px) {
	#event .ttl::after {
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		right: 24px;
		top: calc(50% - 4px);
	}
	#event .event_first img {
		width: 240px;
		margin-right: 24px;
	}
	#event .kakomi { border: 1px solid #de3e32; }
}
@media screen and (max-width: 767px) {
	#event .ttl_2 { font-size: 2.6rem; }
	#event .ttl::after {
		width: 2vw;
		height: 2vw;
		border-top: 0.5vw solid #fff;
		border-left: 0.5vw solid #fff;
		right: 4vw;
		top: calc(50% - 1.25vw);
	}
	#event .event_first img { margin-bottom: 5vw; }
	#event .kakomi { border: 0.5vw solid #de3e32; }
	.sp_day_txt{
		font-size: 1.6rem;
	}
	p.date_and_time {
		font-size: 1.6rem;
		margin-bottom: 15px;
		vertical-align: middle;
		text-indent: -0.9em;
  		padding-left: 1em;
	}
	.date_and_time::before{
		display: inline-block;
		content: "";
		width: 3px;
		height: 15px;
		margin-right: 5px;
		border-left: 3px solid #192b50;
		vertical-align: middle;
	}
	.date_and_time_mb{
		margin-bottom: 10px;
	}
	.sp-br{
		display: block;
	}
	.pc-br{
		display: none
	}
	.place_box{
		display: block;
		margin-right: 0;
	}
	.place_box_other{
		display: block;
		margin:10px 0 0 0;
	}
	.tel_box{
		display: block;
		margin:10px 0 0 0;
		line-height: 1.4;
	}
	.mail_box{
		display: block;
		margin:0;
		line-height: 1.4;
	}
	.tel_box:before,
	.mail_box:before{
		width: 16px;
		vertical-align: sub;
	}
	.info_table{
		font-size: 1.2rem;
	}
}

.event {
	padding: 0rem 0 0rem;
	background: #ebebeb;
}

#event .ttl {
	height: initial;
	position: relative;
	padding: 1rem 4rem 1rem 2rem;;
}
#event .ttl::after {
	content: "";
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	transition: 0.3s;
}
#event .ttl.open::after { transform: rotate(225deg); }
#event .event_first { padding: 2rem 0; }
#event .event_first::after { content: ""; display: block; clear: both; }
#event .event_first img { float: left; }

.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px;
    cursor: pointer;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit;
}
.accordion-box label:after {
    content: "続きをよむ";
    letter-spacing: .05em;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #192b50;
    width: 24rem;
	height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin-top: 30px;
	top: 30px;
	font-size:70%;
}

.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked + label:after {
    content: "閉じる";
}
/* .accordion-box input:checked + label:before {
    content: "↑";
} */
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.accordion-container h4{
	display: inline-block;
	color: #fff;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 0px 10px;
	background-color: #192b50;
}
.border_title{
	font-size: 1.3rem;
    padding: 0 5px;
    background-color: #308ad7;
    color: #fff;
}
.accordion-container p{
	margin-left: 10px;
}
.caution_txt{
	font-size: 1.3rem;
}
.caution_txt_indent{
	font-size: 1.3rem;
	text-indent: -14px;
	padding-left: 14px;
}
.winter_table{
	margin:0 0 10px 10px;
}
.winter_table td{
	width: 15%;
	font-size: 1.4rem;
	padding: 3px 10px;
	border: 1px solid #c9c9c9;
	text-align: center;
}
.td_menu_color td,
.menu_blue{
	color: #fff;
	background-color:#192b50;
}
.application_point_txt{
	display: table;
	font-size: 1.4rem;
	font-weight: 900;
	color: #ff0000;
	margin-bottom: 5px;
	border-bottom: 2px double #ff0000;
}
.small{
	font-size: 1.2rem;
}
.sp{
	display: none;
}
.info_school_name{
	font-size: 1.4rem;
	border-bottom: 2px solid #192b50;
}
.winter_info_box{
	display: flex;
}
.winter_info{
	flex-grow: 1;
}
.event_area_box .info_document_con{
	width: 50%;
	color: #fff;
	margin: 20px auto;
	padding: 10px 30px;
	text-align: center;
	border: 4px solid #fde16d;
	background-color: #C7A51B;
}
.event_area_box .info_document_con:hover {
	border: 4px solid #fff8dd;
    background-color: #C7A51B;
}
.event_area_box .info_taiken_con{
	width: 50%;
	color: #fff;
	margin: 20px auto;
	padding: 10px 30px;
	text-align: center;
	border: 4px solid #ffa7a0;
	background-color: #DE3E32;
}
.event_area_box .info_taiken_con:hover {
	border: 4px solid #fff1f0;
    background-color: #DE3E32;
}
.info_document_con a:link,
.info_document_con a:visited,
.info_taiken_con a:link,
.info_taiken_con a:visited{
	color:#fff;
}
.info_con_box{
	text-align: center;
}
p.info_document_con,
p.info_taiken_con{
	display: inline-block
}
.info_document_con:after{
	display: inline-block;
	content: url(../imgs/icon_document.svg);
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
.info_taiken_con:after{
	display: inline-block;
	content: url(../imgs/icon_study.svg);
	width: 30px;
	margin-left: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	.accordion-container p,
	.winter_table{
		margin-left: 0;
	}
	.table_wrap{
		overflow-x: scroll;
	}
	.winter_info_box{
		display: flex;
		flex-wrap: wrap;
	}
	.accordion-box label {
		font-size: 1.4rem;
	}
	.accordion-box label:after {
		height: auto;
		padding: 5px 0;
		width: 15rem;
	}
	.event_area_box .info_taiken_con{
		width: 100%;
		font-size: 1.6rem;
		margin: 0 0 20px;
		padding: 5px 15px;
		border: 2px solid #ffa7a0;
	}
	.event_area_box .info_taiken_con:hover {
		border: 2px solid #fff1f0;
	}
	.event_area_box .info_document_con{
		width: 100%;
		font-size: 1.6rem;
		margin: 0 0 20px;
		padding: 5px 15px;
		border: 2px solid #fde16d;
	}
	.event_area_box .info_document_con:hover {
		border: 2px solid #fff8dd;
	}

}

