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

/*@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/

/* @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500&display=swap');


@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');

main {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
} */

#box_ttl.en h1 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#entryArea h3 {
	font-size: 2.4rem;
	border-left: 3px solid #35adf7;
	padding: 0.3em 0 0.3em 0.4em;
	line-height: 1.3;
	position: relative;
	z-index: 20;
	margin-top: 2em;
}

body.howto_entry {
	& #entryArea h3 {
		margin-top: 0;
	}
}

div#entryArea p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 1.3em;
	margin-bottom: 0;
}

/* @group 申し込み */

/* body.howto_entry */

body.howto_entry #entryArea div.inner {
	border: 4px solid #35adf7;
	padding: 1.4em 1.4em 2em;
	margin-top: 2em;
}

body.howto_entry div#entryArea h4 {
	padding-top: 0;
	margin-top: 0.4em;
	margin-bottom: 0;
	border: none;

	font-size: 2.4rem;
}

#box_step {
	margin-top: 2em;
	margin-bottom: 4em;
}

#box_step ul {}

#box_step li {
	font-size: 1.6rem;
	box-sizing: border-box;
	clear: both;
	margin-top: 2em;
}

#box_step li h5 {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 0.5em;
	float: left;
}

#box_step li h5 span {
	display: inline-block;
	position: absolute;
	margin-left: 0.2em;
	width: 36px;
	height: 36px;
	background-color: #35adf7;
	color: #fff;
	box-sizing: border-box;
	border-radius: 18px;
	top: -0.1em;
	vertical-align: middle;
	padding-top: 0.15em;

	font-family: 'roboto';
	font-weight: 500;
	text-align: center;
}

#box_step li a {}

#box_step li h6 {
	color: #35adf7;
	font-weight: bold;
	font-size: 2rem;
	padding-left: 6.4em;
}

#box_step li p {
	clear: both;
	line-height: 1.8;
}

#box_step li p.notes {
	margin-top: 0.4em;
}

#box_step li h6.mail_set {
	color: #ff0000;
	padding-left: 0;
	margin-top: 1.4em;
	text-align: left;
}

#box_step li h6.mail_set+p {
	margin-top: 0.4em;
}

/*  */

div.box_entry {
	text-align: center;
}

div#entryArea .btn_entry {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 0;
	/*margin-top: 4em;
	margin-bottom: 5em;*/
}

.btn_entry a {
	font-size: 1.8rem;
	color: #fff;
	background-color: #555;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	background-color: #ec2d07;
	padding: 1em 1.4em;
	font-weight: bold;
}

div#entryArea div.box_entry p.red {
	margin-top: 0.8em;
}

/* @end */

/* @group page_faq */

/* body.page_faq */

div#box_anchor_navi {
	width: 100%;
	height: auto;
	padding: 4em 0 0 0;
}

div#box_anchor_navi>ul {
	vertical-align: top;
	padding-bottom: 2em;
}

div#box_anchor_navi>ul:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div#box_anchor_navi>ul>li {
	width: 33.333%;
	display: block;
	vertical-align: top;
	float: left;
	margin-right: 0;

	padding-right: 2%;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#box_anchor_navi>ul>li:last-child {
	width: 31.333%;
	padding-right: 0;
}

div#box_anchor_navi li h5 {
	font-size: 2rem;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	font-weight: normal;
	position: relative;
	padding-left: 1.6em;
}

div#box_anchor_navi li h5 a {
	color: #23b7fe;
}

div#box_anchor_navi li h5:before {
	content: "?";
	font-family: "Roboto";
	width: 1.4em;
	height: 1.4em;
	box-sizing: border-box;
	display: block;
	position: absolute;
	border-radius: 100%;
	line-height: 1;
	padding-top: 0.22em;
	text-align: center;
	color: #fff;
	top: 0em;
	left: 0;
	background-color: #23b7fe;
}


div#box_anchor_navi li:last-child h5:nth-child(3) {
	margin-top: 1.4em;
}

div#box_anchor_navi li li {
	font-weight: bold;
	margin-bottom: 1.2em;
	line-height: 1.4;
}



/*  */

div#box_school_faq {
	margin-bottom: 80px;
}

