@charset "UTF-8";

@media (min-width: 769px) {
	body {
		min-width: 1200px;
	}

}

.txt_blue {
	color: #234C91;
}


/*-------------------------------

 //mv

-------------------------------*/

.sec_fv .fv_txt {
	background: #050948;
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
}

.sec_fv .fv_txt img {
	width: 50%;
	max-width: 1000px;
}

.sec_fv .anc_btn_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 40px auto 50px;
	max-width: 1100px;
}

.sec_fv .anc_btn_wrap .anc_btn {
	margin: 0 20px;
	width: 38%;  
}

.sec_fv .anc_btn_wrap .anc_btn img {
	width: 100%;
	height: auto;
}


.sec_fv .lead_txt {
	text-align: center;
	font-size: 18px;
	padding: 30px 0 40px;
	line-height: 1.8;
	font-weight: 500;
}


/*@media (min-width: 769px) {

	.sec_fv .anc_btn_wrap .anc_btn_02 {
		width: 38%;
	}

}*/

.sec_fv .anc_btn_wrap .anc_btn a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {

	.sec_fv .fv_txt img {
		width: 80%;
	}

	.sec_fv .anc_btn_wrap {
		display: block;
		margin: 40px auto 40px;
	}

	.sec_fv .anc_btn_wrap .anc_btn {
		margin: 0 auto 20px;
		width: 90%;
	}

	.sec_fv .lead_txt {
		text-align: left;
		font-size: 15px;
		padding: 30px 0 30px;
		width: 90%;
		margin: 0 auto;
	}


}


/*-------------------------------

 //sec_voice

-------------------------------*/

.sec_voice {
	/*background: #1272A0;*/
	padding: 0 0 60px;
	position: relative;
}

/*.sec_voice::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 340px solid transparent;
  border-left: 340px solid transparent;
  border-top: 90px solid #1272a0;
  border-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -90px;
	margin: auto;
}*/

.sec_voice .voice_ttl {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}

.sec_voice .voice_ttl .txt_line {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 5px 0 20px;
}


.sec_voice .voice_ttl .sub_txt {
	border: 2px solid #fff;
	background: #1272A0;
	font-size: 20px;
	padding: 2px 0;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -44px;
	margin: auto;
	width: 30%;
}

.sec_voice .results_img {
	border: 1px solid #DFDFDF;
}

@media (max-width: 768px) {

	.sec_voice {
		padding: 0 0 40px;
	}

	/*.sec_voice::after {
	  border-right: 120px solid transparent;
		border-left: 120px solid transparent;
		border-top: 50px solid #1272a0;
		bottom: -50px;
	}*/

	.sec_voice .voice_ttl {
		font-size: 8vw;
		line-height: 1.3;
		margin-bottom: 40px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		padding: 10px 0 20px;
	}

	.sec_voice .voice_ttl .txt_line {
		border-top: none;
		border-bottom: none;
		padding: 0;
	}


	.sec_voice .voice_ttl .sub_txt {
		font-size: 4vw;
		padding: 2px 0 3px;
		bottom: -18px;
		width: 50%;
	}

	.sec_voice .voice_img {
		margin-bottom: 30px;
	}

}


/*-------------------------------

 //sec_schedule

-------------------------------*/

.sec_schedule {
	padding: 130px 0 60px;
	background: #E2F0F7;
}

.sec_schedule .schedule_img {
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.sec_schedule {
		padding: 80px 0 20px;
	}

}




/*-------------------------------

 //course_saturday

-------------------------------*/

.course_saturday {
	padding-bottom: 100px;
}

.course_saturday .course_ttl_wrap {
	text-align: center;
	padding: 20px 0 20px;
	color: #fff;
	background: #113F93;
	margin-bottom: 40px;
}

.course_saturday .course_ttl_wrap.ttl_red {
	background: #B53C37;
}

.course_saturday .course_ttl_wrap.ttl_green {
	background: #14A83C;
}

.course_saturday .course_ttl_wrap.ttl_grape {
	background: #5D407F;
}

.course_saturday .course_ttl_wrap.ttl_sky {
	background:  #2999CF;
}




.course_saturday .course_ttl_wrap .sub_txt {
	font-size: 26px;
	font-weight: 700;
}

