@charset "utf-8";
@import"base.css";
@import"contents.css";

/* 通信制高校からの大学受験コース
-------------------------------------------------------*/

/* =================================================
 override
================================================= */
#main p {
	margin-bottom: 0;
}

#main img {
	-webkit-backface-visibility: hidden;
}

#main .no-sp {
	display: inline-block;
}
#main .no-sp-block {
	display: block;
}

#main .no-pc {
	display: none;
}

@media (max-width: 768px) {
	#main .no-sp {
		display: inline-block;
	}
	#main .no-sp-block {
		display: block;
	}
	#main .no-pc {
		display: none;
	}
}

@media (max-width: 480px) {
	#main .no-sp,
	#main .no-sp-block {
		display: none;
	}
	#main .no-pc {
		display: inline-block;
	}
}


#fixed_btn {
	z-index: 2000;
}



/* =================================================
 FV
================================================= */
.fv {
	margin-bottom: 50px;
}

.fv > div.no-sp {
	width: 100%; /* for IE11 */
	background: url(/campaign_tsushinsei/img/key_visual02_bg.jpg) no-repeat top 90px right -50px;
	background-size: 120% auto,
	100% auto;
	position: relative;
}
.fv .no-sp h2 {
	margin: 0 auto;
	text-align: center;
}
.fv .no-sp h2 span {
	display: block;
	width: 100%; /* for IE11 */
	background: linear-gradient(to right, rgba(255,215,1,1) 5%, rgba(255,241,4,1) 30%,
	rgba(255,241,4,1) 55%,
	rgba(255,215,1,1) 95%);
}
.fv .no-sp h2 span img {
	width: 500px;
	height: auto;
}
.fv .no-sp h2 > img {
	width: 700px;
	height: auto;
}

.fv .fv_txt {
	color: #000;
	font-weight: bold;
	text-align: center;
}
.fv .fv_txt strong {
	color: #09357f;
}

.fv .no-sp .fv_txt {
	width: 60%;
	margin-top: 0;
	margin-left: -25px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.fv .no-sp .fv_txt .fv_copy {
	width: 100%;
	margin-bottom: 0.5em;
}
.fv .no-sp .fv_img {
	margin-top: 23px;
	background-color: #fff;
}


@media (max-width: 768px) {
	.fv .no-sp h2 {
		height: 36vw;
	}
}

@media (max-width: 480px) {
	.fv .no-pc h2 {
		margin: 0 auto;
		height: auto;
		background: none;
	}
	.fv .no-pc .fv_txt {
		margin-top: -28vw;
		font-size: 110%;
	}
	.fv .no-pc .fv_txt .fv_copy {
		width: 100%;
	}
	.fv .no-pc .fv_img {
		margin-top: 10px;
	}
}


/* =================================================
 動画
================================================= */
/*
.video_area {
	margin-bottom: 40px;
}
.video_area h3 {
	width: 80%;
	margin: 0 auto;
}
.video_area .video_wrapper {
	border: 15px solid #09357f;
	box-sizing: border-box;
}
.video_area .video_wrapper .youtube_16_9 {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.video_area {
		margin-bottom: 30px;
	}
	.video_area h3 {
		width: 100%;
	}
	.video_area .video_wrapper {
		border-width: 8px;
	}
}
*/



/* =================================================
 生徒の声
================================================= */

/* PC用
--------------------------- */
.voice_area {
	width: 740px;
	margin: 0 auto 30px;
}
.voice_area h2 {
	text-align: center;
}
.voice_area h2 img.no-sp {
	width: 90%;
}

.voice_box {
	background: url(/campaign_tsushinsei/img/voice_bg_top.png) no-repeat top center,
	url(/campaign_tsushinsei/img/voice_bg_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	padding: 40px 40px 30px;
}

.voice_box__text {
	width: 77%;
	font-size: 14px;
}

.voice_box h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
.voice_box h4 {
	margin-bottom: 8px;
	color: #0e357f;
}

#main .voice_box .voice_name{
	display: inline;
	width: auto;
	height: 24px;
}
#main .voice_box .voice_img{
	width: 19.7%;
}
.voice_box .voice_box__inner{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

.section10__note {
	font-size: 12px;
	line-height: 1;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 32px;
}



.voice_slider_area {
	margin-top: 40px;
	margin-bottom: 0.5em;
	padding: 40px 0 30px;
	background-color: #f6f6f1;
}

.voice_slider_area h3 {
	margin-bottom: 35px;
	text-align: center;
}
.voice_slider_area h3 img {
	width: 75%;
}

.voice_slider {
	width: 750px;
	display: flex;
	align-items: stretch;
}
.voice_slider li {
	width: 450px;
	height: auto;
	background-color: #fff;
	border: 3px solid #08357f;
	border-radius: 15px;
	box-sizing: border-box;
}

.voice_slider li .voice_slider_img {
	padding: 25px 25px 20px;
}
.voice_slider li .voice_slider_img img {
	width: 320px;
}


.voice_slider li h4 {
	padding: 15px 100px 13px 25px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	background-color: #f2f3f7;
	position: relative;
}
.voice_slider li h4::before {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 102px;
	top: -18px;
	right: 13px;
	background: url("/campaign_tsushinsei/img/exp_stamp.png") no-repeat;
	background-size: 100px 102px;
}
.voice_slider li p {
	padding: 25px 30px 30px;
	font-size: 14px;
}

.voice_slider_area .swiper-container {
	padding-bottom: 60px;
}

.voice_slider_area .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.voice_slider_area .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #09357f;
}