div#box_school_faq h3 {
	font-size: 2.4rem;
	color: #208adb;
	position: relative;
	padding-left: 2em;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #23b7fe;
}

div#box_school_faq h3:before {
	content: "?";
	font-family: "Roboto";
	width: 1.6em;
	height: 1.6em;
	box-sizing: border-box;
	display: block;
	position: absolute;
	border-radius: 100%;
	line-height: 1;
	padding-top: 0.32em;
	text-align: center;
	color: #fff;
	top: -0.15em;
	left: 0;
	background-color: #23b7fe;
}

div#box_school_faq h4 {
	background-image: none;
	position: relative;
	padding-left: 2.4em;

	/*color: #208adb;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 2em 16px 0.5em 8px;
	padding: 0.5em 0 0.6em 48px;
	background-image: url(/school/school_guide/page_parts/bg_sttl_question.gif);
	background-repeat: no-repeat;
	background-position: 8px 100%;*/
}

div#box_school_faq h4:before {
	content: "Q";
	font-family: "Roboto";
	font-size: 2.2em;
	display: block;
	position: absolute;
	left: 0.2em;
	top: 0;
	line-height: 1;
}

div.box_answer {
	/*padding: 0.3em 14px 20px 58px;
background-image: url(/school/school_guide/page_parts/bg_sttl_answer.gif);
background-repeat: no-repeat;
background-position: 15px 6px;*/
	background-image: none;
	position: relative;

}

div.box_answer:before {
	content: "A";
	font-family: "Roboto";
	font-size: 2.8em;
	display: block;
	position: absolute;
	left: 0.5em;
	top: 0.2em;
	line-height: 1;
	color: #989998;
}

div#box_school_faq p {
	font-size: 1.4rem;
}

div.box_answer dl dt,
div.box_answer dl dd {
	font-size: 1.4rem;
}

/*  */

p.jump_to_list a {
	/*	position: absolute;
	right: 0;
	top: 0;
	width: 7.2em;
	padding-left: 1.2em;
	background-image: url(/school/school_guide/page_parts/bg_btn_jump_upper.jpg);
	background-repeat: no-repeat;
	background-position: 0 48%;
	line-height: 1.1;*/

	display: inline-block;
	background-image: none;
	font-size: 1.4rem;
	width: auto;
	position: relative;
	padding-left: 1.6em;

	float: right;
}

p.jump_to_list a:before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border: 0px;
	border-top: solid 2px #35adf7;
	border-right: solid 2px #35adf7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	margin-top: -3px;
}


/* @end */

article.inq {
	max-width: 870px;
	clear: both;
	margin: 80px auto 0;
	/* border: 1px solid #d9d9d9;
	border-radius: 3px; */
}


#box_inquiry {
	/*height: 155px;*/
	height: auto;
	/*	background-image: url(../page_home/bg_inquiry.gif);
	background-position: 0 0;
	background-repeat: no-repeat;*/
	position: relative;
	background-image: none;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 1em;

	border: #d9d9d9 solid 1px;
	border-radius: 4px;
	margin-bottom: 40px;
}

#box_inquiry h3 {
	width: 100%;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #f3f3e3;
}

#box_inquiry h3 img {
	width: auto;
}

#img_boys {
	/*	position: absolute;
	top: 8px;
	left: 15px;*/
	margin-top: -4em;
	margin-left: 1em;
}

#box_inquiry div.inner_left {
	/*	position: absolute;
	left: 146px;
	top: 56px!important;*/
	margin-left: 2em;
	margin-top: 1em;
}

#box_inquiry div.inner_left h6 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0;
}

#box_inquiry p {
	line-height: 1;
	/*margin-bottom: 9px;*/
}

#box_inquiry div.inner_left p {
	font-size: 1.2rem;
}

#box_inquiry div.inner_left p.tel,
#box_inquiry div.inner_left p.mail {
	font-family: "Roboto";
	/*font-family: 'Lato', sans-serif;*/
	font-size: 1.8rem;
}

#box_inquiry div.inner_left p.tel span,
#box_inquiry div.inner_left p.mail span {
	display: inline-block;
}

#box_inquiry div.inner_left p.mail {
	font-size: 2.0rem;
	margin-bottom: 0.6rem;
	margin-top: 0.4em;
	font-size: 2.4rem;
}

