@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 img {
	display: block;
	width: 100%;
}
.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_ttl {
	display: grid;
	grid-template-columns: 1fr 50px;
	gap: 15px;
}
.bl_contact_note {
	font-size: .875rem;
	margin: 8px 0 0 5px;
}
.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: 81%;
	font-size: 1rem;
	border: none;
	border: #f5f5f5 solid 2px !important;
	border-radius: 5px;
}
.bl_contact_form .wpcf7-form-control.select-s {
	background: #fff;
	padding: 6px 10px 8px 8px;
	width: 33%;
	font-size: 1rem;
	border: none;
	border: #f5f5f5 solid 2px !important;
	border-radius: 5px;
}
.bl_contact_form input[type="date"] {
	padding: 9px;
	border: #f5f5f5 solid 2px !important;
    border-radius: 5px;
}
.bl_contact_form .bl_contact_input.hp_online input[type="date"] {
	margin-right: 10px;
}
.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: 30px 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: 100px auto 0;
}
.bl_singleNews_img img{
	display: block;
	width: 100%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
	.bl_singleNews {
    	padding: 60px 0;
	}
	.bl_singleNews .el_more {
		margin: 50px auto 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: 15%;
	background: #f5f5f5;
}
.bl_enroll_table table td {
	width: 85%;
}
.bl_enroll_table p {
	line-height: 1.8;
}
.bl_appl_period {
	border-right: 1px solid #ddd;
}
.bl_appl_period_box {
	display: grid;
	 grid-template-columns: 6% 33% 15% 23% 23%;
	align-items: center;
	text-align: center;
	font-size: .875rem;
	border-right: 1px solid #ddd;
}
.bl_appl_period_box h3 {
	background: #f5f5f5;
}
.bl_appl_period_box h3,
.bl_appl_period_box p {
	padding: 5px 0;	
	border: 1px solid #ddd;
	border-right: none;
	grid-template-rows: subgrid;
    display: grid;
    align-items: center;
}
.bl_appl_period_box .hp_mo_ttl {
	display: none;
}

.bl_sp_enroll_tab > .bl_enroll_ttl,
.bl_sp_enroll_tab .bl_tabBox {
	display: none;
}
.bl_sp_enroll_tab .bl_tabContent {
	display: block;
}

/* 学費について */
.bl_enroll_fee {
	display: grid;
	 grid-template-columns: 252px 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_table {
	border: 2px solid #005bac;
	border-right: none;
	border-bottom: none;
}
.bl_enroll_fee_table tr th:nth-child(1) {
	width: 18%;
}
.bl_enroll_fee_table tr th:nth-child(2) {
	width: 26%;
}
.bl_enroll_fee_table tr th:nth-child(3) {
	width: 30%;
}
.bl_enroll_fee_table tr th:nth-child(4) {
	width: 26%;
}
.bl_enroll_fee_table tr th,
.bl_enroll_fee_table tr td {
	padding: 9px;
	border-right: 2px solid #005bac;
	border-bottom: 2px solid #005bac;
	font-weight: 600;
	color: #005bac;
	font-size: .9375rem;
	vertical-align: middle;
}
.bl_enroll_fee_table .hp_total {
    background: #F0F6F8;	
}
.bl_enroll_fee_table tr td  {
	text-align: right;
}
.bl_enroll_fee_table tr th,
.bl_enroll_fee_table .hp_ttl {
	text-align: center;
}
.bl_enroll_fee_box {
	border: 2px solid #005bac;
	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_table .hp_price {
    font-family: "Akshar", sans-serif;	
	line-height: 1;
	font-weight: 700;
	font-size: 1.0625rem;
}
.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;
	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;
	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.7;
}
.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: 15px;
        width: 210px;
    }
	.bl_enrollNav li {
    	padding: 12px 0 12px 15px;
		font-size: .875rem;
	}
	.bl_enrollNav li a {
    	letter-spacing: .05em;
	}
	.ly_ratioCont_right {
        width: calc(100% - 210px);
        padding: 30px 30px 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) {
	.bl_enroll .ly_ratioCont {
		padding-bottom: 0;
	}
	.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;
	}
	.bl_enroll_table table th,
	.bl_enroll_table table td {
    	padding: 25px 14px;
	}
	.bl_appl_period_box {
    	font-size: .75rem;
	}
	.ly_ratioCont_right {
		background-color: #f6f7fb;
		float: none;
		width: 100%;
		margin-left: 0;
	    padding: 0 5%;
	}
	.ly_ratioCont {
    	background: none;
	}
	.bl_enroll_item {
		border-top: none;
    	padding: 30px 0;
	}
	.bl_enroll_item:before {
		content: none;
	}
	.bl_enroll_flow_num {
		width: auto;
		padding: 0;
		margin: 0;
		font-size: 1.75rem;
		background: none;
		color: #333;
		font-weight: 800;
		letter-spacing: 0;
	}
	.bl_enroll_flow_num::before {
		content: "STEP";
		margin-right: 8px;
	}
	.bl_enroll_flow_item.hp_num:after {
		content: none;
	}
	.bl_enroll_flow {
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 5px 5px #00000029;
		display: block;
		padding: 35px 20px 20px;
		position: relative;
	}
	.bl_enroll_flow:not(:first-child) {
		margin-top: 40px;
	}
	.bl_enroll_ttl {
        font-size: 1.75rem;
		font-weight: 700;
		text-align: center;
	}
	.bl_enroll_flow_item:first-child {
		position: absolute;
		left: -0.5em;
		top: -1.3em;
	}
	.bl_enroll_flow_inner {
		margin-bottom: 0;
	}
	.bl_enroll_table table {
		background-color: #fff;
		box-shadow: 0 5px 5px #00000029;
	}
	.bl_enroll_content_wrap {
		background-color: #fff;
		box-shadow: 0 5px 5px #00000029;
		padding: 20px;
		margin-top: 30px;
	}
	.bl_appl_period_box {
		font-size: .75rem;
	}

	.bl_sp_enroll_tab {
		display: block;
		padding: 30px 0;
	}
	.bl_sp_enroll_tab > .bl_enroll_ttl {
		display: block;
	}
	.bl_sp_enroll_tab .bl_tabBox {
		display: grid;
		gap: 20px;
	}
	.bl_sp_enroll_tab .bl_tabBox li {
		border-radius: 100px;
		font-size: 1.25rem;
	}
	.bl_sp_enroll_tab .bl_tabContent {
		padding: 0;
	}
	.bl_sp_enroll_tab .bl_tabContent > .bl_enroll_ttl {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.bl_enrollNav {
		grid-template-columns: repeat(2, 1fr);
	}
	.bl_enrollNav li a {
		padding: 8px 5px;
		font-size: .75rem;
	}
	.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 {
		font-size: 0.9375rem;
    	margin: 10px 0 0;
	}
	.bl_enroll_table table th,
	.bl_enroll_table table td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	.bl_enroll_fee {
    	display: block;
		margin: 0;
	}
	.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_appl_period_box.hp_head {
		display: none;
	}
	.bl_appl_period_box {
		display: block;
	}
	.bl_appl_period_box .hp_mo_ttl {
		display: block;
		border-right: 1px solid #ddd;
	}
	.bl_appl_period_box p:not(:first-of-type) {
	    grid-template-columns: 52% 48%;
		text-align: left;
	}
	.bl_appl_period_box p:first-of-type {
		background: #f5f5f5;
		padding: 5px;	
	}
	.bl_appl_period_box p {
		border-bottom: none;
		padding: 0;
	}
	.bl_appl_period_box p span {
		padding: 5px;		
	}
	.bl_appl_period {
		border-bottom: 1px solid #ddd;		
	}
	 .bl_enroll_fee_table .hp_ttl {
    	writing-mode: vertical-lr;
    	text-orientation: upright;
		 line-height: 1.2;
	}
	.bl_enroll_fee_table tr th:nth-child(1) {
    	width: 15%;
	}
	.bl_enroll_fee_table tr th:nth-child(2) {
    	width: 29%;
	}
	.bl_enroll_fee_table tr th:nth-child(3) {
    	width: 28%;
	}
	.bl_enroll_fee_table tr th:nth-child(4) {
    	width: 28%;
	}
	.bl_enroll_fee_table tr th,
	.bl_enroll_fee_table tr td {
		padding: 10px 6px;
		font-size: .75rem;
		vertical-align: middle;
	    line-height: 1.2;
	}
	.bl_enroll_fee_table .hp_price {
    	font-size: .875rem;
	}
	.bl_enroll_fee_all .hp_ttl {
    	font-size: 1.0625rem;
	}
	.bl_enroll_fee_all .hp_price {
    	font-size: 1.5em;
	}
}
/*============================
教育理念
============================*/
.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_mainVisual_btn {
	position: absolute;
    bottom: 20%;
    right: 15%;
}
.bl_mainVisual_btn a {
	display: block;
    text-align: center;
    font-size: 2.5vh;
    font-weight: 800;
    background: #ff378b;
    padding: 24px 60px 24px 55px;
    border-radius: 100px;
    color: #ffffff;
}
.bl_mainVisual_btn a:hover {
    background: #f50067;
}
.bl_schedule_cont {
	display: grid;
    grid-template-columns: 30% 1fr;
    gap: 50px;
    border-radius: 30px;
	padding: 45px 80px;
    background: #EAEFF9;
    max-width: 850px;
    margin: 0 auto;
}
.bl_schedule_item h2 {
	font-size: 1.375rem;
	margin: 10px 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);
	margin: -10px 0 0;
}
.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 h3 span {
	padding: 0 10px;
	position: relative;
	display: inline-block;
    margin: 0 0 0 18px;
}
.bl_schedule_time h3 span:before,
.bl_schedule_time h3 span:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #333;
	top: 12px;
}
.bl_schedule_time h3 span:before {
	left: -15px;
}
.bl_schedule_time h3 span:after {
	right: -15px;
}
.bl_schedule_time p {
	margin: 5px 0 0;
	font-size: .875rem;
}
.bl_session_list {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.bl_session_list li {
	position: relative;
    box-shadow: 10px 10px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border: 2px solid #0f3174;
	margin-bottom: 10px;
    transition: .5s;
	padding: 20px;
	text-align: center;
}
.bl_session_date span {
	display: inline-block;
	vertical-align: middle;
}
.bl_session_day{
	font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Akshar", sans-serif;
    color: #0d58e3;
}
.bl_session_week {
	font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    color: #0d58e3;
    margin: 4px 0 0 2px;
}
.bl_session_time {
    font-weight: 600;
    line-height: 1;
    color: #0d58e3;	
    font-family: "Akshar", sans-serif;
    margin: 4px 0 0 6px;
}
.bl_session_category {
	margin: 10px 0 8px;
}
.bl_session_category .ctgr {
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 3px 10px 4px 10px;
    border-radius: 15px;
    font-size: .875rem;
    font-weight: 500;
}
.bl_session_category .ctgr.tochigi {
	background: #0ea2ed;
}
.bl_session_category .ctgr.tokyo {
	background: #f77f00;
}
.bl_session_venue {
	font-size: .875rem;
    line-height: 1.6;
	margin-top: 8px;
}
.bl_session_entry_desc {
	text-align: center;
	line-height: 1.8;
	margin: 0 0 30px;
}
.bl_session_note {
	text-align: center;
	font-size: 1.125rem;
	margin: 30px 0 0;
}
.bl_tabBox {
	max-width: 600px;
	margin: 0 auto 30px;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}
.bl_tabBox li {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.25rem;
	background: #939FAB;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
.bl_tabBox li.active {
	background: #0d58e3;	
}
.bl_tabBox li:hover {
	background: #0035a1;
}

.bl_session_tab .bl_tabBox {
	gap: 30px;
	padding-inline: 30px;
}
.bl_session_tab .bl_tabBox li {
	border-radius: 100px;
}
.bl_session_tab .bl_tabBox li.tochigi:hover,
.bl_session_tab .bl_tabBox li.tochigi.active {
	background: #0ea2ed;
}
.bl_session_tab .bl_tabBox li.tokyo:hover,
.bl_session_tab .bl_tabBox li.tokyo.active {
	background: #f77f00;
}

.bl_session_entry_online {
    padding: 30px 30px 28px;
	margin: 0 auto 50px;
	max-width: 546px;
	position: relative;
    box-shadow: 10px 10px 0 rgb(0 0 0 / 10%);
    border: 2px solid #0f3174;
}
.bl_session_entry_online .bl_session_category {
	text-align: center;
}
.bl_session_entry_online .bl_session_category .ctgr.web {
    background: #ff378b;
}
.bl_session_entry_online ul {
	margin: 24px 0 0;
}
.bl_session_entry_online ul li {
	position: relative;
	padding: 0 0 0 20px;
}
.bl_session_entry_online ul li::before {
    position: absolute;
    z-index: 2;
    content: '';
	width: 8px;
    height: 8px;
    top: 11px;
    left: 0;
    background: #0d58e3;
    border-radius: 5px;
}
.bl_session_entry_online .bl_session_day{
	font-size: 1.75rem;
}
.bl_session h3 {
	position: relative;
	font-weight: 800;
	font-size: 1.25rem;
	color: #0d58e3;
	text-align: center;
	margin: 0 0 24px;
} 
.bl_session h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0d58e3;
	transform: translateY(-50%);
	z-index: -1;
}
.bl_session h3 span {
	position: relative;
	background: #fff;
	padding: 5px 20px;
}
.bl_session_entry_online p {
	line-height: 1.8;
}

@media screen and (max-width: 1279px) {
	.bl_mainVisual_btn {
    	right: 15%;
	}
	.bl_mainVisual_btn a {
    	font-size: 1.125rem;
    	padding: 18px 40px 18px 35px;
	}
}
@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);
	}
	.bl_schedule_cont {
    	padding: 45px;
	}
}
@media screen and (max-width: 767px) {
	.bl_schedule_cont {
    	display: block;
    	border-radius: 20px;
    	padding: 5px 20px 20px;
	}
	.bl_schedule_cont .bl_schedule_item:first-of-type {
		text-align: center;
		margin: 0 0 30px;
	}
	.bl_schedule_en {
    	margin: -20px 0 0;
	}
	.bl_schedule_time p {
    	font-size: 1rem;
	}
	.bl_session_scrollBox {
		height: 360px;
		overflow-y: scroll;
		padding-right: 20px;
	}
	.bl_session_scrollBox .simplebar-track.simplebar-vertical {
		border-radius: 10px;
		background: #D9D9D9;
		overflow: hidden;
	}
	.bl_session_scrollBox .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
		background: #939FAB;
		border-radius: 0;
		inset: 0;
	}
	.bl_session_list {
		grid-template-columns: repeat(1, 1fr);
    	gap: 20px;
	}
	.bl_session_list li {
    	padding: 12px;
		box-shadow: none;
		margin-bottom: 0;
		text-align: left;
	}
	.bl_session_day {
    	font-size: 1.25rem;
	}
	.bl_session_week {
    	font-size: .875rem;
		font-weight: 700;
	}
	.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: .875rem;
	}
	.tab-tokyo .bl_session_venue {
		line-height: calc(2em * 1.6);
	}

	.bl_session_venue br.m_br {
		display: none;
	}
	.bl_session_note {
		text-align: left;
		font-size: 1rem;
	}
	.bl_session_entry_desc {
    	text-align: left;
	}
	.bl_tabBox li {
    	font-size: 1.0625rem;
	}
	.bl_session_entry_online .bl_session_day {
    	font-size: 1.5rem;
		display: inline-block;
		margin-right: 5px;
	}
	.bl_session_entry_online {
    	padding: 20px 20px 18px;
	}
	.bl_session_entry_online ul {
    	margin: 16px 0 0;
	}
	.bl_mainVisual_btn {
    	right: 20px;
		bottom: 30px;
	}
	.bl_mainVisual_btn a {
		font-size: 1.0625rem;
    	padding: 15px 25px 15px 20px;
	}
}
/*============================
個別相談・お問い合わせ
============================*/
.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) {
	.bl_teathers_box {
		background-color: #f6f7fb;
		border: none;
		display: block;
		padding: 20px 10px;
	}
	.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;
	}

	.js-slider-01 {
		margin-bottom: 0;
	}
	.js-slider-01 .slick-track {
		display: flex;
	}
	.js-slider-01 .slick-list {
		margin: 0 -10px;
	}
	.js-slider-01 .slick-slide {
		height: auto !important;
		margin: 0 10px;
	}
	.js-slider-01 .slick-arrow,
	.js-slider-01 .slick-arrow:hover,
	.js-slider-01 .slick-arrow:focus {
		background: #D9D9D9;
		border-radius: 100%;
		width: 30px;
		height: 30px;
		z-index: 3;
	}
	.js-slider-01 .slick-arrow::before {
		color: #333;
		font-size: 1rem;
	}
	.js-slider-01 .slick-dots {
		position: static;
	}
	.js-slider-01 .slick-dots li {
		width: 10px;
	}
	.js-slider-01 .slick-dots li button::before {
		font-size: 36px;
		color: #D9D9D9;
	}
	.js-slider-01 .slick-dots li.slick-active button:before {
		color: #848484;
	}
}
@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;
		background-color: #fff;
		padding: 30px 20px;
	}
	.js-slider-01 .slick-arrow.slick-prev {
		left: 0;
	}
	.js-slider-01 .slick-arrow.slick-next {
		right: 0;
	}
}
/*============================
学校概要・アクセス
============================*/
.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;
}
.bl_oneday_topTtl {
	text-align: center;
	margin: 0 0 20px;
}
.bl_oneday_topTtl span {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
    color: #0ea3ee;
	line-height:1;
	display: inline-block;
}
.bl_oneday_topTtl span:before,
.bl_oneday_topTtl span:after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2px;
	border-radius: 50%;
}
.bl_oneday_topTtl span:before {
	left: -42px;
	background: #70E1F5;
	background: linear-gradient(64deg, rgba(195, 229, 252, 0.7) 50%, rgba(255, 209, 148, 0.5) 100%);
}
.bl_oneday_topTtl span:after {
	right: -40px;
	background: #70E1F5;
	background: linear-gradient(229deg, rgba(195, 229, 252, 0.7) 50%, rgba(255, 209, 148, 0.5) 100%);
}
@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;
    }
	.bl_oneday_topTtl span {
    	font-size: 1.25rem;
	}
	.bl_oneday_topTtl span:before,
	.bl_oneday_topTtl span:after {
		width: 20px;
		height: 20px;
		top: 1px;
	}
	.bl_oneday_topTtl span:before {
		left: -30px;
	}
	.bl_oneday_topTtl span:after {
		right: -30px;
	}
}

