@charset "utf-8";

/* --- body直下 --- */
#MIRAIKYOSOSTEAM-wide-page {
	/*min-width: 1224px;*/
	overflow: hidden;
	position: relative;
	z-index: 100;
	line-height: 1.6;
	font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* --- Parts --- */
.MIRAIKYOSOSTEAM-CONTAINER img{
	max-width: 100%;
	height: auto;
}
.MIRAIKYOSOSTEAM-CONTAINER a.blank img{
	vertical-align: baseline;
		margin-left: 5px;
}
.MIRAIKYOSOSTEAM-CONTAINER img.imageBd{
	border: 1px solid #e6e9ee;
}
.MIRAIKYOSOSTEAM-CONTAINER .text,
.MIRAIKYOSOSTEAM-CONTAINER .initiative .hLevel3{
	color: #222222;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2,
.MIRAIKYOSOSTEAM-CONTAINER .hLevel3{
	color: #052272;
	font-weight: bold;
	text-align: center;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel4{
	color: #052272;
	font-weight: bold;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap,
.MIRAIKYOSOSTEAM-CONTAINER .hLevel3Wrap{
	text-align: center;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel4Wrap{
	margin-bottom: 12px;
  text-align: left;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2{
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel3{
	padding: 0 30px;
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 3px;
	height: 80%;
	background-color: #e5c21e;
	border-radius: 3px;
	transform: rotate(-30deg);
}
.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 3px;
	height: 80%;
	background-color: #e5c21e;
	border-radius: 3px;
	transform: rotate(30deg);
}
.MIRAIKYOSOSTEAM-CONTAINER .information .hLevel2Wrap .hLevel2::before,
.MIRAIKYOSOSTEAM-CONTAINER .information .hLevel2Wrap .hLevel2::after{
	background-color: #ffffff;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap{
	position: relative;
	border-bottom: 4px solid #a385f7;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 50%;
	height: 4px;
	background: #a385f7;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3{
	display: flex;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left!important;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative.noflex .hLevel3Wrap .hLevel3{
	display: block;
  text-align: center!important;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3 span{
	font-weight: bold;
}
.MIRAIKYOSOSTEAM-CONTAINER .btn a{
	display: inline-block;
	background-color: #1eace5;
	border-radius: 50px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.MIRAIKYOSOSTEAM-CONTAINER .btn a.anchor{
	position: relative;
	display: inline-block;
}
.indent{
	text-indent: -1em; padding-left: 1em;
}
.listFooterNoteIn dt{
	float: left;
}
.listFooterNoteIn dd{
	overflow: hidden;
}
/* --- MIRAIKYOSOSTEAM-CONTAINER --- */
.MIRAIKYOSOSTEAM-CONTAINER {
	background-color: #fff;
	overflow: hidden;
}
/* --- Main_content --- */
.MIRAIKYOSOSTEAM-CONTAINER .Main_content > *:first-child {
	margin-top: 0!important;
}
.MIRAIKYOSOSTEAM-CONTAINER .Main_content {
	margin: 0 auto;
}
.MIRAIKYOSOSTEAM-CONTAINER .Main_content img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* --- anchorNaviWrap --- */
.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap{
	background-color: #ffd580;
}
.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li{
	background-color: #ffffff;
	border-radius: 50px;
}
.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	font-size: 16px;
	color: #222222;
}
/* --- lead --- */
.MIRAIKYOSOSTEAM-CONTAINER .leadWrap{
	border-top: solid 5px #a385f7;
	border-bottom: solid 5px #052272;
}
.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead{
	padding: 0 20px;
}
/* --- information --- */
.MIRAIKYOSOSTEAM-CONTAINER .information{
	background-color: #ffd580;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap{
	background-color: #ffffff;
	border-radius: 8px;
	padding-right: 20px;
	box-shadow: 0 15px 15px -5px rgba(168,101,45,0.2);
}
.contentsBase .newsListWrap ul{
	overflow-y: scroll;
	max-height: 326px;
	padding-right: 10px;
}
.contentsBase .newsListWrap ul::-webkit-scrollbar {
	background: #FFFFFF;
	width: 8px;
}
.contentsBase .newsListWrap ul::-webkit-scrollbar-thumb {
	background-color: #dde0e7;
	border-radius: 4px;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li{
	border-bottom: 1px solid #ffd580;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li:first-of-type{
	padding-top: 0;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li a .anchor{
	position: relative;
}
.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li a .anchor::after{
	display: inline-block;
	position: relative;
	top: -4px;
	margin-top: 0;
	margin-left: 9px;
	-webkit-backface-visibility: hidden;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(135deg);
	vertical-align: middle;
	content: "";
}
/* --- contentsWrap --- */
.contentsWrap{
	position: relative;
	z-index: 0;
	background-color: #ffd580;
}
.MIRAIKYOSOSTEAM-CONTAINER .contentsWrap .bg:nth-child(odd){
	background-color: #ffffff;
}
.MIRAIKYOSOSTEAM-CONTAINER .contentsWrap .bg:nth-child(even){
	background-color: #ebf6ff;
}
.MIRAIKYOSOSTEAM-CONTAINER .contentsWrap .bg:first-child .contentsBase{
	padding-top: 0;
}
.MIRAIKYOSOSTEAM-CONTAINER .contentsWrap .bg:last-child .contentsBase{
	padding-bottom: 30px;
}
.MIRAIKYOSOSTEAM-CONTAINER .contentsWrap .bg .contentsBase:nth-child(n+2){
	padding-top: 0;
}
.contentsWrap::after{
	box-shadow: 0 15px 15px -5px rgba(168,101,45,0.2);
}
/* --- initiative --- */
.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap section:last-child .initiative{
	margin-bottom: 0;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiative .initiativeFigure{
	text-align: center;
}
.MIRAIKYOSOSTEAM-CONTAINER .initiative .initiativeFigure img{
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid #052272;
}
/* --- participatingSchoolWrap --- */
.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchoolFigure img{
	object-fit: cover;
	border-radius: 9999px;
}
.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:nth-of-type(odd) .participatingSchool .textArea .participatingSchoolName{
	background-color: #b33ca7;
}
.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:nth-of-type(even) .participatingSchool .textArea .participatingSchoolName{
	background-color: #244ab3;
}
/* --- movie --- */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
} 
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtubeboxes {
	width: 800px;
	margin: 0 auto;
	padding-top: 0;
	max-width: 100%;
}
/*2024.10.10追加 体験レポート詳細ページ*/
.REPORTPAGE .date{
	text-align: right;
	color: #999999;
	margin-bottom: 30px;
}
.REPORTPAGE .information .contentsBase{
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logoWrap{
	display: inline-block;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap,
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap .hLevel2{
	padding: 0;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap h1.hLevel2::before,
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap h1.hLevel2::after{
	display: none;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .contentsBase:not(.reportListWrap) .hLevel3Wrap{
	position: relative;
	border-bottom: 4px solid #a385f7;
	margin: 50px 0 30px;;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .contentsBase:not(.reportListWrap) .hLevel3Wrap::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 50%;
	height: 4px;
	background: #a385f7;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .contentsBase:not(.reportListWrap) .hLevel3Wrap .hLevel3{
	margin-bottom: 0;
	color: #222;
	text-align: left;
	padding-bottom: 10px;
}
.REPORTPAGE .flexbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.REPORTPAGE .column1{
	margin-bottom: 40px;
}
.REPORTPAGE .flexbox .col2{
	width: calc((100% - (36px)) / 2);
}
.REPORTPAGE .flexbox .col3{
	width: calc((100% - (36px * 2)) / 3);
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .listVerticalDotIn{
  margin-bottom: 20px;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .listVerticalDotIn li{
	padding-left: 1.25em; position: relative;
}
.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .listVerticalDotIn li::before{
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	top: .45em;
	left: 0;
	border-radius: 50%;
	background-color: #0e0d6a;
	content: "";
}
.REPORTPAGE .youtubeboxes:not(:last-child){
	margin-bottom: 40px;
}
.REPORTPAGE .video {
	width: 800px;
	margin: 0 auto 30px;
	max-width: 100%;
}
.REPORTPAGE .video video{
	width: 100%;
	height: auto;
}
/*体験レポートカルーセル*/
.reportListWrap .reportList{
	display: flex;
	gap: 36px;
	justify-content: center;
	margin-bottom: 40px;
}
.reportListWrap .reportList .reportList_item{
	width: calc((100% - (36px * 2))/3);
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 15px 15px -5px rgba(160,160,160,0.2);
	margin: 0 15px;
}
.reportListWrap .reportList .reportList_item .reportList_item_img{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.reportListWrap .reportList .reportList_item a:hover img{
	transform: scale(1.2);
	transition: 0.5s;
}
.reportListWrap .reportList .reportList_item img{
	transition: 0.5s;
}
.reportListWrap .reportList .reportList_item .reportList_item_text{
	padding: 15px 15px 30px;
}
.reportListWrap .reportList .reportList_item .reportList_item_date{
	margin-bottom: 15px;
	color: #222;
}
.reportListWrap .reportList .reportList_item a:hover {
	text-decoration: none;
}
.related .related__carousel .related__carousel__list .slick-track{
	padding-bottom: 20px;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	.util-pc-hidden {
		display: none!important;
	}
	#MIRAIKYOSOSTEAM-wide-page{
		font-size: 18px;
	}
	.TOPIC-PATH-INNER.MIRAIKYOSOSTEAM-WIDE-BREADCRUMB {
		max-width: 1320px;
		width: auto;
		padding: 0 30px;
		font-size: 13px;
	}
/* --- Parts --- */
	.MIRAIKYOSOSTEAM-CONTAINER .contentsBase{
		max-width: 1200px;
		padding: 100px 20px;
		margin: 0 auto;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .text{
		margin-bottom: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2,
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel3{
		margin-bottom: 50px;
		font-weight: bold;
		text-align: center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2{
		font-size: 40px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel3{
		font-size: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap{
		padding: 0 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2::before{
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 3px;
		height: 80%;
		background-color: #e5c21e;
		border-radius: 3px;
		transform: rotate(-30deg);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2::after{
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		width: 3px;
		height: 80%;
		background-color: #e5c21e;
		border-radius: 3px;
		transform: rotate(30deg);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap{
		margin-bottom: 30px;
		padding: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3{
		margin-bottom: 0;
		font-size: 24px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel4Wrap .hLevel4{
		margin-bottom: 0;
		font-size: 18px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3 span{
		margin: -6px 15px 0 0;
		font-size: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn{
		max-width: 500px;
		margin: 0 auto;
	}
	.MIRAIKYOSOSTEAM-CONTAINER a:hover{
		color: #1eace5;
				text-decoration: underline;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a.anchor{
		width: calc(100% - 70px);
		padding: 20px 45px 20px 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a.anchor::after{
		display: inline-block;
		position: absolute;
		top: 42%;
		right: 25px;
		width: 10px;
		height: 10px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a:hover{
		color: #ffffff;
		text-decoration: none;
		opacity: 0.5;
		transition: .5s;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a img{
		margin: -3px 0 0 10px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list {
		margin: 15px 0 0 0;
		padding: 0;
		list-style: none;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list > li {
		position: relative;
		margin-top: 9px;
		padding-left: 23px;
		color: #222;
		font-size: 15px;
		line-height: 1.6;
		list-style: none;
		box-sizing: border-box;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list[data-col-pc]:not([data-col-pc="auto"]) > li {
		margin-top: 9px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
/* --- mainVisual --- */
	.MIRAIKYOSOSTEAM-CONTAINER .mainVisual{
		max-width: 1920px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .mainVisual img{
		width: 100%;
		height: auto;
	}
/* --- anchorNaviWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap{
		padding: 0 10px 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi{
		max-width: 1200px;
		margin: 0 auto;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList{
		display: flex;
		flex-wrap: wrap;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li {
		display: flex;
		flex-direction: column;
		width: calc((100% - 36px) / 3);
		margin: 30px 18px 0 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li:nth-of-type(3n) {
		margin-right: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li:nth-of-type(n+4) {
		margin-top: 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a {
		height: 40px;
		padding: 15px 40px 15px 20px;
		text-align: center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a:hover {
		color: #222222;
		text-decoration: none;
		opacity: 0.5;
		transition: .5s;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a::after {
		display: inline-block;
		position: absolute;
		top: 38%;
		right: 20px;
		width: 10px;
		height: 10px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
/* --- lead --- */
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap{
		padding: 100px 0;
		background: #ebf6ff url(/extlib/kddi-miraikyoso/soccer/index/index_bg02.png) no-repeat center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead{
		max-width: 1000px;
		margin: -70px auto 0;
		padding-top: 70px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead+.lead{
		margin-top: 0;
		padding-top: 70px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead > .text{
		margin-bottom: 70px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead .leadBox .hLevel2{
		margin-bottom: 50px;
	}
/* --- information --- */
	.MIRAIKYOSOSTEAM-CONTAINER .information{
		padding-bottom: 120px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .information .contentsBase{
		padding-top: 80px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap{
		padding: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li{
		padding: 30px 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li dl{
		display: flex;
		align-items: center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li dl dt{
		width: 140px;
		margin-right: 50px
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li dl dd{
		width: calc(100% - 200px);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li a .anchor::after{
		width: 10px;
		height: 10px;
	}
/* --- contentsWrap --- */
	.contentsWrap{
		padding-bottom: 200px;
	}
	.contentsWrap::before{
		position: absolute;
		content: "";
		top: -130px;
		right: 0;
		width: 100%;
		height: 300px;
		background-color: #ffffff;
		border-radius: 4000px 4000px 0 0 / 1200px 1200px 0 0;
		margin: 0 -200px;
		padding: 0 200px;
		z-index: -10;
	}
	.contentsWrap .bg:last-child::after{
		position: absolute;
		content: "";
		bottom: 80px;
		right: 0;
		width: 100%;
		height: 300px;
		border-radius: 0 0 4000px 4000px / 0 0 1200px 1200px;
		margin: 0 -200px;
		padding: 0 200px;
		z-index: -10;
	}
	.contentsWrap .bg:nth-child(even):last-child::after{
		background-color: #ebf6ff;
	}
	.contentsWrap .bg:nth-child(odd):last-child::after{
		background-color: #ffffff;
	}
/* --- initiative --- */
	.MIRAIKYOSOSTEAM-CONTAINER .initiative{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap section:nth-of-type(even) .initiative{
		flex-direction: row-reverse;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .textArea{
		width: 610px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap section:nth-of-type(odd) .initiative .textArea{
		margin-right: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap section:nth-of-type(even) .initiative .textArea{
		margin-left: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative.noflex{
		display: block;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative.noflex section{
		margin-bottom: 48px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative.noflex section:last-child{
		margin-bottom: 0px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative .btnflexbox{
		display: flex;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative .btnflexbox .btn{
		min-width: 45%;
	}
/* --- participatingSchoolWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap{
		margin-top: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:last-of-type .participatingSchool{
		margin-bottom: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:nth-of-type(odd) .participatingSchool{
		flex-direction: row-reverse;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .participatingSchoolFigure,
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .textArea{
		width: calc((100% - (36px)) / 2);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:nth-of-type(odd) .participatingSchool .participatingSchoolFigure{
		margin-right: 36px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:nth-of-type(even) .participatingSchool .participatingSchoolFigure{
		margin-left: 36px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .textArea .participatingSchoolName{
		margin-bottom: 30px;
		padding: 15px 20px;
		text-align: center;
		transform: skewX(-20deg);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .textArea .participatingSchoolName span{
		display: inline-block;
		transform: skewX(20deg);
		color: #ffffff;
		font-weight: bold;
	}
/* --- otherWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap .otherFigure{
		width: calc((100% - (44px)) / 3);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap .otherFigure:hover{
		opacity: 0.5;
		transition: .5s;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap .otherFigure:nth-child(n+4){
		margin-top: 20px;
	}
/* --- KddiMiraikyoso-guide --- */
	.KddiMiraikyoso-guide {
		position: relative;
		width: 100%;
	}
	.KddiMiraikyoso-pagetop {
		position: fixed;
		right: 60px;
		bottom: 34px;
		background-color: #ffffff;
				border-radius: 50%;
		z-index: 999;
	}
	.KddiMiraikyoso-pagetop.is-ride {
		-webkit-transform: translateY(-160%);
		position: absolute;
		top: 0;
		bottom: auto;
		transform: translateY(-160%);
	}
	.KddiMiraikyoso-pagetop > a {
		display: block;
		position: relative;
		width: 58px;
		height: 58px;
		border: 1px solid #0e0d6a;
		border-radius: 50%;
		background-color: #0e0d6a;
		overflow: hidden;
		text-indent: -100vw;
		transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
		white-space: nowrap;
	}
	.KddiMiraikyoso-pagetop > a:hover {
		opacity: .5;
	}
	.KddiMiraikyoso-pagetop > a::after {
		position: absolute;
		top: 50%;
		right: 13px;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin: -4px 8px 0 0;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(-45deg);
		vertical-align: middle;
		content: "";
	}
/* 体験レポートカルーセル */
	/*.related .related__carousel .related__carousel__control{
		display: none;
	}*/
	.related .related__carousel .related__carousel__list .slick-track{
		display: flex;
	}
	.related .related__carousel .related__carousel__control{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 40px;
	}
	.related .related__carousel .related__carousel__pager > .slick-dots{
		display: flex;
		align-items: center;
		margin: 0 -10px;
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li{
		padding: 0 10px;
		line-height: 1;
	}
	.related .related__carousel .related__carousel__control .slick-arrow{
		box-sizing: border-box;
		cursor: pointer;
		position: absolute;
		width: 20px;
		height: 20px;
		padding: 0;
		border: 4px solid;
		border-color: #999999 #999999 transparent transparent;
		background-color: rgba(0,0,0,0);
		text-indent: -9999px;
		overflow: hidden; z-index: 1;
	}
	.related .related__carousel .related__carousel__control .slick-arrow:has(.slick-prev){
		left: 30%;
		transform: rotate(-135deg);
	}
	.related .related__carousel .related__carousel__control .slick-arrow:has(.slick-next){
		right: 30%;
		transform: rotate(45deg);
	}
	.related .related__carousel .related__carousel__switch{
		margin-left: 25px;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause{
		cursor: pointer;
		position: relative;
		width: 24px;
		height: 24px;
		border: none;
		background: none;
		text-indent: -9999px;
		overflow: hidden;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::before, .related .related__carousel .related__carousel__switch .related__carousel__switch__pause::after{
		content: "";
		position: absolute;
		top: 0;
		display: inline-block;
		width: 6px;
		height: 24px;
		background-color: #999999;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::before{
		left: 3px
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::after{
		right: 3px
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__play{
		cursor: pointer;
		position: relative;
		width: 24px;
		height: 24px;
		border: none;
		background: none;
		text-indent: -9999px;
		overflow: hidden
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__play::before{
		content: "";
		position: absolute;
		top: 0;
		left: 4px;
		display: inline-block;
		border-style: solid;
		border-width: 12px 0 12px 20px;
		border-color: transparent transparent transparent #999999
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li > button{
		cursor: pointer;
		width: 18px;
		height: 18px;
		padding: 0;
		border: 2px solid #999999;
		border-radius: 50%;
		background-color: #fff;
		text-indent: -9999px;
		overflow: hidden
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li.slick-active > button{
		background-color: #999999
	}
}
/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767px) {
	.util-sp-hidden {
		display: none!important;
	}
	#MIRAIKYOSOSTEAM-wide-page{
		font-size: 16px;
	}
/* --- Parts --- */
	.MIRAIKYOSOSTEAM-CONTAINER .contentsBase{
		padding: 70px 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .text{
		margin-bottom: 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2,
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel3{
		margin-bottom: 30px;
		font-weight: bold;
		text-align: center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2{
		font-size: 24px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel3{
		font-size: 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap{
		padding: 0 10px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .hLevel2Wrap .hLevel2{
		padding: 0 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadBoxWrap .hLevel2Wrap .hLevel2{
		padding: 0 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap{
		margin-bottom: 20px;
		padding: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3{
		display: flex;
		padding-bottom: 10px;
		margin-bottom: 0;
		font-size: 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative.noflex .hLevel3Wrap .hLevel3{
		display: block;
	}
  .MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel4Wrap .hLevel4{
		font-size: 16px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiativeWrap .initiative .hLevel3Wrap .hLevel3 span{
		margin: -4px 10px 0 0;
		font-size: 24px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a{
		width: calc(100% - 40px);
		padding: 10px 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a.anchor{
		width: calc(100% - 65px);
		padding: 10px 45px 10px 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a.anchor::after{
		display: inline-block;
		position: absolute;
		top: 38%;
		right: 20px;
		width: 10px;
		height: 10px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
	.MIRAIKYOSOSTEAM-CONTAINER .btn a img{
		margin: -3px 0 0 10px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list {
		margin: 14px 0 0 0;
		padding: 0;
		list-style: none;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list > li {
		box-sizing: border-box;
		position: relative;
		margin-top: 5.5px;
		padding-left: 20px;
		color: #222;
		font-size: 14px;
		line-height: 1.6;
		list-style: none;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list[data-col-sp]:not([data-col-sp="auto"]) > li {
		margin-top: 5.5px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list[data-col-sp="1"] > li {
		width: auto!important;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .kddimiraikyoso-note-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
/* --- anchorNaviWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap{
		padding: 20px 10px 10px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList{
		display: flex;
		flex-wrap: wrap;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li {
		display: flex;
		width: calc((100% - 10px) / 2);
		margin: 0 10px 10px 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li:nth-of-type(2n){
		margin-right: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li:first-of-type {
		margin-top: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a {
		width: 100%;
		padding: 10px 40px 10px 24px;
		text-align: center;
		font-size: 12px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .anchorNaviWrap .anchorNavi .anchorNaviList li a::after {
		display: inline-block;
		position: absolute;
		top: 45%;
		right: 20px;
		width: 8px;
		height: 8px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
/* --- mainVisual --- */
	.MIRAIKYOSOSTEAM-CONTAINER .mainVisual img{
		width: 100%;
		height: auto;
	}
/* --- lead --- */
	.MIRAIKYOSOSTEAM-CONTAINER .leadBoxWrap{
		background-color: #ebf6ff;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadBoxWrap .leadBox{
		margin: 0 -200px;
		padding: 0 200px;
		border-radius: 1000px 1000px / 800px 800px;
		background-color: #ffffff;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap{
		padding: 80px 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead{
		margin-top: -50px;
		padding-top: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead+.lead{
		margin-top: 0px;
		padding-top: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead > .text{
		margin-bottom: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .leadWrap .lead .leadBox .hLevel2{
		margin-bottom: 20px;
	}

/* --- information --- */
	.MIRAIKYOSOSTEAM-CONTAINER .information{
		padding-bottom: 100px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .information .contentsBase{
		padding-top: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap{
		padding: 20px 10px 20px 20px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li{
		padding: 15px 0;
		border-bottom: 1px solid #ffd580;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li dl dt{
		margin-bottom: 5px
	}
	.MIRAIKYOSOSTEAM-CONTAINER .newsListWrap li a .anchor::after{
		width: 8px;
		height: 8px;
	}
/* --- contentsWrap --- */
	.contentsWrap{
		padding-bottom: 120px;
	}
	.contentsWrap::before{
		position: absolute;
		content: "";
		top: -120px;
		right: 0;
		width: 100%;
		height: 300px;
		background-color: #ffffff;
		border-radius: 800px 800px 0 0 / 500px 500px 0 0;
		margin: 0 -150px;
		padding: 0 150px;
		z-index: -10;
	}
	.contentsWrap .bg:last-child::after{
		position: absolute;
		content: "";
		bottom: 30px;
		right: 0;
		width: 100%;
		height: 300px;
		border-radius: 0 0 800px 800px / 0 0 500px 500px;
		margin: 0 -150px;
		padding: 0 150px;
		z-index: -10;
	}
	.contentsWrap .bg:nth-child(even):last-child::after{
		background-color: #ebf6ff;
	}
	.contentsWrap .bg:nth-child(odd):last-child::after{
		background-color: #ffffff;
	}
/* --- initiative --- */
	.MIRAIKYOSOSTEAM-CONTAINER .initiative{
		margin-bottom: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative .btn,
	.MIRAIKYOSOSTEAM-CONTAINER .initiative .btnflexbox .btn:last-child,
	.MIRAIKYOSOSTEAM-CONTAINER .initiative.noflex section{
		margin-bottom: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative.noflex section:last-child{
		margin-bottom: 0px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .initiative .btnflexbox .btn{
		margin-bottom: 18px;
	}
/* --- participatingSchoolWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap{
		margin-top: 30px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool{
		margin-bottom: 50px;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap section:last-of-type .participatingSchool{
		margin-bottom: 0;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .participatingSchoolFigure{
		text-align: center;

	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .textArea .participatingSchoolName{
		margin-bottom: 30px;
		padding: 10px 15px;
		text-align: center;
		transform: skewX(-20deg);
	}
	.MIRAIKYOSOSTEAM-CONTAINER .participatingSchoolWrap .participatingSchool .textArea .participatingSchoolName span{
		display: inline-block;
		transform: skewX(20deg);
		color: #ffffff;
		font-weight: bold;
	}
/* --- otherWrap --- */
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap .otherFigure{
		margin-bottom: 20px;
		text-align: center;
	}
	.MIRAIKYOSOSTEAM-CONTAINER .otherWrap .otherFigure:last-of-type{
		margin-bottom: 0;
	}
/* --- KddiMiraikyoso-guide --- */
	.KddiMiraikyoso-guide {
		position: relative;
		width: 100%;
	}
	.KddiMiraikyoso-pagetop {
		position: fixed;
		right: 20px;
		bottom: 20px;
		background-color: #ffffff;
		border-radius: 50%;
		z-index: 999;
	}
	.KddiMiraikyoso-pagetop.is-ride {
		-webkit-transform: translateY(-140%);
		position: absolute;
		top: 0;
		bottom: auto;
		transform: translateY(-140%);
	}
	.KddiMiraikyoso-pagetop > a {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		border: 1px solid #0e0d6a;
		border-radius: 50%;
		background-color: #0e0d6a;
		overflow: hidden;
		text-indent: -100vw;
		transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
		white-space: nowrap;
	}
	.KddiMiraikyoso-pagetop > a::after {
		position: absolute;
		top: 50%;
		right: 13px;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: -2px 0px 0 0;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(-45deg);
		vertical-align: middle;
		content: "";
	}
/* --- movie --- */
	.youtubeboxes {
		margin: 0px auto 10px;
	}
/*2024.10.10追加 体験レポート詳細ページ*/
	.REPORTPAGE .date{margin-bottom: 20px;}
	.REPORTPAGE .contentsWrap::before{
		top: -90px;
	}
	.REPORTPAGE .information .contentsBase .logoWrap{
		padding: 10px;
	}
	.REPORTPAGE .information .contentsBase #sns_link{
		width: calc((100% - (20px)) / 2);
		margin-left: 20px;
	}
	.REPORTPAGE .information .contentsBase #sns_link ul{
		display: flex;
		justify-content: flex-end;
	}
	.REPORTPAGE .flexbox{
		display: block;
	}
	.REPORTPAGE .flexbox .col2,.REPORTPAGE .flexbox .col3{
		width: 100%;
		margin-bottom: 20px;
	}
	.REPORTPAGE .column1 img, .REPORTPAGE .flexbox .col2 img,.REPORTPAGE .flexbox .col3 img{
		width: auto;
	}
/*体験レポートカルーセル*/
	.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap,
	.MIRAIKYOSOSTEAM-CONTAINER.REPORTPAGE .hLevel2Wrap .hLevel2{
		padding: 0;
	}
	.reportListWrap .reportList {
		margin-bottom: 0;
	}
	.reportListWrap .reportList .reportList_item{
		width: 100%;
		margin: 0 15px;
	}
	.reportListWrap .reportList .reportList_item img{
		width: auto;
	}
	.related .related__carousel .related__carousel__list .slick-track{
		display: flex;
	}
	.related .related__carousel .related__carousel__control{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 40px;
	}
	.related .related__carousel .related__carousel__pager > .slick-dots{
		display: flex;
		align-items: center;
		margin: 0 -10px;
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li{
		padding: 0 8px;
		line-height: 1;
	}
	.related .related__carousel .related__carousel__control .slick-arrow{
		box-sizing: border-box;
		cursor: pointer;
		position: absolute;
		width: 20px;
		height: 20px;
		padding: 0;
		border: 4px solid;
		border-color: #999999 #999999 transparent transparent;
		background-color: rgba(0,0,0,0);
		text-indent: -9999px;
		overflow: hidden; z-index: 1;
	}
	.related .related__carousel .related__carousel__control .slick-arrow:has(.slick-prev){
		left: 20px;
		transform: rotate(-135deg);
	}
	.related .related__carousel .related__carousel__control .slick-arrow:has(.slick-next){
		right: 20px;
		transform: rotate(45deg);
	}
	.related .related__carousel .related__carousel__switch{
		margin-left: 25px;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause{
		cursor: pointer;
		position: relative;
		width: 24px;
		height: 24px;
		border: none;
		background: none;
		text-indent: -9999px;
		overflow: hidden;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::before, .related .related__carousel .related__carousel__switch .related__carousel__switch__pause::after{
		content: "";
		position: absolute;
		top: 0;
		display: inline-block;
		width: 6px;
		height: 24px;
		background-color: #999999;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::before{
		left: 3px;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__pause::after{
		right: 3px;
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__play{
		cursor: pointer;
		position: relative;
		width: 24px;
		height: 24px;
		border: none;
		background: none;
		text-indent: -9999px;
		overflow: hidden
	}
	.related .related__carousel .related__carousel__switch .related__carousel__switch__play::before{
		content: "";
		position: absolute;
		top: 0;
		left: 4px;
		display: inline-block;
		border-style: solid;
		border-width: 12px 0 12px 20px;
		border-color: transparent transparent transparent #999999
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li > button{
		cursor: pointer;
		width: 18px;
		height: 18px;
		padding: 0;
		border: 2px solid #999999;
		border-radius: 50%;
		background-color: #fff;
		text-indent: -9999px;
		overflow: hidden
	}
	.related .related__carousel .related__carousel__pager > .slick-dots > li.slick-active > button{
		background-color: #999999
	}
}
@media print, screen and (max-width: 300px) {
	.REPORTPAGE .information .contentsBase{display: block; text-align: center;}
	.REPORTPAGE .information .contentsBase #sns_link{ width: 100%; margin: 20px 0 0;}
	.REPORTPAGE .information .contentsBase #sns_link ul{justify-content: center;}
}