#box_inquiry div.inner_left p.tel a,
#box_inquiry div.inner_left p.mail a {
	/*font-size: 2.0rem;*/
	font-size: 1.6em;
	margin-left: 0.1em;
	font-weight: bold;
	display: inline-block;
	color: #37a7ff;
}

#box_inquiry div.inner_left p.mail a {
	font-size: 1.4em;
}

#box_inquiry div.inner_left p.time {
	font-size: 1.2rem;
	margin-top: 0.6em;
}

#box_inquiry div.inner_left p.note {
	font-size: 1.2rem;
	margin-top: 0.6em;
	line-height: 1.4;
}

#box_inquiry p.btn_schedule {
	/*position: absolute;*/
	margin-left: auto;
	margin-right: 1em;
	margin-top: 16px;
}

#box_inquiry p.btn_schedule a img,
#box_inquiry p.btn_schedule a {
	width: 100%;
	height: auto;
}

#box_inquiry p.btn_schedule a {
	display: block;
}

/*  */

#bnr_sumaho_coach {
	width: 720px;
	margin-inline: auto;

	& a {
		display: block;
		border: 1px solid #d9d9d9;
		border-radius: 3px;
		overflow: hidden;
	}

	& img {
		width: 100%;
		height: auto;
	}
}

/* 各種手続き・申請用紙 */

div#orderArea li a:link,
div#orderArea li a:visited {
	font-size: 1.2rem;
	height: auto;
	padding-bottom: 3em;
	min-height: 3.8em;
}

#orderArea li strong {
	font-size: 1.8rem;
}

#orderArea p.typo_school_uni a {
	padding-bottom: 3em;
	height: auto;
}

div#orderArea li.x2 a:link,
div#orderArea li.x2 a:visited {
	border-bottom: none;
}

p.typo_school_uni a strong {
	font-size: 1.4rem;
}

/* スクールガイド　スライダー */
/* body.slider_active  */

body.slider_active #wrapper_header>header {
	/*z-index: 2000;*/
	z-index: 1;
}

body.slider_active #box_photos {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.5s ease-out;
}

#box_photos .inner {
	max-width: 500px;
	overflow: hidden;
}

body.slider_active #box_photos .inner {
	max-width: initial;
	max-width: auto;
	width: 840px;
	/* width: 80%; */
	height: auto;
	margin: 0 auto 0;
	margin-top: calc((100vh - 560px) / 2);
	position: relative;
	overflow: visible;
}

.mySwiper2 {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

body.slider_active .mySwiper2 {
	position: static;
	border: 16px solid rgba(51, 51, 51, 0.4);
	border-radius: 0.6em;
	visibility: visible;
}

#box_photos .swiper.thumb .swiper-wrapper {
	justify-content: center;
}

#box_photos .swiper.thumb {}

body.slider_active #box_photos .swiper.thumb {
	/*width: 500px;*/
	width: auto;
	margin-top: 14px;
}

#box_photos .swiper.thumb .swiper-slide {
	width: 88px !important;
	height: auto;
	max-height: 59px;
	/*border: 1px solid #fff;*/
	background-color: #000;
	position: relative;
}

body.slider_active #box_photos .swiper.thumb .swiper-slide {
	/*background-color: transparent;*/
}

#box_photos .swiper.thumb .swiper-slide:before {
	content: '';
	display: block;
	width: 25px;
	height: 24px;
	background-image: url(/school/page_home_2022/icon_loupe.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 14px);
	top: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index: 9;
}

#box_photos .swiper.thumb .swiper-slide:hover {
	cursor: pointer;
}

body.slider_active #box_photos .swiper.thumb .swiper-slide img,
#box_photos .swiper.thumb .swiper-slide:hover img {
	opacity: 0.5;
}

/* slider_active */
body:not(.slider_active) #box_photos .swiper.thumb .swiper-slide:hover:before {
	visibility: visible;
	opacity: 1;
}

#box_photos .swiper.thumb .swiper-slide img {
	width: 88px;
	height: auto;
	/*opacity: 0.6;*/
}

body.slider_active #box_photos .swiper.thumb .swiper-slide img {
	/*opacity: 1;*/
}

body.slider_active #box_photos .swiper.thumb .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}

