@charset "UTF-8";

html {
	scrollbar-gutter: stable;
}

#visual {
	width: 100%;
	height: 500px;
	margin: 0 0 160px;
	padding: 10px 0 0;
	background: url(../images/value/visual.png) no-repeat center / cover;
}
#visual .text {
	color: #022B50;
	background: linear-gradient(to right, #022B50 0, #022B50 100%) no-repeat left 38px top / 120px 4px white;
	border-radius: 10px;
	background-blend-mode: multiply;
	box-shadow: 0 8px 20px 0 rgba(0, 9, 18, 0.50);
	width: fit-content;
	margin: 254px 0 0 -26px;
	padding: 40px 38px;
}
#visual .text .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 2.4px;
}
#visual .text .title a {
	color: #022B50;
	text-decoration: underline;
}
#visual .text ul {
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1.5px;
	margin: 20px 0 0;
}
#visual .text ul li {}
#visual .text ul +p {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 1.5px;
	margin: 20px 0 0;
}

section ul {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	margin: 60px 0 0;
	padding: 36px 30px;
}
section ul::before {
	content: 'INDEX';
	font-family: "Share Tech";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 5.76px;
	display: block;
	margin: 0 0 22px;
}
section ul li {
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 1.7px;
}
section figure {
	margin: 52px 0 0;
	text-align: center;
}
section figure img {
	max-height: 532px;
}
section .wrap div {
	margin: 0;
	display: none;
}
section .wrap div >*:first-of-type {
	margin-top: 54px;
}
section div p {}
section div p span[data-id],
section div p a {
	color: #F5F28E;
	text-decoration: underline;
	cursor: pointer;
}
section div h3 {}
section button {
	margin: 58px auto 30px;
}

#modal {
	background: #032642eb;
}


@media print, screen and (max-width: 768px) {
#visual {
	height: 160vw;
	margin: 0;
	padding: 1px 0 0;
	background: url(../images/value/visual_sp.png) no-repeat center top / 100% auto;
}
#visual .text {
	width: fit-content;
	margin: 47vw -1vw 0;
	padding: 8vw 5vw;
}
#visual .text .title {
	font-size: 4.9vw;
	line-height: 1.3;
}
#visual .text .title a {}
#visual .text ul {
	font-size: 3.5vw;
	line-height: 2;
	margin: 5.2vw 0 0;
}
#visual .text ul li {}
#visual .text ul +p {
	font-size: 3.5vw;
	line-height: 1.4;
	margin: 3.8vw 0 0;
}
#inPageLink a:nth-of-type(1) {
	padding: 3vw 3vw 3vw 0;
}
#inPageLink a:nth-of-type(n+3) {
	border-bottom: none;
}

#inPageLink .wrap div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
#inPageLink a {
	display: flex;
	align-items: center;
	width: auto;
	padding: 3vw 0;
}

section ul {
	margin: 0 0 0;
	padding: 9vw 7vw 3vw;
}
section ul::before {
	font-size: 7vw;
	line-height: 1;
	margin: 0 0 4vw;
}
section ul li {
	font-size: 3.4vw;
	line-height: 2;
	margin-bottom: 2.6vw;
}
section figure {
	margin: 9vw 0 0;
}
section figure img {}
section .wrap div {}
section .wrap div >*:first-of-type {
	margin-top: 9vw;
}
section div p {}
section div p span[data-id] {}
section div h3 {}
section button {
	margin: 10vw auto 0;
}
}