@charset "utf-8";


/*-------------------------------------------- */
/* font
---------------------------------------------- */
.mintyo {
	font-family: 'NotoSerif-Medium', sans-serif;
}

.l_main_contents {
	padding-bottom: 0;
}

.media_pc a:not(.custom_btn):not(.common_btn):not([class^="commonBtn"]):not(.green_btn):not(.blue_btn) {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc a:not(.custom_btn):not(.img_link):not(.common_btn):not([class^="commonBtn"]):not(.green_btn):not(.blue_btn):hover {
	opacity: 0.6;
	text-decoration: none;
}

.commonBtn02 {
	background-color: #05599D;
	border-color: #05599D;
}
/*.media_pc .commonBtn02:not(.custom_btn):hover {
	background-color: #E3EFFF;
	color: #17467C;
}
*/

/*-------------------------------------------- */
/* StateÂ£Âºis_pc,is_sp
---------------------------------------------- */
.is_sp {display: none !important;}





/*-------------------------------------------- */
/* page common parts
---------------------------------------------- */

/* .corp_txts
----------------------------------- */
.corp_txts {
	text-align: center;
}
.corp_txts p {
	font-size: 1.6rem;
	line-height: 1.75;
}

/* .corp_h2
----------------------------------- */
.corp_h2 {
	font-size: 2.6rem !important;
	font-family: 'NotoSerif-Medium', sans-serif;
}

/* .corp_h3
----------------------------------- */
.corp_h3 {
	margin-bottom: 20px !important;
	font-size: 2rem !important;
	font-family: 'NotoSerif-Medium', sans-serif;
}

h3 {
	margin-bottom: 15px !important;
	color: #05599D !important;
}
h3 strong {
	font-size: 2.8rem;
	font-weight: 500;
}

.tb_sty {
	display: table !important;
	width: 100%;
}
.tb_sty span {
	display: table-cell !important;
	vertical-align: middle;
}


/* .corp_wrap
----------------------------------- */
.corp_wrap {
	width: 1000px;
	margin: 0 auto;
}


/* .corpIntro_nav
----------------------------------- */
.corpIntro_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	box-sizing: border-box;
}
.corpIntro_nav_btn {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	font-family: 'NotoSans-Medium', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.35;
	color: #05599D;
	padding: 10px 5px 20px;
	width: 240px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #05599D;
	transition: background-color 0.6s,color 0.6s;
	-webkit-transition: background-color 0.6s,color 0.6s;
	-moz-transition: background-color 0.6s,color 0.6s;
	-ms-transition: background-color 0.6s,color 0.6s;
	-o-transition: background-color 0.6s,color 0.6s;
}
.corpIntro_nav_btn span {
	display: inline-block;
	margin: 0 auto;
}
.corpIntro_nav_btn small {
	font-size: 1.4rem;
}
.corpIntro_nav_btn:after,
.corpIntro_nav_btn:before {
	content: "";
	display: block;
	height: 18px;
	width: 30px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -15px;
	z-index: 1;
	background: url(/files/user/img/corporation/educational/icn_bubble_01.svg) 0 0 no-repeat;
	background-size: 60px 18px;
	pointer-events: none;
}
.corpIntro_nav_btn:after {
	background: url(/files/user/img/corporation/educational/icn_bubble_01.svg) -30px 0 no-repeat;
	background-size: 60px 18px;
	z-index: 2;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	opacity: 0;
}
.media_pc .corpIntro_nav_btn:hover {
	background-color: #05599D;
	color: #fff;
}
.media_pc .corpIntro_nav_btn:hover:after {
	opacity: 1;
}