#box_photos .swiper.thumb .swiper-slide:hover img {}

p.slider_close {
	visibility: hidden;
}

body.slider_active p.slider_close {
	visibility: visible;
	font-family: "DINNextLTPro-Medium", "Roboto", sans-serif;
	position: absolute;
	right: -10vw;
	bottom: -4vw;
}

@media screen and (max-height: 900px) {
	body.slider_active p.slider_close {
		position: fixed;
		right: 2vw;
		bottom: 2vw;
	}
}


#head p.slider_close a {
	color: #fff;
	font-size: 1.4rem;
	position: relative;
	padding-right: 3em;
	text-decoration: none;
}

p.slider_close a::before,
p.slider_close a::after {
	content: '';
	display: block;
	width: 2.4em;
	/*バツ線の長さ*/
	height: 2px;
	/*バツ線の太さ*/
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0.4em;
	right: 0;
}

p.slider_close a::after {
	transform: rotate(-45deg);
	right: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -36px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -36px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 45%;
	border-color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	/*color: #fff!important;*/
	/*color: #1a6cdf !important;*/
}

/*  */

#head {
	padding: 24px 6px 16px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

#head p>a {
	text-decoration: underline;
}

#head.women {
	flex-wrap: wrap;
	padding-bottom: 0;
}

#head.women>.inner {
	/* width: 50%; */
}

#head.women #box_photos {
	margin: 40px auto 0;
}

#head h3 {
	font-size: 2.0rem;
	font-feature-settings: "palt";
}

body.women #head h3 {
	font-size: 1.4rem;
}

body.girls #head h3 {
	font-size: 1.8rem;
}

#head .txt_add {
	font-size: 1.3rem;
	padding: 0.2em 0 0.4em 1.7em;
	position: relative;
	margin-top: 0.7em;
	margin-bottom: 0.8em;
}

#head .txt_add:before {
	content: '';
	display: block;
	width: 1.4em;
	height: calc(1.4em * 1.2);
	background-image: url(/school/page_home_2022/icon_map.png);
	background-position: 2px 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 3px;
}

#head .txt_add a {
	text-decoration: underline;
}

/*  */

#head div.wrap {
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	gap: 0 20px;
}

/*  */

#box_school_detail div.ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

#box_school_detail div.ttl h5 {
	font-size: 2.5rem;
	border-left: 0.2em solid #23b7fe;
	padding-left: 0.4em;
}

.txt_sche {
	line-height: 1;
	font-size: 1.4rem;
}

.txt_sche a {
	text-decoration: underline;
	position: relative;
	padding-left: 1.0em;
}

.txt_sche a:after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border: 0px;
	border-top: solid 2px #00aafa;
	border-right: solid 2px #00aafa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -3px;
}

/* 20221223 */
#box_kv {
	position: relative;
}

body.grassroots #box_kv,
body.over50 #box_kv {
	width: 871px;
	height: 180px;
	background-color: #dff6ff;

	& p,
	& h3 {
		color: #23b7fe;
	}
}


#box_kv h3 {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.6rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;

	position: absolute;
	color: #fff;
	top: 0.6em;
	left: 0.8em;
}

#box_kv h3 span {
	font-size: 0.5em;
	display: block;
}

body.women #box_kv h3 {
	/* color: #222; */
	top: auto;
	bottom: 0.2em;
}

body.women #box_kv h3 span {
	/* color: #fff; */
}

#box_kv p {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	color: #fff;
	right: 0.4em;
	bottom: 0.2em;
	font-size: 6.0rem;
	opacity: 0.8;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 1;
}

#box_kv p strong {
	font-family: linotype-vectora, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.3em;
	/* opacity: 1.4; */
	margin-right: 0.4em;
	margin-top: 0.8em;
}

body.women #box_kv p,
body.goal_keeper #box_kv p {
	font-size: 4.0rem;
}

/* bnr */

#box_left_contents p.bnr {
	border: #dddddd solid 1px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 0;
	margin-top: 20px;
}

#box_left_contents p.bnr a {
	display: block;
}

#box_left_contents p.bnr a:hover {
	transition: all 0.15s ease-in;
	opacity: 0.8;
}

#box_left_contents p.bnr img {
	width: 100%;
	height: auto;
}

