*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

/*  scssへ記述  */

html {
	scroll-behavior: smooth;
}

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

img {
	margin: auto;
	max-width: 100%;
}

.l-header {
	height: 75px;
	padding-block: 22px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 20;
}

.change-color {
	background: #083860;
	color: #FFFFFF;
	transition: 0.5s;
}

.l-header__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-header__logo {
	color: #FFFFFF;
	font-size: clamp(1.25rem, 1.162rem + 0.376vw, 1.5rem);
	font-weight: 700;
}

.l-drawer-icon {
	height: 30px;
	position: relative;
	width: 40px;
	z-index: 999;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar {
	background: #000;
	height: 2px;
	width: 30px;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1),
.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	top: 9px;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1) {
	transform: rotate(45deg);
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	transform: rotate(-45deg);
}

.l-drawer-icon__bar {
	background-color: #FFFFFF;
	height: 3px;
	position: absolute;
	right: 0;
	transition: left 0.4s, transform 0.4s;
	width: 40px;
}

.l-drawer-icon__bar:nth-child(1) {
	top: 3px;
}

.l-drawer-icon__bar:nth-child(2) {
	top: 16px;
}

.l-drawer-icon__bar:nth-child(3) {
	top: 30px;
}

.l-header__nav.is-checked {
	display: block; /* ドロワーがアクティブなときに表示 */
	right: 0;
}

.l-header__nav {
	background: #FFFFFF;
	height: 100vh;
	max-height: 100vh; /* ビューポートの高さまでに制限 */
	overflow-y: auto; /* 垂直スクロールを許可 */
	padding: 57px 20px 56px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: 0.5s;
	width: 85.6%;
	z-index: 1;
}

.l-header-nav__lists {
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 272px;
	text-align: left;
}

.l-header-nav_button {
	margin: 0 auto;
}

.l-header__link {
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 50px 10px 10px;
	white-space: nowrap;
	width: 100%;
}

#js-drawer-backdrop {
	background-color: rgba(0, 0, 0, 0); /* 初期状態では透明 */
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.5s; /* 背景色の変化に1秒かける */
	width: 100%;
	z-index: 1; /* ドロワーと重なるようにする */
}

.is-checked + #js-drawer-backdrop {
	background: #000;
	display: block;
	opacity: 0.35;
}

.l-inner {
	margin: 0 auto;
	padding-inline: 5.0666666667%;
}

.l-inner.header {
	padding-inline: 8.8% 5.0666666667%;
}

.l-footer {
	background: #083860;
	color: #FFFFFF;
	font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px; /* 100% */
	padding-block: 26px;
	text-align: center;
}

.l-header__link,
.c-button__header {
	transition: 1s;
}

.c-button__header {
	align-items: center;
	border: 1px solid #08375F;
	border-radius: 9px;
	color: #08375F;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	gap: 8px;
	height: 48px;
	justify-content: center;
	line-height: normal;
	min-width: 272px;
	padding: 10px;
}

.c-button__header .icon {
	width: 23px;
}

.c-title__mainMessage {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	text-align: center;
}

.c-title__mainMessage.color-white {
	color: #FFFFFF;
}

.c-title__mainMessage.color-white::before {
	background: #FFFFFF;
	height: clamp(0.125rem, 0.081rem + 0.1878vw, 0.25rem);
}

.c-title__mainMessage::before {
	background: #185B93;
	bottom: -13px;
	content: "";
	height: clamp(0.1875rem, 0.1655rem + 0.0939vw, 0.25rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
}

.p-company {
	background: #EAF2F7;
	padding-block: 64px;
}

.p-company__table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}

.p-company__table dt:last-of-type {
	border-bottom: 1px solid #4C4C4C;
}

.p-company__table dd:last-of-type {
	border-bottom: 1px solid #4C4C4C;
}

.p-company__table dt {
	align-items: center;
	align-items: center;
	background: #EEE;
	border-top: 1px solid #4C4C4C;
	color: #000;
	display: flex;
	display: flex;
	min-height: 100px;
	mix-blend-mode: multiply;
	padding-block: 40px;
	padding-left: 10px;
	width: 37.0149253731%;
}

.p-company__table dd {
	align-items: center;
	border-top: 1px solid #4C4C4C;
	display: flex;
	line-height: 1.5;
	overflow-wrap: break-word;
	padding-block: 28px;
	padding-left: 24px;
	width: 62.9850746269%;
}

.p-message {
	padding-block: 53px 133px;
}

