@charset "utf-8";

/* ================================================
   PAGE HERO
================================================ */
.page-hero {
	position: relative;
	width: 100%;
	height: 380px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 1;
}

.page-hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: right;
	padding-right: clamp(30px, 5vw, 100px);
	padding-bottom: 40px;
}

.page-hero-en {
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(60px, 9vw, 120px);
	font-style: italic;
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255,255,255,.18);
	margin-bottom: -10px;
}

.page-hero-title {
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.3;
	color: #fff;
}

/* ================================================
   BREADCRUMB
================================================ */
.breadcrumb {
	background: #f5f5f0;
	padding: 12px 0;
	border-bottom: 1px solid #e0e0da;
}

.breadcrumb ul {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #777;
}

.breadcrumb li + li::before {
	content: "›";
	color: #aaa;
}

.breadcrumb a {
	color: #006b2f;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* ================================================
   SERVICE PAGE NAV
================================================ */
.service-page-nav {
	background: #fff;
	border-bottom: 2px solid #006b2f;
	position: sticky;
	top: 80px;
	z-index: 50;
}

.service-page-nav ul {
	display: flex;
	align-items: stretch;
	overflow-x: auto;
	scrollbar-width: none;
}

.service-page-nav ul::-webkit-scrollbar {
	display: none;
}

.service-page-nav li a {
	display: block;
	padding: 16px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	white-space: nowrap;
	border-right: 1px solid #eee;
	transition: .3s;
}

.service-page-nav li a:hover {
	background: #006b2f;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.service-page-nav li.nav-sp-hide {
		display: none;
	}
	.service-page-nav .nav-num {
		display: none;
	}
	.service-page-nav ul {
		justify-content: space-around;
	}
	.service-page-nav li a {
		padding: 14px 0;
		text-align: center;
		flex: 1;
		border-right: none;
		font-size: 13px;
	}
}

/* ================================================
   SECTION HEAD（共通）
================================================ */
.sec-head {
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}

.sec-en {
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(55px, 8vw, 110px);
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	color: rgba(0,107,47,.12);
	letter-spacing: .04em;
	margin-bottom: -20px;
	display: block;
}

.sec-num {
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(60px, 7vw, 100px);
	color: rgba(0,107,47,.18);
	line-height: 1;
	font-weight: 900;
	letter-spacing: -.03em;
	margin-bottom: -10px;
}

.sec-title {
	font-size: clamp(28px, 3.5vw, 48px);
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.4;
	margin-bottom: 16px;
}

.sec-lead {
	font-size: 16px;
	color: #555;
	line-height: 1.9;
}

/* ================================================
   SERVICE DETAIL SECTIONS
================================================ */
.service-detail-sec {
	padding: clamp(80px, 10vw, 120px) 0;
}

.service-detail-sec.bg-light {
	background: #f8f8f4;
}

.service-detail-body {
	display: flex;
	align-items: center;
	gap: clamp(40px, 5vw, 80px);
}

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

.service-detail-img {
	flex: 1;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.service-detail-img img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: .5s;
}

.service-detail-img:hover img {
	transform: scale(1.04);
}

.service-detail-text {
	flex: 1;
}

.service-detail-text h3 {
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 700;
	color: #006b2f;
	margin-bottom: 24px;
	padding-left: 16px;
	border-left: 4px solid #006b2f;
	line-height: 1.5;
}

.service-detail-text p {
	font-size: 15px;
	line-height: 2.2;
	color: #444;
	margin-bottom: 18px;
}

.service-points {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.service-points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.service-points li i {
	color: #006b2f;
	font-size: 14px;
	margin-top: 4px;
	flex-shrink: 0;
}

/* ================================================
   FLOW SECTION
================================================ */
.flow-sec {
	padding: clamp(80px, 10vw, 120px) 0;
	background: #006b2f;
	position: relative;
	overflow: hidden;
}

.flow-sec::before {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 600px;
	height: 600px;
	background: url("../img/common/nenrin-bg.png") no-repeat center/contain;
	opacity: .08;
	pointer-events: none;
}

.flow-sec .sec-head {
	color: #fff;
}

.flow-sec .sec-en {
	color: rgba(255,255,255,.1);
}

.flow-sec .sec-title {
	color: #fff;
}

.flow-sec .sec-lead {
	color: rgba(255,255,255,.8);
}

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

.flow-step {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.2);
	padding: 28px 20px 24px;
	text-align: center;
	color: #fff;
	position: relative;
}

