@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;
	background: #008cd6;
	padding: 150px 0;
}
.bl_mainVisual_wrap {
    background-image: linear-gradient(0deg, transparent 19px, #1a98da 20px), linear-gradient(90deg, transparent 19px, #1a98da 20px);
    background-size: 20px 20px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_mainVisual_decoL {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 240px;
	height: 70%;
}
.bl_mainVisual_decoR {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 240px;
	height: 100%;
}
.bl_mainVisual_decoL span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0, 0 0, 0 70%);
	background: #005bac66;
}
.bl_mainVisual_decoL span:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 80%;
	height: 100%;
	clip-path: polygon(70% 0, 0 0, 0 100%);
	background: #005bac66;
}
.bl_mainVisual_decoR span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0, 20% 100%, 100% 100%);
	background: #005bac66;
}
.bl_mainVisual_decoR span:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 48%, 0 100%, 100% 100%);
	background: #005bac66;
}
.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: 1.125rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin: 10px 0 0;
	letter-spacing: .05em;
}
.bl_mainVisual_ttl h1 .hp_en {
	color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
	line-height: 1;
}

@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;
		padding: 120px 0;
	}
	.bl_mainVisual .hp_pad {
		display: none;
	}
	.bl_mainVisual .hp_mo {
		display: block;
	}
	.bl_mainVisual_ttl h1 .hp_en {
    	font-size: 1.75rem;
	}
}
/* ----- パンくず -----*/
.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,
.bl_bread li a {
  font-size: .75rem;
	color: #fff
}
.bl_bread li:not(:first-child) {
  padding-left: 5px;
}
.bl_bread li .arrow {
  margin-right: 5px;
	color: #fff;
}
@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_tabBox li {
	text-align: center;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 1.25rem;
	background: #939FAB;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
.bl_tabBox {
	max-width: 100%;
    gap: 40px;
    border-bottom: 2px solid #005bac;
}
.bl_tabBox li.active {
	background: #005bac;
}
.bl_tabBox li:hover {
	background: #1a73e8;
}
.bl_session_tab .bl_tabBox {
	gap: 30px;
}
/*============================
お問い合わせ
============================*/
.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 #ACABAB;
	width :300px;
	border-right: transparent 20px solid;
}
.bl_contact_form_box  td{
	padding: 20px 0;
	border-bottom: 2px solid #ddd;
	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 {
	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: 60%;
	font-size: 1rem;
	border: none;
	border: #f5f5f5 solid 2px !important;
	border-radius: 5px;
}
.bl_contact_form .date-picker {
	padding: 9px;
	border: #f5f5f5 solid 2px !important;
    border-radius: 5px;
	margin-right: 10px;
	width: 30%;
}
.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_input_zip > p,
.bl_contact_input_address > p {
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: left;
}
.bl_contact_input_address {
	margin-top: 10px;
}
.bl_contact_input_address .wpcf7-form-control-wrap {
	width: 100%;
}
.bl_contact_input_address .address_label {
	font-size: 0.875rem;
	width: 30%;
}
.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: #005bac;
  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;
	border: 2px solid #005bac;
}
.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
  background: #fff;
	color: #005bac;
}
.bl_contact_his {
	text-align: center;
}
.bl_contact_his span {
    background: #E95504;
    color: #fff;
	font-size: .75rem;
    display: block;
    padding: 2px;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-list-item {
    margin: 0 !important;;
}
.bl_contact_form_box th,
.bl_contact_form_box td {
	vertical-align: middle;
}
.hidden-fields-container {
	display: none;
}
@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_contact_input_address > p {
		display: block;
	}
	.bl_contact_input_address .address_label {
		width: auto;
	}
	.bl_contact_input_address .address_label br {
		display: none;
	}
}
/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 2.1;
	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_download_desc .el_more {
	max-width: 600px;
	margin-top: 20px;
}