.p-message__container {
	display: flex;
	flex-direction: column;
	gap: 27px;
	margin-top: 47px;
}

.p-message__president {
	text-align: center;
	white-space: nowrap;
}

.p-message__president .company-name {
	font-size: 20px;
}

.p-message__president .president-name {
	font-size: 24px;
}

.p-message__textarea {
	flex-grow: 1;
	position: relative;
}

.p-message__textarea p {
	font-size: 16px;
	margin: 0 auto 20px;
	max-width: 500px;
}

.p-message__textarea::before {
	content: "";
	position: absolute;
}

.p-policy {
	background: linear-gradient(180deg, rgba(7, 28, 45, 0) 0%, #07375F 28.36%);
	margin-top: -430px;
	padding-block: 230px 102px;
	position: relative;
	z-index: 10;
}

.p-policy__container {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-top: 36px;
	text-align: center;
}

.p-policy__container p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
}

.p-policy__container p strong {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
}

.p-fv {
	background: url(../img/fv-pc.webp) no-repeat top center/cover;
	height: 949px;
	margin-top: -75px;
	position: relative;
	width: 100%;
}

.p-fv::before {
	background: #000;
	content: "";
	height: 100%;
	opacity: 0.1;
	position: absolute;
	width: 100%;
}

.p-fv__message {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	left: 5.3333333333%;
	mix-blend-mode: soft-light;
	position: absolute;
	top: 164px;
}

@media (hover: hover) {

.l-header__logo:hover {
	opacity: 1;
}

.l-header__link:hover,
.c-button__header:hover {
	opacity: 0.7;
}

}

@media (min-width: 768px) {

.hidden-md {
	display: none;
}

}

@media screen and (min-width: 768px) {

.l-header {
	height: 91px;
}

.l-drawer-icon__bar {
	display: none;
}

.l-header__nav {
	background: transparent;
	height: auto;
	overflow: hidden;
	padding: 0;
	position: static;
	right: 0;
	top: 0;
	width: 415px;
}

.l-header-nav__lists {
	align-items: center;
	flex-direction: row;
	margin: 0;
	max-width: none;
}

.l-header-nav_button {
	margin: 0;
}

.l-header__link {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	line-height: 160%; /* 25.6px */
	padding-inline: 0;
	width: auto;
}

.is-checked + #js-drawer-backdrop {
	display: none;
}

.l-inner {
	padding-inline: 13.8888888889%;
}

.l-inner.message {
	max-width: 1250px;
}

.l-footer {
	padding-block: 37px;
}

.c-button__header {
	border: none;
	min-width: auto;
}

.c-button__header .icon {
	width: 48px;
}

.c-title__mainMessage {
	font-size: 32px;
}

.p-company {
	padding-block: 105px 135px;
}

.p-company__table {
	margin-top: 88px;
}

.p-company__table dt {
	padding-block: 38px;
	padding-left: 63px;
	width: 40.0192864031%;
}

.p-company__table dd {
	padding-block: 38px;
	padding-left: 63px;
	width: 59.9807135969%;
}

.p-message__textarea::before {
	left: -60px;
}

.p-policy {
	padding-block: 240px 70px;
}

.p-policy__container {
	margin-top: 40px;
}

.p-policy__container p {
	font-size: 20px;
	margin-bottom: 20px;
}

.p-policy__container p strong {
	font-size: 28px;
	font-weight: 500;
}

.p-fv {
	margin-top: -91px;
}

.p-fv__message {
	font-size: clamp(2.25rem, 0.25rem + 4.167vw, 4rem);
	left: 14.4444444444%;
	top: 192px;
}

}

@media (min-width: 960px) {

.visible-lg {
	display: none;
}

}

@media screen and (min-width: 960px) {

.l-inner.header {
	padding-inline: 13.8888888889%;
}

.p-message {
	padding-block: 93px;
}

.p-message__container {
	flex-direction: row;
	gap: 14.0476190476%;
	justify-content: center;
	margin-top: 76px;
	padding-left: clamp(0rem, -5rem + 8.3333vw, 2.5rem);
}

.p-message__president {
	text-align: left;
}

.p-message__textarea p strong {
	font-size: 20px;
}

.p-message__textarea::before {
	background: #08375F;
	height: 100%;
	left: -40px;
	width: 1px;
}

}

@media screen and (min-width: 1230px) {

.l-inner {
	max-width: 1440px;
	padding-inline: 200px;
}

.l-inner.header {
	max-width: 1440px;
	padding-inline: 200px;
}

}

