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

/*============================
トップページ
============================*/
.bl_top_mv {
	position: relative;
	z-index: 0;
	margin: 70px 0 0;
	z-index: 0;
}
.bl_top_mv_cont {
	display: grid;
	 grid-template-columns: 50% 1fr;
	gap: 60px;
}
.bl_top_mv_img {
	position: relative;
	z-index: 0;
}
.bl_top_mv_img:before {
	content: '';
	width: 2%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -1%;
	z-index: 2;
}
.bl_top_mv_img:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.bl_top_mv_img video {
	width: 100%;
	height: 100%;
}
.bl_video {
	position: relative;
    margin: 0 0 0 -50%;
}
.bl_video:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 16%);
    background-image: radial-gradient(#00000042 20%, transparent 20%), radial-gradient(#0000000f 20%, transparent 20%);
    background-size: 3px 3px;
    background-position: 0 0, 3px 3px;
}
.bl_top_mv_txt_box {
	display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.bl_top_mv_genericTerm {
	font-size: 1.375rem;
	font-weight: 700;
	color: #0f3174;
    letter-spacing: .08em;
}
.bl_top_mv_cc {
	font-weight: 900;
    font-size: 4.25rem;
    line-height: 1.4;
    margin: 10px 0 15px;
	background-image: linear-gradient(
		70deg,
		#333  45%, 
		#e5c93d 50%,
		#333 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 h1 {
	font-weight: 700;
	font-size: 1.5rem;
}
.bl_top_mv h1 span {
	display: inline-block;
	vertical-align: middle;
}
.bl_top_mv h1 .hp_title {
	margin: 0 0 0 16px;
}
.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%);	
}
.bl_top_mv .ly_deco_right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
@media screen and (max-width: 1700px){
	.bl_top_mv_cc {
    	font-size: 3.0625rem;
	}
	.bl_top_mv_genericTerm {
		font-size: 1.375rem;
	}
	.bl_top_mv h1 {
    	font-size: 1.25rem;
	}
	.bl_top_mv_btn a {
		max-width: 487px;
		padding: 24px 12px;
		width: 92%;
	}
}
@media screen and (max-width: 1279px){
	.bl_top_mv {
		margin: 10px 0 0;
	}
	.bl_top_mv_cont {
    	display: block;
	}
	.bl_video:after {
    	background-color: rgb(0 0 0 / 41%);
	}
	.bl_top_mv_txt {
    	position: absolute;
    	top: 50%;
    	left: 0;
    	width: 100%;
    	transform: translateY(-50%);
		text-align: center;
	}
	.bl_top_mv_img:before,
	.bl_top_mv_img:after {
		content: none;
	}
	.bl_top_mv_txt_box {
		display: block;
	}
	.bl_top_mv_btn a {
		margin: 27px auto 0;
	}
	.bl_video {
		position: relative;
		margin: 0;
		height: 100vh;
	}
	.bl_top_mv_img video {
		width: 100%;
    	height: 100%;
    	object-fit: cover;
    	position: absolute;
    	height: 100%;
    	width: 100%;
    	top: 0;
    	left: 0;
}
	.bl_top_mv_cc {
        font-size: 4rem;
		background-image: linear-gradient(
		70deg,
		#fff 45%, 
		#e5c93d 50%,
		#fff 55% 
	  );
    }
	.bl_top_mv .ly_deco_right {
		display: none;
	}
	.bl_top_mv h1 {
        font-size: 1.5rem;
        color: #fff;
    }
	.bl_top_mv_genericTerm {
        font-size: 1.5rem;
        font-weight: 800;
        color: #fff;
    }
	.bl_top_mv_btn a::before, .bl_top_mv_btn a::after {
    	right: 2.5%;
    	width: 14px;
    	height: 3px;
	}
	.bl_top_mv h1 span {
        background: rgb(0 0 0 / 17%);
        line-height: 1;
		padding: 1px 5px 4px 5px;
	}
}
@media screen and (max-width: 767px){
	.bl_top_mv_genericTerm {
        font-size: 1.0625rem;
	}
	.bl_top_mv_cc {
        font-size: 2rem;
	}
	.bl_top_mv h1 {
		font-size: 1.25rem;
	}
}
/* ----- エイジェック高等学院とは -----*/
.bl_about  {
	position: relative;
	z-index:1;
}
.bl_about h3 {
	text-align: center;
	font-weight: 700;
	font-size: 1.75rem;
	letter-spacing: .1em;
}
.bl_about_desc {
	text-align: center;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.9;
	margin: 30px 0 0;
}
.bl_youtube{
    max-width: 690px;
    margin: 0 auto;
	padding: 80px 0 100px;
}
.bl_youtube_inner {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.bl_youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_youtube h4 {
    text-align: center;
	margin: 0 0 10px;
}
.bl_youtube h4 span {
	position: relative;
    color: #0f3174;
    font-weight: 700;
    font-size: 1.25rem;
	line-height: 1;
	padding: 7px 10px 7px;
    letter-spacing: .08em;
}
.bl_youtube h4 span:before,
.bl_youtube h4 span:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #96b9e6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bl_youtube h4 span:before {
	left: -120px;
}
.bl_youtube h4 span:after {
	right: -120px;
}
.bl_sect_possible_box {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.bl_sect_possible_item {
	padding: 24px 18px;
	box-shadow: 0 3px 12px #00000029;
}
.bl_sect_possible_txt {
	position: relative;
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
}
.el_check {
	content: '';
	width: 33px;
	height: 33px;
	background: #83CDFF;
	border-radius: 33px;
	position: relative;
}
.el_check:after {
    content: '';
    width: 15px;
    height: 9px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 9px;
}
.bl_sect_possible_txt .hp_sent {
	font-size: .9375rem;
	font-weight: 600;
}
.bl_sect_possible h4{
	color: #0f3174;
	font-weight: 700;
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
	.bl_about_desc {
		font-size: 1rem;
	}
	.bl_sect_possible_box {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 24px;
	}
}
@media screen and (max-width: 767px) {
	.bl_about_desc {
    	text-align: left;
		margin: 16px 0 0;
	}
    .bl_youtube_inner {
        padding-bottom: 56.25%;
        height: 0;
    }	
	.bl_youtube{
		padding: 40px 0 50px;
	}
	.bl_sect_possible h4 {
    	font-size: 1.25rem;
	}
	.bl_sect_possible_box {
		display: block;
	}
	.bl_sect_possible_box .bl_sect_possible_item:not(:last-of-type) {
		margin: 0 0 15px;
	}
	.bl_sect_possible_txt .hp_sent {
    	font-size: 1.125rem;
	}
	.bl_sect_possible_item {
    	padding: 20px 22px;
	}
	.bl_about h3 {
    	font-size: 1.125rem;
	}
	.bl_youtube h4 span:before,
	.bl_youtube h4 span:after {
    	width: 40px;
	}
	.bl_youtube h4 span:before {
    	left: -40px;
	}
	.bl_youtube h4 span:after {
    	right: -40px;
	}
}
/* ----- エイジェック高等学院の5つの特徴 -----*/
.bl_features_cont {
	position: relative;
}
.bl_features .bl_features_cont:nth-of-type(1),
.bl_features .bl_features_cont:nth-of-type(3),
.bl_features .bl_features_cont:nth-of-type(5) {
	background: #F0F6F8;
	border-radius: 0 80px 0 0;
}
.bl_features .bl_features_cont:nth-of-type(2),
.bl_features .bl_features_cont:nth-of-type(4) {
	background: #F0F6F8;	
}
.bl_features .bl_features_cont:nth-of-type(2) .bl_features_inner,
.bl_features .bl_features_cont:nth-of-type(4) .bl_features_inner {
	background: #fff;
	border-radius: 80px 0 0 0;
}
.bl_features .bl_features_inner {
	padding: 100px 0;
}
.bl_features_number {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	font-family: "Akshar", sans-serif;
	color: #83CDFF;
}
.bl_features_box.hp_1 {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	max-width: 1020px;
	margin: 80px auto 0;
}
.bl_features_box.hp_2 {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	margin: 80px auto 0;
}
.bl_features_box.hp_3 {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 80px auto 0;
}
.bl_features_box.hp_4 {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.bl_features_box.hp_5 {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	margin: 80px auto 0;
}
.bl_features_box.hp_6 {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	margin: 80px auto 0;
}
.bl_features_cont h3 {
	color: #0f3174;
	font-weight: 800;
	font-size: 1.5rem;
	text-align: center;
	margin: 30px 0 0;
}
.bl_features_txt {
	line-height: 1.7;
	margin: 20px 0 0;
}
.bl_features_box.hp_1 .bl_features_ttl {
	font-weight: 700;
	color: #0035a1;
	text-align: center;
	margin: 16px 0 0;
}
.bl_features_box.hp_3 .bl_features_ttl {
	font-weight: 600;
	text-align: center;
	margin: 16px 0 0;
	color: #0035a1;
}
.bl_features_desc {
	font-size: .9375rem;
	text-align: center;
	line-height: 1.7;
}
.bl_features_item .hp_logo {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.bl_features_gallery {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;	
}
.bl_features_school h4 {
	color: #96B9E6;
    font-family: "Oooh Baby", cursive;
    font-size: 3.5rem;
	margin: 50px auto 15px;
	text-align: center;
}

.bl_features_photo .bl_features_ttl {
	text-align: center;
	margin: 8px 0 0;
	font-weight: 500;
	font-size: .875rem;
}
.bl_features_qual h4 {
	text-align: center;
	margin: 80px 0 24px;
}
.bl_features_qual h4 span {
	display: block;
    padding: 6px 20px;
    color: #fff;
    background: #0035a1;
    font-weight: 600;
    border-radius: 30px;
    max-width: 200px;
    margin: 0 auto;
	line-height: 1;
}
.bl_features_box.hp_4 .bl_features_item {
	background: #fff;
	text-align: center;
	padding: 30px;
    box-shadow: 0 3px 12px #00000012;
}
.bl_features_box.hp_4 .bl_features_ttl {
	font-weight: 700;
	color: #0d58e3;
}
.bl_features_item.hp_icon {
	border: 2px solid #0035a1;
	padding: 40px 30px;
	border-radius: 20px;
}
.bl_features_item.hp_icon img {
	display: block;
	max-width: 130px;
	margin: 0 auto 20px;
	width: 100%;
}
.bl_features_box.hp_5 .bl_features_ttl {
	text-align: center;
	font-weight: 700;
	color: #0035a1;
	font-size: 1.125rem;
	margin: 0 0 15px;
}
.bl_features_box.hp_6 .bl_features_ttl {
	font-weight: 700;
	color: #0d58e3;
	text-align: center;
	margin: 16px 0 5px;
	font-size: 1.125rem;
}
.bl_features_pr {
	text-align: center;
	margin: 60px auto 0;
	font-size: 1.25rem;
	font-weight: 700;
	 color: #fff;
	background: #256DF1;
	border: 2px solid #0d58e3;
	border-radius: 40px;
	padding: 15px 10px;
	letter-spacing: .1em;
}
@media screen and (max-width: 1023px) {
	.bl_features .bl_features_inner {
    	padding: 60px 0;
	}
	.bl_features_box.hp_2,
	.bl_features_box.hp_3,
	.bl_features_box.hp_5,
	.bl_features_box.hp_6{
    	gap: 30px;
    	margin: 50px auto 0;
	}
	.bl_features_box.hp_3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.bl_features_box.hp_3 img {
		width: 100%;
		display: block;
	}
	.bl_features_gallery {
    	gap: 20px;
	}
	.bl_features_box.hp_4 {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 24px;
	}
	.bl_features_qual h4 {
    	margin: 50px 0 24px;
	}
	.bl_features_box.hp_5 .bl_features_ttl {
    	font-size: 1rem;
	}
	.bl_features_desc {
    	text-align: left;
	}
	.bl_features_item.hp_icon {
    	padding: 30px 20px;
	}
	.bl_features_pr {
    	margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.bl_features .bl_features_inner {
        padding: 40px 0;
    }
	.bl_features_number {
    	font-size: 3rem;
	}
	.bl_features_cont h3 {
    	font-size: 1.25rem;
    	margin: 15px 0 0;
	}
	.bl_features_cont h3 {
    	font-size: 1.125rem;
    	margin: 15px 0 0;
	}
	.bl_features_box.hp_1 {
    	display: block;
		margin: 30px auto 0;
	}
	.bl_features_box.hp_1 .bl_features_ttl {
		font-size: .875rem;
	}
	.bl_features_box.hp_1 .bl_features_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
	.bl_features_box.hp_2 {
		display: block;
		margin: 60px 0 0;
	}
	.bl_features_box.hp_3,
	.bl_features_box.hp_6 {
        gap: 15px;
        margin: 30px auto 0;
    }
	.bl_features_box.hp_2 .bl_features_item:not(:last-of-type) {
		margin:  0 0 40px;
	}
	.bl_features_box.hp_3 .bl_features_ttl {
		font-size: .875rem;
		margin: 10px 0 0;
	}
	.bl_features_desc {
    	font-size: .75rem;
    	text-align: center;
    	line-height: 1.5;
    	margin: 8px 0 0;
	}
	.bl_features_school h4 {
    	font-size: 2.5rem;
    	margin: 30px auto 15px;
	}
	.bl_features_gallery {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
	.bl_features_photo .bl_features_ttl {
    	margin: 4px 0 0;
    	font-size: .75rem;
	}
	.bl_features_qual h4 {
        margin: 30px 0 15px;
    }
	.bl_features_box.hp_4 {
		gap: 6px
	}
	.bl_features_box.hp_4 .bl_features_ttl {
    	font-size: .75rem;
	}
	.bl_features_box.hp_4 .bl_features_item {
    	padding: 6px;
	}
	.bl_features_box.hp_5,
	.bl_features_box.hp_6 {
		display: block;
		margin: 30px 0 0;
	}
	.bl_features_box.hp_5 .bl_features_item:not(:last-of-type) {
		margin:  0 0 15px;
	}
	.bl_features_box.hp_5 .bl_features_ttl {
        font-size: 1.25rem;
    }
	.bl_features_box.hp_5 .bl_features_desc,
	.bl_features_box.hp_6 .bl_features_desc {
        font-size: .9375rem;
	}
	.bl_features_box.hp_6 .bl_features_item:not(:last-of-type) {
		margin:  0 0 30px;
	}
	.bl_features_box.hp_6 .bl_features_desc {
		text-align: left;
	}
	.bl_features_pr {
    	font-size: 1.125rem;
	}
}
/* ----- エイジェック高等学院について知る -----*/
.bl_learn_box {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;		
}
.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: rgba(0, 0, 0, 10);
	background: linear-gradient(172deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 0;
    transition: .8s;
	border-radius: 10px;
}
.bl_learn_item a:hover:after {
	background: linear-gradient(210deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);	
}
.bl_learn_item h3 {
	position: absolute;
	top: 13%;
	left: 13%;
	color: #fff;
	font-weight: 700;
	z-index: 2;
	font-size: 1.5rem;
}
.bl_learn_more {
	font-size: .875rem;
    position: absolute;
    bottom: 12%;
    right: 10%;
    color: #fff;
    z-index: 2;
    font-weight: 600;
    padding: 3px 36px 3px 12px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.bl_learn_more span {
	position: relative;
}
.bl_learn_more span:before {
	content: '';
    display: block;
    width: 5px;
    height: 1.5px;
    right: -23px;
    position: absolute;
    top: 7.5px;
    transform: rotate(-135deg);
    background: #fff;
}
.bl_learn_more span:after {
	content: '';
    display: block;
    width: 13px;
    height: 1.5px;
    right: -23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.bl_learn_item img {
	border-radius: 10px;
	filter: drop-shadow(0 3px 12px #00000012);
}

@media screen and (max-width: 1023px) {
	.bl_learn_box {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_learn_item h3 {
    	left: 10%;
    	font-size: .875rem;
	}
	.bl_learn_box {
        gap: 6px;
    }
	.bl_learn_more {
    	font-size: .75rem;
	}
}
/* ----- サポート校について -----*/
.bl_support {
	background: #F0F6F8;	
}
.bl_support_desc {
	text-align: center;
	font-size: 1.125rem;
}
.bl_support_box {
	display: grid;
	 grid-template-columns: 1fr 63% 1fr;
	gap: 50px;
	margin: 80px 0 0;
}
.bl_support_school {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 50px;	
}
.bl_support_item {
	position: relative;
	border: 2px solid #C4D8DF;
	padding: 30px 20px 20px 20px;
}
.bl_support_item h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.bl_support_item h3 span {
	display: inline-block;
	background: #A5B4C2;
	color: #fff;
	padding: 5px 20px;
	font-weight: 600;
}
.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{
	background: #fff;
	padding: 30px 20px 35px;
}
.bl_support_school_item h4 {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 600;
}
.bl_support_school .bl_support_school_item:nth-of-type(1) h4 {
	background: #F3AD35;
}
.bl_support_school .bl_support_school_item:nth-of-type(2) h4 {
	background: #066dc7;
}
.bl_support_school_role,
.bl_support_school_qual {
	text-align: center;
	font-weight: 600;
}
.bl_support_school_role {
	margin: 15px 0 40px;
}
.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 {
	background: #F38A35;
}
.bl_support_school .bl_support_school_item:nth-of-type(2) .bl_support_school_qual span {
	background: #0EA3EE;	
}
.bl_support_txt {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
	color: #0EA3EE;
	font-weight: 600;
}
.bl_support_link {
	max-width: 900px;
	margin: 60px auto 0;
}
@media screen and (max-width: 1023px) {
	.bl_support_desc {
		text-align: left;
	}
	.bl_support_box {
    	display: block;
	}
	.bl_support_inner ul li {
		display: inline-block;
		padding: 0 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;
	}
}
@media screen and (max-width: 767px) {
	.bl_support_box {
    	margin: 50px 0 0;
	}
    .bl_support_inner ul li {
        padding: 0 10px;
    }
	.bl_support_item {
        padding: 30px 10px 20px 10px;
    }
	.bl_support_school {
        gap: 10px;
    }
	.bl_support_school_inner {
    	padding: 20px 10px 25px;
	}
	.bl_support_school_role {
    	margin: 15px 0 20px;
    	font-size: .875rem;
	}
	.bl_support_school_qual span {
    	font-size: .875rem;
	}
}
/* ----- お知らせ -----*/
.bl_news {
	background: #fff;
}
.bl_news_cont {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;			
}
.bl_news_cont li {
	box-shadow: 0 3px 12px #00000029;	
}
.bl_news_thumbnail img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.bl_news_inner {
	background: #fff;
	padding: 25px 20px 30px;
}
.bl_news_item {
	display: grid;
	grid-template-columns:100px 1fr;
	margin: 0 0 10px;
}
.bl_news_date {
    font-family: "Akshar", sans-serif;
	letter-spacing: .1em;
	margin: 3px 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;
	font-size: 1.125rem;
}
.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: 1023px) {
	.bl_news_thumbnail img {
    	height: auto;
		object-fit: inherit;
	}
	.bl_news_cont {
    	gap: 20px;
	}
	.bl_news_inner {
    	padding: 15px 14px 20px;
	}
	.bl_news_ttl {
    	font-size: 1rem;
	}
}
@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_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: 3rem;
	color: #fff;
	margin: 0 0 50px;
}
.bl_linkBtn_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;	
}
.bl_linkBtn_item a {
	position: relative;
	display: block;
	padding: 30px;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 10px;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(1) a {
	background: #E1F5FF;
	color: #005BAC;
}
.bl_linkBtn_box .bl_linkBtn_item:nth-of-type(2) a {
	background: #EFA510;
	color: #000;
}
.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: 36.7px;
    transform: rotate(-135deg);
}
.bl_linkBtn_item a:after {
	content: '';
    display: block;
    width: 50px;
    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: #000;
}
@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.875rem;
    }
	.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;
	}
}