@charset "utf-8";
/* CSS Document */


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	height: 800px;
	box-sizing: border-box;
	padding-top: 80px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
@media (max-width: 640px) {
	#top_mainvisual {
		align-items: flex-end;
		padding-top: 0;
		margin-top: 70px;
		height: 600px;
	}
}



/*-------------------- キャッチコピーエリア --------------------*/
.mv_inner {
	position: relative;
	background: url("../images/mv_bg.png") no-repeat top left;
	background-size: cover;
	width: 941px;
	height: 720px;
	z-index: 5;
	display: flex;
	align-items: center;
}
.mv_text {
	width: 620px;
	margin-left: 8%;
	text-align: center;
	color: #fff;
}
@media (max-width: 1440px) {
	.mv_inner {
		background: url("../images/mv_bg.png") no-repeat top left -160px;
		background-size: cover;
	}
	.mv_text {
		width: 560px;
		margin-left: 3%;
	}
}
@media (max-width: 640px) {
	.mv_inner {
		background: url("../images/mv_bg-sp.png") no-repeat top left;
		background-size: cover;
		width: 100%;
		height: 380px;
		padding-bottom: 30px;
		align-items: flex-end;
	}
	.mv_text {
		width: 95%;
		margin: 0 auto;
	}
}



#top_mainvisual h2 {
	margin-bottom: 20px;
}
#top_mainvisual h2 em {
	display: inline-block;
	border-bottom: 3px solid #e1a231;
	font-size: 40px;
	line-height: 1.7;
	font-weight: 600;
}
@media (max-width: 1440px) {
	#top_mainvisual h2 em {
		font-size: 34px;
		margin-left: -10px;
	}
}
@media (max-width: 640px) {
	#top_mainvisual h2 {
		margin-bottom: 10px;
	}
	#top_mainvisual h2 em {
		font-size: 24px;
		margin: 0;
	}
}




.mv_text .text {
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 1.9;
}
@media (max-width: 640px) {
	.mv_text .text {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
	}
}



.mv_points {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}
.mv_points li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	line-height: 1.7;
	letter-spacing: 0;
	font-weight: 500;
}
.mv_points li:nth-child(odd) {
	background: rgba(0, 65, 153, 0.8);
}
.mv_points li:nth-child(even) {
	flex: 1.1;
	background: rgba(0, 76, 153, 0.8);
}
@media (max-width: 1440px) {
	.mv_points li {
		padding: 20px 10px;
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.mv_points {
		margin-bottom: 15px;
		gap: 5px;
	}
	.mv_points li {
		padding: 10px 5px;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.mv_points li:nth-child(even) {
		flex: 1.2;
	}
}



#top_mainvisual .btn a {
	font-size: 22px;
	letter-spacing: 2px;
}
@media (max-width: 1440px) {
	#top_mainvisual .btn a {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
}
@media (max-width: 640px) {
	#top_mainvisual .btn a {
		font-size: 16px;
		height: 60px;
		border-radius: 50px;
		width: 80%;
	}
}



/*-------------------- 無限スクロール --------------------*/
.mv_scroll {
	position: absolute;
	z-index: 1;
}
.mv_scroll_wrap {
  	display: flex;
  	overflow: hidden;
}
.mv_scroll_wrap ul {
  	display: flex;
  	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
	from { transform: translateX(0);}
  	to   { transform: translateX(-100%);}
}
.mv_scroll_wrap ul li {
  	width: 1085px;
}
.mv_scroll_wrap ul li img {
  	width: 100%;
}
@media (max-width: 640px) {
	.mv_scroll_wrap ul li {
	  width: 897px;
	}
}






/*==================================================================

		#top_lesson　＊　レッスン内容・料金プラン

==================================================================*/
#top_lesson {
	background: url("../images/bg01.jpg") center top;
	background-size: cover;
}
#top_lesson .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;	
	padding: 80px 0 100px;
}
#top_lesson .note {
	margin-bottom: 50px;
	text-align: center;
}
@media (max-width:640px) {
	#top_lesson .note {
		margin-bottom: 30px;
	}
	#top_lesson .inner {
		padding: 60px 0 60px;
	}
}


#top_lesson dl {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto 50px;
	text-align: center;
}
#top_lesson dl dt,
#top_lesson dl dd {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 2px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (max-width:640px) {
	#top_lesson dl {
		width: 100%;
		margin-bottom: 40px;
	}
	#top_lesson dl dt,
	#top_lesson dl dd {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		padding: 15px 20px;
	}
	#top_lesson dl dt {
		margin-top: 10px;
	}
}


