@charset "utf-8";

:root {
	--navy: #00345e;
	--pale-navy: #0d5391;
	--pale-yellow: #fff9ed;
	--yellow: #c8aa58;
	--blue: #0a54ea;
}

/* 仮--------------------------------------------------- */
main {
	overflow: hidden;
}
.lead_container {
	background-color: #fff;
}
.blue_wrap {
	background-color: #f4f4ed;
}
.inner {
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
}
h2 {
	font-family: 'Shippori Mincho', var(--fontFamily-serif-noto);
	font-size: clamp(2.8rem, 7.466vw, 4.4rem);
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.5em;
}
.imgWrap {
	width: 100%;
	max-width: 90rem;
	margin: 0 auto;
}
.imgWrap img {
	width: 100%;
	height: fit-content;
	object-fit: contain;
}
p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 834px) {
	.inner {
		padding-inline: 19px;
	}
	h2 {
		margin-bottom: 1em;
	}
	.lead_container {
		padding-inline: 0;
	}
}

/* FV-------------------------------------------------- */
section.firstView_policy {
	overflow: hidden;
	padding-block: 0;
	position: relative;
}
.lead_bg {
	content: '';
	margin: 0 auto;
	width: 1616px;
	height: auto;
	aspect-ratio: 1616 / 1206;
	background-image: url(/assets/images/policy/policy_fv.jpg);
	background-size: 1616px 1206px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.lead_bg::before,
.lead_bg::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	width: 50vw;
	height: 1206px;
	background: linear-gradient(180deg, #6599c1, #f4f6f9);
	z-index: -1;
}
.lead_bg::before {
	left: -49.9vw;
}
.lead_bg::after {
	right: -49.9vw;
}
.nomal_bg {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 1205px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #f2f7fa, #dae5ef);
}
.lead,
.inner {
	position: relative;
	z-index: 3;
}
.lead {
	max-width: 1100px;
	margin: 0 auto;
}
h1 {
	background: none !important;
	margin-block: 195px 50px;
	padding: 0;
	max-width: 1000px !important;
}
h1 .subCatch {
	background-color: #0c5286;
	color: #ccdded;
	font-size: 3rem;
	padding: 8px 20px 8px 30px;
	position: relative;
	margin-bottom: 20px;
}
h1 .subCatch:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -39px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 52px 0;
	border-color: transparent transparent #0d5286 transparent;
}
h1 .mainCatch {
	font-size: clamp(2rem, var(--sp-31px), 6.5rem);
	color: var(--navy);
	font-weight: 600;
	font-family: var(--shipporiMincho);
	line-height: 1.4;
}
.lead p {
	font-size: clamp(1.6rem, 4.266vw, 1.8rem);
	font-weight: 500;
	color: var(--navy);
}
@media screen and (max-width: 834px) {
	.firstView_policy {
		background: linear-gradient(180deg, #f2f7fa, #dae5ef);
		padding-bottom: 0;
	}
	.lead {
		padding: 0 15px 95vw;
		background-image: url(/assets/images/policy/policy_fv_sp.jpg);
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.lead_bg,
	.nomal_bg {
		display: none;
	}
	h1 {
		width: 100%;
		margin-block: 65px 40px;
	}
	h1 .subCatch {
		font-size: 1.8rem;
		padding: 7px 10px 5px 20px;
		margin-bottom: 10px;
		background-color: var(--pale-navy);
		color: #fff;
	}
	h1 .subCatch:after {
		border-width: 0 21px 33px 0;
		right: -20.999999px;
		border-color: transparent transparent var(--pale-navy) transparent;
	}
}

/* 特徴-------------------------------------------------- */
.inner {
	background-color: #fff;
	padding-block: clamp(22px, var(--sp-22px), 40px) clamp(22px, var(--sp-22px), 60px);
	padding-inline: clamp(22px, var(--sp-22px), 90px);
	margin-top: 90px;
}
.inner:last-of-type {
	margin-block: clamp(30px, var(--sp-30px), 60px) clamp(50px, var(--sp-50px), 60px);
}
.inner h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 45px;
	font-size: clamp(2rem, var(--sp-24px), 3.6rem);
	text-align: center;
}
.inner h3 .a {
	font-size: clamp(2rem, var(--sp-24px), 4rem);
	position: relative;
}
.inner h3 .a:after {
	position: relative;
	content: '';
	display: block;
	width: 153px;
	height: 53px;
	aspect-ratio: 153 / 53;
	background: url(/assets/images/policy/triangle.png) 0 0 / contain no-repeat;
	margin-block: clamp(10px, var(--sp-10px), 20px) 10px;
	margin-inline: auto;
}
.inner h3 .b {
	font-size: clamp(2.4rem, var(--sp-26px), 4.6rem);
	text-align: center;
	font-weight: 600;
	font-family: var(--shipporiMincho);
	line-height: 1.52;
	color: var(--blue);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	text-decoration-color: var(--blue);
}
.target_lists {
	display: flex;
	gap: 24px;
	padding-inline: 20px;
	margin-block: 35px;
}
.list {
	width: calc((100% - 58px) / 3);
	padding-block: 0 14px;
	background-color: var(--pale-yellow);
	border: 2px solid var(--yellow);
}
.list .imgWrap {
	margin-block: 0 15px;
	height: auto;
	aspect-ratio: 240 / 141;
}
.list .imgWrap img {
	height: auto;
	aspect-ratio: 240 / 141;
}
.list p {
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
}
.list p strong {
	font-size: 2.2rem;
	color: #181818;
}
.list:nth-of-type(2) p {
	padding-top: 10px;
}
.inner.diff .imgWrap {
	margin: 30px auto 0;
	padding: 50px 30px;
	background-color: var(--pale-yellow);
	border: 2px solid var(--yellow);
	width: 100%;
}
@media screen and (max-width: 834px) {
	.inner {
		width: 90%;
		margin-top: 0;
	}
	.inner h3 {
		margin-bottom: 30px;
	}
	.inner h3 .b {
		text-underline-offset: 3px;
	}
	.inner h3 .a:after {
		width: 40%;
		height: auto;
	}
	.target_lists {
		flex-direction: column;
		padding-inline: 0;
		gap: 15px;
		margin-block: 15px;
	}
	.inner.diff .imgWrap {
		padding: 20px;
		width: 100%;
		margin-block: 15px 0;
	}
	.list {
		width: 100%;
	}
	.list p {
		line-height: 1.4;
	}
	.list:nth-of-type(2) p {
		padding-top: 0;
	}
}
@media screen and (max-width: 600px) {
	.inner.diff .imgWrap {
		padding: 14px 0;
	}
	.inner.diff .imgWrap img {
		width: 100%;
		height: auto;
		aspect-ratio: 290 / 392;
	}
}

/* メッセージ-------------------------------------------------- */
#message .inner {
	padding: 0;
}
#message h2 {
	margin-bottom: 1em;
}
#message .flexWrap {
	display: flex;
	gap: clamp(13px, var(--sp-13px), 60px);
}
#message .flexWrap div {
	width: calc(100% - 680px);
}
#message .flexWrap div.imgWrap {
	width: 100%;
}
#message .name {
	display: flex;
	flex-direction: column;
	font-size: clamp(2.2rem, var(--sp-22px), 3rem);
    font-weight: 700;
    margin-block: 10px;
    line-height: 1.2;
}
#message .name span {
	font-size: clamp(1.6rem, var(--sp-16px), 2rem);
	font-weight: 500;
}
#message .flexWrap p {
	width: 620px;
}
@media screen and (max-width: 834px) {
	#message .flexWrap {
		flex-direction: column-reverse;
	}
	#message .flexWrap div,
	#message .flexWrap p {
		width: 100%;
	}
	#message .flexWrap div {
		display: flex;
		flex-direction: column-reverse;
	}
	#message .name {
		margin-block: 0 10px;
	}
}

/* 基本情報-------------------------------------------------- */
#basic {
	margin-top: clamp(90px, var(--sp-90px), 150px);
}
#basic .inner {
	padding: 0;
	display: flex;
	gap: 150px;
	justify-content: space-between;
}
#basic .inner h2 {
	text-align: left;
	margin-bottom: clamp(20px, var(--sp-20px), 40px);
}
#basic .inner .imgWrap {
	width: 450px;
	margin: 0;
}
#basic ul {
	padding-left: 0;
}
#basic li {
	list-style: none;
	padding-bottom: clamp(20px, var(--sp-20px), 30px);
	font-size: clamp(1.6rem, var(--sp-16px), 2rem);
}
#basic li span {
	display: inline-block;
	width: clamp(60px, var(--sp-60px), 90px);
	font-weight: 600;
	margin-right: 15px;
	color: #acabb9;
	border-right: 2px solid #acabb9;
}
@media screen and (max-width: 834px) {
	#basic .inner {
		flex-direction: column;
		gap: 0;
	}
	#basic .inner .imgWrap {
		width: 100%;
	}
}