.voice_slider_area .swiper-button-prev {
	background: none;
	top: 42%;
	left: 95px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 38px solid #09357f;
	border-bottom: 40px solid transparent;
}
.voice_slider_area .swiper-button-next {
	background: none;
	top: 42%;
	right: 95px;
	width: 0;
	height: 0;
	border-left: 38px solid #09357f;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}




/* SP用
--------------------------- */
@media screen and (max-width:480px){
	
	.voice_area {
		width: 100%;
		margin: 0 auto 10px;
	}
	
	.voice_area .voice_box {
		width: 100%;
		background: none;
		margin-bottom: 30px;
		padding: 0;
	}
	.voice_area .voice_box:nth-last-of-type(1) {
		margin-bottom: 10px;
	}
	
	h3.voice_ttl {
		padding: 0.8em;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		background-color: #f2f3f7;
		position: relative;
	}

	.voice_ttl::after {
		position: absolute;
		top: -8px;
		right: 5px;
		content: "";
		width: 23vw;
		height: 23vw;
		background: url("/campaign_tsushinsei/img/exp_stamp.png") no-repeat top right;
		background-size: contain;
	}
	
	
	
	.voice_student {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 15px 0;
	}
	#main .voice_student .voice_img {
		width: 30vw;
		height: 30vw;
		margin-right: 15px;
	}
	#main .voice_student .voice_name {
		width: auto;
		height: 30vw;
	}
	.voice_txt {
		padding: 0 15px;
	}
	
	
	
	.voice_slider_area {
		margin-top: 30px;
		padding: 30px 0 0;
		background-color: #f6f6f1;
	}
	
	.voice_slider_area h3 {
		margin-bottom: 22px;
	}
	.voice_slider_area h3 img {
		width: 88vw;
	}
	
	.voice_slider {
		display: flex;
		align-items: stretch;
	}
	.voice_slider li {
		width: 85vw;
		height: auto;
		background-color: #fff;
		border: 3px solid #08357f;
		border-radius: 15px;
	}
	
	.voice_slider li .voice_slider_img {
		padding: 18px 20px 15px;
	}
	.voice_slider li h4 {
		padding: 12px 50px 10px 20px;
		font-size: 1.7rem;
		line-height: 1.5;
		font-weight: bold;
		background-color: #f2f3f7;
		position: relative;
	}
	.voice_slider li h4::before {
		position: absolute;
		content: "";
		display: block;
		width: 18vw;
		height: 19vw;
		top: -30px;
		right: 10px;
		background: url("/campaign_tsushinsei/img/exp_stamp.png") no-repeat;
		background-size: 18vw 19vw;
	}
	.voice_slider li p {
		padding: 15px 25px;
		font-size: 1.4rem;
	}
	
	.voice_slider_area .swiper-container {
		padding-bottom: 0;
	}
	
	.voice_slider_area .swiper-pagination {
		position: static;
		width: 80%;
		margin: 20px auto;
	}
	.voice_slider_area .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.voice_slider_area .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #09357f;
	}
	
	.voice_slider_area .swiper-button-prev {
		background: none;
		top: 40%;
		left: 0;
		width: 0;
		height: 0;
		border-top: 30px solid transparent;
		border-right: 30px solid #09357f;
		border-bottom: 30px solid transparent;
	}
	.voice_slider_area .swiper-button-next {
		background: none;
		top: 40%;
		right: 0;
		width: 0;
		height: 0;
		border-left: 30px solid #09357f;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
	}
	
}