/* .corp_lists
----------------------------------- */
.corp_lists {
	display: flex;
	flex-wrap: wrap;
	margin: -50px 0 0 -50px;
}
.corp_lists .box {
	width: 300px;
	margin: 50px 0 0 50px;
}
.corp_lists .box figure {
	margin-bottom: 10px;
}
.corp_lists .box p {
	font-size: 1.6rem;
}
.corp_lists .box .cap {
	margin-top: 10px;
	font-size: 1.2rem;
}
.corp_lists .box .btn {
	margin-top: 15px;
}
.corp_lists .box .btn a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #05599D;
	text-align: center;
	text-decoration: none;
	font-family: 'NotoSans-Medium', sans-serif;
	background-color: #fff;
	border: #05599D solid 1px;
	border-radius: 5px;
	transition: background-color 0.6s,color 0.6s;
	-webkit-transition: background-color 0.6s,color 0.6s;
	-moz-transition: background-color 0.6s,color 0.6s;
	-ms-transition: background-color 0.6s,color 0.6s;
	-o-transition: background-color 0.6s,color 0.6s;
}
.corp_lists .box .btn a:before,
.corp_lists .box .btn a:after {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	content: '';
	width: 13px;
	height: 100%;
	background: url(/files/user/img/corporation/common/icn_ar_blue_01_01.svg) no-repeat center center;
	background-size: 100% auto;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
}
.corp_lists .box .btn a:after {
	background-image: url(/files/user/img/common/icn_ar_white_02_01.svg);
	opacity: 0;
}
.media_pc .corp_lists .box .btn a:hover {
	color: #fff;
	background-color: #05599D;
}
.media_pc .corp_lists .box .btn a:hover:before {
	opacity: 0;
}
.media_pc .corp_lists .box .btn a:hover:after {
	opacity: 1;
}

.corp_lists .voice {
	margin-top: 20px;
	padding-top: 15px;
	border-top: #05599D solid 1px;
}
.corp_lists .voice dt {
	position: relative;
	margin-bottom: 5px;
	padding-left: 37px;
	color: #05599D;
	font-family: 'NotoSans-Medium', sans-serif;
}
.corp_lists .voice dt:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 30px;
	height: 22px;
	background: url(/files/user/img/corporation/common/ico_comment.svg) no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
}
.corp_lists .voice dd {
	font-size: 1.6rem;
}


/* .corpContact
---------------------------------------------- */

.corpContact {
	position: relative;
	display: block;
	width: 995px;
	border: 1px solid #05599D;
	box-sizing: border-box;
	padding: 38px 20px 35px 20px;
	margin-top: 35px;
}
.corpContact::before {
	content: "";
	position: absolute;
	display: block;
	width: 995px;
	height: calc(100% + 2px);
	height: -webkit-calc(100% + 2px);
	border: 1px solid #05599D;
	box-sizing: border-box;
	top: 5px;
	left: 5px;
	z-index: 2;
	pointer-events: none;
}
.corpContact_tit {
	font-family: 'NotoSerif-Medium', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #05599D;
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.corpContact a {
	width: 455px !important;
	margin-bottom: 0;
	padding: 21px 30px 21px;
}

/* .corpResult_box
---------------------------------------------- */

.corpResult_box {
	display: block;
	width: 100%;
	background-color: #F0F0F0;
	padding: 30px 50px;
	box-sizing: border-box;
	margin-top: 35px;
}
.corpResult_stit {
	font-family: 'NotoSerif-Medium', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 1.8px;
	color: #05599D;
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.corpResult_box .corp_h3 {
	text-align: center;
}

/* .listMenu01
---------------------------------------------- */

.listMenu01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.listMenu01_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 80px;
	margin-top: 15px;
	margin-left: 15px;
}
.listMenu01_box img {
	width: 290px;
	height: 80px;
}
.listMenu01_box:nth-child(1),
.listMenu01_box:nth-child(2),
.listMenu01_box:nth-child(3) {
	margin-top: 0;
}
.listMenu01_box:nth-child(3n+1){
	margin-left: 0;
}
.listMenu01_box span {
	display: inline-block;
	text-align: center;
}
.listMenu01_btn {
	border-radius: 4px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.listMenu01_btn:after {
	content: "";
	width: 290px;
	height: 80px;
	border: 1px solid #05599D;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/* .corpFaq_list
---------------------------------------------- */

.corpFaq_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 55px;
}
.corpFaq_list_box {
	display: block;
	width: 300px;
	margin-top: 30px;
	margin-left: 50px;
}
.corpFaq_list_box:nth-child(1),
.corpFaq_list_box:nth-child(2),
.corpFaq_list_box:nth-child(3) {
	margin-top: 0;
}
.corpFaq_list_box:nth-child(3n+1) {
	margin-left: 0;
}
.corpFaq_list_img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.corpFaq_list_tit {
	display: table-cell;
	font-family: 'NotoSans-Medium', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #05599D;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(/files/user/img/corporation/educational/icn_faq_01.svg) 0 center no-repeat;
	background-size: 39px 39px;
	height: 39px;
	vertical-align: middle;
}
.corpFaq_list_txt {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 1.6rem;
}
.corpFaq_list_txt small {
	display: block;
	line-height: 1.6;
	margin-top: 10px;
}

/* .corpFlow_list
---------------------------------------------- */

.corpFlow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.corpFlow_list li {
	position: relative;
	display: block;
	width: 290px;
	margin-top: 40px;
}
.corpFlow_list li:nth-child(1),
.corpFlow_list li:nth-child(2),
.corpFlow_list li:nth-child(3) {
	margin-top: 0;
}
.corpFlow_list li:nth-child(2) {
	margin-left: 65px;
	margin-right: 65px;
}
.corpFlow_list li:nth-child(5) {
	margin-left: 65px;
}
.corpFlow_list li:not(:nth-child(1))::before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(/files/user/img/corporation/educational/icn_ar_blue_03_01.svg) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 75px;
	left: -50px;
}
.corpFlow_list_img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.corpFlow_list_tit {
	position: relative;
	display: table;
	margin: 0 !important;
}
.corpFlow_list_tit span {
	display: table-cell;
	font-family: 'NotoSerif-Medium', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.45;
	letter-spacing: 1px;
	color: #05599D;
	box-sizing: border-box;
	padding-left: 56px;
	height: 45px;
	vertical-align: middle;
}
.corpFlow_list_tit::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	left: 0;
	background: url(/files/user/img/corporation/educational/num_01.svg) 0 center no-repeat;
	background-size: 225px 45px;
	overflow: hidden;
}
.corpFlow_list li:nth-child(2) .corpFlow_list_tit::before {
	background-position: -45px center;
}
.corpFlow_list li:nth-child(3) .corpFlow_list_tit::before {
	background-position: -90px center;
}
.corpFlow_list li:nth-child(4) .corpFlow_list_tit::before {
	background-position: -135px center;
}
.corpFlow_list li:nth-child(5) .corpFlow_list_tit::before {
	background-position: -180px center;
}
.corpFlow_list_txt {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 1.6rem;
}