/*============================
お知らせ一覧
============================*/
.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: "Barlow", 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 {
	line-height: 2.1;
}
.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 {
    position: relative;
}
.ly_ratioCont_right {
	float: right;
    width: calc(100% - 420px);
	background: #fff;
	padding: 0 90px;
}
.ly_ratioCont_left {
	padding-left: 150px;
    float: left;
    width: 420px;
	position: sticky;
    top: 40px;
    left: 0;
}
.bl_enrollNav {
	margin: 60px 0 0;
}
.bl_enrollNav li {
	padding: 12px 0 12px 20px;
	border-left: 4px solid #F0F6F8;
}
.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: 1020px;
    padding: 60px;
    background: #F0F6F8;
	margin: 0 0 40px;
	border-radius: 20px;
}
.bl_enroll_ttl {
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 600;
	color: #005bac;
	margin: 0 0 45px;
	padding: 0 0 5px;
	border-bottom: 1px solid #005bac;
}
/* 入校までの流れ */
.bl_enroll_flow_num {
    display: inline-block;
	text-align: center;
    font-size: 2.5rem;
    letter-spacing: .1em;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #E95504;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: 1;
    letter-spacing: 0;
}
.bl_enroll_flow h3 {
	font-size: 1.375rem;
	font-weight: 700;
	position: absolute;
    top: -19px;
    left: 50px;
	color: #005bac;
}
.bl_enroll_flow {
	position: relative;
	margin: 50px 0 0;
	padding: 40px 50px;
	border-radius: 20px;
	background: #fff;
}
.bl_enroll_flow.hp_top {
	margin: 20px 0 0;	
}
.bl_enroll_desc {
	line-height: 1.8;
}
.bl_enroll_flow h3 span {
	vertical-align: middle;
	display: inline-block;
}
.bl_enroll_flow h3 .hp_agk {
	font-size: .9375rem;
    color: #005bac;
}
.bl_enroll_flow h3 .hp_yghs {
	font-size: .9375rem;
    color: #1497bc;
}
.bl_enroll_flow .el_more {
	margin: 20px 0 0;
	max-width: 510px;
}
.bl_enroll_cta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.bl_enroll_cta .el_more:nth-child(2) a {
	color: #E95504;
	border: 1px solid #E95504;
}
.bl_enroll_cta .el_more:nth-child(2) a:hover {
	background: #E95504;
	color: #fff;
}
.bl_enroll_cta .el_more:nth-child(2) a:before,
.bl_enroll_cta .el_more:nth-child(2) a:after {
	background: #E95504;
}
.bl_enroll_cta .el_more:nth-child(2) a:hover:before,
.bl_enroll_cta .el_more:nth-child(2) a:hover:after {
	background: #fff;
}
/* 募集要項 */
.bl_enroll_table {
	background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
.bl_enroll_table table th,
.bl_enroll_table table td {
	padding: 25px 18px;
	border-bottom: 1px solid #ddd;
}
.bl_enroll_table table tr:last-of-type th,
.bl_enroll_table table tr:last-of-type td {
	border-bottom: none;
}
.bl_enroll_table table th {
	width: 15%;
	color: #005bac;
}
.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;
	background: #fff;
}
.bl_enroll_fee_table tr th:nth-child(1) {
	width: 20%;
}
.bl_enroll_fee_table tr th:nth-child(2) {
	width: 13%;
}
.bl_enroll_fee_table tr th:nth-child(3) {
	width: 67%;
}
.bl_enroll_fee_table tr th,
.bl_enroll_fee_table tr td {
	padding: 5px;
	border-right: 2px solid #005bac;
	border-bottom: 2px solid #005bac;
	font-weight: 600;
	color: #005bac;
	font-size: .875rem;
	vertical-align: middle;
}
.bl_enroll_fee_table thead th {
	background: #005bac;
	color: #fff;
}
.bl_enroll_fee_table thead th:not(:last-of-type) {
	border-right: 2px solid #fff;
}
.bl_enroll_fee_table tr td.hp_remarks {
	font-size: .75rem;
	line-height: 1.3;
}
.bl_enroll_fee_table_price  {
	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 20px;
    background: #fff;
}
.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: #005bac1a;
	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(2, 1fr);
	gap: 20px;
	margin: 30px auto 0;
}
.bl_enroll_support_item {
	background: #fff;
	padding: 30px 24px 24px;
	border-radius: 10px;
}
.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: 0 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;
	}
	.bl_enroll_item {
    	padding: 40px;
	}
	.bl_enroll_table {
    	padding: 10px 20px;
	}
	.bl_enroll_table table th {
    	width: 20%;
	}
}
@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: 60px;
	}
	.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 30px 60px;
	}
	.ly_ratioCont {
    	background: none;
	}
	.bl_enroll_item {
    	padding: 40px 0 0;
        margin: 0;
		background: none;
	}
	.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_appl_period_box {
		font-size: .75rem;
	}
	.bl_enroll_fee {
		display: block;
	}
	.bl_enroll_fee .bl_enroll_fee_item:nth-of-type(1) {
		margin: 0 0 40px;
	}
	.bl_enroll_flow_num {
   	 	font-size: 1.75rem;
    	top: -21px;
    	left: 0px;
	}
}
@media screen and (max-width: 767px) {
	.ly_ratioCont_left {
		margin-bottom: 40px;
	}
	.ly_ratioCont_right {
        padding: 0 15px 40px;
    }
	.bl_enrollNav {
		grid-template-columns: repeat(2, 1fr);
	}
	.bl_enrollNav li a {
		padding: 8px 5px;
		font-size: .75rem;
	}
	.bl_enroll_flow {
    	margin: 30px 0 0;
    	padding: 24px 18px;
	    border-radius: 10px;
	}
	.bl_enroll_flow h3 {
    	font-size: 1.0625rem;
    	position: static;
		margin: 0 0 15px
	}
	.bl_enroll_ttl {
        font-size: 1.25rem;
		margin: 0 0 24px;
	}
	.bl_enroll_flow h3 .hp_agk,
	.bl_enroll_flow h3 .hp_yghs {
		display: block;
    	font-size: .875rem;
	    margin: 2px 0 0 -7px;
	}
	.bl_enroll_desc {
		font-size: 0.9375rem;
	}
	.bl_enroll_cta {
    	display: block;
	}
	.bl_enroll_cta .el_more {
		width: 100%;
	}
	.bl_enroll_cta .el_more a {
		min-width: auto;
	    padding: 18px 10px;
	}
	.bl_enroll_table {
    	border-radius: 10px;
	}
	.bl_enroll_table table th,
	.bl_enroll_table table td {
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}
	.bl_enroll_table table th {
		border: none;
	    padding: 15px 0 6px;
	}
	.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;
	    margin: 20px auto 0;
	}
	.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: 30%;
	}
	.bl_enroll_fee_table tr th:nth-child(2) {
    	width: 20%;
	}
	.bl_enroll_fee_table tr th:nth-child(3) {
    	width: 50%;
	}
	.bl_enroll_fee_table tr th,
	.bl_enroll_fee_table tr td {
		padding: 10px 5px;
		font-size: .75rem;
		vertical-align: middle;
	    line-height: 1.2;
	}
	.bl_enroll_fee_table tr td {
	    line-height: 1.5;		
	}
	.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.375rem;
	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.125rem;
	font-weight: 500;
	margin: 60px auto 0;
	letter-spacing: .1em;
}
.bl_policy_point {
	max-width: 900px;
	margin: 60px auto 0;
}
.bl_policy_point h2 {
    font-size: 1.75rem;
    font-weight: 800;
}
.bl_policy_point_item {
	margin: 15px 0 0;
	line-height: 1.9;
}
.bl_policy_point_item h3 {
	font-size: 1.125rem;
	font-weight: 600;
}
@media screen and (max-width: 1279px) {
	.bl_education_top,
	.bl_policy_point h2 {
    	font-size: 1.5rem;
	}
}
@media screen and (max-width: 1023px) {
	.bl_education_top {
    	font-size: 1.25rem;
	}
	.bl_education_txt {
    	font-size: 1.125rem;
	}
}
@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_policy_point {
		margin: 30px auto 0;
	}
	.bl_policy_point_item h3 {
    	font-size: 1.0625rem;
		margin: 0 0 5px;
	}
	.bl_policy_point_item {
		line-height: 1.7;
	}
}
/*============================
学校説明会
============================*/
.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 {
	position: relative;
	display: grid;
    grid-template-columns: 30% 1fr;
    gap: 50px;
    border-radius: 20px;
	padding: 45px 80px;
    background: #EFF2F5;
    max-width: 900px;
    margin: 0 auto;
	align-items: center;
}
.bl_schedule_cont h2 {
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 600;
	color: #005bac;
}
.bl_schedule_cont h2 span {
	position: relative;
}
.bl_schedule_cont h2 span:before {
    content: '';
    width: 1px;
    height: 24px;
    background: #005bac;
    transform: rotate(-30deg);
    position: absolute;
    top: 5px;
    left: -14px;
}
.bl_schedule_cont h2 span:after {
    content: '';
    width: 1px;
    height: 24px;
    background: #005bac;
    transform: rotate(30deg);
    position: absolute;
    top: 5px;
    right: -10px;
}
.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 {
	background: #fff;
	border: 1px solid #005bac;
	position: relative;
	border-radius: 20px;
	padding: 30px 10px;
    text-align: center;
}
.bl_schedule_time h3 {
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	text-align: center;	
}
.bl_schedule_time h3 span {
    padding: 4px 17px 5px;
    display: inline-block;
    background: #005bac;
    color: #fff;
    border-radius: 20px;
    line-height: 1;
}
.bl_schedule_time p {
	line-height: 2;
}
.bl_session_online {
	margin: 0 0 50px;
}
.bl_session_online_cont {
	display: grid;
	 grid-template-columns: 210px 1fr;
	border: 1px solid #E8E8E8;
	border-bottom: none;
}
.bl_session_online_item {
	padding: 24px;
}
.bl_session_online_item.hp_ttl {
	background: #EFF2F5;
}
.bl_session_online_item h4 {
	color: #005bac;
	font-weight: 600;
}
.bl_session_online_item {
	border-bottom: 1px solid #E8E8E8;
	line-height: 1.8;
}
.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 #005bac;
    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;
}
.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: 0 0 10px;
}
.bl_session_category span {
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 5px 0 6px 10px;
    font-weight: 500;
    background: #E95504;
}
.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_session_entry .bl_tabBox {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}
.bl_session_tab .bl_tabBox li {
	border-radius: 100px;
}
.bl_session_entry .bl_tabBox li {
	border-radius: 20px 20px 0 0;
}
.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_entry_online p {
	line-height: 1.8;
}
.bl_session_meeting {
	margin: 50px 0 0;
}
.bl_session_entry {
	background: #EFF2F5;
}
.bl_session_meeting_desc {
	font-size: 1.125rem;
    font-weight: 600;
	margin: 0 0 30px;
}
.bl_session_tab {
	margin: 30px 0 0;
}
.bl_contact_form .bl_tabContent {
	background: #fff;
	padding: 20px 50px 50px;
}
.bl_session_tab .bl_tabBox {
	max-width: 720px;
	margin: 0 auto 40px;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	border: none;
}
@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: 45px 20px 25px;
	}
	.bl_schedule_cont .bl_schedule_item:first-of-type {
		margin: 0 0 20px;
	}
	.bl_schedule_time p {
    	font-size: .9375rem;
	}
	.bl_schedule_time {
    	padding: 25px 10px 20px;
	}
	.bl_session_online_item {
    	padding: 15px 10px;
	    font-size: .9375rem;
	}
	.bl_session_online_cont {
    	grid-template-columns: 90px 1fr;
	}
	/*.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_meeting_desc {
    	font-size: 1rem;
	}
	.bl_session_list {
		grid-template-columns: repeat(1, 1fr);
    	gap: 10px;
	}
	.bl_session_list li {
    	padding: 8px 12px 15px;
		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_form .bl_tabContent {
    	padding: 20px 15px 20px;
	}
	.bl_session_tab .bl_tabBox {
    	margin: 0 auto 15px;
    	gap: 2px;
	}
	.bl_session_tab .bl_tabBox li {
		font-size: .75rem;
		padding: 15px 5px;
	}
}
/*============================
個別相談・お問い合わせ
============================*/
.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_teachers_nav ul {
	margin: 0 auto 100px;
	display: grid;
	 grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	text-align: center;
}
.bl_teachers_nav ul li a {
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 15px 5px;
	position: relative;
	font-weight: 600;
	font-size: .9375rem;
}
.bl_teachers_nav ul li:nth-child(1) a {
	background: #c09926;
}
.bl_teachers_nav ul li:nth-child(1) a:hover {
	background: #ba9424;
}
.bl_teachers_nav ul li:nth-child(2) a {
	background: #005bac;
}
.bl_teachers_nav ul li:nth-child(2) a:hover {
	background: #014D90;
}
.bl_teachers_nav ul li:nth-child(3) a {
	background: #E95504;
}
.bl_teachers_nav ul li:nth-child(3) a:hover {
	background: #D34B01;
}
.bl_teachers_nav ul li:nth-child(4) a {
	background: #04AFAF;
}
.bl_teachers_nav ul li:nth-child(4) a:hover {
	background: #029696;
}
.bl_teachers_nav ul li:nth-child(5) a {
	background: #0ea2ed;
}
.bl_teachers_nav ul li:nth-child(5) a:hover {
	background: #029696;
}
.bl_teachers_nav ul li a::before,
.bl_teachers_nav ul li a::after {
	content: "";
	position: absolute;
    top: 23px;
    width: 2px;
    height: 9px;
	border-radius: 9999px;
	background-color: #fff;
}
.bl_teachers_nav ul li a::before {
	right: 20px;	
}
.bl_teachers_nav ul li a::after {
	right: 26px;	
}
.bl_teachers_nav ul li a::before {
	transform: rotate(45deg);
}
.bl_teachers_nav ul li a::after {
	transform: rotate(-45deg);
}
.bl_teachers_wrap {
	padding: 20px 60px 60px;
	border-radius: 20px;
}
.bl_teachers_special .bl_teachers_wrap {
	background: #c099260d;
	padding: 20px 60px 20px;
}
.bl_teachers_science .bl_teachers_wrap {
	background: #005bac0d;
}
.bl_teachers_trainer .bl_teachers_wrap {
	background: #E955040d;
}
.bl_teachers_business .bl_teachers_wrap {
	background: #04AFAF0d;
}
.bl_teachers_staff .bl_teachers_wrap {
	background: #0ea2ed0d;
}
.bl_teachers_ttl {
    padding: 0 0 0 24px;
    border-left: solid #005bac 7px;
    font-weight: 700;
    font-size: 1.375rem;
    margin: 0 0 30px;
    color: #005bac;
}
.bl_teachers_special .bl_teachers_ttl {
	border-left: solid #c09926 7px;
    color: #c09926;
}
.bl_teachers_trainer .bl_teachers_ttl {
	border-left: solid #E95504 7px;
    color: #E95504;
}
.bl_teachers_business .bl_teachers_ttl {
	border-left: solid #04AFAF 7px;
    color: #04AFAF;
}
.bl_teachers_staff .bl_teachers_ttl {
	border-left: solid #0ea2ed 7px;
    color: #0ea2ed;
}
.bl_teachers_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;	
}
.bl_teachers_special .bl_teachers_cont  {
	display: block;
}
.bl_teachers_box {
	display: grid;
	 grid-template-columns: 150px 1fr;
	gap: 30px;
	padding: 40px 0;
	border-bottom: 2px solid #005bac;
}
.bl_teachers_trainer .bl_teachers_box {
	border-bottom: 2px solid #E95504;
}
.bl_teachers_business .bl_teachers_box {
	border-bottom: 2px solid #04AFAF;
}
.bl_teachers_staff .bl_teachers_box {
	border-bottom: 2px solid #0ea2ed;
}
.bl_teachers_special .bl_teachers_box {
	border-bottom: none;
}
.bl_teachers_name .hp_attention {
	font-size: .875rem;
}
.bl_teachers_name .hp_name {
	font-weight: 700;
	margin: 0 0 25px;
	font-size: 1.375rem;
	color: #005bac;
	line-height: 1;
}
.bl_teachers_special .bl_teachers_name .hp_name {
	color: #c09926;
}
.bl_teachers_trainer .bl_teachers_name .hp_name {
	color: #E95504;
}
.bl_teachers_business .bl_teachers_name .hp_name {
	color: #04AFAF;
}
.bl_teachers_staff .bl_teachers_name .hp_name {
	color: #0ea2ed;
}
.bl_teachers_item {
	font-size: .875rem;
}
.bl_teachers_item h3 {
	margin: 0 0 5px;
}
.bl_teachers_item h3 span {
	color: #fff;
	text-align: center;
	padding: 0px 12px 1px 13px;
	border-radius: 14px;
}
.bl_teachers_special .bl_teachers_item h3 span {
	background: #c09926;
}
.bl_teachers_science .bl_teachers_item h3 span {
	background: #005bac;	
}
.bl_teachers_trainer .bl_teachers_item h3 span {
    background: #E95504;
}
.bl_teachers_business .bl_teachers_item h3 span {
    background: #04AFAF;
}
.bl_teachers_staff .bl_teachers_item h3 span {
    background: #0ea2ed;
}
.bl_teachers_item .bl_teachers_itemBox:not(:last-of-type) {
	margin: 0 0 12px;
}
@media screen and (max-width: 1279px) {
	.bl_teachers_nav ul {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1023px) {
	.bl_teachers_box {
		border: none !important;
		display: block;
		padding: 20px 10px;
	}
	.bl_teachers_wrap {
    	padding: 20px;
    	border-radius: 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_teachers {
		background: #f6f7fb;		
	}
	.bl_teachers_nav ul {
    	margin: 0 auto 40px;
	    gap: 5px;
	}
	    .bl_teachers_box {
        padding: 20px 10px 0;
    }
	.bl_teachers_nav ul:not(;last-child) {
		margin: 0 0 6px;
	}
	.bl_teachers_nav ul li p span::before, 
	.bl_teachers_nav ul li p span::after {
    	top: 8px;
    	height: 10px;
	}
	.bl_teachers_nav ul li p span::before {
    	right: -26px;
	}
	.bl_teachers_ttl {
    	font-size: 1.125rem;
    	margin: 0 0 20px;
	}
	.bl_teachers_cont {
    	display: block;
		padding: 0 20px 0;
	}
	.js-slider-01 .slick-arrow.slick-prev {
		left: -10px;
	}
	.js-slider-01 .slick-arrow.slick-next {
		right: -10px;
	}
	.bl_teachers_special .bl_teachers_wrap {
    	padding: 20px 0 20px;
	}
	.bl_teachers_nav ul li a {
    	font-size: .75rem;
	}
	.bl_teachers_nav ul li a::before,
	.bl_teachers_nav ul li a::after {
    	content: none;
	}
}
/*============================
学校概要・アクセス
============================*/
.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_access {
	margin: 30px 0 0;
}
.bl_facility_desc span {
	font-weight: 700;
}
.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: 22px 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 h2 {
	font-weight: 600;
    font-size: 1.25rem;
    color: #005bac;
    margin: 0 0 10px;
}
.bl_access_box {
    margin: 0 0 15px;
}
.bl_access_box.hp_last {
    margin: 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_cont .bl_facility_item:not(:last-of-type) {
		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: 16px;
	}
	.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 {
	background: #EFF2F5;
}
.bl_schedule_desc {
  line-height: 2.2;
  letter-spacing: .05em;
  text-align: center;
  font-weight: 600;
}
.bl_schedule_type {
	max-width: 1020px;
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin: 50px auto 0;
}
.bl_schedule_type_ttl {
	text-align: center;
	font-weight: 600;
	color: #005bac;
	margin: 0 0 20px;
}
.bl_schedule_type_ttl span {
	font-size: 1.25rem;
}
.bl_schedule_type p {
	line-height: 1.7;
}
.bl_schedule_type img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 20px;
}
.bl_oneday .bl_tabBox {
	margin: 0 auto 30px;
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.bl_oneday .bl_tabBox li {
    padding: 15px 10px;
    font-size: 1.0625rem;
    border-radius: 20px 20px 0 0;
}
.bl_oneday_type {
	max-width: 750px;
	margin: 0 auto 30px;
}
.bl_oneday_type li {
	display: inline-block;
	text-align: center;
	width: 33.333%;
}
.bl_oneday_type li span {
	position: relative;
	padding: 0 0 0 18px;
}
.bl_oneday_type li span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
.bl_oneday_type li:nth-child(1) span:before{
	background: #008CD6;	
}
.bl_oneday_type li:nth-child(2) span:before {
	background: #04AFAF;
}
.bl_oneday_type li:nth-child(3) span:before {
	background: #E95504;
}
.bl_oneday_table table {
	border-top: 1px solid #ACABAB;
	border-left: 1px solid #ACABAB;	
	background: #fff;
	font-size: .875rem;
}
.bl_oneday_table table thead th:nth-of-type(1) {
	width: 6%;
}
.bl_oneday_table table thead th:nth-of-type(2) {
	width: 15.6%;
}
.bl_oneday_table table thead th:nth-of-type(3) {
	width: 15.6%;
}
.bl_oneday_table table thead th:nth-of-type(4) {
	width: 15.6%;
}
.bl_oneday_table table thead th:nth-of-type(5) {
	width: 15.6%;
}
.bl_oneday_table table thead th:nth-of-type(6) {
	width: 15.6%;
}
.bl_oneday_table table thead th:nth-of-type(7) {
	width: 8%;
}
.bl_oneday_table table thead th:nth-of-type(8) {
	width: 8%;
}
.bl_oneday_table table th,
.bl_oneday_table table td {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ACABAB;
	border-right: 1px solid #ACABAB;	
}
.bl_oneday_table table thead th {
	background: #E8E8E8;
}
.bl_oneday_table table td p.hp_lesson {
	background: #EFF5F4;
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 58px;
	padding: 12px;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.2;
}
.bl_oneday_table table td p.hp_basic {
	background: #EFF2F5;
}
.bl_oneday_table table td p.hp_od {
	background: #EFF5F4;
}
.bl_oneday_table table td p.hp_practice {
	background: #F8EEE4;
}
.bl_oneday_table table td p.hp_hours2 {
	min-height: 130px;	
}
.bl_oneday_table table thead tr {
	height: 40px;	
}
.bl_oneday_table table tbody tr {
	height: 60px;	
}
.bl_oneday_table .hp_dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
    margin: 1px 0 0;
}
p.hp_basic .hp_dot {
	background: #008CD6;
}
p.hp_od .hp_dot {
	background: #04AFAF;
}
p.hp_practice .hp_dot {
	background: #E95504;
}
.bl_oneday_table table td.hp_em {
	font-weight: 700;
    color: #0d58e3;
}
@media screen and (max-width: 1023px) {
	.bl_schedule_type {
		gap: 30px;
	}
	.bl_oneday .bl_tabBox {
    	gap: 5px;
	}
	.bl_oneday .bl_tabBox li {
    	padding: 15px 6px;
    	font-size: .75rem;
	}
	.bl_oneday_table {
        overflow-x: scroll;
    }
	.bl_oneday_table table {
        width: 100%;
        min-width: 990px;
    }
}
@media screen and (max-width: 767px) {
	.bl_schedule_desc {
		text-align: left;
		line-height: 1.8;
	}
	.bl_schedule_type {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 40px;
    	margin: 30px auto 0;
	}
	.bl_schedule_type img {
    	max-width: 150px;
    	margin: 0 auto 15px;
	}
	.bl_oneday_table table tbody tr {
    	height: 50px;
	}
	.bl_oneday_table table td p.hp_lesson {
    	min-height: 37px;
    	padding: 0 12px;
	}
	.bl_oneday_table table td p.hp_hours2 {
    	min-height: 87px;
	}
	.bl_oneday_type li span {
    	padding: 0 12px 0 10px;
    	font-size: .75rem;
		line-height: 1;
	}
	.bl_oneday_type li {
    	width: auto;
	}
	.bl_oneday_type {
    	margin: 0 auto 15px;
	}
	.bl_oneday .bl_tabBox {
    	margin: 0 auto 10px;
	    gap: 3px;
	}
	.bl_oneday_type li span:before {
    	top: 5px;
	}
	.bl_oneday .bl_tabBox li {
        padding: 12px 6px 10px;
        border-radius: 14px 14px 0 0;
    }
}

/*============================
コラム
============================*/
/* ----- アーカイブページ -----*/
.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_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;
	}
}
/* =========================================================
   部活動紹介ページ CSS 最適化版
   デザイン表現は変更せず、同一セレクタ内の後勝ち重複を整理
========================================================= */