/*============================
コラム
============================*/
/* ----- アーカイブページ -----*/
.bl_archive_column {
	padding: 60px 0;
}
.bl_archive_column_cont {
	display: grid;
	 grid-template-columns: 33% 1fr;
	gap: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.bl_archive_column .bl_archive_column_cont:last-of-type {
	border: none;
}
.bl_archive_column_day {
	font-size: .9375rem;
	letter-spacing: .1em;
}
.bl_archive_column_ttl {
	font-weight: 700;
	font-size: 1.25rem;
	margin: 3px 0 15px;
}
.bl_archive_column_ttl a {
	color: #005bac;
}.bl_archive_column_ttl a:hover {
	color: #00a1e9;
}
.bl_archive_column_txt {
	line-height: 1.8;
}
.bl_column-box {
  border-left: 4px solid #0066cc;
  padding: 12px 40px 12px 16px;
  background: #f7f9fc;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease, transform 0.2s ease;
  position: relative;
  display: block; 
}

.bl_column-box::after {
  content: "300B";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0066cc;
}

.bl_column-box-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.bl_column-box-desc {
  font-size: 14px;
  color: #666;
}

.bl_column3_wrap .bl_column3_table {
  border-collapse: collapse;
  border: 2px solid #8c8c8c;
  font-size: 0.8rem;
}

.bl_column3_wrap .bl_column3_th,
.bl_column3_wrap .bl_column3_td {
  border: 1px solid #8c8c8c;
  padding: 8px 10px;
}

.bl_column3_table {
  border-collapse: collapse;
  border: 2px solid #8c8c8c;
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.bl_column3_thead {
  background-color: #eaf3ff;
}

.bl_column3_th,
.bl_column3_td {
  border: 1px solid #8c8c8c;
  padding: 8px 10px;
}

.bl_column3_td:last-of-type {
  text-align: center;
}

.bl_column3_tbody > tr:nth-of-type(even) {
  background-color: #edeef2;
}


@media screen and (max-width: 1023px) {
	.bl_archive_column {
		padding: 30px 0;
	}
	.bl_archive_column_cont {
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.bl_archive_column_cont {
		display: block;
	}
	.bl_archive_column_day {
		margin: 20px 0 0;
	}
	.bl_archive_column_ttl {
		font-size: 1.125rem;
		margin: 3px 0 10px;
	}
}
/* ----- 個別投稿ページ -----*/
.bl_singleColumn_eye {
	max-width: 600px;
	margin: 0 auto;
}

.bl_singleColumn_ttl {
    font-size: 1.5rem;
    color: #005bac;
    font-weight: 700;
    margin: 0 0 10px;
}

.bl_singleColumn_meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.bl_singleColumn_dt p {
    margin: 0;
    line-height: 1.6;
}

.bl_singleColumn_writer {
    text-align: right;
}

.bl_singleColumn_writer p {
    margin: 0;
}

.bl_singleColumn_cont,
.bl_singleColumn_text {
	margin: 30px 0 0;
}
.bl_singleColumn_cont {
	line-height: 2;
}
.bl_singleColumn_desc {
	margin: 0 0 30px;
}

.bl_singleColumn_cont p {
	letter-spacing: .08em;	
}
.toc {
    position: relative;
	margin: 30px 0 0;
	padding: 30px 60px;
    word-break: break-all;
    word-wrap: break-word;
    border: solid 7px #ececec;
    border-radius: 8px;
	line-height: 2em;
}
.toc-list a {
    color: #0693e3;
	letter-spacing: .1em;
}
.toc-title {
    text-align: center;
    font-size: 1.25rem;
    margin: 0 0 30px;
    font-weight: 600;
}
.toc-toggle {
	display: none;
}
.toc-list ul {
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    background-color: #fff !important;
}
.bl_singleColumn_text h2 {
    padding: 9px 20px;
    color: #010101;
    background: #eaf3ff;
    border-bottom: solid 5px #005bac;
    margin: 30px 0 24px;
    font-size: 1.5rem;
    font-weight: 600;
}
.bl_singleColumn_text h3 {
	padding: 6px 8px 6px 12px;
    color: #005bac;
    background: transparent;
    border-left: solid 5px #005bac;
    margin: 45px 0 10px 0;
    font-weight: 600;
	font-size: 1.125rem;
}
.bl_column_list {
    margin: 25px 0 0;
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
}
.bl_column_list li {
    list-style-type: disc;
    font-size: .9375rem;
	margin-left: 16px;
}
@media screen and (max-width: 767px) {
	.bl_singleColumn_cont {
		line-height: 1.7;
		letter-spacing: .05em;
	}
	.bl_singleColumn_ttl {
    	font-size: 1.125rem;
	}
	.toc {
    	padding: 26px 15px;
		border: solid 3px #ececec;
	}
	.bl_singleColumn_text h2 {
    	padding: 12px;
    	font-size: 1.125rem;
    	line-height: 1.4;
	}
	.bl_singleColumn_text h3 {
    	font-size: 1.0625rem;
    	line-height: 1.4;
	}
}

/*============================
プライバシーポリシー
============================*/
.bl_pp_cont {
	max-width: 900px;
	margin: 0 auto;
}
.bl_pp_cont .bl_pp_box:not(:last-of-type) {
	margin: 0 0 50px;
}
.bl_pp_box h3 {
	font-weight: 700;
    color: #0f3174;
	font-size: 1.125rem;
	margin: 0 0 6px;
}
.bl_pp_box p {
	line-height: 1.9;
}
.bl_pp_box ul {
	margin: 20px 0 0;
}
.bl_pp_box ul li:not(:last-child) {
	margin: 0 0 6px;
}

/*================
一日のスケジュール
==================*/
.bl_schedule_desc {
  max-width: 760px;
  margin: 45px auto 20px;
  line-height: 2.2;
  font-size: 1.0625rem;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 700;
}

.bl_schedule_h3 {
  font-size: 1.7em;
  margin: 5px 0 15px;
  font-weight: bold;
}

.bl_schedule_top,
.bl_schedule_content {
  max-width: 1080px;
  padding: 0 20px;
  margin: auto;
}

.bl_schedule_top {
  color: #2c2c2c;
  margin: 50px auto 30px;
  font-weight: 700;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
}

.bl_schedule_top0 {
  color: #494949;
}

.bl_schedule_top0::before {
  content: "";
  width: 40px;
  height: 4px;
  margin-right: 10px;
  background: #494949;
}

/*=時間割コンテンツ=*/
.bl_schedule_content {
  padding: 20px;
  margin: 0 -10px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  cursor: grab;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.bl_schedule_cont1 {
  background: #3A89D4;
}

.bl_schedule_cont2 {
  background: #F8B61C;
}

.bl_schedule_cont3 {
  background: #E64D8A;
}

/*=授業の種類=*/
.bl_schedule_GuidTop {
  display: flex;
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  color: #333;
  padding: 20px 20px 20px 30px;
  margin: -20px;
  text-align: center;
  align-items: stretch;
}

.bl_schedule_guidText {
  margin: 6px;
  border-radius: 10px;
  padding: 20px 10px 10px 23px;
  font-size: 0.8125rem;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  word-break: break-all;
  justify-content: space-between;
  flex: 1
}

.bl_schedule_guidText p {
  text-align: left;
  margin-bottom: 5px;
}

.bl_schedule_guidText img {
  width: 100%;
  max-width: 304px;
  aspect-ratio: 304/171;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 10px;
}

/* 左ライン共通 */
.bl_schedule_guidText::before,
.bl_schedule_subject::before,
.bl_schedule_club::before,
.bl_schedule_green::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  border-radius: 10px 0 0 10px;
}

.bl_schedule_yellow::before {
  background: #F6F93D;
}

.bl_schedule_orange::before {
  background: #FFAA0A;
}

.bl_schedule_red::before {
  background: #FF7474;
}

.bl_schedule_club::before {
  background: #3392FF;
}

.bl_schedule_green::before {
  background: #59d96c;
}

/*=時間割グリッド=*/
.bl_schedule_timeT {
  display: grid;
  grid-template-columns: 80px repeat(7, 1fr);
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  color: #333;
  margin: -5px;
  grid-template-rows: 50px;
  grid-auto-rows: 80px;
  min-width: 900px;
}

.bl_schedule_header {
  background: #fff;
  font-size: 1.25rem;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_schedule_times {
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 10px 5px;
  border-right: 1px solid #ddd;
  font-weight: bold;
}

.bl_schedule_times::before {
  content: attr(data-sub);
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: #666;
}

.bl_schedule_times::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #aaa;
}

.bl_schedule_subject,
.bl_schedule_club {
  margin: 6px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.75rem;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bl_schedule_long2 {
  grid-row: span 2;
}

.bl_schedule_long3 {
  grid-row: span 3;
}

.bl_schedule_long7 {
  grid-row: span 7;
}

.bl_schedule_break {
  grid-column: span 5;
  margin: 10px;
  background: #fff;
  text-align: center;
  padding: 8px;
  font-size: 13px;
}

/*=タブ=*/
.bl_tab-container {
  max-width: 1080px;
  margin: 0 auto 50px;
  width: 100%;
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, #7790cc 0%, #609dda 100%);
  border-radius: 16px;
}

.bl_tab-container ul {
  margin: 0 0 24px;
  padding: 8px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .05);
}

.bl_tab-container .bl_liquid-bg {
  position: absolute;
  top: 8px;
  left: 0;
  height: calc(100% - 16px);
  width: 0;
  background: #fcfcfd;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: .3s cubic-bezier(.68, -.3, .265, 1.55);
  z-index: 1;
}

.bl_tab-container ul li {
  flex: 1;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  transition: .3s;
}

.bl_tab-content {
  display: none;
  padding: 30px;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 8px 32px rgba(31, 38, 135, .1);
  min-height: 150px;
  color: #181818;
}

.bl_tab-content.bl_selected {
  display: block;
  animation: fade .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.bl_tab-container ul li {
  border: 2px solid transparent;
  transition: all .3s ease;
}


.bl_tab-container ul li:not(.bl_selected) {
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 0.85;
  border-radius: 32px;
}

.bl_tab-container ul li:not(.bl_selected):hover {
  border: 2px solid #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.bl_tab-container ul li.bl_selected {
  border: 2px solid transparent;
}

.bl_schedule_legend {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.bl_schedule_legend_item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #333;
}

.bl_schedule_legend_color {
  width: 50px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

/* 左ラインの色をそのまま使う */
.bl_schedule_legend_color.bl_schedule_yellow {
  background: #F6F93D;
}

.bl_schedule_legend_color.bl_schedule_orange {
  background: #FFAA0A;
}

.bl_schedule_legend_color.bl_schedule_red {
  background: #FF7474;
}

.bl_schedule_spTitle {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(5px) scale(.98);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/*=レスポンシブ=*/
@media screen and (max-width: 768px) {

  .bl_schedule_top {
    font-size: 1.375rem;
    margin-top: 80px;
  }

  .bl_schedule_desc {
    padding: 0 1rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .bl_schedule_GuidTop {
    flex-direction: column;
    padding: 15px;
  }

  .bl_schedule_guidText {
    font-size: 0.75rem;
    padding: 15px;
  }

  .bl_schedule_guidText img {
    display: block;
    margin: 10px auto 0;
  }

  .bl_tab-container {
    padding: 15px;
  }

  .bl_tab-container ul {
    flex-direction: column;
    border-radius: 16px;
    white-space: nowrap;
  }

  .bl_tab-container ul li {
    font-size: 0.875rem;
    padding: 10px;
    flex: 0 0 auto;
    text-align: left;
  }

  .bl_tab-container .bl_liquid-bg {
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 0;
  }

  .bl_schedule_timeT {
    font-size: 0.75rem;
    overflow-x: auto;
    cursor: grab;
    grid-auto-rows: 60px;
  }

  .bl_schedule_header {
    font-size: 0.875rem;
    padding: 10px 0;
  }

  .bl_schedule_times {
    font-size: 0.75rem;
  }

  .bl_schedule_subject,
  .bl_schedule_club {
    font-size: 0.6875rem;
    padding: 6px;
  }

  .bl_schedule_legend {
    flex-direction: column;
    align-items: left;
    gap: 8px;
    padding: 0px 5px 3px;
  }

  .bl_schedule_legend_item {
    width: 260px;
    display: flex;
    align-items: left;
    gap: 10px;
  }

  .bl_tab-content {
    padding: 10px 0 0;
  }

}

@media screen and (max-width: 768px) {

  .bl_schedule_spTitle {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 10px 5px 10px;
    line-height: 1.5;
    padding: 0px 5px 3px;
  }

  .bl_tab-container {
    padding: 10px;
  }

  .bl_tab-content {
    padding: 10px;
  }

  .bl_schedule_content {
    padding: 10px;
  }

  .bl_schedule_tabContent {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bl_tab-content {
    padding: 10px 2px 0px;
  }

  .bl_schedule_content {
    margin: 0px 3px;
  }

}


/*==タブレット対応==*/
@media screen and (max-width: 1024px) {
  .bl_schedule_timeT {
    min-width: 50rem;
  }

  .bl_tab-container ul {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .bl_schedule_guidText {
    font-size: 0.75rem;
    padding: 15px;
  }

  .bl_schedule_guidText p {
    font-size: 0.875rem;
    padding: 15px;
  }

  .bl_tab-container ul li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .bl_schedule_timeT {
    font-size: 0.75rem;
    overflow-x: auto;
    cursor: grab;
    grid-auto-rows: 60px;
  }
}
/*============================
よくある質問
============================*/
.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;
	}
}