/* Reset & Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+Antique&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

:root {
	--main-color: #7AB2D3;
	--dark-blue: #4A628A;
	--text-color: #21444E;
	--bg-light-blue: #DFF2EB;
}

body {
	margin: 0;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	background: url('img/pixta_90298979_M.webp') center center/cover;
	color: var(--text-color);
	background-color: #fff;
	font-size: 16px;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

a:hover {
	opacity: 0.7;
}

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

.container {
	width: 100%;
	overflow: hidden;
}

/*コンテンツフェードイン*/
.fadein-target {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein-target.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	z-index: 100;
}

.logo {
	color: var(--main-color);
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
}

.logo-sub {
	font-size: 24px;
	letter-spacing: 0.1em;
}

.logo-main {
	font-size: 40px;
	letter-spacing: 0.1em;
}

header nav ul {
	display: flex;
	align-items: flex-start;
}

header nav li {
	margin: 0 15px;
}

header nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

header nav img {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

.header-contacts {
	display: flex;
	gap: 20px;
}

.header-contact {
	text-align: right;
	color: var(--main-color);
}

.header-contact .tel {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.header-contact .tel span {
	font-size: 24px;
}

.header-contact .time {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.quote-btn {
	background-color: var(--dark-blue);
	color: #fff;
	padding: 29px 24px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.quote-btn img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 1600px) {
	.logo-main {
		font-size: 25px;
		letter-spacing: 0.1em;
	}

	header nav a {
		font-size: 16px;
	}

	.header-contact .tel {
		font-size: 30px;
	}

	.header-contact .tel span {
		font-size: 16px;
	}

	.quote-btn {
		padding: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 1305px) {
	.header-contacts {
		display: none;
	}

}

/* Main */
main {
	width: 100%;
	padding-top: 120px;
}

/* Section Title */
.section-title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.en-title {
	font-family: 'Homemade Apple', cursive;
	font-size: 64px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(-15deg);
	white-space: nowrap;
	letter-spacing: 5.12px;
}

.ja-title {
	position: relative;
	font-family: 'Zen Old Mincho', serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin: 0 40px;
	padding-top: 60px;
	z-index: 1;
}

/* Hero */
.hero {
	height: 750px;
	display: flex;
	align-items: center;
	margin: 0 40px;
	color: #fff;
	text-shadow: 0 0 7.2px rgba(0, 0, 0, 0.25);
}

.hero-text h2 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-shadow: 2px 2px 4px #333;
}

.hero-text p {
	font-family: 'Zen Old Mincho', serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-shadow: 2px 2px 4px #333;
}

/* Hero Slider */
.hero-slider {
	height: 750px;
}

.hero-slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 0 7.2px rgba(0, 0, 0, 0.25);
}

.hero-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.hero-slider .hero-text {
	text-align: left;
}

.hero-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
}

.hero-slider .swiper-pagination-bullet-active {
	background: var(--main-color);
}

/* About */
.about {
	padding: 120px 0;
}

.about .en-title {
	color: var(--bg-light-blue);
	top: -30px;
}

.about-text {
	font-size: 20px;
	line-height: 2.5;
	text-align: center;
	letter-spacing: 0.08em;
}

/* Service */
.service {
	padding: 250px 0;
	background: url('img/service_bg_shape.svg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.section-title-service {
	position: absolute;
	bottom: 130px;
	right: 1%;
	text-align: center;
	z-index: -1;
}

.service-en {
	font-family: 'Homemade Apple', cursive;
	font-size: 128px;
	color: #7AB2D3;
	opacity: 0.7;
	position: relative;
	transform: translateX(0%) rotate(-9deg);
	letter-spacing: 10.24px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(2, 450px);
	gap: 80px 100px;
	justify-content: center;
}

.service-item {
	text-align: center;
	color: #fff;
}

.service-item:nth-child(2),
.service-item:nth-child(4) {
	margin-top: -60px;
}

.service-item-image {
	width: 100%;
	height: 300px;
	margin-bottom: 35px;
}

.service-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-title {
	font-family: 'Zen Old Mincho', serif;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.service-title .highlight {
	color: var(--main-color);
}

.service-item p {
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}

.details-btn {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	color: var(--dark-blue);
	padding: 15px 40px;
	border-radius: 30.5px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.08em;
}

.details-btn img {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	transform: rotate(90deg);
}

/* Area */
.area {
	padding: 120px 0;
}

.area .en-title {
	color: var(--bg-light-blue);
	top: -20px;
}

.area-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	width: 1120px;
	margin: 0 auto;
}

.area-text {
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.08em;
}

.area-map img {
	width: 520px;
}

/* Works */
.works {
	padding: 120px 0;
	background: url('img/works_bg.svg') no-repeat center center;
	background-size: cover;
}

.works .en-title {
	color: var(--main-color);
	opacity: 0.5;
	top: -30px;
}

.swiper.works-slider {
	margin: 40px;
	overflow: visible;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	border-radius: 10px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--dark-blue);
}

.swiper-pagination-bullet-active {
	background: var(--dark-blue);
}

.cwrap {
	text-align: center;
}

.details-btn-dark {
	display: inline-flex;
	align-items: center;
	background-color: var(--dark-blue);
	color: #fff;
	padding: 15px 40px;
	border-radius: 30.5px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.08em;
}

.details-btn-dark img {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	transform: rotate(90deg);
	filter: brightness(0) invert(1);
}

/* Company */
.company {
	padding: 120px 0;
}

.company .en-title {
	color: var(--bg-light-blue);
	top: -30px;
}

.company-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	width: 1120px;
	margin: 0 auto;
}

