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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* header */
.header {
	background-color: rgba(255,255,255, .8);
}

/* mv */
.mv__upper-wrapper {
	max-width: 1200px;
}

.mv__upper {
	width: 100%;
	height: 600px;
	background-color: #92BD7A;
	padding-top: 190px;
}

.mv__h1 {
	font-size: 75px;
	font-family: futura;
	font-style: italic;
	color: #FFF;
}

.mv__h1 span {
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	vertical-align: 15px;
}

.mv__h1 span::before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 75px;
	background-color: #FFF;
	vertical-align: -25px;
	margin-left: 30px;
	margin-right: 30px;
}

.mv__lower {
	width: calc(1200px + (100vw - 1200px) / 2);
	height: 600px;
	background-image: url("/img/service/sports-ryoko/bg_mv.jpg");
	background-size: cover;
	background-position: center center;
	margin-top: -240px;
}



/* 共通部分 */
.h2 span {
	display: inline-block;
	padding: 10px 25px;
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	background-color: #012E53;
	margin-bottom: 30px;
}


/* overview */
.overview {
	padding: 100px 0;
	background-image: url("/img/service/sports-ryoko/bg_overview.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 0 left 0;
}

.overview__wrapper {
	max-width: 1200px;
}

.overview__h2 {
	margin-bottom: 45px;
}

.overview__txt {
	font-size: 24px;
	font-weight: 500;
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 0 0 auto;
	line-height: 1.8;
}

.overview__box {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.overview__item {
	width: 30.4%;
	position: relative;
}

.overview__item:nth-of-type(2) {
	margin-top: 80px;
}

.overview__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 400px;
	box-shadow: 0 3px 25px rgba(1,46,83, .1);
	margin-bottom: 30px;
}

.overview__h3 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

.overview__h3 span {
	font-size: 24px;
	display: block;
}



/* athlete */
.athlete {
	padding: 100px 0;
	background-color: #f4f8f1;
	background-image: url("/img/service/sports-ryoko/bg_athlete.png");
	background-size: contain;
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
}

.athlete__wrapper {
	max-width: 1200px;
	text-align: right;
}

.athlete__h2 {
	margin: 0 0 50px auto;
}

.athlete__txt {
	width: 100%;
	max-width: 900px;
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8;
}

.athlete__img {
	display: block;
	width: 90%;
	max-width: 623px;
	height: auto;
	margin: 80px auto;
}

.athlete__btn {
	display: block;
	width: 285px;
	height: 80px;
	background-color: #012E53;
	border-radius: 80px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	transition: .2s;
	margin: 0 auto;
}

.athlete__btn::after {
	display: inline-block;
	content: "";
	width: 47px;
	height: 12px;
	background-image: url("/img/index/arrow_service.png");
	background-size: cover;
	margin-left: 15px;
	vertical-align: 5px;
}

.athlete__btn:hover {
	background-color: #3894FF;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* mv */
.mv__upper {
	height: 375px;
	padding-top: 75px;
}

.mv__h1 {
	font-size: 45px;
	font-style: normal;
}

.mv__h1 span {
	font-size: 19px;
	vertical-align: baseline;
	position: relative;
	display: block;
	margin-top: 40px;
}

.mv__h1 span::before {
	display: block;
	content: "";
	width: 50px;
	height: 2.5px;
	background-color: #FFF;
	vertical-align: baseline;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: -20px;
}

.mv__lower {
	width: 80%;
	height: 300px;
	background-image: url("/img/service/sports-ryoko/bg_mv_sp.jpg");
	margin-top: -140px;
	position: relative;
	z-index: 10;
}



/* 共通部分 */
.h2 span {
	display: inline-block;
	padding: 7px 10px;
	font-size: 19px;
	font-weight: 500;
	color: #FFF;
	background-color: #012E53;
	margin-bottom: 10px;
}


/* overview */
.overview {
	margin-top: -170px;
	padding: 210px 0 20px 0;
	background-image: url("/img/service/sports-ryoko/bg_overview_sp.jpg");
	position: relative;
	z-index: 0;
}

.overview__wrapper {
	width: 100%;
}

.overview__h2 {
	margin-bottom: 20px;
}

.overview__txt {
	width: calc(100% - 30px);
	font-size: 14px;
	margin: 0 auto;
}

.overview__box {
	display: block;
	width: calc(100% - 30px);
	margin: 30px auto 0 auto;
}

.overview__item {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.overview__item:nth-of-type(2) {
	margin-top: 0;
}

.overview__img {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.overview__h3 {
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
	
.overview__h3 span {
	font-size: 14px;
}
	
	
	
/* athlete */
.athlete {
	padding: 40px 0;
	background-image: url("/img/service/sports-ryoko/bg_athlete_sp.png");
}

.athlete__wrapper {
	width: 100%;
	text-align: right;
}

.athlete__h2 {
	margin: 0 0 20px auto;
}

.athlete__txt {
	width: calc(100% - 30px);
	margin: 0 auto;
	font-size: 14px;
}
	
.athlete__img {
	margin: 40px auto;
	width: calc(100% - 30px);
	max-width: 400px;
}
	
.athlete__btn {
	width: 250px;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	margin: 0 auto;
	padding-left: 40px;
}
	
	
	
}