@charset "utf-8";
/*
Theme Name:エイジェック高等学院
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
/*============================
固定ページ共通
============================*/
/*----- トップ画像 -----*/
.bl_mainVisual {
    margin: 70px 0 0;
	position: relative;
	z-index: 0;
}
.bl_mainVisual_ttl {
    position: absolute;
    width: 100%;
    top: 25%;
	left: 0;
    z-index: 10;
    letter-spacing: .1em;
	z-index:1;
}
.bl_mainVisual .hp_pad,
.bl_mainVisual .hp_mo {
	display: none;
}
/* ----- タイトル -----*/
.bl_mainVisual_ttl h1 {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
 }
.bl_mainVisual_ttl h1 .hp_ja {
	display: block;
	font-size: 2.5rem;
	font-weight: 800;
	color: #005bac;
	line-height: 1;
}
.bl_mainVisual_ttl h1 .hp_en {
	color: #96B9E6;
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    margin: 0 0 0 5px;
}

@media screen and (max-width: 1023px) {
	.bl_mainVisual .hp_pc {
		display: none;
	}
	.bl_mainVisual .hp_pad {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.bl_mainVisual {
    	margin: 60px 0 0;
	}
	.bl_mainVisual .hp_pad {
		display: none;
	}
	.bl_mainVisual .hp_mo {
		display: block;
	}
	.bl_mainVisual_ttl h1 .hp_ja {
    	font-size: 1.5rem;
	}
}
/* ----- パンくず -----*/
.bl_bread_cont {
	position: absolute;
	bottom :15px;
	left: 0;
	width: 100%;
}
.bl_bread {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.bl_bread ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bl_bread li {
  line-height: 2;
  font-size: 12px;
}

.bl_bread li:not(:first-child) {
  padding-left: 5px;
}

.bl_bread li .arrow {
  margin-right: 5px;
}

.bl_bread li a {
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
    .bread ul li,
    .bread ul li a {
        font-size: .75rem;
    }
    .bread ul li:after {
        margin: 0 7px;
    }
}
/* ----- タイトル（中央） -----*/
.el_ttl {
	position: relative;
	font-size: 1.75rem;
	font-weight: 600;
	color: #005bac;
	margin: 0 0 45px;
	padding: 30px 0 0;
	text-align: center;
}
.el_ttl:after {
    content: '';
    width: 48px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 50%;
	transform: translateX(-50%);
	background: #C7CCDA;
}
/*============================
お問い合わせ
============================*/
.bl_contact_notes {
	border: 2px solid #019B47;
	background: #F1F9F5;
	border-radius: 20px;
	padding: 50px;
	margin: 50px 0;
}
.bl_contact_desc {
	text-align: center;
	line-height:1.8;
	margin: 0 0 30px;
}
.bl_contact_notes ul li {
	color: #112953;
	font-weight: 600;
	line-height: 1.8;
}
input[type="button"],
input[type="email"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
textarea,
select,
input[type="number"] {
	outline: none;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}
.bl_contact_form {
	max-width: 900px;
	margin: 0 auto;
}
.bl_contact_form_box th {
	padding: 20px 0;
	border-bottom: 2px solid #757D92;
	width :380px;
	border-right: transparent 20px solid;
}
.bl_contact_form_box  td{
	padding: 20px 0;
	border-bottom: 2px solid #BBBEC5;
	width: calc(100% - 380px);
}
.bl_contact_form_box th,
.bl_contact_form_box td {
	vertical-align: middle;
}
.bl_contact_ttl {
	display: grid;
	grid-template-columns: 1fr 50px;
	gap: 15px;
}
.bl_contact_form .bl_contact_txt {
	width: 100%;
	padding: 10px 8px;
	font-size: 1rem;
	border: none !important;
	background: #F5F5F5;
	border-radius: 5px;
}
.bl_contact_form .bl_contact_txt_20 {
	width: 20%;
	padding: 10px 8px;
	font-size: 1rem;
	border: none !important;
	background: #F5F5F5;
	border-radius: 5px;
}
.bl_recaptcha {
	text-align: center;
	font-size: .875rem;
	margin: 35px 0 0;
}
.bl_recaptcha a {
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
	padding-bottom: 2px;
}
.bl_recaptcha a:hover {
    border-bottom: 1px solid #005bac;
    color: #005bac;
}
.title-contactform7 {
	color: #123B4D;
	font-weight: 600;
}
.bl_contact_form .wpcf7-form label {
  border: none !important;
  padding: 6px 10px 8px 8px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  margin: 0 6px 6px 0;
}
.bl_contact_form .wpcf7-form label input,
.bl_contact_form .wpcf7-form label span {
  vertical-align: middle;
}
.bl_contact_form .wpcf7-form-control.select {
	background: #fff;
	padding: 6px 10px 8px 8px;
	width: 60%;
	font-size: 1rem;
	border: none;
	border: #f5f5f5 solid 2px !important;
	border-radius: 5px;
}
.bl_contact_pp {
    text-align: center;
	margin: 50px 0 0;
}
.bl_contact_pp_txt {
    font-weight: 600;
    font-size: .9375rem;
}
.bl_contact_pp .bl_contact_input {
    margin: 12px 0 0;
}
.bl_contact_input .hp_unit {
	display: inline-block; 
	margin: 0 0 0 10px;
}
.bl_contact_submit {
	max-width: 500px;
	text-align: center;
	margin: 40px auto 0;
}
.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  cursor: pointer;
  background: #0d58e3;
  display: inline-block;
  width: 46%;
  outline: none;
  border-radius: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  border: none;
  padding: 12px 0;
  margin: 0 2%;
  letter-spacing: .1em;
  transition: .5s;
  color: #fff;
}
.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
  background: #0ea2ed;
}
.bl_contact_his {
	text-align: center;
}
.bl_contact_his span {
    background: #FF0900;
    color: #fff;
    border-radius: 5px;
	font-size: .875rem;
    display: block;
    padding: 2px;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-list-item {
    margin: 0 !important;;
}
@media screen and (max-width: 1279px) {
	.bl_contact_form_box th {
		width :300px;
	}
	.bl_contact_form_box  td{
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 1023px) {
	.bl_contact_form .wpcf7-form-control.select {
		width: 100%;
	}
	.bl_contact_form_box th {
		width :280px;
		text-align: left;
	}
	.bl_contact_form_box  td{
		width: calc(100% - 280px);
	}
	.bl_contact_desc {
		text-align: left;
	}
	.bl_contact_notes {
		margin: 30px 0;
		padding: 30px;
	}
	.bl_recaptcha {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.bl_contact_notes {
		padding: 20px;
	}
	.bl_contact_form_box th,
	.bl_contact_form_box td {
		display: block;
		width: 100%;
	}
	.bl_contact_form_box th {
		border: none;
		padding: 20px 0 0;
	}
	.bl_contact_form_box td {
		padding: 10px 0 20px;
	}
	.bl_contact_pp {
		margin: 30px 0 0;
		text-align: left;
	}
	.bl_contact_pp_txt {
    	line-height: 1.9;
	}
	.bl_contact_submit {
    	margin: 20px auto 0;
	}
}
/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 1.9;
	text-align: center;
}
.bl_completion .el_btn {
	margin: 50px auto 0;
	max-width: 300px;
}
.bl_completion .el_btn a {
	line-height: 50px;
}
@media screen and (max-width: 767px){
	.bl_completion {
		text-align: left;
	}	
	.bl_completion .el_btn {
    	margin: 30px auto 0;
	}
}
/*============================
お知らせ一覧
============================*/
.bl_archive_news {
	padding: 50px 0;
}
.bl_archive_news_post {
	max-width: 900px;
	margin: 0 auto;
}
.bl_archive_news_post li {
	padding: 24px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;	
}
.bl_archive_news_cont {
	display: grid;
	 grid-template-columns: 240px 1fr;
	gap: 40px;
}
.bl_archive_news_img img {
	display: block;
	width: 100%;
}
.bl_archive_news_txt {
	margin: 15px 0 0;
}
.bl_archive_news_ttl {
	font-weight: 600;
	font-size: 1.375rem;
	color: #0f3174;
}
.bl_archive_news_post li a:hover .bl_archive_news_ttl {
	color: #005bac;
}
.bl_archive_news_date {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
	letter-spacing: .1em;
    font-family: "Akshar", sans-serif;
	margin: 0 0 12px;
}
@media screen and (max-width: 767px) {	
	.bl_archive_news {
    	padding: 20px 0;
	}
	.bl_archive_news_cont {
    	display: block;
	}
	.bl_archive_news_post li {
    	padding: 0;
    	border: 1px solid #96b9e6;
    	margin: 0 0 15px;
	}
	.bl_archive_news_ttl {
    	font-size: 1.125rem;
	}
	.bl_archive_news_date {
    	font-size: 1rem;
    	margin: 0 0 3px;
	}
	.bl_archive_news_txt {
    	margin: 0;
    	padding: 15px;
	}
}
/*============================
ページネーション
============================*/
.pagenation {
    margin: 60px auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0 auto;
    text-align: center;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #0f3174;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    padding: 10px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #eaeff9;
    border-radius: 3px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #0f3174;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
	.pagenation {
		margin: 30px auto 0;
	}
}
/*============================
お知らせ　個別ページ
============================*/
.bl_singleNews {
	padding: 50px 0 100px;
}
.bl_singleNews .ly_wrap {
	max-width: 900px;
}
.ly_paragraph {
	margin: 16px 0 0;
}
.bl_singleNews_date {
	letter-spacing: .1em;
    margin: 0 0 10px;
    font-family: "Akshar", sans-serif;
}
.bl_singleNews_ttl {
	font-size: 1.75rem;
	padding: 0 0 30px;
	font-weight: 600;
	color: #0035a1;
}
.bl_paragraph {
	margin: 24px 0 0;
}
.bl_singleNews_txt p {
	line-height: 1.9;
}
.bl_post_divide {
	display: grid;
	grid-template-columns: 185px 1fr;	
}
.bl_singleNews .el_more {
	max-width: 360px;
	margin: 50px auto 0;
}
@media screen and (max-width: 1023px) {
	.bl_singleNews {
    	padding: 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.bl_singleNews {
    	padding: 40px 0;
	}
	.bl_singleNews_ttl {
		font-size: 1.25rem;
		padding: 0 0 10px;
	}
	.bl_singleNews_nav {
		gap: 10px;
		margin: 40px 0 0;
	}
	.bl_singleNews_nav .el_more a span:after,
	.bl_singleNews_nav .el_more a:hover span:after {
		content: none;
	}
	.bl_singleNews_nav .el_more a span {
		background: #0075c4;
		color: #fff;
		padding: 15px 5px;
		display: block;
		text-align: center;
		margin: 0;
		border-radius: 10px;
		font-size: .75rem;
		letter-spacing: .05em;
	}
	.bl_post_divide {
		display:block;
	}
	.bl_post_divide span {
		display:none;
	}
	.bl_singleNews_date {
    	margin: 0;
	}
	.bl_singleNews .el_more {
    	margin: 30px auto 0;
	}
}
/*============================
入校案内
============================*/
.ly_ratioCont {
    background: #f0f6f8de;
    position: relative;
}
.ly_ratioCont_right {
	float: right;
    width: calc(100% - 420px);
	background: #fff;
	padding: 60px 90px 0;
}
.ly_ratioCont_left {
	padding-left: 150px;
    float: left;
    width: 420px;
	position: sticky;
    top: 100px;
    left: 0;
}
.bl_enrollNav {
	margin: 60px 0 0;
}
.bl_enrollNav li {
	padding: 12px 0 12px 20px;
	border-left: 4px solid #e8eef5;
}
.bl_enrollNav li a {
	letter-spacing: .1em;
}
.bl_enrollNav li a:hover {
	color:  #005bac;
}
.bl_enrollNav li.current {
	border-left: 4px solid #005bac;
}
.bl_enroll_item {
	position: relative;
	max-width: 900px;
    padding: 60px 0;
    border-top: 2px solid #eee;	
}
.bl_enroll_item:before {
    content: '';
    width: 48px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
	background: #005bac;
}
.bl_enroll_ttl {
	font-size: 1.75rem;
	font-weight: 600;
	color: #005bac;
	margin: 0 0 45px;
}
.bl_enroll_flow_num {
    display: inline-block;
	width: 48px;
	text-align: center;
    font-size: 1.5rem;
    letter-spacing: .1em;
    font-family: "Akshar", sans-serif;
    font-weight: 500;
    color: #fff;
    background: #00d18b;
    padding: 5px 0 3px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.bl_enroll_flow_item h3 {
	font-size: 1.25rem;
	font-weight: 600;
    margin: 6px 0 10px;
}
.bl_enroll_flow_item h3.hp_adj {
    margin: 10px 0 8px;	
}
/* 入校までの流れ */
.bl_enroll_flow {
	display: grid;
	 grid-template-columns: 100px 1fr;
}
.bl_enroll_flow_item.hp_num {
	position: relative;
}
.bl_enroll_flow_item.hp_num:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	bottom:0;
	left: 24px;
	z-index: 0;
}
.bl_enroll_desc {
	line-height: 1.8;
}
.bl_enroll_flow_inner {
	margin: 0 0 40px;
}
.bl_enroll_flow_item h3 span {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.bl_enroll_flow_item h3 .hp_agk {
	font-size: .9375rem;
    background: #005bac;
    color: #fff;
    margin: 0 12px 0 0;
    padding: 2px 5px 4px;
}
.bl_enroll_flow_item h3 .hp_kaishi {
	font-size: .9375rem;
    background: #e95504;
    color: #fff;
    margin: 0 12px 0 0;
    padding: 2px 5px 4px;	
}
.bl_enroll_flow_item .el_more {
	margin: 20px 0 0;
	max-width: 600px;
}
/* 募集要項 */
.bl_enroll_table table {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.bl_enroll_table table th,
.bl_enroll_table table td {
	padding: 25px 18px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bl_enroll_table table th {
	width: 20%;
	background: #f5f5f5;
}
.bl_enroll_table table td {
	width: 80%;
}
.bl_enroll_table p {
	line-height: 1.8;
}
/* 学費について */
.bl_enroll_fee {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 30px 0 0;
}
.bl_enroll_fee_item h3 {
	text-align: center;
	margin: 0 0 15px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #005bac;
}
.bl_enroll_fee_box {
	border: 2px solid #005bac;
	border-radius: 10px;
	text-align: center;
	padding: 20px 10px;
	margin: 10px 0 0;
}
.bl_enroll_fee_ttl,
.bl_enroll_fee_total .hp_ttl {
	font-size: 1.0625rem;
	font-weight: 600;
	color: #005bac;	
}
.bl_enroll_fee_price,
.bl_enroll_fee_total .hp_price {
	font-size: 2rem;
	font-weight: 700;
	color: #005bac;	
	line-height: 1;
    font-family: "Akshar", sans-serif;
}
.bl_enroll_fee_price {
	margin: 6px 0 0;
}
.bl_enroll_fee_divide {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 10px;	
}
.bl_enroll_fee_total {
	position: relative;
	background: #F0F6F8;
	color: #005bac;
	border-radius: 10px;
	text-align: center;
	padding: 20px 10px;
	margin: 18px 0 10px;
}
.bl_enroll_fee_total span,
.bl_enroll_fee_all  span {
	display: inline-block;
	vertical-align: middle;
}
.bl_enroll_fee_total .hp_ttl,
.bl_enroll_fee_all .hp_ttl {
	margin-right:15px ;
}
.bl_enroll_fee_total:before {
	content:'';
  width: 28.3px;
  height: 30px;
  background: #0ea2ed;
  clip-path: polygon(0 52.9%, 23.5% 52.9%, 23.5% 0, 76.5% 0, 76.5% 52.9%, 100% 52.9%, 50% 100%);
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.bl_enroll_fee_all {
	background: #005bac;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px 10px;
	margin: 10px 0 0;
}
.bl_enroll_fee_all .hp_ttl {
	font-size: 1.125rem;
	font-weight: 600;
}
.bl_enroll_fee_all .hp_price {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
    font-family: "Akshar", sans-serif;
}
.bl_enroll_fee_note {
	margin: 30px 0 0;
}
.bl_enroll_fee_note li {
	line-height: 1.9;
}
.bl_enroll_fee_note .el_asterisk {
	font-size: .875rem;
}
.bl_enroll_fee_note .hp_link {
	margin: 0 0 10px;
}
.bl_enroll_support {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 30px auto 0;
}
.bl_enroll_support_item {
	border: 2px solid #0035a1;
	padding: 30px 24px 24px;
	border-radius: 20px;
}
.bl_enroll_support_item img {
	display: block;
	max-width: 110px;
	margin: 0 auto 20px;
	width: 100%;
}
.bl_enroll_support_ttl {
	text-align: center;
	font-weight: 700;
	color: #0035a1;
	font-size: 1.0625rem;
	margin: 0 0 15px;
}
.bl_enroll_support_desc {
	font-size: .9375rem;
	line-height: 1.5;
}
.bl_enroll_item .bl_contact_form {
	margin: 50px 0 0;
}
@media screen and (max-width: 1700px){
	.ly_ratioCont_left {
    	padding-left: 100px;
	}
	.ly_ratioCont_left {
    	padding-left: 70px;
    	width: 320px;
	}
	.ly_ratioCont_right {
    	width: calc(100% - 320px);
    	padding: 60px 60px 0;
	}
}
@media screen and (max-width: 1279px) {
    .ly_ratioCont_left {
        padding-left: 30px;
        width: 270px;
    }
	.bl_enrollNav li {
    	padding: 12px 0 12px 15px;
	}
	.bl_enrollNav li a {
    	letter-spacing: .05em;
	}
	.ly_ratioCont_right {
        width: calc(100% - 270px);
        padding: 40px 40px 0;
    }
	.bl_enroll_ttl {
    	font-size: 1.5rem;
    	margin: 0 0 30px;
	}
	.bl_enroll_fee_price, .bl_enroll_fee_total .hp_price {
    	font-size: 1.5rem;
	}
	.bl_enroll_fee_item h3 {
    	font-size: 1.125rem;
	}
	.bl_enroll_fee_ttl, .bl_enroll_fee_total .hp_ttl {
    	font-size: 1rem;
	}
}
@media screen and (max-width: 1023px) {
	.ly_ratioCont_left,
	.ly_ratioCont_right {
		float: none;
		width: calc(100% - 30px) ;
		margin-left: 15px;
	}
	.ly_ratioCont_left {
		position: static;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.bl_enrollNav {
    	margin: 0;
		display: grid;
	 	grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.bl_enrollNav li {
        padding: 0;
		border: none;
		text-align: center;
    }
	.bl_enrollNav li a {
		display: block;
		background: #0ea2ed;
		color: #fff;
		padding: 10px 5px;
        font-size: .9375rem;
        font-weight: 500;
	    border-radius: 10px;
	}
	.bl_enrollNav li a:hover {
    	color: #fff;
	    background: #005bac;
	}
}
@media screen and (max-width: 767px) {
	.bl_enrollNav {
        grid-template-columns: repeat(2, 1fr);
    }
	.bl_enrollNav li a {
        padding: 8px 5px;
        font-size: .75rem;
	}
	.ly_ratioCont_right {
		float: none;
		width: 100%;
		margin-left: 0;
	    padding: 0 15px;
	}
	.ly_ratioCont {
    	background: none;
	}
	.bl_enroll_item {
    	padding: 30px 0;
	}
	.bl_enroll_flow_num {
    	width: 30px;
    	padding: 3px 0 0 2px;
    	margin-right: 10px;
	    font-size: 1rem;
	}
	.bl_enroll_flow_item.hp_num:after {
    	left: 15px;
	}
	.bl_enroll_flow {
    	grid-template-columns: 45px 1fr;
	}
	.bl_enroll_ttl {
        font-size: 1.25rem;
	}
	.bl_enroll_flow_item h3 {
    	font-size: 1.125rem;
    	margin: 2px 0 10px;
	}
	.bl_enroll_flow_item h3.hp_adj {
    	margin: 3px 0 0;
	}
	.bl_enroll_flow_item h3 .hp_agk,
	.bl_enroll_flow_item h3 .hp_kaishi {
    	font-size: .75rem;
    	margin: 1px 6px 10px 0;
	}
	.bl_enroll_flow_item h3 .hp_lh {
		line-height: 1.3;
	}
	.bl_enroll_desc {
    	margin: 10px 0 0;
	}
	.bl_enroll_table table th,
	.bl_enroll_table table td {
		display: block;
		width: 100%;
		padding: 18px;
	}
	.bl_enroll_fee {
    	display: block;
	}
	.bl_enroll_fee .bl_enroll_fee_item:nth-of-type(1) {
		margin: 0 0 30px;
	}
	.bl_enroll_support {
		display: block;
	}
	.bl_enroll_support .bl_enroll_support_item:not(:last-of-type) {
		margin: 0 0 15px;
	}
}
/*============================
教育理念
============================*/
.bl_education_top {
	max-width: 1020px;
	font-size:1.75rem;
	font-weight: 800;
	line-height: 2.5;
	padding: 30px 0;
	margin: 0 auto;
	background-image: repeating-linear-gradient(90deg, #666666, #666666 12px, transparent 12px, transparent 21px), repeating-linear-gradient(90deg, #666666, #666666 12px, transparent 12px, transparent 21px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 1px, 100% 1px;
	text-align: center;
}
.bl_education_txt {
	max-width: 900px;
	line-height: 2.3;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 60px auto 0;
	letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
	.bl_education_top {
    	font-size: 1.5rem;
	}
}
@media screen and (max-width: 1023px) {
	.bl_education_top {
    	font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.bl_education_top {
		text-align: left;
    	font-size: 1.125rem;
	}
	.bl_education_txt {
    	line-height: 1.9;
    	font-size: 1.0625rem;
    	margin: 30px auto 0;
	}
}
/*============================
学校説明会
============================*/
.bl_schedule_cont {
	display: grid;
    grid-template-columns: 30% 1fr;
    gap: 50px;
    border-radius: 30px;
    padding: 45px;
    background: #EAEFF9;
    max-width: 960px;
    margin: 0 auto;
}
.bl_schedule_item h2 {
	font-size: 1.375rem;
	margin: 20px 0 15px;
	font-weight: 600;
}
.bl_schedule_en {
	color: #0d58e3;
    font-family: "Oooh Baby", cursive;
    font-weight: 500;
	font-size: 1.5rem;
    transform: rotate(-8deg);
}
.bl_schedule_txt span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-size: 1.0625rem;
}
.bl_schedule_item .bl_schedule_txt:not(:last-of-type){
	margin: 0 0 8px;
}
.bl_schedule_txt span::before {
    position: absolute;
    z-index: 2;
    content: '';
	width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
    background: #0d58e3;
	border-radius: 5px;	
}
.bl_schedule_time span {
	padding: 0 10px;
	position: relative;
	display: inline-block;
    margin: 0 0 0 18px;
}
.bl_schedule_time span:before,
.bl_schedule_time span:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #333;
	top: 12px;
}
.bl_schedule_time span:before {
	left: -15px;
}
.bl_schedule_time span:after {
	right: -15px;
}
.bl_session_list {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.bl_session_list li {
	position: relative;
    box-shadow: 10px 10px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border: 2px solid #0f3174;
    transition: .5s;
	padding: 30px;
	text-align: center;
}
.bl_session_date span {
	display: inline-block;
	vertical-align: middle;
}
.bl_session_day{
	font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Akshar", sans-serif;
    color: #0d58e3;
}
.bl_session_week {
	font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    color: #0d58e3;
}
.bl_session_time {
    font-weight: 600;
    line-height: 1;
    color: #0d58e3;	
    font-family: "Akshar", sans-serif;
    margin: 4px 0 0 8px;
}
.bl_session_category {
	margin: 15px 0 8px;
}
.bl_session_category .ctgr {
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 2px 8px 4px 8px;
    border-radius: 15px;
    font-size: .9375rem;
    font-weight: 500;
}
.bl_session_category .ctgr.tochigi {
	background: #0ea2ed;
}
.bl_session_category .ctgr.tokyo {
	background: #efa510;
}
.bl_session_venue {
	font-size: .875rem;
}
.bl_session_entry_desc {
	text-align: center;
	line-height: 1.8;
	margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
	.bl_schedule_cont {
    	gap: 35px;
	}
	.bl_schedule_item h2 {
    	font-size: 1.125rem;
	}
	.bl_schedule_txt span {
    	font-size: 1rem;
	}
	.bl_session_list {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.bl_schedule_cont {
    	display: block;
    	border-radius: 20px;
    	padding: 5px 20px 20px;
	}
	.bl_session_list {
    	gap: 20px;
	}
	.bl_session_list li {
    	padding: 12px;
	}
	.bl_session_day {
    	font-size: 1.25rem;
	}
	.bl_session_week {
    	font-size: .875rem;
		font-weight: 700;
    	margin: 0 0 3px;
	}
	.bl_session_time {
    	margin: 2px 0 0 2px;
	}
	.bl_session_category {
    	margin: 8px 0;
	}
	.bl_session_category .ctgr {
    	padding: 3px 8px 4px 8px;
    	border-radius: 10px;
    	font-size: .875rem;
	}
	.bl_session_venue {
    	font-size: .75rem;
	}
}
/*============================
個別相談・お問い合わせ
============================*/
.bl_contact_top {
	text-align: center;
	line-height: 1.8;
    margin: 0 0 40px;
    font-size: 1.125rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
	.bl_contact_top {
    	text-align: left;
    	margin: 0 0 30px;
    	font-size: 1rem;
	}
}
/*============================
講師紹介
============================*/
.bl_teathers_nav ul {
	max-width: 900px;
	margin: 0 auto 100px;
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
}
.bl_teathers_nav ul li p span {
	position: relative;
	font-weight: 500;
}
.bl_teathers_nav ul li p span::before,
.bl_teathers_nav ul li p span::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  height: 16px;
  border-radius: 9999px;
  background-color: #005bac;
}
.bl_teathers_nav ul li p span::before {
  right: -30px;	
}
.bl_teathers_nav ul li p span::after {
  right: -20px;	
}
.bl_teathers_nav ul li p span::before {
  transform: rotate(45deg);
}
.bl_teathers_nav ul li p span::after {
  transform: rotate(-45deg);
}
.bl_teathers_nav ul li p:hover {
	color: #005bac;
}
.bl_teathers_ttl {
	position: relative;
	font-weight: 700;
	color: #0F3174;
	font-size: 2rem;
	margin: 0 0 40px;
	padding: 0 0 0 40px;
}
.bl_teathers_ttl:before {
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #0ea2ed;
}
.bl_teathers_science .bl_teathers_ttl:before {
	background: #efa510;	
}
.bl_teathers_trainer .bl_teathers_ttl:before {
	background: #005bac;	
}
.bl_teathers_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;	
}
.bl_teathers_box {
	display: grid;
	 grid-template-columns: 150px 1fr;
	gap: 30px;
	padding: 40px 0;
	border-bottom: 1px solid #C7CCDA;
}
.bl_teachers_name .hp_attention {
	font-size: .875rem;
}
.bl_teachers_name .hp_name {
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 1.25rem;
}
.bl_teathers_box table th,
.bl_teathers_box table td {
	padding: 5px;
	font-size: .875rem;
}
.bl_teathers_box table th {
	width: 75px;
}
.bl_teathers_box table td {
	width: calc(100% - 75px);
}
.bl_teathers_box table th h3 {
	background: #0ea2ed;
	color: #fff;
	text-align: center;
	padding: 0 2px 0 3px;
}
.bl_teathers_science .bl_teathers_box table th h3 {
	background: #efa510;	
}
.bl_teathers_trainer .bl_teathers_box table th h3 {
	background: #005bac;	
}
@media screen and (max-width: 1023px) {
	
}
@media screen and (max-width: 767px) {
	.bl_teathers {
		background: #f6f7fb;		
	}
	.bl_teathers_nav ul {
		display: block;
    	margin: 0 auto 30px;
	}
	.bl_teathers_nav ul:not(;last-child) {
		margin: 0 0 6px;
	}
	.bl_teathers_nav ul li p span::before, 
	.bl_teathers_nav ul li p span::after {
    	top: 8px;
    	height: 10px;
	}
	.bl_teathers_nav ul li p span::before {
    	right: -26px;
	}
	.bl_teathers_ttl {
    	font-size: 1.125rem;
    	margin: 0 0 20px;
	}
	.bl_teathers_cont {
    	display: block;
	}
	.bl_teathers_box {
    	display: block;
		padding: 20px 0;
	}
	.bl_teachers_img img {
		max-width: 120px;
		display: block;
		margin: 0 auto 10px;
	}
	.bl_teachers_name .hp_name,
	.bl_teachers_name .hp_attention {
    	text-align: center;
	}
}
/*============================
学校概要・アクセス
============================*/
.bl_outline {
	position: relative;
	background: #d7e8ff;
	overflow: hidden;
}
.bl_outline_cont h3 {
	text-align: center;
}
.bl_outline_cont h3 span {
	font-size: 2rem;
	color: #0d58e3;
	font-weight: 900;
}
.bl_outline_img {
	max-width: 720px;
	margin: 0 auto;
}
.bl_outline_desc {
	max-width: 720px;
	margin: 45px auto 20px;
	line-height: 2.2;
	font-size: 1.0625rem;
	letter-spacing: .1em;
	font-weight: 700;
}
.bl_outline_deco_1 {
	position: absolute;
	left: 0;
	top: 500px;
}
.bl_outline_deco_2 {
	position: absolute;
	right: 5%;
	top: 300px;
}
.bl_outline_deco_3 {
	position: absolute;
	right: 0;
	top: 700px;
}
.bl_outline_deco_4 {
	position: absolute;
	left: 5%;
	top: 800px;
}
.bl_outline_deco_1 img,
.bl_outline_deco_2 img,
.bl_outline_deco_3 img,
.bl_outline_deco_4 img {
	border-radius: 10px;
	display: block;
}
.bl_outline_deco_1 img,
.bl_outline_deco_3 img {
	width: 12vw;
}
.bl_outline_deco_2 img,
.bl_outline_deco_4 img {
	width: 10vw;
}
.bl_facility_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;	
}
.bl_facility_cont .bl_facility_item img {
	height: 300px;
    object-fit: cover;
    width: 100%;
}
.bl_facility_item h3 {
	font-weight: 600;
    font-size: 1.25rem;
    color: #0f3174;
	text-align: center;
	margin: 15px 0;
}
.bl_facility_desc {
	line-height: 1.8;
}
.bl_facility_list {
	margin: 60px 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;		
}
.bl_googleMap {
	width: 100%;
    height: 299px;
    overflow: hidden;
    position: relative;
	margin: 40px 0 0;
}
.bl_googleMap iframe {
    width: 100%;
	height: 100%;
}
.bl_access table th,
.bl_access table td {
	padding: 20px 40px;
}
.bl_access table th {
	width: 300px;
	border-bottom: 2px solid #0f3174;
}
.bl_access table td {
	width: calc(100% - 300px);
	border-bottom: 2px solid #eee;
}
.bl_access table h3 {
	font-weight: 600;
    font-size: 1.25rem;
    color: #0f3174;
    margin: 0 0 10px;
}
.bl_access_box {
	display: grid;
    grid-template-columns: 50px 1fr;
    margin: 0 0 8px;
}
.bl_access_box .hp_ttl {
	color: #0f3174;
	font-weight: 500;
}
.bl_access_notes {
	margin: 20px 0 0;
}
@media screen and (max-width: 1279px) {
	.bl_outline_deco_1,
	.bl_outline_deco_2,
	.bl_outline_deco_3,
	.bl_outline_deco_4 {
		display: none;
	}
	.bl_facility_cont {
    	gap: 40px;
	}
	.bl_facility_item h3 {
    	font-size: 1rem;
	}
	.bl_access table th {
    	width: 200px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_facility_cont .bl_facility_item img {
    	height: auto;
		object-fit: none;
	}
	.bl_facility_cont {
    	gap: 30px;
	}
	.bl_facility_list {
    	margin: 30px 0 0;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_outline_desc {
    	margin: 15px auto 20px;
    	line-height: 2;
    	font-size: 1rem;
    	font-weight: 600;
	}
	.bl_facility_cont,
	.bl_facility_list {
    	display: block;
	}
	.bl_facility_item h3 {
        font-size: 1.25rem;
        margin: 15px 0 10px;
    }
	.bl_facility_item {
		margin: 0 0 30px;
	}
	.bl_facility_list .bl_facility_item:last-of-type {
		margin: 0;
	}
	.bl_access table th,
	.bl_access table td {
		width: 100%;
		display: block;
    	border-bottom: none;
		padding: 20px;
	}
	.bl_access table th {
    	background: #eee;
    	text-align: center;
	}
	.bl_access table {
		border: 1px solid #eee;
	}
	.bl_access table h3 {
    	font-weight: 700;
    	font-size: 1rem;
	}
	.bl_access table h3 span {
		font-size: .875rem;
	}
	.bl_googleMap {
    	margin: 15px 0 0;
	}
}
/*============================
資格取得・進路
============================*/
.bl_certificate {
	background: #F0F6F8;
}
.bl_career_img {
	max-width: 780px;
	margin: 0 auto;
}
.bl_certificate_desc,
.bl_career_desc {
    text-align: center;
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 1.0625rem;
    font-weight: 500;
}
.bl_certificate_ex_cont {
	max-width: 1020px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;			
}
.bl_certificate_ex h3 {
	text-align: center;
}
.bl_certificate_ex h3 span {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    background: #0035a1;
    font-weight: 600;
    border-radius: 30px;
    line-height: 1;
}
.bl_certificate_ex_item h4 {
	font-weight: 600;
    font-size: 1.25rem;
    color: #0f3174;
    text-align: center;
    margin: 20px 0 15px;
}
.bl_certificate_ex_item h5 span {
	display: inline-block;
    padding: 3px 7px 4px 8px;
    color: #fff;
    background: #0ea2ed;
    font-weight: 600;
	line-height: 1;
	margin: 20px 0 10px;
}
.bl_certificate_ex_item p {
    line-height: 1.8;
}
.bl_certificate_ex_item .hp_small {
	font-size: .875rem;
}
@media screen and (max-width: 767px) {
	.bl_certificate_ex_cont {
    	margin: 30px auto 0;
    	display: block;
	}
	.bl_certificate_desc, 
	.bl_career_desc {
    	text-align: left;
		font-size: 1rem;
	    margin: 0 0 20px;
	}
	.bl_certificate_ex_item h4 {
    	font-size: 1.125rem;
    	margin: 15px 0 8px;
	}
	.bl_certificate_ex_cont .bl_certificate_ex_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
}
/*============================
一日のスケジュール
============================*/
.bl_oneday_cont {
	max-width: 960px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	background: #c3e5fc;
	padding: 50px;
	border-radius: 10px;
}
.bl_oneday_top {
    text-align: center;
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 1.125rem;
    font-weight: 500;
}
.bl_oneday_lesson.hp_m_block {
	display: none;
}
.bl_oneday_item .bl_oneday_box:not(:last-of-type) {
	margin: 0 0 30px;
}
.bl_oneday_box {
	display: grid;
	grid-template-columns: 120px 14px 1fr;
    gap: 20px;
	color: #0F3174;
	align-items: center;
}
.bl_oneday_time span {
	display: inline-block;
	vertical-align: middle;
}
.bl_oneday_time .hp_start {
	font-size: 1.375rem;
	font-weight: 500;
	margin-right: 10px;
}
.bl_oneday_item .bl_oneday_box:first-of-type .bl_oneday_time .hp_start {
	margin-left: 13px;
}
.bl_oneday_ttl p {
	font-size: 1.25rem;
	font-weight: 600;
}
.bl_oneday_deco {
	position: relative;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #0EA3EE;
}
.bl_oneday_deco:after {
	content: '';
    width: 2px;
    height: 60px;
    background: #0EA3EE;
    position: absolute;
    left: 50%;
    bottom: -60px;
	transform: translateX(-50%);
}
.bl_oneday_deco.hp_last:after {
	content: none;
}
.bl_oneday_lesson {
	display: grid;
	grid-template-columns: 1fr 110px;
    gap: 30px;	
	align-items: center;
	position: relative;
	background: #fff;
	padding: 16px 18px;
	border-radius: 10px;
}
.bl_oneday_lesson h2 {
	color: #066DC7;	
	font-size: 1.125rem;
	font-weight: 600;
}
.bl_oneday_desc {
	font-weight: 600;	
}
.bl_oneday_txt {
	font-size: .9375rem;
	margin: 5px 0 0;
}
.bl_oneday_item .bl_oneday_lesson:not(:last-of-type) {
	margin: 0 0 15px;
}
@media screen and (max-width: 1023px) {
	.bl_oneday_cont {
    	padding: 24px;
	}
	.bl_oneday_time .hp_start {
    	font-size: 1rem;
    	margin-right: 5px;
	}
	.bl_oneday_box {
    	grid-template-columns: 105px 14px 1fr;
    	gap: 14px;
	}
	.bl_oneday_ttl p {
    	font-size: 1rem;
	}
	.bl_oneday_lesson {
    	grid-template-columns: 1fr 84px;
    	gap: 20px;
    	padding: 12px 16px;
	}
	.bl_oneday_item .bl_oneday_box:not(:last-of-type) {
    	margin: 0 0 34px;
	}
}
@media screen and (max-width: 767px) {
	.bl_oneday_item.hp_pc {
		display: none;
	}
	.bl_oneday_lesson.hp_m_block {
		display: grid;
		position: relative;
        z-index: 2;
	}
	.bl_oneday_cont {
		position: relative;
		display: block;
		padding: 15px;
	}
	.bl_oneday_cont:after {
		content: '';
        width: 2px;
        height: 93%;
        background: #0EA3EE;
        position: absolute;
        left: 140px;
        top: 24px;
	}
	.bl_oneday_lesson {
        grid-template-columns: 1fr 90px;
        gap: 18px;
	}
	.bl_oneday_item .bl_oneday_box:not(:last-of-type) {
        margin: 0 0 20px;
    }
	.bl_oneday_txt {
    	font-size: .875rem;
	}
	.bl_oneday_deco:after {
		content: none;
	}
	.bl_oneday_top {
        text-align: left;
        margin: 0 0 30px;
        font-size: 1rem;
    }
}