.bl_club_page {
	--club-bg-y: 0px;
	--club-bg-grid-y: 0px;
	--club-content-y: 0px;
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
}

.bl_club_page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate3d(0, var(--club-bg-y), 0);
	will-change: transform;
}

.bl_club_page::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	transform: translate3d(0, var(--club-bg-grid-y), 0);
	will-change: transform;
}

.bl_club_bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	background: none !important;
}

.bl_club_bg::before,
.bl_club_bg::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 42px;
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
}

.bl_club_bg::before {
	transform: rotate(-8deg);
}

.bl_club_bg::after {
	transform: rotate(7deg);
}

.bl_club_contents {
	position: relative;
	z-index: 1;
	transform: translate3d(0, var(--club-content-y), 0);
	will-change: transform;
}

.bl_club_intro,
.bl_club_sec,
.bl_club_scheduleSec,
.bl_club_facilitySec,
.bl_club_sec__other {
	position: relative;
	isolation: isolate;
	overflow: clip;
	word-break: normal;
	line-break: strict;
	background: transparent !important;
}

.bl_club_intro *,
.bl_club_sec *,
.bl_club_scheduleSec *,
.bl_club_facilitySec *,
.bl_club_sec__other * {
	word-break: normal;
	box-sizing: border-box;
}