/* 2024 */

div.box_school_expl h6 {
	font-size: 1.6rem;
	color: #1bacf1;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}

/* 2026 */

body.football_together main,
body.tokushoho main,
body.howto_entry main,
body.pageSchoolGuide main {

	width: 1024px;
	margin-inline: auto;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;

	& div.box_sidebanner {
		width: 128px;
	}

	& div.box_sidebanner img {
		width: 100%;
	}
}

/*  */

@media screen and (max-width: 769px) {
	body.pageSchoolGuide {
		div.wrapper_legacy {
			width: 100%;
		}
	}


	#box_container {
		padding-top: 0 !important;
	}

	/* 左メニュー */
	body.howto_entry #box_left_contents,
	body.pageSchoolGuide #box_left_contents {
		display: none;
	}

	div#box_contents {
		width: 100%;
	}

	div#box_main {
		width: 100%;
		margin-left: 0;
	}

	div#box_cnavi.narrow {
		/*width: auto;*/
		/*width: 88vw;*/
	}

	div#box_cnavi.narrow ul {
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;

		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		/*height: 100%;*/
		padding: 1vw 4vw 4vw;
	}

	div#box_cnavi li {
		width: auto;
		font-size: 3.125vw;
		/* 10px */
		flex-shrink: 0;
		/*margin-bottom: 2vw;*/
	}

	div#box_cnavi li a {
		flex-wrap: nowrap;
		padding: 0.2em 0.8em;
		height: 100%;
	}

	/*  */

	#head {
		width: 100vw;
		margin-top: 4vw;
		display: block;
		padding: 0 4vw;
		overflow: hidden;
		box-sizing: border-box;
	}

	#head h3 {
		font-size: 4.375vw;
		/* 14px */

	}

	#head .txt_add {
		font-size: 3.125vw;
		/* 10px */
	}

	/*  */

	#head div.wrap {
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 4vw 0;
	}

	#head.women>.inner {
		width: 100%;
	}

	/*  */

	#box_photos {
		margin-top: 6vw;
	}

	body.slider_active #box_photos {
		z-index: 999999;
	}

	body.slider_active #wrapper_header {
		z-index: -1;
		position: static;
	}

	#box_photos .inner {
		max-width: initial;
		max-width: auto;
	}

	#box_photos .swiper.thumb .swiper-slide {
		width: calc(100% / 5 - 10px) !important;
	}

	#box_photos .swiper.thumb .swiper-slide img {
		/*		width: 88px;
		height: auto;
		opacity: 0.6;*/

		width: 100%;
	}

	body.slider_active {
		overflow: hidden;
	}

	body.slider_active #box_photos .inner {
		width: 100vw;
	}

	body.slider_active .mySwiper2 {
		/*width: 90vw;*/
		width: 100vw !important;
	}

	body.slider_active .mySwiper2 .swiper-slide-active {
		/*width: 100vw!important;*/
	}

	body.slider_active .mySwiper2 .swiper-wrapper img {
		/*width: 90vw!important;*/
		max-width: 88vw;
		margin: 0 auto;
		margin-left: 2vw;
	}

	body.slider_active #box_photos .swiper.thumb {
		width: 90vw;
	}

	body.slider_active p.slider_close {
		position: fixed;
		bottom: 6vw;
		right: 6vw;
		z-index: 9999999;
	}

	/*  */

	div#box_school_detail {
		/* 871px */
		width: 88vw;
		margin: 0 auto;
	}

	#box_school_detail div.ttl {
		display: block;
		margin-top: 4vw;
	}

	#box_school_detail div.ttl h5 {
		font-size: 4.0625vw;
		/* 13px */
	}

	div.ttl .txt_sche {
		font-size: 3.125vw;
		/* 10px */
		text-align: right;
		margin-top: 1.6em;
	}

	/*  */

	.table_area.scroll table th,
	.table_area.scroll table td {
		white-space: nowrap;
		width: auto;
	}

	.table_area.scroll {
		overflow-x: auto;
		white-space: nowrap;
		padding-top: 4vw;
		background: url(/common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		margin-top: 6vw;
		/*		
		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
	border-right: 1px solid #CCC;
	
		width: 300px;
		height: 100px;*/
	}

	div.table_area.scroll table {
		margin-top: 0;
		/*		background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
		background-repeat: no-repeat;
		background-attachment: local;
		border-bottom: 1px solid #CCC;*/
	}

	div.table_area.scroll>table table {
		width: 100%;
	}

	div.table_area.scroll+p.alignRight {
		font-size: 3.125vw;
		/* 10px */
		margin-top: 0.8em;
	}

	div.box_school_expl h5 {
		font-size: 3.75vw;
		/* 12px */
	}

	div.box_school_expl p {
		font-size: 3.4375vw;
		/* 11px */
		line-height: 2.0;
	}

	div.box_school_expl .notes {
		line-height: 1.8;
	}

	/*  */

	table.tbl_school_time th,
	table.tbl_school_time td {
		font-size: 3.4375vw;
		/* 11px */
	}

	table.tbl_school_time td,
	table.tbl_school_time thead th {
		padding: 0.6em 0.6em 0.4em;
		white-space: nowrap;
	}

	/*  */

	article.inq {
		width: 88vw;
		margin-top: 8vw;
	}

	#bnr_sumaho_coach {
		width: 100%;
		margin-inline: auto;
	}

	/* お申し込みの流れ */

	body.howto_entry {}

	body.howto_entry #entryArea {
		width: 88vw;
		margin: 0 auto;
		padding-top: 4vw;
	}

	div#entryArea p {
		font-size: 3.4375vw;
		/* 11px */
	}

	#entryArea h3 {
		font-size: 5vw;
		/* 16px */

	}

	body.howto_entry div#entryArea h4 {
		font-size: 4.375vw;
		/* 14px */

	}

	/*  */

	#box_step li {
		font-size: 4.0625vw;
		/* 13px */
	}

	#box_step li h5 {
		float: none;
		font-size: 4.0625vw;
		/* 13px */
		display: block;
		text-align: center;
		margin-left: -3em;
	}

	#box_step li h5 span {
		font-size: 2rem;

		width: 2em;
		height: 2em;
		border-radius: 50%;
		top: -0.4em;
	}

	#box_step li h6 {
		font-size: 3.75vw;
		/* 12px */
		padding-left: 0;
		text-align: center;
	}

	/* 各種手続き・申請用紙 */

	div#orderArea {
		padding-top: 8vw;
		width: 88vw;
		margin: 0 auto;
	}

	div#orderArea .small {
		/*		margin-top: 20px;
		line-height: 1.6;
		height: 40px;*/

		font-size: 3.125vw;
		/* 10px */
		text-align: center;
		height: auto;
	}

	div#orderArea .small img {
		/*margin-right: 10px;*/
		float: none;
		display: block;
		margin: 0 auto 1em;
	}

	#head_order_wear {
		float: none;
	}

	#orderArea img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	div#orderArea div.inner {
		float: none;

	}

	div#orderArea div.inner p.typo_school_uni a {
		width: auto;
		float: none;

		background-size: 2.6em auto;
		padding-left: 3.6em;
		background-position: 0.4em 1em;
	}

	div#orderArea li a:link,
	div#orderArea li a:visited {
		background-size: 2.6em auto;
		padding-left: 3.6em;
		background-position: 0.4em 1em;
	}

	#orderArea li strong,
	p.typo_school_uni a strong {
		font-size: 3.75vw;
		/* 12px */
	}

	div#orderArea li a:link,
	div#orderArea li a:visited,
	div#orderArea li.x2 a:link,
	div#orderArea li.x2 a:visited,
	div#orderArea ul {
		width: 100%;
		box-sizing: border-box;
	}

	div#orderArea li {
		float: none;
		display: block;
	}

	/* Q&A */

	div#box_school_faq {
		width: 88vw;
		margin: 0 auto;
	}

	#box_school_faq div#box_anchor_navi {
		padding-top: 8vw;
	}

	div#box_anchor_navi>ul>li {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}

	div#box_anchor_navi li h5 {
		font-size: 5vw;
		/* 16px */
	}

	div#box_anchor_navi li li {
		font-size: 4.0625vw;
		/* 13px */
	}

	div#box_anchor_navi>ul>li:last-child {
		width: 100%;
	}

	div#box_school_faq h3 {
		font-size: 5vw;
		/* 16px */
	}

	div#box_school_faq h4 {
		font-size: 4.6875vw;
		/* 15px */
		margin-top: 1em;
	}

	div#box_school_faq p {
		font-size: 3.75vw;
		/* 12px */
	}

	div.box_answer {
		padding-bottom: 0;
	}

	/*  */

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 10px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 10px;
	}

	/*  */

	#box_kv::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.1;
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
	}

	#box_kv h3 {
		font-size: 6.25vw;
		/* 20px */
		top: 4vw;
		left: 6vw;
	}

	#box_kv p {
		font-size: 9.375vw;
		/* 30px */
	}

	#box_kv img {
		/* margin-left: 0;
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%); */

		width: auto;
		height: 100%;
		margin-left: -50%;
		/* transform: translate(-50%, 0%); */
	}

	/*  */

	#box_inquiry {
		justify-content: center;
		align-items: center;
	}

	body.index #img_boys,
	#img_boys {
		width: 20vw;
		margin-top: 4vw;
		margin-left: 0;

	}

	#box_inquiry div.inner_left {
		margin-left: 0;
		margin-top: 4vw;
		margin-inline: auto;
	}

	#box_inquiry div.inner_left h6 {
		font-size: 3.75vw;
		/* 12px */
		text-align: center;
	}

	#box_inquiry div.inner_left p.mail {
		font-size: 4.375vw;
		/* 14px */
		text-align: center;
	}

	#box_inquiry div.inner_left p.time {
		font-size: 3.125vw;
		/* 10px */
		text-align: center;
	}

	#box_inquiry div.inner_left p.note {
		font-size: 3.125vw;
		/* 10px */
		padding-inline: 2em;
		margin-top: 1em;
	}

	#box_inquiry div.inner_left p.note br {
		display: none;
	}

	#box_inquiry div.inner_left p.mail a {
		font-size: 6.25vw;
		/* 20px */
	}

	#box_inquiry p.btn_schedule {
		margin-inline: auto;
		margin-top: 6vw;
	}

	body.index #box_inquiry p.btn_schedule a img,
	#box_inquiry p.btn_schedule a img {
		width: 44vw;
	}

	body.football_together main,
	body.tokushoho main,
	body.howto_entry main,
	body.pageSchoolGuide main {

		width: 100%;
		margin-inline: auto;
		display: flex;
		align-content: flex-start;
		justify-content: space-between;

		& div.box_sidebanner {
			display: none;
		}
	}

}

