/* リキッドレイアウト対応 */

/* リキッドレイアウト対応 */

body {
	background-color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* リキッドレイアウト対応 1440pxの時 16px×（（100vw÷1440px)=1.11111vw　*/

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

body {
	background-color: #fff;
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:focus-visible,
button:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
	outline: 1px solid #3fa9e0;
	outline-offset: 4px;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: auto;
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	width: auto;
}

input[type=checkbox]:focus-visible + span::before,
input[type=radio]:focus-visible + span::before {
	outline: -webkit-focus-ring-color auto 1px;
}

input[type=checkbox]:focus {
	outline: -webkit-focus-ring-color auto 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.6s;
}

.form-input input:focus,
.form-select select:focus,
.form-textarea textarea:focus,
.form-submit input:focus {
	outline: -webkit-focus-ring-color auto 1px;
}

a:focus-visible {
	outline: 2px solid #3fa9e0;
	outline-offset: 4px;
}

.layout-breadcrumb {
	margin-top: 7rem;
}

.layout-breadcrumb.layout-breadcrumb--company {
	margin-bottom: 1rem;
	margin-top: 10rem;
}

.layout-breadcrumb.layout-breadcrumb--works {
	margin-top: 7rem;
}

.layout-breadcrumb.layout-breadcrumb--contact,
.layout-breadcrumb.layout-breadcrumb--privacy {
	margin-top: 6rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.animated__slideIn--left {
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.animated__slideIn--left.js-show {
	opacity: 1;
	transform: translateX(0);
}

.js-fadeIns-mv {
	overflow: hidden;
}

.js-fadeIns-mv span {
	display: inline-block;
}

.js-fadeIn {
	opacity: 0;
}

.animated__fadeIn {
	opacity: 0;
	transition: opacity 0.6s ease, translate 0.6s ease;
	translate: 0 12px;
}

.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

.blueprints__wrap {
	background-color: #030958;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: -1;
}

.blueprints {
	height: auto;
	width: 100%;
}

/* CSSで事前に非表示にしておく */

.blueprint {
	opacity: 0;
	pointer-events: none;
}

.blueprint img {
	height: auto;
	max-width: 25rem;
}

.blueprint1 {
	left: 21.7%;
	position: absolute;
	top: 15%;
	z-index: 1;
}

.blueprint1 img {
	aspect-ratio: 673/592;
	width: 673px;
	width: 69.4444444444vw;
}

.blueprint2 {
	position: absolute;
	right: 15%;
	top: 40%;
	z-index: 2;
}

.blueprint2 img,
.blueprint3 img {
	aspect-ratio: 600/460;
	width: 600px;
	width: 63.8888888889vw;
}

.blueprint3 {
	left: 9.8%;
	position: absolute;
	top: -50px;
	z-index: 3;
}

.blueprint4 {
	bottom: -10px;
	position: absolute;
	right: 0;
	z-index: 4;
}

.blueprint4 img,
.blueprint7 img {
	aspect-ratio: 563/404;
	width: 563px;
	width: 69.4444444444vw;
}

.blueprint5 {
	position: absolute;
	right: -60px;
	top: -2%;
	z-index: 5;
}

.blueprint5 img {
	aspect-ratio: 578/665;
	width: 578px;
	width: 69.4444444444vw;
}

.blueprint6 {
	left: -40px;
	position: absolute;
	top: 30px;
	z-index: 6;
}

.blueprint6 img,
.blueprint12 img {
	aspect-ratio: 986/1004;
	width: 75vw;
}

.blueprint7 {
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 7;
}

.blueprint8 {
	bottom: 110px;
	left: -50px;
	position: absolute;
	z-index: 8;
}

.blueprint9 {
	left: -80px;
	position: absolute;
	top: 180px;
	z-index: 9;
}

.blueprint9 img {
	aspect-ratio: 681/619;
	width: 681px;
	width: 75vw;
}

.blueprint10 {
	position: absolute;
	right: -80px;
	top: 100px;
	z-index: 10;
}

.blueprint10 img {
	aspect-ratio: 673/673;
	width: 673px;
	width: 72.2222222222vw;
}

.blueprint11 {
	bottom: 10px;
	position: absolute;
	right: -50px;
	z-index: 11;
}

.blueprint11 img,
.blueprint8 img {
	aspect-ratio: 656/556;
	width: 656px;
	width: 77.7777777778vw;
}

.blueprint12 {
	bottom: -50px;
	left: -70px;
	position: absolute;
	z-index: 12;
}

.blueprint13 {
	bottom: 200px;
	left: -100px;
	position: absolute;
	z-index: 13;
}

.blueprint13 img {
	aspect-ratio: 657/683;
	width: 657px;
	width: 69.4444444444vw;
}

.breadcrumb__icon {
	padding-left: 18px;
	position: relative;
}

.breadcrumb__icon::before {
	background: #000;
	content: "";
	height: 1px;
	left: 9px;
	position: absolute;
	top: 52%;
	transform: translateX(-50%);
	width: 8px;
}

.breadcrumb__icon.breadcrumb__icon--black::before {
	background: #000;
}

.page-duct__breadcrumb .breadcrumb {
	color: #000;
}

.page-duct__breadcrumb .breadcrumb .breadcrumb__icon::before {
	background: #000 !important;
}

.breadcrumb [property=itemListElement],
.breadcrumb__item.breadcrumb__item--black {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.breadcrumb .current-item,
.breadcrumb__item.breadcrumb__item--black.breadcrumb__item--current {
	font-weight: 400;
}

.btn {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 1.125rem;
	transition: color 0.6s;
}

.btn span {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: opacity 0.6s;
}

.btn svg {
	height: 3rem;
	width: 3rem;
}

.btn svg rect {
	transition: fill 0.6s;
}

.btn svg path {
	transition: fill 0.6s;
}

.btn.btn--blue {
	color: #3fa9e0;
}

.btn.btn--blue-right {
	color: #030958;
	transition: fill 0.6s;
}

.background {
	background: linear-gradient(to top, #030958 0%, rgb(3, 9, 88) 20%, rgb(63, 169, 224) 100%);
	margin-top: -4px;
	padding-top: 93px;
	position: relative;
	z-index: 1;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 3.71875rem;
	padding-right: 1.78125rem;
	width: 100%;
}

.company__top {
	position: relative;
	z-index: 1;
}

.company__top::before {
	background: url(../images/top/bg-company-title_sp.png) center/cover no-repeat;
	border-radius: 0 30px 0 40px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
	content: "";
	height: 29.25rem;
	left: -2rem;
	position: absolute;
	top: -3rem;
	width: 5.9375rem;
	z-index: -1;
}

.company__text-wrap {
	margin-top: 2rem;
}

.company__text-main {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.company__text-main span {
	display: inline-block;
}

.company__text-sub {
	color: #fff;
	margin-top: 1.25rem;
}

.company__btn {
	margin-top: 2rem;
}

.company__img {
	height: 25.1875rem;
	margin-top: -14px;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/403;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__loop {
	margin-top: -34px;
	overflow: hidden;
}

.company__loop-inner {
	animation: scroll-left 30s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.company__loop img {
	-o-object-fit: contain;
	flex: 0 0 auto;
	height: 3.625rem;
	max-width: none;
	max-width: initial;
	object-fit: contain;
	padding-left: 2.5rem;
	width: auto;
	width: initial;
	z-index: 1;
}

.contact {
	padding: 4.0625rem 0 4rem 0;
}

.contact__container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.contact__text-sub {
	color: #fff;
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.contact__btn svg {
	height: 5rem;
	width: 5rem;
}

.circle-bg {
	transition: fill 0.7s;
}

.arrow-gradient {
	opacity: 0;
	transition: opacity 0.7s;
}

.arrow-white {
	opacity: 1;
	transition: opacity 0.7s;
}

.contact__link {
	position: relative;
	z-index: 1;
}

.error__body {
	align-items: center;
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 1.25rem 4rem;
	text-align: center;
}

.error__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.error__text {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
}

.error__btn {
	margin-top: 2rem;
	max-width: 16.125rem;
	width: 100%;
}

.error__btn a {
	-webkit-text-decoration: none;
	background-color: #000;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.footer {
	background-color: #f6f6f6;
}

.footer__wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: 6rem;
	padding-top: 4rem;
}

.footer__left {
	margin-top: 2.625rem;
}

.footer__nav-item a {
	display: block;
	padding: 0.75rem 0;
	position: relative;
	transition: opacity 0.6s;
	z-index: 1;
}

.footer__nav-itemWrap {
	border-bottom: 1px solid #a1a1a1;
}

.footer__nav-titleWrap {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.9375rem;
	padding-right: 1rem;
	padding-top: 2rem;
	transition: opacity 0.5s, padding-bottom 0.5s;
}

.footer__nav-plus-container {
	align-items: center;
	display: flex;
	height: 16px;
	justify-content: center;
	position: relative;
	width: 16px;
}

.footer__nav-plus-horizontal {
	background-color: #000;
	height: 1px;
	position: absolute;
	width: 16px;
}

.footer__nav-plus-vertical {
	background-color: #000;
	height: 16px;
	position: absolute;
	transition: transform 0.3s;
	width: 1px;
}

.footer__nav-titleWrap.is-open .footer__nav-plus-vertical {
	transform: rotate(90deg);
}

.footer__nav-titleWrap::-webkit-scrollbar.is-open {
	display: none;
}

.footer__nav-items {
	padding-bottom: 1.75rem;
}

.footer__nav-items.is-open {
	display: block;
}

.footer__nav-titleWrap.is-open {
	padding-bottom: 1.25rem;
}

.footer__nav-title {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.footer__nav-title span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 4px;
}

.footer__nav-text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.footer__nav-text.footer__nav-text--recruit {
	position: relative;
}

.footer__nav-text.footer__nav-text--recruit::after {
	background-image: url(../images/common/icon-link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.5rem;
	position: absolute;
	top: 0.3125rem;
	width: 0.75rem;
}

.footer__copyright {
	background-color: #e7e7e7;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-bottom: 24.3902439024vw;
	padding: 1.25rem 0;
	text-align: center;
}

.footer__copyright.footer__copyright--noBanner {
	margin-bottom: 0;
}

.footer__logo {
	max-width: 19rem;
	width: 100%;
}

.footer__logo a {
	display: block;
	padding: 0.625rem 0;
	position: relative;
	transition: opacity 0.6s;
	z-index: 1;
}

.footer__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__company {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.footer__address {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 1rem;
}

.footer__address span {
	display: inline-block;
	font-weight: 700;
}

.footer__banner-wrap {
	margin-top: 2rem;
}

.footer__banner + .footer__banner {
	margin-top: 1rem;
}

.footer__banner {
	max-width: 19rem;
	width: 100%;
}

.footer__banner a {
	position: relative;
	transition: opacity 0.6s;
	z-index: 1;
}

.footer__banner img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__nav-privacyWrap {
	margin-top: 1.25rem;
}

.footer__nav-privacy {
	-webkit-text-decoration: underline;
	color: #000;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: flex-end;
	letter-spacing: 0.04em;
	padding: 0.75rem 0;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: opacity 0.3s;
}

.header {
	background: linear-gradient(to top, rgba(5, 5, 5, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	height: 4.25rem;
	transition: 0.6s;
}

.header.is-scroll {
	-webkit-backdrop-filter: blur(16px); /* Safari対応 */
	backdrop-filter: blur(16px); /* ← ぼかし強度 */
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1rem;
}

.header__logo {
	height: 5rem;
	transition: 0.6s;
	width: 5.0625rem;
}

.header__logo.is-scroll {
	align-items: center;
	display: flex;
	height: 1.875rem;
	height: 5rem;
	width: 6.25rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	padding: 0.75rem 0;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	margin-top: 1.5rem;
}

.header__nav-item:not(:first-child) {
	border-left: 1px solid #fff;
}

.header__nav-item a {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0 2rem;
	text-transform: uppercase;
	transition: opacity 0.6s;
}

.header__nav-item span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.header__nav-item a.is-scroll {
	color: #fff;
}

.header__hamburger {
	background: linear-gradient(to bottom, #03095b 0%, #3fa9e0 100%);
	border: none;
	cursor: pointer;
	height: 4.25rem;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 4.25rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 2rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.5625rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.5625rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #f6f6f6;
	bottom: 0;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding-bottom: 1.25rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 4.375rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-logo {
	left: 0.9375rem;
	max-width: 8.375rem;
	position: absolute;
	top: 0.75rem;
	width: 100%;
}

.header__drawer-logo a img {
	-o-object-fit: cover;
	aspect-ratio: 134/25;
	object-fit: cover;
	width: 100%;
}

.header__drawer-nav {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.header__drawer-item a {
	display: block;
	padding: 0.75rem 0;
	transition: opacity 0.3s;
}

.header__drawer-item.header__drawer-item--normal a {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
	width: 100%;
}

.header__drawer-item.header__drawer-item--normal a::before {
	display: none;
}

.header__drawer-itemWrap {
	border-bottom: 1px solid #a1a1a1;
}

.header__drawer-titleWrap {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	padding-right: 1rem;
	padding-top: 2rem;
	transition: background-color 0.6s;
	transition: opacity 0.5s, padding-bottom 0.5s;
}

.header__drawer-plus-container {
	align-items: center;
	display: flex;
	height: 16px;
	justify-content: center;
	position: relative;
	width: 16px;
}

.header__drawer-plus-horizontal {
	background-color: #000;
	height: 1px;
	position: absolute;
	width: 16px;
}

.header__drawer-plus-vertical {
	background-color: #000;
	height: 16px;
	position: absolute;
	transition: transform 0.3s;
	width: 1px;
}

.header__drawer-titleWrap.is-open .header__drawer-plus-vertical {
	transform: rotate(90deg);
}

.header__drawer-titleWrap::-webkit-scrollbar.is-open {
	display: none;
}

.header__drawer-items {
	margin-bottom: 1.75rem;
}

.header__drawer-items.is-open {
	display: block;
}

.header__drawer-titleWrap.is-open {
	padding-bottom: 1.25rem;
}

.header__drawer-title {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.header__drawer-title span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 2px;
}

.header__drawer-text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.header__drawer-text.header__drawer-text--recruit {
	position: relative;
}

.header__drawer-text.header__drawer-text--recruit::after {
	background-image: url(../images/common/icon-link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.5rem;
	position: absolute;
	top: 2px;
	width: 0.75rem;
}

.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.header__drawer-privacyWrap {
	margin-top: 1.75rem;
	text-align: right;
}

.header__drawer-privacy {
	-webkit-text-decoration: underline;
	color: #000;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: flex-end;
	letter-spacing: 0.04em;
	padding: 0.75rem 0;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: opacity 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.layout-page {
	margin-bottom: 1rem;
	margin-top: 3rem;
}

.layout-page.layout-page--contact {
	margin-bottom: 1rem;
	margin-top: 4rem;
}

.layout-page.layout-page--404 {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

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

.list__item {
	background-color: #fff;
	height: 100%;
}

.list__item-img {
	border-radius: 0 0.873125rem 0 0.873125rem;
	box-shadow: 0 0 13.8px 0 rgba(0, 0, 0, 0.12);
	width: 100%;
}

.list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 307/205;
	border-radius: 0 0.873125rem 0 0.873125rem;
	object-fit: cover;
	width: 100%;
}

.list__item-date {
	display: block;
	margin-top: 0.875rem;
}

.list__item-text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.list__item-text.list__item-text--factory {
	font-size: 1.09375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.875rem;
}

#loading__logo-stage {
	align-items: center;
	display: flex; /* 最初から表示 */
	flex-direction: column;
	height: auto;
	justify-content: center;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#loading__logo-stage img {
	-o-object-fit: cover;
	aspect-ratio: 1301/482;
	filter: blur(30px);
	max-width: 21.875rem;
	object-fit: cover;
	opacity: 0;
	width: 50vw;
	width: 66.6666666667vw;
}

.header,
.footer,
.main {
	opacity: 0;
}

.mv {
	background: linear-gradient(to top, #030958 0%, rgb(3, 9, 88) 20%, rgb(63, 169, 224) 100%);
	height: 100vh;
	min-height: 25rem;
	overflow-x: clip;
	position: relative;
	z-index: 2;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	left: calc(50% - min(42vw, 550px));
	position: absolute;
	top: 67.5%;
	transform: translateY(-50%);
	z-index: 2;
}

.mv__main-title:not(:first-child) {
	margin-top: -7px;
}

.mv__main-title-span {
	color: rgba(255, 255, 255, 0.8);
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4.125rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.mv__main-title-span.mv__main-title-span--blue {
	color: rgba(63, 169, 224, 0.8);
	font-size: 5.625rem;
}

.mv__sub-titleWrap {
	margin-top: 1rem;
}

.mv__sub-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.mv__sub-title span {
	display: inline-block;
}

.mv__video {
	margin-left: auto;
	position: relative;
	width: 90%;
	z-index: 1;
}

.mv__video-placeholder {
	-o-object-fit: cover;
	height: inherit;
	left: 0;
	min-height: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mv__video,
.mv__video video,
.mv__video-placeholder,
.mv__video img {
	height: inherit;
	min-height: inherit;
}

.mv__video video,
.mv__video img,
.mv__video-placeholder {
	-o-object-fit: cover;
	border-radius: 0 0 0 3.125rem;
	display: inline-block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__banner-wrap {
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	position: fixed;
	width: 100%;
	z-index: 20000;
}

.mv__banner {
	width: 100%;
}

.mv__banner2 {
	width: 100%;
}

.mv__banner a,
.mv__banner2 a {
	transition: opacity 0.6s;
}

.mv__banner a img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__banner2 a img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mv__scroll-down {
	left: 0.625rem;
	position: absolute;
	top: 17.5rem;
	z-index: 999;
}

.mv__scroll-down:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 100%;
}

.mv__scroll-down span {
	-webkit-text-decoration: none;
	align-items: center;
	bottom: 0;
	color: #fff;
	display: inline-block;
	display: flex;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: auto;
	overflow: hidden;
	padding: 10px 10px 95px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: 1s;
	width: 13px;
	writing-mode: vertical-lr;
	z-index: 2;
}

.mv__scroll-down span:before {
	background: #a1a1a1;
	bottom: 0;
	content: "";
	height: 80px;
	left: 50%;
	position: absolute;
	width: 1px;
}

.mv__scroll-down span:after {
	animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
	background: #fff;
	bottom: 0;
	content: "";
	height: 80px;
	left: 50%;
	position: absolute;
	width: 1px;
}

.mv__movie {
	bottom: -6.7rem;
	position: absolute;
	right: 15px;
	z-index: 999;
}

.mv__movie2 {
	bottom: -20rem;
	position: absolute;
	right: 15px;
	z-index: 999;
}

.mv__movie-area {
	border-radius: 50%;
	display: inline-block;
	height: 9rem;
	position: relative;
	width: 9rem;
	z-index: 5;
}

.mv__movie-triangle {
	aspect-ratio: 29/31;
	height: 31px;
	height: 1.9375rem;
	left: 51%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 29px;
	width: 1.8125rem;
	z-index: 5;
}

.mv__movie-triangle img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.mv__movie-logo {
	animation: rotateCenter 50s linear infinite;
	height: 10.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10.25rem;
	z-index: 1;
}

#customVideoModal {
	align-items: center;
	background: rgba(0, 0, 0, 0.85);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow: auto; /* ← これを追加 */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
}

#customVideoModal video {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	margin-inline: auto;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-width: 100%;
}

#customVideoModal .close-btn {
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	padding: 0.625rem;
	position: absolute;
	right: -2rem;
	top: -2rem;
	z-index: 20000;
}

body.modal-open {
	height: 100vh;
	overflow: auto; /* ← これを追加 */
	position: fixed;
	width: 100%;
}

.customVideoModal-overlay {
	cursor: pointer;
	left: 50%;
	max-height: 70%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 20000;
}

.page-about__bg {
	background: linear-gradient(to bottom, #030958 0%, #21599c 50%, #3fa9e0 100%);
	padding-bottom: 7rem;
}

.page-about {
	padding-bottom: 7rem;
	padding-top: 7rem;
}

.page-about__area {
	margin-top: 4.375rem;
	padding-right: 7.7%;
	width: 100%;
}

.page-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 332/210;
	border-radius: 0 2rem 2rem 0;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-about__profile {
	color: #fff;
	flex: 1 1 auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.9375rem;
	max-width: 37.5rem;
	padding-left: 7.7%;
}

.page-about__profile__list {
	border-bottom: 1px solid #f6f6f6;
	display: flex;
	flex-direction: column;
	font-size: 0.8125rem;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
	padding-bottom: 1.375rem;
	padding-left: 0.75rem;
}

.page-about__profile__list.page-about__profile__list--2 {
	gap: 0;
}

.page-about__profile__list + .page-about__profile__list {
	padding-top: 1.5rem;
}

.page-about__profile-term {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-about__profile-description-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.5rem;
}

.page-about__profile-description-wrap.page-about__profile-description-wrap--2 {
	gap: 0;
}

.page-access {
	padding-top: 7rem;
}

.page-access__container {
	margin-top: 5.5rem;
}

.page-access__map-wrap {
	margin-top: 1.5rem;
	width: 100%;
}

.page-access__wrap + .page-access__wrap {
	margin-top: 4rem;
}

.page-access__map {
	height: 0;
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.page-access__map iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-access__info {
	margin-top: 1.5rem;
	width: 100%;
}

.page-access__img {
	width: 100%;
}

.page-access__img img {
	-o-object-fit: cover;
	aspect-ratio: 304/228;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-access__right {
	margin-top: 1rem;
}

.page-access__address {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.page-access__button {
	-webkit-text-decoration: none;
	background-color: #000;
	border-radius: 100vh;
	color: #fff;
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.6s;
	width: 100%;
}

.page-access__button::first-letter {
	text-transform: uppercase;
}

.page-access__map-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-left: 36px;
	position: relative;
}

.page-access__map-title::before {
	background: #3fa9e0;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 18px;
	position: absolute;
	top: 26%;
	transform: translateX(-50%);
	width: 0.75rem;
}

.page-contact-confirm__body {
	background-color: #f6f6f6;
	padding: 3rem 1.25rem;
	text-align: center;
}

.page-contact-confirm__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.page-contact-confirm__title span {
	display: inline-block;
}

.page-contact-confirm__form {
	margin-top: 1rem;
}

.page-contact-confirm__form-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.page-contact-confirm__form-wrap + .page-contact-confirm__form-wrap {
	border-top: 1px solid #a1a1a1;
}

.page-contact-confirm__form-label {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: left;
	width: 100%;
}

.page-contact-confirm__form-label span {
	color: #ff0000;
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-contact-confirm__form-input,
.page-contact-confirm__form-textarea {
	text-align: left;
	width: 100%;
}

.page-contact-confirm__form-btn-wrap {
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
	margin-top: 1rem;
	width: 100%;
}

.page-contact-confirm__form-return {
	max-width: 9.375rem;
	min-width: 3.875rem;
	width: 100%;
}

.page-contact-confirm__form-return input {
	-webkit-text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.page-contact-confirm__form-submit {
	min-width: 12.5rem;
	width: 100%;
}

.page-contact-confirm__form-submit input {
	-webkit-text-decoration: none;
	background-color: #000;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.page-contact-thanks__body {
	align-items: center;
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 1.25rem 4rem;
	text-align: center;
}

.page-contact-thanks__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.page-contact-thanks__title span {
	display: inline-block;
}

.page-contact-thanks__text {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
}

.page-contact-thanks__text span {
	display: inline-block;
}

.page-contact-thanks__btn {
	margin-top: 2rem;
	max-width: 16.125rem;
	width: 100%;
}

.page-contact-thanks__btn a {
	-webkit-text-decoration: none;
	background-color: #000;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.page-contact__text2 {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 3rem;
}

.page-contact__text2 span {
	color: #ff0000;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.page-contact__form-label span,
.page-contact__form-label-privacy span {
	color: #ff0000;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-contact__form-container {
	background-color: #f6f6f6;
	margin-top: 0.75rem;
	padding: 1.125rem 1.25rem 3rem;
}

.page-contact__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	justify-content: center;
	margin-top: 3rem;
	padding-bottom: 3rem;
	padding-top: 3rem;
	width: 100%;
}

.page-contact__info-title {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.page-contact__tel {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 1rem;
	justify-content: center;
	pointer-events: auto;
}

.page-contact__form-body {
	margin-top: 7rem;
}

.page-contact__form-wrap {
	padding-bottom: 2.9375rem;
	padding-top: 2rem;
}

.page-contact__form-wrap.page-contact__form-wrap--checkbox {
	padding-bottom: 2.25rem;
	padding-top: 2rem;
}

.page-contact__form-wrap + .page-contact__form-wrap {
	border-top: 1px solid #a1a1a1;
}

.page-contact__form-label,
.page-contact__form-label-privacy {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	width: 100%;
}

.page-contact__form-input,
.page-contact__form-input-privacy,
.page-contact__form-textarea,
.page-contact__form-checkbox {
	margin-top: 1rem;
}

.page-contact__form-input input,
.page-contact__form-wrap--textarea textarea {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0.75rem 1.0625rem;
	width: 100%;
}

.page-contact__form-input input::-moz-placeholder,
.page-contact__form-textarea textarea::-moz-placeholder {
	color: #d1d1d1;
}

.page-contact__form-input input::placeholder,
.page-contact__form-textarea textarea::placeholder {
	color: #d1d1d1;
}

.page-contact__form-input-privacy input {
	opacity: 0;
	position: absolute;
}

.page-contact__form-input-privacy input + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.page-contact__form-input-privacy input + span::before {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 2rem;
}

.page-contact__form-input-privacy input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.3s;
	width: 1.6875rem;
}

.page-contact__form-input-privacy input:checked + span::after {
	opacity: 1;
}

.page-contact__form-input-privacy span a {
	-webkit-text-decoration: underline;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: opacity 0.3s;
}

.page-contact__form-input-privacy span a:focus {
	outline: #3fa9e0 auto 1px;
}

.page-contact__form-wrap--textarea textarea {
	height: 20rem;
}

.page-contact__form-submit {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.75rem;
	position: relative;
	transition: opacity 0.3s;
	transition: opacity 0.6s;
	width: 100%;
}

.page-contact__form-submit input {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 1.25rem 0;
	position: relative;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.page-contact__form-submit-bg {
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-contact__form-input-privacy input[type=checkbox],
.page-contact__form-checkbox input[type=checkbox] {
	position: absolute;
	width: auto;
}

.page-contact__form-input-privacy input[type=checkbox]:focus-visible + span::before,
.page-contact__form-checkbox input[type=checkbox]:focus-visible + span::before {
	outline: #3fa9e0 auto 1px;
}

.page-contact__form-checkbox {
	margin-top: 1.25rem;
}

.page-contact__form-checkbox label {
	display: block;
}

.page-contact__form-checkbox label:not(:first-of-type) {
	margin-top: 24px;
}

.page-contact__form-checkbox input {
	height: 1px;
	margin: 0;
	opacity: 0;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	width: 1px;
}

.page-contact__form-checkbox input:focus-visible + span::before {
	outline: #3fa9e0 auto 1px;
}

.page-contact__form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.page-contact__form-checkbox input + span::before {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 2rem;
}

.page-contact__form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.3s;
	width: 1.6875rem;
}

.page-contact__form-checkbox input:checked + span::after {
	opacity: 1;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-form-control.wpcf7-previous {
	display: block !important;
}

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

.wpcf7-form-control.wpcf7-checkbox {
	display: flex !important;
	flex-direction: column !important;
	gap: 19px !important;
}

.page-contact__form-checkbox .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px; /* ← ここで上に余白を追加 */
}

.page-duct {
	background-color: #fff;
	padding-top: 7rem;
	position: relative;
}

.page-duct__title {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.page-duct__title span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.page-duct__sub-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 5.5rem;
	padding-left: 2.25rem;
	position: relative;
}

.page-duct__sub-title::before {
	background: #3fa9e0;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 18px;
	position: absolute;
	top: 23%;
	transform: translateX(-50%);
	width: 0.75rem;
}

.page-duct__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.page-duct__line {
	position: relative;
}

.page-duct__line::before {
	aspect-ratio: 308/14;
	background-image: url(../images/service/line_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 46px;
	width: 100%;
}

.page-duct__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.75rem;
	width: 100%;
}

.page-duct__item {
	margin-top: 4rem;
}

.page-duct__item:not(:first-child) {
	margin-top: 7.625rem;
}

.page-duct__item-number {
	color: #3fa9e0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.page-duct__item-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 0;
	margin-top: 0.75rem;
}

.page-duct__item-text {
	margin-top: 1.25rem;
}

.page-duct__item-img {
	margin-top: 2rem;
	width: 100%;
}

.page-duct__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 448/299;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-factory {
	background-color: #fff;
	padding-top: 7rem;
}

.page-factory__list {
	margin-top: 5.5rem;
}

.page-factory__btn-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-factory__btn {
	border: 2px solid #030958;
	border-radius: 0 1rem 0 1rem;
	color: #030958;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.375rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 4rem;
	max-width: 23.0625rem;
	text-align: center;
	text-transform: uppercase;
	width: 66.6666666667vw;
}

.hidden-view {
	display: none;
}

.hidden-view--sp {
	display: none;
}

.hidden-view.hidden-view--sp.open {
	display: block;
}

.hidden-view.open {
	display: block;
}

.hidden-view.hidden-view--sp.open {
	display: block !important;
}

.page-factory__btn::before {
	content: attr(data-label);
}

.page-feature__bg {
	background: linear-gradient(to bottom, #030958 0%, #21599c 20%, #3fa9e0 40%, #fff 100%);
	padding-bottom: 2rem;
}

.page-feature {
	padding-bottom: 7rem;
	padding-top: 7rem;
	position: relative;
}

.page-feature__bg-img {
	aspect-ratio: 166/106;
	height: 100%;
	max-width: 15.625rem;
	mix-blend-mode: screen;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	width: 46.1111111111vw;
	z-index: 0;
}

.page-feature__number {
	color: rgba(255, 255, 255, 0.4);
	flex-shrink: 0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	grid-column: 1/2;
	grid-row: 1/2;
}

.page-feature__content-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 17px;
}

.page-feature__content-title span {
	display: inline;
}

.page-feature__content-bottom {
	margin-top: 1.5625rem;
}

.page-feature__text + .page-feature__text {
	margin-top: 0.625rem;
}

.page-feature__area__inner {
	width: 100%;
}

.page-feature__content {
	margin-top: 4.375rem;
}

.page-feature__img,
.page-feature__set-img {
	border-radius: 0 32px 32px 0;
}

.page-feature__img img,
.page-feature__set-img img {
	-o-object-fit: cover;
	aspect-ratio: 332/210;
	border-radius: 0 32px 32px 0;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-feature__set-content {
	border-bottom: 1px solid #f6f6f6;
	margin-top: 2rem;
	padding-bottom: 3.9375rem;
}

.page-feature__set + .page-feature__set {
	margin-top: 4rem;
}

.page-history {
	background-color: #f6f6f6;
	overflow-x: hidden;
	padding-bottom: 7rem;
	padding-top: 7rem;
	position: relative;
}

.page-history__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1236px;
	padding-left: 12px;
	padding-left: 3%;
	padding-right: 25px;
	width: 100%;
}

.page-history__body {
	margin-top: 34px;
}

.page-history__body-inner {
	margin-right: calc(50% - 50vw);
	overflow: visible;
}

.page-history__item {
	background-color: #030958;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
	height: 240px;
	position: relative;
	width: 288px;
}

.page-history__item:first-child {
	border-radius: 6rem 0 0 0;
}

.page-history__item-year {
	color: #3fa9e0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 112px;
	font-weight: 900;
	letter-spacing: -0.03em;
	position: absolute;
	right: 3px;
	top: -35px;
}

.page-history__item-body {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 0 16px 16px 32px;
	position: absolute;
}

.page-history__item-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.page-history__item-text {
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 14px;
}

.page-history__item-text a {
	color: #3fa9e0;
}

.page-history__controls {
	background-color: #fff;
	margin-left: 14px;
	margin-top: 37px;
	position: relative;
	width: 100%;
}

.page-history__controls .swiper-scrollbar-drag {
	background-color: #3fa9e0;
	border-radius: 0;
	cursor: pointer;
	cursor: grab;
	height: 6px;
	position: relative;
}

.page-history__controls .swiper-scrollbar-drag::before {
	bottom: -10px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: -10px;
}

.page-history__controls .swiper-scrollbar:hover {
	cursor: pointer;
}

.page-history__controls .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.page-history__controls .swiper-scrollbar {
	background: #fff;
	border-radius: 0;
	height: 6px;
}

.page-history__slide-nav {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	justify-content: flex-end;
	margin-top: 66px;
}

.page-history__slide-nav-btn {
	cursor: pointer;
	height: 48px;
	transition: 0.3s;
	width: 48px;
}

.page-history__slide-nav-btn._prev::before {
	transform: rotate(-135deg);
}

.page-history__slide-nav-btn._next {
	margin-left: 12px;
}

.page-history__slide-nav-btn._next svg,
.page-history__slide-nav-btn._prev svg {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.page-history__slide-nav-btn._next::before {
	left: 38%;
	transform: rotate(45deg);
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	padding-right: 16px;
	position: relative;
	z-index: 1;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	padding: 36px 16px;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.page-history__slide-nav-btn._next svg path,
.page-history__slide-nav-btn._prev svg path {
	transition: stroke 0.6s;
}

.page-history__slide-nav-btn._prev[style="pointer-events: none;"]:hover,
.page-history__slide-nav-btn._next[style="pointer-events: none;"]:hover {
	pointer-events: none; /* ホバー時に反応しないようにする */
}

.page-history__slide-nav-btn._prev.is-disabled,
.page-history__slide-nav-btn._next.is-disabled {
	cursor: default;
	opacity: 0.6;
	pointer-events: none;
}

.page-history__slide-nav-btn._prev.is-disabled:hover,
.page-history__slide-nav-btn._next.is-disabled:hover {
	pointer-events: none;
}

.page-link {
	border-bottom: 2px solid #d9d9d9;
}

.page-link a {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.96875rem;
}

.page-link__title {
	font-size: 0;
}

.page-link__title .gradient {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #030958, #3fa9e0);
	background-clip: text;
	color: transparent;
	display: block;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.page-link__title .normal {
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 0.375rem;
}

.page-link__icon {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 3rem;
	object-fit: cover;
	width: 3rem;
}

.page-message {
	margin-top: -6.5625rem;
	position: relative;
	z-index: 1;
}

.page-message__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	width: 100%;
}

.page-message__container {
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	padding: 5rem 0;
}

.page-message__container.hovered-before::before {
	filter: blur(0px);
	opacity: 1;
}

.page-message__wrap {
	padding: 0 2.1875rem;
	padding: 0 11.2%;
}

.page-message__left {
	width: 100%;
}

.page-message__title {
	width: 13.94625rem;
}

.page-message__title img {
	-o-object-fit: cover;
	aspect-ratio: 223.14/24.89;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-message__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 2rem;
}

.page-message__text + .page-message__text {
	margin-top: 1rem;
}

.page-message__ceo {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 2rem;
}

.page-message__ceo span {
	font-size: 1.125rem;
	margin-left: 1rem;
}

.page-message__right {
	margin-top: 4rem;
	width: 100%;
}

.page-message__bg-img {
	margin-top: 51px;
	width: 100%;
}

.page-message__bg-img img {
	-o-object-fit: cover;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.75rem;
	object-fit: cover;
	width: 100%;
}

.page-message__img {
	width: 100%;
}

.page-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 239/246;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-message__link-wrap {
	grid-gap: 1.4375rem 6.6%;
	display: grid;
	gap: 1.4375rem 6.6%;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	margin-top: 48px;
	max-width: 28.75rem;
}

.page-message__img2 {
	-o-object-fit: cover;
	height: 26.6875rem;
	object-fit: cover;
	width: 100%;
}

.page-message__img2 img {
	-o-object-fit: cover;
	aspect-ratio: 361/427;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-mv {
	height: 22.5rem;
	position: relative;
}

.page-mv__img {
	height: 19rem;
}

.page-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-mv__title-wrap {
	left: calc(50% - min(42vw, 36.375rem));
	position: absolute;
	top: 36.3%;
	z-index: 2;
}

.page-mv__title-wrap.page-mv__title-wrap--2 {
	left: calc(50% - min(42vw, 36.375rem));
	top: 56%;
	transform: translateY(-50%);
}

.page-mv__banner {
	bottom: 0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
	position: fixed;
	width: 100%;
	z-index: 899;
}

.page-mv__banner a {
	transition: opacity 0.6s;
}

.page-mv__banner a img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-mv.page-mv--2 {
	height: 19rem;
}

.page-service {
	margin-top: -6.5625rem;
	position: relative;
	z-index: 1;
}

.page-service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	width: 100%;
}

.page-service__container {
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	padding: 5rem 0;
}

.page-service__container.hovered-before::before {
	filter: blur(0px);
	opacity: 1;
}

.page-service__wrap {
	padding: 0 2.1875rem;
	padding: 0 11.2%;
}

.page-service__sub-title {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-service__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
}

.page-service__gradient-line {
	background: linear-gradient(to bottom, #030958, #3fa9e0);
	border: none;
	height: 2px;
	margin-top: 2.0625rem;
	width: 100%;
}

.page-service__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 2rem;
}

.page-service__link-wrap {
	grid-gap: 25px 6.6%;
	display: grid;
	gap: 25px 6.6%;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	max-width: 28.75rem;
}

.page-service__img {
	height: 26.6875rem;
	width: 100%;
}

.page-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 361/427;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-service__bg-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 51px;
	max-width: 28.75rem;
	width: 100%;
}

.page-service__bg-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-title {
	color: #fff;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.page-title span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.page-title.page-title--black {
	color: #000;
}

.page-works__list {
	margin-top: 2rem;
}

.page-works__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-works__text2 {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.page-works__bg-wrap {
	display: flex;
	justify-content: flex-end;
}

.page-works__bg {
	aspect-ratio: 237/64;
	margin-top: 2.25rem;
	max-width: 18.75rem;
	width: 65.8333333333vw;
}

.page-works__bg img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-works__sub-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 2.1875rem;
	padding-left: 2.25rem;
	position: relative;
}

.page-works__sub-title.page-works__sub-title--second {
	line-height: 1.4;
	margin-top: 5rem;
}

.page-works__sub-title::before {
	background: #3fa9e0;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 18px;
	position: absolute;
	top: 23%;
	transform: translateX(-50%);
	width: 0.75rem;
}

.page-works__sub-title.page-works__sub-title--second::before {
	top: 0.4375rem;
}

.page-works__item {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.54;
	margin-top: 50px;
	padding-left: 24px;
	text-indent: -0.9em;
}

.page-works__item li::before {
	color: black;
	content: "•";
	font-size: 12px;
	margin-right: 8px;
}

.page-works__item.page-works__item--second {
	margin-top: 2rem;
}

.page-works__item-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.privacy-policy {
	background-color: #fff;
}

.privacy-policy__items {
	margin-top: 3rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 1.5rem;
}

.privacy-policy__term {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.privacy-policy__description {
	margin-top: 0.5rem;
}

.privacy-policy__description-items {
	margin-left: 10px;
	padding-left: 6px;
	text-indent: -1em;
}

.privacy-policy__description-items li::before {
	color: black;
	content: "•";
	font-size: 12px;
	margin-right: 7px;
}

.recruit__bg {
	position: relative;
	z-index: 1;
}

.recruit__bg::after {
	aspect-ratio: 722/686;
	background-image: url(../images/top/bg-recruit_sp.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	filter: blur(20px);
	height: auto;
	left: 0;
	position: absolute;
	transition: filter 1s ease, opacity 1s ease;
	width: 100%;
	z-index: -1;
}

.recruit__bg.hovered::after {
	filter: blur(0px);
	opacity: 1;
}

.recruit {
	margin-top: 4.6875rem;
}

.recruit__inner {
	position: relative;
	z-index: 2;
}

.recruit__img {
	border-radius: 0 2rem 0 2rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	filter: none;
	height: 35rem;
	overflow: hidden;
	position: relative;
	transform: none;
	z-index: 1;
}

.recruit__img img {
	-o-object-fit: cover;
	aspect-ratio: 304/560;
	border-radius: 0 2rem 0 2rem;
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: transform 0.6s ease;
	width: 100%;
	z-index: auto;
}

.recruit__img::after {
	background: linear-gradient(to left, #3fa9e0, #225c7a);
	border-radius: 0 0 0 2rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4; /* 40% */
	position: absolute;
	top: 0;
	transition: background 0.6s;
	width: 100%;
}

.recruit__wrapper {
	display: block;
	position: relative;
}

.recruit__body {
	display: block;
	overflow: hidden;
	transition: transform 0.8s ease;
	will-change: transform;
}

.recruit__container {
	display: inline-block;
	left: calc(50% - min(33vw, 520px));
	left: 11%;
	position: absolute;
	top: 47.2%;
	transform: translateY(-50%);
	z-index: 10;
}

.recruit__text-wrap {
	margin-top: 2rem;
}

.recruit__text-main {
	width: 14.125rem;
}

.recruit__text-main img {
	-o-object-fit: cover;
	aspect-ratio: 226/48;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recruit__text-sub {
	color: #fff;
	margin-top: 0.75rem;
	max-width: 25rem;
	width: 64.4444444444vw;
}

.recruit__btn-wrap {
	margin-top: 2rem;
	width: 66.3888888889vw;
}

.recruit__btn {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 0 1rem 0 1rem;
	color: #fff;
	display: inline-flex;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 23.125rem;
	padding: 1.0625rem 0;
	text-transform: uppercase;
	width: 100%;
}

.recruit__btn img {
	height: 1.125rem;
	margin-left: 0.875rem;
	width: 1.125rem;
}

.bg {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.service {
	background: linear-gradient(to bottom, #030958 0%, #030958 20%, #3fa9e0 100%);
	padding: 7rem 0 2.25rem 0;
}

.bg::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(20px);
	height: auto;
	mix-blend-mode: color-dodge;
	opacity: 0;
	position: absolute;
	transition: filter 1s ease, opacity 1s ease;
	width: 100%;
	z-index: 0;
}

.bg::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(20px);
	height: auto;
	mix-blend-mode: soft-light;
	opacity: 0;
	position: absolute;
	transition: filter 1s ease, opacity 1s ease;
	width: 100%;
	z-index: 0;
}

.bg.hovered-after::after {
	filter: blur(0px);
	opacity: 1;
}

.bg.hovered-before::before {
	filter: blur(0px);
	opacity: 1;
}

.service__inner {
	position: relative;
	z-index: 10;
}

.service__bg3 {
	height: auto;
	mix-blend-mode: soft-light;
	position: absolute;
	width: 100%;
	z-index: 0; /* 400px〜767px */
}

.service__container {
	display: flex;
	flex-direction: column-reverse;
	gap: 4rem;
}

.service__left {
	width: 100%;
}

.service__left img {
	-o-object-fit: cover;
	aspect-ratio: 305/373.5;
	object-fit: cover;
	width: 100%;
}

.service__text-wrap {
	color: #fff;
	margin-top: 2rem;
}

.service__text-main {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.service__text-sub {
	margin-top: 1.25rem;
}

.service__btn {
	margin-top: 2rem;
	position: relative;
	z-index: 10;
}

.service__img-wrap {
	display: flex;
	flex-direction: column-reverse;
	gap: 1rem;
	margin-top: 1rem;
}

.service__img1 {
	width: 100%;
}

.service__img1 img {
	-o-object-fit: cover;
	aspect-ratio: 305/213;
	border-radius: 0 0 0 7.625rem;
	object-fit: cover;
	width: 100%;
}

.service__img2 {
	width: 100%;
}

.service__img2 img {
	-o-object-fit: cover;
	aspect-ratio: 305/170.5;
	object-fit: cover;
	width: 100%;
}

.text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.text.text--white {
	color: #fff;
}

.title__ja {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	overflow: hidden;
	text-transform: uppercase;
}

.title__en {
	color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 0.5rem;
	overflow: hidden;
	padding-left: 40px;
	position: relative;
}

.title__en::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 20px;
	position: absolute;
	top: 36%;
	transform: translateX(-50%);
	width: 8px;
}

.title__ja.title__ja--blue {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #030958 0%, #030958 20%, #3fa9e0 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
}

.title__ja.title__ja--page-mv {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -40%, rgb(255, 255, 255) 100%);
	background-clip: text;
	color: transparent;
	font-size: 3rem;
}

.title__en.title__en--blue {
	color: #030958;
}

.title__en.title__en--page-mv {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	padding-left: 28px;
}

.title__en.title__en--page-mv::before {
	height: 10px;
	left: 13px;
	top: 30%;
	width: 10px;
}

.title__en.title__en--blue::before {
	background: #030958;
}

.title__ja.title__ja--contact {
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	background-clip: border-box;
	background-clip: initial;
	color: #fff;
}

.title__ja.title__ja--white {
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	background-clip: border-box;
	background-clip: initial;
	color: #fff;
	color: #fff;
}

.wave-wrapper {
	background-color: #fff;
	height: auto;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wave {
	aspect-ratio: 720/70;
	display: block;
	height: 19.4444444444vw;
	width: 200%;
}

.wave use {
	fill: #3fa9e0; /* 基本色 */
	animation: waveMove 10s linear infinite;
	height: 100%;
	width: 100%;
}

.wave .wave2 {
	animation-duration: 8s;
	opacity: 0.4;
}

.wave .wave3 {
	animation-duration: 6s;
	opacity: 0.3;
}

.works {
	background: linear-gradient(to bottom, #3fa9e0 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 100% 40%;
	padding-bottom: 7.5625rem;
	padding-top: 4rem;
}

.works__inner {
	position: relative;
	z-index: 10;
}

.works__text-wrap {
	margin-top: 2rem;
}

.works__text-main {
	color: #030958;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.works__text-sub {
	margin-top: 1.25rem;
}

.works__btn {
	margin-top: 2rem;
	position: relative;
	z-index: 10;
}

.works__loop {
	margin-top: 4.0625rem;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}

.works__loop-inner {
	animation: scroll-left 30s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.works__loop img {
	-o-object-fit: contain;
	flex: 0 0 auto;
	height: 13.25rem;
	max-width: none;
	max-width: initial;
	object-fit: contain;
	padding-left: 1.25rem;
	width: auto;
	width: initial;
}

@media (any-hover: hover) {

.btn:hover span,
.btn:focus span,
.btn:active span {
	opacity: 0.8;
}

.btn:hover svg rect,
.btn:focus svg rect,
.btn:active svg rect {
	fill: #3fa9e0;
}

.btn:hover svg path,
.btn:focus svg path,
.btn:active svg path {
	fill: #fff;
}

.btn.btn--blue:hover svg rect,
.btn.btn--blue:focus svg rect,
.btn.btn--blue:active svg rect {
	fill: #fff;
}

.btn.btn--blue:hover svg path,
.btn.btn--blue:focus svg path,
.btn.btn--blue:active svg path {
	fill: #3fa9e0;
}

.btn.btn--blue-right:hover svg rect,
.btn.btn--blue-right:focus svg rect,
.btn.btn--blue-right:active svg rect {
	fill: transparent;
}

.btn.btn--blue-right:hover svg path,
.btn.btn--blue-right:focus svg path,
.btn.btn--blue-right:active svg path {
	fill: #030958;
}

.btn.btn--blue-right:hover svg,
.btn.btn--blue-right:focus svg,
.btn.btn--blue-right:active svg {
	border: 1px solid #030958;
	border-radius: 50%;
}

.btn.btn--right:hover svg,
.btn.btn--right:focus svg,
.btn.btn--right:active svg {
	border: 1px solid #fff;
	border-radius: 50%;
}

.btn.btn--right:hover svg rect,
.btn.btn--right:focus svg rect,
.btn.btn--right:active svg rect {
	fill: transparent;
}

.btn.btn--right:hover svg path,
.btn.btn--right:focus svg path,
.btn.btn--right:active svg path {
	fill: #fff;
}

.contact__link:hover .circle-bg,
.contact__link:focus .circle-bg,
.contact__link:active .circle-bg {
	fill: #ffffff;
}

.contact__link:hover .arrow-white,
.contact__link:focus .arrow-white,
.contact__link:active .arrow-white {
	opacity: 0;
}

.contact__link:hover .arrow-gradient,
.contact__link:focus .arrow-gradient,
.contact__link:active .arrow-gradient {
	opacity: 1;
}

.error__btn a:hover,
.error__btn a:focus,
.error__btn a:active {
	opacity: 0.8;
}

.footer__nav-item a:hover,
.footer__nav-item a:focus,
.footer__nav-item a:active {
	opacity: 0.6;
}

.footer__logo a:hover,
.footer__logo a:focus,
.footer__logo a:active {
	opacity: 0.6;
}

.footer__banner a:hover,
.footer__banner a:focus,
.footer__banner a:active {
	opacity: 0.9;
}

.header__nav-item a:hover,
.header__nav-item a:focus,
.header__nav-item a:active {
	opacity: 0.6;
}

#js-mouse.js-hover {
	background: transparent;
	border: 2px solid rgb(63, 169, 224);
	border-radius: 50%;
	height: 2.3125rem;
	left: -20px;
	top: -20px;
	transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
	width: 2.3125rem;
}

#js-mouse.in-blue.js-hover {
	background: transparent;
	border: 2px solid rgba(3, 9, 88, 0.8);
}

.mv__banner a:hover,
.mv__banner a:focus,
.mv__banner a:active,
.mv__banner2 a:hover,
.mv__banner2 a:focus,
.mv__banner2 a:active {
	opacity: 0.9;
}

.mv__movie:hover .mv__movie-thumb,
.mv__movie:active .mv__movie-thumb,
.mv__movie:focus .mv__movie-thumb {
	transform: scale(0.95);
}

.mv__movie:hover .mv__movie-button,
.mv__movie:active .mv__movie-button,
.mv__movie:focus .mv__movie-button {
	transform: scale(1.1);
}

.mv__movie-area:hover .mv__movie-image img {
	transform: scale(1.1);
}

.page-access__button:hover {
	opacity: 0.6;
}

.page-contact-confirm__form-submit input:hover,
.page-contact-confirm__form-submit input:focus,
.page-contact-confirm__form-submit input:active,
.page-contact-confirm__form-return input:hover,
.page-contact-confirm__form-return input:focus,
.page-contact-confirm__form-return input:active {
	opacity: 0.8;
}

.page-contact-thanks__btn a:hover,
.page-contact-thanks__btn a:focus,
.page-contact-thanks__btn a:active {
	opacity: 0.8;
}

.page-history__slide-nav-btn._next:hover svg,
.page-history__slide-nav-btn._prev:hover svg {
	fill: #3fa9e0;
}

.page-history__slide-nav-btn._next:hover svg path,
.page-history__slide-nav-btn._prev:hover svg path {
	stroke: white;
}

.page-mv__banner a:hover,
.page-mv__banner a:focus,
.page-mv__banner a:active {
	opacity: 0.9;
}

}

@media (orientation: landscape) {

.modal-video-close-btn {
	right: 0 !important;
}

.modal-video-close-btn {
	top: -45px;
}

}

@media (min-width: 500px) and (max-width: 767px) {

.service__bg3 {
	aspect-ratio: 720/910;
	top: 1400px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3513513514vw;
}

html {
	font-size: 1.3513513514vw;
}

body {
	cursor: none;
}

.layout-breadcrumb {
	margin-top: 16rem;
}

.layout-breadcrumb.layout-breadcrumb--company {
	margin-bottom: 2rem;
	margin-top: 8rem;
}

.layout-breadcrumb.layout-breadcrumb--works {
	margin-top: 10rem;
}

.layout-breadcrumb.layout-breadcrumb--contact,
.layout-breadcrumb.layout-breadcrumb--privacy {
	margin-top: 8rem;
}

.animated__fadeIn {
	translate: 0 22px;
}

.blueprint img {
	max-width: none;
	max-width: initial;
}

.blueprint1 img {
	aspect-ratio: 673/592;
	width: 46.7361111111vw;
}

.blueprint2 {
	right: 6.8%;
	top: 42.5%;
}

.blueprint2 img,
.blueprint3 img {
	aspect-ratio: 600/460;
	width: 41.6666666667vw;
}

.blueprint3 {
	left: 9.8%;
	top: -10%;
}

.blueprint4 {
	bottom: -5%;
	left: 31%;
	right: auto;
	right: initial;
}

.blueprint4 img,
.blueprint7 img {
	aspect-ratio: 563/404;
	width: 39.0972222222vw;
}

.blueprint5 {
	left: 44.2%;
	right: auto;
	right: initial;
	top: -7.5%;
}

.blueprint5 img {
	width: 40.1388888889vw;
}

.blueprint6 {
	left: -8.5%;
	top: -5%;
}

.blueprint6 img,
.blueprint12 img {
	width: 38.1944444444vw;
}

.blueprint7 {
	right: -13.6%;
	top: 4.46%;
}

.blueprint8 {
	bottom: auto;
	bottom: initial;
	left: -6.5%;
	top: 32%;
}

.blueprint9 {
	left: 12.6%;
	top: 42%;
}

.blueprint9 img {
	aspect-ratio: 681/619;
	width: 47.2916666667vw;
}

.blueprint10 {
	right: -13%;
	top: 18.26%;
}

.blueprint10 img {
	aspect-ratio: 673/673;
	width: 46.7361111111vw;
}

.blueprint11 {
	bottom: -8%;
	right: -10%;
}

.blueprint11 img,
.blueprint8 img {
	aspect-ratio: 656/556;
	width: 45.5555555556vw;
}

.blueprint12 {
	bottom: -5%;
	left: -9.7%;
}

.blueprint13 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -6.3%;
	top: -22%;
}

.blueprint13 img {
	aspect-ratio: 657/683;
	width: 45.625vw;
}

.breadcrumb__icon {
	padding-left: 24px;
}

.breadcrumb__icon::before {
	left: 13px;
	top: 60%;
}

.page-duct__breadcrumb .breadcrumb {
	color: #fff;
}

.page-duct__breadcrumb .breadcrumb .breadcrumb__icon::before {
	background: #fff !important;
}

.breadcrumb [property=itemListElement],
.breadcrumb__item.breadcrumb__item--black {
	font-size: 0.9375rem;
}

.btn {
	gap: 2rem;
}

.btn span {
	font-size: 1.5rem;
	letter-spacing: 0.12em;
}

.btn svg {
	height: 5rem;
	width: 5rem;
}

.btn.btn--right {
	justify-content: flex-end;
}

.btn.btn--blue-right {
	justify-content: flex-end;
}

.background {
	padding-top: 4rem;
}

.company__inner {
	max-width: 77.1875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.company__top {
	align-items: center;
	display: grid;
	margin-left: 65px;
	margin-left: 5.4%;
}

.company__top::before {
	background: url(../images/top/bg-company-title.png) center/cover no-repeat;
	left: -4rem;
	top: -4rem;
	width: 14rem;
}

.company__title-wrap {
	grid-column: 1/2;
	grid-row: 1/2;
}

.company__text-wrap {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 3rem;
}

.company__text-main {
	font-size: 2.25rem;
}

.company__text-sub {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 1.5rem;
}

.company__btn {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-top: 0;
}

.company__img {
	height: 27.9861111111vw;
	margin-top: 2rem;
}

.company__img img {
	aspect-ratio: 1440/403;
}

.company__loop {
	margin-top: -50px;
}

.company__loop img {
	height: 6.5625rem;
	padding-left: 3.75rem;
}

.contact {
	padding-bottom: 7.0625rem;
	padding-top: 9.9375rem;
}

.contact__container {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.contact__text-sub {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	margin-top: 1.5rem;
}

.contact__btn svg {
	height: 10.25rem;
	width: 10.25rem;
}

.error__body {
	padding: 5.125rem 10.81%;
}

.error__title {
	font-size: 1.5rem;
	line-height: 1;
}

.error__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1.5rem;
}

.error__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 30rem;
}

.error__btn a {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 2rem 0;
}

.footer__wrap {
	flex-direction: row-reverse;
	justify-content: center;
	justify-content: space-between;
	padding-bottom: 4.1875rem;
	padding-top: 5.0625rem;
}

.footer__left {
	margin-top: 0;
	width: 29.7%;
}

.footer__right {
	margin-top: 36px;
	width: 59.45%;
}

.footer__nav {
	display: flex;
	justify-content: space-between;
}

.footer__nav-item a {
	padding: 0.40625rem 0;
}

.footer__nav-itemWrap {
	margin-top: 3rem;
	width: 100%;
	width: 12rem;
}

.footer__nav-titleWrap {
	cursor: auto;
	cursor: initial;
	padding-bottom: 0;
	padding-top: 0;
	transition: none;
}

.footer__nav-plus-horizontal {
	display: none;
}

.footer__nav-plus-vertical {
	display: none;
}

.footer__nav-items {
	padding-bottom: 1.625rem;
	padding-top: 1.0625rem;
}

.footer__nav-titleWrap.is-open {
	padding-bottom: 0;
}

.footer__nav-title span {
	margin-top: 3px;
}

.footer__copyright {
	margin-bottom: 0;
}

.footer__copyright.footer__copyright--noBanner {
	margin-bottom: 0;
}

.footer__logo {
	max-width: 22rem;
}

.footer__logo a {
	padding: 0.9375rem 0;
}

.footer__company {
	margin-top: 1.0625rem;
}

.footer__address {
	font-size: 0.875rem;
	margin-top: 1.0625rem;
}

.footer__banner {
	max-width: 22rem;
}

.header {
	height: 12.875rem;
}

.header.is-scroll {
	border-bottom: 0.5px solid #fff;
	height: 5.75rem;
}

.header__inner {
	padding-left: 4rem;
	padding-right: 1rem;
}

.header__logo {
	height: 10.1875rem;
	width: 10rem;
}

.header__logo.is-scroll {
	height: 3.0625rem;
	margin-top: 1.5rem;
	transition: 0.3s;
	width: 12rem;
}

.header__logo a {
	padding-bottom: 1.25rem;
	padding-top: 1.5rem;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

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

#js-mouse {
	background: rgba(63, 169, 224, 0.8);
	border: none;
	border-radius: 50%;
	cursor: none;
	height: 0.75rem;
	left: -5px;
	pointer-events: none;
	position: fixed;
	top: -5px;
	transform: translate(0, 0);
	transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s, background 0.3s, border 0.3s;
	width: 0.75rem;
	z-index: 9999;
}

#js-mouse.in-blue {
	background: rgba(3, 9, 88, 0.8);
}

.mouse-large {
	cursor: none;
}

.layout-page {
	margin-bottom: 2rem;
	margin-top: 5rem;
}

.layout-page.layout-page--contact {
	margin-bottom: 2rem;
	margin-top: 6.5625rem;
}

.layout-page.layout-page--404 {
	margin-bottom: 6.5625rem;
	margin-top: 6.5625rem;
}

.list {
	gap: 3rem 4rem;
	grid-template-columns: repeat(3, 1fr);
}

.list__item-img {
	border-radius: 0 1rem 0 1rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.list__item-img img {
	aspect-ratio: 352/235;
	border-radius: 0 1rem 0 1rem;
}

.list__item-date {
	margin-top: 1.5rem;
}

.list__item-text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 1.5rem;
}

.list__item-text.list__item-text--factory {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1rem;
	margin-top: 1rem;
}

#loading__logo-stage img {
	max-width: none;
	max-width: initial;
	width: 35.7638888889vw;
}

.mv {
	background: #fff;
}

.mv__title-wrap {
	left: calc(50% - min(47vw, 655px));
	top: calc(50% - min(17vw, 129px));
	transform: none;
	transform: initial;
}

.mv__main-title:not(:first-child) {
	margin-top: -4px;
}

.mv__main-title-span {
	font-size: 7.15625rem;
	letter-spacing: 0.08em;
}

.mv__main-title-span.mv__main-title-span--blue {
	font-size: 10rem;
}

.mv__sub-title {
	font-size: 2rem;
	letter-spacing: 0.08em;
}

.mv__video {
	margin-left: 0;
	width: 100%;
}

.mv__video video,
.mv__video img,
.mv__video-placeholder {
	border-radius: 0;
}

.mv__banner-wrap {
	bottom: 1.5rem;
	right: 1.5rem;
	width: auto;
	width: initial;
}

.mv__banner {
	max-width: 25rem;
	width: 21.9444444444vw;
}

.mv__banner2 {
	max-width: 25rem;
	width: 21.9444444444vw;
}

.mv__banner a img {
	aspect-ratio: 316/131;
}

.mv__scroll-down {
	left: auto;
	left: initial;
	right: 3rem;
	top: 50%;
}

.mv__scroll-down span {
	padding: 10px 10px 140px;
}

.mv__scroll-down span:before {
	height: 115px;
	width: 2px;
}

.mv__scroll-down span:after {
	height: 115px;
	width: 2px;
}

.mv__movie {
	bottom: -8.6rem;
	right: calc(50% - min(48vw, 658px));
}

.mv__movie2 {
	bottom: -30rem;
	right: calc(50% - min(48vw, 658px));
}

.mv__movie-area {
	height: 16rem;
	width: 16rem;
}

.mv__movie-triangle {
	aspect-ratio: 54/60;
	height: 60px;
	height: 3.75rem;
	left: 53%;
	width: 54px;
	width: 3.375rem;
}

.mv__movie-logo {
	height: 17.25rem;
	width: 17.25rem;
}

#customVideoModal .close-btn {
	font-size: 1.875rem;
	padding: 1.5625rem;
	right: -4.5rem;
	top: -4.5rem;
}

.customVideoModal-overlay {
	max-height: 70%;
	max-width: 50rem;
	min-width: 59rem;
	width: 70%;
}

.page-about__bg {
	padding-bottom: 8rem;
}

.page-about {
	padding-bottom: 7.8125rem;
	padding-top: 8rem;
}

.page-about__area {
	display: flex;
	flex-wrap: nowrap;
	gap: 6.6666666667vw;
	gap: 6rem;
	margin: auto;
	margin-top: 5rem;
	max-width: 1600px;
	padding-right: 8.8%;
	padding-right: 7.875rem;
}

.page-about__img {
	margin-top: 4rem;
	width: 46.6666666667vw;
}

.page-about__img img {
	aspect-ratio: 672/504;
}

.page-about__profile {
	margin-bottom: 0;
	margin-top: 0;
	max-width: none;
	max-width: initial;
	padding-left: 0;
	width: 37.7777777778vw;
}

.page-about__profile__list {
	flex-direction: row;
	font-size: 1rem;
	gap: 0;
	padding-bottom: 1.375rem;
	padding-left: 0;
}

.page-about__profile__list + .page-about__profile__list {
	padding-top: 1.4375rem;
}

.page-about__profile-term {
	flex-shrink: 0;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	max-width: 13.75rem;
	padding-left: 2rem;
	width: 100%;
}

.page-about__profile-description-wrap {
	gap: 0.375rem;
	margin-top: 0;
}

.page-about__profile-description-wrap.page-about__profile-description-wrap--2 {
	gap: 0.375rem;
}

.page-access {
	padding-top: 8rem;
}

.page-access__container {
	display: flex;
	gap: 6rem;
	margin-top: 5.25rem;
}

.page-access__wrap + .page-access__wrap {
	margin-top: 0;
}

.page-access__info {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.page-access__img {
	max-width: 14rem;
}

.page-access__img img {
	aspect-ratio: 224/168;
}

.page-access__right {
	margin-top: 0;
}

.page-access__button {
	margin-top: 2rem;
}

.page-access__map-title {
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	padding-left: 2.75rem;
}

.page-access__map-title::before {
	height: 1rem;
	left: 20px;
	top: 25%;
	width: 1rem;
}

.page-contact-confirm__body {
	padding: 6rem 10.81% 8.1% 10.81%;
}

.page-contact-confirm__title {
	font-size: 1.5rem;
	line-height: 1;
}

.page-contact-confirm__form {
	margin-top: 2.0625rem;
}

.page-contact-confirm__form-wrap {
	align-items: center;
	flex-direction: row;
	gap: 0;
	justify-content: flex-start;
	padding-bottom: 2.9375rem;
	padding-left: 2rem;
	padding-top: 2.9375rem;
}

.page-contact-confirm__form-label {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	max-width: 255px;
	width: 45%;
}

.page-contact-confirm__form-label span {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.page-contact-confirm__form-btn-wrap {
	gap: 1.5rem;
	margin-top: 2.1875rem;
	width: auto;
}

.page-contact-confirm__form-return {
	max-width: 20rem;
	min-width: 12.5rem;
}

.page-contact-confirm__form-return input {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 2rem 0;
}

.page-contact-confirm__form-submit {
	max-width: 30rem;
}

.page-contact-confirm__form-submit input {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 2rem 0;
}

.page-contact-thanks__body {
	padding: 5.125rem 10.81%;
}

.page-contact-thanks__title {
	font-size: 1.5rem;
	line-height: 1;
}

.page-contact-thanks__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1.5rem;
}

.page-contact-thanks__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 30rem;
}

.page-contact-thanks__btn a {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 2rem 0;
}

.page-contact__text2 {
	margin-top: 5rem;
}

.page-contact__form-label span,
.page-contact__form-label-privacy span {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.page-contact__form-container {
	padding: 3rem 8rem 96px 8rem;
	padding: 2.28% 10.81% 8.1% 10.81%;
}

.page-contact__info {
	flex-direction: initial;
	gap: 4.96875rem;
	padding-bottom: 4rem;
	padding-top: 4.5rem;
}

.page-contact__info-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.page-contact__tel {
	pointer-events: none;
}

.page-contact__form-body {
	margin-top: 6.6875rem;
}

.page-contact__form {
	margin-top: 1.25rem;
}

.page-contact__form-wrap {
	padding-bottom: 46px;
	padding-top: 46px;
}

.page-contact__form-wrap.page-contact__form-wrap--checkbox {
	padding-bottom: 3.375rem;
	padding-top: 3.375rem;
}

.page-contact__form-wrap,
.page-contact__form-wrap.page-contact__form-wrap--textarea {
	align-items: center;
	display: flex;
}

.page-contact__form-wrap dd,
.page-contact__form-wrap-privacy dd {
	padding-right: 2rem;
}

.page-contact__form-label,
.page-contact__form-label-privacy {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	max-width: 17.9375rem;
	padding: 0 0 0 2rem;
}

.page-contact__form-input,
.page-contact__form-input-privacy,
.page-contact__form-textarea,
.page-contact__form-checkbox {
	flex-grow: 1;
	margin-top: 0;
}

.page-contact__form-input input,
.page-contact__form-wrap--textarea textarea {
	font-size: 1rem;
	letter-spacing: 0.06em;
	padding: 0.75rem 1rem;
}

.page-contact__form-wrap.page-contact__form-wrap-privacy {
	align-items: center;
	display: flex;
}

.page-contact__form-textarea {
	flex-grow: 1;
}

.page-contact__form-submit {
	margin-top: 2.25rem;
	max-width: 30rem;
}

.page-contact__form-submit input {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 2rem 0;
}

.page-contact__form-input-privacy input:focus,
.page-contact__form-input-privacy input:focus-visible,
.page-contact__form-checkbox input:focus,
.page-contact__form-checkbox input:focus-visible,
.page-contact__form-input input:focus,
.page-contact__form-input-privacy input:focus,
.page-contact__form-textarea textarea:focus,
.page-contact__form-submit input:focus {
	outline: #3fa9e0 auto 1px;
}

.page-contact__form-checkbox {
	margin-top: 0;
}

.wpcf7-form-control.wpcf7-checkbox {
	gap: 22px !important;
}

.page-duct {
	background-color: transparent;
	background-color: initial;
	padding-top: 16rem;
}

.page-duct__title {
	color: #fff;
	font-size: 1.25rem;
}

.page-duct__title span {
	font-size: 1.75rem;
	margin-top: 1rem;
}

.page-duct__bg-img {
	aspect-ratio: 336/298;
	height: auto;
	left: calc(50% - min(50vw, 937px));
	max-width: 336px;
	max-width: 336px;
	mix-blend-mode: screen;
	position: absolute;
	top: 60px;
	width: 100%;
	width: 23.3333333333vw;
	z-index: 0;
}

.page-duct__sub-title {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	margin-top: 6.25rem;
	padding-left: 2.75rem;
}

.page-duct__sub-title::before {
	height: 1rem;
	left: 20px;
	top: 25%;
	width: 1rem;
}

.page-duct__text {
	color: #fff;
}

.page-duct__line::before {
	aspect-ratio: 1060/37;
	background-image: url(../images/service/line.svg);
	top: 64px;
}

.page-duct__inner {
	margin: auto;
	max-width: 1600px;
	padding-left: 9%;
	padding-right: 0;
}

.page-duct__container {
	background-color: #fff;
	border-radius: 2rem 0 0 2rem;
	margin-top: 5rem;
	padding: 8rem;
	padding: 9.665%;
	width: 100%;
}

.page-duct__item {
	align-items: center;
	display: flex;
	gap: 4rem;
	gap: 6%;
	justify-content: space-between;
	margin-top: 0;
	padding: 0 3%;
}

.page-duct__item:not(:first-child) {
	margin-top: 10rem;
}

.page-duct__item-number {
	font-size: 1.5rem;
}

.page-duct__item-title {
	font-size: 1.75rem;
	margin-top: 1.25rem;
}

.page-duct__item-text {
	margin-top: 2rem;
}

.page-duct__item-left {
	width: 49%;
}

.page-duct__item-img {
	margin-top: 0;
	max-width: 28rem;
	width: 45.2%;
}

.page-factory {
	padding-top: 8rem;
}

.page-factory__list {
	margin-top: 5.875rem;
}

.page-factory__btn {
	border-radius: 0 1rem 0 1rem;
	font-size: 1.5rem;
	height: 3.75rem;
	letter-spacing: 0.12em;
	margin-top: 5.625rem;
	width: 25.625vw;
}

.hidden-view--sp {
	display: block;
}

.page-feature__bg {
	background: linear-gradient(to bottom, #030958 0%, #21599c 50%, #3fa9e0 100%);
	padding-bottom: 2rem;
}

.page-feature {
	padding-bottom: 0;
	padding-top: 16rem;
}

.page-feature__bg-img {
	height: auto;
	max-width: 28rem;
	width: 31.1111111111vw;
}

.page-feature__number {
	font-size: 6rem;
	grid-column: 1/2;
	grid-row: 1/2;
}

.page-feature__content-title {
	font-size: 1.5rem;
	grid-column: 2/3;
	grid-row: 1/2;
	line-height: 1;
	margin-top: 0;
}

.page-feature__content-bottom {
	grid-column: 2/3;
	grid-row: 2/3;
	margin-top: 0;
	max-width: 23.9375rem;
	width: 100%;
}

.page-feature__text + .page-feature__text {
	margin-top: 1rem;
}

.page-feature__img,
.page-feature__set-img {
	display: grid;
	justify-content: end;
	left: 0;
	max-width: 672px;
	position: sticky;
	top: 9.375rem;
	width: 100%;
}

.page-feature__img img,
.page-feature__set-img img {
	-o-object-fit: cover;
	aspect-ratio: 672/504;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-feature__img-item {
	grid-column: 1;
	grid-row: 1;
}

.page-feature__img-item:not(:first-child) {
	opacity: 0;
}

.page-feature__img-item:nth-child(1) {
	z-index: 3;
}

.page-feature__img-item:nth-child(2) {
	z-index: 2;
}

.page-feature__img-item:nth-child(3) {
	z-index: 1;
}

.page-feature__set:not(:last-child) .page-feature__set-content-wrap {
	padding-bottom: 150px;
	padding-bottom: 10.4166666667vw;
}

.page-feature__set-content {
	grid-gap: 0.9375rem 0;
	align-items: center;
	display: grid;
	gap: 0.9375rem 0;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
	padding-top: 5.5555555556vw;
}

.page-feature__set + .page-feature__set {
	margin-top: 0;
}

.page-history {
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.page-history__inner {
	padding-left: 11px;
	padding-right: 25px;
}

.page-history__body {
	margin-top: 47px;
}

.page-history__item {
	height: 240px;
	width: 384px;
}

.page-history__item:first-child {
	border-radius: 8rem 0 0 0;
}

.page-history__item-year {
	right: 18px;
	top: -40px;
}

.page-history__item-body {
	padding: 0 96px 16px 32px;
}

.page-history__item-title {
	font-size: 20px;
}

.page-history__item-text {
	font-size: 16px;
	letter-spacing: 0.06em;
}

.page-history__controls {
	margin-left: 6px;
	margin-top: 20px;
}

.page-history__slide-nav {
	margin-top: 66px;
}

.page-history__slide-nav-btn {
	height: 72px;
	width: 72px;
}

.page-history__slide-nav-btn._next {
	margin-left: 16px;
}

.page-history__slide-nav-btn._next svg,
.page-history__slide-nav-btn._prev svg {
	height: 72px;
	width: 72px;
}

.swiper-wrapper {
	padding: 36px 16px;
}

.page-link a {
	padding-bottom: 1.5rem;
	padding-bottom: 5.357%;
	padding-left: 2rem;
	padding-left: 7.14%;
	padding-right: 2rem;
	padding-right: 7.14%;
	padding-top: 0;
}

.page-link__title .gradient {
	font-size: 1.125rem;
}

.page-link__title .normal {
	font-size: 1.25rem;
	margin-top: 0.75rem;
}

.page-link__icon {
	height: 4.5rem;
	width: 4.5rem;
}

.page-message {
	margin-top: -23.5625rem;
}

.page-message__inner {
	max-width: 77.1875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.page-message__container {
	padding: 7rem 6rem 8rem;
	padding: 9.45% 0% 10.8%;
	position: relative;
}

.page-message__container::before {
	aspect-ratio: 617/105;
	background: url(../images/company/bg-message.png) center/contain no-repeat;
	content: "";
	filter: blur(20px);
	opacity: 0;
	position: absolute;
	right: -5px;
	top: 0;
	transition: filter 1s ease, opacity 1s ease;
	width: 55%;
	z-index: 2;
}

.page-message__wrap {
	display: flex;
	gap: 6.45%;
	padding-left: 8.1%;
	padding-right: 8.1%;
}

.page-message__left {
	margin-top: 16px;
	width: 54.8%;
}

.page-message__title {
	width: 18.595rem;
}

.page-message__title img {
	aspect-ratio: 297.52/33.19;
}

.page-message__right {
	margin-top: 0;
	width: 38.7%;
}

.page-message__bg-img {
	margin-top: 0;
}

.page-message__bg-img img {
	max-width: none;
	max-width: initial;
}

.page-message__img img {
	aspect-ratio: 384/394;
}

.page-message__link-wrap {
	gap: 3rem 6.6%;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 11.4375rem;
	max-width: none;
	max-width: initial;
	padding-left: 8.1%;
	padding-right: 8.1%;
	width: 97%;
}

.page-message__img2 {
	height: 29.6527777778vw;
}

.page-message__img2 img {
	aspect-ratio: 1440/427;
}

.page-mv {
	height: 50rem;
}

.page-mv__img {
	height: 50rem;
}

.page-mv__img.page-mv__img--2 {
	height: 36.25rem;
}

.page-mv__title-wrap {
	left: calc(50% - min(46vw, 36.875rem));
	top: 35%;
	transform: translateY(-50%);
}

.page-mv__title-wrap.page-mv__title-wrap--2 {
	left: calc(50% - min(46vw, 36.875rem));
	top: 50%;
	top: 49%;
}

.page-mv__banner {
	bottom: 1.5rem;
	max-width: 19.75rem;
	right: 1.5rem;
}

.page-mv__banner a img {
	aspect-ratio: 316/131;
}

.page-mv.page-mv--2 {
	height: 36.25rem;
}

.page-service {
	margin-top: -23.5625rem;
}

.page-service__inner {
	max-width: 77.1875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.page-service__container {
	padding: 7rem 6rem 8rem;
	padding: 9.45% 0% 10.8%;
	position: relative;
}

.page-service__container::before {
	aspect-ratio: 617/105;
	background: url(../images/service/bg-service.png) center/contain no-repeat;
	content: "";
	filter: blur(20px);
	opacity: 0;
	position: absolute;
	right: -5px;
	top: 0;
	transition: filter 1s ease, opacity 1s ease;
	width: 55%;
	z-index: 2;
}

.page-service__wrap {
	padding-left: 8.1%;
	padding-right: 8.1%;
}

.page-service__sub-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
}

.page-service__title {
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	margin-top: 1.5rem;
}

.page-service__gradient-line {
	height: 4px;
	margin-top: 1.5rem;
}

.page-service__text {
	margin-top: 3rem;
}

.page-service__link-wrap {
	gap: 4rem;
	gap: 6.6%;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 7.375rem;
	max-width: none;
	max-width: initial;
	padding-left: 8.1%;
	padding-right: 8.1%;
	width: 97%;
}

.page-service__img {
	height: 29.6527777778vw;
}

.page-service__img img {
	aspect-ratio: 1440/427;
}

.page-service__bg-img {
	margin-top: 0;
	max-width: none;
	max-width: initial;
}

.page-title {
	font-size: 1.25rem;
}

.page-title span {
	font-size: 1.75rem;
	margin-top: 1rem;
}

.page-works__list {
	margin-top: 4rem;
}

.page-works__text2 {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.page-works__bg {
	aspect-ratio: 459/124;
	margin-top: 0;
	max-width: 37.5rem;
	width: 31.875vw;
}

.page-works__sub-title {
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	margin-top: -1.75rem;
	padding-left: 2.75rem;
}

.page-works__sub-title.page-works__sub-title--second {
	line-height: 1;
	margin-top: 6rem;
}

.page-works__sub-title::before {
	height: 1rem;
	left: 20px;
	top: 25%;
	width: 1rem;
}

.page-works__sub-title.page-works__sub-title--second::before {
	top: 25%;
}

.page-works__item {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 2.8125rem;
	padding-left: 0.75rem;
	text-indent: -1em;
	text-indent: 0;
}

.page-works__item li::before {
	font-size: 1rem;
	margin-right: 0.75rem;
}

.page-works__item.page-works__item--second {
	margin-top: 2rem;
}

.page-works__item-text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.privacy-policy__items {
	margin-top: 5rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 2.375rem;
}

.privacy-policy__term {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	line-height: 1;
}

.privacy-policy__description {
	margin-top: 0.6875rem;
}

.privacy-policy__description-items {
	margin-left: 0;
	padding-left: 11px;
	text-indent: 0;
}

.privacy-policy__description-items li::before {
	font-size: 16px;
}

.recruit__bg::after {
	aspect-ratio: 1440/1005;
	background-image: url(../images/top/bg-recruit.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recruit {
	margin-top: 7.875rem;
}

.recruit__img img {
	aspect-ratio: 1184/560;
}

.recruit__img::after {
	width: 51%;
}

.recruit__container {
	left: calc(50% - min(40vw, 530px));
	max-width: 30rem;
	top: 50.3%;
	width: 41%;
}

.recruit__text-wrap {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 32px;
}

.recruit__text-main {
	width: 21.5625rem;
}

.recruit__text-main img {
	aspect-ratio: 345/72;
}

.recruit__text-sub {
	margin-top: 0.75rem;
	max-width: 30rem;
	width: auto;
	width: initial;
}

.recruit__btn-wrap {
	margin-top: 2rem;
	width: auto;
	width: initial;
}

.recruit__btn {
	border: 2px solid #fff;
	border-radius: 0 1rem 0 1rem;
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	padding: 1.0625rem 0;
}

.recruit__btn img {
	margin-left: 2rem;
}

.service {
	padding: 3rem 0 4rem 0;
}

.service__bg3 {
	aspect-ratio: 2880/2078;
	top: 524px;
}

.service__container {
	align-items: center;
	flex-direction: row;
}

.service__left {
	width: 43.23%;
}

.service__left img {
	aspect-ratio: 512/627;
}

.service__right {
	width: 51.35%;
}

.service__text-wrap {
	margin-top: 3rem;
}

.service__text-main {
	font-size: 2.25rem;
}

.service__text-sub {
	margin-top: 1.5rem;
}

.service__img-wrap {
	flex-direction: row;
	gap: 2rem;
	margin-top: 2rem;
}

.service__img1 {
	width: 43.23%;
}

.service__img1 img {
	aspect-ratio: 512/359;
	border-radius: 0 0 0 16rem;
}

.service__img2 {
	width: 54.5%;
}

.service__img2 img {
	aspect-ratio: 640/359;
}

.text {
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.title__ja {
	font-size: 4.5rem;
}

.title__en {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	margin-top: 0.375rem;
}

.title__en::before {
	top: 28%;
}

.title__ja.title__ja--page-mv {
	font-size: 5rem;
}

.title__en.title__en--page-mv {
	font-size: 2rem;
	padding-left: 46px;
}

.title__en.title__en--page-mv::before {
	height: 14px;
	left: 23px;
	top: 42%;
	width: 14px;
}

.title__ja.title__ja--contact {
	font-size: 6rem;
}

.wave {
	aspect-ratio: 2880/160;
	height: 11.1111111111vw;
}

.works {
	background: linear-gradient(to bottom, #3fa9e0 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 100% 35%;
	padding-bottom: 5.6875rem;
	padding-top: 4rem;
}

.works__top {
	align-items: center;
	display: grid;
}

.works__title-wrap {
	grid-column: 1/2;
	grid-row: 1/2;
}

.works__text-wrap {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 3rem;
}

.works__text-main {
	font-size: 2.25rem;
}

.works__text-sub {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 1.5rem;
}

.works__btn {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-top: 0;
}

.works__loop {
	margin-top: 4rem;
}

.works__loop img {
	height: 22.5rem;
	padding-left: 1.875rem;
}

}

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

.btn.btn--blue-right:hover svg,
.btn.btn--blue-right:focus svg,
.btn.btn--blue-right:active svg {
	border: 2px solid #030958;
}

.btn.btn--right:hover svg,
.btn.btn--right:focus svg,
.btn.btn--right:active svg {
	border: 2px solid #fff;
}

}

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

.page-about__area {
	gap: 3rem;
	padding-right: 3rem;
}

}

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

.page-feature__area__inner {
	max-width: none;
	max-width: initial;
	padding-right: 4%;
}

.page-feature__content {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
	margin-top: 5.25rem;
}

}

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

.page-feature__list {
	width: 89.777778vw;
}

.page-works__text {
	letter-spacing: 0.06em;
	margin-right: 13.3333333333vw;
	margin-right: 17%;
}

.bg::after {
	aspect-ratio: 560/592;
	background-image: url("../images/top/bg-service.png");
	max-width: 560px;
	right: calc(50% - min(61vw, 854px));
	top: -90px;
	width: 50%;
}

.bg::before {
	aspect-ratio: 1329/894;
	background-image: url("../images/top/bg-service2.png");
	max-width: 83.0625rem;
	right: -121px;
	top: -36px;
	width: 100%;
}

}

@media (min-width: 768px) {

.u-hidden-md-up {
	display: none;
}

}

@media (min-width: 1184px) {

html {
	font-size: 16px;
}

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1210px) and (max-width: 1439px) {

.page-about__area {
	gap: 3rem;
	padding-right: 4.375rem;
}

}

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

.page-feature__area__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-right: 8.8%;
}

.page-feature__content {
	align-items: flex-start;
	display: flex;
	gap: 6rem;
	margin-top: 5.25rem;
}

}

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

.page-feature__list {
	width: 37.6388888889vw;
}

}

@media (min-width: 1441px) {

.bg::after {
	aspect-ratio: 560/592;
	background-image: url("../images/top/bg-service.png");
	max-width: none;
	max-width: initial;
	right: calc(50% - min(50vw, 798px));
	top: -90px;
	width: 560px;
}

.bg::before {
	aspect-ratio: 1329/894;
	background-image: url("../images/top/bg-service2.png");
	right: calc(50% - min(55vw, 848px));
	top: -32px;
	width: 83.0625rem;
}

}

@media screen and (max-width: 767px) {

.page-feature__area__inner {
	padding-right: 1.75rem;
}

.page-feature__set-content-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 1.75rem;
}

}

@media (max-width: 767px) {

.u-hidden-md-down {
	display: none;
}

.bg::after {
	aspect-ratio: 462/636;
	background-image: url("../images/top/bg-service_sp.png");
	max-width: 14.4375rem;
	right: 0;
	top: 0;
}

.bg::before {
	aspect-ratio: 360/467;
	background-image: url("../images/top/bg-service_sp2.png");
	height: auto;
	right: 0;
	top: 243px;
	width: 100%;
}

}

@media (max-width: 499px) {

.service__bg3 {
	aspect-ratio: 720/910;
	top: 1233px;
}

}

@media (max-width: 360px) {

html {
	font-size: 4.4444444444vw;
}

html {
	font-size: 4.4444444444vw;
}

}

@keyframes scroll-left {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-1280px);
}

}

@keyframes sdl01 {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}

@keyframes rotateCenter {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes waveMove {

from {
	transform: translateX(-50%);
}

to {
	transform: translateX(0%);
}

}

@keyframes scroll-left {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-1280px);
}

}


/*# sourceMappingURL=style.css.map */