.company-info {
	/* flex: 1; */
}

.company-info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 20px;
	letter-spacing: 1.6px;
	margin-bottom: 50px;
}

.company-info th {
	border-radius: 4px;
	background: #7AB2D3;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	width: 150px;
}

.company-info td {
	padding-left: 2em;
}

.company-image img {
	width: 530px;
}

/* Recruit */
.recruit {
	padding: 0 0 80px;
}

.recruit-box {
	max-width: 900px;
	margin: 0 auto;
}

.recruit-title-group {
	padding: 30px;
	text-align: left;
}

/* Contact */
.contact {
	padding: 190px 0 60px;
	background: url('img/bg_top_contact.webp') no-repeat center center/cover;
}

.contact .en-title {
	color: var(--main-color);
	opacity: 0.5;
	top: -30px;
}

.contact>p {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.08em;
}

.contact-container {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.contact-box {
	width: 545px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.88);
	border-radius: 14px;
	box-shadow: 0 0 21px rgba(87, 87, 87, 0.25);
	text-align: center;
}

.contact-box h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}

.contact-box:last-child h4 {
	color: var(--dark-blue);
}

.contact-box .tel {
	font-size: 40px;
	font-weight: 900;
	color: var(--main-color);
	letter-spacing: 0.08em;
}

.contact-box .tel span {
	font-size: 32px;
}

.contact-box .time {
	font-size: 16px;
	font-weight: 700;
	color: var(--main-color);
	letter-spacing: 0.08em;
}

.quote-btn-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--dark-blue);
	color: #fff;
	width: 337px;
	height: 75px;
	border-radius: 44px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.quote-btn-large img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.footer-map {
	background: #4a628a;
}

/* Footer */
footer {
	background-color: var(--dark-blue);
	color: #fff;
}

.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	max-width: 1120px;
	margin: 0 auto;
}

.footer-logo {
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
}

.footer-nav ul {
	display: flex;
}

.footer-nav li {
	margin: 0 15px;
}

.footer-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
}

.footer-nav img {
	width: 24px;
	height: 25px;
	margin-bottom: 10px;
}

.scroll-to-top a {
	display: block;
	width: 50px;
	height: 50px;
	background: #7AB2D3;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll-to-top img {
	width: 24px;
	height: 20px;
}

