@charset "utf-8";

/* ----------- mv ----------- */

.mv {
	overflow: hidden;
	position: relative;
}

.mv::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 0;
	right: 0;
	background: url(../img/idx_mv_bg.png) no-repeat center center;
	background-size: cover;
	z-index: 1;
}

.idx_mv_video {
	width: 100%;
}

.idx_mv_video video {
	width: 100%;
	display: block;
	clip-path: inset(1px 1px);
	border: none;
	background: none;
	outline: none;
	background-color: transparent;
}

.idx_mv_video video::-webkit-media-controls {
	display: none !important;
}

.idx_mv_video video::-webkit-media-controls-panel {
	border: none;
}

.idx_mv_video video:focus {
	outline: none;
}

.idx_mv_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}

.idx_mv_tit img {
	display: block;
	margin: 0 auto;
	max-width: 85%;
}


/* ----------- status ----------- */
.status {
	width: 100%;
	padding: 90px 0;
	background-color: #f5f5f5;
}
.status_coach{
	display: none;
}
.status_radio hr {
	width: 100%;
	height: 0;
	background-color: #ffffff;
	border: none;
	border-top: 1px dashed #000000;
	margin-top: 30px;
	padding-top: 40px;
}

.status_radio {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 45px 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px auto 30px auto;
}

.radio_list {
	width: 100%;
	display: flex;
	justify-content: center;
}

.radio_list01 li {
	margin-right: 80px;
	position: relative;
}

.radio_list li:last-of-type {
	margin-right: 0;
}

.radio_list01 li input[type="radio"] {
	width: 24px;
	height: 24px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
}

.radio_list01 li label {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
}

.radio_list01 li label::before,
.radio_list01 li input.input_radio:checked+label::after {
	display: block;
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 4px;
}

.radio_list01 li label::before {
	border: 2px solid #db3714;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radio_list01 li input.input_radio:checked+label::after {
	background: url(../img/ico_check.png) no-repeat center center;
}

.radio_list02 li {
	margin-right: 35px;
	position: relative;
}

.radio_list02 li input[type="radio"] {
	width: 204px;
	height: 24px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.radio_list02 li label {
	display: block;
	width: 204px;
	padding: 7px 0 7px 20px;
	cursor: pointer;
	position: relative;
	border: 1px solid #231815;
	border-radius: 20px;
	background: url(../img/ico_coach.png) no-repeat left 50px center;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radio_list02 li input.input_radio:checked+label {
	background-color: #000000;
	background-image: url(../img/ico_coach_checked.png);
	color: #ffffff;
}

.status_mark {
	text-align: center;
	font-size: 1.6rem;
}

.status_mark span {
	color: #db3714;
}

.status_time_list {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 45px 65px 25px 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 40px auto;
}

.status_time_list>li {
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	color: #9c9c9c;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: normal;
}

.status_time_list>li.on {
	color: #000000;
}

.status_time_list>li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}


.status_time_list>li.on::before {
	background-color: #db3714;
}

.btn_status {
	display: flex;
	justify-content: center;
}

.btn_status .btn_common {
	margin: 0;
}

.btn_status .btn_common:first-of-type {
	margin-right: 70px;
	background-color: #db3714;
}

/* ----------- news ----------- */

.news {
	padding: 110px 0 115px;
	position: relative;
}

.news_list {
	margin-top: 40px;
	padding-bottom: 0;
	margin-bottom: -60px;
}

.news_txt {
	margin-top: 10px;
}

.news_date {
	margin-top: 30px;
	font-size: 1.6rem;
	color: #db3714;
	line-height: 1;
	text-align: justify;
}

.news_img {
	position: relative;
}

.news_img>img {
	display: block;
}

.news_img>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/news_img01.png);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
}

.news_time {
	margin-top: 30px;
	font-size: 1.6rem;
	color: #ec6a3e;
	line-height: 1;
	text-align: justify;
}

.news_title {
	font-size: 1.6rem;
	color: #000000;
	line-height: 1.2;
	text-align: justify;
	font-weight: bold;
	margin-top: 10px;
}

