@charset "UTF-8";
/* CSS Document */
/*===============================================================
	
	HAVEFUN 共通部上書き
	
===============================================================*/

/* メインビジュアル */
.l-content__header .upper {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.l-content__header-heading {
	text-align: center;
}

.l-content__header-heading img {
	max-width: 480px;
}

.l-content__header-kv-king_queen {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.l-content__header-kv-king_queen {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.l-content__header-kv-king_queen img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-content__header-col {
	padding-bottom: 153px;
}

@media (max-width: 1023px) {
	.l-content__header-heading {
		margin-bottom: 40px;
		margin-left: 7.8125vw;
		margin-right: 7.8125vw;
		margin: 0 auto 40px;
		max-width: 400px;
	}

	.l-content__header-col {
		padding-bottom: 144.5px;
	}
}

@media (max-width: 767px) {
	.l-content__header .upper {
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}

	.l-content__header-heading {
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
		max-width: 65.1vw;
	}
}

/*===============================================================
	
	KING&QUEEN ページ内コンテンツ
	
===============================================================*/
.section_turning_point {
	font-family:"Yu Gothic", YakuHanJP_Narrow, "Roboto", "Yu Gothic Medium", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; ;
}
.section_turning_point .section_inner {
	max-width: 100%;
}
.section_turning_point_list {}

.section_turning_point_list .item {
	display: flex;
	margin-bottom: 80px;
}

.section_turning_point_list .item:nth-child(even) {
	flex-direction: row-reverse;
}

.section_turning_point_list .item .text_wrapper {
	width: 50%;
	flex-basis: 50%;
}

.section_turning_point_list .item .text_inner {
	display: flex;
	flex-direction: row-reverse;
	padding: 100px 140px 100px 100px;
}

.section_turning_point_list .item:nth-child(even) .text_inner {
	flex-direction: row;
	padding: 100px 100px 100px 140px;
}

.section_turning_point_list .item.turning_01 .text_inner {
	background: #e12e8b;
}

.section_turning_point_list .item.turning_02 .text_inner {
	background: #006c20;
}

.section_turning_point_list .item.turning_03 .text_inner {
	background: #ea5504;
}

.section_turning_point_list .item.turning_04 .text_inner {
	background: #0071be;
}

.section_turning_point_list .item .text {
	max-width: 510px;
	color: #fff;
}

.section_turning_point_list .item .text .title {
	width: 100%;
	line-height: 1.4;
	margin-bottom: 30px;
}

/* turning_01 */
.section_turning_point_list .item .text .title {
	max-width: 100%;

}

.section_turning_point_list .item .text .title h3 {
	max-width: 100%;
		font-weight: bold;
}

.section_turning_point_list .item .text .title .num {
	font-size: 30px;
	color: #fef000;
}

.section_turning_point_list .item .text .title .major_name {
	font-size: 25px;
}







.section_turning_point_list .item .text .comment {
	margin-top: 30px;
}

.section_turning_point_list .item .text .comment .sub_title {
	font-size: 20px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 10px;
}

.section_turning_point_list .item .text .comment p {
	font-size: 16px;
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	/* IEで必要 */
	text-justify: inter-character;
	/* Firefoxで必要 */
}

/* turning画像 */
.section_turning_point_list .item .text .turning_img {
	max-width: 100%;
	margin-top: 50px;
}



.section_turning_point_list .item .text .turning_img img {
	width: 100%;
}




.section_turning_point_list .item .photo_wrapper {
	flex: 1;
	display: flex;
}

.section_turning_point_list .item:nth-child(even) .photo_wrapper {
	flex-direction: row-reverse;
}

.section_turning_point_list .item .photo {
	position: relative;
	max-width: 870px;
	margin-right: 30px;
	margin-top: 100px;
	/*margin-bottom: -100px;*/
	margin-left: -100px;
	z-index: 1;
}
.section_turning_point_list .item .photo .hukidashi_01 {
position: absolute;
z-index: 10;
top: 15%;
left: 12%;
width: 30%;
}
.section_turning_point_list .item .photo .hukidashi_02 {
position: absolute;
z-index: 10;
top: 17%;
right: 4%;
width: 30%;
}
.section_turning_point_list .item .photo .hukidashi_03 {
position: absolute;
z-index: 10;
top: 35%;
right: 8%;
width: 28%;
}
.section_turning_point_list .item .photo .hukidashi_04 {
position: absolute;
z-index: 10;
top: 15%;
left: 9%;
width: 32%;
}



.section_turning_point_list .item:nth-child(even) .photo {
	position: relative;
	max-width: 870px;
	margin-left: 30px;
	margin-right: -100px;
}



/* タブレット以下 */
@media (max-width: 1023px) {
	.section_turning_point_list .item {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 8vw;
	}

	.section_turning_point_list .item:nth-child(even) {
		flex-direction: column-reverse;
	}

	.section_turning_point_list .item .text_wrapper {
		width: 100%;
		flex-basis: 100%;
		margin-top: -26vw;
	}

	.section_turning_point_list .item .text_inner {
		display: block;
		padding: 34vw 8vw 8vw 8vw;
		margin-right: 8vw;
	}

	.section_turning_point_list .item:nth-child(even) .text_inner {
		padding: 34vw 8vw 8vw 8vw;
		margin-right: 0;
		margin-left: 8vw;
	}

	.section_turning_point_list .item .text {
		max-width: 100%;
	}

	.section_turning_point_list .item .text .title {
		width: 100%;
		margin-bottom: 4vw;
	}




	/* turning */
	.section_turning_point_list .item .text .title .num {
		font-size: 28px;
	}

	.section_turning_point_list .item .text .title .major_name {
		font-size: 23px;
	}

	.section_turning_point_list .item .text .comment {
		margin-top: 4vw;
	}

	.section_turning_point_list .item .text .comment .sub_title {
		font-size: 17px;
		margin-bottom: 2vw;
	}

	/* .section_turning_point_list .item .text .comment .sub_title br {
		display: none;
	} */

	.section_turning_point_list .item .text .comment p {
		font-size: 13px;
	}

	.section_turning_point_list .item .photo_wrapper {
		width: 100%;
		flex-basis: 100%;
		margin-right: 8vw;
	}

	.section_turning_point_list .item:nth-child(even) .photo_wrapper {
		display: block;
		margin-right: 8vw;
		margin-left: 0;
	}

	.section_turning_point_list .item .photo {
		max-width: auto;
		margin-top: 0;
		margin-right: 0;
		margin-left: 8vw;
	}

	.section_turning_point_list .item:nth-child(even) .photo {
		margin-right: 8vw;
		margin-left: 0;
	}

	.section_turning_point_list .item .photo .label {
		bottom: auto;
		top: 0;
		right: auto;
		left: 0;
	}

	.section_turning_point_list .item:nth-child(even) .photo .label {
		right: 0;
		left: auto;
	}

	.section_turning_point_list .item .photo .label img {
		position: absolute;
		top: 0;
		left: 0;
		height: 8vw;
		width: auto;
		transform-origin: top left;
		transform: rotate(90deg) translate(0, -50%);
		margin-top: 8vw;
	}

	.section_turning_point_list .item:nth-child(even) .photo .label img {}
}


/* SP向け */
@media (max-width: 767px) {
	.section_turning_point .section_inner {
		padding: 0;
	}
	/* turning_01 */

	.section_turning_point_list .item .text .title .num {
		font-size: 5vw;
	}

	.section_turning_point_list .item .text .title .major_name {
		font-size: 4.5vw;
	}


	.section_turning_point_list .item .text .comment .sub_title {
		font-size: 4vw;
		margin-bottom: 4vw;
	}


	.section_turning_point_list .item .text .comment p {
		font-size: 3.5vw;
	}

	.section_turning_point_list .item .text .turning_img {
		margin-top: 5vw;
	}

}

/*===============================================================
	
	hoge
	
===============================================================*/
.section_hoge {}

/* タブレット以下 */
@media (max-width: 1023px) {}

/* SP向け */
@media (max-width: 767px) {}