.copyright {
	text-align: center;
	padding-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.08em;
}

.swiper-button-lock {
	display: block !important;
}

/* --------------------------------
 * 下層ページ共通
 * -------------------------------- */

.page-hero {
	height: 300px;
	background: url(img/pixta_71870441_M_company_greeting.webp) no-repeat bottom 27% center / cover;
	color: #fff;
	text-shadow: 0 0 7.2px rgba(0, 0, 0, 0.25);
}

.page-hero-text {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
}

.page-hero-text h2 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-shadow: 2px 2px 4px #333;
}

/* --------------------------------
 * company.html
 * -------------------------------- */
.greeting {
	padding: 120px 0;
	background-color: #fff;
}

.greeting .en-title {
	color: var(--bg-light-blue);
	top: -30px;
}

.greeting-content {
	text-align: center;
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0.08em;
}

.representative {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 20px;
}

.representative p {
	line-height: 1.5;
}

.representative .name {
	font-size: 32px;
	font-weight: 500;
}

.representative .en-name {
	font-family: 'Homemade Apple', cursive;
	font-size: 20px;
	color: #7AB2D3;
}

.company-overview {
	padding: 120px 0;
	background: url('img/pixta_90298979_M.webp') no-repeat center center/cover;
}

.company-overview .en-title {
	color: var(--bg-light-blue);
	top: -30px;
}

.company-overview-content {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 40px;
	width: 1120px;
	margin: 0 auto 60px;
}

.company-overview-image {
	position: absolute;
	right: 0;
}

.company-overview-image img {
	width: 500px;
}

.access-map {
	max-width: 908px;
	margin: 0 auto;
}

/* service.html */
.hero-sub {
	background-image: url('img/pixta_71870441_M_3.webp');
	background-size: cover;
	background-position: center;
	height: 373px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hero-sub::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}


.hero-sub-text h2 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 36px;
	color: white;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
	z-index: 1;
}

.service-page-content {
	padding: 100px 0 0;
	background-image: url('img/pixta_90298979_M_1.webp');
	background-size: cover;
	background-position: center;
}

.service-detail {
	max-width: 1200px;
	margin: 0 auto 120px;
}

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

.service-detail-title-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.service-detail-en {
	font-family: 'Homemade Apple', cursive;
	font-size: 64px;
	color: #dff2eb;
	margin-bottom: -30px;
	margin-top: -20px;
}

.service-detail .ja-title {
	color: #21444e;
}

.service-detail-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.service-detail.service-reverse .service-detail-body {
	flex-direction: row-reverse;
}

.service-detail-text {
	flex: 1;
	font-size: 20px;
	line-height: 2;
	color: #21444e;
	letter-spacing: 1.6px;
}

.service-detail-image {
	flex: 1;
	max-width: 450px;
}

.service-detail-image img {
	width: 100%;
	height: auto;
}

.service-page-content .area {
	padding: 120px 0;
	background: url(img/service-area-bg.webp) no-repeat top center;
	background-size: cover;
}

.service-page-content .area .en-title {
	color: var(--main-color);
	opacity: 0.5;
}

/* recruit.html */
.recruit-page-content {
	padding: 100px 0;
	background-image: url('img/pixta_90298979_M_1.webp');
	background-size: cover;
	background-position: center;
}

.recruit-message {
	max-width: 1022px;
	margin: 0 auto 120px;
	text-align: center;
}

.recruit-message-title-wrapper {
	margin-bottom: 60px;
}

.recruit-en {
	color: #dff2eb;
}

.recruit-message .ja-title {
	color: #21444e;
}

.recruit-message-text {
	font-size: 20px;
	line-height: 2;
	color: #21444e;
	text-align: left;
}

.recruit-guidelines {
	max-width: 1022px;
	margin: 0 auto 120px;
}

.recruit-guidelines-title-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.guidelines-table {
	max-width: 600px !important;
	margin: 0 auto;
}

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