/* .columnSlider02_col2
---------------------------------------------- */

.columnSlider02_frame {
	position: relative;
	display: block;
	width: 1000px;
	overflow: hidden;
}
.columnSlider02_col2 {
	position: relative;
	display: block;
	width: 934px;
	margin: 0 auto;
	overflow: hidden;
}
.columnSlider02:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.columnSlider02_col2 .slick-list {
	margin-right: -22px;
}
.columnSlider02_col2 a {
	position: relative;
	width: 456px !important;
	display: block;
	position: relative;
	float: left;
	box-sizing: border-box;
	margin-right: 22px;
}
.columnSlider02_col2.is_noslide.num1 .slick-list,
.columnSlider02_col2.is_noslide.num2 .slick-list {
	margin-right: 0;
}
.columnSlider02_col2.is_noslide.num1,
.columnSlider02_col2.is_noslide.num1 .slick-track {
	width: 456px !important;
	margin: 0 auto;
}
.columnSlider02_col2.is_noslide.num1 a {
	margin-right: 0 !important;
}
.columnSlider02_col2.is_noslide.num2,
.columnSlider02_col2.is_noslide.num2 .slick-track {
	width: 934px !important;
	margin: 0 auto;
}
.columnSlider02_col2.is_noslide.num2 a:nth-child(2) {
	margin-right: 0 !important;
}


/* .slider_prev_m
---------------------------------------------- */

.slider_prev_m {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 57px;
	left: 0;
}
.slider_prev_m span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(/files/user/img/corporation/common/icn_ar_blue_02_02.svg) center center no-repeat;
	background-size: 16px 16px;
	border: 1px solid #05599D;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
}
.slider_prev_m span::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(/files/user/img/common/icn_ar_white_02_02.svg) center center no-repeat;
	background-size: 16px 16px;
	border: 1px solid transparent;
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	opacity: 0;
}
.media_pc .slider_prev_m:hover span {
	background-color: #05599D;
}
.media_pc .slider_prev_m:hover span::before {
	opacity: 1;
}

/* .slider_next_m
---------------------------------------------- */

.slider_next_m {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 57px;
	right: 0;
}
.slider_next_m span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(/files/user/img/corporation/common/icn_ar_blue_02_01.svg) center center no-repeat;
	background-size: 16px 16px;
	border: 1px solid #05599D;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
}
.slider_next_m span::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(/files/user/img/common/icn_ar_white_02_01.svg) center center no-repeat;
	background-size: 16px 16px;
	border: 1px solid transparent;
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 2;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	opacity: 0;
}
.media_pc .slider_next_m:hover span {
	background-color: #05599D;
}
.media_pc .slider_next_m:hover span::before {
	opacity: 1;
}