.bl_club_intro > .ly_wrap,
.bl_club_sec > .ly_wrap,
.bl_club_scheduleSec > .ly_wrap,
.bl_club_facilitySec > .ly_wrap,
.bl_club_sec__other > .ly_wrap {
	position: relative;
	z-index: 2;
}

.bl_club_intro img,
.bl_club_sec img,
.bl_club_facilitySec img,
.bl_club_sec__other img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bl_club_intro .fadeUpTrigger,
.bl_club_sec .fadeUpTrigger,
.bl_club_scheduleSec .fadeUpTrigger,
.bl_club_facilitySec .fadeUpTrigger,
.bl_club_sec__other .fadeUpTrigger {
	will-change: transform, opacity;
}

.bl_club_intro {
	padding-block: clamp(56px, 8vw, 100px);
}

.bl_club_intro_inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin-inline: auto;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(150, 185, 230, .48);
	border-radius: 42px 0 42px 0;
	box-shadow: 0 18px 42px rgba(15, 49, 116, .11);
	padding: clamp(38px, 6vw, 72px) clamp(20px, 5vw, 58px);
	text-align: center;
}

.bl_club_intro_en,
.bl_club_heading_en {
	color: #96B9E6;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

.bl_club_intro_en {
	font-size: clamp(1.7rem, 3.2vw, 2.35rem);
	margin-bottom: 10px;
}

.bl_club_intro_ttl {
	color: #0f3174;
	font-size: clamp(1.65rem, 3.3vw, 2.3rem);
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.35;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.62);
}

.bl_club_intro_lead {
	margin-top: clamp(22px, 3.5vw, 34px);
	font-size: clamp(1rem, 1.7vw, 1.1875rem);
	font-weight: 600;
	line-height: 2.05;
	letter-spacing: .07em;
	text-align: center;
}

.bl_club_intro_btn {
	max-width: 420px;
	margin: clamp(28px, 4vw, 42px) auto 0;
	text-align: left;
}

.bl_club_heading {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: clamp(34px, 5vw, 58px);
}

.bl_club_heading_en {
	font-size: clamp(1.55rem, 2.8vw, 2.05rem);
	margin-bottom: 8px;
}

.bl_club_heading h2,
.bl_club_scheduleSec .el_lv2Heading .ja,
.bl_club_facilitySec .el_lv2Heading .ja {
	color: #0f3174;
	text-shadow: 0 1px 0 rgba(255,255,255,.62);
}

.bl_club_heading h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.42;
	text-align: center;
}

.bl_club_heading h2::after {
	content: "";
	display: block;
	width: 52px;
	height: 3px;
	background: var(--club-accent, #0ea2ed);
	border-radius: 3px;
	margin: 20px auto 0;
}

.bl_club_program__boys,
.bl_club_scheduleSec__boys,
.bl_club_facilitySec__boys {
	--club-accent-pale: #edf6ff;
	--club-accent-border: #c6dff5;
	--club-accent-shadow: rgba(8, 43, 99, .18);
}

.bl_club_program__girls,
.bl_club_scheduleSec__girls,
.bl_club_facilitySec__girls {
	--club-accent-pale: #fff1f7;
	--club-accent-border: #f3cadc;
	--club-accent-shadow: rgba(126, 29, 81, .16);
}

.bl_club_program {
	padding-top: clamp(70px, 8vw, 110px);
	padding-bottom: clamp(60px, 8vw, 96px);
}

.bl_club_program::before {
	content: "";
	position: absolute;
	width: clamp(260px, 34vw, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: -1;
	pointer-events: none;
	background: var(--club-accent-soft);
}

.bl_club_program__boys::before {
	left: max(-260px, -16vw);
	top: 140px;
}

.bl_club_program__girls::before {
	right: max(-260px, -16vw);
	top: 120px;
}

.bl_club_main {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: clamp(34px, 5vw, 56px);
	align-items: center;
	margin-bottom: clamp(50px, 7vw, 78px);
}

.bl_club_main__reverse {
	grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
}

.bl_club_main__reverse .bl_club_main_img {
	order: 2;
}

.bl_club_main__reverse .bl_club_main_body {
	order: 1;
}

.bl_club_main_img {
	position: relative;
	z-index: 1;
	margin: 0;
}

.bl_club_main_img::before {
	content: "";
	position: absolute;
	right: -16px;
	bottom: -16px;
	width: 100%;
	height: 100%;
	background: var(--club-accent);
	border-radius: 26px 0 26px 0;
	z-index: -1;
}

.bl_club_main_img img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 26px 0 26px 0;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .14);
}

.bl_club_main_body {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .96);
	border-top: 5px solid var(--club-accent);
	border-radius: 0 30px 0 30px;
	box-shadow: 0 10px 28px rgba(15, 49, 116, .10);
	padding: clamp(28px, 4vw, 42px) clamp(22px, 3.4vw, 36px);
}

.bl_club_main_label {
	color: var(--club-accent);
	font-family: "Oooh Baby", cursive;
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	line-height: 1;
	margin-bottom: 16px;
}

.bl_club_main_txt {
	color: #0f3174;
	font-size: clamp(1.0625rem, 1.8vw, 1.125rem);
	font-weight: 800;
	line-height: 1.95;
	letter-spacing: .07em;
}

.bl_club_subttl {
	position: relative;
	z-index: 1;
	margin-bottom: clamp(22px, 3.5vw, 32px);
	text-align: center;
}

.bl_club_subttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.bl_club_subttl span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: clamp(1rem, 1.7vw, 1.25rem);
	font-weight: 800;
	line-height: 1.2;
	padding: 13px 38px;
	border: 2px solid var(--club-accent);
	border-radius: 999px;
	letter-spacing: .08em;
}

.bl_club_subttl span::before,
.bl_club_subttl span::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--club-accent);
	border-radius: 50%;
	margin-inline: 0 14px;
}

.bl_club_subttl span::after {
	margin-inline: 14px 0;
}

.bl_club_director {
	margin-bottom: 0;
}

.bl_club_director_box {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(26px, 4vw, 42px);
	align-items: center;
	border: 1px solid rgba(215, 226, 241, .96);
	border-radius: 26px;
	box-shadow: 0 10px 28px rgba(15, 49, 116, .09);
	padding: clamp(24px, 3.8vw, 38px);
	overflow: visible;
}

.bl_club_director_img {
	margin: 0;
}

.bl_club_director_img img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	border: 8px solid var(--club-accent-border);
}

.bl_club_director_role {
	color: var(--club-accent);
	font-family: "Oooh Baby", cursive;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	line-height: 1;
	margin-bottom: 8px;
}

.bl_club_director_cont h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 16px;
}

.bl_club_director_cont h3 span {
	font-size: clamp(.875rem, 1.4vw, 1rem);
	font-weight: 600;
}

.bl_club_director_cont ul {
	display: grid;
	gap: 8px;
	letter-spacing: 0;
}

.bl_club_director_cont li {
	position: relative;
	padding-left: 18px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: .04em;
}

.bl_club_director_cont li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--club-accent);
	border-radius: 50%;
}

.bl_club_scheduleSec {
	padding-block: clamp(58px, 7vw, 92px);
}

.bl_club_scheduleSec::before {
	content: "";
	position: absolute;
	inset: clamp(18px, 3vw, 34px) max(18px, 4vw);
	border-radius: 38px 0 38px 0;
	z-index: -1;
	pointer-events: none;
}

.bl_club_scheduleSec .el_lv2Heading {
	position: relative;
	z-index: 2;
	margin-bottom: 22px;
}

.bl_club_scheduleLead {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto clamp(28px, 4.5vw, 46px);
	text-align: center;
	font-size: clamp(.9375rem, 1.5vw, 1rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: .07em;
}

.bl_club_scheduleCard {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	width: 100%;
	margin-inline: auto;
	padding: clamp(14px, 2.2vw, 24px);
	border-radius: 26px;
	overflow: visible;
}

.bl_schedule_legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px;
	padding: 14px;
	background: rgba(255, 255, 255, .92);
	border-radius: 18px;
}

.bl_schedule_legend_item {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #0f3174;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.4;
}

.bl_schedule_legend_color {
	flex: 0 0 auto;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(15, 49, 116, .1) inset;
}

.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_legend_color.bl_schedule_blue {
	background: #3392FF;
}