.news_title p {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_more {
	padding-top: 40px;
}


/* ----------- synopsis ----------- */

.synopsis {
	background: url(../img/synopsis_bg.png) no-repeat center center;
	background-size: cover;
	padding: 102px 0;
}

.synopsis_box {
	display: flex;
	align-items: center;
}

.synopsis_title {
	width: 400px;
	flex: 1 0 auto;
	display: flex;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.synopsis_title .part_title h2 {
	color: #ffffff;
	line-height: 1;
}

.synopsis_title .part_title h2 span.en {
	display: inline-block;
	font-size: 4.5rem;
	position: relative;
	line-height: 1;
	letter-spacing: 5px;
}

.synopsis_inner {
	font-size: 1.6rem;
	line-height: 1.875;
	color: #ffffff;
	text-align: justify;
}

.synopsis_inner p {
	margin-bottom: 20px;
}

.synopsis_inner p:last-child {
	margin-bottom: 0;
}

.synopsis .btn_common {
	border: 3px solid #ffffff;
	background-color: transparent;
	max-width: 260px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-top: 20px;
}


/* ----------- feature ----------- */

.feature {
	background-color: #f5f5f5;
	padding: 105px 0 95px;
}

.feature_box {}

.feature_title {}

.feature_title .part_title h2 {
	line-height: 1;
}

.feature_title .part_title h2 span.en {
	display: inline-block;
	font-size: 4.5rem;
	color: #db3714;
	line-height: 1;
	letter-spacing: 5px;
}

.feature_title .part_title h2 span.en i {
	color: #db3714;
	font-style: normal;
}

.feature_titleText {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 10px;
}

.feature_inner {
	padding-top: 40px;
}

.feature_inner>ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.feature_inner>ul>li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.feature_inner>ul>li img {
	display: block;
	margin: 0 auto;
}

.feature_test {
	padding-top: 32px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 3.2rem;
	font-weight: bold;
}

/* ----------- access ----------- */
.access {
	padding-top: 117px;
}

.access iframe {
	width: 100%;
	height: 500px;
	display: block;
	margin-top: 35px;
}

.access_block {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 80px auto;
}

.access_img {
	width: 50%;
}

.access_img img {
	display: block;
}

.access_content {
	width: 50%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.access_content_line {
	width: 100%;
	display: flex;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #000000;
	font-size: 1.6rem;
	line-height: 1.625;
}

.access_content_line:last-of-type {
	border-bottom: 1px solid #000000;
}

.access_content_line dt {
	width: 120px;
	font-weight: bold;
}

.access_content_line dd {
	width: calc(100% - 120px);
}

.access_content_line dd a {
	color: #000000;
}

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

	/* ----------- status ----------- */
	.status {
		padding: 70px 0;
	}

	.status_radio {
		padding: 45px;
	}

	.radio_list01 li {
		margin-right: 30px;
	}

	.radio_list01 li input[type="radio"] {
		top: 3px;
	}

	.radio_list01 li label {
		font-size: 2.2rem;
	}

	.radio_list01 li label::before,
	.radio_list01 li input.input_radio:checked+label::after {
		top: 3px;
	}

	.radio_list02 {
		flex-wrap: wrap;
		margin-bottom: -15px;
	}

	.radio_list02 li {
		margin-right: 30px;
		margin-bottom: 15px;
	}

	.status_time_list {
		padding: 45px 45px 25px 45px;
	}


	.status_time_list>li {
		width: 33.33%;
	}

	.btn_status .btn_common:first-of-type {
		margin-right: 40px;
	}

	/* ----------- news ----------- */
	.news {
		padding: 80px 0 80px;
	}

	.news_list {
		margin-bottom: -40px;
	}

	/* ----------- synopsis ----------- */
	.synopsis {
		padding: 80px 0;
	}

	.synopsis_title {
		width: 280px;
		padding-right: 30px;
	}

	.synopsis_title .part_title h2 span.en {
		font-size: 4.0rem;
	}

	/* ----------- feature ----------- */
	.feature {
		padding: 80px 0;
	}

	.feature_title .part_title h2 span.en {
		font-size: 4.0rem;
	}

	.feature_test {
		padding-top: 20px;
		font-size: 1.8rem;
		line-height: 3.0rem;
	}

	.feature_titleText {
		font-size: 1.8rem;
		padding-top: 8px;
	}

	/* ----------- access ----------- */
	.access {
		padding-top: 80px;
	}

	.access iframe {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.access_block {
		margin: 60px auto;
	}

	.access_content {
		padding: 0 40px 0 0;
	}

	.access_content_line {
		padding: 10px;
	}
}


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

	/* ----------- feature ----------- */
	.feature_inner>ul>li {
		width: 50%;
		margin-bottom: 20px;
	}

	.feature_inner>ul>li:last-child {
		margin-bottom: 0;
	}

	.feature_inner>ul>li img {
		width: 160px;
	}

	.feature_test {
		padding-top: 15px;
	}
}

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

	/* ----------- status ----------- */
	.status {
		padding: 60px 0;
	}

	.status_radio {
		padding: 40px 30px;
	}

	.radio_list {
		flex-wrap: wrap;
	}

	.radio_list01 li input[type="radio"] {
		width: 20px;
		height: 20px;
	}

	.radio_list01 li label {
		font-size: 2rem;
	}

	.radio_list01 li label::before,
	.radio_list01 li input.input_radio:checked+label::after {
		width: 20px;
		height: 20px;
	}

	.radio_list01 li input.input_radio:checked+label::after {
		background-size: 12px;
	}

	.status_radio hr {
		margin-top: 20px;
		padding-top: 30px;
	}

	.status_time_list {
		padding: 40px 30px 25px 30px;
		margin-bottom: 30px;
	}

	.status_time_list>li {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.status_time_list>li::before {
		width: 18px;
		height: 18px;
		position: relative;
		top: -1px;
	}

	.btn_status {
		display: block;
	}

	.btn_status .btn_common {
		margin: 0 auto;
	}

	.btn_status .btn_common:first-of-type {
		margin: 0 auto 20px auto;
	}

	/* ----------- news ----------- */
	.news {
		padding: 60px 0;
	}

	.news_list {
		margin-top: 30px;
	}

	.news_time {
		margin-top: 20px;
		font-size: 1.4rem;
	}

	.news_title {
		font-size: 1.4rem;
		margin-top: 10px;
	}

	/* ----------- synopsis ----------- */
	.synopsis {
		padding: 80px 0 60px;
	}

	.synopsis_box {
		flex-wrap: wrap;
	}

	.synopsis_title {
		width: 100%;
		display: block;
		padding-right: 0;
	}

	.synopsis_title .part_title h2 span.en {
		font-size: 3.8rem;
		letter-spacing: 3px;
	}

	.synopsis_inner {
		font-size: 1.4rem;
		line-height: 2.6rem;
		padding-top: 30px;
	}

	.synopsis_inner p {
		margin-bottom: 15px;
	}

	/* ----------- feature ----------- */
	.feature {
		padding: 60px 0;
	}

	.feature_inner {
		padding-top: 30px;
	}

	.feature_title .part_title h2 span.en {
		font-size: 3.8rem;
		letter-spacing: 3px;
	}

	.feature_titleText {
		font-size: 1.6rem;
		padding-top: 6px;
	}

	.feature_test {
		padding-top: 20px;
		font-size: 1.6rem;
		line-height: 2.8rem;
	}

	/* ----------- access ----------- */
	.access {
		padding-top: 60px;
	}

	.access_block {
		max-width: 550px;
		display: block;
		margin: 40px auto;
	}

	.access_img {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	.access_content {
		width: 100%;
		padding: 0;
	}

	.access_content_line {
		padding: 10px 20px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.access_content_line dt {
		width: 100px;
	}

	.access_content_line dd {
		width: calc(100% - 100px);
	}
}

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

	/* ----------- status ----------- */
	.status{
		padding: 50px 0;
	}
	.status_radio {
		text-align: center;
	}

	.radio_list {
		width: auto;
		display: inline-block;
		text-align: left;
	}

	.radio_list01 li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.radio_list li:last-of-type {
		margin: 0;
	}
	.radio_list02 li {
		margin-right: 0;
	}
	.status_time_list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.status_time_list>li {
		width: 48%;
		margin-right: 4%;
		font-size: 1.6rem;
	}

	.status_time_list>li:nth-of-type(2n) {
		width: 48%;
		margin-right: 0;
	}




}

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

	/* ----------- mv ----------- */
	.mv::after {
		top: 0;
		bottom: 0;
	}

	.idx_mv_video video {
		clip-path: inset(0 0);
	}

	/* ----------- status ----------- */
	


	.radio_list01 li input[type="radio"] {
		width: 18px;
		height: 18px;
	}

	.radio_list01 li label {
		padding-left: 25px;
		font-size: 1.8rem;
	}

	.radio_list01 li label::before,
	.radio_list01 li input.input_radio:checked+label::after {
		width: 18px;
		height: 18px;
	}

	.radio_list01 li input.input_radio:checked+label::after {
		background-size: 10px;
	}

	.radio_list02 li label {
		font-size: 1.4rem;
	}


	.status_mark {
		font-size: 1.4rem;
	}

	.status_time_list>li {
		font-size: 1.4rem;
		
	}

	.status_time_list>li.on {
		color: #000000;
	}

	.status_time_list>li::before {
		margin-right: 10px;
		width: 15px;
		height: 15px;
	}

	/* ----------- news ----------- */
	.news {
		padding: 50px 0;
	}

	.news_list {
		margin-bottom: 10px;
	}

	.news_date {
		margin-top: 20px;
	}

	.news_more {
		padding-top: 30px;
	}

	/* ----------- synopsis ----------- */
	.synopsis {
		padding: 60px 0 50px;
	}

	.synopsis_title .part_title h2 span.en {
		font-size: 3.6rem;
	}

	.synopsis_inner {
		padding-top: 20px;
	}

	.synopsis_inner p {
		margin-bottom: 10px;
	}

	/* ----------- feature ----------- */
	.feature {
		padding: 50px 0;
	}

	.feature_title .part_title h2 span.en {
		font-size: 3.6rem;
	}

	.feature_titleText {
		font-size: 1.4rem;
		padding-top: 5px;
	}

	.feature_inner {
		padding-top: 20px;
	}

	.feature_inner>ul>li img {
		width: 140px;
	}

	.feature_test {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}

	.feature_inner>ul>li {
		padding: 0 5px 0 0;
	}

	.feature_inner>ul>li:nth-child(2n) {
		padding: 0 0 0 5px;
	}


	/* ----------- access ----------- */
	.access {
		padding-top: 50px;
	}

	.access_block {
		margin: 30px auto;
	}

	.access_content_line {
		padding: 10px;
	}
}