/*-------------------------------------------- */
/* Module£ºTOP£º.contactBlock
---------------------------------------------- */

.contactBlock {
	box-sizing: border-box;
	margin-top: 60px;
	padding: 60px 0 0;
	background: #2a70ab url(/files/user/img/corporation/educational/bg_contact_pc.jpg) center top no-repeat;
	background-size: auto 100%;
	height: 454px;
}
.contactBlock_tit {
	color: #fff !important;
	font-size: 2.6rem;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
}
.contactBlock_tit small {
	font-size: 2rem;
}
.contactBlock .commonBtn03_l {
	width: 476px;
	margin-bottom: 30px;
	padding: 20px 20px 21px 7px;
	font-size: 2rem !important;
	letter-spacing: 1px;
}


/* contactBlock_tel
---------------------------------------------- */

.contactBlock_tel {
	display: block;
	width: 900px;
	border-top: 1px solid #fff;
	margin-top: 30px;
	margin-left: 50px;
	padding-top: 15px;
	text-align: center;
}
.contactBlock_tel_link {
	display: inline-block;
	text-align: center;
	pointer-events: none;
}
.contactBlock_tel_txt,
.contactBlock_tel_schedule {
	display: inline-block;
	font-family: 'NotoSerif-Medium', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 1.2px;
	color: #fff;
	text-align: center;
}
.contactBlock_tel_txt {
	display: table-cell;
	vertical-align: middle;
	padding-top: 4px;
}
.contactBlock_tel_num {
	display: table-cell;
	vertical-align: middle;
	font-family: 'NotoSerif-Medium', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 4.5rem;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.contactBlock_tel_schedule {
	display: block;
	font-size: 2.2rem;
}
.contactBlock_tel_note {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	margin-top: 9px;
}


/*-------------------------------------------- */
/* Module：TOP：.newsBlock
---------------------------------------------- */

.newsBlock {
	margin-top: 0 !important;
	background-color: #f5f6f8;
	padding-top: 55px;
	padding-bottom: 60px;
}
.news_tit {
	color: #333;
	margin-bottom: 30px;
}

/* .newsList01
---------------------------------------------- */

.newsList01 {
	display: block;
	width: 900px;
	border-top: 1px solid #c6cbd4;
	text-align: left;
	margin-left: 50px;
}
.newsList01 li {
	border-bottom: 1px solid #c6cbd4;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.newsList01_btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 22px 0 20px;
	box-sizing: border-box;
	font-size: 0;
}
.newsList01_btn:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

/* .newsList01_label */

.newsList01_label {
	display: inline-block;
	border: 1px solid #47AF7F;
	background-color: #fff;
	box-sizing: border-box;
	width: 150px;
	font-size: 1.2rem;
	font-family:  'NotoSans-Medium', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #47AF7F;
	line-height: 1;
	padding: 5px 5px;
	position: relative;
	top: -1px;
	margin-left: 10px;
	border-radius: 2px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}


.newsList01_date {
	display: block;
	width: 110px;
	font-size: 1.6rem;
	line-height: 1.45;
	color: #999;
	margin-left: 30px;
	float: left;
}
.newsList01_txt {
	display: block;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.45;
	width: 724px;
	float: left;
	transition: color 0.6s;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-ms-transition: color 0.6s;
	-o-transition: color 0.6s;
}
.newsList01_btn.link_ext .newsList01_txt::after,
.newsList01_btn.link_pdf .newsList01_txt::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/files/user/img/common/icn_blank_grey_01.svg) 0 0 no-repeat;
	background-size: contain;
	position: relative;
	top: 3px;
	margin-left: 5px;
}
.newsList01_btn.link_pdf .newsList01_txt::after {
	background: url(/files/user/img/common/icn_pdf_01.svg) 0 0 no-repeat;
	background-size: contain;
}

/* .newsList01_btn.is_new */

.newsList01_btn.is_new::before {
	content: "NEW";
	display: inline-block;
	background-color: #05599D;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-family: 'NotoSans-Medium', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 4px 13px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-bottom: 12px;
	white-space: nowrap;
	position: absolute;
	top: 23px;
	left: 143px;
}
.newsList01_btn.is_new .newsList01_txt {
	padding-left: 70px;
    box-sizing: border-box;
}

/* .newsList01_btn:hover */