.recruit-contact .quote-btn-large {
	width: 370px;
	height: 88px;
}

/* contact.html */
.contact-page-content {
	padding: 100px 0;
	background-image: url('img/pixta_90298979_M_1.webp');
	background-size: cover;
	background-position: center;
}

.contact-intro {
	max-width: 1022px;
	margin: 0 auto 120px;
	text-align: center;
}

.contact-intro-title-wrapper {
	margin-bottom: 60px;
}

.contact-intro .contact-en {
	color: #dff2eb;
	margin-top: -20px;
}

.contact-intro .ja-title {
	color: #21444e;
}

.contact-intro-text {
	font-size: 20px;
	line-height: 2;
	color: #21444e;
}

.contact-form-section {
	max-width: 1194px;
	margin: 0 auto;
}

.contact-form-title-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.contact-form-section .contact-en {
	color: #dff2eb;
	margin-top: -20px;
}

.contact-form-section .ja-title {
	color: #21444e;
}

.contact-form {
	width: 100%;
}

.contact-form-wrapper {
	max-width: 800px;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.form-row {
	display: flex;
	margin-bottom: 20px;
	border: 1px solid #7AB2D3;
	background: #fff;
}

.form-label {
	width: 250px;
	display: block;
	font-weight: 600;
	background: #7AB2D3;
	padding: 15px;
	color: #fff;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	padding: 15px;
}

.form-field {
	width: 100%;
	padding: 10px;
	border: 1px solid #cdd5dc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
}

.form-consent {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.privacy-box {
	background: #f7f7f7;
	padding: 20px;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 5px;
	margin: 30px 0;
}

.btn--submit {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #2c4a6b;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.btn--submit:hover {
	opacity: 0.8;
}

/* case.html */
.case-page-content {
	padding: 100px 0;
	background-image: url('img/pixta_90298979_M_1.webp');
	background-size: cover;
	background-position: center;
}

.case-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
}

.case-item img {
	width: 100%;
	height: 200px;
	border-radius: 10px;
}

/* --------------------------------
 * SP
 * -------------------------------- */
.sp-only {
	display: none;
}

.pc-only {
	/* display: block; */
}

.hamburger-menu {
	display: none;
}

.sp-nav {
	display: none;
}

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

	.pc-only {
		display: none;
	}

	header {
		padding: 15px;
	}

	.logo {
		display: none;
	}

	.logo-sub {
		font-size: 16px;
	}

	.logo-main {
		font-size: 24px;
	}

	header nav {
		display: none;
	}

	.hamburger-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		background: #4A628A;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 101;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		cursor: pointer;
	}

	.hamburger-icon {
		width: 32px;
		height: 24px;
		margin-top: 4px;
		margin-bottom: 2px;
		position: relative;
	}

	.hamburger-icon span {
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 2px;
		transition: all .3s;
	}

	.hamburger-icon span:nth-child(1) {
		top: 0;
	}

	.hamburger-icon span:nth-child(2) {
		top: 8px;
	}

	.hamburger-icon span:nth-child(3) {
		bottom: -14px;
	}

	.hamburger-menu-label {
		margin-top: 15px;
		font-size: 10px;
		color: #fff;
		font-family: 'Zen Kaku Gothic Antique', sans-serif;
		font-weight: bold;
		letter-spacing: 0.08em;
		text-align: center;
	}

	.sp-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #DFF2EB;
		z-index: 100;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
	}

	.sp-nav.active {
		opacity: 1;
		visibility: visible;
	}

	.sp-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.sp-nav li {
		margin: 30px 0;
	}

	.sp-nav a {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}

	.sp-nav a img {
		width: 24px;
		height: 22px;
		margin-bottom: 10px;
	}

	main {
		padding-top: 0;
	}

	.hero {
		height: 750px;
		margin: 0;
		background-position: center;
	}

	.hero-text {
		margin: 0 20px;
	}

	.hero-text h2 {
		font-size: 32px;
	}

	.hero-text p {
		font-size: 24px;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.en-title {
		font-size: 36px;
		letter-spacing: 2.88px;
	}

	.ja-title {
		font-size: 24px;
		padding-top: 30px;
	}

	.about {
		padding: 100px 20px;
	}

	.about-text {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}

	.service {
		padding: 80px 20px;
		background: url(img/service_bg_spshape.webp) no-repeat center center;
		background-size: cover;
	}
	
	.service-en {
    font-size: 46px;
	}

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

	.service-item:nth-child(2),
	.service-item:nth-child(4) {
		margin-top: 0;
	}

	.service-title {
		font-size: 32px;
	}

	.service-item p {
		font-size: 16px;
	}

	.section-title-service {
		 bottom: 11px;
	}

	.service-item-image {
		height: 240px;
	}

	.area {
		padding: 80px 20px;
	}

	.area-content {
		flex-direction: column;
		width: 100%;
		gap: 40px;
	}

	.area-text {
		font-size: 16px;
	}

	.area-map img {
		width: 100%;
	}

	.works {
		padding: 80px 0;
	}

	.swiper.works-slider {
		margin: 20px 0;
		overflow: hidden;
	}

	.company {
		padding: 80px 20px;
	}

	.company-content {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.company .en-title {
		top: -15px;
	}

	.company-info table {
		font-size: 16px;
	}

	.company-image img {
		width: 100%;
	}

	.company-info th {
		width: 93px;
	}

	.company-info td {
		padding-left: 1em;
	}

	.recruit {
		padding: 0 20px 80px;
	}

	.contact {
		padding: 190px 20px 60px;
	}

	.contact>p {
		font-size: 16px;
	}

	.contact-container {
		flex-direction: column;
		gap: 40px;
	}

	.contact-box {
		width: 100%;
		padding: 20px;
	}

	.contact-box h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contact-box .tel {
		font-size: 32px;
		line-height: 1;
	}

	.contact-box .tel span {
		font-size: 20px;
	}

	.quote-btn-large {
		width: 80%!important;
		height: 65px!important;
		font-size: 18px;
	}

	.footer-map {
		background: #4a628a;
		height: 350px;
		overflow: hidden;
	}

	footer {
		padding: 0 20px;
	}

	.footer-main {
		position: relative;
		flex-direction: column;
		padding: 30px 0;
		gap: 30px;
	}

	.footer-nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-nav li {
		margin: 10px 15px;
	}

	.footer-nav a {
		font-size: 13px;
	}

	.footer-nav img {
		width: 20px;
		height: 20px;
		margin-bottom: 5px;
	}

	.scroll-to-top {
		position: absolute;
		right: 0;
		bottom: -20px;
	}

	.page-hero {
		height: 150px;
	}

	.page-hero-text {
		padding: 100px 20px 0;
	}

	.page-hero-text h2 {
		font-size: 28px;
	}

	.greeting,
	.company-overview,
	.service-page-content,
	.recruit-page-content,
	.contact-page-content,
	.case-page-content {
		padding: 80px 20px;
	}

	.greeting-content,
	.recruit-message-text,
	.contact-intro-text {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}

	.representative {
		flex-direction: column;
		align-items: center;
	}

	.representative .name {
		font-size: 24px;
	}

	.company-overview-content {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.company-overview-image {
		position: static;
	}

	.company-overview-image img {
		width: 100%;
	}

	.service-detail {
		margin: 0 auto 80px;
	}

	.service-detail-body {
		flex-direction: column !important;
	}

	.service-detail-text {
		font-size: 16px;
	}

	.recruit-message,
	.recruit-guidelines,
	.contact-intro {
		margin: 0 auto 80px;
	}

	.guidelines-table {
		width: 100% !important;
	}

	.case-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.case-item img {
		height: auto;
	}

	.form-label {
		width: 120px;
	}
	.form-consent {
    	display: block;
	}


}