/* @end */


/* 特定商取引法に基づく表記（スクール会費等） */

body.tokushoho {

	& div#box_main {
		margin-inline: auto;
		float: none;
	}

	& div#inner_main {
		padding: 0 0 15px 0;
	}

	& #contents_area {
		margin-top: 30px;
		padding: 0 15px;
	}

	& div#box_cnavi.narrow {
		margin-top: 0;
	}

	& #inner_main h3 {
		min-height: 93px;
		box-sizing: border-box;
		padding: 20px 15px;
		font-size: 2.8rem;
		border-bottom: 1px solid #bfbfbf;
		font-weight: bold;
		margin-bottom: 18px;
		font-feature-settings: "palt";
	}

	/*  */

	& div#inner_main h4 {
		font-size: 1.8rem;
		padding: 6px 0 6px 8px;
		border-left: 5px solid #23b7fe;
		font-weight: bold;
		border-bottom: none;
	}

	& div#inner_main h4:not(:first-child) {
		margin-top: 2em;
	}

	& div#inner_main h5 {
		font-size: 1.6rem;
		margin-top: 1.4em;
		color: #23b7fe;
	}

	& div#inner_main ul {
		margin-top: 0.8em;
	}

	& div#inner_main li,
	& div#inner_main p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	& div#inner_main li {
		padding-left: 1em;
		text-indent: -1em;
	}


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

		& #inner_main h3 {
			font-size: 5.625vw;
			/* 18px */
		}

		& div#inner_main h4 {
			font-size: 5vw;
			/* 16px */
		}

		& div#inner_main p {
			font-size: 4.375vw;
			/* 14px */
		}

	}


}

/* 2026 */


#inner_contents {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}


























/*  */