@charset "utf-8";
/*
Theme Name:エイジェック高等学院20260513
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
モーダルウィンドウ
============================*/
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup_cont {
	text-align: center;
}
.popup_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 700px;
	z-index: 2;
	width: 90%;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup_item {
    text-align: center;
    margin: 0 0 20px;
}
.popup_item img:hover {
	box-shadow: 0px 0px 50px #ffffffb5;
}
.popup_item img.hp_mo {
	display: none;
}
div#modalCloseCloss:hover {
    opacity: 0.8;
}
.modalCloseButton {
	text-align: center;
    display: block;
    background: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 600;
    position: absolute;
    top: -70px;
    line-height: 1;
    right: 0;
    border-radius: 50px;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}

.modalBottom {
    padding: 22px 30px;
}
.modalBottom p {
    margin: 0;
}
@media screen and (max-width:767px) {
	.popup_wrap {
		width: 100%;
		padding: 0 15px;
	}		
	.modalCloseButton {
		margin: 15px auto 0;		
	}	
	.popup_cont {
    	display: block;
	}
	.popup_item {
    	margin: 0 0 15px;
	}
	.popup_item img.hp_pc {
		display: none;
	}
	.popup_item img.hp_mo {
		display: block;
	}
	.modalCloseButton {
		padding: 12px;
		font-size: 1rem;
		right: 15px;
	}
}
/*============================
トップページ
============================*/
.bl_top_mv {
	position: relative;
	z-index: 0;
	margin: 70px 0 0;
	z-index: 0;
}
.bl_top_mv_img {
	position: relative;
	z-index: 0;
}
.bl_top_mv_img img {
	width: 100%;
	display: block;
}
.bl_top_mv_img img.hp_mo {
	display: none;
}
.bl_top_mv_cont {
	display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    position: absolute;
    top: 8%;
    left: 9%;
    width: 82%;
    gap: 80px;
}
.bl_top_mv_cta_item {
	display: grid;
	 grid-template-columns: 1fr 36px;
	align-items: center;
}
.bl_top_mv_cta_wrap {
	display: grid;
	 grid-template-columns: 1fr 165px;
	gap: 40px;
	align-items: center;
	margin: 35px 0 0;
	max-width: 540px;
}
.bl_top_mv_recruiting.hp_mo {
	display: none;
}
.bl_top_mv_recruiting {
animation: mach-pulse 2.5s ease-in-out infinite;
}
@keyframes mach-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.bl_top_mv_cta a {
	border: 2px solid #0D3EA9;
    border-radius: 999px;
	color: #0D3EA9;
	padding: 12px 20px;
	position: relative;
	background: #fff;
    display: block;
}
.bl_top_mv_cta a:hover {
	background-color: #0D3EA9;
	color: #fff;
}
.bl_top_mv_cta_text::before {
    content: "";
    width: 22px;
    height: 25px;
	position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.bl_top_mv_cta .hp_request {
	margin: 0 0 20px;
}
.bl_top_mv_cta .hp_request .bl_top_mv_cta_text::before {
    background: url(images/icon-10.png) no-repeat center / contain;
	mask: url(images/icon-10.png) no-repeat center / contain;
	background: #0D3EA9;
}
.bl_top_mv_cta .hp_session .bl_top_mv_cta_text::before {
    background: url(images/icon-11.png) no-repeat center / contain;
	mask: url(images/icon-11.png) no-repeat center / contain;
	background: #0D3EA9;
}
.bl_top_mv_cta .hp_session:hover .bl_top_mv_cta_text::before,
.bl_top_mv_cta .hp_request:hover .bl_top_mv_cta_text::before {
	background: #fff;	
}
.bl_top_mv_cta_text {
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 0 50px;
}
.bl_top_mv_genericTerm {
	font-weight: 700;
	font-size: 1.3vw;
	line-height: 1.9;
}
.bl_top_mv_genericTerm span {
	color: #005bac;
}
.bl_top_mv h1 {
	font-weight: 800;
    font-size: 3.25vw;
    color: #0D3EA9;
    line-height: 1.3;
    margin: 20px 0 0;
    letter-spacing: 0;
    background-image: linear-gradient(70deg, #0D3EA9 45%, #e5c93d 50%, #0D3EA9 55%);
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4s infinite;
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.bl_top_mv_btn a {
	position: relative;
	display: block;
	max-width: 577px;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	font-size: 1.125rem;
    background: linear-gradient(to right, #0ea2ed 0%, #0ea2ed 92%, #efa510 92%, #efa510 100%);
	margin: 27px 0 0;
	padding: 30px 12px;
	letter-spacing: .1em;
}
.bl_top_mv_btn a::before,
.bl_top_mv_btn a::after {
	content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 2.75%;
    width: 16px;
    height: 3px;
    background-color: #fff;
    transform-origin: calc(100% - 1.5px) 50%;
}
.bl_top_mv_btn a::before {
  transform: rotate(45deg);
}
.bl_top_mv_btn a::after {
  transform: rotate(-45deg);
}
.bl_top_mv_btn a:hover {
    background: linear-gradient(to right, #0d58e3 0%, #0d58e3 92%, #efa510 92%, #efa510 100%);	
}

@media screen and (max-width: 1279px){
	.bl_top_mv_cont {
    	grid-template-columns: 45% 1fr;
    	top: 8%;
    	left: 6%;
    	width: 88%;
    	gap: 45px;
	}
	.bl_top_mv_genericTerm {
    	font-size: 1.5vw;
	}
	.bl_top_mv h1 {
    	font-size: 3.75vw;
	    margin: 10px 0 0;
	}
	.bl_top_mv_cta_wrap {
    	grid-template-columns: 1fr 135px;
    	gap: 25px;
	}
}
@media screen and (max-width: 1023px){
	.bl_top_mv_recruiting.hp_pc {
		display: none;
	}
	.bl_top_mv_recruiting.hp_mo {
		display: block;
		position: absolute;
		bottom: 12%;
		right: 5%;
		width: 150px;
	}
	.bl_top_mv_recruiting.hp_mo img {
		display: block;
		width: 100%;
	}
	.bl_top_mv_cta_wrap {
    	display: block;
	    margin: 25px 0 0;
		max-width: 240px;
	}
	.bl_top_mv_cont {
        grid-template-columns: 48% 1fr;
        left: 4%;
        width: 92%;
        gap: 15px;
    }
	.bl_top_mv_cta .hp_request {
    	margin: 0 0 12px;
	}
	.bl_top_mv_cta a {
    	color: #0D3EA9;
    	padding: 6px 15px;
	}
	.bl_top_mv h1 {
        font-size: 2.1rem;
        margin: 5px 0 0;
    }
	.bl_top_mv_genericTerm {
        font-size: .875rem;
    }
}
@media screen and (max-width: 767px){
	.bl_top_mv {
    	margin: 60px 0 0;
    	z-index: 0;
	}
	.bl_top_mv_img img.hp_pc {
		display: none;
	}
	.bl_top_mv_img img.hp_mo {
		display: block;
	}
	.bl_top_mv_cont {
		display: block;
		top: 40px;
		text-align: center;
	}
	.bl_top_mv_cont_img {
		display: none;
	}
	.bl_top_mv_recruiting.hp_mo {
        bottom: 30px;
        right: 4%;
        width: 100px;
    }
	.bl_top_mv_cta_wrap {
        margin: 20px auto 0;
        max-width: 240px;
    }
}
@media screen and (max-width: 400px) {
    .bl_top_mv h1 {
        font-size: 1.5625rem;
	}
}
/* ----- エイジェック高等学院とは -----*/
.bl_about  {
	position: relative;
	z-index:1;
	margin-top: -150px;
}
.bl_about .el_lv2Heading {
	margin: 0 0 35px;
}
.bl_about_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	align-items: center;
}
.bl_about h3 {
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.bl_about h3 span {
	background: #02103E;
	color: #fff;
    line-height: 2.1;
    padding: 0 10px 2px;
}
.bl_about_desc {
	font-size: 1rem;
	line-height: 1.9;
	margin: 25px 0 0;
}
.bl_youtube{
    max-width: 690px;
    margin: 0 auto;
}
.bl_youtube_inner {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.bl_youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1279px) {
	.bl_about {
    	margin-top: -100px;
	}
	.bl_about h3 {
    	font-weight: 700;
    	font-size: 1.125rem;
	}
	.bl_about .el_lv2Heading {
    	margin: 0 0 30px;
	}
	.bl_about_cont {
    	gap: 30px;
	}
	.bl_about_desc {
    	font-size: 1rem;
    	line-height: 1.8;
    	margin: 15px 0 0;
	}
	.bl_youtube_inner {
        padding-bottom: 56.25%;
        height: 0;
    }
}
@media screen and (max-width: 1023px) {
	.bl_about {
        margin-top: -80px;
    }
	.bl_about .el_lv2Heading.el_lv2Heading__left,
	.bl_about h3 {
		text-align: center;
	}
	.bl_about_desc {
        margin: 20px 0 30px;
    }
	.bl_about_cont {
    	display: block;
	}
}
@media screen and (max-width: 767px) {
	.bl_about {
        margin-top: 0;
    }
	.bl_about h3 {
		font-size: 1rem;
	}
	.bl_about h3 span {
    	line-height: 2;
    	padding: 0 0px 2px 2px;
}
}
/* ----- エイジェック高等学院の特徴 -----*/
.bl_features {
	background: #EFF2F5;
	margin: 100px 0 0;
}
.bl_features_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 50px;	
	margin: 50px 0 0;
}
.bl_features .el_lv2Heading {
	margin: -150px 0 0;
}
.bl_features_item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 12px #025aac1a;
	padding: 40px;
}
.bl_features_item img {
	width: 100%;
	display: block;
}
.bl_features_head {
	display: grid;
	 grid-template-columns: 110px 1fr;
	margin: 0 0 30px;
	align-items: center;
}
.bl_features h3 {
	color: #005bac;
	font-weight: 600;
	font-size: 1.5rem;
}
.bl_features_number .hp_text {
	position: relative;
	color: #025aac1a;
	font-family: "Barlow",  sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}
.bl_features_number .hp_num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	color: #005bac;
	font-weight: 600;
	font-family: "Barlow",  sans-serif;
	font-size: 3rem;
	width: 100%;
}
.bl_features_item .el_more {
	margin: 20px 0 0;
}
.bl_features_desc {
	margin: 20px 0 0;
}
.bl_features_box {
	position: relative;
	background: #EFF2F5;
	text-align: center;
	padding: 40px 15px 24px;
	line-height: 1.8;
	margin: 40px 0 0;
}
.bl_features_box h4 {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.bl_features_box h4 {
	padding: 2px 28px 3px 30px;
	background: #02103E;
	color: #fff;
	font-weight: 600;
	border-radius: 17px;
}
@media screen and (max-width: 1279px) {
	.bl_features {
    	margin: 50px 0 0;
	}
	.bl_features_cont {
    	gap: 30px;
	}
	.bl_features h3 {
    	font-size: 1.125rem;
	}
	.bl_features_box p {
		font-size: .875rem;
	}
	.bl_features_item {
		padding: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_features_cont {
		display: block;
	}
	.bl_features_cont .bl_features_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_features {
		padding: 100px 0 40px !important;
		margin: 20px 0 0;
	}
	.bl_features .el_lv2Heading {
    	margin: -115px 0 0;
	}
	.bl_features_cont {
    	margin: 25px 0 0;
	}
	.bl_features_number .hp_text {
    	font-size: .75rem;
	}
	.bl_features_head {
    	grid-template-columns: 70px 1fr;
    	margin: 0 0 20px;
	}
    .bl_features_cont h3 {
        font-size: 1rem;
        margin: 3px 0 0;
    }
	.bl_features_cont .bl_features_item:not(:last-of-type) {
        margin: 0 0 15px;
    }
	.bl_features_box h4 {
    	padding: 2px 15px 3px 15px;
    	width: 66%;
	}
	.bl_features_item {
        padding: 15px 18px;
    }
	.bl_features_number .hp_num {
		font-size: 2rem;
	}
	.bl_features_box p .hp_erase {
		display: none;
	}
}
/* ----- エイジェック高等学院について知る -----*/
.bl_learn_box {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 30px;		
}
.bl_learn_item a {
	position: relative;
	display: block;
}
.bl_learn_item a:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: #02114066;
    z-index: 0;
    transition: .8s;
	border-radius: 10px;
}
.bl_learn_item a:hover:after {
	background: #021140bd;	
}
.bl_learn_item h3 {
	position: absolute;
    top: 50%;
    left: 0%;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 1.25rem;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.bl_learn_more {
	content: "";
    width: 15px;
    height: 1.5px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    z-index: 2;
}
.bl_learn_more span {
	position: relative;
}
.bl_learn_more span:before {
	content: '';
    display: block;
    width: 8px;
    height: 1px;
    right: -17px;
    position: absolute;
    top: -2px;
    transform: rotate(-135deg);
    background: #fff;
}
.bl_learn_more span:after {
	content: '';
    display: block;
    width: 8px;
    height: 1px;
    right: -17px;
    position: absolute;
    top: 3px;
    transform: rotate(135deg);
    background: #fff;
}
.bl_learn_item img {
	border-radius: 10px;
	filter: drop-shadow(0 3px 12px #00000012);
	height: 200px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 1023px) {
	.bl_learn_box {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.bl_learn_box {
    	gap: 15px;
	}
	.bl_learn_item h3 {
		font-size: 1rem;
	}
}
/* ----- サポート校について -----*/
.bl_support {
	background: #F0F6F8;	
}
.bl_support_desc {
	font-size: 1.125rem;
}
.bl_support_box {
	display: grid;
	 grid-template-columns: 1fr 63% 1fr;
	gap: 50px;
	margin: 80px 0 0;
	background: #fff;
	border-radius: 20px;
	padding: 40px 64px;
	align-items: center;
}
.bl_support_school {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 30px;	
}
.bl_support_item {
	position: relative;
}
.bl_support_item.hp_before:after,
.bl_support_item.hp_after:before{
	content: "";
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #02103E;
	width: 20px;
	height: 20px;	
}
.bl_support_item.hp_before:after {
	bottom: 50%;
	transform: translateY(50%);
}
.bl_support_item.hp_after:before{
	top: 50%;
	transform: translateY(-50%);
}
.bl_support_item.hp_before:after {
	right: -37px;	
}
.bl_support_item.hp_after:before {
	left: -32px;
}
.bl_support_item h3 {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.bl_support_item.hp_after h3 {
    top: -50px;
}
.bl_support_ttl span {
	display: inline-block;
	font-weight: 600;
	font-size: 1.125rem;
}
.bl_support_item ul li {
	text-align: center;
	font-weight: 600;
}
.bl_support_item ul li:not(:last-child) {
	margin: 0 0 30px;
}
.bl_support_school_inner {
	padding: 30px 20px 35px;
	text-align: center;
}
.bl_support_school_item h4 {
	text-align: center;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
}
.bl_support_school_item h4 span {
	padding: 5px 20px;
	color: #fff;
	font-weight: 600;
}
.bl_support_school_item {
	position: relative;
	background: #fff;
}
.bl_support_school .bl_support_school_item:nth-of-type(1)  {
	border: 1px solid #1497bc;
}
.bl_support_school .bl_support_school_item:nth-of-type(2)  {
	border: 1px solid #066dc7;
}
.bl_support_school .bl_support_school_item:nth-of-type(1) h4 span {
	background: #1497bc;
}
.bl_support_school .bl_support_school_item:nth-of-type(2) h4 span {
	background: #066dc7;
}
.bl_support_school_item h5 {
	font-weight: 700;
	margin: 10px 0 0;
	font-size: 1.0625rem;
}
.bl_support_school .bl_support_school_item:nth-of-type(1) h5 {
	color: #1497bc;
}
.bl_support_school .bl_support_school_item:nth-of-type(2) h5 {
	color: #066dc7;
}
.bl_support_school_role,
.bl_support_school_qual {
	text-align: center;
	font-weight: 600;
}
.bl_support_school_role {
	margin: 15px 0 22px;
}
.bl_support_school_qual {
	text-align: center;
}
.bl_support_school_qual span {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	font-weight: 600;	
}
.bl_support_school .bl_support_school_item:nth-of-type(1) .bl_support_school_qual span {
	color: #1497bc;
	background: #1499bd33;
}
.bl_support_school .bl_support_school_item:nth-of-type(2) .bl_support_school_qual span {
	background: #005cad33;
	color: #005bac;
}
.bl_support_txt {
    text-align: center;
	font-weight: 600;
}
.bl_support_txt span {
	position: relative;
}
.bl_support_txt span:before {
	content: '';
    width: 1px;
    height: 16px;
    background: #02103E;
    transform: rotate(-30deg);
    position: absolute;
 	top: 5px;
    left: -14px;
}
.bl_support_txt span:after {
	content: '';
    width: 1px;
    height: 16px;
    background: #02103E;
    transform: rotate(30deg);
    position: absolute;
 	top: 5px;
    right: -5px;
}
.bl_support_link {
	max-width: 930px;
	margin: 50px auto 0;
}
.bl_support_item.hp_before ul li {
	background: #0EC3C3;
	color: #fff;
	padding: 10px 25px;
}
.bl_support_item.hp_after ul li {
	background: #F59B0B;
	color: #fff;
	padding: 10px 25px;
}
.bl_support_item.hp_enrollment {
	background: #EFF2F5;
	padding: 50px 30px 30px;
}
.bl_support_link_box {
	display: grid;
	grid-template-columns: 240px 1fr 48px;
	border-radius: 20px;
	padding: 0 0 0 40px;
	border: 2px solid #02103E;
	align-items: center;
	background: #fff;
}
.bl_support_link_item img {
	display: block;
	max-width: 420px;
	margin: 0 0 20px; 
 }
.bl_support_link_address {
	font-size: .9375rem;
	margin: 0 0 0 10px;
}
.bl_support_link_box .bl_support_link_item:nth-of-type(2) {
	padding: 30px 0;
}
.bl_support_link_box .bl_support_link_item:nth-of-type(3) {
	background: #02103E;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0 16px 16px 0;
	position: relative;
}
.bl_support_link_box .bl_support_link_item:nth-of-type(3) p {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	width: 12px;
	height: 12px;
}
.bl_support_link_head {
	font-size: 1.125rem;
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: #02103E;
	padding: 10px 30px;
	border-radius: 23px;
	font-weight: 600;
}
@media screen and (max-width: 1279px) {
	.bl_support .el_lv2Heading.hp_lineUp .ja {
        margin: 20px 0 0 0;
    }
	.bl_support_box {
    	grid-template-columns: 1fr 60% 1fr;
    	gap: 40px;
    	margin: 50px 0 0;
    	padding: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_support_desc {
		text-align: left;
	}
	.bl_support_box {
    	display: block;
	}
	.bl_support_inner ul {
		display: grid;
	 	grid-template-columns: repeat(3, 1fr);
		gap: 20px;		
	}
	.bl_support_item {
    	padding: 40px 20px 30px 20px;
	}
	.bl_support_box .bl_support_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
	.bl_support_item ul li:not(:last-child) {
    	margin: 0;
	}
	.bl_support_txt {
    	position: static;
		margin: 10px 0 0;
	}
	.bl_support_link {
    	margin: 30px auto 0;
	}
	.bl_support_school {
    	gap: 20px;
	}
	.bl_support_item.hp_before:after {
    	right: 50%;
    	transform: translateX(50%);
    	clip-path: polygon(0 0, 50% 100%, 100% 0);
    	bottom: -6px;
	}
	.bl_support_item.hp_after:before {
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        top: 5px;
	}
	.bl_support_item.hp_enrollment {
		margin: 0 0 60px !important;
	}
	.bl_support_item.hp_before {
        padding: 0 0 30px;
    }
	.bl_support_item.hp_after {
		padding: 40px 0 0;
	}
	.bl_support_link_head {
    	font-size: .875rem;
    	padding: 10px 13px;
	}
	.bl_support_link_box {
    	grid-template-columns: 150px 1fr 48px;
    	padding: 0 0 0 30px;
	}
}
@media screen and (max-width: 767px) {
    .bl_support_link_box {
        padding: 20px;
        display: block;
		position: relative;
    }
	.bl_support_link_box .bl_support_link_item:nth-of-type(3) {
    	width: 30px;
    	height: 30px;
    	border-radius: 50px;
		position: absolute;
    	right: 10px;
    	bottom: 10px;
	}
	.bl_support_link_item img {
    	max-width: 100%;
	}
	.bl_support_link_box .bl_support_link_item:nth-of-type(3) p {
    	left: 54%;
    	width: 9px;
    	height: 9px;
	}
	.bl_support_link_box .bl_support_link_item:nth-of-type(2) {
    	padding: 20px 0;
	}
	.bl_support_box {
        margin: 30px 0 0;
        padding: 30px 15px;
    }
	.bl_support_inner ul {
        gap: 6px;
    }
	.bl_support_item.hp_before ul li,
	.bl_support_item.hp_after ul li {
    	padding: 10px 5px;
		font-size: .875rem;
	}
	.bl_support_school {
		display: block;
	}
	.bl_support_school .bl_support_school_item:nth-of-type(1) {
		margin: 0 0 30px;
	}
	.bl_support_item.hp_enrollment {
    	padding: 45px 15px 15px;
	}
}
/* ----- お知らせ -----*/
.bl_news_cont {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;			
}
.bl_news_thumbnail img {
    height: 240px;
    object-fit: cover;
    width: 100%;
	border-radius: 20px;
}
.bl_news_item {
	display: grid;
	grid-template-columns:100px 1fr;
	margin: 0 0 10px;
}
.bl_news_date {
    font-family: "Barlow", sans-serif;
	letter-spacing: .1em;
	margin: 3px 0 0;
}
.bl_news_inner {
	padding: 15px 0 0;
}
.bl_news_ctgr .ctgr {
	display: inline-block;
    line-height: 1;
    color: #066DC7;
    border: 1px solid #066DC7;
    padding: 2px 9px 3px 9px;
    border-radius: 20px;
    font-size: .875rem;
    font-weight: 500;
}
.bl_news_ttl {
	font-weight: 600;
}
.bl_news_more {
	text-align: right;
	margin: 50px 0 0;
}
.bl_news_more a {
	position: relative;
	padding: 0 60px 0 0;
	font-size: 1.25rem;
}
.bl_news_more a:hover {
	color: #005bac;
}
.bl_news_more a:before {
    content: '';
    display: block;
    width: 14px;
    height: 1.5px;
    right: 0px;
    position: absolute;
    top: 12.5px;
    transform: rotate(-135deg);
    background: #333;
}
.bl_news_more a:after {
	content: '';
    display: block;
    width: 50px;
    height: 1.5px;
    right: 2px;
    position: absolute;
    top: 17px;
    background: #333;
}
.bl_news_more a:hover:before,
.bl_news_more a:hover:after {
	background: #005bac;
}
@media screen and (max-width: 1279px) {
	.bl_news_cont {
    	gap: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_news_cont {
    	gap: 20px;
	}
	.bl_news_ttl {
    	font-size: 1rem;
	}
	.bl_news_more {
    	margin: 20px 0 0;
	}
	.bl_news_thumbnail img {
    	height: 150px;
	}
}
@media screen and (max-width: 767px) {
    .bl_news_cont {
        display: block;
    }
	.bl_news_cont li:not(:last-child) {
		margin: 0 0 15px;
	}
	.bl_news_item {
    	grid-template-columns: 120px 1fr;
	}
	.bl_news_thumbnail img {
    	height: auto;
		object-fit: inherit;
	}
}

/* ----- ページへのリンクボタン -----*/
.bl_linkBtn {
	position: relative;
	padding: 200px 0;
	z-index: 0;
	background-image: url(images/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.bl_linkBtn_txt {
	font-weight: 800;
	font-size: 2.25rem;
	color: #fff;
	margin: 0 0 50px;
}
.bl_linkBtn_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;	
}
.bl_linkBtn_item a {
	position: relative;
	display: block;
	padding: 30px;
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 600;
	border-radius: 70px;
	text-align: center;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a {
	background: #fff;
	color: #005BAC;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(2) a {
	background: #EFA510;
	color: #fff;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a:hover {
    background: #fdfeff;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(2) a:hover {
	background: #fccb66;
}
.bl_linkBtn_item a:before {
	content: '';
    display: block;
	width: 14px;
    height: 2px;
    right: 28px;
    position: absolute;
    top: 34.5px;
    transform: rotate(-135deg);
}
.bl_linkBtn_item a:after {
	content: '';
    display: block;
    width: 30px;
    height: 1.5px;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a:before,
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a:after {
	background: #005BAC;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(2) a:before,
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(2) a:after {
	background: #fff;
}
@media screen and (max-width: 1279px) {
	.bl_linkBtn_txt {
    	font-size: 2rem;
	}
	.bl_linkBtn_box {
    	gap: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_linkBtn {
    	padding: 150px 0;
	}	
}
@media screen and (max-width: 767px) {
	.bl_linkBtn {
    	background-attachment: inherit;
        padding: 80px 0;
    }
    .bl_linkBtn_txt {
        font-size: 1.5rem;
		text-align: center;
		margin: 0 0 30px;
    }
	.bl_linkBtn_box {
    	display: block;
	}
	.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a {
    	margin: 0 0 15px;
	}
	.bl_linkBtn_item a {
    	font-size: 1.25rem;
	}
	.bl_linkBtn_item a:before {
    	width: 12px;
    	height: 1.5px;
    	right: 28px;
    	top: 35.5px;
	}
}
/* ----- よくある質問 -----*/
.bl_faq_cont {
	margin: 40px 0 0;
}
.bl_faq_cont h3 {
	font-weight: 600;
	font-size: 1.125rem;
	margin: 0 0 20px;
}
.bl_faq_cont .bl_faq_item:not(:last-of-type) {
    margin-bottom: 15px;
}
.bl_faq_item {
    box-shadow: 0 0 6px #0000001c;
	border-radius: 10px;
	background: #F2F9FF;
}
.bl_faq_header {
    padding: 18px 80px 18px 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px;	
}
.bl_faq_header.open {
    border-radius: 10px 10px 0 0;
}
.bl_faq_txt {
    transition-duration: 0.2s;
}
.bl_faq_header:hover .bl_faq_txt {
	color: #066DC7;	
}
.bl_faq_header .hp_q {
    font-size: 1.375rem;
	font-weight: 700;
	color: #066DC7;
    transition-duration: 0.2s;
    line-height: 1;
}
.bl_faq_icon {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 22px;
    height: 22px;
    margin-top: -15px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    border-radius: 40px;
}
.bl_faq_icon .hp_i {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.bl_faq_header.open .bl_faq_icon {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.bl_faq_icon .hp_i:before, 
.bl_faq_icon .hp_i:after {
	display: flex;
    content: '';
    background: #066DC7;
    border-radius: 10px;
    width: 22px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: -2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.bl_faq_icon .hp_i:before {
    width: 3px;
    height: 22px;
    top: 0px;
    left: 7px;
}
.bl_faq_header.open .bl_faq_icon .hp_i:before {
	content: none;
}
.bl_faq_header.open .bl_faq_icon .hp_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bl_faq_inner {
    display: none;
    padding: 5px 30px 18px;
    border-radius: 0 0 10px 10px;
}
.bl_faq_ans {
	position: relative;
}
.bl_faq_ans .hp_a{
    font-size: 1.375rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
    content: 'A．';
	color: #EFA510;
	line-height: 1;
}
.bl_faq_txt,
.bl_faq_ans {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap:  10px;	
	font-size: 1.0625rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
	.bl_faq_header {
		padding: 15px 40px 15px 15px;
	}	
	.bl_faq_header .bl_faq_txt,
	.bl_faq_ans {
    	font-size: .9375rem;
	}
	.bl_faq_header .hp_q,
	.bl_faq_ans .hp_a {
		font-size: .9375rem;
		line-height: 1.4;
	}
	.bl_faq_inner {
    	padding: 0 15px 15px;
	}
	.bl_faq_txt, .bl_faq_ans {
    	gap: 5px;
    	grid-template-columns: 30px 1fr;
	}
	.bl_faq_icon {
    	right: 10px;
    	width: 14px;
    	height: 14px;
    	margin-top: -10px;
	}
	.bl_faq_icon .hp_i:after {
   		width: 14px;
    	top: 5px;
    	left: 1px;
}
	.bl_faq_icon .hp_i:before {
    	height: 14px;
    	top: 0px;
    	left: 7px;
	}
}