:root {
	--font-jp-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
	--font-jp-sans: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	--font-en: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

:root {
	--color-bg: #f2f4f8;
	--color-blue-700: #1e2c40;
	--color-blue-650: #253458;
	--color-blue-600: #183065;
	--color-blue-500: #113f8e;
	--color-blue-400: #063e9f;
	--color-blue-300: #cfd7e2;
	--color-gray-500: #cbccce;
	--color-black: #000;
	--color-white: #fff;
}

/*
root font-sizeの設定

[type1] 通常タイプ
・0~$width-pcまで線形
・$width-pc~16px
・768付近で文字サイズが小さくなる
・$width-pcが1920pxなど大きい場合は768px付近で文字サイズが小さくなりすぎる

[type2] デザインのまま拡縮するタイプ
・0~$width-pc~全て線形
・$width-pcが1920pxなど大きい場合は768px付近で文字サイズが小さくなりすぎる

[type3] 通常タイプ亜種
・768px付近で文字サイズが小さくなるのを緩和したタイプ
・768pxで$ratioまで縮小
・768px~$width-pcまで線形
・$width-pc~16px

[type4] 画面幅がinnerになってから余白が広がるタイプ
・0~$innerまで線形
・$inner~16pxで一定
*/

html {
	font-size: 100%;
}

body {
	background-color: #f2f4f8;
	background-color: var(--color-bg);
	color: #000;
	color: var(--color-black);
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
	font-family: var(--font-jp-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

/* reset.css start */

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

html,
body {
	min-height: 100vh;
	overflow-x: clip;
}

ul,
ol {
	list-style: none;
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
}

img:not([alt]) {
	outline: red solid 5px;
}

/* reset.css end */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.l-lower-heading {
	margin-top: clamp(80 * 1px, 2.5889967638vw + 70.2912621359px, 120 * 1px);
}

.l-lower-main {
	padding-top: clamp(80 * 1px, 2.5889967638vw + 70.2912621359px, 120 * 1px);
}

.l-lower-top {
	margin-top: 2.5rem;
}

.l-section {
	margin-top: 3.75rem;
}

.c-breadcrumb {
	margin-top: 0.5rem;
}

.c-breadcrumb .aioseo-breadcrumbs {
	align-items: baseline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.2em;
}

.c-breadcrumb .aioseo-breadcrumb {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	max-width: 20em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-breadcrumb .aioseo-breadcrumb a {
	color: #000;
	color: var(--color-black);
}

.c-breadcrumb .aioseo-breadcrumb-separator {
	display: inline-block;
}

.c-button-contact input {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	color: #fff;
	color: var(--color-white);
	display: block;
	font-size: 1.125rem;
	height: 5rem;
	transition: background-color 0.4s ease;
	width: 20.625rem;
}

.c-button-down-menu {
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.c-button-down-menu .text {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.c-button-down-menu .button {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	border-radius: 0.1875rem;
	height: 1.75rem;
	transition: background-color 0.4s;
	width: 1.75rem;
}

.c-button-down-menu .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 30%;
	mask-size: 30%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
}

.c-button-header {
	background-color: #183065;
	background-color: var(--color-blue-600);
	border-radius: 0 0 0.5rem 0.5rem;
	transition: opacity 0.4s;
	width: 10.625rem;
}

.c-button-header .link {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	width: 100%;
}

.c-button-header .image {
	height: auto;
	width: 0.875rem;
}

.c-button-header .text {
	color: #fff;
	color: var(--color-white);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.c-button-header.c-button-header--light {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
}

.c-button-mini-deep {
	background-color: #253458;
	background-color: var(--color-blue-650);
	border-radius: 0.1875rem;
	height: 1.75rem;
	width: 1.75rem;
}

.c-button-mini-deep .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 30%;
	mask-size: 30%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
}

.c-button-normal-card {
	align-items: center;
	aspect-ratio: 460/125;
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding-right: 1rem;
}

.c-button-normal-card__image {
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	width: 48%;
}

.c-button-normal-card__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	transition: transform 0.3s;
}

.c-button-normal-card__button {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.75rem;
}

.c-button-normal-card__button .text {
	color: #000;
	color: var(--color-black);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	padding-left: 0.2em;
	padding-right: 0.2em;
	position: relative;
}

.c-button-normal-card__button .text::before,
.c-button-normal-card__button .text::after {
	background-color: #cbccce;
	background-color: var(--color-gray-500);
	bottom: -0.375rem;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	transition: transform 0.4s, background-color 0.4s;
	width: 100%;
}

.c-button-normal-card__button .text::before {
	transform: none;
}

.c-button-normal-card__button .text::after {
	transform: scale(0);
}

.c-button-normal-card__button .button {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	border-radius: 0.1875rem;
	height: 1.5rem;
	transition: background-color 0.4s;
	width: 1.5rem;
}

.c-button-normal-card__button .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 31.25%;
	mask-size: 31.25%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
	transition: background-color 0.4s;
}

.c-button-normal {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.75rem;
}

.c-button-normal .text {
	color: #000;
	color: var(--color-black);
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1;
	padding-left: 0.2em;
	padding-right: 0.2em;
	position: relative;
}

.c-button-normal .text::before,
.c-button-normal .text::after {
	background-color: #cbccce;
	background-color: var(--color-gray-500);
	bottom: -0.375rem;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	transition: transform 0.4s, background-color 0.4s;
	width: 100%;
}

.c-button-normal .text::before {
	transform: none;
}

.c-button-normal .text::after {
	transform: scale(0);
}

.c-button-normal .button {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	border-radius: 0.1875rem;
	height: 2rem;
	transition: background-color 0.4s;
	width: 2rem;
}

.c-button-normal .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 31.25%;
	mask-size: 31.25%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
	transition: background-color 0.4s;
}

.c-button-normal.c-button-normal--light .text {
	font-size: 1.0625rem;
}

.c-button-normal.c-button-normal--light .button {
	background-color: #1262cd;
}

.c-button-normal.c-button-normal--white .text {
	color: #fff;
	color: var(--color-white);
}

.c-button-normal.c-button-normal--pdf::after {
	background-image: url(../images/common/icon-pdf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 2.25rem;
	width: 1.875rem;
}

.c-button-text a {
	align-items: center;
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.75rem;
	color: #010046;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	justify-content: center;
	padding-bottom: 0.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.75rem;
}

.c-button-text a .text {
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.c-button-text a .arrow {
	align-items: center;
	background-color: #010046;
	border-radius: 100%;
	color: #fff;
	color: var(--color-white);
	display: grid;
	flex-shrink: 0;
	font-weight: 700;
	height: 1.75rem;
	justify-items: center;
	letter-spacing: 0.2em;
	place-items: center;
	transition: background-color 0.3s, color 0.3s;
	width: 1.75rem;
}

.c-card-company-about {
	aspect-ratio: 345/200;
	border-radius: 0.3125rem;
	display: block;
	overflow: hidden;
	position: relative;
	transition: opacity 0.4s;
}

.c-card-company-about__image {
	height: 100%;
	width: 100%;
}

.c-card-company-about__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.c-card-company-about__button {
	align-items: center;
	bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	position: absolute;
	right: 1.25rem;
}

.c-card-company-about__button .text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.125rem;
	font-weight: 600;
}

.c-card-company-about__button .button {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	border-radius: 0.1875rem;
	height: 2rem;
	transition: background-color 0.4s;
	width: 2rem;
}

.c-card-company-about__button .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url("../images/common/icon-arrow.svg");
	mask-image: url("../images/common/icon-arrow.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 31.25%;
	mask-size: 31.25%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
	transition: background-color 0.4s;
}

.c-card-company-about.c-card-company-about--large .c-card-company-about__button {
	bottom: 1.25rem;
	right: 3.125rem;
}

.c-card-post {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
	box-shadow: 2px 3.5px 14.7px 1.3px rgba(102, 102, 102, 0.18);
	color: #000;
	color: var(--color-black);
	display: block;
	font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-family: var(--font-jp-sans);
	height: 100%;
	padding-bottom: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2.25rem;
	transition: background-color 0.3s ease;
}

.c-card-post__img {
	aspect-ratio: 335/220;
	border-radius: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.c-card-post__img img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.c-card-post__term-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	margin-top: 1.25rem;
}

.c-card-post__term {
	background: -webkit-gradient(linear, left top, right top, from(#008ac3), color-stop(50%, #33dab7), to(#008ac3));
	background: linear-gradient(to right, #008ac3 0%, #33dab7 50%, #008ac3 100%);
	border-radius: 999px;
	color: #fff;
	color: var(--color-white);
	letter-spacing: 0.1em;
	padding-bottom: 0.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.125rem;
}

.c-card-post__date {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0.625rem;
}

.c-card-post__title {
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-top: 0.625rem;
}

.c-card-weaving {
	aspect-ratio: 324/440;
	border-radius: 0.5rem;
	display: block;
	overflow: hidden;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.5rem;
	position: relative;
}

.c-card-weaving__img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.c-card-weaving__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.c-card-weaving__content {
	position: relative;
	z-index: 1;
}

.c-card-weaving__title {
	color: #000;
	color: var(--color-black);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.c-card-weaving__text {
	color: #000;
	color: var(--color-black);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.c-card-weaving__button {
	bottom: 1.25rem;
	position: absolute;
	right: 1.25rem;
}

.c-card-weaving__button .button {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.1875rem;
	height: 2rem;
	transition: background-color 0.4s;
	width: 2rem;
}

.c-card-weaving__button .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url("../images/common/icon-arrow.svg");
	mask-image: url("../images/common/icon-arrow.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 31.25%;
	mask-size: 31.25%;
	-webkit-mask-repeat: no-repeat;
	background-color: #253458;
	background-color: var(--color-blue-650);
	mask-repeat: no-repeat;
	transition: background-color 0.4s;
}

.c-hamburger {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 1rem;
	justify-content: space-between;
	width: 1.5rem;
}

.c-hamburger__border {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 1px;
	display: inline-block;
	height: 1px;
	transition: transform 0.3s, opacity 0.1s, width 0.3s, height 0.3s;
	width: 100%;
}

.c-hamburger.is-black .c-hamburger__border {
	background-color: #000;
	background-color: var(--color-black);
}

.c-hamburger.is-active {
	height: 1.5rem;
	width: 1.5rem;
}

.c-hamburger.is-active .c-hamburger__border {
	background-color: #fff;
	background-color: var(--color-white);
	transform-origin: center;
}

.c-hamburger.is-active .c-hamburger__border:nth-child(1) {
	transform: scaleX(1.7434467956) translateY(calc(0.75rem - 50%)) rotate(55deg);
}

.c-hamburger.is-active .c-hamburger__border:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active .c-hamburger__border:nth-child(3) {
	transform: scaleX(1.7434467956) translateY(calc(-0.75rem + 50%)) rotate(-55deg);
}

.c-pagination {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.c-pagination .page-numbers {
	align-items: center;
	background-color: transparent;
	border-radius: 100%;
	color: #010046;
	display: grid;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.875rem;
	justify-items: center;
	place-items: center;
	transition: background-color 0.3s, color 0.3s;
	width: 1.875rem;
}

.c-pagination .page-numbers.first-page,
.c-pagination .page-numbers.last-page {
	font-size: 1rem;
	font-weight: 700;
}

.c-pagination .page-numbers.current,
.c-pagination .page-numbers:not(.dots):not(.prev):not(.next):hover,
.c-pagination .page-numbers.prev:hover,
.c-pagination .page-numbers.next:hover,
.c-pagination .page-numbers.first-page:hover,
.c-pagination .page-numbers.last-page:hover {
	background-color: #010046;
	border: 1px solid #010046;
	color: white;
}

.c-table__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0.5rem 1rem;
	border-bottom: 1px solid #cbccce;
	border-bottom: 1px solid var(--color-gray-500);
	font-weight: 600;
	gap: 0.5rem 1rem;
	padding-bottom: 1.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1.25rem;
}

.l-access {
	margin-top: 0;
}

.p-access__heading {
	font-weight: 600;
	text-align: center;
}

.p-access__lead {
	font-weight: 600;
	margin-top: 0;
	text-align: center;
}

.p-access__map {
	height: 21.875rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
}

.p-access__map iframe {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-access__content {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
	margin-top: 0;
}

.p-access__title {
	font-weight: 600;
	text-align: center;
}

.p-access__notice {
	color: #990000;
	font-weight: 600;
	margin-top: 0;
	-webkit-text-decoration: underline;
	text-align: center;
	text-decoration: underline;
}

.p-access__route + .p-access__route {
	border-top: 1px solid #9aa3b4;
	padding-top: 3rem;
}

.p-access__route-title {
	font-weight: 600;
	text-align: center;
}

.p-access__route-text {
	font-weight: 600;
	margin-top: 0;
	text-align: center;
}

.p-access__how-text {
	font-weight: 600;
	margin-top: 0;
	text-align: center;
}

.l-application {
	margin-top: 3.75rem;
}

.p-application__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-application__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	line-height: 1;
}

.p-application__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-application__content {
	margin-top: 1.5rem;
}

.p-application__content + .p-application__content {
	margin-top: 3rem;
}

.p-application__title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-application__text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-application__section {
	margin-top: 3.75rem;
}

.p-application__section + .p-application__section {
	margin-top: 3.75rem;
}

.p-application__sub-heading {
	font-size: 1.5rem;
	font-weight: 600;
}

.p-application__sub-heading .small {
	font-size: 0.75rem;
	margin-left: 3em;
}

.p-application__material-description {
	font-weight: 600;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-application__material-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.25rem;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-application__material-item {
	background-color: #fff;
	background-color: var(--color-white);
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
}

.p-application__material-item .title .jp {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
}

.p-application__material-item .title .en {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-top: 0.5rem;
}

.p-application__material-item .text {
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.25rem;
}

.p-application__material-item .title.is-red {
	color: #cc0000;
}

.p-application__material-item .title.is-green {
	color: #39b030;
}

.p-application__material-item .title.is-blue {
	color: #3048b0;
}

.p-application__usage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.p-application__usage-table {
	border-collapse: collapse;
}

.p-application__usage-table tr {
	border-top: 0.1875rem solid #cbccce;
}

.p-application__usage-table tr:last-child {
	border-bottom: 0.1875rem solid #cbccce;
}

.p-application__usage-table th,
.p-application__usage-table td {
	font-weight: 600;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	white-space: nowrap;
}

.p-application__usage-table th {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: left;
	width: 18%;
}

.p-application__usage-table td {
	background-color: #fff;
	background-color: var(--color-white);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-application__usage-image {
	aspect-ratio: 345/475;
	width: 100%;
}

.p-application__usage-image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-application__application-main-image {
	aspect-ratio: 1440/780;
	margin-top: 2rem;
	width: 100%;
}

.p-application__application-main-image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-application__application-list {
	margin-top: 3.75rem;
}

.p-application__application-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem 3.3333333333%;
	gap: 1.5rem 3.3333333333%;
}

.p-application__application-item + .p-application__application-item {
	border-top: 0.125rem solid #cbccce;
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-application__application-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-application__application-sub-title {
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	padding-left: 1rem;
	position: relative;
}

.p-application__application-sub-title::before,
.p-application__application-sub-title::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-application__application-sub-title::before {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	left: 0;
	width: 0.3125rem;
}

.p-application__application-sub-title::after {
	background-color: #637ea0;
	left: 0.375rem;
	width: 0.25rem;
}

.p-application__application-sub-text {
	font-weight: 600;
}

.p-application__application-sub-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem 1.25rem;
	gap: 1rem 1.25rem;
}

.p-application__application-sub-image {
	aspect-ratio: 325/230;
	width: 100%;
}

.p-application__application-sub-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-archive-heading {
	margin-top: 3.75rem;
}

.p-archive-heading__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-archive-heading__heading .title .main {
	color: #000;
	color: var(--color-black);
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-archive-heading__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	flex-shrink: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 2.5rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-archive-heading__heading .title .image {
	height: 100%;
	max-height: 5rem;
}

.p-archive-heading__heading .title .image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-archive-heading__content {
	margin-top: 1.5rem;
}

.p-archive-heading__text {
	font-weight: 500;
	line-height: 1.7;
}

.l-archive-list {
	margin-top: 3.75rem;
}

.p-archive__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.p-archive__pagination {
	margin-top: 5rem;
}

.l-company-about {
	margin-top: 5.625rem;
}

.p-company-about {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
	position: relative;
}

.p-company-about::before {
	background-color: #fff;
	background-color: var(--color-white);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-company-about__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-company-about__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 1.75rem;
	font-weight: 600;
}

.p-company-about__heading .title .sub {
	color: #f2f4f8;
	color: var(--color-bg);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3.125rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-company-about__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
	grid-gap: 1.5rem;
	gap: 1.5rem;
}

.l-company-greeting-next {
	margin-top: 3.75rem;
}

.p-company-greeting-next__heading .main {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.p-company-greeting-next__heading .sub {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1.25rem;
}

.p-company-greeting-next__content {
	margin-top: 1.5rem;
}

.p-company-greeting-next__image {
	aspect-ratio: 1260/860;
	background-color: #fff;
	background-color: var(--color-white);
	padding: 0.5rem;
	width: 100%;
}

.p-company-greeting-next__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-company-greeting-next__text-box {
	margin-top: 2.5rem;
}

.p-company-greeting-next__text .text {
	font-weight: 600;
	line-height: 1.8;
}

.p-company-greeting-next__text .text + .text {
	margin-top: 1.5em;
}

.p-company-greeting-next__name {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 2.5rem;
	text-align: right;
}

.l-company-greeting {
	margin-top: 3.75rem;
}

.p-company-greeting__heading .main {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.p-company-greeting__heading .sub {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1.25rem;
}

.p-company-greeting__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.p-company-greeting__image {
	aspect-ratio: 550/520;
	width: 100%;
}

.p-company-greeting__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-company-greeting__text-box {
	display: contents;
}

.p-company-greeting__text .text {
	font-weight: 600;
	line-height: 1.8;
}

.p-company-greeting__text .text + .text {
	margin-top: 1.5em;
}

.p-company-greeting__name {
	font-size: 1.125rem;
	font-weight: 600;
	text-align: right;
}

.l-company-philosophy {
	margin-top: 2.5rem;
}

.p-company-philosophy {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
	position: relative;
}

.p-company-philosophy::before {
	background-color: #fff;
	background-color: var(--color-white);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-company-philosophy__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-company-philosophy__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-company-philosophy__heading .title .sub {
	color: #f2f4f8;
	color: var(--color-bg);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3.125rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-company-philosophy__list {
	display: grid;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-company-philosophy__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-company-philosophy__info .number {
	color: #113f8e;
	color: var(--color-blue-500);
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1;
}

.p-company-philosophy__info .title {
	line-height: 1;
	margin-top: 1rem;
}

.p-company-philosophy__info .title .main {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-company-philosophy__info .title .sub {
	font-size: 1rem;
	font-weight: 600;
}

.p-company-philosophy__info .text {
	font-weight: 600;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-company-philosophy__image {
	aspect-ratio: 345/200;
	position: relative;
	width: 100%;
}

.p-company-philosophy__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-company-philosophy__item {
	position: relative;
}

.p-company-philosophy__item::before {
	background-color: #f2f4f8;
	background-color: var(--color-bg);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.p-company-philosophy__item:nth-child(5n+1)::before {
	height: 9.375rem;
	right: 0;
	top: 50%;
	transform: translate(20%, -50%);
	width: 9.375rem;
}

.p-company-philosophy__item:nth-child(5n+2)::before {
	height: 6.25rem;
	left: 0;
	top: 50%;
	transform: translate(-20%, -30%);
	width: 9.375rem;
}

.p-company-philosophy__item:nth-child(5n+3)::before {
	bottom: 50%;
	height: 7.5rem;
	transform: translate(0, 10%);
	width: 11.25rem;
}

.p-company-philosophy__item:nth-child(5n+4)::before {
	bottom: 0;
	height: 6.25rem;
	left: 35%;
	transform: translate(0, 50%);
	width: 11.25rem;
}

.p-company-philosophy__item:nth-child(5n+5)::before {
	height: 5rem;
	right: 0;
	top: 50%;
	transform: translate(20%, -100%);
	width: 12.5rem;
}

.l-company-profile {
	margin-top: 2.5rem;
}

.l-contact-form {
	margin-top: 3.75rem;
}

.p-contact-form__lead {
	font-weight: 600;
}

.p-contact-form__caution {
	background-color: #fff;
	background-color: var(--color-white);
	border: 1px solid #9aa3b4;
	border-radius: 0.625rem;
	margin-top: 1.5rem;
	padding-bottom: 1.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.875rem;
}

.p-contact-form__caution .title {
	font-weight: 600;
}

.p-contact-form__caution .list {
	margin-top: 1.5rem;
}

.p-contact-form__caution .list__item {
	font-weight: 600;
}

.p-contact-form__caution .list__item + .list__item {
	margin-top: 0.5rem;
}

.p-contact-form__form {
	margin-top: 2.5rem;
}

.l-contact-message {
	margin-top: 3.75rem;
}

.l-contact-message.l-contact-message--form {
	margin-top: 3.75rem;
}

.p-contact-message__lead {
	font-weight: 600;
	text-align: center;
}

.p-contact-message__form-box {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
	margin-top: 1.875rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
}

.p-contact-message__form-title {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-message__form-buttons {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}

.p-contact-message__form-button {
	align-items: center;
	aspect-ratio: 260/60;
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	color: #fff;
	color: var(--color-white);
	display: grid;
	justify-items: center;
	place-items: center;
	transition: background-color 0.4s ease;
	width: 16.25rem;
}

.p-contact-message__form-note {
	font-weight: 600;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact-message__tel-box {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
	margin-top: 3.75rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
}

.p-contact-message__tel-title {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-message__tel-number {
	color: #000;
	color: var(--color-black);
	display: block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 1.5rem;
	text-align: center;
}

.p-contact-message__tel-info {
	font-weight: 600;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact-message__privacy-block {
	margin-top: 3.75rem;
}

.p-contact-message__privacy-title {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-message__privacy-list {
	font-weight: 600;
	margin-top: 0.5em;
	text-align: center;
}

.p-contact-message__privacy-text {
	font-weight: 600;
	margin-top: 1.25rem;
	text-align: center;
}

.p-contact-message__security-block {
	border-top: 1px solid #9aa3b4;
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-contact-message__security-title {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-message__security-text {
	font-weight: 600;
	margin-top: 0.5em;
	text-align: center;
}

.p-content .post-password-form {
	color: #f2f4f8;
	color: var(--color-bg);
}

.p-content .post-password-form p {
	color: #f2f4f8;
	color: var(--color-bg);
}

.p-content .post-password-form label {
	color: #f2f4f8;
	color: var(--color-bg);
}

.p-content .post-password-form input[type=submit] {
	color: #f2f4f8;
	color: var(--color-bg);
}

.p-content .post-password-form input[type=password] {
	border: 1px solid red;
	color: #f2f4f8;
	color: var(--color-bg);
	letter-spacing: 0.3em;
	min-width: 10em;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.25rem;
}

.p-content {
	line-height: 1.75;
	word-break: break-word;
}

.p-content h1,
.p-content h2,
.p-content h3,
.p-content h4,
.p-content h5,
.p-content h6 {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

.p-content h1 {
	font-size: 1.75em;
}

.p-content h2 {
	font-size: 1.5em;
}

.p-content h3 {
	font-size: 1.3125em;
}

.p-content h4 {
	font-size: 1.1875em;
}

.p-content h5 {
	font-size: 1em;
}

.p-content h6 {
	font-size: 0.875em;
}

.p-content p {
	margin-top: 1em;
}

.p-content p + p {
	margin-top: 0.5em;
}

.p-content ol,
.p-content ul {
	margin: 1em 0;
	padding-left: 1.2em;
}

.p-content ol {
	list-style-type: decimal;
}

.p-content ul {
	list-style-type: disc;
}

.p-content li {
	margin-bottom: 0.5em;
}

.p-content a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-content img {
	margin: 1em 0;
}

.p-content blockquote {
	background-color: #f8f8f8;
	border-left: 3px solid #cccccc;
	margin: 1em 0;
	padding: 1em;
}

.p-content blockquote p {
	margin: 0;
}

.p-content table {
	border-collapse: collapse;
	display: block;
	margin: 1em 0;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
}

.p-content th,
.p-content td {
	border: 1px solid #dddddd;
	padding: 0.5em;
}

.p-content th {
	background-color: #f5f5f5;
	font-weight: bold;
}

.p-content.p-content--revert * {
	all: revert;
}

.l-development {
	margin-top: 3.75rem;
}

.p-development__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-development__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-development__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-development__content {
	margin-top: 1.5rem;
}

.p-development__content + .p-development__content {
	margin-top: 3rem;
}

.p-development__title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-development__text {
	font-weight: 600;
	margin-top: 1.5rem;
}

.p-development__steps {
	display: grid;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	margin-top: 1.5rem;
}

.p-development__step {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
	padding-bottom: 1.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.75rem;
}

.p-development__step + .p-development__step {
	position: relative;
}

.p-development__step + .p-development__step::before {
	background-image: url(../images/common/icon-arrow-down-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: -1.25rem;
	transform: translate(-50%, -50%);
	width: 1.125rem;
}

.p-development__sub-title {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.p-development__sub-title .number {
	border-bottom: 2px solid currentColor;
	color: #113f8e;
	color: var(--color-blue-500);
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-development__sub-title .text {
	font-size: 1.1875rem;
	line-height: 1;
}

.p-development__box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
	gap: 1.5rem;
	margin-top: 1rem;
}

.p-development__icon {
	height: 3rem;
}

.p-development__icon img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-development__subtext {
	font-size: 1.0625rem;
}

.p-development__button {
	margin-top: 1.5rem;
	text-align: center;
}

.p-drawer {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	bottom: 0;
	height: 100vh;
	left: 0;
	padding-top: clamp(80 * 1px, 2.5889967638vw + 70.2912621359px, 120 * 1px);
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
	z-index: 3000;
}

.p-drawer {
	-webkit-user-select: none;
	-moz-user-select: none;
	opacity: 0;
	user-select: none;
	visibility: hidden;
}

.p-drawer.is-active {
	opacity: 1;
	pointer-events: initial;
	visibility: visible;
	-webkit-user-select: initial;
	-moz-user-select: initial;
	user-select: initial;
}

.p-drawer__inner.l-inner {
	height: 100%;
	overflow-y: auto;
}

.p-drawer__nav {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-drawer__list,
.p-drawer__sub-list {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-drawer__list {
	gap: 1.25rem;
}

.p-drawer__sub-list {
	gap: 0.5rem;
	margin-top: 1rem;
}

.p-drawer__item,
.p-drawer__sub-item {
	width: 100%;
}

.p-drawer__item a,
.p-drawer__item .link,
.p-drawer__sub-item a,
.p-drawer__sub-item .link {
	color: #fff;
	color: var(--color-white);
	display: block;
	text-align: center;
}

.p-drawer__item {
	border-top: 1px solid #cfd7e2;
	border-top: 1px solid var(--color-blue-300);
	padding-top: 0.75rem;
}

.p-drawer__item .link {
	font-size: 1.25rem;
}

.p-drawer__sub-item .link {
	font-size: 1rem;
}

.p-drawer__mask {
	display: none;
}

.l-equipment {
	margin-top: 3.75rem;
}

.p-equipment__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-equipment__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	line-height: 1;
}

.p-equipment__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-equipment__content {
	margin-top: 1.5rem;
}

.p-equipment__content + .p-equipment__content {
	margin-top: 3rem;
}

.p-equipment__title {
	font-size: 1.25rem;
}

.p-equipment__text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-equipment__section {
	margin-top: 2.5rem;
}

.p-equipment__sub-title {
	font-size: 1.5rem;
	font-weight: 400;
}

.p-equipment__sub-title-small {
	font-size: 1.125rem;
	font-weight: 400;
}

.p-equipment__sub-text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1rem;
}

.p-equipment__3clm-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem 2.5rem;
	gap: 1rem 2.5rem;
	margin-top: 1.25rem;
}

.p-equipment__2clm-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem 1.5rem;
	gap: 1rem 1.5rem;
	margin-top: 2.25rem;
}

.p-equipment__image {
	aspect-ratio: 450/275;
	width: 100%;
}

.p-equipment__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-equipment__image2 {
	aspect-ratio: 710/475;
	width: 100%;
}

.p-equipment__image2 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-equipment__video {
	aspect-ratio: 720/400;
	width: 100%;
}

.p-equipment__video video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-equipment__caption {
	margin-top: 0.5rem;
	text-align: center;
}

.p-equipment__sub-section {
	margin-top: 3.75rem;
}

.p-equipment__sub-section + .p-equipment__sub-section {
	margin-top: 3.75rem;
}

.p-equipment__sub-sub-title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 1rem;
	position: relative;
}

.p-equipment__sub-sub-title::before,
.p-equipment__sub-sub-title::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-equipment__sub-sub-title::before {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	left: 0;
	width: 0.3125rem;
}

.p-equipment__sub-sub-title::after {
	background-color: #637ea0;
	left: 0.375rem;
	width: 0.25rem;
}

.p-equipment__sub-content {
	margin-top: 1.5rem;
}

.p-equipment__table {
	border-collapse: collapse;
	border-top: 0.1875rem solid #6b7d9e;
	min-width: 100%;
	text-align: left;
	white-space: nowrap;
}

.p-equipment__table th,
.p-equipment__table td {
	border-bottom: 0.125rem solid #cbccce;
	border-bottom: 0.125rem solid var(--color-gray-500);
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.p-equipment__table th {
	padding-left: 1rem;
	vertical-align: top;
}

.p-equipment__table td {
	background-color: #fff;
	background-color: var(--color-white);
	padding-left: 1rem;
}

.p-equipment__table td + td {
	border-left: 0.125rem solid #cbccce;
	border-left: 0.125rem solid var(--color-gray-500);
}

.p-equipment__table2 {
	border-collapse: collapse;
	border-top: 0.125rem solid #cbccce;
	border-top: 0.125rem solid var(--color-gray-500);
	table-layout: fixed;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.p-equipment__table2 td {
	background-color: #fff;
	background-color: var(--color-white);
	border-bottom: 0.125rem solid #cbccce;
	border-bottom: 0.125rem solid var(--color-gray-500);
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.l-equipment__table2 {
	margin-top: 2rem;
}

.p-error__title {
	font-size: 1.25rem;
	text-align: center;
}

.p-error__text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
	text-align: center;
}

.p-error__button {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-top: 3.75rem;
	place-items: center;
}

.l-faq {
	margin-top: 5rem;
}

.p-faq__title {
	font-size: 1.75rem;
	font-weight: 600;
}

.p-faq__text {
	margin-top: 1.25rem;
}

.p-faq__content {
	background-color: #e4eaf7;
	margin-top: 2.5rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}

.p-faq__item {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.625rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 1.5rem;
}

.p-faq__q,
.p-faq__a {
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 3rem;
	padding-top: 1.5rem;
}

.p-faq__q .text,
.p-faq__a .text {
	display: inline-block;
	font-weight: 600;
}

.p-faq__q {
	cursor: pointer;
	position: relative;
}

.p-faq__q .icon {
	background-color: #f2f4f8;
	background-color: var(--color-bg);
	border-radius: 100%;
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-faq__q .icon::before,
.p-faq__q .icon::after {
	background-color: #000;
	background-color: var(--color-black);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	transition: transform 0.4s ease;
}

.p-faq__q .icon::before {
	height: 0.125rem;
	width: 40%;
}

.p-faq__q .icon::after {
	height: 40%;
	width: 0.125rem;
}

.p-faq__a {
	border-top: 0.125rem solid #e3e3e3;
}

.p-faq__item.is-open .p-faq__q .icon::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.l-flow {
	margin-top: 3.75rem;
}

.p-flow__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-flow__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	line-height: 1;
}

.p-flow__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-flow__content {
	margin-top: 1.5rem;
}

.p-flow__content + .p-flow__content {
	margin-top: 3rem;
}

.p-flow__title {
	font-size: 1.25rem;
}

.p-flow__text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-flow__image-flow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	width: 12.5rem;
}

.p-flow__image-flow img {
	height: auto;
	width: 100%;
}

.p-flow__section {
	margin-top: 3.75rem;
}

.p-flow__section + .p-flow__section {
	margin-top: 3.75rem;
}

.p-flow__sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-flow__sub-title {
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.p-flow__sub-title-en {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 1.125rem;
	font-weight: 700;
}

.p-flow__sub-text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.125rem;
}

.p-flow__3clm-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.75rem 2rem;
	gap: 1.75rem 2rem;
}

.p-flow__card-title {
	font-size: 1.25rem;
}

.p-flow__card-image {
	aspect-ratio: 460/290;
	border-radius: 0.3125rem;
	margin-top: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.p-flow__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-flow__card-caption {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.p-flow__line-image-wrapper {
	margin-top: 2.5rem;
}

.p-flow__line-image-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	gap: 1rem;
}

.p-flow__line-image-item {
	aspect-ratio: 1/1;
	border-radius: 0.625rem;
	overflow: hidden;
	width: 100%;
}

.p-flow__line-image-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-flow__gallery-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
}

.p-flow__gallery-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-flow__gallery-list {
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-flow__gallery-list.is-left {
	animation-name: scrollLeft;
}

.p-flow__gallery-list.is-right {
	animation-name: scrollRight;
}

.p-flow__gallery-item {
	aspect-ratio: 490/270;
	flex-shrink: 0;
	width: 12.5rem;
}

.p-flow__gallery-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-footer {
	margin-top: 4rem;
}

.p-footer {
	background-color: #1e2c40;
	background-color: var(--color-blue-700);
	padding-bottom: 2rem;
	padding-top: 5rem;
	position: relative;
}

.p-footer__pagetop {
	position: absolute;
	right: 4.2666666667%;
	top: 0;
}

.p-footer__pagetop .link {
	align-items: center;
	background-color: #f2f4f8;
	background-color: var(--color-bg);
	border-radius: 0 0 0.5rem 0.5rem;
	color: #1e2c40;
	color: var(--color-blue-700);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.375rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
}

.p-footer__pagetop .link .icon-top {
	height: 1em;
	width: 1em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	gap: 4rem;
	width: 100%;
}

.p-footer__info {
	text-align: center;
}

.p-footer__logo {
	height: 3rem;
}

.p-footer__logo .link {
	display: block;
	height: 100%;
}

.p-footer__logo .link img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-footer__slogan {
	color: #fff;
	color: var(--color-white);
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

.p-footer__address {
	color: #fff;
	color: var(--color-white);
	font-size: 1rem;
	font-style: normal;
	font-style: initial;
	margin-top: 1.25rem;
	text-align: left;
}

.p-footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 3.25rem 2.25rem;
	gap: 3.25rem 9.6%;
}

.p-footer__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-footer__sub-content + .p-footer__sub-content {
	margin-top: 3.25rem;
}

.p-footer__title-link {
	color: #fff;
	color: var(--color-white);
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
}

.p-footer__title-link::after {
	background-color: #fff;
	background-color: var(--color-white);
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s;
	width: 100%;
}

.p-footer__list {
	color: #fff;
	color: var(--color-white);
	font-size: 0.875rem;
	list-style-position: inside;
	list-style-type: "- ";
	margin-top: 1.5rem;
}

.p-footer__item + .p-footer__item {
	margin-top: 1.75rem;
}

.p-footer__link {
	color: #fff;
	color: var(--color-white);
	display: inline-block;
	position: relative;
}

.p-footer__link::after {
	background-color: #fff;
	background-color: var(--color-white);
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s;
	width: 100%;
}

.p-footer__title-other + .p-footer__title-other {
	margin-top: 1rem;
}

.p-footer__title-other-link {
	align-items: center;
	color: #fff;
	color: var(--color-white);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 0.375rem;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
}

.p-footer__title-other-link .external {
	height: 1em;
	width: 1em;
}

.p-footer__title-other-link::after {
	background-color: #fff;
	background-color: var(--color-white);
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s;
	width: 100%;
}

.p-footer__bottom {
	border-top: 1px solid #717376;
	margin-top: 5rem;
	padding-top: 1rem;
}

.p-footer__copyright {
	color: #717376;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	text-align: right;
}

.wpcf7-spinner {
	display: none; /* 送信中のスピナーを削除 */
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-not-valid {
	outline: 1px solid pink !important; /* エラー時の枠線 */
}

.wpcf7-response-output {
	border-color: red !important; /* エラーメッセージの枠線 */
	text-align: center !important; /* エラーメッセージの中央揃え */
}

.wpcf7-not-valid-tip {
	color: pink;
}

.wpcf7-not-valid-tip::before {
	aspect-ratio: 1;
	background-image: url(../images/common/error.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "!";
	display: inline-block;
	margin-right: 0.2em;
	width: 1em;
}

.p-form .p-form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem 1rem;
}

.p-form .p-form__item:not(:nth-of-type(1)),
.p-form div[data-class=wpcf7cf_group] {
	border-top: 1px solid #9aa3b4;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.p-form .p-form__term label,
.p-form .p-form__term p {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-form .p-form__term .required {
	border-radius: 0.25rem;
	color: red;
}

.p-form .p-form__description {
	word-wrap: anywhere;
}

.p-form .p-form__to-confirm {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-top: 2.5rem;
	place-items: center;
}

.p-form .p-form__button {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 3.75rem;
}

.p-form .p-form__note {
	color: gray;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.p-form [type=text],
.p-form [type=search],
.p-form [type=tel],
.p-form [type=url],
.p-form [type=email],
.p-form [type=password],
.p-form [type=date],
.p-form textarea,
.p-form select {
	background-color: #fff;
	background-color: var(--color-white);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	margin: 0;
	padding-bottom: 1.2em;
	padding-left: 2.4em;
	padding-right: 2.4em;
	padding-top: 1.2em;
	transition: border 0.3s ease;
	width: 100%;
}

.p-form [type=text]:active,
.p-form [type=text]:hover,
.p-form [type=text]:focus,
.p-form [type=search]:active,
.p-form [type=search]:hover,
.p-form [type=search]:focus,
.p-form [type=tel]:active,
.p-form [type=tel]:hover,
.p-form [type=tel]:focus,
.p-form [type=url]:active,
.p-form [type=url]:hover,
.p-form [type=url]:focus,
.p-form [type=email]:active,
.p-form [type=email]:hover,
.p-form [type=email]:focus,
.p-form [type=password]:active,
.p-form [type=password]:hover,
.p-form [type=password]:focus,
.p-form [type=date]:active,
.p-form [type=date]:hover,
.p-form [type=date]:focus,
.p-form textarea:active,
.p-form textarea:hover,
.p-form textarea:focus,
.p-form select:active,
.p-form select:hover,
.p-form select:focus {
	border: 1px solid #113f8e;
	border: 1px solid var(--color-blue-500);
}

.p-form [type=text]::-moz-placeholder,
.p-form [type=search]::-moz-placeholder,
.p-form [type=tel]::-moz-placeholder,
.p-form [type=url]::-moz-placeholder,
.p-form [type=email]::-moz-placeholder,
.p-form [type=password]::-moz-placeholder,
.p-form [type=date]::-moz-placeholder,
.p-form textarea::-moz-placeholder,
.p-form select::-moz-placeholder {
	color: gray;
}

.p-form [type=text]::placeholder,
.p-form [type=search]::placeholder,
.p-form [type=tel]::placeholder,
.p-form [type=url]::placeholder,
.p-form [type=email]::placeholder,
.p-form [type=password]::placeholder,
.p-form [type=date]::placeholder,
.p-form textarea::placeholder,
.p-form select::placeholder {
	color: gray;
}

.p-form textarea {
	min-height: 10rem;
	word-wrap: anywhere;
	resize: none;
}

.p-form button,
.p-form [type=button],
.p-form [type=submit] {
	cursor: pointer;
	display: inline-block;
	transition: 0.3s ease;
}

.p-form input:disabled {
	cursor: not-allowed;
}

.p-form #f-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em 1em;
}

.p-form [type=radio] {
	display: none;
}

.p-form [type=radio] + span {
	cursor: pointer;
	display: inline-block;
	padding-left: 1em;
	position: relative;
}

.p-form [type=radio] + span::before,
.p-form [type=radio] + span::after {
	border-radius: 100%;
	content: "";
	display: block;
	left: 0.4em;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
}

.p-form [type=radio] + span::before {
	background-color: black;
	border: 1px solid black;
	height: 0.8em;
	width: 0.8em;
}

.p-form [type=radio] + span::after {
	background: red;
	height: 0.64em;
	opacity: 0;
	transition: 0.2s ease;
	width: 0.64em;
}

.p-form [type=radio]:checked + span::after {
	opacity: 1;
}

.p-form #f-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em 1em;
}

.p-form [type=checkbox] {
	display: none;
}

.p-form [type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	padding-left: 1em;
	position: relative;
}

.p-form [type=checkbox] + span::before,
.p-form [type=checkbox] + span::after {
	content: "";
	display: block;
	left: 0.4em;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
}

.p-form [type=checkbox] + span::before {
	background-color: white;
	border: 1px solid black;
	height: 1em;
	width: 1em;
}

.p-form [type=checkbox] + span::after {
	border-color: black;
	border-style: solid;
	border-width: 0 0 2px 2px;
	height: 0.5em;
	opacity: 0;
	transform: translateX(-50%) translateY(-75%) rotate(-50deg);
	transition: 0.2s ease;
	width: 1em;
}

.p-form [type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-form select {
	background-image: url(../images/common/triangle.svg);
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 0.5em;
	color: black;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-form select option {
	font-size: 1.125rem;
}

.p-form [type=date] {
	position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

.p-form__confirm {
	display: none;
}

.p-form__confirm .p-form__description span {
	word-wrap: anywhere;
}

.p-fv {
	height: 100vh;
	width: 100vw;
}

.p-fv__inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-fv__image {
	height: 100%;
	width: 100%;
}

.p-fv__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-fv__video {
	height: 100%;
	width: 100%;
}

.p-fv__video video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-fv__heading {
	bottom: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-fv__heading .text {
	color: #fff;
	color: var(--color-white);
	font-weight: 600;
	line-height: 1;
}

.p-fv__heading .text.small {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.p-fv__heading .text.large {
	font-size: 2.5rem;
	margin-left: -0.5em;
}

.p-header {
	background-color: #fff;
	background-color: var(--color-white);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 5000;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: clamp(80 * 1px, 2.5889967638vw + 70.2912621359px, 120 * 1px);
	justify-content: space-between;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	position: relative;
}

.p-header__logo {
	align-items: center;
	display: grid;
	height: inherit;
	justify-items: center;
	place-items: center;
}

.p-header__logo .link {
	height: inherit;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header__logo .link .logo {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-header__logo .link .logo1,
.p-header__logo .link .logo2,
.p-header__logo .link .logo3 {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}

.p-header__logo .link .logo2,
.p-header__logo .link .logo3 {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-header__nav-inner {
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: space-between;
}

.p-header__button-list {
	display: none;
}

.p-header__nav {
	display: none;
}

.p-header__list {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-header__link {
	align-items: center;
	cursor: pointer;
	display: grid;
	justify-items: center;
	padding-bottom: 1rem;
	place-items: center;
	position: relative;
}

.p-header__link::after {
	background-color: #183065;
	background-color: var(--color-blue-600);
	bottom: 0;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s;
	width: 100%;
}

.p-header__link.has-down-menu {
	position: relative;
}

.p-header__link.is-current::after {
	transform: scaleX(1);
}

.p-header__text {
	color: #000;
	color: var(--color-black);
	font-size: 1.0625rem;
	font-weight: 600;
	transition: color 0.4s;
}

.p-header__link.has-down-menu:hover + .p-header__down-item,
.p-header__down-item:hover {
	opacity: 1;
	pointer-events: initial;
	visibility: visible;
}

.p-header__down-item {
	align-items: center;
	background-color: #fff;
	background-color: var(--color-white);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 13.125rem;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(100%);
	transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
	visibility: hidden;
	width: 100%;
}

.p-header__sub-parent {
	flex-shrink: 0;
	min-width: 21.875rem;
	width: 21%;
}

.p-header__sub-list {
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 5rem;
}

.p-header__sub-item .link {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	position: relative;
	transition: color 0.4s;
}

.p-header__sub-item .link::after {
	background-color: #cbccce;
	background-color: var(--color-gray-500);
	bottom: -0.75rem;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s;
	width: 100%;
}

.p-header__sub-item .text {
	color: #000;
	color: var(--color-black);
	font-size: 1.125rem;
	font-weight: 600;
	transition: color 0.4s;
}

.p-header__hamburger {
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
}

.p-header.is-transparent {
	background-color: transparent;
}

.p-header.is-transparent .p-header__logo .logo1,
.p-header.is-transparent .p-header__logo .logo3 {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-header.is-transparent .p-header__logo .logo2 {
	opacity: 1;
	pointer-events: initial;
	visibility: visible;
}

.p-header.is-transparent .p-header__text {
	color: #fff;
	color: var(--color-white);
}

.p-header.is-transparent .p-header__down-item {
	background-color: rgba(255, 255, 255, 0.5);
}

.p-header.is-active {
	background-color: transparent;
}

.p-header.is-active .p-header__logo .logo1,
.p-header.is-active .p-header__logo .logo2 {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-header.is-active .p-header__logo .logo3 {
	opacity: 1;
	pointer-events: initial;
	visibility: visible;
}

.p-header.is-active .p-header__text {
	color: #fff;
	color: var(--color-white);
}

.p-header.is-active .p-header__down-item {
	background-color: rgba(255, 255, 255, 0.5);
}

.l-history-gallery {
	margin-top: 5rem;
}

.p-history-gallery__heading {
	font-size: 1.75rem;
	font-weight: 600;
}

.p-history-gallery__list {
	display: grid;
	margin-top: 1.5rem;
	grid-gap: 2rem 0;
	gap: 2rem 0;
}

.p-history-gallery__item {
	align-items: center;
	display: grid;
	grid-gap: 1rem;
	gap: 1rem;
}

.p-history-gallery__info {
	text-align: center;
}

.p-history-gallery__info .main-year {
	color: #9aa3b4;
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1;
}

.p-history-gallery__info .main-year.has-wave {
	position: relative;
}

.p-history-gallery__info .main-year.has-wave::after {
	content: "～";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
}

.p-history-gallery__info .sub-year {
	font-weight: 600;
	line-height: 1;
	margin-top: 0.5rem;
}

.p-history-gallery__info .description {
	font-weight: 600;
	margin-top: 0.5rem;
}

.p-history-gallery__image {
	width: 100%;
}

.p-history-gallery__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-history-timeline {
	margin-top: 2.5rem;
}

.p-loading {
	bottom: 0;
	display: none;
	height: 100svh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.p-loading.is-active {
	display: block;
}

.p-loading__inner {
	height: 100%;
}

.l-lower-fv {
	margin-top: 1.5rem;
}

.p-lower-fv__title {
	color: #000000;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1;
}

.p-lower-fv__image {
	aspect-ratio: 375/200;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
	position: relative;
}

.p-lower-fv__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-lower-heading__heading {
	display: grid;
	justify-content: center;
}

.p-lower-heading_group {
	text-align: center;
}

.l-management {
	margin-top: 3.75rem;
}

.p-management__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-management__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-management__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-management__content {
	margin-top: 1.5rem;
}

.p-management__content + .p-management__content {
	margin-top: 3rem;
}

.p-management__title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-management__text {
	font-weight: 500;
	line-height: 1.7;
}

.p-management__section {
	margin-top: 3.75rem;
}

.p-management__section + .p-management__section {
	margin-top: 3.75rem;
}

.p-management__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.p-management__sub-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.p-management__sub-title .small {
	font-size: 1.25rem;
	font-weight: 600;
	margin-left: 1em;
}

.p-management__sub-text {
	font-weight: 600;
	margin-top: 1.5rem;
}

.p-management__white-text {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.25rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
}

.p-management__buttons {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.25rem 1.5rem;
	gap: 1.25rem 1.5rem;
	margin-top: 1.5rem;
}

.p-management__image {
	width: 100%;
}

.p-management__image img {
	height: auto;
	width: 100%;
}

.l-organization {
	margin-top: 2.5rem;
}

.p-organization__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-organization__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1;
}

.p-organization__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 1.875rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-organization__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 62.5rem;
	width: 100%;
}

.p-organization__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.l-single {
	margin-top: 5rem;
}

.p-single {
	font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-family: var(--font-jp-sans);
}

.p-single__term-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	margin-top: 1.25rem;
}

.p-single__term {
	background: -webkit-gradient(linear, left top, right top, from(#008ac3), color-stop(50%, #33dab7), to(#008ac3));
	background: linear-gradient(to right, #008ac3 0%, #33dab7 50%, #008ac3 100%);
	border-radius: 999px;
	color: #fff;
	color: var(--color-white);
	letter-spacing: 0.1em;
	padding-bottom: 0.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.125rem;
}

.p-single__date {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

.p-single__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 1.25rem;
}

.p-single__body {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 1.125rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}

.p-single__eye-catch {
	border-radius: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.p-single__eye-catch picture,
.p-single__eye-catch img {
	height: auto;
	width: 100%;
}

.p-single__content {
	margin-top: 1.75rem;
}

.p-single__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-single__pagination .hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.l-sustainability {
	margin-top: 3.75rem;
}

.p-sustainability__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-sustainability__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-sustainability__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 2.5rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-sustainability__content {
	margin-top: 1.5rem;
}

.p-sustainability__title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-sustainability__text {
	font-weight: 500;
	line-height: 1.7;
}

.p-sustainability__section {
	margin-top: 2.5rem;
}

.p-sustainability__section + .p-sustainability__section {
	margin-top: 2.5rem;
}

.p-sustainability__sdgs-box {
	background-color: #e4eaf7;
	border-radius: 0.75rem;
	padding-bottom: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.5rem;
}

.p-sustainability__sdgs-heading {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-sustainability__sdgs-heading .icon {
	aspect-ratio: 1;
	width: 2.5rem;
}

.p-sustainability__sdgs-heading .icon img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-sustainability__sdgs-heading .text {
	font-size: 1.25rem;
}

.p-sustainability__sdgs-list {
	border-top: 1px solid #717376;
	margin-top: 1.875rem;
}

.p-sustainability__sdgs-item {
	border-bottom: 1px solid #717376;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-sustainability__sdgs-text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-sustainability__sdgs-item-title {
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	justify-content: flex-start;
}

.p-sustainability__sdgs-item-title .jp {
	font-size: 1.125rem;
	font-weight: 600;
}

.p-sustainability__sdgs-item-title .en {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-left: 0.5em;
	text-transform: capitalize;
}

.p-sustainability__sdgs-item-title .en::first-letter {
	color: #113f8e;
	color: var(--color-blue-500);
}

.p-sustainability__sdgs-item-text {
	font-weight: 500;
	line-height: 1.7;
}

.p-sustainability__sdgs-item-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	margin-top: 1rem;
}

.p-sustainability__sdgs-item-icons img {
	aspect-ratio: 1;
	height: 5rem;
	width: 5rem;
}

.p-sustainability__image-biwako {
	height: 17.5rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-sustainability__text-biwako {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.p-sustainability__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.p-sustainability__sub-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.p-sustainability__sub-text {
	font-weight: 600;
	margin-top: 1.5rem;
}

.p-sustainability__buttons {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.25rem 1.5rem;
	gap: 1.25rem 1.5rem;
	margin-top: 1.5rem;
}

.p-sustainability__image {
	width: 100%;
}

.p-sustainability__image img {
	height: auto;
	width: 100%;
}

.p-sustainability__guid-box {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 0.75rem;
	padding-bottom: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.5rem;
}

.p-sustainability__guid-heading {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-sustainability__guid-content {
	border-top: 1px solid #717376;
	margin-top: 1.875rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 1rem;
}

.p-sustainability__guid-item + .p-sustainability__guid-item {
	margin-top: 1rem;
}

.p-sustainability__guid-sub-title {
	font-size: 1.125rem;
}

.p-sustainability__guid-sub-text {
	font-weight: 500;
	line-height: 1.7;
	margin-left: 1em;
	margin-top: 0.75rem;
}

.p-sustainability__guid-note {
	font-weight: 500;
	line-height: 1.7;
	margin-left: 2em;
	margin-top: 1.25rem;
}

.p-sustainability__image-section {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 4rem;
	grid-gap: 1.5rem 1.6666666667%;
	gap: 1.5rem 1.6666666667%;
}

.p-sustainability__image-section + .p-sustainability__image-section {
	border-top: 0.125rem solid #cbccce;
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-sustainability__image-title {
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	padding-left: 1rem;
	position: relative;
}

.p-sustainability__image-title::before,
.p-sustainability__image-title::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-sustainability__image-title::before {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	left: 0;
	width: 0.3125rem;
}

.p-sustainability__image-title::after {
	background-color: #637ea0;
	left: 0.375rem;
	width: 0.25rem;
}

.p-sustainability__image-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem 1.25rem;
	gap: 1rem 1.25rem;
}

.p-sustainability__image-item {
	aspect-ratio: 325/230;
	width: 100%;
}

.p-sustainability__image-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-technology {
	margin-top: 3.75rem;
}

.p-technology__heading .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-technology__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	line-height: 1;
}

.p-technology__heading .title .sub {
	color: #fff;
	color: var(--color-white);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-technology__content {
	margin-top: 1.5rem;
}

.p-technology__content + .p-technology__content {
	margin-top: 3rem;
}

.p-technology__title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-technology__text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-technology__links {
	margin-top: 5.625rem;
}

.p-technology__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-technology__link + .p-technology__link {
	margin-top: 3.75rem;
}

.p-technology__link-title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.6;
}

.p-technology__link-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
	margin-top: 2rem;
}

.p-technology__link-button {
	margin-top: 1.5rem;
}

.p-technology__subtext {
	background-color: #fff;
	background-color: var(--color-white);
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 1rem;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.p-technology__link-images {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0.375rem;
	gap: 0.375rem;
}

.p-technology__link-image {
	aspect-ratio: 370/175;
	width: 100%;
}

.p-technology__link-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-technology__other-links {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
	gap: 1rem;
	margin-top: 5.625rem;
}

.p-technology__figure {
	margin-top: 3.75rem;
}

.p-technology__figure-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.p-technology__figure-table {
	background-color: #cfd7e2;
	background-color: var(--color-blue-300);
	border: medium none currentcolor;
	border: initial;
	gap: 1px;
	margin-top: 1.5rem;
}

.p-technology__figure-table th,
.p-technology__figure-table td {
	align-items: center;
	justify-items: center;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	place-items: center;
	text-align: center;
	white-space: nowrap;
}

.p-technology__figure-table th {
	background-color: #cbccce;
	background-color: var(--color-gray-500);
}

.p-technology__figure-table th.head-top {
	background-color: #fff;
	background-color: var(--color-white);
	border-top: 8px solid #cbccce;
	border-top: 8px solid var(--color-gray-500);
}

.p-technology__figure-table th.head-top:first-child {
	background-color: #cbccce;
	background-color: var(--color-gray-500);
	border-color: #113f8e;
	border-color: var(--color-blue-500);
}

.p-technology__figure-table td {
	background-color: #fff;
	background-color: var(--color-white);
}

.p-technology__samples {
	margin-top: 3.75rem;
}

.p-technology__samples-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.p-technology__samples-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.p-technology__samples-card {
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 1rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

.p-technology__samples-card-title {
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.p-technology__samples-card-content {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1rem;
}

.p-technology__samples-card-image {
	aspect-ratio: 280/200;
	flex-shrink: 0;
	max-width: 70%;
	width: 100%;
}

.p-technology__samples-card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-technology__samples-card-description {
	font-weight: 500;
	line-height: 1.7;
}

.l-thanks {
	margin-top: 3.75rem;
}

.p-thanks__title {
	font-size: 1.5rem;
	text-align: center;
}

.p-thanks__text-block {
	margin-top: 2.5rem;
}

.p-thanks__text {
	text-align: center;
}

.p-thanks__text + p.p-thanks__text {
	margin-top: 1.5em;
}

.l-top-company {
	margin-top: 5.625rem;
}

.p-top-company__blocks {
	border-top: 1px solid #cbccce;
	border-top: 1px solid var(--color-gray-500);
}

.p-top-company__block {
	border-bottom: 1px solid #cbccce;
	border-bottom: 1px solid var(--color-gray-500);
}

.p-top-company__link {
	align-items: center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.p-top-company__title {
	color: #000;
	color: var(--color-black);
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.p-top-company__text {
	color: #000;
	color: var(--color-black);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7;
	margin-top: 0.25rem;
}

.p-top-company__button .button {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
	border-radius: 0.1875rem;
	height: 2rem;
	transition: background-color 0.4s;
	width: 2rem;
}

.p-top-company__button .arrow {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 31.25%;
	mask-size: 31.25%;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-color: var(--color-white);
	mask-repeat: no-repeat;
	transition: background-color 0.4s;
}

.p-top-company__image-box {
	height: 28.125rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2rem;
}

.p-top-company__image {
	height: 100%;
	width: 100%;
}

.p-top-company__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-lower-contact {
	margin-top: 5rem;
}

.p-top-contact {
	background-color: #fff;
	background-color: var(--color-white);
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-top-contact__heading {
	font-size: 2rem;
	font-weight: 600;
	white-space: nowrap;
}

.p-top-contact__lead {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1rem;
}

.p-top-contact__button {
	margin-top: 1rem;
	text-align: right;
}

.l-top-recruit {
	margin-top: 7.5rem;
}

.p-top-recruit {
	padding-bottom: 3.125rem;
	position: relative;
}

.p-top-recruit::before {
	background-color: #637ea0;
	bottom: 0;
	content: "";
	display: block;
	height: 71.25%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.p-top-recruit__image {
	height: 18.75rem;
	width: 100%;
}

.p-top-recruit__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-top-recruit__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.75rem;
}

.p-top-recruit__heading .en {
	align-items: center;
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3rem;
	gap: 1rem;
	line-height: 1;
	text-transform: uppercase;
}

.p-top-recruit__heading .logo-recruit {
	height: 3.5rem;
	width: 3.5rem;
}

.p-top-recruit__heading .logo-recruit img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-top-recruit__heading .jp {
	color: #fff;
	color: var(--color-white);
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1;
}

.p-top-recruit__button {
	align-items: end;
	display: grid;
	justify-items: end;
	margin-top: 1.5rem;
	place-items: end;
}

.l-top-vision {
	margin-top: 3.75rem;
}

.p-top-vision__title {
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.p-top-vision__lead {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-top-vision__vision-box {
	margin-top: 1rem;
	position: relative;
}

.p-top-vision__vision {
	color: #cfd7e2;
	color: var(--color-blue-300);
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 2.5rem;
	line-height: 1.1;
	text-transform: uppercase;
}

.p-top-vision__button {
	align-items: end;
	display: grid;
	justify-items: end;
	margin-top: 0.5rem;
	place-items: end;
}

.p-top-vision__image-box {
	margin-top: 2rem;
}

.p-top-vision__image {
	aspect-ratio: 556/620;
	width: 100%;
}

.p-top-vision__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-top-weaving {
	margin-top: 3.75rem;
}

.p-top-weaving {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.p-top-weaving::before {
	background-color: #f2f4f8;
	background-color: var(--color-bg);
	bottom: 0;
	content: "";
	display: block;
	height: calc(100% + 0.125rem);
	position: absolute;
	right: 0;
	top: -0.0625rem;
	width: 16%;
}

.p-top-weaving__heading {
	color: #fff;
	color: var(--color-white);
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.p-top-weaving__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.75rem;
	grid-gap: 2rem;
	gap: 2rem;
}

.p-vision {
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
	position: relative;
}

.p-vision__logo1 {
	position: absolute;
	right: 12%;
	top: 3.125rem;
	width: 60%;
	z-index: -1;
}

.p-vision__logo1 img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-vision__logo2 {
	bottom: 1.25rem;
	left: 5%;
	position: absolute;
	width: 70%;
	z-index: -1;
}

.p-vision__logo2 img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-vision__heading .title {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.p-vision__heading .title .main {
	color: #000;
	color: var(--color-black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.p-vision__heading .title .sub {
	color: #d0d5df;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--font-en);
	font-size: 3.125rem;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.p-vision__main-copy {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 2.5rem;
}

.p-vision__statement {
	margin-top: 2rem;
}

.p-vision__section .title {
	font-size: 1.25rem;
	font-weight: 600;
}

.p-vision__section .text {
	font-weight: 500;
	line-height: 1.7;
}

.p-vision__section + .p-vision__section {
	margin-top: 2rem;
}

.u-expansion-image::after {
	content: "画像をクリックで拡大します。";
	display: block;
	font-size: 0.75rem;
	text-align: right;
}

.u-font__red {
	color: red;
}

/* animation: left-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; */

.element {
	animation-delay: 0.2s;
	animation-direction: alternate; /* normal, reverse, alternate, alternate-reverse */
	animation-duration: 0.5s;
	animation-fill-mode: forwards; /* none, forwards, backwards, both */
	animation-iteration-count: infinite; /* 1, 2, 3, infinite */
	animation-name: fadeIn;
	animation-play-state: running; /* running, paused */
	animation-timing-function: ease-in-out; /* linear, ease, ease-in, ease-out, ease-in-out, cubic-bezier(x, y, x2, y2) */
}

.u-parallax-image {
	overflow: hidden;
}

.u-parallax-image img {
	height: 120%;
	transform: translateY(-20%);
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: initial;
	object-position: initial;
}

.u-pc {
	display: none;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
	opacity: 0.9;
}

}

@media screen and (any-hover: hover) {

.c-button-contact input:hover {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
}

.c-button-contact input:active {
	background-color: #183065;
	background-color: var(--color-blue-600);
}

.c-button-down-menu:hover .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

.c-button-header:hover {
	opacity: 0.8;
}

.c-button-normal-card:hover .c-button-normal-card__image img {
	transform: scale(1.05);
}

.c-button-normal-card:hover .text::after {
	background-color: #253458;
	background-color: var(--color-blue-650);
	transform: scale(1);
}

.c-button-normal-card:hover .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

.c-button-normal:hover .text::after {
	background-color: #253458;
	background-color: var(--color-blue-650);
	transform: scale(1);
}

.c-button-normal:hover .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

.c-button-normal.c-button-normal--light:hover .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

.c-button-text:hover .arrow {
	background-color: #063e9f;
	background-color: var(--color-blue-400);
}

.c-card-company-about:hover {
	opacity: 0.8;
}

.c-card-company-about:hover .c-card-company-about__button .button {
	background-color: #fff;
	background-color: var(--color-white);
}

.c-card-company-about:hover .c-card-company-about__button .arrow {
	background-color: #113f8e;
	background-color: var(--color-blue-500);
}

.c-card-post:hover {
	background-color: #f5f7fc;
}

.c-card-weaving:hover {
	opacity: 1;
}

.c-card-weaving:hover .c-card-weaving__button .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

.c-card-weaving:hover .c-card-weaving__button .arrow {
	background-color: #fff;
	background-color: var(--color-white);
}

.p-contact-message__form-button:hover {
	background-color: #183065;
	background-color: var(--color-blue-600);
}

.p-footer__title-link:hover::after {
	transform: scaleX(1);
}

.p-footer__link:hover::after {
	transform: scaleX(1);
}

.p-footer__title-other-link:hover::after {
	transform: scaleX(1);
}

.p-header__item:hover .p-header__link::after {
	transform: scaleX(1);
}

.p-header__item:hover .p-header__text {
	color: #183065;
	color: var(--color-blue-600);
}

.p-header__sub-item:hover .link::after {
	transform: scaleX(1);
}

.p-header__sub-item:hover .text {
	color: #183065;
	color: var(--color-blue-600);
}

.p-top-company__link:hover .p-top-company__button .button {
	background-color: #253458;
	background-color: var(--color-blue-650);
}

}

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

html {
	font-size: 1.1111111111vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.l-inner {
	max-width: 1490px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-lower-top {
	margin-top: 5rem;
}

.l-section {
	margin-top: 7.5rem;
}

.c-breadcrumb {
	margin-top: 1.5rem;
}

.c-button-normal-card {
	aspect-ratio: 460/125;
	padding-right: 1.875rem;
}

.c-button-normal-card__button {
	gap: 1rem;
}

.c-button-normal-card__button .text {
	font-size: 1.25rem;
}

.c-button-normal-card__button .text::before,
.c-button-normal-card__button .text::after {
	bottom: -0.75rem;
}

.c-button-normal-card__button .button {
	height: 2.1875rem;
	width: 2.1875rem;
}

.c-button-normal {
	gap: 1.75rem;
}

.c-button-normal .text {
	font-size: 1.25rem;
}

.c-button-normal .text::before,
.c-button-normal .text::after {
	bottom: -0.75rem;
}

.c-button-normal .button {
	height: 3rem;
	width: 3rem;
}

.c-button-normal.c-button-normal--light .text {
	font-size: 1.125rem;
}

.c-button-text a {
	border-radius: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 1.25rem;
}

.c-button-text a .text {
	font-size: 1.3125rem;
}

.c-button-text a .arrow {
	font-size: 1.0625rem;
	height: 2.25rem;
	width: 2.25rem;
}

.c-card-company-about {
	aspect-ratio: 600/240;
}

.c-card-company-about__button .text {
	font-size: 1.875rem;
	letter-spacing: 0.02em;
}

.c-card-company-about__button .button {
	height: 3rem;
	width: 3rem;
}

.c-card-company-about.c-card-company-about--large {
	aspect-ratio: 800/520;
}

.c-card-post {
	padding-bottom: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2.25rem;
}

.c-card-post__term {
	padding-bottom: 0.1875rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.1875rem;
}

.c-card-post__title {
	font-size: 1.125rem;
}

.c-card-weaving {
	border-radius: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6.25rem;
}

.c-card-weaving__title {
	font-size: 1.5rem;
}

.c-card-weaving__text {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.c-card-weaving__button .button {
	height: 3rem;
	width: 3rem;
}

.c-pagination .page-numbers {
	height: 2.8125rem;
	width: 2.8125rem;
}

.c-pagination .page-numbers.first-page,
.c-pagination .page-numbers.last-page {
	font-size: 1.125rem;
}

.c-table__item {
	font-size: 1.125rem;
	grid-template-columns: 27% 1fr;
	padding-bottom: 2.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 2.25rem;
}

.l-access {
	margin-top: 6.25rem;
}

.p-access__heading {
	font-size: 1.875rem;
}

.p-access__lead {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.p-access__map {
	height: 33.125rem;
	margin-top: 6.25rem;
}

.p-access__content {
	margin-top: 6.25rem;
	padding-bottom: 5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
}

.p-access__title {
	font-size: 2.25rem;
}

.p-access__notice {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-access__route {
	margin-top: 3rem;
}

.p-access__route + .p-access__route {
	padding-top: 4.5rem;
}

.p-access__route-title {
	font-size: 1.5rem;
}

.p-access__route-text {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.p-access__how-text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.l-application {
	margin-top: 6.25rem;
}

.p-application__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-application__heading .title .main {
	font-size: 4.0625rem;
}

.p-application__heading .title .sub {
	font-size: 9.375rem;
}

.p-application__content {
	margin-top: 0.5rem;
}

.p-application__content + .p-application__content {
	margin-top: 5rem;
}

.p-application__title {
	font-size: 2.3125rem;
}

.p-application__text {
	margin-top: 0.625rem;
}

.p-application__text {
	font-size: 1.125rem;
}

.p-application__section {
	margin-top: 4.5rem;
}

.p-application__section + .p-application__section {
	margin-top: 6.75rem;
}

.p-application__sub-heading {
	font-size: 2.3125rem;
}

.p-application__material-description {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.p-application__material-list {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-application__material-item {
	min-height: 17.1875rem;
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

.p-application__material-item .title .jp {
	font-size: 1.875rem;
}

.p-application__material-item .title .en {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.p-application__material-item .text {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.p-application__usage {
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 1.75rem;
}

.p-application__usage-table {
	width: 100%;
}

.p-application__usage-table th,
.p-application__usage-table td {
	font-size: 1.125rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.p-application__usage-table th {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.p-application__usage-table td {
	padding-left: 2rem;
	padding-right: 1.5rem;
}

.p-application__usage-image {
	aspect-ratio: 345/475;
	flex-shrink: 0;
	width: 100%;
	width: 23.9583333333%;
}

.p-application__application-main-image {
	aspect-ratio: 1440/780;
	margin-top: 4rem;
}

.p-application__application-list {
	margin-top: 7.75rem;
}

.p-application__application-item {
	align-items: baseline;
	grid-template-columns: 1fr 48%;
}

.p-application__application-item + .p-application__application-item {
	border-width: 0.1875rem;
	margin-top: 2.75rem;
	padding-top: 2.75rem;
}

.p-application__application-info {
	align-items: center;
	flex-direction: row;
	gap: 2rem;
	transform: translateY(-6.5625rem);
}

.p-application__application-sub-title {
	font-size: 2.25rem;
	padding-left: 1rem;
}

.p-application__application-sub-text {
	font-size: 1.125rem;
}

.p-application__application-sub-images {
	gap: 2rem 2.75rem;
}

.p-application__application-sub-image {
	aspect-ratio: 325/230;
}

.l-archive-heading {
	margin-top: 8.125rem;
}

.p-archive-heading__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

.p-archive-heading__heading .title .main {
	font-size: 3.75rem;
}

.p-archive-heading__heading .title .sub {
	font-size: 6rem;
}

.p-archive-heading__content {
	margin-top: 1.875rem;
}

.p-archive-heading__text {
	font-size: 1.125rem;
}

.l-archive-list {
	margin-top: 8.75rem;
}

.p-archive-list__inner.l-inner {
	max-width: 1330px;
}

.p-archive__list {
	gap: 4rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-archive__pagination {
	margin-top: 9.5rem;
}

.l-company-about {
	margin-top: 13.5rem;
}

.p-company-about {
	padding-bottom: 8.75rem;
	padding-top: 3rem;
}

.p-company-about::before {
	width: calc(100vw - 8.3333333333%);
}

.p-company-about__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
}

.p-company-about__heading .title .main {
	font-size: 3rem;
	line-height: 1;
}

.p-company-about__heading .title .sub {
	font-size: 6.875rem;
	text-align: left;
}

.p-company-about__list {
	gap: 1.5rem 2.5rem;
	grid-template-columns: 15fr 4fr 15fr;
	margin-top: 5rem;
}

.p-company-about__item {
	grid-auto-flow: dense;
}

.p-company-about__item:nth-child(6n+1) {
	grid-column: 1;
	grid-row: auto;
}

.p-company-about__item:nth-child(6n+2) {
	grid-column: span 2;
	grid-row: span 2;
}

.p-company-about__item:nth-child(6n+3) {
	grid-column: 1;
	grid-row: auto;
}

.p-company-about__item:nth-child(6n+4) {
	grid-column: span 2;
	grid-row: span 2;
}

.p-company-about__item:nth-child(6n+5) {
	grid-column: 3;
	grid-row: auto;
}

.p-company-about__item:nth-child(6n) {
	grid-column: 3;
	grid-row: auto;
}

.l-company-greeting-next {
	margin-top: 8.75rem;
}

.p-company-greeting-next__heading .main {
	font-size: 4.375rem;
}

.p-company-greeting-next__heading .sub {
	font-size: 3rem;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: 5rem;
}

.p-company-greeting-next__content {
	margin-top: 4.5rem;
}

.p-company-greeting-next__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.25rem;
	padding: 1.25rem;
}

.p-company-greeting-next__text-box {
	margin-top: 5.625rem;
}

.p-company-greeting-next__text .text {
	font-size: 1.125rem;
}

.p-company-greeting-next__name {
	font-size: 1.6875rem;
	margin-top: 2.5rem;
}

.l-company-greeting {
	margin-top: 8.75rem;
}

.p-company-greeting__heading .main {
	font-size: 4.375rem;
}

.p-company-greeting__heading .sub {
	font-size: 3rem;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: 5rem;
}

.p-company-greeting__content {
	flex-direction: row;
	gap: 7.7777777778%;
	margin-top: 4.5rem;
}

.p-company-greeting__image {
	aspect-ratio: 550/520;
}

.p-company-greeting__text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-company-greeting__text .text {
	font-size: 1.125rem;
}

.p-company-greeting__name {
	font-size: 1.6875rem;
}

.l-company-philosophy {
	margin-top: 6.75rem;
}

.p-company-philosophy {
	padding-bottom: 6.75rem;
	padding-top: 1.125rem;
}

.p-company-philosophy::before {
	width: calc(100vw - 8.3333333333%);
}

.p-company-philosophy__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 5rem;
}

.p-company-philosophy__heading .title .main {
	font-size: 4.375rem;
}

.p-company-philosophy__heading .title .sub {
	font-size: 6.25rem;
	text-align: left;
}

.p-company-philosophy__list {
	gap: 7rem;
	margin-top: 6.25rem;
	padding-left: 6.9444444444%;
	padding-right: 6.9444444444%;
}

.p-company-philosophy__item {
	align-items: center;
	flex-direction: row;
	gap: 3.75rem;
	justify-content: flex-end;
}

.p-company-philosophy__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-company-philosophy__info .number {
	font-size: 7.1875rem;
}

.p-company-philosophy__info .title {
	margin-top: 1.5rem;
}

.p-company-philosophy__info .title .main {
	font-size: 1.875rem;
}

.p-company-philosophy__info .title .sub {
	font-size: 1.5rem;
}

.p-company-philosophy__info .text {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-company-philosophy__image {
	aspect-ratio: 700/350;
	width: 56.4516129032%;
}

.p-company-philosophy__item:nth-child(5n+1)::before {
	height: 21.875rem;
	top: 0;
	transform: translate(28%, -40%);
	width: 23.75rem;
}

.p-company-philosophy__item:nth-child(5n+2)::before {
	height: 15rem;
	top: 0;
	transform: translate(-20%, -20%);
	width: 23.125rem;
}

.p-company-philosophy__item:nth-child(5n+3)::before {
	bottom: 0;
	height: 16.25rem;
	left: 30%;
	transform: translate(0, 10%);
	width: 20rem;
}

.p-company-philosophy__item:nth-child(5n+4)::before {
	bottom: 0;
	height: 15rem;
	left: 35%;
	transform: translate(0, 10%);
	width: 23.125rem;
}

.p-company-philosophy__item:nth-child(5n+5)::before {
	height: 18.75rem;
	right: 0;
	top: 0;
	transform: translate(20%, -30%);
	width: 23.125rem;
}

.l-company-profile {
	margin-top: 6.875rem;
}

.l-contact-form {
	margin-top: 8.75rem;
}

.p-contact-form__lead {
	font-size: 1.125rem;
}

.p-contact-form__caution {
	margin-top: 1.875rem;
	padding-bottom: 3.5rem;
	padding-left: 3.3333333333%;
	padding-right: 3.3333333333%;
	padding-top: 2.5rem;
}

.p-contact-form__caution .title {
	font-size: 1.5rem;
}

.p-contact-form__caution .list {
	margin-top: 0.75rem;
}

.p-contact-form__caution .list__item {
	font-size: 1.125rem;
}

.p-contact-form__caution .list__item + .list__item {
	margin-top: 0.25rem;
}

.p-contact-form__form {
	margin-top: 4rem;
}

.l-contact-message {
	margin-top: 8.75rem;
}

.l-contact-message.l-contact-message--form {
	margin-top: 8.75rem;
}

.p-contact-message__lead {
	font-size: 1.125rem;
}

.p-contact-message__form-box {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
}

.p-contact-message__form-title {
	font-size: 1.625rem;
}

.p-contact-message__form-buttons {
	flex-direction: row;
	gap: 3.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-contact-message__form-button {
	aspect-ratio: 330/80;
	width: 20.625rem;
}

.p-contact-message__form-note {
	font-size: 1.125rem;
	margin-top: 3rem;
}

.p-contact-message__tel-box {
	margin-top: 6.875rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-contact-message__tel-title {
	font-size: 1.625rem;
}

.p-contact-message__tel-number {
	font-size: 3.25rem;
	margin-top: 1.75rem;
}

.p-contact-message__tel-info {
	font-size: 1.125rem;
	margin-top: 3rem;
}

.p-contact-message__privacy-block {
	margin-top: 10rem;
}

.p-contact-message__privacy-title {
	font-size: 1.5rem;
}

.p-contact-message__privacy-list {
	font-size: 1.125rem;
	margin-top: 0.5em;
}

.p-contact-message__privacy-text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-contact-message__security-block {
	margin-top: 4rem;
	padding-top: 3.5rem;
}

.p-contact-message__security-title {
	font-size: 1.5rem;
}

.p-contact-message__security-text {
	font-size: 1.125rem;
	margin-top: 0.5em;
}

.l-development {
	margin-top: 7.5rem;
}

.p-development__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-development__heading .title .main {
	font-size: 4.375rem;
}

.p-development__heading .title .sub {
	font-size: 7.1875rem;
}

.p-development__content {
	margin-top: 1.25rem;
}

.p-development__content + .p-development__content {
	margin-top: 5rem;
}

.p-development__title {
	font-size: 2.3125rem;
}

.p-development__text {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.p-development__steps {
	gap: 5.625rem;
	margin-top: 2rem;
}

.p-development__step {
	border-radius: 0.625rem;
	padding-bottom: 6.25rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3rem;
}

.p-development__step + .p-development__step::before {
	height: 1.375rem;
	top: -2.8125rem;
	width: 1.375rem;
}

.p-development__sub-title {
	align-items: baseline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 1.5rem;
}

.p-development__sub-title .number {
	font-size: 3rem;
}

.p-development__sub-title .text {
	font-size: 1.875rem;
}

.p-development__box {
	align-items: center;
	gap: 2.5rem;
	grid-template-columns: 20% 1fr;
	margin-top: 0;
	margin-top: initial;
}

.p-development__icon {
	height: 5rem;
}

.p-development__icon img {
	margin-left: 4rem;
}

.p-development__icon.is-tel-mail {
	height: 4.25rem;
}

.p-development__icon.is-chat {
	height: 4.5rem;
	margin-top: 1.5rem;
}

.p-development__icon.is-tool {
	height: 4rem;
	margin-top: 1.5rem;
}

.p-development__icon.is-finish {
	height: 5rem;
}

.p-development__subtext {
	font-size: 1.5rem;
}

.p-development__button {
	margin-top: 1.5rem;
	text-align: left;
}

.l-equipment {
	margin-top: 6.25rem;
}

.p-equipment__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-equipment__heading .title .main {
	font-size: 4.0625rem;
}

.p-equipment__heading .title .sub {
	font-size: 9.375rem;
}

.p-equipment__content {
	margin-top: 0.5rem;
}

.p-equipment__content + .p-equipment__content {
	margin-top: 5rem;
}

.p-equipment__title {
	font-size: 2.3125rem;
}

.p-equipment__text {
	margin-top: 0.625rem;
}

.p-equipment__text {
	font-size: 1.125rem;
}

.p-equipment__section {
	margin-top: 4rem;
}

.p-equipment__sub-title {
	font-size: 3rem;
}

.p-equipment__sub-title-small {
	font-size: 1.875rem;
}

.p-equipment__sub-text {
	margin-top: 1rem;
}

.p-equipment__sub-text {
	font-size: 1.125rem;
}

.p-equipment__3clm-list {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5rem;
}

.p-equipment__2clm-list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
}

.p-equipment__caption {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-equipment__sub-section {
	margin-top: 6.25rem;
}

.p-equipment__sub-section + .p-equipment__sub-section {
	margin-top: 7.75rem;
}

.p-equipment__sub-sub-title {
	font-size: 1.875rem;
	padding-left: 1.25rem;
}

.p-equipment__sub-content {
	margin-top: 2.5rem;
}

.p-equipment__table {
	border-width: 0.5625rem;
	min-width: 0;
	min-width: initial;
	table-layout: fixed;
	width: 100%;
}

.p-equipment__table th,
.p-equipment__table td {
	font-size: 1.125rem;
	padding-bottom: 0.875rem;
	padding-right: 1.5rem;
	padding-top: 0.875rem;
}

.p-equipment__table th {
	padding-left: 1.25rem;
}

.p-equipment__table td {
	padding-left: 2.25rem;
}

.p-equipment__table2 td {
	font-size: 1.125rem;
	padding-bottom: 0.875rem;
	padding-left: 1.25rem;
	padding-right: 1.5rem;
	padding-top: 0.875rem;
}

.l-equipment__table2 {
	margin-top: 4rem;
}

.p-error__title {
	font-size: 1.5rem;
}

.p-error__text {
	margin-top: 3rem;
}

.p-error__text {
	font-size: 1.125rem;
}

.p-error__button {
	margin-top: 6.25rem;
}

.l-faq {
	margin-top: 9.375rem;
}

.p-faq__title {
	font-size: 3rem;
}

.p-faq__text {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-faq__content {
	margin-top: 4rem;
	padding-bottom: 5rem;
	padding-left: 3.8888888889%;
	padding-right: 3.8888888889%;
	padding-top: 5rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 2rem;
}

.p-faq__q,
.p-faq__a {
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 5.75rem;
	padding-top: 2.5rem;
}

.p-faq__q .text,
.p-faq__a .text {
	font-size: 1.25rem;
}

.p-faq__q .icon {
	height: 2.25rem;
	right: 2rem;
	width: 2.25rem;
}

.p-faq__a {
	border-top: 0.1875rem solid #e3e3e3;
}

.l-flow {
	margin-top: 6.25rem;
}

.p-flow__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-flow__heading .title .main {
	font-size: 4.0625rem;
}

.p-flow__heading .title .sub {
	font-size: 9.375rem;
}

.p-flow__content {
	margin-top: 0.5rem;
}

.p-flow__content + .p-flow__content {
	margin-top: 5rem;
}

.p-flow__title {
	font-size: 2.3125rem;
}

.p-flow__text {
	margin-top: 0.625rem;
}

.p-flow__text {
	font-size: 1.125rem;
}

.p-flow__image-flow {
	margin-top: 3.75rem;
	width: 100%;
}

.p-flow__section {
	margin-top: 9.375rem;
}

.p-flow__section + .p-flow__section {
	margin-top: 9.375rem;
}

.p-flow__sub-heading {
	align-items: flex-end;
	flex-direction: row;
	justify-content: space-between;
}

.p-flow__sub-title {
	font-size: 2.3125rem;
}

.p-flow__sub-title-en {
	font-size: 1.5625rem;
}

.p-flow__sub-text {
	margin-top: 1.875rem;
}

.p-flow__sub-text {
	font-size: 1.125rem;
}

.p-flow__3clm-list {
	gap: 2.25rem 2rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-flow__card-title {
	font-size: 1.875rem;
}

.p-flow__card-image {
	margin-top: 0.875rem;
}

.p-flow__card-caption {
	margin-top: 1.5rem;
}

.p-flow__card-caption {
	font-size: 1.125rem;
}

.p-flow__line-image-wrapper {
	margin-top: 3.75rem;
}

.p-flow__line-image-list {
	gap: 1.875rem;
	grid-template-columns: repeat(5, 1fr);
}

.p-flow__gallery-container {
	gap: 1.875rem;
	margin-top: 3.5rem;
}

.p-flow__gallery-item {
	width: 30.625rem;
}

.l-footer {
	margin-top: 4rem;
}

.p-footer {
	padding-bottom: 2rem;
	padding-top: 6.875rem;
}

.p-footer__pagetop {
	right: 4.1666666667%;
}

.p-footer__pagetop .link {
	padding-bottom: 1.5rem;
	padding-left: 4.75rem;
	padding-right: 4.75rem;
	padding-top: 1.5rem;
}

.p-footer__body {
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

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

.p-footer__logo {
	height: 4.5rem;
}

.p-footer__logo .link img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.p-footer__slogan {
	font-size: 0.875rem;
}

.p-footer__address {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-footer__nav {
	flex-wrap: nowrap;
	gap: 7.5rem;
	margin-top: 1.75rem;
}

.p-footer__bottom {
	margin-top: 8.75rem;
	padding-top: 2rem;
}

.p-footer__copyright {
	font-size: 1rem;
}

.p-form .p-form__item {
	flex-direction: row;
	justify-content: space-between;
}

.p-form .p-form__item:not(:nth-of-type(1)),
.p-form div[data-class=wpcf7cf_group] {
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-form .p-form__description {
	width: 79.8611111111%;
}

.p-form .p-form__to-confirm {
	margin-top: 5.625rem;
}

.p-form .p-form__button {
	flex-direction: row;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 5.625rem;
}

.p-form select option {
	font-size: 1.25rem;
}

.p-fv__heading {
	bottom: 6.875rem;
	gap: 1.5rem;
	left: 8.75rem;
	transform: translateX(0);
}

.p-fv__heading .text.small {
	font-size: 3.75rem;
}

.p-fv__heading .text.large {
	font-size: 4.625rem;
}

.p-header__inner {
	padding-left: 4.1666666667%;
	padding-right: 4.1666666667%;
}

.p-header__logo .link {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-header__button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-header__nav {
	display: block;
}

.p-header__list {
	gap: 2.5rem;
}

.p-header__down-item {
	padding-left: 11.9791666667%;
}

.p-header__hamburger {
	display: none;
}

.l-history-gallery {
	margin-top: 12.5rem;
}

.p-history-gallery__heading {
	font-size: 3rem;
	line-height: 1;
}

.p-history-gallery__list {
	gap: 6.25rem 0;
	margin-top: 2.5rem;
}

.p-history-gallery__item {
	gap: 0;
	grid-template-columns: 1fr 64.5833333333%;
}

.p-history-gallery__info .main-year {
	font-size: 7.1875rem;
}

.p-history-gallery__info .sub-year {
	font-size: 1.875rem;
	margin-top: 1rem;
}

.p-history-gallery__info .description {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.l-history-timeline {
	margin-top: 6.875rem;
}

.l-lower-fv {
	margin-top: 3.5rem;
}

.p-lower-fv__title {
	font-size: 3.25rem;
}

.p-lower-fv__image {
	aspect-ratio: 1670/580;
	margin-left: 0;
	margin-left: initial;
	margin-right: calc(50% - 50vw);
	margin-top: 2.75rem;
}

.l-management {
	margin-top: 8.75rem;
}

.p-management__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-management__heading .title .main {
	font-size: 4.375rem;
}

.p-management__heading .title .sub {
	font-size: 9.375rem;
}

.p-management__content {
	margin-top: 4rem;
}

.p-management__content + .p-management__content {
	margin-top: 5rem;
}

.p-management__title {
	font-size: 2.3125rem;
}

.p-management__text {
	font-size: 1.125rem;
}

.p-management__section {
	margin-top: 9.375rem;
}

.p-management__section + .p-management__section {
	margin-top: 12.5rem;
}

.p-management__box {
	flex-direction: row;
	gap: 4.4444444444%;
	justify-content: space-between;
}

.p-management__sub-title {
	font-size: 3rem;
}

.p-management__sub-title .small {
	font-size: 2.625rem;
}

.p-management__sub-text {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.p-management__white-text {
	font-size: 1.875rem;
	margin-top: 2rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1rem;
}

.p-management__buttons {
	gap: 2rem 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.5rem;
}

.p-management__image {
	flex-shrink: 0;
	width: 23.3333333333%;
}

.l-organization {
	margin-top: 7.5rem;
}

.p-organization__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 5rem;
	justify-content: space-between;
}

.p-organization__heading .title .main {
	font-size: 4.375rem;
}

.p-organization__heading .title .sub {
	font-size: 5.25rem;
	text-align: left;
}

.p-organization__image {
	margin-top: 4rem;
}

.l-single {
	margin-top: 10rem;
}

.p-single__term {
	font-size: 1.5625rem;
	padding-bottom: 0.3125rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.3125rem;
}

.p-single__date {
	font-size: 1.875rem;
	margin-top: 0.5rem;
}

.p-single__title {
	font-size: 3rem;
	margin-top: 2.5rem;
}

.p-single__body {
	border-radius: 1.875rem;
	margin-top: 3.5rem;
	padding-bottom: 10rem;
	padding-left: 8.3333333333%;
	padding-right: 8.3333333333%;
	padding-top: 6.75rem;
}

.p-single__content {
	margin-top: 3rem;
}

.p-single__pagination {
	margin-top: 5rem;
}

.l-sustainability {
	margin-top: 8.75rem;
}

.p-sustainability__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-sustainability__heading .title .main {
	font-size: 3.75rem;
}

.p-sustainability__heading .title .sub {
	font-size: 4.875rem;
}

.p-sustainability__content {
	margin-top: 2.5rem;
}

.p-sustainability__title {
	font-size: 2.3125rem;
}

.p-sustainability__text {
	font-size: 1.125rem;
}

.p-sustainability__section {
	margin-top: 4rem;
}

.p-sustainability__section + .p-sustainability__section {
	margin-top: 6.25rem;
}

.p-sustainability__sdgs-box {
	border-radius: 1.5rem;
	padding-bottom: 8.5rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4.5rem;
}

.p-sustainability__sdgs-heading .icon {
	width: 4rem;
}

.p-sustainability__sdgs-heading .text {
	font-size: 2.25rem;
	font-weight: 600;
}

.p-sustainability__sdgs-list {
	margin-top: 3.5rem;
}

.p-sustainability__sdgs-item {
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.p-sustainability__sdgs-text-box {
	align-items: center;
	flex-direction: row;
	gap: 2.25rem;
	justify-content: space-between;
}

.p-sustainability__sdgs-item-title {
	flex-shrink: 0;
	gap: 0.25rem;
	justify-content: start;
	min-width: 22%;
}

.p-sustainability__sdgs-item-title .jp {
	font-size: 1.875rem;
}

.p-sustainability__sdgs-item-title .en {
	font-size: 2.25rem;
}

.p-sustainability__sdgs-item-text {
	font-size: 1.125rem;
}

.p-sustainability__sdgs-item-icons {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-sustainability__sdgs-item-icons img {
	height: 8.4375rem;
	width: 8.4375rem;
}

.p-sustainability__image-biwako {
	height: 36.25rem;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	margin-right: initial;
}

.p-sustainability__text-biwako {
	margin-top: 4.5rem;
}

.p-sustainability__text-biwako {
	font-size: 1.125rem;
}

.p-sustainability__box {
	flex-direction: row;
	gap: 4.4444444444%;
	justify-content: space-between;
}

.p-sustainability__sub-title {
	font-size: 3rem;
}

.p-sustainability__sub-text {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.p-sustainability__buttons {
	gap: 2rem 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.5rem;
}

.p-sustainability__image {
	flex-shrink: 0;
	width: 23.3333333333%;
}

.p-sustainability__guid-box {
	border-radius: 1.0625rem;
	padding-bottom: 5rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3rem;
}

.p-sustainability__guid-heading {
	font-size: 2.25rem;
}

.p-sustainability__guid-content {
	margin-top: 3.125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1.25rem;
}

.p-sustainability__guid-item + .p-sustainability__guid-item {
	margin-top: 0.5rem;
}

.p-sustainability__guid-sub-title {
	font-size: 1.875rem;
}

.p-sustainability__guid-sub-text {
	margin-left: 3em;
	margin-top: 1.25rem;
}

.p-sustainability__guid-sub-text {
	font-size: 1.125rem;
}

.p-sustainability__guid-note {
	margin-left: 4em;
	margin-top: 2.25rem;
}

.p-sustainability__guid-note {
	font-size: 1.125rem;
}

.p-sustainability__image-section {
	align-items: baseline;
	grid-template-columns: 1fr 73%;
	margin-top: 4rem;
}

.p-sustainability__image-section + .p-sustainability__image-section {
	border-width: 0.1875rem;
	margin-top: 2.75rem;
	padding-top: 2.75rem;
}

.p-sustainability__image-title {
	font-size: 1.875rem;
	padding-left: 1rem;
	transform: translateY(-6.5625rem);
}

.p-sustainability__image-list {
	gap: 2rem 2.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-sustainability__image-item {
	aspect-ratio: 325/230;
}

.l-technology {
	margin-top: 6.25rem;
}

.p-technology__heading .title {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.p-technology__heading .title .main {
	font-size: 4.0625rem;
}

.p-technology__heading .title .sub {
	font-size: 9.375rem;
}

.p-technology__content {
	margin-top: 0.5rem;
}

.p-technology__content + .p-technology__content {
	margin-top: 5rem;
}

.p-technology__title {
	font-size: 2.3125rem;
}

.p-technology__text {
	margin-top: 0.625rem;
}

.p-technology__text {
	font-size: 1.125rem;
}

.p-technology__links {
	margin-top: 10rem;
}

.p-technology__link {
	align-items: center;
	flex-direction: row;
	gap: 6.9444444444%;
	justify-content: space-between;
}

.p-technology__link + .p-technology__link {
	margin-top: 8.125rem;
}

.p-technology__link:nth-child(even) {
	flex-direction: row-reverse;
}

.p-technology__link-title {
	font-size: 1.625rem;
}

.p-technology__link-text {
	font-size: 1.125rem;
	margin-top: 3rem;
}

.p-technology__link-button {
	margin-top: 2.5rem;
}

.p-technology__subtext {
	font-size: 0.875rem;
	margin-top: 1.5rem;
	padding-bottom: 2rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
}

.p-technology__link-images {
	flex-shrink: 0;
	gap: 0.375rem;
	grid-template-columns: repeat(2, 1fr);
	width: 51.5%;
}

.p-technology__link-image:nth-child(3n+1) {
	aspect-ratio: 745/380;
	grid-column: span 2;
}

.p-technology__link-image.is-large {
	aspect-ratio: 745/560;
	grid-column: span 2;
}

.p-technology__other-links {
	gap: 1.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 11.25rem;
}

.p-technology__figure {
	margin-top: 7rem;
}

.p-technology__figure-title {
	font-size: 2.25rem;
}

.p-technology__figure-table {
	margin-top: 2.5rem;
	width: 100%;
}

.p-technology__samples {
	margin-top: 10rem;
}

.p-technology__samples-title {
	font-size: 2.25rem;
}

.p-technology__samples-list {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-technology__samples-item.is-wide {
	grid-column: span 2;
}

.p-technology__samples-card {
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
	padding-top: 1.5rem;
}

.p-technology__samples-card-title {
	font-size: 1.5rem;
	max-width: 17.5rem;
	width: 100%;
}

.p-technology__samples-card-content {
	align-items: center;
	flex-direction: row;
	gap: 1.5rem;
	margin-top: 0.75rem;
}

.p-technology__samples-card-image {
	max-width: 17.5rem;
}

.p-technology__samples-card-description {
	font-size: 1.125rem;
}

.l-thanks {
	margin-top: 6.25rem;
}

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

.p-thanks__title {
	font-size: 2rem;
}

.p-thanks__text-block {
	margin-top: 3.75rem;
}

.l-top-company {
	margin-top: 11.25rem;
}

.p-top-company__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8.6111111111%;
}

.p-top-company__content {
	flex-shrink: 0;
	width: 43.4722222222%;
}

.p-top-company__link {
	gap: 9.375rem;
	padding-bottom: 3.375rem;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
	padding-top: 3.375rem;
}

.p-top-company__title {
	font-size: 2.0625rem;
}

.p-top-company__button .button {
	height: 3rem;
	width: 3rem;
}

.p-top-company__image-box {
	height: 28.125rem;
	margin-left: 0;
	margin-left: initial;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	margin-top: initial;
	width: 100%;
}

.l-lower-contact {
	margin-top: 12.5rem;
}

.p-top-contact {
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.p-top-contact__body {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.p-top-contact__content {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.5rem;
	gap: 7%;
}

.p-top-contact__heading {
	font-size: 3.4375rem;
	line-height: 1;
}

.p-top-contact__lead {
	font-size: 1.625rem;
	margin-top: 0;
	margin-top: initial;
	white-space: nowrap;
}

.p-top-contact__button {
	margin-top: 0;
	margin-top: initial;
	text-align: left;
}

.l-top-recruit {
	margin-top: 10rem;
}

.p-top-recruit {
	padding-bottom: 3.125rem;
}

.p-top-recruit::before {
	height: 71.25%;
}

.p-top-recruit__image {
	height: 35.625rem;
}

.p-top-recruit__heading {
	align-items: center;
	flex-direction: row;
	gap: 1.25rem;
	margin-top: 1.75rem;
}

.p-top-recruit__heading .en {
	font-size: 5rem;
}

.p-top-recruit__heading .logo-recruit {
	height: 5.25rem;
	width: 5.25rem;
}

.p-top-recruit__heading .jp {
	font-size: 2.375rem;
}

.p-top-recruit__button {
	align-items: initial;
	display: block;
	justify-items: initial;
	margin-top: 1.25rem;
	place-items: initial;
}

.l-top-vision {
	margin-top: 6.25rem;
}

.p-top-vision__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.9444444444%;
}

.p-top-vision__content {
	flex-shrink: 0;
	margin-top: 2.5rem;
	width: 54.4444444444%;
}

.p-top-vision__title {
	font-size: 3.25rem;
}

.p-top-vision__lead {
	font-size: 1.125rem;
	margin-top: 4rem;
}

.p-top-vision__vision-box {
	margin-top: 1rem;
}

.p-top-vision__vision {
	font-size: 5rem;
}

.p-top-vision__button {
	align-items: initial;
	bottom: 1rem;
	display: block;
	justify-items: initial;
	margin-top: 0;
	margin-top: initial;
	place-items: initial;
	position: absolute;
	right: 20%;
}

.p-top-vision__image-box {
	margin-top: 0;
	margin-top: initial;
}

.l-top-weaving {
	margin-top: 6.875rem;
}

.p-top-weaving {
	padding-bottom: 5.625rem;
	padding-top: 4.5rem;
}

.p-top-weaving::before {
	width: 5.2083333333%;
}

.p-top-weaving__heading {
	font-size: 2.0625rem;
}

.p-top-weaving__cards {
	gap: 3rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-vision {
	padding-bottom: 13.75rem;
	padding-top: 7.5rem;
}

.p-vision__logo1 {
	top: 1.25rem;
	width: 31.7708333333vw;
}

.p-vision__logo2 {
	left: 13%;
	width: 27.6041666667vw;
}

.p-vision__heading .title {
	gap: 1.25rem;
}

.p-vision__heading .title .main {
	font-size: 4.375rem;
}

.p-vision__heading .title .sub {
	font-size: 6.25rem;
	text-align: left;
}

.p-vision__main-copy {
	font-size: 3rem;
	line-height: 1;
	margin-top: 5rem;
}

.p-vision__statement {
	margin-top: 4rem;
	padding-left: 2.0833333333%;
	padding-right: 2.0833333333%;
}

.p-vision__section .title {
	font-size: 2rem;
}

.p-vision__section .text {
	margin-top: 1.25rem;
}

.p-vision__section .text {
	font-size: 1.125rem;
}

.p-vision__section + .p-vision__section {
	margin-top: 3.625rem;
}

.u-expansion-image::after {
	display: none;
}

.u-pc {
	display: inline;
	display: initial;
}

.u-sp {
	display: none;
}

}

@media (min-width: 768px) {

.p-content h1 {
	font-size: 2em;
}

.p-content h2 {
	font-size: 1.75em;
}

.p-content h3 {
	font-size: 1.5em;
}

.p-content h4 {
	font-size: 1.25em;
}

.p-content h5 {
	font-size: 1.125em;
}

.p-content h6 {
	font-size: 1em;
}

.p-content table {
	display: table;
	white-space: normal;
}

}

@media (min-width: 1440px) {

html {
	font-size: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes frameOutDown {

0% {
	transform: translateY(0);
}

100% {
	transform: translateY(100%);
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes scrollLeft {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes scrollRight {

0% {
	transform: translateX(-50%);
}

100% {
	transform: translateX(0);
}

}


/*# sourceMappingURL=style.css.map */