.media_pc .newsList01_btn:hover .newsList01_txt {
	color: #05599D;
	text-decoration: underline;
}


/* .icn_ar
---------------------------------------------- */

.newsBlock .icn_ar {
	position: relative;
	display: inline-block;
	font-family:  'NotoSans-Medium', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	color: #333;
	margin-left: 4px;
	position: absolute;
	top: 10px;
	right: 51px;
	transition: opacity 0.6s,color 0.6s;
	-webkit-transition: opacity 0.6s,color 0.6s;
	-moz-transition: opacity 0.6s,color 0.6s;
	-ms-transition: opacity 0.6s,color 0.6s;
	-o-transition: opacity 0.6s,color 0.6s;
}
.newsBlock .icn_ar:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/files/user/img/corporation/common/icn_ar_blue_01_01.svg) left top no-repeat;
	background-size: contain;
	position: relative;
	margin-left: 5px;
	top: 1px;
}
.media_pc .icn_ar:hover {
	color: #05599D;
    text-decoration: underline;
}




/*-------------------------------------------- */
/* main_visual
---------------------------------------------- */
#main_visual {
	padding-bottom: 80px;
	border-top: #053491 solid 5px;
	background: url(/files/user/img/corporation/educational/main_visual_bg.jpg) repeat-x left top;
	background-size: auto 100%;
}
#main_visual .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 45px;
	font-family: 'NotoSerif-Medium', sans-serif;
}
#main_visual h1 {
	margin-bottom: 30px;
	padding-bottom: 0;
	color: #05599D;
	font-size: 3.4rem;
}
#main_visual h1:before,
#main_visual h1:after {
	display: none;
}
#main_visual h1 strong {
	display: inline-block;
	font-size: 4rem;
	font-weight: 400;
}
#main_visual .lead {
	width: 520px;
	margin-bottom: 30px;
	color: #05599D;
	text-align: center;
	font-size: 2.2rem;
}
#main_visual .lead small {
	font-size: 0.8em;
}
#main_visual .btn a {
	position: relative;
	display: block;
	width: 500px;
	padding: 12px 0;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	background-color: #05599D;
	border: #05599D solid 1px;
	border-radius: 30px;
	transition: background-color 0.6s,color 0.6s;
	-webkit-transition: background-color 0.6s,color 0.6s;
	-moz-transition: background-color 0.6s,color 0.6s;
	-ms-transition: background-color 0.6s,color 0.6s;
	-o-transition: background-color 0.6s,color 0.6s;
}
#main_visual .btn a:before,
#main_visual .btn a:after {
	position: absolute;
	top: 0;
	right: 25px;
	display: block;
	content: '';
	width: 12px;
	height: 100%;
	background: url(/files/user/img/common/icn_ar_white_02_01.svg) no-repeat center center;
	background-size: 100% auto;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
#main_visual .btn a:after {
	background-image: url(/files/user/img/corporation/common/icn_ar_blue_02_01.svg);
	opacity: 0;
}
.media_pc #main_visual .btn a:hover {
	background-color: #E3EFFF;
	color: #17467C;
}
.media_pc #main_visual .btn a:hover:before {
	opacity: 0;
}
.media_pc #main_visual .btn a:hover:after {
	opacity: 1;
}

#main_visual figure {
	position: absolute;
	top: 0;
	right: -80px;
	width: 530px;
}



/*-------------------------------------------- */
/* textArea01
---------------------------------------------- */
#textArea01 {
	margin-bottom: 60px;
}


/*-------------------------------------------- */
/* introductions
---------------------------------------------- */
#introductions {
	margin-bottom: 45px;
}
#introductions .btns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
#introductions .btns a {
	position: relative;
	display: block;
	width: 490px;
	padding: 25px 0;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	background-color: #05599D;
	border: #05599D solid 1px;
	text-decoration: none;
	font-family: 'NotoSans-Medium', sans-serif;
	border-radius: 50px;
	transition: background-color 0.6s,color 0.6s;
	-webkit-transition: background-color 0.6s,color 0.6s;
	-moz-transition: background-color 0.6s,color 0.6s;
	-ms-transition: background-color 0.6s,color 0.6s;
	-o-transition: background-color 0.6s,color 0.6s;
}
.media_pc #introductions .btns a:hover {
	background-color: #E3EFFF;
	color: #17467C;
}
#introductions .btns a:before,
#introductions .btns a:after {
	position: absolute;
	top: 0;
	right: 40px;
	display: block;
	content: '';
	width: 12px;
	height: 100%;
	background: url(/files/user/img/common/icn_ar_white_01_03.svg) no-repeat center center;
	background-size: 100% auto;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
