﻿@charset "UTF-8";
/*
Theme Name: MY THEME 
Author: Zenshin
Description: 繧ｪ繝ｪ繧ｸ繝翫Ν繝・・繝・Version: 1.0
*/
img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res{
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo{
	display: flex;
	justify-content: center;
}

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

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 螟画焚 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	--basecolor: #63a211;
	/* 蝓ｺ譛ｬ濶ｲ */
	--gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

	--myfont: "Noto Serif JP", sans-serif;
	--myw: 720px;
}
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L{
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p{
	font-size: 18px;
}

.text_img_double_R{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img{
	vertical-align: middle;
}
.title_wrapper{
	margin-right: 50%;
}

.title_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text{
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L{
		width: 100%;
		display: flex;
		flex-direction: column; /* 隕∫ｴ繧堤ｸｦ譁ｹ蜷代↓荳ｦ縺ｹ繧・*/
		justify-content: center; /* 讓ｪ譁ｹ蜷托ｼ亥ｷｦ蜿ｳ譁ｹ蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		align-items: center; /* 邵ｦ譁ｹ蜷托ｼ井ｸ贋ｸ区婿蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		padding: 0;
	}
	.text_img_double_R{
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.title_img{
		width: 70%;
		margin: 20px 0 30px 0;
	}
	.text_item_double_L p{
		font-size: 14px;
	}
	.title_wrapper{
		width: 100%;
		display: flex;
		flex-direction: column; /* 隕∫ｴ繧堤ｸｦ譁ｹ蜷代↓荳ｦ縺ｹ繧・*/
		justify-content: center; /* 讓ｪ譁ｹ蜷托ｼ亥ｷｦ蜿ｳ譁ｹ蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		align-items: center; /* 邵ｦ譁ｹ蜷托ｼ井ｸ贋ｸ区婿蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
	}
	.osirase_img{
		width: 50%;
	}
}


/* 讓ｪ蟷・*/
body {
	margin: 0;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*繧ｹ繝槭・*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*驟咲ｽｮ*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* 繝昴ず繧ｷ繝ｧ繝ｳ */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*繝ｪ繝ｳ繧ｯ*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*濶ｲ*/
.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*繧ｹ繝槭・髯仙ｮ・PC髯仙ｮ・/
/*繝輔ャ繧ｿ繝ｼ縺ｮ逕ｻ蜒丞・譖ｿ縺ｮ縺ｿ縺ｫ菴ｿ逕ｨ bootstrap縺ｮxl縺ｫ蟇ｾ蠢・/

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----繝槭・繧ｸ繝ｳ蜈ｱ騾・----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc{
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
	.margin_hanyo{
		margin-top: 50px;
	}
	.margin_hanyo_sub {
		margin-top: 10px;
	}
	.margin_hanyo_sub2 {
		margin-top: 50px;
	}
	.margin_top_res{
		margin-top: 15px;
	}
	.margin_right_pc{
		margin-right: 0;
	}
}

p {
	font-size: 21px;
}

/* 繝吶・繧ｷ繝・け繝励Λ繝ｳ逕ｨ縲よｱ守畑CSS */
/* width謖・ｮ・*/
.w-10 {width: 10%}
.w-15 {width: 15%}
.w-20 {width: 20%}
.w-25 {width: 25%}
.w-30 {width: 30%}
.w-33 {width: 33%} /* flex縺ｮ3遲牙・逕ｨ */
.w-40 {width: 40%}
.w-45 {width: 45%}
.w-48 {width: 48%} /* flex縺ｮ2遲牙・逕ｨ */
.w-50 {width: 50%}
.w-60 {width: 60%}
.w-65 {width: 65%} /* flex縺ｮ2:1縺ｮ豈皮紫逕ｨ */
.w-70 {width: 70%}
.w-75 {width: 75%}
.w-80 {width: 80%} /* 蝓ｺ譛ｬ縺ｮ繧ｵ繧､繧ｺ */
.w-90 {width: 90%}
.w-95 {width: 95%}
.w-100 {width: 100%}
.w-fit {width: fit-content}
/* 菴咏區 */
.p-10 {padding: 10px}
.p-15 {padding: 15px}
.p-20 {padding: 20px}
.p-30 {padding: 30px}
.p-60 {padding: 60px}
/* flex縺ｪ縺ｩ菴咲ｽｮ邉ｻ */
.flex-center {display: flex;justify-content: center;align-items: center;gap: 2%}
.flex-between {display: flex;justify-content: space-between;align-items: center;}
.column {display: flex;flex-direction: column;align-items: center;gap: 2%}
.flex-start {display: flex;justify-content: flex-start;align-items: center;gap: 2%}
.flex-end {display: flex;justify-content: flex-end;align-items: center;gap: 2%}
.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}
/* font-size豎守畑 */
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font24 {font-size: 24px}
.font30 {font-size: 30px;font-weight: bold}
.font40 {font-size: 40px;font-weight: bold}
/* 縺昴・莉匁ｱ守畑 margin繧аadding縺昴・縺ｻ縺・*/
.style-none {list-style: none;padding: 0;}
.bold {font-weight: bold}
.m-auto {margin: auto}
.m-0 {margin: 0}
.m-l-3 {margin-left: 3%}
.m-l-5 {margin-left: 5%}
.m-t-5 {margin-top: 5%;}
.p-l-8 {padding: 0 0 0 8%;}
.p-l-15px {padding-left: 15px;}
.p-b-5 {padding-bottom: 5px;}
.p-t-5 {padding-top: 5px;}
.vertical-top {vertical-align: top;}
.p-y-10 {padding: 10px 0;}
/* 繝ｬ繧ｹ繝晏喧逕ｨ豎守畑 */
@media only screen and (min-width: 769px) {
	.sp {display: none} /* SP陦ｨ遉ｺ・・69px譛ｪ貅縺ｧ陦ｨ遉ｺ・・*/
}
@media only screen and (max-width: 768px) {
	.pc {display: none} /* PC陦ｨ遉ｺ・・68px莉･荳翫〒陦ｨ遉ｺ・・*/
	.sp-column {display: flex;flex-direction: column;align-items: center;}
	.hamburger_menu_btn_wrap.sp {display: block;}
	.sp-w-70 {width: 70%;}
}
@media only screen and (min-width: 561px) {
	.sm {display: none} /* 繧ｹ繝槭・陦ｨ遉ｺ・・61px譛ｪ貅縺ｧ陦ｨ遉ｺ・・*/
}
@media only screen and (max-width: 560px) {
	.extra {display: none} /* 縺昴ｌ莉･螟冶｡ｨ遉ｺ・・60px莉･荳翫〒陦ｨ遉ｺ・・*/
	.sm-column {display: flex;flex-direction: column;align-items: center;}
	.sm-w-90 {width: 90%;}
}
/* header */
.myhead {padding: 2% 0;background-color: #f0f8ff;box-shadow: 1px 2px 9px rgba(0,0,0,0.4)}
/*-----繝上Φ繝舌・繧ｬ繝ｼ繝｡繝九Η繝ｼ-----*/
.hamburger_menu_btn_wrap {display: none;margin-right: 1.4%;margin-left: auto;position: fixed;right: 0;top: 15%;}
.hamburger_menu_btn {width: 30px;height: 24px;position: relative;cursor: pointer;z-index: 1001;display: flex;flex-direction: column;justify-content: space-between;}
.hamburger_menu_btn span {display: block;width: 100%;height: 3px;background-color: #0a4bc1;border-radius: 2px;transition: all 0.3s ease;}
.hamburger_menu_btn.active span:nth-child(1) {transform: translateY(10.5px) rotate(45deg);}
.hamburger_menu_btn.active span:nth-child(2) {opacity: 0;}
.hamburger_menu_btn.active span:nth-child(3) {transform: translateY(-10.5px) rotate(-45deg);}
.hamburger_window {position: fixed;top: 0;right: -300px;width: 300px;height: 100vh;background-color: rgba(30, 30, 30, 0.95);padding-top: 80px;box-sizing: border-box;transition: right 0.5s ease;z-index: 1000;visibility: hidden;overflow-y: auto;}
.hamburger_window.open {right: 0;visibility: visible;}
.hamburger_list_item {list-style: none;padding: 0;margin: 0;}
.hamburger_list_item li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.hamburger_list_item li:first-child {border-top: 1px solid rgba(255, 255, 255, 0.2);}
.hamburger_list_item li a {display: block;padding: 15px 20px;color: white;text-decoration: none;font-size: 1.1rem;transition: background-color 0.3s ease;}
.hamburger_list_item li a:hover {background-color: rgba(255, 255, 255, 0.1);}
.hamburger_background {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.5);z-index: 999;opacity: 0;visibility: hidden;transition: opacity 0.5s ease;}
.hamburger_background.open {opacity: 1;visibility: visible;}
/* footer */
.myfoot {background-color: #0071bc;padding: 20px 0 0;}
.sp-li {background-color: #fff;color: #0071bc;margin-bottom: 10px;width: 100%;text-align: center;font-weight: bold}
@media only screen and (max-width: 850px) {
	.c-width {width: 90% !important;margin: auto;}
	.pc-850 {display: none !important;}
}
@media only screen and (min-width: 851px) {
	.sp-850 {display: none !important;}
}
/* front-page */
.bg-sky {background-color: #f0f8ff}
.bg-blue {background-color: #0071bc}
.bg-white {background-color: #fff}
.font-blue {color: #0071bc}
.arrow-button {background-color: #3a75bb;color: #fff;width: fit-content;padding: 1px 6px;border-radius: 100%;}
.arrow-button-wh {background-color: #fff;color: #3a75bb;width: fit-content;padding: 1px 6px;border-radius: 100%;}
.b-tandb-wh {border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
/* 縺顔衍繧峨○谺・*/
.l-font {font-size: 120px;font-weight: bold;color: white;text-align: center;margin: 0;line-height: 1.0;}
.s-font {font-size: 18px;color: white;text-align: right;margin-right: 115px;}
@media only screen and (max-width: 900px) {
	.pc-900 {display: none !important;}
	.sp-900-column {flex-direction: column;}
	.sp-900-w-100 {width: 100%;}
	.sp-900-w-90 {width: 90%;}
	.l-font {font-size: 80px;}
	.s-font {text-align: center;margin-right: 0;}
}
@media only screen and (min-width: 901px) {
	.sp-900 {display: none !important;}
}
/* overview */
.font-pale {color: #2e3192;}
.b-b-blue {border-bottom: 1px solid #29abe2;font-weight: normal}
.b-b-ash {border-bottom: 1px solid #ccc}
.normal {font-weight: normal}
/* contact */
.cform {width: 100%}
.cform tbody {width: 100%}
.cform tr {width: 100%;}
.bg-form {background-color: #0071bc;color: #fff;padding: 10px 25px 10px 25px;}
.bg-form p,.border-form p {margin: 0; font-size: 18px;}
.b-b-black {border-bottom: 1px solid #000}
.required-srt {background-color: #c1272d;padding: 2px 15px;border-radius: 12px;font-size: 16px !important;}
.border-form input[type="text"],.border-form textarea {width: 90%;margin:10px 0 10px 4%;}
.border-form input[type="tel"],.border-form input[type="email"] {width: 60%;margin:10px 0 10px 4%;}
.zip-code {width:40%}
.short input[type="text"] {width: 80% !important;margin: 10px 0 10px 11%}
.short {display: flex;justify-content: flex-start;gap: 15px;align-items: center;}
.credential {font-size: 14px;margin: 0;}
.a-tag {color: #29abe2}
.a-tag:hover {opacity: 0.6;color: #0071bc;}
.sending-button {background: url('./image/contact/bg-but.png');background-repeat: no-repeat;background-position: center bottom;padding: 40px 0 30px;background-size: 40%;}
.sending-button p {margin: 0;font-size: 24px;text-align: center;}
.sending-button input {color:#fff;background-color: #0071bc;border: none;box-shadow: none;}
.wpcf7-spinner {display: none !important;}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
	.zip-code {width:60%}
	.short input[type="text"] {width: 80% !important;margin: 10px 0 10px 12%}
}
@media only screen and (max-width: 768px) and (min-width: 561px) {
	.sp-w-90 {width: 90%}
	.cform tr {display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.bg-form {width: 100%;}
	.border-form {width: 100%;text-align: center;}
	.border-form input[type="text"],.border-form textarea {width: 90%;margin:10px auto;}
	.border-form input[type="tel"],.border-form input[type="email"] {width: 90%;margin:10px auto;}
	.zip-code {width: 100%}
	.short input[type="text"] {width: 90% !important;margin: 10px auto}
	.short {flex-direction: column;}
	.credential {width: 90%;}
}
@media only screen and (max-width: 560px) {
	.sp-w-90 {width: 95%}
	.cform tr {display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.bg-form {width: 100%;}
	.border-form {width: 100%;text-align: center;}
	.border-form input[type="text"],.border-form textarea {width: 90%;margin:10px auto;}
	.border-form input[type="tel"],.border-form input[type="email"] {width: 90%;margin:10px auto;}
	.zip-code {width: 100%}
	.short input[type="text"] {width: 90% !important;margin: 10px auto}
	.short {flex-direction: column;}
	.credential {width: 90%;}
}
/* recruit */
.bef-hash {margin-left: 8%;position: relative;}
.bef-hash::before {width: 3.5vw;height: 2px;background-color: #0071bc;position: absolute;content:'';top: 50%;left: -8.7%;}
.f-ash {color: #999;}
.table-pad {padding-top: 15px;padding-bottom: 15px;}
@media only screen and (max-width: 560px) {
	.sm-bg-ash {background-color: #999;}
	.sm-f-white {color: #fff;}
	.sm-w-100 {width: 100% !important; text-align: center !important;}
}
/* equip */
.bg-ash {background-color: #ccc;}
/* products */
.bef-half-square {position: relative;margin-left: 35px;}
.bef-half-square::before {position: absolute;content: '';width: 15px;height: 30px;top: 25%;left: -30px;background-color: #0071bc;}
/* sending-button */
.send-btn-wrap {position: relative;}
.send-btn-wrap input[type="submit"] {position: absolute;inset: 0;opacity: 0;z-index: 2;}
.fake-btn {display: block;padding: 22px 70px 22px 40px;border-radius: 999px;background: #0071bc;color: #fff;position: relative;width: 25%;margin: auto;text-align: center;}
.fake-btn .arrow {position: absolute;right: 18px;top: 50%;transform: translateY(-50%);background: #fff;color: #0071bc;width: 42px;height: 42px;border-radius: 50%;display: flex;align-items: center;justify-content: center;padding: 25px;}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {.fake-btn {width: 50%;}}
@media only screen and (max-width: 1000px) and (min-width: 700px) {.fake-btn {width: 60%;}}
@media only screen and (max-width: 700px) and (min-width: 500px) {.fake-btn {width: 70%;}}
@media only screen and (max-width: 500px) {.fake-btn {width: 80%;}}
/* Infra landing page recreation */
html {
	scroll-behavior: smooth;
}

body.home {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 16px;
	color: #0f2d63;
	background: #f0f9ff;
}

body.home.infra-menu-open {
	overflow: hidden;
}

.infra-site-shell {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	color: #12326f;
}

.infra-main {
	position: relative;
	z-index: 2;
}

.infra-container {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.infra-flowing-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #f0f9ff;
}

.infra-flowing-wave {
	position: absolute;
	inset: 0;
	opacity: 0.35;
}

.infra-flowing-wave svg {
	width: 100%;
	height: 100%;
}

.infra-flowing-wave path {
	animation: infraWave 12s linear infinite;
	transform-origin: center;
}

.infra-particle {
	position: absolute;
	border-radius: 999px;
	filter: blur(36px);
	background: rgba(59, 130, 246, 0.18);
	animation: infraFloat 16s ease-in-out infinite;
}

.infra-particle-1 { width: 220px; height: 220px; top: 8%; left: 6%; }
.infra-particle-2 { width: 160px; height: 160px; top: 24%; left: 78%; animation-duration: 14s; }
.infra-particle-3 { width: 260px; height: 260px; top: 62%; left: 10%; animation-duration: 18s; }
.infra-particle-4 { width: 180px; height: 180px; top: 70%; left: 82%; animation-duration: 13s; }
.infra-particle-5 { width: 300px; height: 300px; top: 44%; left: 50%; animation-duration: 20s; }
.infra-particle-6 { width: 140px; height: 140px; top: 12%; left: 48%; animation-duration: 11s; }

.infra-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding: 18px 0;
	transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
	background: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.infra-header.is-scrolled {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(24px);
	box-shadow: 0 10px 30px rgba(15, 45, 99, 0.12);
	border-bottom-color: rgba(148, 190, 255, 0.25);
}

.infra-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.infra-brand__link {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
}

.infra-brand__sub,
.infra-footer__sub {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #3b82f6;
	margin-bottom: 6px;
}

.infra-brand__main {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #0f2d63;
}

.infra-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}

.infra-nav__link,
.infra-mobile-menu__link,
.infra-footer__links a,
.infra-contact-item a {
	text-decoration: none;
}

.infra-nav__link {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: rgba(15, 45, 99, 0.84);
	padding-bottom: 6px;
}

.infra-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #2563eb;
	transition: width 0.3s ease;
}

.infra-nav__link:hover::after {
	width: 100%;
}

.infra-menu-toggle {
	display: none;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(16px);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.infra-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #0f2d63;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.infra-menu-toggle.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.infra-menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.infra-menu-toggle.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.infra-mobile-menu {
	display: none;
}

.infra-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 140px 0 100px;
}

.infra-hero__grid,
.infra-about__grid,
.infra-sustainability {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: center;
}

.infra-badge {
	display: inline-flex;
	padding: 10px 18px;
	border-radius: 999px;
	background: #dbeafe;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 28px;
}

.infra-hero__title,
.infra-section-heading__title,
.infra-footer__brand h2 {
	margin: 0;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.infra-hero__title {
	font-size: clamp(40px, 60px, 75px);
	line-height: 1.08;
	color: #0f2d63;
	margin-bottom: 24px;
}

.infra-hero__title span {
	background: linear-gradient(90deg, #2563eb, #22d3ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.infra-hero__text,
.infra-section-heading__text,
.infra-about__body p,
.infra-product-card__body p,
.infra-reason-card p,
.infra-sustainability__text,
.infra-footer__brand p,
.infra-contact-item p {
	font-size: 18px;
	line-height: 1.9;
	color: rgba(18, 50, 111, 0.72);
}

.infra-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.infra-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 16px 30px;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.infra-button:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.infra-button--primary {
	background: #2563eb;
	color: #fff;
	box-shadow: 0 16px 32px rgba(37, 99, 235, 0.22);
}

.infra-button--primary:hover {
	background: #1d4ed8;
}

.infra-button--secondary {
	background: rgba(255, 255, 255, 0.88);
	border: 2px solid #dbeafe;
	color: #2563eb;
}

.infra-button--outline {
	border: 2px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.infra-button--outline:hover {
	background: #fff;
	color: #0f2d63;
}

.infra-hero__visual {
	position: relative;
}

.infra-hero__image-frame,
.infra-sustainability__image-frame {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 12px solid rgba(255, 255, 255, 0.55);
	box-shadow: 0 28px 60px rgba(15, 45, 99, 0.18);
	backdrop-filter: blur(12px);
}

.infra-hero__image-frame {
	border-radius: 48px;
}

.infra-sustainability__image-frame {
	border-radius: 64px;
	border-width: 8px;
}

.infra-hero__image-frame img,
.infra-sustainability__image-frame img,
.infra-performance-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.infra-hero__glow,
.infra-footer__glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(100px);
	z-index: 0;
}

.infra-hero__glow--cyan {
	width: 280px;
	height: 280px;
	right: -20px;
	top: -20px;
	background: rgba(34, 211, 238, 0.28);
}

.infra-hero__glow--blue {
	width: 280px;
	height: 280px;
	left: -20px;
	bottom: -20px;
	background: rgba(37, 99, 235, 0.3);
}

.infra-scroll-indicator {
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #60a5fa;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	animation: infraBounce 2s ease-in-out infinite;
}

.infra-scroll-indicator__line {
	width: 2px;
	height: 64px;
	background: linear-gradient(to bottom, rgba(37, 99, 235, 0), rgba(37, 99, 235, 1), rgba(37, 99, 235, 0));
}

.infra-section {
	position: relative;
	z-index: 2;
	padding: 120px 0;
}

.infra-section--products,
.infra-section--reason {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 255, 0.96));
}

.infra-section-heading {
	text-align: center;
	margin-bottom: 72px;
}

.infra-section-heading--left {
	text-align: left;
}

.infra-section-heading__eyebrow {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.22em;
	color: #2563eb;
}

.infra-section-heading__eyebrow--green {
	color: #16a34a;
}

.infra-section-heading__icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 8px;
	vertical-align: -0.12em;
}

.infra-section-heading__title {
	font-size: clamp(35px, 50px, 70px);
	line-height: 1.1;
	color: #0f2d63;
	margin-bottom: 18px;
}

.infra-section-heading__text {
	max-width: 720px;
}

.infra-section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	text-align: left;
}

.infra-section-heading__rule {
	flex: 1;
	height: 2px;
	background: rgba(96, 165, 250, 0.35);
	margin-bottom: 18px;
}

.infra-about__body {
	display: grid;
	gap: 18px;
}

.infra-about__card {
	padding: 36px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.45);
	box-shadow: 0 20px 45px rgba(15, 45, 99, 0.1);
}

.infra-metrics {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 24px;
}

.infra-metrics li strong {
	display: block;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 48px;
	line-height: 1;
	color: #2563eb;
	margin-bottom: 8px;
}

.infra-metrics li span {
	font-size: 16px;
	font-weight: 600;
	color: rgba(18, 50, 111, 0.72);
}

.infra-product-grid,
.infra-reason-grid,
.infra-footer__grid {
	display: grid;
	gap: 28px;
}

.infra-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.infra-product-card,
.infra-reason-card {
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	border: 1px solid #e3f0ff;
	box-shadow: 0 18px 40px rgba(15, 45, 99, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infra-product-card:hover,
.infra-reason-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 48px rgba(15, 45, 99, 0.16);
	opacity: 1;
}

.infra-product-card__media {
	height: 260px;
	padding: 24px;
	background: #f3f4f6;
	position: relative;
}

.infra-product-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 45, 99, 0.28), transparent 55%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.infra-product-card:hover .infra-product-card__media::after {
	opacity: 1;
}

.infra-product-card__placeholder {
	height: 100%;
	border-radius: 24px;
	border: 1px dashed rgba(148, 163, 184, 0.65);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: rgba(100, 116, 139, 0.7);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.infra-product-card__placeholder-icon {
	width: 60px;
	height: 60px;
	border: 2px solid rgba(148, 163, 184, 0.55);
	border-radius: 16px;
	position: relative;
}

.infra-product-card__placeholder-icon::before,
.infra-product-card__placeholder-icon::after {
	content: "";
	position: absolute;
}

.infra-product-card__placeholder-icon::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(148, 163, 184, 0.55);
	top: 10px;
	left: 10px;
}

.infra-product-card__placeholder-icon::after {
	left: 12px;
	right: 12px;
	bottom: 12px;
	height: 18px;
	background: linear-gradient(135deg, transparent 0 38%, rgba(148, 163, 184, 0.55) 38% 62%, transparent 62%);
}

.infra-product-card__body,
.infra-reason-card {
	padding: 32px;
}

.infra-product-card__body h3,
.infra-reason-card h3 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	color: #0f2d63;
}

.infra-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: #2563eb;
	margin-top: 8px;
}

.infra-inline-link::after {
	content: ">";
	font-size: 18px;
}

.infra-reason-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.infra-reason-card {
	text-align: center;
	background: rgba(255, 255, 255, 0.64);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.infra-reason-card__icon,
.infra-contact-item__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.infra-reason-card__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	border-radius: 24px;
	background: rgba(37, 99, 235, 0.08);
}

.infra-reason-card__icon i {
	font-size: 40px;
	line-height: 1;
	color: #2563eb;
}

.infra-contact-item__icon::before,
.infra-contact-item__icon::after,
.infra-footer__globe::before,
.infra-footer__globe::after {
	content: "";
	position: absolute;
}


.infra-section--performance {
	background: #0f2d63;
	overflow: hidden;
}

.infra-section-heading--light .infra-section-heading__title,
.infra-section-heading--light .infra-section-heading__eyebrow,
.infra-section-heading--light .infra-section-heading__text {
	color: #fff;
}

.infra-section-heading--light .infra-section-heading__text {
	opacity: 0.7;
}

.infra-performance-slider {
	overflow: hidden;
	padding: 8px 0 0;
}

.infra-performance-track {
	display: flex;
	gap: 24px;
	width: max-content;
	animation: infraScrollLeft 40s linear infinite;
}

.infra-performance-slide {
	width: 400px;
	height: 300px;
	flex: 0 0 auto;
	border-radius: 32px;
	overflow: hidden;
	border: 4px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.infra-performance-action {
	text-align: center;
	margin-top: 48px;
}

.infra-sustainability__text {
	margin-bottom: 32px;
}

.infra-sustainability__logos {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.infra-sustainability__logos span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	padding: 18px 24px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(22, 163, 74, 0.12);
	font-weight: 700;
	color: #15803d;
	box-shadow: 0 16px 32px rgba(21, 128, 61, 0.08);
}

.infra-footer {
	position: relative;
	z-index: 2;
	background: #061b45;
	color: #fff;
	padding: 120px 0 48px;
	overflow: hidden;
}

.infra-footer__grid {
	grid-template-columns: 2fr 1fr 1fr;
	margin-bottom: 72px;
}

.infra-footer__brand h2 {
	font-size: clamp(25px, 40px, 50px);
	margin-bottom: 20px;
	color: #fff;
}

.infra-footer__brand p,
.infra-contact-item p,
.infra-footer__links a,
.infra-footer__bottom p {
	color: rgba(191, 219, 254, 0.74);
}

.infra-footer h3 {
	position: relative;
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

.infra-footer h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 48px;
	height: 4px;
	border-radius: 999px;
	background: #2563eb;
}

.infra-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.infra-footer__links a:hover,
.infra-contact-item a:hover {
	color: #fff;
	opacity: 1;
}

.infra-footer__contact-list {
	display: grid;
	gap: 24px;
	margin-top: 40px;
}

.infra-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.infra-contact-item__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	flex: 0 0 auto;
}

.infra-contact-item__label {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(147, 197, 253, 0.58) !important;
}

.infra-contact-item__icon--pin::before {
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	top: 12px;
	left: 16px;
}

.infra-contact-item__icon--pin::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	top: 20px;
	left: 21px;
}

.infra-contact-item__icon--phone::before {
	width: 20px;
	height: 20px;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
	transform: rotate(-35deg);
	top: 13px;
	left: 14px;
}

.infra-contact-item__icon--phone::after {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 2px;
	top: 28px;
	left: 22px;
	transform: rotate(-35deg);
}

.infra-footer__bottom {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.infra-footer__meta {
	display: flex;
	align-items: center;
	gap: 20px;
}

.infra-footer__globe {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid rgba(191, 219, 254, 0.4);
	border-radius: 50%;
}

.infra-footer__globe::before {
	inset: 4px;
	border-left: 2px solid rgba(191, 219, 254, 0.4);
	border-right: 2px solid rgba(191, 219, 254, 0.4);
	border-radius: 50%;
}

.infra-footer__globe::after {
	left: 3px;
	right: 3px;
	top: 9px;
	height: 2px;
	background: rgba(191, 219, 254, 0.4);
}

.infra-footer__dot {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #2563eb;
}

.infra-footer__glow {
	width: 480px;
	height: 480px;
	right: -60px;
	bottom: -140px;
	background: rgba(37, 99, 235, 0.18);
}

@keyframes infraWave {
	0% { transform: translateX(0) scaleY(1); }
	33% { transform: translateX(-1.5%) scaleY(1.03); }
	66% { transform: translateX(1.5%) scaleY(0.97); }
	100% { transform: translateX(0) scaleY(1); }
}

@keyframes infraFloat {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(28px, -34px, 0) scale(1.14); }
}

@keyframes infraBounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(10px); }
}

@keyframes infraScrollLeft {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media only screen and (max-width: 1200px) {
	.infra-product-grid,
	.infra-reason-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.infra-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}
}

@media only screen and (max-width: 900px) {
	.infra-nav {
		display: none;
	}

	.infra-menu-toggle {
		display: inline-flex;
	}

	.infra-mobile-menu {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	.infra-mobile-menu.is-open {
		max-height: 420px;
	}

	.infra-mobile-menu__panel {
		margin: 18px 24px 0;
		padding: 16px 20px;
		border-radius: 28px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 18px 40px rgba(15, 45, 99, 0.12);
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.infra-mobile-menu__link {
		font-size: 18px;
		font-weight: 700;
		color: #0f2d63;
		padding-bottom: 10px;
		border-bottom: 1px solid #dbeafe;
	}

	.infra-hero,
	.infra-section {
		padding: 100px 0 84px;
	}

	.infra-hero__grid,
	.infra-about__grid,
	.infra-sustainability,
	.infra-footer__grid,
	.infra-section-heading--split {
		grid-template-columns: 1fr;
		display: grid;
	}

	.infra-section-heading--split {
		align-items: start;
	}

	.infra-section-heading__rule {
		width: 100%;
		margin: 0;
	}

	.infra-performance-slide {
		width: 320px;
		height: 240px;
	}
}

@media only screen and (max-width: 640px) {
	.infra-container {
		width: min(100% - 28px, 1200px);
	}

	.infra-brand__main {
		font-size: 26px;
	}

	.infra-hero__text,
	.infra-section-heading__text,
	.infra-about__body p,
	.infra-product-card__body p,
	.infra-reason-card p,
	.infra-sustainability__text,
	.infra-footer__brand p,
	.infra-contact-item p {
		font-size: 16px;
	}

	.infra-product-grid,
	.infra-reason-grid {
		grid-template-columns: 1fr;
	}

	.infra-product-card__body h3,
	.infra-reason-card h3 {
		font-size: 20px;
	}

	.infra-performance-slide {
		width: 280px;
		height: 210px;
	}

	.infra-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}