/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

html {
	margin-top: 0 !important;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ffffff;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s, opacity 0.3s;
}

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

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

.js-fade {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.l-inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 40px;
}

.l-page {
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

.c-btn {
	align-items: center;
	background: #ffffff;
	border: 2px solid #17395c;
	border-radius: 999px;
	color: #17395c;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 14px 36px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.c-btn:hover {
	background: #17395c;
	color: #ffffff;
	opacity: 1;
}

.c-btn--primary {
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	box-shadow: 0 6px 18px rgba(36, 114, 184, 0.28);
	color: #ffffff;
}

.c-btn--primary:hover {
	background: linear-gradient(135deg, #1f629e, #3096b8);
	box-shadow: 0 10px 24px rgba(36, 114, 184, 0.38);
	color: #ffffff;
	transform: translateY(-2px);
}

.c-btn--outline {
	background: transparent;
	border: 2px solid #17395c;
	color: #17395c;
}

.c-btn--outline:hover {
	background: #17395c;
	color: #ffffff;
}

.c-btn--outline-blue {
	background: transparent;
	border: 2px solid #2472b8;
	color: #2472b8;
}

.c-btn--outline-blue:hover {
	background: #2472b8;
	color: #ffffff;
}

.c-btn--line {
	background: #06c755;
	border: none;
	box-shadow: 0 6px 18px rgba(6, 199, 85, 0.3);
	color: #ffffff;
}

.c-btn--line:hover {
	background: #059f44;
	box-shadow: 0 10px 24px rgba(6, 199, 85, 0.4);
	color: #ffffff;
	transform: translateY(-2px);
}

.c-btn--white {
	background: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: 0 4px 14px rgba(23, 57, 92, 0.12);
	color: #17395c;
}

.c-btn--white:hover {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.c-btn--lg {
	font-size: 16px;
	min-width: 280px;
	padding: 18px 48px;
}

.c-btn--sm {
	font-size: 12px;
	padding: 8px 20px;
}

.breadcrumb {
	align-items: center;
	color: #9fb6ca;
	display: flex;
	font-size: 12px;
	gap: 8px;
	padding: 14px 0;
}

.breadcrumb a {
	color: #2472b8;
	transition: opacity 0.3s;
}

.breadcrumb a:hover {
	opacity: 0.7;
}

.breadcrumb span {
	color: #9fb6ca;
}

.c-section-header {
	margin-bottom: 44px;
	text-align: center;
}

.c-section-header__en {
	color: #2472b8;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.c-section-header__title {
	color: #17395c;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 6px;
}

.c-section-header__desc {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 600px;
}

.header {
	position: relative;
	z-index: 100;
}

.header__logo {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 0 0 28px 0;
	box-shadow: 0 4px 18px rgba(23, 57, 92, 0.1);
	display: block;
	left: 0;
	padding: 14px 28px 12px 20px;
	position: absolute;
	text-decoration: none;
	top: 0;
	transition: box-shadow 0.3s;
	z-index: 6;
}

.header__logo:hover {
	box-shadow: 0 6px 24px rgba(23, 57, 92, 0.16);
	opacity: 1;
}

.header__logo-img {
	display: block;
	height: auto;
	width: 200px;
}

.header__hamburger {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(30, 80, 130, 0.3);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 64px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 66px;
	transition: box-shadow 0.3s, transform 0.3s;
	width: 64px;
	z-index: 200;
}

.header__hamburger:hover {
	box-shadow: 0 6px 20px rgba(30, 80, 130, 0.4);
	transform: scale(1.06);
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.header__hamburger-bar {
	background: #ffffff;
	border-radius: 1px;
	display: block;
	height: 2px;
	transition: all 0.3s ease;
	width: 24px;
}

.header__menu-overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 150;
}

.header__menu-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.header__menu-drawer {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 0 0 0 20px;
	box-shadow: 0 8px 30px rgba(15, 40, 65, 0.18);
	opacity: 0;
	padding: 28px 44px;
	position: absolute;
	right: 59px;
	top: 99px;
	transform: translateY(-12px);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.is-active .header__menu-drawer {
	opacity: 1;
	transform: translateY(0);
}

.header__menu-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__menu-link {
	color: #17395c;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
}

.header__menu-link:hover {
	opacity: 0.6;
}

.fv {
	height: 876px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__bg {
	inset: 0;
	position: absolute;
}

.fv__bg-img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__overlay {
	background: linear-gradient(180deg, rgba(10, 30, 50, 0) 55%, rgba(10, 30, 50, 0.35) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.fv__topbar,
.header__topbar {
	align-items: center;
	background: #17395c;
	border-radius: 0 0 0 25px;
	display: flex;
	height: 42px;
	justify-content: center;
	padding: 0 40px 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.fv__topbar-text,
.header__topbar-text {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.fv__inner {
	align-items: flex-end;
	bottom: 36px;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding-right: 46px;
	position: absolute;
	right: 0;
	z-index: 5;
}

.fv__content {
	flex: 1;
	min-width: 0;
}

.fv__badge {
	background: linear-gradient(100deg, #3fb6d3 0%, #2688c4 55%, #1478b8 100%);
	border-radius: 0 999px 999px 0;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 22px 9px 40px;
}

.fv__title {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.55;
	margin: 16px 0 0;
	padding-left: 40px;
	text-shadow: 0 2px 12px rgba(10, 40, 70, 0.45);
}

.fv__desc {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.9;
	margin: 16px 0 0;
	padding-left: 40px;
	text-shadow: 0 1px 8px rgba(10, 40, 70, 0.55);
}

.fv__cta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 14px;
}

.fv__cta-btn {
	align-items: center;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	gap: 10px;
	padding: 12px 34px 12px 22px;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
}

.fv__cta-btn:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.fv__cta-btn--line {
	background: #06c755;
	border: 1px solid #ffffff;
	box-shadow: 0 4px 10px rgba(0, 60, 30, 0.25);
	color: #ffffff;
}

.fv__cta-btn--line:hover {
	box-shadow: 0 8px 18px rgba(0, 60, 30, 0.35);
}

.fv__cta-btn--contact {
	background: #2273b5;
	box-shadow: 0 4px 10px rgba(20, 50, 80, 0.25);
	color: #ffffff;
}

.fv__cta-btn--contact:hover {
	box-shadow: 0 8px 18px rgba(20, 50, 80, 0.35);
}

.fv__cta-btn--works {
	background: #ffffff;
	border: 1px solid #2273b5;
	box-shadow: 0 4px 10px rgba(20, 50, 80, 0.25);
	color: #2273b5;
}

.fv__cta-btn--works:hover {
	box-shadow: 0 8px 18px rgba(20, 50, 80, 0.35);
}

.fv__cta-btn-arrow {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 14%;
}

.fv__cta-btn-line-badge {
	display: block;
	height: 18px;
	width: auto;
}

.fv__side-nav {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
}

.fv__side-nav-item {
	color: #ffffff;
	display: block;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 10px 16px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fv__side-nav-item:hover {
	opacity: 0.7;
}

.fv__line {
	background: linear-gradient(90deg, #57c2d8, #2472b8);
	bottom: 0;
	height: 9px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 5;
}

.page-header {
	background: #ddf2fa;
	padding: 100px 24px 48px;
	position: relative;
	text-align: center;
}

.page-header__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.page-header__en {
	color: #2472b8;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-header__title {
	color: #17395c;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 6px;
}

.page-header__desc {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

.breadcrumb__inner {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 16px;
	gap: 8px;
	padding: 14px 0;
}

.breadcrumb__link {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s;
}

.breadcrumb__link:hover {
	opacity: 0.7;
}

.breadcrumb__separator {
	color: #000;
	font-size: 10px;
}

.breadcrumb__current {
	color: #000;
}

.page-content {
	padding: 60px 0;
}

.news-section {
	margin: 0 auto;
	max-width: 900px;
	padding: 56px 40px 70px;
}

.news-section__title {
	border-bottom: 1px solid #b9cfe0;
	color: #17395c;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-bottom: 14px;
}

.news-section__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 28px;
}

.news-section__item {
	align-items: baseline;
	display: flex;
	gap: 60px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.news-section__item:hover {
	opacity: 0.7;
}

.news-section__date {
	color: #2472b8;
	flex-shrink: 0;
	font-size: 15px;
	min-width: 95px;
}

.news-section__cat {
	color: #17395c;
	flex-shrink: 0;
	font-size: 16px;
	min-width: 80px;
}

.news-section__item-title {
	color: #17395c;
	font-size: 16px;
	text-decoration: none;
}

.news-section__btn-wrap {
	margin-top: 20px;
	text-align: right;
}

.news-section__btn {
	border: 1.5px solid #2472b8;
	border-radius: 999px;
	color: #2472b8;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 24px;
	text-decoration: none;
	transition: all 0.3s;
}

.news-section__btn:hover {
	background: #2472b8;
	color: #ffffff;
	opacity: 1;
}

.news-archive {
	padding: 100px 40px 80px;
}

.news-archive__inner {
	margin: 0 auto;
	max-width: 860px;
}

.news-archive__list {
	display: flex;
	flex-direction: column;
}

.news-archive__card {
	border-bottom: 1px solid #dce7ef;
	display: block;
	padding: 28px 0;
	text-decoration: none;
	transition: background 0.3s;
}

.news-archive__card:first-child {
	border-top: 1px solid #dce7ef;
}

.news-archive__card:hover {
	background: rgba(221, 242, 250, 0.3);
}

.news-archive__card-meta {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 8px;
}

.news-archive__card-date {
	color: #2472b8;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.news-archive__card-cat {
	background: #2472b8;
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 2px 12px;
}

.news-archive__card-title {
	color: #17395c;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

.news-archive__card-excerpt {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 6px;
}

.news-archive__empty {
	color: #9fb6ca;
	font-size: 15px;
	padding: 80px 0;
	text-align: center;
}

.pagination {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 48px;
}

.pagination .page-numbers {
	align-items: center;
	border: 1px solid #dce7ef;
	border-radius: 8px;
	color: #17395c;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 40px;
}

.pagination .page-numbers:hover {
	background: #ddf2fa;
	border-color: #2472b8;
	color: #2472b8;
}

.pagination .page-numbers.current {
	background: #2472b8;
	border-color: #2472b8;
	color: #ffffff;
}

.pagination .prev,
.pagination .next {
	font-size: 16px;
}

.news-single {
	padding: 0 40px 80px;
}

.news-single__inner {
	margin: 100px auto 0;
	max-width: 800px;
}

.news-single__article {
	margin-top: 12px;
}

.news-single__meta {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.news-single__date {
	color: #2472b8;
	font-size: 15px;
	letter-spacing: 0.04em;
}

.news-single__cat {
	background: #2472b8;
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 2px 12px;
}

.news-single__title {
	border-bottom: 2px solid #2472b8;
	color: #17395c;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 40px;
	padding-bottom: 24px;
}

.news-single__body {
	color: #333;
	font-size: 15px;
	line-height: 2;
}

.news-single__body h2 {
	border-bottom: 1px solid #dce7ef;
	color: #17395c;
	font-size: 22px;
	font-weight: 500;
	margin: 48px 0 20px;
	padding-bottom: 10px;
}

.news-single__body h3 {
	border-left: 3px solid #2472b8;
	color: #17395c;
	font-size: 19px;
	font-weight: 500;
	margin: 36px 0 16px;
	padding-left: 14px;
}

.news-single__body h4 {
	color: #17395c;
	font-size: 17px;
	font-weight: 500;
	margin: 28px 0 12px;
}

.news-single__body p {
	margin: 0 0 20px;
}

.news-single__body p:last-child {
	margin-bottom: 0;
}

.news-single__body a {
	color: #2472b8;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.news-single__body a:hover {
	opacity: 0.7;
}

.news-single__body ul,
.news-single__body ol {
	margin: 20px 0;
	padding-left: 1.5em;
}

.news-single__body ul li,
.news-single__body ol li {
	line-height: 1.8;
	margin-bottom: 8px;
}

.news-single__body ul li {
	list-style: disc;
}

.news-single__body ol li {
	list-style: decimal;
}

.news-single__body blockquote {
	background: #e8f4fa;
	border-left: 4px solid #2472b8;
	border-radius: 0 8px 8px 0;
	color: #3d5871;
	font-size: 14px;
	margin: 28px 0;
	padding: 20px 24px;
}

.news-single__body img {
	border-radius: 8px;
	height: auto;
	margin: 20px 0;
	max-width: 100%;
}

.news-single__body table {
	border-collapse: collapse;
	margin: 24px 0;
	width: 100%;
}

.news-single__body table th,
.news-single__body table td {
	border: 1px solid #dce7ef;
	font-size: 14px;
	padding: 12px 16px;
	text-align: left;
}

.news-single__body table th {
	background: #e8f4fa;
	color: #17395c;
	font-weight: 500;
}

.news-single__nav {
	align-items: center;
	border-top: 1px solid #dce7ef;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 32px;
}

.news-single__nav-link {
	align-items: center;
	border: 1px solid #dce7ef;
	border-radius: 999px;
	color: #17395c;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	padding: 14px 32px;
	text-decoration: none;
	transition: all 0.3s;
}

.news-single__nav-link:hover {
	background: #ddf2fa;
	border-color: #2472b8;
	color: #2472b8;
}

.news-single__nav-link--list {
	background: #2472b8;
	border-color: #2472b8;
	color: #ffffff;
}

.news-single__nav-link--list:hover {
	background: #1d5d96;
	color: #ffffff;
}

.news-single__nav-link--disabled {
	pointer-events: none;
	visibility: hidden;
}

.news-single__nav-arrow {
	font-size: 18px;
	line-height: 1;
}

.worries-section {
	background: #ddf2e6;
	padding: 56px 40px 100px;
}

.worries-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.worries-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.worries-section__title {
	color: #2e9e74;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.65;
	margin: 18px 0 0;
}

.worries-section__desc {
	color: #17395c;
	font-size: 15px;
}

.worries-section__cards {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 64px;
}

.worries-section__card {
	align-items: center;
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	padding: 30px 22px;
	text-align: left;
}

.worries-section__card-icon {
	-o-object-fit: contain;
	flex: none;
	height: 100px;
	object-fit: contain;
	width: 100px;
}

.worries-section__card-name {
	color: #2e9e74;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
}

.worries-section__card-text {
	color: #17395c;
	font-size: 14px;
	line-height: 1.8;
	margin: 8px 0 0;
}

.reason-section {
	background: #ffffff;
	padding: 64px 40px 72px;
}

.reason-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.reason-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.reason-section__title {
	font-size: 36px;
	font-weight: 700;
	margin: 16px 0 0;
}

.reason-section__desc {
	color: #17395c;
	font-size: 15px;
}

.reason-section__cards {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 36px;
	text-align: left;
}

.reason-section__card-img {
	border-radius: 4px;
	height: 176px;
	overflow: hidden;
}

.reason-section__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason-section__card-title {
	color: #2472b8;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0;
}

.reason-section__card-text {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.9;
	margin: 10px 0 0;
}

.numbers-section {
	background: linear-gradient(180deg, #faf3e6, #f6ecd8), repeating-linear-gradient(90deg, rgba(200, 170, 120, 0.08) 0 3px, rgba(0, 0, 0, 0) 3px 160px);
	background-blend-mode: multiply;
	padding: 82px 40px;
}

.numbers-section__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.numbers-section__grid {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(4, 1fr);
}

.numbers-section__item {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(120, 90, 40, 0.1);
	display: flex;
	flex-direction: column;
	height: 222px;
	justify-content: center;
	padding: 20px;
	text-align: center;
}

.numbers-section__sub {
	color: #17395c;
	font-size: 17px;
	letter-spacing: 0.15em;
}

.numbers-section__value {
	color: #2472b8;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.3;
}

.numbers-section__value--text {
	font-size: 32px;
	line-height: 1.4;
}

.numbers-section__value--kanji {
	font-size: 46px;
	line-height: 1.3;
}

.numbers-section__unit {
	font-size: 24px;
}

.numbers-section__label {
	color: #17395c;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 14px;
}

.numbers-section__item:nth-child(2) .numbers-section__label {
	font-size: 17px;
	margin-top: 4px;
}

.numbers-section__item:nth-child(3) .numbers-section__label,
.numbers-section__item:nth-child(4) .numbers-section__label {
	font-size: 16px;
	margin-top: 24px;
}

.works-section {
	background: #ffffff;
	padding: 64px 40px 90px;
}

.works-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.works-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.works-section__title {
	color: #17395c;
	font-size: 36px;
	font-weight: 700;
	margin: 16px 0 0;
}

.works-section__desc {
	color: #17395c;
	font-size: 15px;
}

.works-section__cards {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
	text-align: left;
}

.works-section__card {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.works-section__card:hover {
	opacity: 0.8;
}

.works-section__card-img {
	height: 225px;
	overflow: hidden;
}

.works-section__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-section__card-placeholder {
	background: #e8f4fa;
	height: 100%;
	width: 100%;
}

.works-section__card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.works-section__card-cat {
	background: #d9efe3;
	border-radius: 999px;
	color: #2e9e74;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
}

.works-section__card-title {
	color: #2472b8;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
	margin-top: 12px;
}

.works-section__card-tags {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 14px;
}

.works-section__card-tag {
	background: #e8f4fa;
	border-radius: 999px;
	color: #2472b8;
	font-size: 14px;
	padding: 5px 18px;
}

.works-section__more {
	margin-top: 40px;
	text-align: center;
}

.staff-section {
	background: #ffffff;
	padding: 44px 40px 78px;
}

.staff-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.staff-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.staff-section__title {
	color: #17395c;
	font-size: 34px;
	font-weight: 700;
}

.staff-section__cards {
	display: grid;
	gap: 29px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 30px;
	text-align: left;
}

.staff-section__card {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(30, 80, 130, 0.1);
	overflow: hidden;
}

.staff-section__card-img {
	height: 176px;
	overflow: hidden;
	width: 100%;
}

.staff-section__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staff-section__card-placeholder {
	background: #e0e8f0;
	height: 100%;
	width: 100%;
}

.staff-section__card-body {
	padding: 18px 18px 26px;
}

.staff-section__card-name {
	color: #2472b8;
	font-size: 17px;
	font-weight: 500;
}

.staff-section__card-name span {
	color: #5a748c;
	font-size: 13px;
	font-weight: 400;
}

.staff-section__card-detail {
	color: #17395c;
	font-size: 14px;
	margin-top: 12px;
}

.staff-section__card-detail + .staff-section__card-detail {
	margin-top: 4px;
}

.staff-section__card-comment {
	color: #17395c;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 14px;
}

.message-section {
	background: url("../img/wood-bg.jpg") center/cover no-repeat;
	overflow: hidden;
	padding: 94px 40px;
}

.message-section__inner {
	margin: 0 auto;
	max-width: 830px;
}

.message-section__grid {
	align-items: start;
	display: grid;
	gap: 66px;
	grid-template-columns: 235px 1fr;
}

.message-section__image {
	display: block;
	overflow: hidden;
	width: 100%;
}

.message-section__image img {
	display: block;
	height: auto;
	width: 100%;
}

.message-section__placeholder {
	background: #e0e8f0;
	border-radius: 8px;
	height: 330px;
	width: 100%;
}

.message-section__en {
	color: #2472b8;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.message-section__title {
	color: #2273b5;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.6;
	margin: 22px 0 0;
}

.message-section__text {
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	margin: 15px 0 0;
}

.message-section__btn-wrap {
	margin-top: 30px;
}

.message-section__btn {
	background: #1d6ba8;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(30, 80, 130, 0.3);
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 56px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.message-section__btn:hover {
	box-shadow: 0 8px 18px rgba(30, 80, 130, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.inspection-section {
	background: linear-gradient(100deg, #3fb6d3 0%, #2688c4 55%, #1478b8 100%);
	overflow: hidden;
	padding: 64px 40px 60px;
}

.inspection-section__inner {
	margin: 0 auto;
	max-width: 1200px;
}

.inspection-section__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: 1.15fr 0.85fr;
}

.inspection-section__body {
	color: #ffffff;
}

.inspection-section__en {
	color: #155a86;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.inspection-section__title {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.65;
	margin: 26px 0 0;
}

.inspection-section__title span {
	color: #f5c33b;
}

.inspection-section__text {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
	margin: 24px 0 0;
}

.inspection-section__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.inspection-section__tag {
	background: #ffffff;
	border: 1px solid #f5c33b;
	border-radius: 40px;
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 35px;
}

.inspection-section__image {
	height: 305px;
	overflow: hidden;
}

.inspection-section__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-section {
	background: #e8f4fa;
	padding: 40px 24px 65px;
}

.service-section--home {
	background: #e3f2f9;
	padding: 56px 40px 84px;
}

.service-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.service-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.service-section__title {
	color: #17395c;
	font-size: 36px;
	font-weight: 700;
	margin: 16px 0 0;
}

.service-section__desc {
	color: #000;
	font-size: 15px;
	margin: 0;
}

.service-section__header {
	margin-bottom: 48px;
	text-align: center;
}

.service-section__cards {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(3, 1fr);
	text-align: left;
}

.service-section__card {
	background: #ffffff;
	border-radius: 8px;
	display: block;
	min-height: 104px;
	padding: 36px 26px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-section__card:hover {
	box-shadow: 0 12px 32px rgba(23, 57, 92, 0.13);
	opacity: 1;
	transform: translateY(-4px);
}

.service-section__card-num {
	color: #2472b8;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.service-section__card-img {
	aspect-ratio: 16/10;
	border-radius: 8px;
	margin-top: 14px;
	overflow: hidden;
}

.service-section__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-section__card-title {
	color: #17395c;
	font-size: 22px;
	font-weight: 700;
}

.service-section__card-text {
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 5px;
}

.service-section__more {
	margin-top: 40px;
	text-align: center;
}

.service-intro {
	overflow: hidden;
	padding: 60px 0 70px;
	position: relative;
}

.service-intro__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 24px;
}

.service-intro__title {
	color: #17395c;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 18px;
}

.service-intro__text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.service-intro__text:last-child {
	margin-bottom: 0;
}

.service-intro__image {
	box-shadow: 0 12px 30px rgba(23, 57, 92, 0.12);
	overflow: hidden;
}

.service-intro__image img {
	display: block;
	width: 100%;
}

.service-featured {
	padding: 0 0 64px;
}

.service-featured__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.service-featured__header {
	margin-bottom: 36px;
	text-align: center;
}

.service-featured__en {
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.service-featured__title {
	color: #17395c;
	font-size: 28px;
	font-weight: 900;
	margin-top: 8px;
}

.service-featured__content {
	align-items: start;
	display: grid;
	gap: 36px;
	grid-template-columns: 0.9fr 1.1fr;
}

.service-featured__image {
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(23, 57, 92, 0.12);
	overflow: hidden;
}

.service-featured__image img {
	display: block;
	height: auto;
	width: 100%;
}

.service-featured__desc {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.service-featured__boxes {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.service-featured__box {
	border-radius: 10px;
	padding: 24px 28px;
}

.service-featured__box:first-child {
	background: #e8f4fa;
}

.service-featured__box:last-child {
	background: #2472b8;
	color: #ffffff;
}

.service-featured__box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.service-featured__box:first-child .service-featured__box-title {
	color: #17395c;
}

.service-featured__box:last-child .service-featured__box-title {
	color: #ffffff;
}

.service-featured__box-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-featured__box-list li {
	font-size: 14px;
	line-height: 1.7;
	padding: 6px 0 6px 24px;
	position: relative;
}

.service-featured__box:first-child .service-featured__box-list li {
	color: #3d5871;
}

.service-featured__box:last-child .service-featured__box-list li {
	color: rgba(255, 255, 255, 0.92);
}

.service-featured__box-list li::before {
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 8px;
}

.service-featured__box:first-child .service-featured__box-list li::before {
	background: #3aa8cc;
}

.service-featured__box:last-child .service-featured__box-list li::before {
	background: #ffe27a;
}

.service-featured__related {
	margin-top: 48px;
}

.service-featured__related-title {
	color: #17395c;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.service-featured__related-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.service-featured__related-card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(23, 57, 92, 0.08);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s;
}

.service-featured__related-card:hover {
	opacity: 1;
	transform: translateY(-3px);
}

.service-featured__related-card-img {
	height: 160px;
	overflow: hidden;
}

.service-featured__related-card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-featured__related-card-placeholder {
	background: #e8f4fa;
	height: 100%;
	width: 100%;
}

.service-featured__related-card-title {
	color: #17395c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 16px;
}

.service-featured__related-empty {
	color: #9fb6ca;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.service-detail {
	background: #ddf2fa;
	padding: 64px 24px;
}

.service-detail__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.service-detail__content {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 0.4fr;
}

.service-detail__panel {
	align-items: start;
	background: #ffffff;
	border-radius: 10px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	padding: 20px;
}

.service-detail__num {
	color: #3aa8cc;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.service-detail__title {
	color: #17395c;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 50px;
}

.service-detail__catch {
	color: #3aa8cc;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 16px;
}

.service-detail__text {
	color: #5a748c;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 28px;
}

.service-detail__boxes {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.service-detail__box {
	border-radius: 15px;
	padding: 8px 29px;
}

.service-detail__box--trouble {
	background: #e8f4fa;
}

.service-detail__box--solution {
	background: #2472b8;
	color: #ffffff;
}

.service-detail__box-title {
	background: #2472b8;
	border-radius: 0 999px 999px 0;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: -29px;
	padding: 2px 25px 2px 28px;
}

.service-detail__box--solution .service-detail__box-title {
	background: #ffffff;
	color: #2472b8;
}

.service-detail__box-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-detail__box-list li {
	font-size: 14px;
	line-height: 1.1;
	padding: 4px 0 4px 20px;
	position: relative;
}

.service-detail__box--trouble .service-detail__box-list li {
	color: #3d5871;
}

.service-detail__box--solution .service-detail__box-list li {
	color: rgba(255, 255, 255, 0.92);
}

.service-detail__box-list li::before {
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 8px;
	position: absolute;
	top: 11px;
	width: 4px;
}

.service-detail__box--trouble .service-detail__box-list li::before {
	background: #3aa8cc;
}

.service-detail__box--solution .service-detail__box-list li::before {
	background: #ffffff;
}

.service-detail__related-title {
	color: #3aa8cc;
	font-size: 19px;
	font-weight: 700;
}

.service-detail__related-card {
	background: #ffffff;
	border: 1px solid #e3ecf3;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(23, 57, 92, 0.08);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s;
}

.service-detail__related-card:hover {
	opacity: 1;
	transform: translateY(-3px);
}

.service-detail__related-card-img {
	height: 180px;
	overflow: hidden;
}

.service-detail__related-card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-detail__related-card-placeholder {
	background: #e8f4fa;
	height: 100%;
	width: 100%;
}

.service-detail__related-card-body {
	padding: 14px 16px;
	text-align: center;
}

.service-detail__related-card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.service-detail__related-card-cats span {
	background: linear-gradient(135deg, #2e9e74, #3aa17e);
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
}

.service-detail__related-card-title {
	color: #3aa8cc;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}

.service-detail__related-card-more {
	background: linear-gradient(100deg, #3fb6d3 0%, #2688c4 55%, #1478b8 100%);
	border: none;
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-align: center;
}

.case-intro {
	overflow: hidden;
	padding: 60px 0 70px;
	position: relative;
}

.case-intro__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 24px;
}

.case-intro__title {
	color: #17395c;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 18px;
}

.case-intro__text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.case-intro__text:last-child {
	margin-bottom: 0;
}

.case-intro__image {
	box-shadow: 0 12px 30px rgba(23, 57, 92, 0.12);
	overflow: hidden;
}

.case-intro__image img {
	display: block;
	width: 100%;
}

.case-tags {
	padding: 40px 0 32px;
}

.case-tags__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.case-tags__badge {
	background: #ffffff;
	border: 1.5px solid #dce7ef;
	border-radius: 999px;
	color: #5a748c;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.case-tags__badge:hover,
.case-tags__badge.is-active {
	background: linear-gradient(100deg, #3fb6d3 0%, #2688c4 55%, #1478b8 100%);
	border-color: transparent;
	color: #ffffff;
	opacity: 1;
}

.case-archive {
	background: linear-gradient(180deg, #f8efe0 0%, #f3e7d2 100%);
	padding: 40px 0 0;
}

.case-archive__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 40px;
}

.case-archive__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
}

.case-archive__card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(23, 57, 92, 0.08);
	display: block;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-archive__card-link {
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-archive__card-link:hover .case-archive__card {
	box-shadow: 0 10px 30px rgba(23, 57, 92, 0.14);
	transform: translateY(-4px);
}

.case-archive__card-link:hover {
	opacity: 1;
}

.case-archive__card-img {
	height: 180px;
	overflow: hidden;
}

.case-archive__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-archive__card-placeholder {
	align-items: center;
	background: #e8f4fa;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.case-archive__card-body {
	padding: 18px 20px 22px;
}

.case-archive__card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.case-archive__card-cat {
	background: #e2f2ea;
	border-radius: 4px 999px 999px 4px;
	color: #2e9e74;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 0 30px 0 10px;
}

.case-archive__card-title {
	color: #2472b8;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 6px;
}

.case-archive__card-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10px;
	overflow: hidden;
}

.case-archive__card-meta {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 22px;
}

.case-archive__card-meta span {
	background: #e8f4fa;
	border-radius: 0 999px 999px 0;
	color: #2472b8;
	font-size: 12px;
	line-height: 1.7;
	padding: 2px 14px 2px 8px;
}

.case-archive__card-more-wrap {
	text-align: center;
}

.case-archive__card-more {
	align-items: center;
	background: linear-gradient(100deg, #3fb6d3 0, #2688c4 55%, #1478b8 100%);
	border: none;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	padding: 10px 70px;
	text-decoration: none;
	transition: all 0.3s;
}

.case-archive__card-more:hover {
	opacity: 0.85;
}

.case-archive__empty {
	color: #9fb6ca;
	font-size: 14px;
	padding: 60px 0;
	text-align: center;
}

.case-cta {
	padding: 64px 24px;
	text-align: center;
}

.case-cta__box {
	margin: 0 auto;
	max-width: 1000px;
}

.case-cta__heading {
	color: #17395c;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 16px;
}

.case-cta__desc {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.case-cta__text {
	color: #17395c;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 24px;
}

.case-cta__text span {
	color: #2472b8;
}

.case-cta__btn {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(36, 114, 184, 0.3);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	padding: 14px 40px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-cta__btn:hover {
	box-shadow: 0 12px 28px rgba(36, 114, 184, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
}

.pagination a,
.pagination span {
	align-items: center;
	border-radius: 8px;
	color: #5a748c;
	display: inline-flex;
	font-size: 14px;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pagination a:hover {
	background: #e8f4fa;
	color: #2472b8;
	opacity: 1;
}

.pagination .current {
	background: #17395c;
	color: #ffffff;
}

.pagination .dots {
	color: #9fb6ca;
}

.single-case {
	background: linear-gradient(180deg, #f8efe0 0%, #f3e7d2 100%);
}

.single-case__inner {
	margin: 150px auto;
	max-width: 1180px;
	padding: 0 40px;
}

.single-case__card {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 6px 24px rgba(23, 57, 92, 0.08);
	padding: 30px 40px;
}

.single-case__grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
}

.single-case__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.single-case__cat {
	background: #e2f2ea;
	border-radius: 4px 999px 999px 4px;
	color: #2e9e74;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 0 30px 0 10px;
}

.single-case__title {
	color: #2472b8;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-top: 8px;
}

.single-case__excerpt {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.single-case__body {
	color: #17395c;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.single-case__body h2 {
	border-bottom: 2px solid #2472b8;
	color: #17395c;
	font-size: 20px;
	font-weight: 700;
	margin: 32px 0 14px;
	padding-bottom: 8px;
}

.single-case__body h3 {
	color: #17395c;
	font-size: 17px;
	font-weight: 700;
	margin: 24px 0 10px;
}

.single-case__body p {
	margin-bottom: 16px;
}

.single-case__body img {
	border-radius: 8px;
	height: auto;
	margin: 16px 0;
	max-width: 100%;
}

.single-case__body ul,
.single-case__body ol {
	margin-bottom: 16px;
	padding-left: 24px;
}

.single-case__body li {
	list-style: disc;
	margin-bottom: 4px;
}

.single-case__body ol li {
	list-style: decimal;
}

.single-case__info {
	display: grid;
	gap: 0;
	grid-template-columns: 100px 1fr;
}

.single-case__info-item {
	display: contents;
}

.single-case__info-label {
	border-bottom: 1px solid #e3ecf3;
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 0;
}

.single-case__info-value {
	border-bottom: 1px solid #e3ecf3;
	color: #17395c;
	font-size: 14px;
	line-height: 1.7;
	padding: 12px 0 12px 16px;
}

.single-case__consultation {
	background: #e8f4fa;
	border-radius: 15px;
	margin-bottom: 16px;
	padding: 8px 29px;
}

.single-case__consultation-badge {
	background: #2472b8;
	border-radius: 0 999px 999px 0;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: -29px;
	padding: 2px 25px 2px 28px;
}

.single-case__consultation-box p {
	color: #3d5871;
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 0 4px 20px;
	position: relative;
}

.single-case__proposal {
	background: #2472b8;
	border-radius: 15px;
	color: #ffffff;
	margin-bottom: 24px;
	padding: 8px 29px;
}

.single-case__proposal-badge {
	background: #ffffff;
	border-radius: 0 999px 999px 0;
	color: #2472b8;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: -29px;
	padding: 2px 25px 2px 28px;
}

.single-case__proposal-box p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 0 4px 20px;
	position: relative;
}

.single-case__ba {
	margin-bottom: 40px;
}

.single-case__ba-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
}

.single-case__ba-item {
	position: relative;
}

.single-case__ba-label {
	background: #5d656d;
	border-radius: 7px 7px 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding: 0 18px;
}

.single-case__ba-label--after {
	background: #2472b8;
}

.single-case__ba-img {
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(23, 57, 92, 0.1);
	overflow: hidden;
}

.single-case__ba-img img {
	display: block;
	height: auto;
	width: 100%;
}

.single-case__ba-text {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 12px;
}

.single-case__ba-text--after {
	color: #2472B9;
}

.single-case__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 40px;
}

.single-case__tag {
	background: #e8f4fa;
	border: 1px solid #dce7ef;
	border-radius: 0 15px 15px 0;
	color: #2472b8;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 0 30px 0 10px;
}

.single-case__points {
	margin-bottom: 40px;
}

.single-case__points-badge {
	background: #e2f2ea;
	border-radius: 0 999px 999px 0;
	color: #2e9e74;
	display: block;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 0 -40px;
	padding: 8px 60px 8px 36px;
	width: -moz-fit-content;
	width: fit-content;
}

.single-case__points-grid {
	border-radius: 0 10px 10px 10px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

.single-case__point {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(23, 57, 92, 0.08);
	overflow: hidden;
}

.single-case__point-img {
	overflow: hidden;
}

.single-case__point-img img {
	-o-object-fit: cover;
	display: block;
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.single-case__point-title {
	color: #2e9e74;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	padding: 14px 16px 4px;
}

.single-case__point-text {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	padding: 10px 16px 16px;
}

.single-case__voice {
	margin-bottom: 40px;
}

.single-case__voice-badge {
	background: #ffffff;
	border-radius: 30px;
	color: #3AA8D0;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding: 0 18px;
}

.single-case__voice-box {
	background: #e8f4fa;
	border-radius: 0 10px 10px 10px;
	padding: 28px 32px;
}

.single-case__voice-content {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.single-case__voice-content p {
	color: #17395c;
	font-size: 14px;
	line-height: 1.9;
}

.single-case__voice-avatar {
	background: #dce7ef;
	border-radius: 50%;
	flex-shrink: 0;
	height: 56px;
	min-width: 56px;
	overflow: hidden;
	width: 56px;
}

.single-case__voice-avatar img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-case__staff-comment {
	margin-bottom: 40px;
}

.single-case__staff-comment:last-child {
	margin-bottom: 0;
}

.single-case__staff-comment-badge {
	background: #ffffff;
	border-radius: 30px;
	color: #2E9E7A;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
}

.single-case__staff-comment-box {
	background: #e2f2ea;
	border-radius: 0 10px 10px 10px;
	padding: 28px 32px;
}

.single-case__staff-comment-content {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.single-case__staff-comment-content p {
	color: #17395c;
	font-size: 14px;
	line-height: 1.9;
}

.single-case__staff-comment-avatar {
	background: #dce7ef;
	border-radius: 50%;
	flex-shrink: 0;
	height: 56px;
	min-width: 56px;
	overflow: hidden;
	width: 56px;
}

.single-case__staff-comment-avatar img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.related-posts {
	background: url("../../img/wood-bg.jpg") center/cover no-repeat;
	padding: 60px 0;
}

.related-posts__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 40px;
}

.related-posts__title {
	color: #2e9e74;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 28px;
	text-align: center;
}

.related-posts__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.related-posts__card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(23, 57, 92, 0.08);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.related-posts__card:hover {
	opacity: 1;
	transform: translateY(-3px);
}

.related-posts__card-img {
	height: 160px;
	overflow: hidden;
}

.related-posts__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.related-posts__card-placeholder {
	background: #e8f4fa;
	height: 100%;
	width: 100%;
}

.related-posts__card-body {
	padding: 14px 16px;
}

.related-posts__card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 4px;
}

.related-posts__card-cat {
	background: #e2f2ea;
	border-radius: 4px;
	color: #2e9e74;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
}

.related-posts__card-title {
	color: #2e9e74;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.company-intro {
	overflow: hidden;
	padding: 30px 0 130px;
	position: relative;
}

.company-intro__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 24px;
}

.company-intro__title {
	color: #17395c;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 18px;
}

.company-intro__text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.company-intro__text:last-child {
	margin-bottom: 0;
}

.company-intro__image {
	box-shadow: 0 12px 30px rgba(23, 57, 92, 0.12);
	overflow: hidden;
}

.company-intro__image img {
	display: block;
	width: 100%;
}

.company-values {
	background: #e8f4fa;
	padding: 80px 24px;
}

.company-values__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.company-values__header {
	margin-bottom: 18px;
	text-align: center;
}

.company-values__en {
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.company-values__title {
	color: #17395c;
	font-size: 32px;
	font-weight: 500;
	margin-top: 8px;
}

.company-values__cards {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 36px;
	text-align: left;
}

.company-values__card-img {
	border-radius: 4px;
	height: 176px;
	overflow: hidden;
}

.company-values__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-values__card-title {
	color: #2472b8;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0;
}

.company-values__card-text {
	color: #000;
	font-size: 15px;
	line-height: 1.9;
	margin: 4px 0 0;
}

.company-section {
	background: #ffffff;
	padding: 60px 24px;
}

.company-section__inner {
	margin: 0 auto;
	max-width: 800px;
}

.company-section__header {
	margin-bottom: 36px;
	text-align: center;
}

.company-section__en {
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.company-section__title {
	color: #17395c;
	font-size: 28px;
	font-weight: 900;
	margin-top: 8px;
}

.company-section__table {
	border-collapse: collapse;
	width: 100%;
}

.company-section__table th,
.company-section__table td {
	border-bottom: 1px solid #e3ecf3;
	font-size: 14px;
	line-height: 1.7;
	padding: 16px 20px;
	text-align: left;
	vertical-align: top;
}

.company-section__table th {
	color: #2472b8;
	font-weight: 700;
	white-space: nowrap;
	width: 150px;
}

.company-section__table td {
	color: #17395c;
}

.company-section__table td a {
	color: #2472b8;
	text-decoration: none;
	transition: opacity 0.3s;
}

.company-section__table td a:hover {
	opacity: 0.7;
}

.company-map {
	padding: 0;
}

.company-map__inner {
	width: 100%;
}

.company-map__header {
	margin-bottom: 24px;
	text-align: center;
}

.company-map__en {
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.company-map__title {
	color: #17395c;
	font-size: 28px;
	font-weight: 900;
	margin-top: 8px;
}

.company-map__embed {
	height: 300px;
	overflow: hidden;
}

.company-map__embed iframe {
	border: none;
	display: block;
	height: 100%;
	width: 100%;
}

.company-map__placeholder {
	align-items: center;
	background: #e8f4fa;
	color: #9fb6ca;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.company-map__placeholder-text {
	color: #9fb6ca;
	font-size: 14px;
}

.contact-intro {
	overflow: hidden;
	padding: 30px 0 130px;
	position: relative;
}

.contact-intro__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 24px;
}

.contact-intro__title {
	color: #17395c;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 18px;
}

.contact-intro__text {
	color: #2472b8;
	font-size: 16px;
	line-height: 1.6;
}

.contact-intro__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-intro__list li {
	color: #3d5871;
	font-size: 14px;
	line-height: 1.7;
	padding: 6px 0 6px 20px;
	position: relative;
}

.contact-intro__list li::before {
	color: #3aa8cc;
	content: "・";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.contact-intro__image {
	box-shadow: 0 12px 30px rgba(23, 57, 92, 0.12);
	overflow: hidden;
}

.contact-intro__image img {
	display: block;
	width: 100%;
}

.contact-phone {
	background: #ddf2fa;
	padding: 48px 24px;
}

.contact-phone__inner {
	margin: 0 auto;
	max-width: 700px;
}

.contact-phone__box {
	text-align: center;
}

.contact-phone__title {
	color: #17395c;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 24px;
}

.contact-phone__tel {
	align-items: center;
	color: #2472b8;
	display: inline-flex;
	font-size: 44px;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact-phone__tel:hover {
	opacity: 0.8;
}

.contact-phone__tel-icon {
	background: #2472b8;
	border-radius: 50%;
	display: inline-block;
	height: 36px;
	position: relative;
	width: 36px;
}

.contact-phone__tel-icon::after {
	color: #ffffff;
	content: "☎";
	font-size: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact-phone__hours {
	color: #5a748c;
	font-size: 13px;
	margin-top: 12px;
}

.contact-phone__holidays {
	color: #9fb6ca;
	font-size: 12px;
	margin-top: 4px;
}

.contact-line {
	background: #ffffff;
	padding: 48px 24px;
}

.contact-line__inner {
	margin: 0 auto;
	max-width: 700px;
}

.contact-line__box {
	text-align: center;
}

.contact-line__title {
	color: #17395c;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 24px;
}

.contact-line__btn {
	align-items: center;
	background: #06c755;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(6, 199, 85, 0.3);
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	padding: 16px 40px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.contact-line__btn:hover {
	box-shadow: 0 10px 24px rgba(6, 199, 85, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.contact-line__btn-icon {
	background: #ffffff;
	border-radius: 4px;
	color: #06c755;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	padding: 2px 8px;
}

.contact-form-section {
	background: #ddf2fa;
	padding: 56px 24px 64px;
}

.contact-form-section__inner {
	margin: 0 auto;
	max-width: 700px;
}

.contact-form-section__title {
	color: #17395c;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 32px;
	text-align: center;
}

.contact-form__row {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}

.contact-form__field--full {
	margin-bottom: 20px;
}

.contact-form__label {
	align-items: center;
	color: #17395c;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 6px;
}

.contact-form__required {
	background: #d96c2c;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
}

.contact-form__input,
.contact-form__select,
.contact-form__file {
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding: 12px 16px;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-form__input::-moz-placeholder,
.contact-form__select::-moz-placeholder,
.contact-form__file::-moz-placeholder {
	color: #9fb6ca;
}

.contact-form__input::placeholder,
.contact-form__select::placeholder,
.contact-form__file::placeholder {
	color: #9fb6ca;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__file:focus {
	border-color: #2472b8;
	box-shadow: 0 0 0 3px rgba(36, 114, 184, 0.1);
	outline: none;
}

.contact-form__textarea {
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	min-height: 200px;
	padding: 14px 16px;
	resize: vertical;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-form__textarea::-moz-placeholder {
	color: #9fb6ca;
}

.contact-form__textarea::placeholder {
	color: #9fb6ca;
}

.contact-form__textarea:focus {
	border-color: #2472b8;
	box-shadow: 0 0 0 3px rgba(36, 114, 184, 0.1);
	outline: none;
}

.contact-form__privacy {
	margin-bottom: 24px;
	text-align: center;
}

.contact-form__privacy label {
	align-items: center;
	color: #3d5871;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
}

.contact-form__privacy input[type=checkbox] {
	height: 16px;
	width: 16px;
}

.contact-form__submit {
	text-align: center;
}

.contact-form__submit-btn {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(36, 114, 184, 0.3);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.3em;
	min-width: 240px;
	padding: 16px 48px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.contact-form__submit-btn:hover {
	box-shadow: 0 12px 30px rgba(36, 114, 184, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.contact-options {
	background: #ddf2fa;
	padding: 56px 24px 64px;
}

.contact-options__inner {
	margin: 0 auto;
	max-width: 900px;
}

.contact-options__card {
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 36px 32px;
	text-align: center;
}

.contact-options__card--white {
	background: #ffffff;
}

.contact-options__card:last-child {
	margin-bottom: 0;
}

.contact-options__card-title {
	color: #17395c;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 40px;
}

.contact-options__card-hours {
	color: #9fb6ca;
	font-size: 13px;
	margin-bottom: 8px;
}

.contact-options__card-tel {
	color: #2472b8;
	display: block;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 8px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact-options__card-tel:hover {
	opacity: 0.8;
}

.contact-options__card-note {
	color: #5a748c;
	font-size: 13px;
}

.contact-options__card-text {
	color: #3d5871;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 16px;
}

.contact-options__card-line-btn {
	align-items: center;
	background: #06c755;
	border: none;
	border-radius: 5px;
	box-shadow: 0 6px 18px rgba(6, 199, 85, 0.3);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	margin-top: 30px;
	padding: 9px 36px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.contact-options__card-line-btn:hover {
	box-shadow: 0 10px 24px rgba(6, 199, 85, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.contact-options__arrow {
	font-size: 30px;
	line-height: 1;
}

.contact-options__card-form-wrap {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
}

.contact-options__card-form-wrap label {
	align-items: center;
	color: #17395c;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 6px;
}

.contact-options__card-form-wrap input[type=text],
.contact-options__card-form-wrap input[type=email],
.contact-options__card-form-wrap input[type=tel],
.contact-options__card-form-wrap select {
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding: 12px 16px;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-options__card-form-wrap input[type=text]:focus,
.contact-options__card-form-wrap input[type=email]:focus,
.contact-options__card-form-wrap input[type=tel]:focus,
.contact-options__card-form-wrap select:focus {
	border-color: #2472b8;
	box-shadow: 0 0 0 3px rgba(36, 114, 184, 0.1);
	outline: none;
}

.contact-options__card-form-wrap textarea {
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	min-height: 180px;
	padding: 14px 16px;
	resize: vertical;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-options__card-form-wrap textarea:focus {
	border-color: #2472b8;
	box-shadow: 0 0 0 3px rgba(36, 114, 184, 0.1);
	outline: none;
}

.contact-options__card-form-wrap input[type=submit] {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(36, 114, 184, 0.3);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.3em;
	min-width: 242px;
	padding: 16px 48px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.contact-options__card-form-wrap input[type=submit]:hover {
	box-shadow: 0 12px 30px rgba(36, 114, 184, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

.contact-options__card-form-placeholder {
	color: #9fb6ca;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.cf7-row {
	display: grid;
	gap: 0 24px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}

.cf7-col label {
	align-items: center;
	color: #17395c;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 6px;
}

.cf7-required {
	background: #d96c2c;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	padding: 2px 8px;
}

.cf7-row-full {
	margin-bottom: 20px;
}

.cf7-row-full label {
	align-items: center;
	color: #17395c;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 6px;
}

.cf7-agree {
	color: #17395c;
	font-size: 14px;
	margin: 30px 0;
	text-align: center;
}

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

.cf7-agree .wpcf7-list-item-label {
	font-size: 18px;
}

.cf7-submit {
	text-align: center;
}

.wpcf7 form {
	margin: 0;
	padding: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 .wpcf7-form-control {
	box-sizing: border-box;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	outline: none;
	padding: 12px 16px;
	transition: border-color 0.3s ease;
	width: 100%;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: #2472b8;
	box-shadow: 0 0 0 3px rgba(36, 114, 184, 0.1);
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 input[type=url]::-moz-placeholder,
.wpcf7 input[type=number]::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	color: #9fb6ca;
}

.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
	color: #9fb6ca;
}

.wpcf7 textarea {
	min-height: 180px;
	resize: vertical;
}

.wpcf7 select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235a748c'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-right: 40px;
}

.wpcf7 input[type=file] {
	background: #ffffff;
	border: 1px solid #c7d6e2;
	border-radius: 6px;
	color: #17395c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding: 10px 16px;
	width: 100%;
}

.wpcf7 input[type=submit] {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(36, 114, 184, 0.3);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.3em;
	min-width: 242px;
	padding: 16px 48px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.wpcf7 input[type=submit]:hover {
	box-shadow: 0 12px 30px rgba(36, 114, 184, 0.4);
	opacity: 1;
	transform: translateY(-2px);
}

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

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

.wpcf7 .wpcf7-not-valid-tip {
	color: #d96c2c;
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok {
	border: none;
	border-radius: 6px;
	font-size: 14px;
	margin: 20px 0 0;
	padding: 12px 16px;
	text-align: center;
}

.wpcf7 .wpcf7-validation-errors {
	background: #fef2f2;
	color: #dc2626;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #f0fdf4;
	color: #16a34a;
}

.wpcf7 .wpcf7-response-output {
	border: none;
	border-radius: 6px;
	font-size: 14px;
	margin: 20px 0 0;
	padding: 12px 16px;
	text-align: center;
}

.wpcf7 p {
	margin: 0;
	padding: 0;
}

.flow-section {
	background: #ddf2e6;
	padding: 56px 40px 76px;
}

.flow-section__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.flow-section__en {
	color: #2472b8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.flow-section__title {
	color: #2e9e74;
	font-size: 36px;
	font-weight: 700;
	margin: 16px 0 0;
}

.flow-section__steps {
	align-items: center;
	display: flex;
	margin-top: 35px;
}

.flow-section__step-wrap {
	align-items: center;
	display: flex;
	flex: 1;
}

.flow-section__step-card {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 26px 6px 28px;
	text-align: center;
}

.flow-section__step {
	background: #ffffff;
	border-radius: 6px;
	flex: 1;
	padding: 26px 6px 28px;
	text-align: center;
}

.flow-section__step-circle {
	align-items: center;
	display: flex;
	justify-content: center;
}

.flow-section__step-num {
	align-items: center;
	background: #2e9e74;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	margin: 0 auto;
	width: 34px;
}

.flow-section__step-label {
	color: #17395c;
	font-size: 15px;
	margin-top: 16px;
}

.flow-section__step-arrow {
	border-bottom: 9px solid transparent;
	border-left: 12px solid #2e9e74;
	border-top: 9px solid transparent;
	flex: none;
	height: 0;
	margin: 0 2px;
	width: 0;
}

.flow-section__header {
	margin-bottom: 48px;
	text-align: center;
}

.flow-section__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(6, 1fr);
}

.flow-section__card {
	background: #ffffff;
	border: 1px solid #e3ecf3;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(23, 57, 92, 0.06);
	padding: 24px 14px;
	text-align: center;
}

.flow-section__card-num {
	align-items: center;
	background: #2e9e74;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	margin: 0 auto 12px;
	width: 44px;
}

.flow-section__card-title {
	color: #17395c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 6px;
}

.flow-section__card-text {
	color: #5a748c;
	font-size: 12px;
	line-height: 1.6;
}

.footer-cta {
	background: url("../../img/wood-bg.jpg") center/cover no-repeat;
	padding: 72px 40px 84px;
	text-align: center;
}

.footer-cta--gradient {
	background: linear-gradient(90deg, #56c3da 0%, #2f96c8 55%, #1478b8 100%);
	overflow: hidden;
	padding: 78px 40px 84px;
	text-align: left;
}

.footer-cta__inner {
	margin: 0 auto;
	max-width: 1355px;
}

.footer-cta__grid {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
}

.footer-cta__catch {
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}

.footer-cta__tel-row {
	align-items: flex-start;
	display: flex;
	gap: 11px;
}

.footer-cta__tel-group {
	align-items: center;
	display: flex;
	gap: 12px;
}

.footer-cta__tel-icon {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 36px;
}

.footer-cta__tel {
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: none;
}

.footer-cta__hours {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding-top: 4px;
}

.footer-cta__btns {
	display: flex;
	flex-wrap: nowrap;
	gap: 11px;
	margin-top: 20px;
}

.footer-cta__btn {
	align-items: center;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 34px 8px 34px;
	padding-right: 48px;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.footer-cta__btn:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.footer-cta__btn--tel {
	background: #ffffff;
	border: 1.5px solid #2472b8;
	color: #2472b8;
}

.footer-cta__btn--line {
	background: #06c755;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
	gap: 8px;
	padding: 8px 48px 8px 24px;
}

.footer-cta__btn--form {
	background: #ffffff;
	border: 1.5px solid #2472b8;
	color: #2472b8;
	padding: 8px 48px 8px 30px;
}

.footer-cta__btn-arrow {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 32px;
	top: 44%;
	transform: translateY(-50%);
}

.footer-cta__btn-line-badge {
	display: block;
	height: 30px;
	width: auto;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__hours {
	color: #000;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btns {
	justify-content: center;
	margin-top: 32px;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btn {
	border-radius: 6px;
	flex: 1;
	font-size: 17px;
	font-weight: 500;
	gap: 8px;
	justify-content: center;
	max-width: 260px;
	padding: 12px 48px 12px 24px;
	position: relative;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btn--tel {
	background: #ffffff;
	border: 1.5px solid #2472b8;
	color: #2472b8;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btn--line {
	background: #06c755;
	border: none;
	color: #ffffff;
	padding: 12px 48px 12px 24px;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btn--form {
	background: #ffffff;
	border: 1.5px solid #2472b8;
	color: #2472b8;
}

.footer-cta__en {
	color: #2472b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.footer-cta__header {
	margin-bottom: 32px;
}

.footer-cta__heading {
	color: #17395c;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
}

.footer-cta__desc {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 12px;
}

.footer-cta__tel-wrap {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 8px;
	margin-top: 43px;
}

.footer-cta__tel-wrap .footer-cta__tel-icon {
	width: 48px;
}

.footer-cta__tel-wrap .footer-cta__tel {
	color: #17395c;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.contact-cta {
	background: #ffffff;
	padding: 64px 24px;
	text-align: center;
}

.contact-cta__title {
	color: #17395c;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 8px;
}

.contact-cta__desc {
	color: #5a748c;
	font-size: 14px;
	margin-bottom: 24px;
}

.contact-cta__phone {
	color: #2472b8;
	display: block;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact-cta__phone:hover {
	opacity: 0.8;
}

.contact-cta__phone-hours {
	color: #9fb6ca;
	font-size: 12px;
	margin-bottom: 24px;
}

.contact-cta__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.contact-cta__btn {
	align-items: center;
	background: #ffffff;
	border: 2px solid #17395c;
	border-radius: 999px;
	color: #17395c;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	padding: 14px 32px;
	text-decoration: none;
	transition: all 0.3s;
}

.contact-cta__btn:hover {
	background: #17395c;
	color: #ffffff;
	opacity: 1;
}

.contact-cta__btn--line {
	background: #06c755;
	border-color: #06c755;
	color: #ffffff;
}

.contact-cta__btn--line:hover {
	background: #059f44;
	border-color: #059f44;
}

.contact-cta__btn--primary {
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	box-shadow: 0 6px 18px rgba(36, 114, 184, 0.3);
	color: #ffffff;
}

.contact-cta__btn--primary:hover {
	box-shadow: 0 10px 24px rgba(36, 114, 184, 0.4);
	transform: translateY(-2px);
}

.footer {
	align-items: center;
	background: #123a54;
	display: flex;
	flex-direction: column;
	padding: 64px 40px;
}

.footer__inner {
	text-align: center;
}

.footer__logo-img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 250px;
}

.footer__company {
	color: #cfdde8;
	font-size: 14px;
	margin-top: 20px;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-bottom: 28px;
}

.footer__nav a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	text-decoration: none;
	transition: color 0.3s;
}

.footer__nav a:hover {
	color: #ffffff;
	opacity: 1;
}

.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.footer__copyright {
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
	letter-spacing: 0.04em;
}

.error-404 {
	padding: 100px 24px 120px;
	text-align: center;
}

.error-404__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.error-404__code {
	color: #2472b8;
	font-size: 120px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 16px;
}

.error-404__title {
	color: #17395c;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 16px;
}

.error-404__text {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
}

.error-404__btn {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(36, 114, 184, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	padding: 14px 40px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.error-404__btn:hover {
	box-shadow: 0 10px 24px rgba(36, 114, 184, 0.38);
	opacity: 1;
	transform: translateY(-2px);
}

.thanks {
	padding: 100px 24px 120px;
	text-align: center;
}

.thanks__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.thanks__icon {
	margin-bottom: 24px;
}

.thanks__icon svg {
	height: 80px;
	width: 80px;
}

.thanks__title {
	color: #17395c;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 20px;
}

.thanks__text {
	color: #5a748c;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
}

.thanks__note {
	color: #9fb6ca;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
}

.thanks__btn {
	align-items: center;
	background: linear-gradient(135deg, #2472b8, #3aa8cc);
	border: none;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(36, 114, 184, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	padding: 14px 40px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.thanks__btn:hover {
	box-shadow: 0 10px 24px rgba(36, 114, 184, 0.38);
	opacity: 1;
	transform: translateY(-2px);
}

.js-fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-fade-left {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade-left.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fade-right {
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade-right.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fade-scale {
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fade-scale.is-visible {
	opacity: 1;
	transform: scale(1);
}

.js-fade-delay-1 {
	transition-delay: 0.12s;
}

.js-fade-delay-2 {
	transition-delay: 0.24s;
}

.js-fade-delay-3 {
	transition-delay: 0.36s;
}

.js-fade-delay-4 {
	transition-delay: 0.48s;
}

.js-fade-delay-5 {
	transition-delay: 0.6s;
}

.js-fade-delay-6 {
	transition-delay: 0.72s;
}

.js-fade-delay-7 {
	transition-delay: 0.84s;
}

.js-fade-delay-8 {
	transition-delay: 0.96s;
}

.js-stagger > * {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-stagger.is-visible > * {
	opacity: 1;
	transform: translateY(0);
}

.js-stagger.is-visible > *:nth-child(1) {
	transition-delay: 0s;
}

.js-stagger.is-visible > *:nth-child(2) {
	transition-delay: 0.1s;
}

.js-stagger.is-visible > *:nth-child(3) {
	transition-delay: 0.2s;
}

.js-stagger.is-visible > *:nth-child(4) {
	transition-delay: 0.3s;
}

.js-stagger.is-visible > *:nth-child(5) {
	transition-delay: 0.4s;
}

.js-stagger.is-visible > *:nth-child(6) {
	transition-delay: 0.5s;
}

.js-stagger.is-visible > *:nth-child(7) {
	transition-delay: 0.6s;
}

.js-stagger.is-visible > *:nth-child(8) {
	transition-delay: 0.7s;
}

.js-stagger.is-visible > *:nth-child(9) {
	transition-delay: 0.8s;
}

.js-stagger.is-visible > *:nth-child(10) {
	transition-delay: 0.9s;
}

.js-stagger.is-visible > *:nth-child(11) {
	transition-delay: 1s;
}

.js-stagger.is-visible > *:nth-child(12) {
	transition-delay: 1.1s;
}

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

.header__hamburger {
	height: 56px;
	right: 20px;
	top: 20px;
	width: 56px;
}

.fv__title {
	font-size: 32px;
}

.page-header__title {
	font-size: 26px;
}

.news-archive {
	padding: 80px 32px 60px;
}

.news-single {
	padding: 0 32px 60px;
}

.news-single__title {
	font-size: 22px;
}

.worries-section__title {
	font-size: 28px;
}

.reason-section__title {
	font-size: 28px;
}

.numbers-section__value {
	font-size: 44px;
}

.numbers-section__value--text {
	font-size: 28px;
}

.numbers-section__value--kanji {
	font-size: 38px;
}

.works-section__title {
	font-size: 28px;
}

.staff-section__title {
	font-size: 26px;
}

.message-section__title {
	font-size: 30px;
}

.inspection-section__title {
	font-size: 28px;
}

.service-section__title {
	font-size: 28px;
}

.service-intro__title {
	font-size: 24px;
}

.case-intro__title {
	font-size: 24px;
}

.case-cta__heading {
	font-size: 26px;
}

.single-case__title {
	font-size: 24px;
}

.company-intro__title {
	font-size: 24px;
}

.company-values__title {
	font-size: 26px;
}

.contact-intro__title {
	font-size: 24px;
}

.contact-phone__tel {
	font-size: 36px;
}

.contact-options__card-title {
	font-size: 22px;
}

.contact-options__card-tel {
	font-size: 36px;
}

.flow-section__title {
	font-size: 28px;
}

.footer-cta__catch {
	font-size: 24px;
}

.footer-cta__heading {
	font-size: 26px;
}

.footer-cta__tel-wrap .footer-cta__tel {
	font-size: 40px;
}

}

@media (min-width: 768px) {

.page-content {
	padding: 80px 0;
}

}

@media (min-width: 1025px) {

.service-intro__body {
	width: 55%;
}

.service-intro__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}

.service-intro__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.case-intro__body {
	width: 55%;
}

.case-intro__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}

.case-intro__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.company-intro__body {
	width: 55%;
}

.company-intro__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}

.company-intro__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.contact-intro__body {
	width: 55%;
}

.contact-intro__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}

.contact-intro__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

}

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

.u-is-sp {
	display: none !important;
}

}

@media (max-width: 1024px) {

.worries-section__cards {
	grid-template-columns: 1fr 1fr;
}

.reason-section__cards {
	gap: 24px;
	grid-template-columns: 1fr;
}

.numbers-section__grid {
	grid-template-columns: repeat(2, 1fr);
}

.works-section__cards {
	grid-template-columns: 1fr 1fr;
}

.staff-section__cards {
	grid-template-columns: repeat(2, 1fr);
}

.message-section__grid {
	gap: 30px;
	grid-template-columns: 1fr;
}

.message-section__image {
	margin: 0 auto;
	max-width: 235px;
}

.inspection-section__grid {
	gap: 30px;
	grid-template-columns: 1fr;
}

.inspection-section__image {
	height: auto;
	margin: 0 auto;
	max-width: 400px;
}

.inspection-section__image img {
	height: auto;
}

.service-section__cards {
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.service-intro__grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.service-intro__image {
	border-radius: 14px;
}

.service-intro__image img {
	height: auto;
}

.service-featured__content {
	gap: 24px;
	grid-template-columns: 1fr;
}

.service-featured__related-cards {
	grid-template-columns: 1fr 1fr;
}

.service-detail__content {
	gap: 32px;
	grid-template-columns: 1fr;
}

.case-intro__grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-intro__image {
	border-radius: 14px;
}

.case-intro__image img {
	height: auto;
}

.case-archive__cards {
	grid-template-columns: 1fr 1fr;
}

.single-case__points-grid {
	grid-template-columns: 1fr 1fr;
}

.related-posts__cards {
	grid-template-columns: 1fr 1fr;
}

.company-intro__grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.company-intro__image {
	border-radius: 14px;
}

.company-values__cards {
	gap: 24px;
	grid-template-columns: 1fr;
}

.contact-intro__grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-intro__image {
	border-radius: 14px;
}

.flow-section__cards {
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.footer-cta__grid {
	gap: 30px;
	grid-template-columns: 1fr;
	text-align: center;
}

.footer-cta__tel-row {
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.footer-cta__btns {
	justify-content: center;
}

}

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

.l-inner {
	padding: 0 20px;
}

.c-btn {
	font-size: 13px;
	padding: 12px 24px;
	width: 100%;
}

.c-btn--lg {
	min-width: auto;
	padding: 16px 32px;
	width: 100%;
}

.c-section-header__title {
	font-size: 22px;
}

.header__logo {
	border-radius: 0 0 20px 0;
	padding: 40px 18px 8px 12px;
}

.header__logo-img {
	width: 150px;
}

.header__hamburger {
	gap: 5px;
	height: 48px;
	right: 12px;
	top: 37px;
	width: 48px;
}

.header__hamburger-bar {
	width: 18px;
}

.header__menu-drawer {
	border-radius: 0 0 0 16px;
	padding: 22px 36px;
	right: 28px;
	top: 61px;
}

.header__menu-link {
	font-size: 14px;
}

.fv {
	height: 65vh;
	min-height: 500px;
}

.fv__topbar,
.header__topbar {
	border-radius: 0;
	height: auto;
	left: 0;
	padding: 6px 12px;
	right: 0;
	text-align: center;
	z-index: 100;
}

.fv__topbar-text,
.header__topbar-text {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1.5;
	white-space: normal;
}

.fv__inner {
	align-items: stretch;
	bottom: 40px;
	flex-direction: column;
	gap: 16px;
	padding-right: 0;
	position: absolute;
}

.fv__badge {
	font-size: 12px;
	padding: 7px 14px 7px 20px;
}

.fv__title {
	font-size: 24px;
	padding-left: 20px;
}

.fv__desc {
	font-size: 12px;
	padding-left: 20px;
}

.fv__cta {
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 20px;
}

.fv__cta-btn {
	font-size: 13px;
	padding: 8px 48px 8px 20px;
}

.fv__side-nav {
	display: none;
}

.page-header {
	padding: 132px 20px 36px;
}

.page-header__title {
	font-size: 22px;
}

.page-header__desc {
	font-size: 13px;
}

.news-section {
	padding: 40px 20px 48px;
}

.news-section__title {
	font-size: 18px;
}

.news-section__item {
	flex-wrap: wrap;
	gap: 8px 16px;
}

.news-section__date {
	font-size: 13px;
}

.news-section__cat {
	font-size: 14px;
}

.news-section__item-title {
	font-size: 14px;
	width: 100%;
}

.news-archive {
	padding: 50px 20px 56px;
}

.news-archive__card {
	padding: 22px 0;
}

.news-archive__card-date {
	font-size: 13px;
}

.news-archive__card-title {
	font-size: 15px;
}

.news-archive__card-excerpt {
	font-size: 13px;
}

.pagination {
	margin-top: 36px;
}

.pagination .page-numbers {
	font-size: 13px;
	height: 36px;
	width: 36px;
}

.news-single {
	padding: 0 20px 56px;
}

.news-single__inner {
	margin: 50px auto 0;
}

.news-single__date {
	font-size: 13px;
}

.news-single__title {
	font-size: 20px;
	margin-bottom: 28px;
	padding-bottom: 18px;
}

.news-single__body {
	font-size: 14px;
	line-height: 1.9;
}

.news-single__body h2 {
	font-size: 19px;
	margin: 36px 0 16px;
}

.news-single__body h3 {
	font-size: 17px;
	margin: 28px 0 12px;
}

.news-single__body h4 {
	font-size: 15px;
}

.news-single__body blockquote {
	padding: 16px 18px;
}

.news-single__body table th,
.news-single__body table td {
	font-size: 13px;
	padding: 10px 12px;
}

.news-single__nav {
	margin-top: 44px;
	padding-top: 24px;
}

.news-single__nav-link {
	font-size: 13px;
	gap: 4px;
	padding: 8px 14px;
}

.news-single__nav-text {
	display: none;
}

.worries-section {
	padding: 40px 20px 60px;
}

.worries-section__title {
	font-size: 24px;
}

.worries-section__desc {
	font-size: 14px;
}

.worries-section__cards {
	gap: 16px;
	grid-template-columns: 1fr;
	margin-top: 40px;
}

.worries-section__card-icon {
	height: 70px;
	width: 70px;
}

.worries-section__card-name {
	font-size: 16px;
}

.worries-section__card-text {
	font-size: 13px;
}

.reason-section {
	padding: 50px 20px;
}

.reason-section__title {
	font-size: 24px;
}

.reason-section__card-img {
	height: 140px;
}

.reason-section__card-title {
	font-size: 17px;
}

.numbers-section {
	padding: 50px 20px;
}

.numbers-section__grid {
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.numbers-section__item {
	height: 180px;
	padding: 16px;
}

.numbers-section__value {
	font-size: 40px;
}

.numbers-section__value--text {
	font-size: 26px;
}

.numbers-section__value--kanji {
	font-size: 34px;
}

.numbers-section__unit {
	font-size: 18px;
}

.numbers-section__label {
	font-size: 13px;
}

.works-section {
	padding: 50px 20px;
}

.works-section__title {
	font-size: 24px;
}

.works-section__cards {
	gap: 24px;
	grid-template-columns: 1fr;
}

.works-section__card-img {
	height: 200px;
}

.works-section__card-title {
	font-size: 18px;
}

.works-section__card-tag {
	font-size: 13px;
}

.staff-section {
	padding: 40px 20px 50px;
}

.staff-section__title {
	font-size: 22px;
}

.staff-section__cards {
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
}

.staff-section__card-img {
	height: 140px;
}

.staff-section__card-body {
	padding: 14px 14px 20px;
}

.message-section {
	padding: 50px 20px;
}

.message-section__image {
	max-width: 200px;
}

.message-section__placeholder {
	height: 200px;
}

.message-section__body {
	text-align: center;
}

.message-section__title {
	font-size: 24px;
}

.message-section__btn {
	font-size: 14px;
	padding: 14px 36px;
}

.inspection-section {
	padding: 50px 20px;
}

.inspection-section__title {
	font-size: 24px;
}

.inspection-section__tags {
	gap: 12px;
}

.inspection-section__tag {
	font-size: 13px;
	padding: 8px 20px;
}

.service-section {
	padding: 50px 20px;
}

.service-section--home {
	padding: 40px 20px 60px;
}

.service-section__title {
	font-size: 24px;
}

.service-section__cards {
	gap: 16px;
	grid-template-columns: 1fr;
}

.service-section__card {
	padding: 24px 20px;
}

.service-section__card-title {
	font-size: 18px;
}

.service-intro {
	overflow: visible;
	padding: 40px 0 32px;
}

.service-intro__inner {
	padding: 0 20px;
}

.service-intro__title {
	font-size: 20px;
}

.service-featured {
	padding: 0 0 44px;
}

.service-featured__title {
	font-size: 22px;
}

.service-featured__box {
	padding: 20px;
}

.service-featured__related-cards {
	grid-template-columns: 1fr;
}

.service-detail {
	padding: 44px 20px;
}

.service-detail__panel {
	grid-template-columns: 1fr;
	padding: 20px;
}

.service-detail__title {
	font-size: 28px;
	margin-bottom: 18px;
}

.service-detail__catch {
	font-size: 20px;
}

.service-detail__box {
	padding: 8px 20px;
}

.service-detail__box-title {
	margin-left: -20px;
	padding-left: 20px;
}

.case-intro {
	overflow: visible;
	padding: 40px 0 32px;
}

.case-intro__inner {
	padding: 0 20px;
}

.case-intro__title {
	font-size: 20px;
}

.case-tags__inner {
	gap: 6px;
}

.case-tags__badge {
	font-size: 11px;
}

.case-archive {
	padding: 28px 0 0;
}

.case-archive__inner {
	padding: 0 20px;
}

.case-archive__cards {
	gap: 20px;
	grid-template-columns: 1fr;
}

.case-archive__card-img {
	height: 200px;
}

.case-cta {
	padding: 8px 20px 58px;
}

.case-cta__heading {
	font-size: 22px;
}

.case-cta__text {
	font-size: 18px;
}

.single-case__inner {
	margin: 150px auto 0;
	padding: 0 20px;
}

.single-case__card {
	padding: 30px 20px;
}

.single-case__grid {
	gap: 24px;
	grid-template-columns: 1fr;
}

.single-case__title {
	font-size: 20px;
}

.single-case__info {
	grid-template-columns: 90px 1fr;
}

.single-case__consultation {
	padding: 8px 20px;
}

.single-case__consultation-badge {
	margin-left: -20px;
	padding-left: 20px;
}

.single-case__proposal {
	padding: 8px 20px;
}

.single-case__proposal-badge {
	margin-left: -20px;
	padding-left: 20px;
}

.single-case__ba-grid {
	gap: 20px;
	grid-template-columns: 1fr;
}

.single-case__points-badge {
	font-size: 20px;
	margin-left: -20px;
	padding: 8px 60px 8px 36px;
}

.single-case__points-grid {
	grid-template-columns: 1fr;
}

.single-case__voice-box {
	padding: 20px;
}

.single-case__voice-content {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.single-case__staff-comment-box {
	padding: 20px;
}

.single-case__staff-comment-content {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.related-posts {
	padding: 40px 0;
}

.related-posts__inner {
	padding: 0 20px;
}

.related-posts__title {
	font-size: 22px;
}

.related-posts__cards {
	gap: 20px;
	grid-template-columns: 1fr;
}

.company-intro {
	overflow: visible;
	padding: 40px 0 32px;
}

.company-intro__inner {
	padding: 0 20px;
}

.company-intro__title {
	font-size: 20px;
}

.company-values {
	padding: 50px 20px;
}

.company-values__title {
	font-size: 22px;
}

.company-values__card-img {
	height: 140px;
}

.company-values__card-title {
	font-size: 17px;
}

.company-section {
	padding: 40px 20px;
}

.company-section__title {
	font-size: 22px;
}

.company-section__table th {
	font-size: 13px;
	padding: 12px 10px;
	width: 110px;
}

.company-section__table td {
	font-size: 13px;
	padding: 12px 10px;
}

.company-map__title {
	font-size: 22px;
}

.company-map__embed {
	height: 240px;
}

.contact-intro {
	overflow: visible;
	padding: 40px 0 32px;
}

.contact-intro__inner {
	padding: 0 20px;
}

.contact-intro__title {
	font-size: 28px;
}

.contact-phone {
	padding: 36px 20px;
}

.contact-phone__title {
	font-size: 20px;
}

.contact-phone__tel {
	font-size: 28px;
}

.contact-line {
	padding: 36px 20px;
}

.contact-line__title {
	font-size: 20px;
}

.contact-form-section {
	padding: 40px 20px 48px;
}

.contact-form-section__title {
	font-size: 20px;
}

.contact-form__row {
	gap: 16px;
	grid-template-columns: 1fr;
}

.contact-form__submit-btn {
	padding: 14px 32px;
	width: 100%;
}

.contact-options {
	padding: 40px 20px 48px;
}

.contact-options__card {
	margin-bottom: 18px;
	padding: 28px 20px;
}

.contact-options__card-title {
	font-size: 28px;
	margin-bottom: 0;
}

.contact-options__card-tel {
	font-size: 32px;
}

.contact-options__card-form-wrap input[type=submit] {
	min-width: auto;
	width: 100%;
}

.cf7-row {
	gap: 20px;
	grid-template-columns: 1fr;
}

.cf7-agree .wpcf7-list-item-label {
	font-size: 13px;
}

.wpcf7 input[type=submit] {
	min-width: auto;
	width: 100%;
}

.flow-section {
	padding: 40px 20px 50px;
}

.flow-section__title {
	font-size: 24px;
}

.flow-section__steps {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
}

.flow-section__step-card {
	height: 100%;
	padding: 18px 4px 20px;
}

.flow-section__step {
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 14px 10px;
	width: 100%;
}

.flow-section__step-num {
	font-size: 14px;
	height: 28px;
	width: 28px;
}

.flow-section__step-label {
	font-size: 12px;
	margin-top: 10px;
}

.flow-section__step-arrow {
	display: none;
}

.flow-section__cards {
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

.footer-cta {
	padding: 50px 20px;
}

.footer-cta--gradient {
	padding: 50px 20px;
	text-align: center;
}

.footer-cta__catch {
	font-size: 20px;
	line-height: 1.5;
}

.footer-cta__tel-icon {
	width: 28px;
}

.footer-cta__tel {
	font-size: 30px;
}

.footer-cta__btns {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 72%;
}

.footer-cta__btn {
	justify-content: center;
	padding: 8px 48px 8px 20px;
	width: 100%;
}

.footer-cta:not(.footer-cta--gradient) .footer-cta__btn {
	max-width: none;
	padding: 12px 48px 12px 20px;
}

.footer-cta__heading {
	font-size: 22px;
}

.footer-cta__tel-wrap .footer-cta__tel-icon {
	width: 32px;
}

.footer-cta__tel-wrap .footer-cta__tel {
	font-size: 32px;
}

.contact-cta {
	padding: 44px 20px;
}

.contact-cta__title {
	font-size: 18px;
}

.contact-cta__phone {
	font-size: 28px;
}

.contact-cta__btns {
	flex-direction: column;
}

.contact-cta__btn {
	width: 100%;
}

.footer__logo-img {
	width: 180px;
}

.footer__nav {
	gap: 14px;
}

.error-404 {
	padding: 60px 20px 80px;
}

.error-404__code {
	font-size: 80px;
}

.error-404__title {
	font-size: 20px;
}

.thanks {
	padding: 60px 20px 80px;
}

.thanks__icon {
	margin-bottom: 20px;
}

.thanks__icon svg {
	height: 60px;
	width: 60px;
}

.thanks__title {
	font-size: 20px;
}

.u-is-pc {
	display: none !important;
}

}

@keyframes fadeUp {

from {
	opacity: 0;
	transform: translateY(24px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