#top_lesson dl dt:nth-child(4n+1) { /* 奇数行 */
	background: #004c99;
	color: #fff;
}
#top_lesson dl dd:nth-child(4n+2) { /* 奇数行 */
	background: #fff;
}

#top_lesson dl dt:nth-child(4n+3) { /* 偶数行 */
	background: #003e7c;
	color: #fff;
}
#top_lesson dl dd:nth-child(4n) { /* 偶数行 */
	background: #eaeaea;
}

#top_lesson dl dd span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}





/*==================================================================

		#top_location　＊　レッスン場所

==================================================================*/
#top_location {
	overflow: hidden;
}
#top_location .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;	
	padding: 80px 0 0;
}
#top_location .inner:last-child {
	padding: 0 0 100px;
}
#top_location .note {
	margin-bottom: 50px;
	text-align: center;
}
@media (max-width: 640px) {
	#top_location .note {
		margin-bottom: 30px;
	}
	#top_location .inner {
		padding: 60px 0 0;
	}
	#top_location .inner:last-child {
		padding: 0 0 60px;
	}
}


#top_location ul {
	margin-bottom: 50px;
}
#top_location li {
	width: 400px;
	margin: 0 20px;
	box-sizing: border-box;
	border: 1px solid #cacaca;
	background: #fafafa;
	text-align: center;
	border-radius: 3px;
}
#top_location li img {
	display: block;
	width: 340px;
	height: 215px;
	object-fit: cover;
	margin: 30px auto 25px;
}
#top_location li p {
	padding-bottom: 30px;
	line-height: 1.6;
}
@media (max-width: 640px) {
	#top_location ul {
		margin-bottom: 30px;
	}
	#top_location li {
		width: 330px;
		margin: 0 10px;
	}
	#top_location li img {
		width: 100%;
		height: 180px;
		margin: 0 auto 15px;
	}
	#top_location li p {
		padding-bottom: 15px;
	}
}





/*==================================================================

		#top_coaches　＊　コーチ紹介

==================================================================*/
#top_coaches {
	background: url("../images/bg02.jpg") center top;
	background-size: cover;
	overflow: hidden;
}
#top_coaches .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;	
	padding: 80px 0 0;
}
#top_coaches .inner:last-child {
	padding: 0 0 100px;
}
#top_coaches .note {
	margin-bottom: 50px;
	text-align: center;
}
@media (max-width: 640px) {
	#top_coaches .note {
		margin-bottom: 30px;
	}
	#top_coaches .inner {
		padding: 60px 0 0;
	}
	#top_coaches .inner:last-child {
		padding: 0 0 60px;
	}
}


#top_coaches ul {
	margin-bottom: 50px;
}
#top_coaches li {
	width: 400px;
	margin: 0 20px;
	box-sizing: border-box;
	border: 1px solid #cacaca;
	background: #fafafa;
	text-align: center;
	border-radius: 3px;
}
#top_coaches li img {
	display: block;
	width: 340px;
	height: 260px;
	object-fit: cover;
	margin: 30px auto 25px;
}
#top_coaches li p {
	padding-bottom: 30px;
	line-height: 1.6;
}
@media (max-width: 640px) {
	#top_coaches ul {
		margin-bottom: 30px;
	}
	#top_coaches li {
		width: 330px;
		margin: 0 10px;
	}
	#top_coaches li img {
		width: 100%;
		height: 220px;
		margin: 0 auto 15px;
	}
	#top_coaches li p {
		padding-bottom: 15px;
	}
}





/*==================================================================

		#top_column　＊　コラム

==================================================================*/
#top_column {
	position: relative;
	overflow: hidden;
}
#top_column::before {
	content: '';
	position: absolute;
	left: 100px;
	right: 100px;
	top: 150px;
	bottom: 135px;
	background: #f5f5f5;
	z-index: 0;
}
#top_column .inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	padding: 80px 0 100px;
	z-index: 1;
}
#top_column .note {
	text-align: center;
}
@media (max-width: 1640px) {
	#top_column::before { left: 4%; right: 4%; }
}
@media (max-width: 1540px) {
	#top_column::before { left: 3%; right: 3%; }
}
@media (max-width: 1440px) {
	#top_column::before { left: 2.5%; right: 2.5%; }
}
@media (max-width: 640px) {
	#top_column .inner {
		padding: 60px 0 60px;
	}
	#top_column::before { display: none;}
}


#top_column ul {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 50px 0 70px;
}
#top_column li a {
	display: block;
	color: #111;
}
#top_column li img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#top_column li p {
	margin-top: 15px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media (max-width: 640px) {
	#top_column ul {
		grid-template-columns: 2fr 2fr;
		gap: 20px;
		padding: 40px 0 50px;
	}
	#top_column li img {
		width: 100%;
		height: 150px;
	}
}