/* =================================================
 ダブル教育
================================================= */

/* ダブル教育バナー＆理由があります
----------------------------------------*/
.wteacher_area {
	margin-bottom: 30px;
}

#main .wteacher_area .wteacher_ttl {
	margin: 40px auto 20px;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.wteacher_area .wteacher_ttl strong {
	color: #09357f;
	font-size: 40px;
}
@media (max-width: 480px) {
	.wteacher_area {
		margin-bottom: 0;
	}
	
	#main .wteacher_area .wteacher_ttl {
		margin-top: 20px;
	}
	
	.wteacher_area .wed_ttl_reason span {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.43;
		vertical-align: top;
	}
	.wteacher_area .wed_ttl_reason span strong {
		color: #09357f;
		font-size: 30px;
	}
	
	.wteacher_area .wed_ttl_note {
		font-size: 13px;
		font-weight: normal;
	}
}


/* クラス授業＆５５段階
----------------------------------------*/
.wt {
	width: 100%;
	margin-bottom: 30px;
	border-width: 15px;
	border-style: solid;
	box-sizing: border-box;
}
.wt.wt_class { border-color: #009844; }
.wt.wt_55 { border-color: #e50012; }
.wt.wt_class strong { color: #009844; }
.wt.wt_55 strong { color: #e50012; }

.wt .wt_ttl {
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.wt.wt_class .wt_ttl {
	background-image: url(/campaign_tsushinsei/img/section06_title_bg.jpg);
}
.wt.wt_55 .wt_ttl {
	text-align: right;
	background-image: url(/campaign_tsushinsei/img/section08_title_bg.jpg);
}

.wt.wt_class .wt_ttl h3 img,
.wt.wt_class .wt_ttl p img {
	width: 50%;
}
.wt.wt_55 .wt_ttl h3 img,
.wt.wt_55 .wt_ttl p img {
	width: 60%;
}

.wt .wt_contents {
	padding: 10px 35px 35px;
}
.wt .wt_text_box {
	width: 55%;
}
.wt .wt_img_box {
	width: 45%;
}

/* ポイント */
.wt .wt_point_ttl {
	margin-top: 10px;
}
.wt .wt_point {
	margin: 0 30px 35px;
	padding: 55px 25px 30px;
	border-width: 5px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 90px auto;
}
.wt.wt_class .wt_point {
	border-color: #009844;
		background-image: url("/campaign_tsushinsei/sp/img/wed_class_point_tag.png");
}
.wt.wt_55 .wt_point {
	border-color: #e50012;
	background-image: url("/campaign_tsushinsei/sp/img/wed_55_point_tag.png");
}

.wt .wt_point_contents {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.wt .wt_point_box {
	font-size: 95%;
}
.wt .wt_point_contents .wt_point_box {
	width: 50%;
}
.wt .wt_point_contents .wt_point_box.w45 {
	width: 45%;
}
.wt .wt_point_contents .wt_point_box.w55 {
	width: 55%;
}
.wt .wt_point_box h5.w90 {
	width: 90%;
}

#main .wt .wt_point_contents .wt_point_box .wt_point_header {
	margin-bottom: 0.4em;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.wt .wt_point_contents .wt_point_box2 {
	width: 48%;
}

.wt .wt_point_box2 h5 {
	margin: 1em 0 0.4em;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}
.wt .wt_point2 {
	padding-top: 20px;
	text-align: center;
}

@media (max-width: 700px) {
	.wt .wt_point_box h5.w90 {
		width: 95%;
	}
}
@media (max-width: 600px) {
	.wt .wt_contents {
		padding: 0 25px 30px;
	}
	.wt .wt_point {
		margin: 0 20px 30px;
		padding: 10vw 20px 30px;
		background-size: 15vw auto;
	}
	.wt.wt_class .wt_point_contents {
		display: block;
	}
	.wt .wt_point_contents .wt_point_box.w45 {
		margin-bottom: 1em;
		width: 100%;
	}
	.wt .wt_point_contents .wt_point_box.w45 h5 {
		width: 35vw;
	}
	.wt .wt_point_contents .wt_point_box.w55 {
		width: 100%;
		text-align: center;
	}
	.wt .wt_point_box h5.w95 {
		width: 100%;
	}

}

@media (max-width: 480px) {
	.wt_sp {
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.wt_sp.wt_class strong { color: #009844; }
	.wt_sp.wt_55 strong { color: #e50012; }
	
	.wt_sp.wt_class .wt_check {
		border: 10px solid #009844;
	}
	.wt_sp.wt_55 .wt_check {
		border: 10px solid #e50012;
	}
	
	.wt_sp .wt_contents p {
		padding: 5px 10px;
	}
	
	.wt_sp .wt_point {
		margin: 0 10px;
		padding: 25px 15px;
		border-width: 3px;
		border-style: solid;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 62px auto;
	}
	.wt_sp.wt_class .wt_point {
		border-color: #009844;
		background-image: url("/campaign_tsushinsei/sp/img/wed_class_point_tag.png");
	}
	.wt_sp.wt_55 .wt_point {
		margin-bottom: 10px;
		border-color: #e50012;
		background-image: url("/campaign_tsushinsei/sp/img/wed_55_point_tag.png");
	}
	
	.wt_sp .wt_point p {
		padding-top: 15px;
	}
	
	#main .wt_sp .wt_point .wt_point_header {
		margin-bottom: 0;
		padding-top: 0;
		font-size: 100%;
		font-weight: bold;
		color: #333;
	}
	
	.wt_sp .wt_point_contents {
		margin-bottom: 15px;
		display: flex;
		justify-content: space-between;
	}
	.wt_sp .wt_point_contents .img_box {
		width: 40%;
	}
	.wt_sp .wt_point_contents .text_box {
		width: 57%;
	}
	.wt_sp .wt_point_contents .text_box h5 {
		font-size: 100%;
		font-weight: bold;
		color: #333;
		line-height: 1.2;
	}
	.wt_sp .wt_point_contents .text_box p {
		padding-top: 10px;
	}
}



/* =================================================
 受験コンサルタント
================================================= */
.consultant {
	width: 100%; /* for IE11 */
}
.consultant .consultant_ttl {
	background: url("/campaign_tsushinsei/img/section12_bg.jpg") no-repeat top center;
	background-size: 140% auto;
	height: 450px;
}

.consultant ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.consultant ul li {
	margin-top: -10px;
	width: 48%;
}
.consultant ul li h4 {
	margin-bottom: 10px;
}
.consultant ul li figure {
	margin-top: 20px;
	padding: 20px 0 0 0;
	text-align: center;
	background-color: #f2f3f6;
}
.consultant ul li figure figcaption {
	display: inline-block;
	padding: 0 5px 5px;
	font-weight: bold;
	border-bottom: #09357f 3px solid;
	color: #333;
}


.gray_box {
	background: #f2f3f6;
	margin-top: 25px;
	padding: 30px 20px 10px;
	min-height: 280px;
	text-align: center;
}
.gray_box .gray_box_flex {
	display: flex;
	justify-content: space-around;
}
.gray_box .gray_box_flex > div {
	width: 47%;
}

.gray_box_ttl {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 25px 5px 10px;
	border-bottom: #09357f 3px solid;
}

.gray_box p {
	padding: 22px 35px;
}



@media (max-width: 768px) {
	.consultant .consultant_ttl {
		height: 59vw;
	}
}


@media (max-width: 480px) {
	
	.consultant_sp .consultant_contents {
		padding: 0 10px;
	}
	
	.consultant_sp .consultant_contents figure {
		margin-top: 20px;
		padding: 20px 0 0 0;
		text-align: center;
		background-color: #f2f3f6;
	}
	.consultant_sp .consultant_contents figure figcaption {
		display: inline-block;
		margin-bottom: 13px;
		padding: 0 5px 5px;
		font-weight: bold;
		border-bottom: #09357f 2px solid;
		color: #333;
	}
	
	.gray_box {
		background: #f2f3f6;
		padding: 5% 0.769em 0;
		text-align: center;
	}

	.gray_box .gray_box_label {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 1em;
		padding: 0.2em 1em;
		background-color: #09357f;
		color: #fff;
		text-align: center;
	}

	.gray_box .gray_box_ttl {
		border-bottom: #09357f 2px solid;
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 1em;
		padding: 0 0 0.1em 0.05em;
		text-align: center;
	}
	
	.consultant_sp .consultant_contents .gray_box figure {
		margin-top: 0;
		padding-top: 0;
	}
	
	.gray_box p {
		padding: 15px 0 20px;
		font-size: 1.5rem;
		text-align: left;
	}

}



/* =================================================
 ボタン
================================================= */
#main .btn {
	margin-bottom: 20px;
	text-align: center;
}
#main .btn ul {
	display: flex;
	justify-content: space-between;
}
#main .btn ul li img {
	width: auto;
	height: 126px;
}

@media (max-width: 480px) {
	#main .btn {
		margin-top: -15px;
	}
	/* CVエリア
	------------------------------------------------------------*/
	.cvBox {
		padding: 1.4rem 0;
		background-color: #ffffff;
	}
	.cvBox ul {
		overflow: hidden;
		width: 92.8125%;
		margin: 0 auto;
	}
	.cvBox ul li {
			width:100%;
	}
	.cvBox ul li:first-child {
			padding-bottom: 10px;
	}
	.cvBox .school_link {
		width: 80.80808%;
		margin:2rem auto 1rem;
	}
	.cvBox .telNo{
		padding:0;
		width:99%;
		margin:0 auto;
	}


	.cv_intro {
		margin: 15px auto 0;
		width: 92.8125%;
	}

	.cv_intro + .cvBox {
		padding-top: 5px;
	}


	/* CVエリアフォーム版 */
	.cvBox_inner {
		font-size: 14px;
		margin: 0 auto;
		width: 92.8125%;
	}

	.cvBox .cv_form{
		width: auto;
		background-color: #009844;
		margin-bottom: 25px;
		padding: 15px;
	}

	.cvBox .cv_form .select_wrap{
		position: relative;
	}
	.cvBox .cv_form .select_wrap select{
		width: 100%;
		font-size: 20px;
		padding: 8px 8px 8px 15px;
		background-color: #fff;
		border-radius: 6px;
		margin: 12px 0;
		color: #333333;
		-webkit-appearance: none;
		appearance: none;
	}

	.cvBox .cv_form .select_wrap:after {
		content: "";
		position: absolute;
		right: 14px;
		top: 28px;
		width: 8px;
		height: 8px;
		border-top: 3px solid #666;
		border-left: 3px solid #666;
		transform: translateY(-50%) rotate(-135deg);
		pointer-events: none;
	}

	.cvBox .cv_form .alert{
		display: none;
		background: url("/common/images/cv_form_alert_icon.png") no-repeat left/1em 1em;
		padding-left: 1.2em;
		color: #fff;
		margin-top: 10px;
	}

	#main p.cv_reservation {
		margin-bottom: 25px;
	}


}