.flow-step-num {
	font-family: "Archivo Black", sans-serif;
	font-size: 11px;
	letter-spacing: .15em;
	color: rgba(255,255,255,.5);
	margin-bottom: 12px;
}

.flow-step-num span {
	display: block;
	font-size: 32px;
	color: rgba(255,255,255,.85);
	letter-spacing: -.02em;
	line-height: 1;
	margin-top: 2px;
}

.flow-step-icon {
	width: 56px;
	height: 56px;
	background: rgba(255,255,255,.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.flow-step-icon i {
	font-size: 22px;
	color: #fff;
}

.flow-step h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}

.flow-step p {
	font-size: 13px;
	line-height: 1.9;
	color: rgba(255,255,255,.75);
}

.flow-arrow {
	display: none;
}

/* ================================================
   FAQ SECTION
================================================ */
.faq-sec {
	padding: clamp(80px, 10vw, 120px) 0;
	background: #f8f8f4;
}

.faq-list {
	max-width: 820px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #d0d5ce;
}

.faq-item:first-child {
	border-top: 1px solid #d0d5ce;
}

.faq-q {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px 16px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 1.7;
	transition: .3s;
}

.faq-q:hover {
	background: rgba(0,107,47,.04);
}

.faq-q .faq-label {
	font-family: "Archivo Black", sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #006b2f;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 2px;
}

.faq-q span:not(.faq-label) {
	flex: 1;
}

.faq-q i {
	font-size: 14px;
	color: #888;
	flex-shrink: 0;
	margin-top: 5px;
	transition: transform .35s;
}

.faq-item.is-open .faq-q i {
	transform: rotate(180deg);
}

.faq-a {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 0 16px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .45s ease, padding .35s ease;
}

.faq-item.is-open .faq-a {
	max-height: 300px;
	padding: 0 16px 24px;
}

.faq-a .faq-label {
	font-family: "Archivo Black", sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #8b7a32;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 2px;
}

.faq-a p {
	font-size: 15px;
	line-height: 2.1;
	color: #444;
}

/* ================================================
   COMPANY PAGE
================================================ */
.company-sec {
	padding: clamp(80px, 10vw, 120px) 0;
}

.company-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.company-table th,
.company-table td {
	padding: 20px 24px;
	border-bottom: 1px solid #e0e0d8;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.company-table th {
	width: 200px;
	font-weight: 700;
	color: #006b2f;
	background: #f0f5f1;
	white-space: nowrap;
}

.company-table tr:first-child th,
.company-table tr:first-child td {
	border-top: 1px solid #e0e0d8;
}

/* ================================================
   CONTACT FORM SECTION
================================================ */
.contact-sec {
	padding: clamp(80px, 10vw, 120px) 0;
	background: #f8f8f4;
}

.contact-inner {
	max-width: 820px;
	margin: 0 auto;
}

.contact-note {
	background: #fff;
	border: 1px solid #d0d5ce;
	padding: 20px 24px;
	font-size: 14px;
	line-height: 2;
	color: #555;
	margin-bottom: 48px;
}

.contact-note a {
	color: #006b2f;
	text-decoration: underline;
}

/* form table */
.form-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.form-table th,
.form-table td {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0d8;
	vertical-align: top;
	font-size: 15px;
}

.form-table th {
	width: 220px;
	font-weight: 700;
	color: #333;
	padding-right: 20px;
	padding-top: 26px;
}

.form-table th .req {
	display: inline-block;
	background: #006b2f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	margin-left: 8px;
	vertical-align: middle;
}

.form-table th .opt {
	display: inline-block;
	background: #999;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	margin-left: 8px;
	vertical-align: middle;
}

/* inputs */
.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table select,
.form-table textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	color: #333;
	outline: none;
	transition: border-color .3s;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: 1.6;
}

.form-table input:focus,
.form-table select:focus,
.form-table textarea:focus {
	border-color: #006b2f;
}

.select-wrap {
	position: relative;
}

.select-wrap::after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	pointer-events: none;
}

.form-table textarea {
	height: 180px;
	resize: vertical;
}

/* ---- privacy policy accordion ---- */
.pp-wrap {
	margin-bottom: 10px;
	border: 1px solid #d0d5ce;
	background: #fff;
}