.course_saturday .course_ttl_wrap .sourse_ttl {
	font-size:  56px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course_saturday .course_ttl_wrap .sourse_ttl img {
	margin-right: 10px;
	width: 65px;
}

.course_saturday .course_ttl_wrap .sourse_ttl img.atama {
	margin-right: 0;
	margin-left: 10px;
	width: 80px;
}



.course_saturday .flex_between {
	flex-flow: row-reverse;
	margin-bottom: 50px;
}

.course_saturday .flex_between .img {
	width: 48%;
}

.course_saturday .flex_between .txt {
	width: 50%;
}

.course_saturday .point_block {
	background: #F5F5F5;
	padding: 30px 50px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.course_saturday .point_block dt {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 30px;
}

.course_saturday .point_block li {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.course_saturday .point_block li b {
	color: #14A83C;
}




.course_saturday .point_block li:last-child {
	margin-bottom: 0;
}

.course_saturday .point_block li::before {
	content: "01";
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #14A83C;
	font-weight: 700;
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

.course_saturday .point_block li.no02::before {
	content: "02";
}

.course_saturday .point_block li.no03::before {
	content: "03";
}
.course_saturday .point_block li.no04::before {
	content: "04";
}
.course_saturday .point_block li.no05::before {
	content: "05";
}

.course_saturday .about_txt {
	margin-bottom: 30px;
}

.course_block {
	margin-bottom: 100px;
}
.course_block:last-child {
	margin-bottom: 0;
}

	.target {
		margin-top: 10px;
	}
	
	.target.mb {
		margin-bottom: 8px;
	}
	
	

	.target span {
		border: 1px solid #fff;
		border-radius: 2px;
		padding: 2px 10px 4px;
		font-size: 18px;
		display: inline-block;
	}




@media (max-width: 768px) {
	.course_saturday {
		padding-bottom: 60px;
	}

	.course_saturday .course_ttl_wrap {
		padding: 20px 0 15px;
		margin-bottom: 20px;
	}

	.course_saturday .course_ttl_wrap .sub_txt {
		font-size: 3.6vw;
	}

	.course_saturday .course_ttl_wrap .sourse_ttl {
		font-size: 7.8vw;
	}

	.course_saturday .course_ttl_wrap .sourse_ttl img {
		margin-right: 8px;
		width: 9.4vw;
		padding-top: 4px;
	}

	.course_saturday .flex_between {
		margin-bottom: 30px;
		display: block;
	}

	.course_saturday .flex_between .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.course_saturday .flex_between .txt {
		width: 100%;
		font-size: 14px;
	}

	.course_saturday .point_block {
		padding: 20px 20px;
		margin-bottom: 30px;
		display: block;
	}

	.course_saturday .point_block dt {
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.course_saturday .point_block li {
		font-size: 16px;
	}
	
	.target {
		margin-top: 8px;
	}
	
	.target.mb {
		margin-bottom: 8px;
	}
	
	

	.target span {
		border: 1px solid #fff;
		border-radius: 2px;
		padding: 0 5px;
		font-size: 14px;
		display: inline-block;
	}
	
	.sp_flex {
		display: flex;
		justify-content: center;
		flex-flow: nowrap;
		align-items: center;
	}

}




/*-------------------------------

 //sokkuri

-------------------------------*/

.sokkuri .sub_ttl {
	font-size: 22px;
    margin-right: 5px;
    text-align: left;
}

.sokkuri .label_zitaku {
    margin-left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sokkuri .label_zitaku img {
	width: 130px !important;
	margin-right: 0 !important;
}



.sokkuri .point_block {
	width: 50%;
	padding: 30px 40px;
	margin-bottom: 0;
	
}

.sokkuri .point_block dt {
	margin-right: 0;
}

@media (max-width: 768px) {
	
	.sokkuri .point_block {
		width: 100%;
		padding: 20px 20px;
	}
	
	.sokkuri .sourse_ttl {
		font-size: 9.4vw;
		flex-flow: wrap;
		
	}

	.sokkuri .sub_ttl {
		font-size: 3.6vw;
	}
	
	

	.sokkuri .label_zitaku {
		width: 90%;
		margin-top: 5px;
		background: #aa0004;
		margin-left: 0;
	}
	
	.sokkuri .label_zitaku img {
		width: 100px !important;
		margin-right: 0 !important;
		padding-top: 0 !important; 
	}
	
	
}


/*-------------------------------

 //course_school 

-------------------------------*/

.course_school {
	padding-bottom: 100px;
}

.course_school .course_school_ttl {
	background: #050948 url("../images/ttl_img.png") no-repeat;
	background-position: right top;
	background-size: contain;
	padding: 15px 0 25px;
	color: #fff;
	align-items: center;
	margin-bottom: 60px;
}

.course_school .course_school_ttl .txt {
	font-size: 36px;
	font-weight: 700;
	max-width: 1000px;
	margin: 0 auto;
}

.course_school .course_school_ttl .ttl {
	font-size: 84px;
	font-weight: 700;
	line-height: 1.1;
	max-width: 1000px;
	margin: 0 auto;
}



.course_school .course_block {
	margin-bottom: 100px;
}

.course_school .course_block:last-child {
	margin-bottom: 0;
}



.course_school .course_ttl_wrap {
	text-align: center;
	padding: 10px 0 10px;
	color: #fff;
	margin-bottom: 30px;
}

.course_school .course_school_01 .course_ttl_wrap {
	background: #5D407F;
}

.course_school .course_school_02 .course_ttl_wrap {
	background: #B53C37;
}


.course_school .course_ttl_wrap .sourse_ttl {
	font-size: 58px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course_school .course_ttl_wrap .sourse_ttl img {
	margin-right: 10px;
	width: 75px;
}

.course_school .course_ttl_wrap .label {
	width: 78%;
	margin: 0 auto 5px;
	padding-top: 10px;
}


.course_school .about_txt {
	margin-bottom: 30px;
}



@media (max-width: 768px) {

	.course_block {
		margin-bottom: 60px;
	}

	.course_school {
		padding-bottom: 80px;
	}

	.course_school .course_school_ttl {
		background: #050948 url("../images/ttl_img_sp.png") no-repeat;
		background-position: left bottom;
		background-size: 100%;
		padding: 15px 0 35vw;
		margin-bottom: 30px;
	}

	.course_school .course_school_ttl .txt {
		font-size: 4vw;
		text-align: center;
	}

	.course_school .course_school_ttl .ttl {
		font-size: 11vw;
		text-align: center;
	}
	
	.course_school .course_block {
		margin-bottom: 60px;
	}

	.course_school .course_ttl_wrap {
		margin-bottom: 15px;
	}

	.course_school .course_ttl_wrap .sourse_ttl {
		font-size: 7vw;
		line-height: 1.3;
		text-align: left;
		justify-content: flex-start;
		padding-left: 20px;
	}

	.course_school .course_ttl_wrap .sourse_ttl img {
		margin-right: 8px;
		width: 13vw;
	}

	
	.course_school .course_ttl_wrap .label {
		width: 85%;
		margin: 0 0 5px;
		padding-top: 5px;
		padding-left: 20px;
	}
	
	
	.course_school .about_txt {
		margin-bottom: 25px;
		font-size: 14px;
	}

}



/*-------------------------------
 //course_table 
-------------------------------*/


.course_table {
	border: 1px solid #C5C5C5;
	background: #fff;
	width: 100%;
}

.course_table th {
	background: #234C91;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #C5C5C5;
	width: 20%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.course_table td {
	font-size: 16px;
	border-bottom: 1px solid #C5C5C5;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 80%;
}

@media (max-width: 768px) {

	.course_table th {
		font-size: 14px;
		border-bottom: none;
		width: 100%;
		display: block;
		padding: 6px 0;
		text-align: center;
	}

	.course_table td {
		font-size: 14px;
		border-bottom: none;
		padding: 15px 20px;
		width: 100%;
		display: block;
	}

}



/*-------------------------------
 //cmn_botton 
-------------------------------*/

.cmn_botton {
	width: 48%;
	margin: 50px auto 0;
}

.cmn_botton a {
	display: block;
	background: #F28E06;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 100vh;
	font-size: 20px;
	position: relative;
	box-shadow: 0px 4px 0px 0px #BA6B00;
}

.cmn_botton a b {
	font-size: 26px;
}


.cmn_botton a::after {
	content: "";
	display: block;
	background: url("../images/btn_arrow.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8%;
	top:0;
	bottom: 0;
	margin: auto;
}

.cmn_botton a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {

	.cmn_botton {
		width: 100%;
		margin: 30px auto 0;
	}

	.cmn_botton a {
		padding: 15px 20px;
		font-size: 4vw;
	}

	.cmn_botton a b {
		font-size: 5vw;
	}


	.cmn_botton a::after {
		width: 16px;
		height: 16px;
		right: 8%;
	}
}





/*-------------------------------

 //sec_free

-------------------------------*/

.sec_free {
	background: url("../images/free_bg.jpg") no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.sec_free .box {
	max-width: 1100px;
	margin: 0 auto;
	border: 6px solid #fff;
	padding: 30px 40px;
	box-sizing: border-box;
	flex-flow: row-reverse;
	align-items: center;
}


.sec_free .box .img {
	width: 48%;
}

.sec_free .box .txtarea {
	width: 46%;
	text-align: center;
	color: #fff;
}

.sec_free .box .txtarea .txt01 {
	font-size: 26px;
	font-weight: 700;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.sec_free .box .txtarea .txt01 span {
	background: #AA0003;
	font-size: 18px;
	padding: 0 5px;
	margin-right: 10px;
	vertical-align: 2px;
}

.sec_free .box .txtarea .txt02 {
	font-size: 32px;
	font-weight: 700;
}

.sec_free .box .txtarea .txt03 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
}

.sec_free .box .txtarea .btn {
	width: 60%;
	margin: 30px auto 0;
}

.sec_free .box .txtarea .btn a {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #050948;
	padding: 15px 0;
	border-radius: 100vh;
	position: relative;
}

.sec_free .box .txtarea .btn a::after {
	content: "";
	display: block;
	background: url("../images/btn_arrow_02.svg") no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8%;
	top:0;
	bottom: 0;
	margin: auto;
}



@media (max-width: 768px) {

	.sec_free {
		padding: 20px 0;
	}

	.sec_free .box {
		width: 90%;
		border: 3px solid #fff;
		padding: 20px 15px;
		display: block;
	}


	.sec_free .box .img {
		width: 100%;
		margin-bottom: 15px;
	}

	.sec_free .box .txtarea {
		width: 100%;
	}

	.sec_free .box .txtarea .txt01 {
		font-size: 16px;
		margin-bottom: 5px;
		padding: 4px 0;
	}

	.sec_free .box .txtarea .txt01 span {
		font-size: 13px;
		margin-right: 5px;
		vertical-align: 0;
		padding-bottom: 1px;
	}

	.sec_free .box .txtarea .txt02 {
		font-size: 5.5vw;
	}

	.sec_free .box .txtarea .txt03 {
		font-size: 11vw;
	}

	.sec_free .box .txtarea .btn {
		width: 80%;
		margin: 18px auto 0;
	}

	.sec_free .box .txtarea .btn a {
		font-size: 16px;
		padding: 15px 0;
	}

	.sec_free .box .txtarea .btn a::after {
		width: 14px;
		height: 14px;
	}

}




.anc_link {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	max-width: 1000px;
	margin: 60px auto 60px;
}

.anc_link li {
	width: 30%;
	margin: 0 10px 20px;
}

.anc_link li a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px;
	height: 50px;
	background: #2999CF;
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 20px 0;
}

.anc_link li a::after {
	content: "";
	  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}



.anc_link li a small {
	display: block;
}


.anc_link li:nth-of-type(2) a {
	background: #B53C37;
}

.anc_link li:nth-of-type(3) a {
	background: #14A83C;
}

.anc_link li:nth-of-type(4) a {
	background: #113F93;
}

.anc_link li:nth-of-type(5) a {
	background: #5D407F;
}



@media (max-width: 768px) {
	.anc_link {
		display: block;
		width: 90%;
		margin: 0 auto 40px;
	}

	.anc_link li {
		width: 100%;
		margin: 0 0 15px;
	}

	.anc_link li a {
		font-size: 18px;
		height: 30px;
	}

}






