@charset "utf-8";

/*company
--------------------------------------------*/

#company #access iframe {
	width: 100%;
	height: 300px;
}

.mvv_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	margin-bottom: 50px;
}

.mvv_item:first-of-type {
	margin-top: 50px;
}


.mvv_item.rr .mvv_item_child {
	padding-right: 0;
}

.mvv_item_child {
	width: min(100%, 500px);
}

.mvv_en_ttl {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: clamp(20px, calc((100vw / 600) * 32), 32px);
}

.mvv_en_ttl .small {
	font-size: clamp(14px, calc((100vw / 1600) * 20), 20px);
	letter-spacing: 0.05em;
}

.mvv_en_ttl .large {
	font-size: clamp(40px, calc((100vw / 1600) * 60), 60px);
	font-weight: bold;
	font-family: "Noto Sans" ,sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.mvv_en_ttl .large .blue {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	color: #144C84;
}

.mvv_item_child-img {
	width: min(100%, 500px);
}

.mvv_ja_txt h3 {
	font-size: clamp(24px, calc((100vw / 1600) * 33), 33px);
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}

.mvv_ja_txt p {
	line-height: 1.9;
	letter-spacing: 0;
}

.mvv_ja_ttl {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mvv_ja_ttl .small {
	font-size: clamp(14px, calc((100vw / 1600) * 20), 20px);
	letter-spacing: 0.05em;
}

.mvv_ja_ttl .large {
	font-size: clamp(40px, calc((100vw / 1600) * 60), 60px);
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-height: 1;
	letter-spacing: 0.05em;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.mvv_ja_ttl .large .blue {
	color: #144C84;
}

.flex-parent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-shrink: 0;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 24px;
}

.value-lineup .lineup {
	border: 3px solid #144C84;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 32px;
}

.value-lineup .lineup .title {
	margin: 0 0 1em;
	text-align: center;
	line-height: 1.5;
}

.value-lineup .lineup .title .english,
.value-lineup .lineup .title .japanese {
	display: block;
}

.value-lineup .lineup .title .english {
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: clamp(36px, calc((100vw / 600) * 40), 40px);
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.value-lineup .lineup .title .japanese {
	font-weight: bold;
	font-size: clamp(20px, calc((100vw / 600) * 24), 24px);
}

.value-lineup .lineup .title .japanese.fs33 {
	font-size: clamp(22px, calc((100vw / 600) * 26), 26px);
}

.value-lineup .lineup .title .japanese .blue {
	color: #144C84;
	font-size: 1em;
}

.value-lineup .lineup .title .japanese .blue.fs33 {
	font-size: clamp(22px, calc((100vw / 600) * 26), 26px);
}

.value-lineup .lineup p {
	font-size: clamp(14px, calc((100vw / 600) * 18), 18px);
}


.value-lineup {
	width: min(100%, 500px);
	margin: 0 auto;
	padding-bottom: 30px;
}

.value-lineup .lineup.bg-blue {
	background-color: #144C84;
	color: #fff;
}

.value-lineup .lineup.bg-blue::before {
	display: none;
}

.value-lineup .lineup:nth-child(odd) {
	margin: 0;
}

.value-lineup .lineup:nth-child(even) {
	margin-bottom: 0px;
}