.bl_schedule_tabContent,
.bl_club_schedule_cont {
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.bl_club_schedule_cont {
	position: relative;
	margin: 0;
	padding: clamp(10px, 2vw, 20px);
	border-radius: 20px;
	color: #fff;
	cursor: grab;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
}

.bl_schedule_timeT {
	display: grid;
	grid-template-columns: 76px repeat(7, minmax(104px, 1fr));
	grid-template-rows: 48px;
	grid-auto-rows: 74px;
	grid-auto-flow: row;
	align-items: stretch;
	min-width: 900px;
	background: #f5f7fb;
	border: 1px solid rgba(15, 49, 116, .14);
	border-radius: 16px;
	overflow: hidden;
	color: #333;
}

.bl_schedule_header {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-right: 1px solid #d9deea;
	border-bottom: 2px solid #c7ccda;
	color: #0f3174;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 10px 4px;
	text-align: center;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

.bl_schedule_header:last-of-type {
	border-right: none;
}

.bl_schedule_times {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #fff;
	border-right: 1px solid #d9deea;
	border-bottom: 1px solid #d9deea;
	color: #0f3174;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 12px 4px 4px;
	text-align: center;
	z-index: 3;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

.bl_schedule_times[data-sub]:not([data-sub=""])::before {
	content: attr(data-sub);
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #687083;
	font-size: .6875rem;
	line-height: 1;
	padding: 0 3px;
	white-space: nowrap;
}

.bl_schedule_times::after {
	content: none;
}

.bl_schedule_subject,
.bl_schedule_club {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	min-width: 0;
	min-height: 0;
	margin: 5px;
	padding: 7px 8px 7px 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
	color: #202733;
	font-size: .8125rem;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
	z-index: 2;
}

.bl_schedule_subject::before,
.bl_schedule_club::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 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_long2 {
	grid-row: span 2;
}

.bl_schedule_long3 {
	grid-row: span 3;
}

.bl_schedule_long7 {
	grid-row: span 7;
}

.bl_schedule_break {
	grid-column: 2 / span 5;
	align-self: stretch;
	margin: 8px 5px;
	padding: 8px 8px 8px 18px;
}

.bl_club_schedule_note {
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	margin: 18px 0 0;
}

.bl_club_facilitySec {
	padding-block: clamp(58px, 7vw, 96px);
}

.bl_club_facilitySec::before {
	content: "";
	position: absolute;
	width: clamp(260px, 34vw, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	right: max(-250px, -14vw);
	bottom: -260px;
	background: var(--club-accent-soft);
	z-index: -1;
	pointer-events: none;
}

.bl_club_facilitySec__girls::before {
	right: auto;
	left: max(-250px, -14vw);
}

.bl_club_facilityLead {
	max-width: 900px;
	margin: -18px auto clamp(34px, 5vw, 52px);
	font-size: clamp(.9375rem, 1.5vw, 1.0625rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: .07em;
	text-align: center;
}

.bl_club_facility {
	position: relative;
	z-index: 2;
	margin: 0;
}

.bl_club_facility_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 30px);
	align-items: stretch;
}

.bl_club_facility_item,
.bl_club_facility_link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	background: rgba(255, 255, 255, .96);
	border: 1px solid #d7e2f1;
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(15, 49, 116, .10);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	overflow: hidden;
}

.bl_club_facility_link:hover,
.bl_club_facility_item:hover {
	transform: translateY(-4px);
	border-color: var(--club-accent-border);
	box-shadow: 0 14px 30px rgba(15, 49, 116, .15);
}

.bl_club_facility_item figure {
	margin: 0;
	flex: 0 0 auto;
	overflow: hidden;
}

.bl_club_facility_item figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .35s ease;
}

.bl_club_facility_item:hover figure img {
	transform: scale(1.03);
}

.bl_club_facility_body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: clamp(20px, 2.5vw, 26px) clamp(18px, 2.2vw, 24px) clamp(22px, 2.8vw, 30px);
}

.bl_club_facility_item h3 {
	font-size: clamp(1.0625rem, 1.7vw, 1.18rem);
	font-weight: 800;
	line-height: 1.55;
	margin: 0 0 10px;
}

.bl_club_facility_item p {
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: .04em;
}

.bl_club_sec__other {
	padding-block: clamp(60px, 8vw, 100px);
}

.bl_club_sec__other::before {
	content: "";
	position: absolute;
	left: max(-260px, -14vw);
	bottom: -260px;
	width: clamp(260px, 34vw, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(14, 162, 237, .08);
	z-index: -1;
	pointer-events: none;
}

.bl_club_other_box {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
	background: rgba(255, 255, 255, .82);
	border: 1px solid #d7e2f1;
	border-radius: 30px;
	box-shadow: 0 10px 26px rgba(15, 49, 116, .08);
	padding: clamp(24px, 4vw, 48px);
	overflow: visible;
}

.bl_club_other_img {
	margin: 0;
}

.bl_club_other_img img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: 0 8px 22px rgba(15, 49, 116, .12);
}

.bl_club_other_cont h3 {
	color: #0f3174;
	font-size: clamp(1.3rem, 2.4vw, 1.75rem);
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 18px;
}