/*==================================================================

		#top_recruit　＊　採用情報

==================================================================*/
#top_recruit {
	background: url("../images/bg03.jpg") center top;
	background-size: cover;
}
#top_recruit .inner {
	padding: 80px 0 20px;
}
@media (max-width: 640px) {
	#top_recruit .inner {
		padding: 60px 0 0;
	}
}


.recruit_wrap {
	display: flex;
	align-items: stretch;
	padding-bottom: 90px;
}
.recruit_text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 8%;
}
#top_recruit h4 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #901d22;
}
#top_recruit .text {
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 2;
}
#top_recruit .btn {
	text-align: left;
	font-size: 19px;
}
@media (max-width: 1600px) {
	.recruit_text {
		padding: 0 0 0 5%;
	}
}
@media (max-width: 1500px) {
	#top_recruit h4 {
		font-size: 28px;
	}
	#top_recruit .text {
		line-height: 1.7;
	}
}
@media (max-width: 1400px) {
	#top_recruit h4 {
		font-size: 26px;
	}
}
@media (max-width: 640px) {
	.recruit_wrap {
		flex-direction: column-reverse;
		padding-bottom: 60px;
	}
	.recruit_text {
		width: 90%;
		margin: auto;
		padding: 30px 0 0;
	}
}


#top_recruit figure {
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
}
#top_recruit figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1700px) {
	#top_recruit figure {
		width: 48%;
		margin-left: 3%;
		padding-right: 60px;
	}
}
@media (max-width: 1400px) {
	#top_recruit figure {
		padding-right: 0;
	}
}
@media (max-width: 640px) {
	#top_recruit figure {
		width: 90%;
		margin: auto;
	}
	#top_recruit figure img {
		height: 220px;
	}
}





/*==================================================================

		#top_reserved　＊　レッスンご予約

==================================================================*/
#top_reserved .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	padding: 80px 0 100px;
}
#top_reserved .note {
	margin-bottom: 35px;
	text-align: center;
}



/*-------------------- LINEボタン --------------------*/
.btn-line {
	text-align: center;
	margin-bottom: 60px;
}
.btn-line a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 70px;
	padding: 0 80px;
	background: #06C755;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	transition: background .3s, transform .2s;
}
.btn-line a:hover {
	background: #05b34c;
	transform: translateY(-3px);
}
@media (max-width: 640px) {
	.btn-line a {
		width: 100%;
		padding: 0;
		border-radius: 10px;
	}
}



/*-------------------- table --------------------*/
#top_reserved table {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	margin-bottom: 50px;
}
#top_reserved th,
#top_reserved td {
	padding: 10px;
	font-size: 18px;
}
#top_reserved th {
	width: 34%;
}
@media (max-width: 640px) {
	#top_reserved table {
		margin-bottom: 30px;
	}
	#top_reserved th,
	#top_reserved td {
		display: block;
		width: 100%;
		padding: 5px 0;
		box-sizing: border-box;
	}
	#top_reserved td {
		padding-bottom: 25px;
	}
}


/* req / opt バッジ */
.req , .opt {
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 13px;
	padding: 1px 8px;
	margin-right: 20px;
	color: #fff;
}
.req { background: #901d22; } /*必須*/
.opt { background: #004c99; } /*任意*/
@media (max-width: 640px) {
	.req , .opt {
		font-size: 12px;
		padding: 1px 5px;
		margin-right: 5px;
	}
}



/* input / select / textarea */
#top_reserved input[type="text"],
#top_reserved input[type="email"],
#top_reserved select,
#top_reserved textarea {
	width: 100%;
	padding: 13px 35px;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	box-sizing: border-box;
	font-family: inherit;
	color: #111;
	background: #eeeeee;
}
#top_reserved textarea {
	resize: vertical;
	min-height: 160px;
}
@media (max-width: 640px) {
	#top_reserved input[type="text"],
	#top_reserved input[type="email"],
	#top_reserved select,
	#top_reserved textarea {
		padding: 13px 20px;
		font-size: 17px;
	}
}



/* 送信ボタン */
#top_reserved .btn button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 580px;
	height: 70px;
	padding: 0 40px;
	background: #901d22;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	box-sizing: border-box;
	transition: background .3s, transform .2s;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#top_reserved .btn button:hover {
	background: #b02229;
	transform: translateY(-3px);
}
@media (max-width: 640px) {
	#top_reserved .btn button {
		min-width: 0;
		width: 100%;
		border-radius: 10px;
		padding: 0;
		font-size: 18px;
	}
}