#introductions .btns a:after {
	opacity: 0;
	background-image: url(/files/user/img/corporation/common/icn_ar_blue_01_03.svg);
}
.media_pc #introductions .btns a:hover:after {
	opacity: 1;
}
#introductions .btns span {
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
#introductions .btns span:before,
#introductions .btns span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	background: no-repeat center left;
	background-size: contain;
	transform: translateY(-50%);
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
#introductions .btns span:after {
	opacity: 0;
}
.media_pc #introductions .btns a:hover span:after {
	opacity: 1;
}
#introductions .btns a:nth-child(1) span:before,
#introductions .btns a:nth-child(1) span:after {
	width: 36px;
	height: 32px;
	background-image: url(/files/user/img/corporation/educational/ico_bag.svg);
}
#introductions .btns a:nth-child(1) span:after {
	background-image: url(/files/user/img/corporation/educational/ico_bag_on.svg);
}
#introductions .btns a:nth-child(2) span:before,
#introductions .btns a:nth-child(2) span:after {
	width: 35px;
	height: 35px;
	background-image: url(/files/user/img/corporation/educational/ico_schoolbag.svg);
}
#introductions .btns a:nth-child(2) span:after {
	background-image: url(/files/user/img/corporation/educational/ico_schoolbag_on.svg);
}




/*-------------------------------------------- */
/* student
---------------------------------------------- */
#student {
	position: relative;
	padding: 60px 0;
}
#student > * {
	position: relative;
	z-index: 2;
}
#student:before {
	content: "";
	display: block;
	width: calc((100% - 1000px)/2 + 950px);
	width: -webkit-calc((100% - 1000px)/2 + 950px);
	height: 100%;
	background: #F0FAFC url(/files/user/img/corporation/educational/bg_lblue.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#student .corp_txts {
	margin-bottom: 30px;
}
#student .corpContact {
	margin: 35px auto 60px;
}


/*-------------------------------------------- */
/* infant
---------------------------------------------- */
#infant {
	margin: 60px 0;
}
#infant .corp_txts {
	margin-bottom: 30px;
}
#infant .corpContact {
	margin: 35px auto 60px;
}



/*-------------------------------------------- */
/* feature
---------------------------------------------- */
#feature {
	position: relative;
	padding: 60px 0;
}
#feature > * {
	position: relative;
	z-index: 2;
}
#feature:before {
	content: "";
	display: block;
	width: calc((100% - 1000px)/2 + 950px);
	width: -webkit-calc((100% - 1000px)/2 + 950px);
	height: 100%;
	background: #F0FAFC url(/files/user/img/corporation/educational/bg_lblue.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#feature .image_texts .box + .box {
	margin-top: 55px;
}
#feature .image_texts .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#feature .image_texts .box .image {
	width: 450px;
}
#feature .image_texts .box .text {
	width: 520px;
}
#feature .image_texts .box h3 {
	position: relative;
	padding-bottom: 20px;
}
#feature .image_texts .box h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100px;
	height: 1px;
	background-color: #05599D;
}
#feature .image_texts .box:nth-child(even) .image {
	order: 2;
}
#feature .image_texts .box:nth-child(even) .text {
	order: 1;
}
#feature .corpContact {
	margin-top: 60px;
}

/*-------------------------------------------- */
/* result
---------------------------------------------- */
#result {
	margin: 60px auto;
}
#result h3 {
	margin-bottom: 30px !important;
	font-size: 2.4rem !important;
	text-align: center;
}


/*-------------------------------------------- */
/* faq
---------------------------------------------- */
#faq {
	position: relative;
	padding: 60px 0;
}
#faq > * {
	position: relative;
	z-index: 2;
}
#faq:before {
	content: "";
	display: block;
	width: calc((100% - 1000px)/2 + 950px);
	width: -webkit-calc((100% - 1000px)/2 + 950px);
	height: 100%;
	background: #F0FAFC url(/files/user/img/corporation/educational/bg_lblue.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#faq h3 {
	margin-bottom: 30px !important;
	font-size: 2.6rem !important;
	text-align: center;
}


/*-------------------------------------------- */
/* flow
---------------------------------------------- */
#flow {
	margin: 60px auto;
}

