@charset "utf-8";
.result_section {
		width: 148vh;
		min-width: 148vh;
}
.result_section::after {
		content: '';
		display: block;
		position: absolute;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
}
.result_section::after {
		background-image: url("../images/result_section_bg_pc.png");
		background-position: 0 0;
		width: 78vh;
		height: 80vh;
		top: 8vh;
		left: 56vh;
}
.result_section_inner {
		padding-top: 13.3vh;
		position: relative;
		z-index: 5;
		padding-right: 13.5vh;
		padding-left: 20vh;
		height: 70vh;
}
.result_hd {
		width: 53.7vh;
		margin-bottom: 15px;
}
.result_lead {
		font-size: 22px;
		line-height: 1.8;
}
.result_btn {
		width: 180px;
		margin: 25px 0 0;
		font-size: 18px;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 400;
		line-height: 1;
}
.result_btn a {
		background: #d000df;
		color: #fff;
		text-decoration: none;
		display: flex;
		height: 40px;
		justify-content: center;
		align-items: center;
		position: relative;
}
.result_btn_up, .result_btn_bottom {
		position: absolute;
		left: 0;
		width: 100%;
}
.result_btn_up {
		top: 0;
}
.result_btn_bottom {
		bottom: 0;
}
.result_btn a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		right: 15px;
		width: 10px;
		height: 15px;
		background: url("../images/result_icon.svg") no-repeat 0 0;
		background-size: 10px;
}
.result_btn a .result_btn_up::before, .result_btn a .result_btn_up::after, .result_btn a .result_btn_bottom::before, .result_btn a .result_btn_bottom::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		z-index: 5;
		pointer-events: none;
		transition: opacity 0.4s;
}
.result_btn a .result_btn_up::before {
		top: 0px;
		left: 0;
		border-top: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.result_btn a .result_btn_up::after {
		top: 0px;
		right: 0;
		border-top: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
.result_btn a .result_btn_bottom::before {
		bottom: 0px;
		left: 0;
		border-bottom: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.result_btn a .result_btn_bottom::after {
		bottom: 0px;
		right: 0;
		border-bottom: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
@media(min-width: 1195px) {
		.result_section_inner_right {
				display: none;
		}
}
@media(max-width: 1194px) {
		.result_section {
				width: 100%;
				min-width: 100%;
				box-sizing: border-box;
				padding: 23vw 20px 80px;
		}
		.result_hd {
				width: 43vh;
				width: 43%;
				margin-bottom: 15px;
		}
		.result_section_inner {
				padding-top: 0;
				padding-right: 20px;
				padding-left: 20px;
				height: inherit;
				max-width: 680px;
				margin: 0 auto;
		}
		.result_section_inner_right {
				width: 77vw;
				margin: 0 auto;
		}
		.result_section_inner_right img {
				width: 100%;
				height: auto;
		}
		.result_section::after {
				display: none;
		}
}
/* ========== */
.result_section_inner .result_mission {
		width: 16vh;
		position: absolute;
		bottom: 0;
		left: 53vh;
}
@media(max-width: 1194px) {
		.result_section_inner .result_mission {
				width: 100%;
				position: static;
				bottom: 0;
				left: 0;
				box-sizing: border-box;
				padding-right: 15px;
				display: flex;
				justify-content: flex-end;
		}
		.result_mission_in {
				width: 21vw;
		}
}
@media(max-width: 767px) {
		.result_section_inner {
				padding-left: 0;
				padding-right: 0;
		}
}