.pp-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	background: #f0f5f1;
	border: none;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #006b2f;
	text-align: left;
	transition: background .3s;
}

.pp-toggle:hover {
	background: #e4eee7;
}

.pp-toggle .fa-shield-halved {
	font-size: 16px;
	flex-shrink: 0;
}

.pp-chevron {
	margin-left: auto;
	font-size: 13px;
	color: #666;
	transition: transform .35s;
	flex-shrink: 0;
}

.pp-wrap.is-open .pp-chevron {
	transform: rotate(180deg);
}

.pp-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease;
}

.pp-wrap.is-open .pp-body {
	max-height: 1000px;
}

.pp-inner {
	padding: 28px 28px 24px;
	border-top: 1px solid #d0d5ce;
}

.pp-inner h4 {
	font-size: 14px;
	font-weight: 700;
	color: #006b2f;
	margin-bottom: 6px;
	margin-top: 20px;
	padding-left: 10px;
	border-left: 3px solid #006b2f;
}

.pp-inner h4:first-child {
	margin-top: 0;
}

.pp-inner p {
	font-size: 13px;
	line-height: 2;
	color: #555;
	margin-bottom: 0;
}

.pp-inner ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 4px;
}

.pp-inner ul li {
	font-size: 13px;
	line-height: 2;
	color: #555;
}

/* privacy */
.privacy-check {
	text-align: center;
	margin-bottom: 36px;
	font-size: 14px;
}

.privacy-check a {
	color: #006b2f;
	text-decoration: underline;
}

.privacy-check label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.privacy-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #006b2f;
}

/* submit */
.form-submit {
	text-align: center;
}

.submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 320px;
	max-width: 100%;
	height: 72px;
	background: #006b2f;
	color: #fff;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	cursor: pointer;
	transition: .35s;
}

.submit-btn:hover {
	background: #00863b;
	transform: translateY(-3px);
}

/* honeypot */
.honeypot {
	display: none !important;
}

/* ================================================
   THANKS PAGE
================================================ */
.thanks-sec {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 0;
}

.thanks-inner {
	text-align: center;
}

.thanks-inner .thanks-icon {
	font-size: 64px;
	color: #006b2f;
	margin-bottom: 32px;
}

.thanks-inner h2 {
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 700;
	margin-bottom: 24px;
}

.thanks-inner p {
	font-size: 16px;
	line-height: 2.2;
	color: #555;
	margin-bottom: 48px;
}

/*=======================
　News詳細
=================================*/
.nttl {
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 700;
	color: #006b2f;
	margin-bottom: 24px;
	padding-left: 16px;
	border-left: 4px solid #006b2f;
	line-height: 1.5;
}
#up_ymd{
	text-align: end;
}
#detail{
	margin: 30px 0;
}

/* ================================================
   SP RESPONSIVE
================================================ */

@media screen and (max-width: 1024px) {
	
	.map{
		height: 35vh;
	}
}
@media screen and (max-width: 900px) {

	.page-hero {
		height: 260px;
		justify-content: center;
	}

	.page-hero-content {
		text-align: center;
		padding-right: 0;
		padding-bottom: 0;
	}

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

	.service-detail-img,
	.service-detail-text {
		flex: 1;
		width: 100%;
	}

	.flow-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.company-table th {
		width: 140px;
	}

	.form-table th {
		width: 160px;
	}
}

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

	.service-page-nav {
		top: 0;
	}

	.service-page-nav li a {
		padding: 14px 16px;
		font-size: 13px;
	}

	.company-table,
	.company-table tbody,
	.company-table tr,
	.company-table th,
	.company-table td {
		display: block;
		width: 100%;
	}

	.company-table th {
		padding: 16px 16px 6px;
		border-bottom: none;
		background: #f0f5f1;
	}

	.company-table td {
		padding: 6px 16px 16px;
		background: #fff;
	}
	.form-table,
	.form-table tbody,
	.form-table tr,
	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
	}

	.form-table th {
		padding: 20px 0 6px;
		border-bottom: none;
		text-align: left;
	}

	.form-table td {
		padding: 0 0 20px;
	}
}

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

	.page-hero {
		height: 200px;
	}

	.flow-steps {
		grid-template-columns: 1fr;
	}

	.sec-head {
		margin-bottom: 48px;
	}
}