.bl_club_other_cont p {
	font-size: clamp(.9375rem, 1.5vw, 1.0625rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: .06em;
}

@media screen and (max-width: 1023px) {
	.bl_club_main,
	.bl_club_main__reverse {
		margin-bottom: 56px;
	}

	.bl_club_main__reverse .bl_club_main_img,
	.bl_club_main__reverse .bl_club_main_body {
		order: initial;
	}

	.bl_club_main_body {
		margin-top: 34px;
	}

	.bl_club_other_box {
		display: block;
	}

	.bl_club_other_cont {
		margin-top: 28px;
	}

	.bl_club_bg::before {
		width: 44vw;
		height: 26vw;
		top: 13%;
		left: 5%;
	}

	.bl_club_bg::after {
		width: 48vw;
		height: 28vw;
		top: 62%;
		right: 5%;
	}
}

@media screen and (max-width: 767px) {
	.bl_club_intro_inner {
		border-radius: 28px 0 28px 0;
	}

	.bl_club_intro_lead,
	.bl_club_scheduleLead,
	.bl_club_facilityLead {
		text-align: left;
	}

	.bl_club_main_img::before {
		right: -9px;
		bottom: -9px;
		border-radius: 20px 0 20px 0;
	}

	.bl_club_main_img img {
		border-radius: 20px 0 20px 0;
	}

	.bl_club_main_body {
		margin-top: 26px;
		border-radius: 0 22px 0 22px;
	}

	.bl_club_director_box {
		border-radius: 22px;
	}

	.bl_club_director_cont h3 span {
		display: block;
		margin-top: 6px;
	}

	.bl_schedule_legend {
		margin-bottom: 14px;
		padding: 12px;
	}

	.bl_schedule_header {
		padding: 8px 2px;
	}

	.bl_schedule_break {
		margin: 6px 4px;
	}

	.bl_club_other_box {
		border-radius: 22px;
	}

	.bl_club_bg::before,
	.bl_club_bg::after {
		border-radius: 26px;
		opacity: .36;
	}

	.bl_club_bg::before {
		width: 72vw;
		height: 34vw;
		top: 10%;
		left: 9%;
		transform: rotate(-7deg);
	}

	.bl_club_bg::after {
		width: 74vw;
		height: 36vw;
		top: 65%;
		right: 8%;
		transform: rotate(6deg);
	}
}

@media screen and (max-width: 374px) {
	.bl_schedule_legend {
		grid-template-columns: 1fr;
	}

	.bl_club_intro_inner,
	.bl_club_main_body,
	.bl_club_director_box,
	.bl_club_other_box {
		padding-inline: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bl_club_page::before,
	.bl_club_page::after,
	.bl_club_contents {
		transform: none !important;
	}
}

.bl_club_program > .ly_wrap,
.bl_club_scheduleSec > .ly_wrap,
.bl_club_facilitySec > .ly_wrap,
.bl_club_sec__other > .ly_wrap,
.bl_club_intro > .ly_wrap {
	position: relative;
	z-index: 2;
}

.bl_club_program .bl_club_heading_en {
	color: var(--club-accent);
	opacity: .82;
}

.bl_club_scheduleSec::before {
	background: linear-gradient(135deg, rgba(255,255,255,.86) 0%, var(--club-accent-pale) 100%);
	border: 1px solid var(--club-accent-border);
	box-shadow: 0 18px 44px rgba(15, 49, 116, .06);
}

.bl_club_scheduleCard {
	box-shadow: 0 16px 38px var(--club-accent-shadow);
}

.bl_schedule_legend {
	border: 1px solid rgba(255, 255, 255, .88);
	box-shadow: 0 4px 16px rgba(15, 49, 116, .08);
}

.bl_club_facility_item {
	border: 1px solid var(--club-accent-border);
	border-top: 5px solid var(--club-accent);
	box-shadow: 0 10px 26px rgba(15, 49, 116, .09);
}

.bl_club_facility_item:hover {
	border-color: var(--club-accent);
	box-shadow: 0 14px 32px var(--club-accent-shadow);
}

.bl_club_director_box {
	border-color: var(--club-accent-border);
	background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 64%, var(--club-accent-pale) 100%);
}

.bl_club_director_img img {
	border-color: var(--club-accent-border);
}

.bl_club_director_cont h3 {
	color: var(--club-accent-dark);
}

@media screen and (max-width: 767px) {
	.bl_club_subttl span {
		width: auto;
		max-width: 100%;
		padding: 12px 22px;
		font-size: 1rem;
		letter-spacing: .04em;
	}

	.bl_club_subttl span::before,
	.bl_club_subttl span::after {
		width: 6px;
		height: 6px;
	}

	.bl_club_subttl span::before {
		margin-inline: 0 10px;
	}

	.bl_club_subttl span::after {
		margin-inline: 10px 0;
	}
}

.bl_club_page {
	--club-boys-main: #4090d9;
	--club-boys-accent: #2f9fe8;
	--club-boys-deep: #1a47a0;
	--club-boys-soft: rgba(47, 159, 232, .10);
	--club-girls-main: #da8ab1;
	--club-girls-accent: #df6f9c;
	--club-girls-deep: #bd0d7f;
	--club-girls-soft: rgba(223, 111, 156, .11);
}

.bl_club_program::before,
.bl_club_facilitySec::before,
.bl_club_sec__other::before {
	display: none !important;
}

.bl_club_bgField {
	position: absolute;
	inset: 0;
	pointer-events: none;
	will-change: transform;
}

.bl_club_bgShape {
	filter: blur(.1px);
}

.bl_club_program__boys,
.bl_club_scheduleSec__boys,
.bl_club_facilitySec__boys {
	--club-accent: var(--club-boys-accent);
	--club-accent-dark: var(--club-boys-deep);
	--club-accent-soft: var(--club-boys-soft);
	--club-accent-card: var(--club-boys-main);
}

.bl_club_program__girls,
.bl_club_scheduleSec__girls,
.bl_club_facilitySec__girls {
	--club-accent: var(--club-girls-accent);
	--club-accent-dark: var(--club-girls-deep);
	--club-accent-soft: var(--club-girls-soft);
	--club-accent-card: var(--club-girls-main);
}

.bl_club_subttl::before {
	background: linear-gradient(90deg, transparent 0%, rgba(15, 49, 116, .18) 20%, rgba(15, 49, 116, .18) 80%, transparent 100%);
}

.bl_club_subttl span {
	background: linear-gradient(135deg, var(--club-accent-dark) 0%, var(--club-accent-card) 100%);
	box-shadow: 0 10px 22px rgba(15, 49, 116, .14);
}

.bl_club_scheduleCard {
	background: linear-gradient(135deg, var(--club-accent-dark) 0%, var(--club-accent-card) 70%, var(--club-accent) 100%);
}

.bl_club_schedule_cont__boys {
	background: linear-gradient(135deg, #286faa 0%, #3a93d2 100%);
}

.bl_club_schedule_cont__girls {
	background: linear-gradient(135deg, #e3589d 0%, #c05a87 100%);
}

.bl_club_facility_item h3 {
	color: var(--club-accent-dark);
}

@media screen and (max-width: 767px) {
	.bl_club_bgShape__glass01,
	.bl_club_bgShape__glass02 {
		display: none;
	}

	.bl_club_bg::before,
	.bl_club_bg::after {
		display: none;
	}
}

.bl_club_page {
	--club-bg-base: #f8fcff;
	--club-bg-blue: rgba(47, 159, 232, .14);
	--club-bg-blue-soft: rgba(47, 159, 232, .055);
	--club-bg-pink: rgba(223, 111, 156, .12);
	--club-bg-pink-soft: rgba(223, 111, 156, .045);
	--club-bg-navy: rgba(15, 49, 116, .10);
	background-color: var(--club-bg-base);
}

.bl_club_page::before {
	z-index: -6;
	background: radial-gradient(ellipse 62% 20% at 22% 7%, rgba(64, 144, 217, .18) 0%, rgba(64, 144, 217, .07) 40%, transparent 76%),
		radial-gradient(ellipse 50% 17% at 78% 25%, rgba(118, 166, 224, .13) 0%, rgba(118, 166, 224, .045) 43%, transparent 78%),
		radial-gradient(ellipse 52% 18% at 24% 54%, rgba(223, 111, 156, .115) 0%, rgba(223, 111, 156, .04) 45%, transparent 78%),
		radial-gradient(ellipse 58% 19% at 78% 78%, rgba(14, 162, 237, .105) 0%, rgba(14, 162, 237, .036) 44%, transparent 80%),
		linear-gradient(180deg,
			#f7fbff 0%,
			#ffffff 16%,
			#f3f9ff 34%,
			#fff8fb 54%,
			#ffffff 74%,
			#f4faff 100%);
}

.bl_club_page::after {
	z-index: -5;
	opacity: .60;
	background: linear-gradient(112deg, transparent 0 14%, rgba(47, 159, 232, .075) 14.08%, transparent 14.36% 100%),
		linear-gradient(112deg, transparent 0 39%, rgba(150, 185, 230, .080) 39.08%, transparent 39.36% 100%),
		linear-gradient(112deg, transparent 0 63%, rgba(223, 111, 156, .060) 63.08%, transparent 63.34% 100%),
		linear-gradient(90deg, rgba(150, 185, 230, .046) 1px, transparent 1px),
		linear-gradient(rgba(150, 185, 230, .046) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 100% 100%, 58px 58px, 58px 58px;
	mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.bl_club_bgField {
	z-index: -4;
	overflow: hidden;
	transform: translate3d(0, calc(var(--club-bg-y) * .50), 0);
}

.bl_club_bg {
	z-index: -3;
}

.bl_club_bg::before,
.bl_club_bg::after {
	background: linear-gradient(135deg, rgba(255,255,255,.44) 0%, rgba(255,255,255,.18) 100%);
	border: 1px solid rgba(255, 255, 255, .72);
	box-shadow: 0 26px 90px rgba(15, 49, 116, .070);
}

.bl_club_bg::before {
	left: clamp(28px, 6vw, 110px);
	top: 14%;
	width: min(520px, 33vw);
	height: min(290px, 19vw);
	opacity: .46;
}

.bl_club_bg::after {
	right: clamp(28px, 6vw, 110px);
	top: 58%;
	width: min(560px, 35vw);
	height: min(300px, 19vw);
	opacity: .42;
}

.bl_club_bgShape {
	position: absolute;
	display: block;
	pointer-events: none;
	transform-origin: center;
}

.bl_club_bgShape__blue01 {
	width: clamp(260px, 30vw, 480px);
	aspect-ratio: 1;
	left: clamp(28px, 6vw, 118px);
	top: clamp(110px, 10vw, 205px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(47, 159, 232, .145) 0 57%, rgba(47, 159, 232, .045) 58% 100%);
	opacity: .86;
}

.bl_club_bgShape__blue02 {
	width: clamp(300px, 38vw, 620px);
	height: clamp(128px, 18vw, 285px);
	right: clamp(34px, 7vw, 136px);
	top: 28%;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(47, 159, 232, .115), rgba(255, 255, 255, .10));
	transform: rotate(-15deg);
	opacity: .74;
}

.bl_club_bgShape__pink01 {
	width: clamp(250px, 30vw, 470px);
	aspect-ratio: 1;
	left: clamp(30px, 6vw, 124px);
	top: 52%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(223, 111, 156, .130) 0 57%, rgba(223, 111, 156, .040) 58% 100%);
	opacity: .88;
}

.bl_club_bgShape__pink02 {
	width: clamp(320px, 42vw, 680px);
	height: clamp(140px, 20vw, 300px);
	right: clamp(30px, 6vw, 118px);
	top: 68%;
	border-radius: 62px 0 62px 0;
	background: linear-gradient(135deg, rgba(223, 111, 156, .105), rgba(255, 255, 255, .14));
	transform: rotate(12deg);
	opacity: .74;
}

.bl_club_bgShape__glass01,
.bl_club_bgShape__glass02 {
	border-radius: 44px;
	background: rgba(255, 255, 255, .34);
	border: 1px solid rgba(255, 255, 255, .70);
	box-shadow: 0 24px 84px rgba(15, 49, 116, .060);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
}

.bl_club_bgShape__glass01 {
	width: clamp(300px, 34vw, 540px);
	height: clamp(150px, 18vw, 285px);
	left: clamp(44px, 8vw, 150px);
	top: 73%;
	transform: rotate(-8deg);
	opacity: .62;
}

.bl_club_bgShape__glass02 {
	width: clamp(320px, 38vw, 620px);
	height: clamp(150px, 18vw, 285px);
	right: clamp(42px, 8vw, 150px);
	top: 12%;
	transform: rotate(8deg);
	opacity: .56;
}

.bl_club_bgShape__line01,
.bl_club_bgShape__line02 {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(47, 159, 232, .28) 18%, rgba(223, 111, 156, .18) 82%, transparent 100%);
	box-shadow: 0 0 18px rgba(47, 159, 232, .10);
	opacity: .55;
}

.bl_club_bgShape__line01 {
	width: min(920px, 76vw);
	left: 9vw;
	top: 24%;
	transform: rotate(-8deg);
}

.bl_club_bgShape__line02 {
	width: min(980px, 80vw);
	right: 7vw;
	top: 63%;
	transform: rotate(7deg);
}

.bl_club_bgShape__dots01,
.bl_club_bgShape__dots02 {
	width: clamp(170px, 18vw, 300px);
	height: clamp(170px, 18vw, 300px);
	background-image: radial-gradient(rgba(15, 49, 116, .16) 1.4px, transparent 1.6px);
	background-size: 18px 18px;
	mask-image: radial-gradient(circle, #000 0 58%, transparent 74%);
	opacity: .28;
}

.bl_club_bgShape__dots01 {
	right: 9vw;
	top: 42%;
	transform: rotate(10deg);
}

.bl_club_bgShape__dots02 {
	left: 8vw;
	top: 84%;
	transform: rotate(-8deg);
}

.bl_club_bgShape__stitch01,
.bl_club_bgShape__stitch02 {
	width: clamp(250px, 30vw, 500px);
	height: clamp(88px, 10vw, 160px);
	border-bottom: 2px dashed rgba(15, 49, 116, .18);
	border-radius: 0 0 50% 50%;
	opacity: .42;
}

.bl_club_bgShape__stitch01 {
	left: 58vw;
	top: 8%;
	transform: rotate(-16deg);
}

.bl_club_bgShape__stitch02 {
	left: 10vw;
	top: 44%;
	transform: rotate(13deg);
}

.bl_club_intro::after,
.bl_club_program::after,
.bl_club_scheduleSec::after,
.bl_club_facilitySec::after,
.bl_club_sec__other::after {
	content: "";
	position: absolute;
	inset: clamp(18px, 3vw, 42px) clamp(14px, 4vw, 70px);
	z-index: -1;
	pointer-events: none;
	border-radius: 42px;
	background: linear-gradient(135deg, rgba(255,255,255,.32), rgba(255,255,255,0));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.38);
	opacity: .55;
}

.bl_club_program__boys::after,
.bl_club_scheduleSec__boys::after,
.bl_club_facilitySec__boys::after {
	background: radial-gradient(ellipse 60% 42% at 10% 16%, rgba(47, 159, 232, .075) 0%, transparent 72%),
		linear-gradient(135deg, rgba(255,255,255,.30), rgba(255,255,255,0));
}

.bl_club_program__girls::after,
.bl_club_scheduleSec__girls::after,
.bl_club_facilitySec__girls::after {
	background: radial-gradient(ellipse 60% 42% at 90% 16%, rgba(223, 111, 156, .075) 0%, transparent 72%),
		linear-gradient(135deg, rgba(255,255,255,.30), rgba(255,255,255,0));
}

.bl_club_cta::after {
	display: none;
}

@media screen and (max-width: 1023px) {
	.bl_club_page::after {
		background-size: 100% 100%, 100% 100%, 100% 100%, 46px 46px, 46px 46px;
		opacity: .50;
	}

	.bl_club_bgShape__line01,
	.bl_club_bgShape__line02 {
		opacity: .36;
	}

	.bl_club_bgShape__stitch01,
	.bl_club_bgShape__stitch02 {
		opacity: .28;
	}
}

@media screen and (max-width: 767px) {
	.bl_club_bgField {
		transform: translate3d(0, calc(var(--club-bg-y) * .30), 0);
	}

	.bl_club_page::before {
		background: radial-gradient(ellipse 78% 14% at 50% 8%, rgba(47, 159, 232, .14) 0%, rgba(47, 159, 232, .045) 48%, transparent 78%),
			radial-gradient(ellipse 78% 14% at 50% 57%, rgba(223, 111, 156, .095) 0%, rgba(223, 111, 156, .035) 48%, transparent 78%),
			linear-gradient(180deg, #f7fbff 0%, #fff 22%, #f5faff 44%, #fff8fb 64%, #fff 82%, #f5faff 100%);
	}

	.bl_club_page::after {
		background: linear-gradient(112deg, transparent 0 26%, rgba(47, 159, 232, .052) 26.08%, transparent 26.36% 100%),
			linear-gradient(112deg, transparent 0 62%, rgba(223, 111, 156, .048) 62.08%, transparent 62.34% 100%),
			linear-gradient(90deg, rgba(150, 185, 230, .040) 1px, transparent 1px),
			linear-gradient(rgba(150, 185, 230, .040) 1px, transparent 1px);
		background-size: 100% 100%, 100% 100%, 38px 38px, 38px 38px;
		opacity: .42;
	}

	.bl_club_bgShape__blue01 {
		width: 56vw;
		left: 7vw;
		top: 8%;
	}

	.bl_club_bgShape__blue02 {
		width: 76vw;
		right: 6vw;
		top: 30%;
		opacity: .54;
	}

	.bl_club_bgShape__pink01 {
		width: 58vw;
		left: 7vw;
		top: 56%;
	}

	.bl_club_bgShape__pink02 {
		width: 78vw;
		right: 6vw;
		top: 70%;
		opacity: .52;
	}

	.bl_club_bgShape__glass01,
	.bl_club_bgShape__glass02,
	.bl_club_bgShape__line01,
	.bl_club_bgShape__line02,
	.bl_club_bgShape__dots01,
	.bl_club_bgShape__dots02,
	.bl_club_bgShape__stitch01,
	.bl_club_bgShape__stitch02,
	.bl_club_bg::before,
	.bl_club_bg::after {
		display: none;
	}

	.bl_club_intro::after,
	.bl_club_program::after,
	.bl_club_scheduleSec::after,
	.bl_club_facilitySec::after,
	.bl_club_sec__other::after {
		inset: 12px 10px;
		border-radius: 28px;
		opacity: .42;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bl_club_bgField {
		transform: none !important;
	}
}

.bl_club_page,
.bl_club_page * {
	box-sizing: border-box;
}

.bl_club_page {
	overflow-x: clip;
}

.bl_club_page .ly_wrap {
	width: min(calc(100% - 60px), 1260px);
	max-width: none;
	margin-inline: auto;
}

.bl_club_page .ly_wrap_mini {
	width: min(calc(100% - 60px), 1120px);
	max-width: none;
}

.bl_club_scheduleSec > .ly_wrap {
	width: min(calc(100% - 60px), 1180px);
	max-width: none;
}

.bl_club_intro_lead,
.bl_club_main_txt,
.bl_club_scheduleLead,
.bl_club_facilityLead,
.bl_club_other_cont p,
.bl_club_director_cont li,
.bl_club_facility_item p {
	overflow-wrap: break-word;
}

.bl_schedule_tabContent,
.bl_club_schedule_cont {
	width: 100%;
	max-width: 100%;
}

.bl_schedule_timeT {
	max-width: none;
}

@media screen and (min-width: 2500px) {
	.bl_club_page .ly_wrap {
		width: min(calc(100% - 160px), 1480px);
	}

	.bl_club_page .ly_wrap_mini {
		width: min(calc(100% - 160px), 1280px);
	}

	.bl_club_scheduleSec > .ly_wrap {
		width: min(calc(100% - 160px), 1400px);
	}

	.bl_club_intro {
		padding-block: 112px;
	}

	.bl_club_intro_inner {
		max-width: 1120px;
		padding: 82px 72px;
	}

	.bl_club_intro_ttl,
	.bl_club_heading h2 {
		font-size: 2.45rem;
	}

	.bl_club_intro_lead,
	.bl_club_main_txt {
		font-size: 1.25rem;
	}

	.bl_club_program,
	.bl_club_facilitySec {
		padding-block: 108px;
	}

	.bl_club_main {
		grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
		gap: 64px;
	}

	.bl_club_main__reverse {
		grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr);
	}

	.bl_club_main_body {
		padding: 46px 42px;
	}

	.bl_club_director_box {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.bl_club_scheduleCard {
		max-width: 1320px;
	}

	.bl_schedule_timeT {
		min-width: 1080px;
		grid-template-columns: 90px repeat(7, minmax(132px, 1fr));
		grid-auto-rows: 82px;
	}

	.bl_club_facility_box {
		gap: 36px;
	}
}

@media screen and (max-width: 1279px) {
	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: min(calc(100% - 48px), 1120px);
	}

	.bl_club_intro {
		padding-block: 72px;
	}

	.bl_club_intro_inner {
		padding: 52px 42px;
	}

	.bl_club_program,
	.bl_club_facilitySec,
	.bl_club_scheduleSec,
	.bl_club_sec__other {
		padding-block: 72px;
	}

	.bl_club_main {
		grid-template-columns: minmax(0, 1.06fr) minmax(280px, .94fr);
		gap: 34px;
	}

	.bl_club_main__reverse {
		grid-template-columns: minmax(280px, .94fr) minmax(0, 1.06fr);
	}

	.bl_club_main_body {
		padding: 30px 26px;
	}

	.bl_club_main_txt {
		font-size: 1.0625rem;
		line-height: 1.86;
		letter-spacing: .045em;
	}

	.bl_club_director_box {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.bl_club_facility_box {
		gap: 20px;
	}

	.bl_club_facility_body {
		padding: 22px 18px 24px;
	}

	.bl_club_facility_item h3 {
		font-size: 1.0625rem;
		line-height: 1.48;
	}

	.bl_club_facility_item p {
		font-size: .875rem;
	}

	.bl_club_scheduleCard {
		max-width: 100%;
		padding: 16px;
	}

	.bl_schedule_legend {
		gap: 10px 18px;
		padding: 12px;
	}

	.bl_schedule_timeT {
		min-width: 850px;
		grid-template-columns: 68px repeat(7, minmax(94px, 1fr));
		grid-auto-rows: 66px;
	}

	.bl_schedule_subject,
	.bl_schedule_club {
		font-size: .75rem;
		padding-inline: 17px 6px;
	}

	.bl_club_bgShape__line01,
	.bl_club_bgShape__line02 {
		width: 72vw;
	}
}

@media screen and (max-width: 1023px) {
	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: calc(100% - 40px);
	}

	.bl_club_intro {
		padding-block: 62px;
	}

	.bl_club_intro_inner {
		max-width: 760px;
		padding: 46px 34px;
	}

	.bl_club_program,
	.bl_club_facilitySec,
	.bl_club_scheduleSec,
	.bl_club_sec__other {
		padding-block: 62px;
	}

	.bl_club_main,
	.bl_club_main__reverse {
		display: block;
		max-width: 760px;
		margin: 0 auto 54px;
	}

	.bl_club_main_img,
	.bl_club_main_body,
	.bl_club_main__reverse .bl_club_main_img,
	.bl_club_main__reverse .bl_club_main_body {
		order: initial;
	}

	.bl_club_main_body {
		max-width: 720px;
		margin: 30px auto 0;
	}

	.bl_club_director_box {
		max-width: 760px;
		margin-inline: auto;
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.bl_club_scheduleLead,
	.bl_club_facilityLead {
		max-width: 760px;
	}

	.bl_schedule_tabContent {
		overflow-x: auto;
		overflow-y: visible;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.bl_club_schedule_cont {
		padding: 12px;
	}

	.bl_schedule_timeT {
		min-width: 820px;
		grid-template-columns: 64px repeat(7, minmax(92px, 1fr));
		grid-auto-rows: 62px;
	}

	.bl_club_facility_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 760px;
		margin-inline: auto;
	}

	.bl_club_other_box {
		max-width: 760px;
		margin-inline: auto;
	}
}

@media screen and (max-width: 767px) {
	.bl_club_page {
		overflow-x: hidden;
	}

	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: calc(100% - 30px);
	}

	.bl_club_intro,
	.bl_club_program,
	.bl_club_scheduleSec,
	.bl_club_facilitySec,
	.bl_club_sec__other {
		padding-block: 44px;
	}

	.bl_club_intro_inner {
		padding: 36px 22px;
	}

	.bl_club_intro_lead,
	.bl_club_scheduleLead,
	.bl_club_facilityLead {
		font-size: .9375rem;
		line-height: 1.9;
		letter-spacing: .04em;
	}

	.bl_club_page br.p_br {
		display: none;
	}

	.bl_club_heading {
		margin-bottom: 32px;
	}

	.bl_club_heading h2 {
		letter-spacing: .08em;
	}

	.bl_club_main,
	.bl_club_main__reverse {
		margin-bottom: 46px;
	}

	.bl_club_main_body {
		padding: 24px 20px;
	}

	.bl_club_main_txt {
		font-size: 1rem;
		line-height: 1.82;
	}

	.bl_club_director_box {
		display: block;
		padding: 24px 20px;
	}

	.bl_club_director_img {
		max-width: 158px;
		margin: 0 auto 20px;
	}

	.bl_club_director_role,
	.bl_club_director_cont h3 {
		text-align: center;
	}

	.bl_schedule_legend {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 12px;
		align-items: stretch;
		justify-content: stretch;
	}

	.bl_schedule_legend_item {
		align-items: flex-start;
		font-size: .8125rem;
	}

	.bl_club_scheduleCard {
		padding: 12px;
		border-radius: 18px;
	}

	.bl_club_schedule_cont {
		padding: 10px;
		border-radius: 15px;
	}

	.bl_schedule_timeT {
		min-width: 760px;
		grid-template-columns: 60px repeat(7, minmax(86px, 1fr));
		grid-template-rows: 42px;
		grid-auto-rows: 56px;
	}

	.bl_schedule_header {
		font-size: .875rem;
	}

	.bl_schedule_times {
		font-size: .75rem;
		padding-top: 10px;
	}

	.bl_schedule_subject,
	.bl_schedule_club {
		margin: 4px;
		padding: 6px 5px 6px 15px;
		border-radius: 8px;
		font-size: .6875rem;
		line-height: 1.3;
	}

	.bl_schedule_subject::before,
	.bl_schedule_club::before {
		width: 8px;
		border-radius: 8px 0 0 8px;
	}

	.bl_club_schedule_note {
		text-align: left;
		font-size: .8125rem;
	}

	.bl_club_facility_box {
		display: block;
	}

	.bl_club_facility_item:not(:last-child) {
		margin-bottom: 18px;
	}

	.bl_club_facility_item:hover {
		transform: none;
	}

	.bl_club_other_box {
		padding: 22px;
	}
}

@media screen and (max-width: 600px) {
	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: calc(100% - 24px);
	}

	.bl_club_intro,
	.bl_club_program,
	.bl_club_scheduleSec,
	.bl_club_facilitySec,
	.bl_club_sec__other {
		padding-block: 38px;
	}

	.bl_club_intro_inner {
		padding: 32px 18px;
		border-radius: 24px 0 24px 0;
	}

	.bl_club_intro_en,
	.bl_club_heading_en,
	.bl_club_main_label,
	.bl_club_director_role {
		font-size: 1.55rem;
	}

	.bl_club_intro_ttl,
	.bl_club_heading h2 {
		font-size: 1.5rem;
		line-height: 1.42;
	}

	.bl_club_subttl span {
		padding: 11px 18px;
		font-size: .9375rem;
		letter-spacing: .035em;
	}

	.bl_club_subttl span::before {
		margin-inline: 0 8px;
	}

	.bl_club_subttl span::after {
		margin-inline: 8px 0;
	}

	.bl_club_main_img::before {
		right: -8px;
		bottom: -8px;
	}

	.bl_club_main_body,
	.bl_club_director_box,
	.bl_club_other_box {
		padding: 22px 18px;
	}

	.bl_club_director_img {
		max-width: 148px;
	}

	.bl_club_director_cont h3 {
		font-size: 1.25rem;
	}

	.bl_club_director_cont li {
		font-size: .9375rem;
		line-height: 1.65;
	}

	.bl_schedule_legend {
		margin-bottom: 12px;
		padding: 10px;
	}

	.bl_schedule_legend_item {
		font-size: .75rem;
	}

	.bl_schedule_legend_color {
		width: 14px;
		height: 14px;
	}

	.bl_club_scheduleCard {
		padding: 10px;
	}

	.bl_club_schedule_cont {
		padding: 8px;
	}

	.bl_schedule_timeT {
		min-width: 720px;
		grid-template-columns: 56px repeat(7, minmax(82px, 1fr));
		grid-auto-rows: 54px;
	}

	.bl_schedule_header {
		font-size: .8125rem;
		padding-inline: 2px;
	}

	.bl_schedule_times {
		font-size: .6875rem;
	}

	.bl_schedule_times[data-sub]:not([data-sub=""])::before {
		font-size: .625rem;
	}

	.bl_schedule_subject,
	.bl_schedule_club {
		font-size: .625rem;
		letter-spacing: 0;
	}

	.bl_club_facility_body {
		padding: 18px 16px 20px;
	}

	.bl_club_facility_item h3,
	.bl_club_other_cont h3 {
		font-size: 1.0625rem;
	}
}

@media screen and (max-width: 420px) {
	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: calc(100% - 20px);
	}

	.bl_club_intro,
	.bl_club_program,
	.bl_club_scheduleSec,
	.bl_club_facilitySec,
	.bl_club_sec__other {
		padding-block: 34px;
	}

	.bl_club_intro_inner {
		padding: 30px 16px;
	}

	.bl_club_intro_ttl,
	.bl_club_heading h2 {
		font-size: 1.38rem;
		letter-spacing: .06em;
	}

	.bl_club_intro_lead,
	.bl_club_scheduleLead,
	.bl_club_facilityLead,
	.bl_club_main_txt,
	.bl_club_other_cont p {
		font-size: .9375rem;
		line-height: 1.78;
		letter-spacing: .025em;
	}

	.bl_club_main_body,
	.bl_club_director_box,
	.bl_club_other_box {
		padding: 20px 16px;
	}

	.bl_club_subttl::before {
		opacity: .42;
	}

	.bl_club_subttl span {
		width: auto;
		max-width: 100%;
		padding: 10px 15px;
		font-size: .875rem;
		white-space: normal;
	}

	.bl_club_subttl span::before,
	.bl_club_subttl span::after {
		width: 5px;
		height: 5px;
	}

	.bl_schedule_legend {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.bl_schedule_legend_item {
		align-items: center;
	}

	.bl_club_scheduleCard {
		padding: 8px;
		border-radius: 16px;
	}

	.bl_club_schedule_cont {
		padding: 7px;
		border-radius: 14px;
	}

	.bl_schedule_timeT {
		min-width: 680px;
		grid-template-columns: 54px repeat(7, minmax(78px, 1fr));
		grid-template-rows: 38px;
		grid-auto-rows: 52px;
		border-radius: 12px;
	}

	.bl_schedule_header {
		font-size: .75rem;
	}

	.bl_schedule_times {
		font-size: .625rem;
	}

	.bl_schedule_subject,
	.bl_schedule_club {
		margin: 3px;
		padding: 5px 4px 5px 13px;
		font-size: .59375rem;
		border-radius: 7px;
	}

	.bl_schedule_subject::before,
	.bl_schedule_club::before {
		width: 7px;
		border-radius: 7px 0 0 7px;
	}

	.bl_schedule_break {
		margin: 4px 3px;
	}

	.bl_club_schedule_note {
		margin-top: 12px;
		font-size: .75rem;
	}

	.bl_club_director_cont li {
		padding-left: 15px;
		font-size: .875rem;
	}

	.bl_club_director_cont li::before {
		width: 7px;
		height: 7px;
	}
}

@media screen and (max-width: 320px) {
	.bl_club_page .ly_wrap,
	.bl_club_page .ly_wrap_mini,
	.bl_club_scheduleSec > .ly_wrap {
		width: calc(100% - 16px);
	}

	.bl_club_intro,
	.bl_club_program,
	.bl_club_scheduleSec,
	.bl_club_facilitySec,
	.bl_club_sec__other {
		padding-block: 30px;
	}

	.bl_club_intro_inner,
	.bl_club_main_body,
	.bl_club_director_box,
	.bl_club_other_box {
		padding-inline: 14px;
	}

	.bl_club_intro_ttl,
	.bl_club_heading h2 {
		font-size: 1.25rem;
		letter-spacing: .04em;
	}

	.bl_club_heading_en,
	.bl_club_intro_en,
	.bl_club_main_label,
	.bl_club_director_role {
		font-size: 1.4rem;
	}

	.bl_club_main_txt,
	.bl_club_intro_lead,
	.bl_club_scheduleLead,
	.bl_club_facilityLead {
		font-size: .875rem;
	}

	.bl_club_subttl span {
		padding: 9px 12px;
		font-size: .8125rem;
	}

	.bl_club_subttl span::before,
	.bl_club_subttl span::after {
		display: none;
	}

	.bl_club_director_img {
		max-width: 132px;
	}

	.bl_schedule_timeT {
		min-width: 620px;
		grid-template-columns: 48px repeat(7, minmax(72px, 1fr));
		grid-auto-rows: 50px;
	}

	.bl_schedule_subject,
	.bl_schedule_club {
		font-size: .5625rem;
		line-height: 1.22;
	}

	.bl_club_facility_body {
		padding-inline: 14px;
	}

	.bl_club_facility_item p,
	.bl_club_other_cont p,
	.bl_club_director_cont li {
		font-size: .8125rem;
	}
}

.bl_fixed_sessionCta {
	position: fixed;
	right: 28px;
	bottom: 60px;
	z-index: 99999;
	pointer-events: none;
}

.bl_fixed_sessionCta_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 62px;
	padding: 16px 52px 16px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff378b 0%, #f50067 100%);
	border: 3px solid #fff;
	box-shadow: 0 12px 28px rgba(245, 0, 103, 0.35);
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .08em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	pointer-events: auto;
	transition: transform .3s ease,
box-shadow .3s ease,
background .3s ease;
}

.bl_fixed_sessionCta_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 80%;
	height: 100%;
	background: linear-gradient(
120deg,
transparent 0%,
rgba(255, 255, 255, .45) 50%,
transparent 100%
);
	transform: skewX(-20deg);
	transition: left .6s ease;
}

.bl_fixed_sessionCta_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	width: 9px;
	height: 9px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: right .3s ease;
}

.bl_fixed_sessionCta_txt {
	position: relative;
	z-index: 1;
}

.bl_fixed_sessionCta_btn:focus-visible {
	outline: 3px solid #0ea2ed;
	outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
	.bl_fixed_sessionCta_btn:hover {
		transform: translateY(-5px);
		box-shadow: 0 18px 36px rgba(245, 0, 103, .42);
		background: linear-gradient(135deg, #f50067 0%, #ff378b 100%);
	}
}
