@charset "utf-8";
/*
Theme Name:スポーツ科学総合センター
*/
/*============================
メイン画像
============================*/
img {
	width: 100%;
}

.bl_topSlider {
	display:none;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.bl_topSlider.slick-initialized {
  display: block;
}

.bl_topSlider .slick-slide {
  transform: scale(.9);
  transition: transform .1s;
}
.bl_topSlider .slick-slide.slick-center {
  transform: scale(1);
}

.bl_topSlider_cont img {
    border-radius: 20px;
}

.bl_topSlider_cont {
    padding: 20px 10px 30px;
}


.bl_topSlider.slick-dotted.slick-slider {
	margin: 70px auto 0 !important;
	padding: 20px 0 40px;
}

.bl_topSlider .slick-dots {
	position: relative;
	z-index: 3;
	bottom: 9px !important;
	text-align: center !important;
}

.bl_topSlider .slick-dots li {
	width: 12px !important;
    height: 12px !important;
    display: inline-block;
    margin: 0 7px !important;
  }

.bl_topSlider .slick-dots li button {
    padding: 0 !important;
    color: transparent !important;
    outline: none !important;
    width: 10px !important;
    border: unset !important;
    height: 10px !important;
    display: block !important;
    background: #ddd !important;
    cursor: pointer !important;
	border-radius: 30px;
  }

.bl_topSlider .slick-dots li.slick-active button {
   background: #ea3800 !important;
 }

.bl_topSlider .slick-dots li button:before {
	content: none !important;
}

.bl_topSlider a:hover {
	opacity: .8;
}

.bl_mainVisual {
	background: #f0f0f0;
}
@media screen and (min-width: 2200px){
	.slick-dotted.slick-slider {
		max-width: 2100px;
	}
}

@media screen and (max-width: 1200px){
	.bl_topSlider.slick-dotted.slick-slider {
    	margin: 60px auto 0 !important;
	}
}

@media screen and (max-width: 767px){
	.bl_topSlider .slick-slide {
  		transform: scale(1);
	}
	
	.bl_topSlider_cont {
    	padding: 20px;
	}
	
	.slick-dotted.slick-slider {
    	padding: 0 0 10px;
	}

	.bl_topSlider.slick-dotted.slick-slider {
	    padding: 20px 0 12px;		
	}
}


.bl_notice {
	padding: 60px 0 0;
}

.bl_notice_date {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
}

.bl_notice_date_num {
	font-size: 2.125rem;
	margin: 0 2px;
}

.bl_notice_desc {
	text-align: center;
}

.bl_notice_desc span {
	font-weight: 800;
}

.bl_notice_date_slash {
	position: relative;
}

.bl_notice_date_slash:before {
    content: '';
    width: 1px;
    height: 34px;
    background: #333;
    transform: rotate(-30deg);
    position: absolute;
    top: -6px;
    left: -34px;
}

.bl_notice_date_slash:after {
    content: '';
    width: 1px;
    height: 34px;
    background: #333;
    transform: rotate(30deg);
    position: absolute;
    top: -6px;
    right: -30px;
}

.bl_notice_ttl {
	text-align: center;
	font-size: 2.125rem;
	color: #ea3800;
	font-weight: 800;
	margin: 8px 0 16px;
}

.bl_notice_item p {
	margin: 16px 0 0;
	text-align: center;
	font-weight: 600;
}

.bl_notice_cont {
	max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
	margin: 35px auto 70px;
}

.bl_notice_cont .bl_notice_item:nth-of-type(even) {
	margin: 50px 0 0;
}

.bl_notice_intro {
	position: relative;
	padding: 100px 0;
	background: #ea3800;
}

.bl_notice_intro h3 {
	position: absolute;
	display: inline-block;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	padding: 8px 30px 10px 30px;
	border-radius: 30px;
}

.bl_notice_intro ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bl_notice_intro ul li {
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1;
	padding: 30px 12px;
	border: 1px solid #fff;
}

.bl_notice_intro ul li:after {
	content: '';
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 4px;
}

.bl_notice_intro_desc {
	text-align: center;
	margin: 40px 0 0;
	font-size: 1.375rem;
	color: #fff;
	font-weight: 600;
	line-height: 1.8;
}

.bl_notice_intro_desc span.hp_line {
	border-bottom: 1px solid #fff;
	padding: 0 0 2px;
}

@media screen and (max-width: 1023px) {
	.bl_notice_cont {
    	gap: 20px;
	}
	
	.bl_notice_item p {
    	font-size: .9375rem;
	}
	
	.bl_notice_intro ul {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.bl_notice {
    	padding: 30px 0 0;
	}
	
	.bl_notice_ttl {
    	font-size: 1.75rem;
		line-height: 1.3;
	}
	
	.bl_notice_desc {
		text-align: left;
	}
	
	.bl_notice_cont {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 0 20px;
	}
	
	.bl_notice_intro h3 {
    	width: 60%;
    	text-align: center;
    	display: block;
	}
	
	.bl_notice_intro {
    	padding: 50px 0;
	}
	
	.bl_notice_intro ul {
    	display: block;
	}
	
	.bl_notice_intro ul li {
    	font-size: 1rem;
    	padding: 16px 12px;
		margin: 0 0 10px;
	}
	
	.bl_notice_intro_desc {
		margin: 30px 0 0;
	}
}
/*============================
近日開催予定のセミナー
============================*/
.bl_upcoming_slider {
	display: none;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.bl_upcoming_slider.slick-initialized {
  	display: block;
	margin: 0 0 50px;
}

.slick-track {
  display: flex;
}

.bl_upcoming .el_sectionTitle {
	margin: 0;
}

.bl_upcoming_slider .slick-track {
	margin: 30px 0  0;
}

.slick-slide {
  height: auto !important;
}

.bl_upcoming .slick-dots {
	position: relative;
	z-index: 3;
	bottom: -25px !important;
	text-align: center !important;
}

.bl_upcoming_status {
	position: absolute;
	top: -15px;
    left: 15px;
	text-align: center;
}

.bl_upcoming .slide-dots {
	position: relative;
	z-index: 3;
	bottom: -40px !important;
	text-align: center !important;
}

.bl_upcoming_sliderBox {
	position: relative;
	margin: 0 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.bl_upcoming_cont {
	display: grid;
	 grid-template-columns: 80px 1fr;
	font-size: .9375rem;
	margin: 0 0 7px;
    line-height: 1.3;
}

.bl_upcoming_cont h3 {
	text-align: right;
}

.bl_upcoming_cont p .date {
	margin-right: 3px;
}

.bl_upcoming_img img {
	border-radius: 10px 10px 0 0;
}

.bl_upcoming_ttl h2 {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
	padding: 0 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-weight: 600;
}

.bl_upcoming_method p {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.bl_upcoming_method span {
	display: inline-block;
	font-size: .75rem;
	line-height: .75rem;
	background:#ea38001a;
	color: #ea3800;
    padding: 2px 6px 2px 7px;
	margin: 20px 0 0;
}

.bl_upcoming_status span {
	display: block;
    font-size: .875rem;
    line-height: 30px;
    background: #ea3800;
    border-radius: 30px;
    color: #fff;
    width: 80px;
    height: 30px;
    font-weight: bold;
}

.bl_upcoming_status span.full {
    background: #f88139;	
}

.bl_upcoming_status span.end {
    background: #882f8b;	
}

.bl_upcoming.more {
    margin: 10px 0 0;
}

.bl_upcoming .slick-dots li {
	width: 30px !important;
    height: 3px !important;
    display: inline-block;
    margin: 0 !important;
  }

.bl_upcoming .slick-dots li button {
    padding: 0 !important;
    color: transparent !important;
    outline: none !important;
    width: 60px !important;
    border: unset !important;
    height: 3px !important;
    display: block !important;
    background: #e2e2e2 !important;
    cursor: pointer !important;
  }

.bl_upcoming .slick-dots li.slick-active button {
   background: #ea3800 !important;
 }

.bl_upcoming .slick-dots li button:before {
	content: none !important;
}

.bl_upcoming .slick-prev,
.bl_upcoming .slick-next {
	background: #000;
	width: 30px;
	height: 30px;
	border-radius: 30px;
}

.bl_upcoming .slick-prev {
    left: calc(50% - 250px);
    bottom: -34px;
}

.bl_upcoming .slick-next {
    left: calc(50% + 230px);
    bottom: -34px;
}

.bl_upcoming .slick-prev:before,
.bl_upcoming .slick-next:before {
    transform: translate(-50%, -50%);
    font-size: 16px;
    left: 50%;
}

.bl_upcoming .el_more {
	margin: 20px auto 0;
}

.bl_upcoming_inner {
    padding: 20px 10px 40px;
}

@media screen and (max-width: 767px) {
	.bl_upcoming .slick-dots li,
	.bl_upcoming .slick-dots li button {
		width: 20px !important;		
	}
	
	.bl_upcoming .slick-dots {
    	bottom: 15px !important;
	}
	
	.bl_upcoming .slick-next {
    	left: calc(100% - 50px);
    	bottom: 15px;
	}
	
	.bl_upcoming .slick-prev {
    	left: 20px;
    	bottom: 15px;
	}
	
	.bl_upcoming .el_more {
    	margin: 20px auto 0;
	}
	
	.bl_upcoming_slider .slick-track {
		margin: 30px 0;
	}
	
	.bl_upcoming_slider.slick-initialized {
		margin: 0;
	}
}

/*============================
コースと講座
============================*/
.bl_course {
	position: relative;
	background: url(images/bg-course.jpg) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}

.bl_course_cont {
	margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

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

.bl_course_item {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0px 10px #0000000d;
	transform: .3s;
	padding: 0 0 30px;	
}

.bl_course_item h3 {
	width: 100%;
    max-width: 80%;
    position: absolute;
    top: -22px;
    left: 10%;
    background: #ea3800;
    color: #fff;
    text-align: center;
    padding: 4px;
    border-radius: 30px;
    font-size: 1.0625rem;
    font-weight: 600;
}

.bl_course_inner {
	padding: 15px 20px 0;
}

.bl_course_item h4 {
	font-weight: bold;
	font-size: 1.0625rem;
	margin: 0 0 10px;
}

.bl_course_method {
	margin: 0 0 10px;
}

.bl_course_method  span{
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: .6875rem;
    line-height: .75rem;
    background: #ea38001a;
    color: #ea3800;
    padding: 2px 6px 3px 7px;
	float: left;
}

.bl_course_method  span.bl_course_ctgr {
    background: #ea3800a6;	
	color: #fff;
}

.bl_course_desc {
	line-height: 1.6;
    font-size: .9375rem;
}

.bl_course .el_more {
    margin: 20px auto 0;
}

.bl_course_stop {
	text-align: center;
	margin: 20px auto 0;
    max-width: 270px;
}

.bl_course_stop p {
    padding: 22px 12px 20px;
    font-weight: 500;
    transition: .1s;
    border: 1px solid #ddd;
    font-family: "Akshar", sans-serif;
    letter-spacing: .1em;
    line-height: 1;
    z-index: 1;	
	color: #ddd;
}

@media screen and (max-width: 1023px){
	.bl_course_cont {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px){
	.bl_course_cont {
    	display: block;
	}
	
	.bl_course_item {
		padding: 0 0 25px;	
	}
	
	.bl_course_cont .bl_course_item:not(:last-of-type) {
		margin: 0 0 50px;
	}
	
	.bl_course_item h3 {
    	padding: 8px;
    	font-size: 1.0625rem;
	}
}

/*============================
エイジェックスポーツ科学アカデミーとは
============================*/
.bl_about {
	position: relative;
	background: url(images/bg_about.webp) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}

.bl_about_cc {
	text-align: center;
}

.bl_about_cc p:first-of-type {
	margin: 0 0 24px;
}

.bl_about_cc span {
	color: #ea3800;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 2px 16px;
    background: #fff;
    letter-spacing: 0;
}

.bl_about_txt {
	margin: 30px 0 0;
	text-align: center;
}

.bl_about_txt p {
	color: #fff;
	line-height:1.8;
	font-size: 1.125rem;
}

.bl_about_yt {
	max-width: 690px;
	margin: 60px auto 0;
	position: relative;
    height: 400px;
    overflow: hidden;
}

.bl_about_yt  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1023px){
	.bl_about_txt {
    	font-weight: 600;
	}
	
	.bl_about_cc span {
    	font-size: 1.75rem;
	}
}

@media screen and (max-width: 690px){
	.bl_about_yt {
    	padding-bottom: 56.25%;
    	height: 0;
		margin: 30px auto 0;
	}
}

/*============================
お知らせ
============================*/
.bl_news {
	position: relative;
	background: #ea3800;
}

.bl_news_box {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin: 0 0 50px;
}

.bl_news_post {
	color: #fff;
	border: 1px solid #fff;
}

.bl_news_post figure.zoom {
    overflow: hidden;
}

.bl_news_ctgrdate {
	display: grid;
	 grid-template-columns: 100px 1fr;
	gap: 10px;
	margin: 0 0 15px;
	align-items: center;
}

.bl_news_date {
	font-family: "Akshar", sans-serif;
	display: block;
	letter-spacing: .1em;
	line-height: 1;
	margin: 5px 0 0;
}

.bl_news_ctgr span {
	display: inline-block;
    font-size: .75rem;
    padding: 4px 8px 5px;
	line-height: 1;
	border: 1px solid #fff;
}

.bl_news_ttl {
	letter-spacing: .1em;
	transition: .2s;
	font-weight: 600;
}

.bl_news_ttl:hover {
	color: #131313;
}

.bl_news_boxInner {
	padding: 20px;
}

@media screen and (max-width: 1023px) {
	.bl_news_box {
    	gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.bl_news_box {
    	display: block;
	}
	
	.bl_news_boxInner {
    	padding: 10px 20px 20px;
	}
	
	.bl_news_ctgrdate {
    	margin: 12px 0 5px;
		grid-template-columns: 135px 1fr;
	}
	
	.bl_news_post {
		margin: 0 0 30px;
	}
	
	.bl_news_ctgr {
    	text-align: left;
	}
	
	.bl_news_ttl {
		margin: 12px 0 0;
	}
}

/*============================
スポーツ科学アカデミーの特長
============================*/
.bl_features {
	position: relative;
	background: url(images/bg_features.png) center center repeat;
}

.bl_features_box {
	display: grid;
	gap: 60px;
}

.bl_features_cont .bl_features_box:nth-of-type(odd) {
	 grid-template-columns: 450px 1fr;	
}

.bl_features_cont .bl_features_box:nth-of-type(even) {
	 grid-template-columns: 690px 1fr;	
}

.bl_features_cont .bl_features_box:nth-of-type(even) .bl_features_txt {
	order: 1;
}

.bl_features_cont .bl_features_box:nth-of-type(even) .bl_features_img {
	order: 2;
}

.bl_features_cont .bl_features_box:not(:first-of-type) {
	margin: 80px 0 0;
}

.bl_features_no {
	color: #ea3800;
	font-weight: 500;
	font-family: "Akshar", sans-serif;
	line-height: 1;
}

.bl_features_no span {
	display: inline-block;
	letter-spacing: .05em;
}

.bl_features_no .hp_txt {
	font-size: 1.75rem;
}

.bl_features_no .hp_num {
	font-size: 2.75rem;
}

.bl_features_box h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 15px 0 24px;
}

.bl_features_desc {
	line-height: 1.8;
	font-size: 1.0625rem;
}

.bl_features_box .el_more {
	margin: 30px 0 0;
}

@media screen and (max-width: 1279px) {
	.bl_features_cont .bl_features_box:nth-of-type(odd) ,
	.bl_features_cont .bl_features_box:nth-of-type(even) {
		 grid-template-columns: repeat(2, 1fr);
	}
	
	.bl_features_box h3 {
    	font-size: 1.375rem;
    	margin: 5px 0 12px;
	}
	
	.bl_features_desc {
    	line-height: 1.6;
	}
	
	.bl_features_cont .bl_features_box:not(:first-of-type) {
    	margin: 60px 0 0;
	}
}


@media screen and (max-width: 767px) {
	.bl_features_box {
    	display: block;
	}
	
	.bl_features_no .hp_txt {
    	font-size: 1.25rem;
	}
	
	.bl_features_no .hp_num {
    	font-size: 1.75rem;
	}
	
	.bl_features_txt {
		margin: 20px 0 0;
	}
	
	.bl_features_box h3 {
        font-size: 1.125rem;
        margin: 4px 0 10px;
    }
	
	.bl_features_box .el_more {
    	margin: 20px auto 0;
	}
	
	.bl_features_cont .bl_features_box:not(:first-of-type) {
        margin: 40px 0 0;
    }
}
/*============================
校舎一覧
============================*/
.bl_tabBox {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 21px;
	margin: 0 0 50px;
}

.bl_tabBox li {
	position: relative;
    color: #fff;
    padding: 20px 24px 18px;
    background: #000;
    font-weight: bold;
    line-height: 1;
	cursor: pointer;
	text-align: center;
}

.bl_tabBox li.active {
	background: #ea3800;
}

.bl_tabBox li:hover {
    background: #666;	
}

.bl_tabBox li.active:hover {
	background: #ea3800;
}

.bl_tabBox li.hp_first {
	display: none;
}

.bl_first_box {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	 grid-template-columns: 60% 1fr;
	gap: 50px;	
}

.bl_first_desc {
	line-height: 1.6;
	font-size: 1.375rem;
	font-weight: bold;
	background: linear-gradient(135deg, rgba(2, 91, 172, 1) 0%, rgba(0, 239, 211, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bl_tabContent_cont,
.bl_tabContent_oneBox {
	padding: 40px;
	border: solid 2px #ea3800;
}

.bl_tabContent_box {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.bl_tabContent .bl_tabContent_cont:not(:first-of-type) {
	margin: 40px 0 0;
}

.bl_tabContent  .bl_tabContent_cont.hp_mn {
	margin: 0;
}

.bl_googleMap {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.bl_googleMap iframe {
	margin-top: -160px;
    width: 100%;
    height: 700px;
}

.bl_tabContent_item .el_more {
    margin: 10px auto 0;
    text-align: center;
    max-width: 100%;
}

.bl_tabContent_item .el_more a {
	padding: 15px 12px 14px;
}

.bl_tabContent_item p {
	line-height: 1.7;
}

.bl_tabContent_cont h3 {
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px solid #ddd;
    line-height: 1;
}

.bl_gym .bl_tabContent_cont h3,
.bl_biz .bl_tabContent_cont h3 {
	font-size: 1.5rem;
	margin: 0;
}

.el_mark_circle {
	position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    letter-spacing: .05em;
}

.el_mark_circle::before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 8px;
    height: 8px;
    top: 8.5px;
    left: 0;
    background: #ea3800;
	border-radius: 5px;
}

.bl_school_access_car,
.bl_school_access_train.hp_margin{
	margin: 12px 0 0;
}

.bl_tabContent_photo {
	margin: 30px 0 0;
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 30px;			
}

.bl_num_box {
	max-width: 640px;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 30px 0 0;
}

.bl_num_item {
	background: #f8f7f6;
	padding: 6px 10px;
	text-align: center;
}

.bl_num_ttl,
.bl_num_item .unit{
	font-weight: 600;
	display: inline-block;
}

.bl_num_item .number {
	display: inline-block;
	margin: 0 5px;
	font-weight: 600;
	font-size: 2rem;
	color: #ea6686;
	line-height: 1;
	padding: 0 0 4px;
}

.bl_num_ttl,
.bl_num_item .number,
.bl_num_item .unit {
	vertical-align: middle;
}

.bl_first_img {
	margin: 20px 0 0;
}

.bl_school_table th {
	width: 100px;
}

.bl_school_table th,
.bl_school_table td {
	padding: 18px 0 0;
}

.bl_school_address_name {
	font-weight: 600;
	font-size: 1.125rem;
}

.bl_tabContent_wrap {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1200px){
	.bl_tabBox {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 18px;
    	margin: 0 0 30px;
	}
	
	.bl_tabContent_cont h3 {
    	font-size: 1.5rem;
    	margin: 0;
	}
	
	.bl_tabContent_cont,
	.bl_tabContent_oneBox {
    	padding: 30px;
	}
	
	.bl_tabContent h2{
    	font-size: 1.25rem;
	}
}

@media screen and (max-width: 1023px){	
	.bl_first_desc {
    	font-size: 1.125rem;
	}
	
	.bl_first_desc span.p-br {
    	display: inline;
	}
	
	.bl_num_item .number {
    	font-size: 1.5rem;
	}
	
	.bl_first_box {
    	grid-template-columns: 40% 1fr;
    	gap: 30px;
	}
	
	.bl_num_box {
		display: block;
		margin: 10px 0 0;
	}
	
	.bl_num_item {
    	margin: 0 0 10px;
	}
	
	.bl_first_img {
    	margin: 50px 0 0;
	}
	
	.bl_tabContent_box {
		display: block;
	}
	
	.bl_googleMap {
    	height: 300px;
    	margin: 24px 0 0;
	}
	
	.bl_googleMap iframe {
    	height: 660px;
	}
	
	.bl_tabContent_wrap {
		display: block;
	}
	
	.bl_tabContent .bl_tabContent_cont.hp_mn {
    	margin: 20px 0 0;
	}
	
	.bl_st_box {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px){	
	.bl_tabBox {
    	gap: 6px;
		margin: 0 0 10px;
	}
	
	.bl_tabBox li {
    	padding: 12px 15px 10px;
    	font-size: .875rem;
	}
	
	.bl_tabContent_cont, .bl_tabContent_oneBox {
        padding: 24px 14px;
    }
	
	.bl_tabContent h2{
    	font-size: 1.0625rem;
	}
	
	.bl_tabContent_cont h3 {
        font-size: 1.25rem;
		padding: 0 0 14px;
	}
	
	.bl_school_table th {
    	width: 75px;
    	font-size: .875rem;
	}
	
	.bl_school_table td {
    	font-size: .875rem;		
	}
	
	.bl_tabContent_item p {
    	line-height: 1.5;
	}
	
	.bl_school_address_name {
    	font-size: .9375rem;
    	margin: 0 0 5px;
	}
	
	.bl_tabContent_photo {
    	margin: 15px 0 0;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 15px;
	}
	
	.bl_gym .bl_tabContent_cont h3, .bl_biz .bl_tabContent_cont h3 {
    	font-size: 1.125rem;
	}
	
	.bl_biz .bl_tabContent_img {
		margin: 20px 0 0;
	}
	
	.bl_st_box {
    	display: block;
	}
	
	.bl_st_name {
    	font-size: 1rem;
    	padding: 0 0 12px;
    	margin: 0 0 2px;
	}
	
	.bl_st_box .bl_school_table {
    	margin: 0 0 4px;
	}
	
	.bl_st_item {
    	padding: 15px;
    	margin: 0 0 12px;
	}
}

/*============================
講師紹介
============================*/
.bl_instructor {
	position: relative;
	background: url(images/bg_features.png) center center repeat;
}

.bl_instructor_box {
	display: grid;
	 grid-template-columns: 270px 1fr;
	max-width: 1140px;
}

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

.bl_instructor_head {
    display: inline-block;
    background: #000;
    padding: 10px 36px 12px;
    position: relative;
    z-index: 2;
    margin: 20px 0 0 -30px;
}

.bl_instructor_head h3 {
	color: #fff;
}

.bl_instructor_head h3 span {
	display: inline-block;
	vertical-align: middle;
    line-height: 1;
}

.bl_instructor_head h3 .hp_ja {
	font-size: 1.375rem;
	font-weight: 600;
}

.bl_instructor_head h3 .hp_en {
	font-size: 1.125rem;
	font-family: "Akshar", sans-serif;
	margin: 6px 0 0 16px;
}

.bl_instructor_at {
	color: #ea3800;
	margin: 8px 0 0;
	font-weight: 600;
}

.bl_instructor_body {
	position: relative;
	background: #f0f0f0;
	padding: 50px 60px 50px 90px;
	margin-left: -40px;
	z-index: 0;
	margin-top: 24px;
	line-height: 1.8;
}

.bl_instructor_body .bl_instructor_item:not(:first-of-type) {
	margin: 20px 0 0;
}

.bl_instructor_item h4 {
	font-weight: 600;
}

.bl_instructor_cont .bl_instructor_box:not(:first-of-type) {
	margin: 60px 0 0;
}

.bl_instructor_cont .bl_instructor_box:nth-of-type(even) {
	margin: 60px 0 0 100px;
}

@media screen and (max-width: 1279px){	
	.bl_instructor_cont .bl_instructor_box:nth-of-type(even) {
    	margin: 60px 0 0;
	}
}

@media screen and (max-width: 1279px){	
	.bl_instructor_box {
    	grid-template-columns: 200px 1fr;
	}
	
	.bl_instructor_body {
    	padding: 30px 30px 30px 70px;
	}
}

@media screen and (max-width: 767px){	
	.bl_instructor_box {
        grid-template-columns: 72px 1fr;
    }
	
	.bl_instructor_head {
    	display: block;
    	padding: 14px 0 0 16px;
    	height: 84px;
    	margin: 0;
	}
	
	.bl_instructor_body {
    	padding: 20px;
    	margin-left: -72px;
    	margin-top: 0px;
    	line-height: 1.7;
	}
	
	.bl_instructor_head h3 .hp_ja {
    	font-size: 1.125rem;
	}
	
	.bl_instructor_head h3 .hp_en {
    	font-size: .875rem;
    	margin: 6px 0 0 12px;
	}
	
	.bl_instructor_at {
    	font-size: .75rem;
    	margin: 7px 0 0;
	}
	
	.bl_instructor_cont .bl_instructor_box:not(:first-of-type),
	.bl_instructor_cont .bl_instructor_box:nth-of-type(even) {
        margin: 30px 0 0;
    }
}

/*============================
受講者の声
============================*/
.bl_voice {
	position: relative;
	background: url(images/bg_voice.webp) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}

.bl_voice_cont {
	text-align: center;
}

.bl_voice_item {
	display: inline-block;
	width: 33.333%;
	vertical-align: top;
	padding: 0 30px;
	margin: 0 0 30px;
}

.bl_voice_cont .bl_voice_item:nth-child(4),
.bl_voice_cont .bl_voice_item:nth-child(5) {
	margin: 0;
}

.bl_voice_yt {
    position: relative;
    height: 202px;
    overflow: hidden;
}

.bl_voice_yt iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bl_voice_item p {
	text-align: center;
	font-weight: 600;
	margin: 10px 0 0;
	color: #fff;
	font-size: .875rem;
}

@media screen and (max-width: 1200px){	
	.bl_voice_item {
		width: 50%;
	}
	
	.bl_voice_yt {
    	height: 0;
        padding-bottom: 57%;
	}
}

@media screen and (max-width: 767px){	
	.bl_voice_item {
    	display: block;
		width: 100%;
		padding: 0;
	}
	
	.bl_voice_cont .bl_voice_item:not(:last-of-type) {
		margin: 0 0 30px !important;
	}
}
/*============================
タイアップ
============================*/
.bl_tieUp_cont {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap: 30px;	
}

@media screen and (max-width: 767px){	
	.bl_tieUp_cont {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 0 15px;
	}
}