@charset "utf-8";

/*
Theme Name: Lightning Child
Template: lightning
Author: pc-suketto.net
Version: 1.0.0
*/


/* ------------------------------ 共通 start ------------------------------ */
body {
	font-size: 16px;
	font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%; /* safari用 */
	-webkit-text-size-adjust: 100%;
	overflow: clip; /* position:sticky用 */
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: var(--vk-color-primary-vivid);
	--color-main-dark01: #008C62;
	--color-main-dark02: #007D73;
	--color-main-dark03: #002900;
	--color-sub01: #9BC53D;
	--color-sub02: #3DA5D9;
	--color-base: #f3f3f3;
	--color-line: #ccc;
	--grad-main01: linear-gradient(0deg, #007D73 0%, #008C62 50%, var(--color-main) 100%);
	--grad-main02: linear-gradient(-45deg, #007D73 0%, #008C62 50%, var(--color-main) 100%);
	--font-en: "Kanit", sans-serif;
	--font-num: "Kanit", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

/* タグ */
a { text-decoration: none !important; }
address { font-style: normal; }
p { margin: 0; line-height: 1.6; }
iframe { margin: 0; }
img { vertical-align: middle; }
input, textarea, input::placeholder, textarea::placeholder { font-family: "Noto Sans JP", sans-serif; }

/* コンテナ */
.container { padding-right: 0; padding-left: 0; }
.page .entry-body>div>div { position: relative; z-index: 1; }
.page .entry-body>div>div:last-child { padding-bottom: 90px; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }

/* 見出し */
dl+h1, dl+h2, dl+h3, dl+h4, dl+h5, dl+h6, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6, p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, table+h1, table+h2, table+h3, table+h4, table+h5, table+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6 { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { position: relative; z-index: 1; margin: 0; font-weight: 700; line-height: 1.6; }
h2 { font-size: 2rem; /* 32px */ }
h3 { font-size: 1.75rem; /* 28px */ }
h4 { font-size: 1.5rem; /* 24px */ }
h5 { font-size: 1.25rem; /* 20px */ }

/* セクションタイトル */
.sec-ttl {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 30px;
	position: relative;
	z-index: 1;
	font-size: 4rem;
}
.sec-ttl .en {
	display: block;
	color: transparent;
	background: var(--grad-main01);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.2;
}
.sec-ttl h2 {
	flex: 1 1 0;
	margin-bottom: 0.25em;
	font-size: 0.3em;
}

/* セクションヘッド */
.sec-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
}
.sec-head .sec-ttl {
	flex: 1 1 0;
	width: auto;
}
.sec-head-text {
	flex: 1 1 0;
	width: auto;
}

h3.deco {
	color: var(--color-main);
}

/* テキスト */
.lead { color: transparent; background: var(--grad-main01); -webkit-background-clip: text; background-clip: text; font-size: 3rem; font-weight: 700; }
.txt { display: block; line-height: 1.8; }
.txt + .txt { margin-top: 1em; }
.txt a { border-bottom: 1px solid var(--color-main); transition: all 0.3s; }
.txt a:hover { opacity: 0.5; }
.msg-txt { line-height: 2.25; margin-bottom: 30px; }
.link-txt { color: #666; text-decoration: underline !important; }
.link-txt:hover { opacity: 0.5; }
.fs-b { margin: 0 0.125em; font-size: 1.25em; }
.fs-s { margin: 0 0.125em; font-size: 0.8em; }
.fw-b { font-weight: 700; }
.serif { font-family: serif; }
.en { display: inline-block; font-family: var(--font-en); }
.num { display: inline-block; font-family: var(--font-num); line-height: 1; }
.color { color: var(--color-main); }
.color-accent { color: var(--color-accent); }
.color-grad {
	color: transparent;
	background: var(--grad-main01);
	-webkit-background-clip: text;
	background-clip: text;
}
.notes { color: #666; font-size: 0.9em; }
.notes-mark { margin: 0 0.25em; font-size: 0.5em; vertical-align: top; }
.sp-br { display: none; }

.amp-txt {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 5%;
	color: var(--color-main);
}
.amp-txt::before, .amp-txt::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 80%;
	background: var(--color-main);
	transform: rotate(-35deg);
	transform-origin: top;
}
.amp-txt::after {
	left: auto;
	right: 0;
	transform: rotate(35deg);
}

/* リスト */
ol { margin: 0; }
ul { margin: 0; list-style: none; padding: 0 !important; }
li, .widget li { margin: 0; }
.ul-base { list-style-type: disc; padding-left: 1.5em !important; }
:is(.ol-base, .ul-base) li:not(:last-child) { margin-bottom: 0.5em; }
li>:is(.ol-base, .ul-base) { margin-top: 0.5em; }

/* 注釈 */
.notes-ol, .notes-ul { list-style: none; padding-left: 2em !important; counter-reset: number 0; }
.notes-ul { padding-left: 1.5em !important; }
.notes-ol li, .notes-ul li { position: relative; font-size: 0.9em; }
.notes-ol li:not(:last-child), .notes-ul li:not(:last-child) { margin-bottom: 5px; }
.notes-ol li::before, .notes-ul li::before { display: block; position: absolute; left: -2.25em; font-size: 1em; counter-increment: number 1; content: "※" counter(number); }
.notes-ul li::before { left: -1.5em; content: "※"; }

/* 定義リスト */
dl { margin: 0; }
dt { margin-bottom: 0.25em; font-weight: 700; line-height: 1.25; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; }
.about-dl .dli:not(:last-child) { margin-bottom: 20px; }
.about-dl .dli dt {
	margin: 0;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.9em;
}
.about-dl .dli dd { width: 100%; }

/* テーブル */
:where(:not(.wp-block-table))>table:is(thead,tbody,tfoot,th,td) { border-color: #ccc; }
:where(:not(.wp-block-table))>table :is(th,td) { font-size: 1rem; }
:where(:not(.wp-block-table))>table.tb-base :is(th,td) { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
:where(:not(.wp-block-table))>table { border-right: none; border-left: none; }
table { table-layout: fixed; }
table td, table th { padding: 1.5em; }
table td :is(ul + p, p + ul) { margin-top: 10px; }
.tb-base th {
	width: 30%;
	border-color: var(--color-main) !important;
	border-right: none;
	border-left: none;
	color: var(--color-main-dark02);
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}
.tb-base td a {
	text-decoration: underline !important;
}
.overview-tb th { vertical-align: top; }
.scroll-tb-wrap .txt.notes { display: none; }

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 280px;
	padding: 20px 50px;
	border-radius: 5px;
	background: linear-gradient(45deg, #222 0%, #222 50%, var(--color-main) 66.8%, #008C62 83.4%, #007D73 100%);
	background-position: 1% 50%;
	background-size: 300% auto;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
.btn-base::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: #fff;
	transition: all 0.3s;
}
@media (hover: hover) {
	.btn-base:hover {
		background-position: 99% 50%;
		color: #fff;
	}
	.btn-base:hover::before {
		transform: translateY(-50%) scale(1.5,1.5);
	}
}

.grad-btn {
	background: linear-gradient(45deg, var(--color-main) 0%, #008C62 50%, #007D73 100%);
	background-position: 1% 50%;
	background-size: 300% auto;
}

.dummy-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 1.3em 0 0;
}
.dummy-btn::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 0.65em;
	height: 0.65em;
	aspect-ratio: 1;
	border-radius: 999px;
	background: #fff;
	transition: all 0.3s;
}

.contact-btn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.contact-btn .btn-icon span {
	margin: 0;
}

/* text-align */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

/* フェードアニメーション */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right { opacity: 0; }
/* フェードイン */
.fade-in.active { animation-name: fadeInAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeInAnime { from { opacity: 0; } to { opacity: 1; } }
/* フェードアップ */
.fade-up.active { animation-name: fadeUpAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeUpAnime { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードダウン */
.fade-down.active { animation-name: fadeDownAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeDownAnime { from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードレフト */
.fade-left.active { animation-name: fadeLeftAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeLeftAnime { from {opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードライト */
.fade-right.active { animation-name: fadeRightAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeRightAnime { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードのディレイ */
.delay-time02 { transition-delay: 0.2s; animation-delay: 0.2s; }
.delay-time04 { transition-delay: 0.4s; animation-delay: 0.4s; }
.delay-time06 { transition-delay: 0.6s; animation-delay: 0.6s; }
.delay-time08 { transition-delay: 0.8s; animation-delay: 0.8s; }
.delay-time10 { transition-delay: 1s; animation-delay: 1s; }

/* メニュー */
.widget_nav_menu>ul li { margin-top: 10px; }

/* Page Builder by SiteOrigin */
.row-reverse { flex-direction: row-reverse; } /* 2カラム時に左右のコンテンツ入れ替える */
.stretch-cell>div, .stretch-cell>div>div { height: 100%; } /* columnをストレッチさせる */

/* Contact Form 7 */
.txt-cf7 { display: inline-block; margin-bottom: 10px; font-size: 0.9em; }
.cf7-tb { overflow: hidden; table-layout: fixed; border-right: none; border-left: none; }
.cf7-tb input, .cf7-tb textarea { margin-bottom: 0; padding: 0.5em 1em; border: none; border-radius: 0; background-color: var(--color-base); line-height: 1.5; }
.cf7-tb textarea { border-radius: 0; }
.cf7-tb select { width: 100%; margin: 0 0 1em 0; padding: 0.5em; }
.cf7-tb th, .cf7-tb td { font-size: 1rem; border-right: none; border-left: none; }
.cf7-tb th { width: 40%; text-align: left; vertical-align: top; }
.cf7-tb th p { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75em; }
.cf7-tb td { width: 60%; text-align: left; }
.cf7-tb .fs-s { margin: 0; }
.input-zip { display: inline-block; width: 150px !important; max-width: 100%; margin: 0 0 10px 5px !important; }
.wpcf7-list-item { margin: 0 1em 0 0 !important; }
.required {
	display: inline-block;
	padding: 0.5em 1em;
	background: var(--color-main);
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}
.required.not-required {
	background: #ccc;
	color: #333;
}
.cf7-btn {
	margin-top: 60px;
	text-align: center;
}
.cf7-btn .btn-base {
	width: 100%;
	min-width: auto;
	max-width: 360px;
	padding: 20px 50px;
	border: none;
	color: #fff;
	text-align: center;
}
.wpcf7-spinner { display: block !important; margin: 0 auto !important; text-align: center; }

/* Lightbox */
.featherlight .featherlight-content { padding: 5px 5px 0; border-bottom: 5px solid transparent; }
.featherlight-next { top: 5px; right: 5px; }
.featherlight-previous { top: 5px; left: 5px; }
.rl-gallery-item img { transition: all 0.3s ease;}
.rl-gallery-item img:hover { opacity: 0.8; }
.rl-gallery-caption { display: block; font-size: 0.9em;}

/* Swiper */
.swiper-wrapper { transition-timing-function: linear !important; }

/* Material Symbols & Icons - Google Fonts */
.material-symbols-outlined { margin: 0 0.15em 0.1em; font-size: 1.5em; vertical-align: middle; }

/* Googleマップ */
.map iframe { width: 100%; height: auto !important; aspect-ratio: 3/1.25;}

/* モバイルナビ */
.vk-mobile-nav-menu-btn { display: none; } /* Lightning既存のナビは非表示 */

/* ページトップへ戻るボタン */
.page_top_btn {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	background-color: var(--color-main);
	box-shadow: none;
}

/* タブ */
.tab-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.tab-list li {
	margin: 0 !important;
}
.tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 20px 30px;
	border-radius: 999px;
	background: #ccc;
	color: #666;
	font-size: 1.25rem;
	font-style: var(--font-maru);
	text-align: center;	
	cursor: pointer;
	transition: all 0.3s;
}
.tab:hover, .tab.active {
	background: var(--color-main);
	color: #fff;
}
.tab-panel {
	display: none !important;
}
.tab-panel.active {
	display: block !important;
	animation-name: tabFadeIn;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
}
@keyframes tabFadeIn{ 0% { opacity: 0; } 100% { opacity: 1; } }
/* ------------------------------ 共通 end ------------------------------ */


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	position: absolute !important; /* ヘッダー透過によるチラつき防止 */
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: calc(100% - 20px) !important;
	margin: 7.5px 10px 0;
	padding: 0 20px;
	border-radius: 10px;
	background: #fff;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 15px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin-right: 0;
}
.site-header-logo img {
	display: inline-block;
	max-height: 50px;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.global-nav-list>li:first-child .global-nav-name {
	font-weight: 500;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 15px;
	font-family: "Kanit", "Noto Sans JP", sans-serif;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	color: #333;
	transition: all 0.3s;
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}

/* スクロール時ヘッダー */
.header_scrolled .site-header {
	position: fixed !important;
	top: 0;
	max-width: 100%;
	background-color: transparent;
	box-shadow: none;
}
.header_scrolled .site-header-container {
	width: calc(100% - 20px) !important;
	margin: 10px auto 0;
	padding: 5px 20px;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 7.5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(0.9rem, 0.75vw, 1rem);
	text-shadow: 0 0 1em #222;
}
.header-top nav {
	top: 0;
}
.header-top ul {
	align-items: center;
	gap: 15px;
	margin: 0;
}
.header-top ul>li>a {
	padding: 0;
	color: #fff;
	text-decoration: underline !important;
	text-shadow: 0 0 1em #222;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* ヘッダーお問い合わせボタン */
.header-contact {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	text-align: center;
}
.header-contact .contact-btn {
	min-width: auto;
	padding: 20px 30px;
	border-radius: 5px;
	font-size: clamp(12px,1.125vw,1rem);
}
.header-contact .contact-btn::before {
	display: none;
}

.header_scrolled .header-contact .contact-btn {
	padding: 15px 30px;
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	height: clamp(480px, 60svh, 720px) !important;
}
.page-header::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--grad-main01);
	opacity: 0.75;
}
.page-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 30px;
	max-width: 100%;
	margin-bottom: max(90px,5svh);
	padding: 0 5%;
	color: #fff;
	font-size: clamp(1.75rem, 6vw, 8rem);
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.65em;
	font-size: 0.2em;
}
.page-header-subtext {
	margin: 0;
	color: #fff;
	font-size: 1em;
	font-family: var(--font-en);
	line-height: 1.1;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
.breadcrumb .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.breadcrumb-list {
	padding: 30px 5% 0;
	text-align: right;
}
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	background-color: #222;
	font-size: 0.9em;
}
.site-footer-content {
	padding: 90px 0 30px;
}
.site-footer-content::before, .site-footer-content::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 120px;
	content: "";
	width: 30px;
	height: 110%;
	background: var(--color-main);
}
.site-footer-content::after {
	right: 170px;
	background: var(--color-sub01);
}
.site-footer .row {
	margin: 0;
}
.site-footer .col-lg-12 {
	padding: 0;
}
.ft-company {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 60px;
	width: 100%;
}
.ft-company-contact {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 60px;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 10px;
	background: rgba(34,34,34,0.9);
	text-align: center;
}
.ft-contact-ttl h2 {
	font-size: 1.25rem;
}
.ft-contact-tel .tel-num {
	margin-bottom: 10px;
	color: #fff;
	font-size: 3rem;
}
.ft-contact-tel .tel-num .fs-s {
	color: #fff;
}
.ft-contact-tel .tel-dl dd {
	color: #fff;
}
.ft-contact-mail .grad-btn {
	min-width: 100%;
}
.ft-company-about {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: auto;
}
.ft-logo {
	max-width: 480px;
}
.ft-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.ft-nav {
	flex: 0 0 100%;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 40px;
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	font-family: "Kanit", "Noto Sans JP", sans-serif;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	opacity: 0.5;
}
.ft-sub-nav {
	flex: 0 0 100%;
}
.ft-sub-nav #menu-sub-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.ft-sub-nav #menu-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #aaa;
	font-size: 0.9rem;
	text-decoration: underline !important;
	transition: all 0.3s;
}
.ft-sub-nav #menu-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	padding: 0 0 5px;
}
.site-footer-copyright p {
	margin: 0;
	font-size: 1rem;
	font-family: var(--font-en);
	text-align: right;
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	position: relative;
	width: 100%;
	height: clamp(720px, 100svh, 1260px);
}
.mv-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5em;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
	color: #fff;
	font-size: min(4vw,4rem);
	text-shadow: 0 0 0.5em #333, 0 0 0.5em #333;
}
.mv-en .en {
	display: block;
	font-size: 0.5em;
}
.mv-ttl h2 {
	font-size: 1em;
}
.mv-ttl h2 span {
	display: inline-block;
	margin-right: 0.25em;
	padding: 0.2em 0.25em;
	border: 1px solid #fff;
	line-height: 1;
}
.mv-text {
	width: 100%;
	max-width: 600px;
}
.mv-text .txt {
	font-size: max(1rem,0.3em);
	font-weight: 700;
}
.mv-swiper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv-swiper .swiper-pagination-bullet {
	width: 2.5vw;
	height: 4px;
	border-radius: 0;
	background: #fff;
}
.scrolldown2 {
	position: absolute;
	z-index: 2;
	bottom: 5svh;
	right: 5vw;
	height: 10svh;
}
.scrolldown2 span {
	position: absolute;
	left: 10px;
	top: 10%;
	color: #fff;
	font-size: 0.7rem;
	font-family: var(--font-en);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown2::before {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
	0% { bottom: 100%; } 100% { bottom: -1%; }
}
@keyframes cirlemovehide {
	0% { opacity: 0; } 50% { opacity: 1; } 80% { opacity: 0.9; } 100% { opacity: 0; }
}
.scrolldown2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

/* 私たちについて（ホーム） */
.con-base#about-us {
	padding-bottom: 0 !important;
}
.about-us-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.about-us-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 3;
	width: 50%;
}
.about-us-lead .lead {
	font-size: 3.75rem;
}
.about-us-lead .lead .lead-before {
	display: block;
	margin: 0;
	color: #333;
	font-size: 0.5em;
}
.about-us-lead .lead .fs-s:last-child {
	margin-right: 0;
}
.about-us-text .txt {
	font-size: 1.125rem;
	line-height: 2.25;
}
.about-us-text > .txt + .txt {
	margin-top: 1em;
}
.about-us-img {
	flex: 1 1 0;
	position: relative;
	z-index: 1;
	height: 100%;
}
/* .about-us-img::before {
position: absolute;
z-index: -1;
top: 12.5svh;
left: 12.5vw;
content: "";
width: 100%;
height: auto;
aspect-ratio: 820/900;
background: var(--grad-main02);
mask: url(svg/logo-parts_base.svg) no-repeat center / contain;
-webkit-mask: url(svg/logo-parts_base.svg) no-repeat center / contain;
} */
.about-us-img::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: auto;
	height: 125%;
	max-height: 907px;
	aspect-ratio: 625/900;
	background-color: var(--color-base);
	mask: url(svg/logo-parts_y.svg) no-repeat center / contain;
	-webkit-mask: url(svg/logo-parts_y.svg) no-repeat center / contain;
}
.about-us-img img {
	width: 100%;
	height: auto;
}
.main-service-link-wrap {
	position: relative;
	z-index: 1;
	text-align: center;
}
.main-service-link-wrap::before {
	position: absolute;
	z-index: -1;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 300vw;
	height: 100%;
	background: var(--grad-main01);
}
.main-service-link-wrap .en {
	display: none;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.main-service-link {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--color-line);
	border-radius: 10px;
	color: #333;
	overflow: hidden;
	transition: all 0.3s;
}
.main-service-link-img {
	display: none;
	width: 60%;
	aspect-ratio: 3/2;
	overflow: hidden;
}
.main-service-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.main-service-link-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 1;
	padding: 60px;
	background: #fff;
}
/* .main-service-link-contents::before, .main-service-link-contents::after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background: url(/wp-content/uploads/2026/03/history-slide_s55-02.jpg) no-repeat center / cover;
}
.main-service-link-contents::after {
background: rgba(255,255,255,0.5);
backdrop-filter: grayscale(1);
} */
.main-service-link-ttl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
	font-size: 3rem;
	text-align: center;
}
.main-service-link-ttl p {
	display: block;
	font-size: 0.5em;
	font-weight: 700;
	line-height: 1.125;
}
.main-service-link-ttl .num {
	color: var(--color-main-dark02);
}
.main-service-link-ttl h3 {
	font-size: 1em;
	line-height: 1.25;
}
.main-service-link-btn .dummy-btn::before {
	background: var(--grad-main02);
}
@media (hover: hover) {
	.main-service-link:hover .main-service-link-img img {
		transform: scale(1.1,1.1);
	}
	.main-service-link:hover .dummy-btn::before {
		transform: translateY(-50%) scale(1.5,1.5);
	}
}
.con-base#about-us #anniv-swiper .swiper-slide-inner p {
	display: none;
}

/* インサート */
.vegetable-insert {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(480px,60svh,540px);
	aspect-ratio: 3/1;
	clip-path: inset(0);
}
.vegetable-insert::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/02/insert_vegetable.jpg) center / cover;
}

/* 事業内容（ホーム） */
.service-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	z-index: 1;
	counter-reset: number 0;
}
.service-link-list::before, .service-link-list::after {
	position: absolute;
	z-index: -1;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 200vw;
	height: 30px;
	background: var(--color-main);
}
.service-link-list::after {
	bottom: 90px;
	background: var(--color-sub01);
}
.service-link-item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: auto;
	height: 100%;
	aspect-ratio: 1;
	position: relative;
	z-index: 2;
}
.service-link-item a {
	display: block;
	padding: 30px;
	color: #fff;
}
.service-link-en {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 10px;
	writing-mode: vertical-rl;
}
.service-link-en .en {
	font-size: 3rem;
	line-height: 1.25;
}
.service-link-en .en span {
	display: block;
	font-size: 0.5em;
}
.service-link-contents {
	position: relative;
	z-index: 2;
}
.service-link-ttl {
	margin-bottom: 10px;
	font-size: 2.5rem;
}
.service-link-ttl p {
	position: relative;
	z-index: 1;
	font-size: 0.5em;
}
.service-link-ttl p::after {
	display: inline-block;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	margin-left: 0.5em;
}
.service-link-ttl h3 {
	font-size: 1em;
}
.service-link-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.service-link-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.5;
	transition: all 0.3s;
}
.service-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.service-link-item a:hover .service-link-img::before {
		opacity: 0.9;
	}
	.service-link-item a:hover .service-link-img img {
		transform: scale(1.1,1.1);
	}
}

/* 会社案内（ホーム） */
.con-base#company {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.company-insert {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	width: 100%;
	clip-path: inset(0);
	overflow: hidden;
}
.company-insert::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/03/insert_company.jpg) center / cover;
}
.company-insert::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--grad-main01);
	opacity: 0.5;
}
.company-insert-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 45px;
	width: 100%;
	max-width: 960px;
	margin: 0 0 0 auto;
	padding: max(90px,17.5svh) 90px 90px;
	color: #fff;
	text-align: right;
}
.company-insert-contents h2 {
	font-size: 1.25rem;
}
.company-insert-contents .lead {
	color: #fff;
	font-size: 6rem;
	line-height: 1;
}
.company-insert-contents .txt {
	font-size: 1.5rem;
	line-height: 2.5;
}
.company-insert-en {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125em;
	font-size: clamp(4rem, 15vw, 12.5rem);
}
.company-insert-en .en {
	color: transparent;
	line-height: 1;
	text-stroke: 1.5px #fff;
	-webkit-text-stroke: 1.5px #fff;
	opacity: 0.5;
}

/* 採用情報（ホーム） */
.con-base#recruit {
	padding-bottom: 0 !important;
}
.recruit-link-item {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}
.recruit-link-item a {
	display: block;
	width: 100%;
	padding: 60px;
	color: #fff;
}
.recruit-link-item-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.recruit-link-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	width: 25%;
}
.recruit-tag-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.recruit-tag-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0.125em 1em 0.125em 0;
	border-radius: 0 0.5em 0 0;
	corner-shape: square bevel square square;
	background: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.recruit-tag-list li::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: calc(100% - 1px);
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
}
.recruit-link-catch {
	flex: 1 1 0;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: right;
	overflow: hidden;
}
.recruit-link-catch-inner {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.recruit-link-catch-inner:first-child::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: calc(100% + 1em);
	transform: translateY(-50%);
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
}
.recruit-link-catch-inner p:last-child {
	display: inline-block;
	margin-top: 0.5em;
	font-size: 0.65em;
	font-weight: 400;
}
.recruit-link-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.recruit-link-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, var(--color-main) 0%, #008C62 50%, #007D73 100%);
	background-position: 1% 50%;
	background-size: 300% auto;
	transition: all 0.3s linear;
	opacity: 0.8;
}
.recruit-link-img::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	content: "Recruit";
	color: #fff;
	font-size: 30svh;
	font-family: "Kanit", sans-serif;
	line-height: 1;
	opacity: 0.075;
}
.recruit-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.recruit-link-item a:hover .dummy-btn::before {
		transform: translateY(-50%) scale(1.5,1.5);
	}
	.recruit-link-item a:hover .recruit-link-img::before {
		background-position: 99% 50%;
	}
}
.con-base#entry .lead {
	font-size: 1.75rem;
}

/* お知らせ（ホーム） */
#pg-19-6 {
	background: #fff;
}
.con-base#news .widget-title {
	display: none;
}
.con-base#news .vk_posts-layout-postListText {
	margin: 0;
}
.con-base#news .vk_posts .postListText {
	margin: 0;
	padding: 30px 60px;
	border-bottom: 1px solid var(--color-line);
}
.con-base#news .vk_posts .postListText:first-child {
	border-top: 1px solid var(--color-line);
}
.con-base#news .postListText_singleTermLabel_inner {
	border-radius: 0;
	line-height: 1.6;
}
.con-base#news :is(.postListText_date, .postListText_title) {
	font-size: 15px;
}
/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* サブページ内リンク */
.anchor-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	margin: 30px 5% 0;
}
.anchor-links li {
	margin: 0 !important;
	text-align: center;
}
.anchor-links li a {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 100%;
	padding-left: 1.125rem;
	color: var(--color-main);
	font-size: 0.8rem;
	text-decoration: underline !important;
	transition: all 0.3s;
}
.anchor-links li a::before {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 0;
	transform: translateY(-55%);
	content: "";
	width: 0.8em;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--grad-main01);
}
@media (hover: hover) {
	.anchor-links li a:hover {
		opacity: 0.5;
	}
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ 私たちについて start ------------------------------ */
/* 共通 */
.about-us-ttl {
	font-size: 1.5rem;
	overflow: hidden;
}
.about-us-ttl h2 {
	display: inline-block;
	font-size: 1em;
}
.about-us-ttl h2:first-letter {
	margin-right: 0.075em;
	color: var(--color-main);
	font-size: 1.25em;
}
.about-us-ttl h2::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: calc(100% + 1.5em);
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}

/* 45周年 */
.anniv-wrap {
	position: relative;
	padding: 90px 0 0;
	text-align: center;
}
.anniv-wrap::before, .anniv-wrap::after {
	position: absolute;
	z-index: -1;
	top: calc(50% - 40px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100%;
	height: 30px;
	background: var(--color-main);
}
.anniv-wrap::after {
	top: auto;
	bottom: calc(50% - 40px);
	background: var(--color-sub01);
}
.anniv-catch {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 1;
	aspect-ratio: 820 / 900;
	background: #fff;
}
.anniv-catch::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 80%;
	height: auto;
	aspect-ratio: 820 / 900;
	background: var(--color-base);
	mask: url(svg/logo-parts_outline.svg) no-repeat center / contain;
	-webkit-mask: url(svg/logo-parts_outline.svg) no-repeat center / contain;
}
.anniv-catch .lead {
	font-size: 6rem;
	line-height: 1.1;
}
.anniv-catch .lead .th-num {
	display: block;
	line-height: 1;
}
.anniv-catch .lead .th-num .fs-b {
	margin: 0 0.05em 0 0;
	font-size: 2em;
	font-family: "FontAwesome", "Kanit", sans-serif;
}
.anniv-catch .since-num {
	color: var(--color-main-dark02);
	font-size: 2rem;
	font-weight: 500;
}
.anniv-comment p {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
#anniv-swiper .swiper-slide-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 3/2;
}
#anniv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#anniv-swiper .swiper-slide-inner p {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	padding: 0.1em 0.75em;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 0.8rem;
}

/* 私たちのルーツ */
.roots-wrap-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.roots-timeline {
	position: relative;
	width: 90px;
	padding: 15px 0;
}
.roots-timeline::before {
	position: absolute;
	z-index: -1;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 2px;
	height: calc(100% - 45px);
	background: #ccc;
}
.tl-circle {
	display: block;
	position: sticky;
	top: 135px;
	width: 60px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 999px;
	background: rgba(0,154,68,0.7);
}
.tl-circle::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 150%;
	height: auto;
	aspect-ratio: 1;
	border: 1px solid var(--color-main);
	border-radius: 999px;
}
.roots-wrap {
	flex: 1 1 0;
	padding-bottom: 120px;
}
.roots-item {
	position: relative;
	z-index: 1;
	padding: 120px 0 0;
}
.roots-item .year-num {
	position: absolute;
	z-index: -1;
	top: 30px;
	right: 0;
	color: var(--color-base);
	font-size: clamp(7rem,15vw,12.5rem);
	font-weight: 500;
	line-height: 1;
}
.roots-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.roots-catch .lead {
	position: relative;
	margin-bottom: 30px;
	font-size: 5rem;
	line-height: 1.25;
}
.roots-catch .lead::before, .roots-catch .lead::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: calc(100% + 100px);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #ccc;
}
.roots-catch .lead::after {
	right: calc(100% + 20px);
	width: 60px;
	height: 1px;
	border-radius: 0;
	background: var(--color-main);
}
.roots-catch h3 {
	color: var(--color-main-dark02);
}
.roots-img {
	width: 100%;
	height: 100%;
	aspect-ratio: 2.5/1;
}
.roots-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ------------------------------ 私たちについて end ------------------------------ */


/* ------------------------------ 事業内容 start ------------------------------ */
/* 共通 */
#pl-2 {
	counter-reset: number 0;
}
.service-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 60px;
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
}
.service-ttl .en {
	flex: 1 1 0;
	position: relative;
	z-index: -1;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
}
.service-ttl h2 {
	font-size: 2.5em;
}
.service-text {
	position: relative;
	z-index: 2;
	max-width: 900px;
}
.service-text.center {
	max-width: 100%;
}
.service-text .txt {
	font-size: 1.25rem;
	font-weight: 700;
}
.service-img-outer {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
}
.service-img-outer::before {
	position: absolute;
	z-index: -1;
	bottom: 90%;
	right: 0.125em;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-base);
	font-size: 25rem;
	font-weight: 500;
	font-family: "Kanit", sans-serif;
	line-height: 1;
}
.service-img {
	position: relative;
	width: 100%;
	aspect-ratio: 2/1;
}
.service-img::before, .service-img::after {
	position: absolute;
	z-index: -1;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 200vw;
	height: 30px;
	background: var(--color-main);
}
.service-img::after {
	bottom: 90px;
	background: var(--color-sub01);
}
.service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.const-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.const-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	width: calc(50% - 30px);
	background: var(--color-base);
}
.const-img {
	width: 100%;
	aspect-ratio: 3/2;
}
.const-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.const-contents {
	width: 100%;
	padding: 30px;
}
.const-ttl {
	margin-bottom: 15px;
}
.const-btn {
	margin-top: 30px;
}

/* 農業土木事業 */

/* 一般土木事業 */

/* 対応エリア */
.con-base#area .service-ttl {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.con-base#area .service-img-outer:before {
	display: none;
}
.con-base#area .service-img img {
	border: 1px solid var(--color-line);
	background: var(--color-base);
}
.map-pin-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.map-pin-icon img {
	width: 20px;
}
.map-pin-icon .txt {
	flex: 1 1 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
}
.map-pin-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.map-pin-list li {
	padding: 2.5px 20px;
	border-radius: 2px;
	background: #fe2f49;
	color: #fff;
	font-weight: 700;
}
.area-box {
	background: #fff;
}
.area-dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.area-dl dt {
	color: var(--color-main);
}
/* ------------------------------ 事業内容 end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 代表挨拶 */
.top-message-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.top-msg-text > .txt + .txt {
	margin-top: 1.5em;
}
.top-name {
	text-align: right;
}
.top-name p span {
	font-size: 1.5em;
	font-weight: 700;
}

/* 沿革 */
.history-dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.history-dl .dli {
	position: relative;
	z-index: 1;
	margin: 0;
}
.history-dl dt {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px;
	margin: 0;
	font-size: 4rem;
}
.history-dl dt .num {
	color: var(--color-main-dark02);
	font-size: 1em;
	font-weight: 500;
}
.history-dl dt .fs-s {
	margin: 0 0 0.25em;
	font-size: 0.3em;
}
.history-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap:15px;
	position: relative;
	z-index: 1;
	margin: 30px 0;
	padding: 15px 0 15px 90px !important;
}
.history-list::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 44.5px;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-line);
}
.history-item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.history-month {
	color: var(--color-main);
	font-weight: 700;
}
.history-event {
	flex: 1 1 0;
}

/* アクセス */
.access-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.access-text {
	flex: 1 1 0;
	width: auto;
}
.access-img {
	flex: 1 1 0;
	width: auto;
	aspect-ratio: 3/2;
}
.access-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
/* 採用メッセージ */
.recruit-message-wrap {
	display: flex;
	flex-wrap: wrap;
}
.recruit-message-contents {
	width: 50%;
	text-align: center;
}
.recruit-message-contents-inner {
	display: inline-flex;
	flex-direction: column;
	gap: 60px;
	padding: 90px 60px 180px;
	text-align: left;
}
.message-catch h2 {
	font-size: min(5.5vw,6rem);
}
.message-text .txt {
	font-size: 1.25rem;
	line-height: 2.5;
}
.recruit-message-img {
	flex: 1 1 0;
	padding-right: 60px;
}
.recruit-message-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 柳町トレンチャーを知る3つのキーワード */
#pg-7583-2 {
	background: var(--grad-main01);
}
.con-base#keyword .sec-ttl {
	color: #fff;
}
.con-base#keyword .sec-ttl .en {
	flex: 0 0 100%;
	color: #fff;
}
.keyword-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px !important;
}
.keyword-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: calc(100%/3 - 40px);
}
.keyword-num {
	width: 100%;
	text-align: center;
}
.keyword-num .en {
	color: #fff;
	font-size: 2em;
	line-height: 1;
}
.keyword-ttl {
	width: 100%;
	text-align: center;
}
.keyword-ttl h3 {
	color: #fff;
	font-size: 4rem;
	line-height: 1.25;
}
.keyword-text {
	flex: 1 1 0;
	max-width: 448px;
	margin: 0 auto;
	color: #fff;
}
.trip-comment {
	position: relative;
	z-index: 3;
	display: inline-block;
	margin: 0 auto -10px;
	padding: 10px 30px;
	border-radius: 5px;
	background :#fff;
}
.trip-comment::before {
	position: absolute;
	z-index: 1;
	top: calc(100% - 1px);
	left: 30px;
	content: "";
	width: 15px;
	height: 15px;
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.trip-comment p {
	font-size: 0.9rem;
}
.trip-comment p .color {
	margin: 0 0.5em 0 0;
	font-weight: 700;
}

/* 募集要項 */
.job-desc-tb th {
	border-color: var(--color-line) !important;
	background: var(--color-base);
	vertical-align: top;
}

/* エントリー */
.entry-btn {
	width: 100%;
	max-width: 100%;
	padding: 60px 50px;
	font-size: 1.5rem;
}
/* ------------------------------ 採用情報 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 0 5px 5px;
	color: var(--color-main);
	font-size: 1rem;
	line-height: 1.25;
}

/* アーカイブページ */
.archive-header-title { margin-bottom: 60px; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>div>ul li a, :is(.post-type-post, .archive, .single) .widget_nav_menu>ul li a { padding: 0.85em 1.5em; border: 1px solid #ccc; border-radius: 5px; background-color: #fff; color: #333; transition: all 0.3s; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>div>ul li a, :is(.post-type-post, .archive, .single) .widget_nav_menu>ul li a:hover { color: var(--color-main); }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>ul li>ul.children { margin-left: 1.5em; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>ul li.current-cat>a { border-color: var(--color-main); background: var(--color-main); color: #fff; }
.card-noborder .vk_post_imgOuter { aspect-ratio: 3/2; border-color: var(--color-line); background-color: var(--color-base); background-size: contain; background-repeat: no-repeat; transition: all 0.3s; }
.card-noborder .vk_post:hover .vk_post_imgOuter { opacity: 0.5; }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; }

/* シングルページ */
.single .entry-header {
	margin-bottom: 60px;
}
.single .entry-header h1 {
	margin: 0 0 0.5em;
}
.single .entry-body p {
	line-height: 2;
}
.single .entry-body :is(ul,ol) li:not(:last-child) {
	margin-bottom: 0.5em;
}
.single .entry-body table td:first-child {
	width: 30% !important;
	border-right: none;
	border-left: none;
	background: var(--color-base);
	color: var(--color-main);
	font-weight: 700;
	text-align: left;
}
.single .entry-body table td {
	border-right: none;
	border-left: none;
}
.single .entry-body table td a {
	text-decoration: underline !important;
}
.entry-meta-data-list:first-child {
	margin: 60px 0 5px;
}
.single .main-section--margin-bottom--on {
	margin-bottom: 60px;
}
.single .site-body .entry-footer {
	margin-bottom: 90px;
}
/* ------------------------------ 投稿 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
/* お電話 */
.tel-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	padding: 60px;
	background: var(--color-base);
	text-align: center;
}
.tel-num {
	color: #222;
	font-size: 4rem;
	font-weight: 500;
	transition: all 0.3s;
}
.tel-num:hover {
	color: var(--color-main);
}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.tel-dl .dli {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	line-height: 1.25;
}
.tel-dl dt {
	margin: 0;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0.125em 1em;
	background: #222;
	color: #fff;
	font-size: 0.9em;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー start ------------------------------ */
.post-name-privacy-policy .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
.post-name-privacy-policy .sec-ttl h2 {
	font-size: 1.5rem;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */


/* ------------------------------ 404ページ start ------------------------------ */
/* ------------------------------ 404ページ end ------------------------------ */


/* ------------------------------ レスポンシブ対応（1260px以下） start ------------------------------ */
@media (max-width: 1260px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.site-footer-copyright) { width: 931px; max-width: 931px; }

	/* ヘッダー */
	.site-header-logo img {
		max-height: 50px;
	}
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}
	.header_scrolled .header-contact .contact-btn {
		padding: 20px 30px;
	}

	/* ヘッダー上部 */
	.header-top .header-top-description {
		font-size: 12px;
	}

	/* ページヘッダー */
	.page-header-inner {
		margin-bottom: 30px;
		padding: 0;
		font-size: 8vw;
	}

	/* フロントページ */
	.about-us-lead .lead {
		font-size: 2.75rem;
	}
	.company-insert-contents {
		padding-right: 30px;
	}

	/* 私たちについて */
	.anniv-catch .lead {
		font-size: 4.5rem;
	}

	/* 採用情報 */
	.message-text .txt {
		font-size: 1.125rem;
		line-height: 2.25;
	}
	.keyword-list {
		padding: 0 30px !important;
	}
	.keyword-ttl h3 {
		font-size: 3rem;
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（991px以下） start ------------------------------ */
@media (max-width: 991px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.site-body-bottom .container, .site-footer-copyright) { width: 100%; max-width: 100%; padding-right: 30px; padding-left: 30px; }

	/* 共通 */
	.map iframe { aspect-ratio: 3/2; }
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap .txt.notes { display: block; }
	.scroll-tb-wrap table { width: 990px; }

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 90px 20px 180px;
		text-align: center;
		background: #fff;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 45px;
	}
	.mobile-nav-logo {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.vk-mobile-nav-menu-outer { opacity: 0; transition: all 0.3s;}
	.vk-mobile-nav-open .vk-mobile-nav-menu-outer { animation-name: opacityAnime; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; }
	@keyframes opacityAnime { 0% { opacity: 0; } 100% { opacity: 1; } }
	.vk-mobile-nav nav>ul { border-top: none; }
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		z-index: 1;
		padding: 15px 45px !important;
		color: var(--color-main) !important;
		font-size: 1.25rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:first-child a {
		font-family: "Kanit", sans-serif;
		font-weight: 500;
	}
	.vk-menu-acc .acc-btn {
		top: 26px;
		border-color: #fff;
		border-radius: 50%;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
		background-color: var(--color-main);
	}
	.vk-menu-acc .acc-btn.acc-btn-close {
		background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
		background-color: var(--color-main);
	}
	.vk-menu-acc ul.sub-menu li a {
		font-size: 0.9em;
		border-bottom-style: dashed !important;
		border-bottom-width: 2px !important;
	}
	.vk-menu-acc ul.sub-menu li .acc-btn {
		top: 12.5px;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li {
		margin-bottom; 0;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li a {
		background: transparent;
		color: #333 !important;
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		margin: 45px 0;
		border-top: none;
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		padding: 10px 20px;
		text-decoration: underline !important;
		border-bottom: none;
	}
	.openbtn {
		position: fixed;
		top: 17.5px;
		right: 25px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  35px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 999px;
		background: var(--color-main);
		box-sizing: content-box;
		transition: all 0.3s;
	}
	.openbtn span:nth-of-type(1) { top:13px; }
	.openbtn span:nth-of-type(2) { top:21px; }
	.openbtn span:nth-of-type(3) { top:29px; }
	.openbtn.active span:nth-of-type(1) { top: 16px; transform: translateY(6px) rotate(-45deg); }
	.openbtn.active span:nth-of-type(2) { opacity: 0; }
	.openbtn.active span:nth-of-type(3) { top: 28px; transform: translateY(-6px) rotate(45deg); }

	/* ヘッダー */
	.site-header {
		min-height: 65px;
		padding-right: 0;
	}
	.header_scrolled .site-header {
		animation: header_drop .5s ease-out 0s 1 alternate none running;
	}
	.site-header-container {
		justify-content: space-between;
		min-height: 65px;
		padding: 0 10px;
		border-radius: 5px;
		overflow: visible;
	}
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		gap: 20px;
		padding-right: 65px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
	}
	.site-header-logo img {
		max-height: 50px;
	}
	.header-contact .contact-btn {
		width: 50px;
		padding: 0;
		aspect-ratio: 1;
	}
	.header-contact .contact-btn .contact-btn-inner {
		height: 100%;
	}
	.contact-btn .btn-icon span {
		font-size: 20px;
	}
	.header-contact .contact-btn .btn-txt {
		display: none;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header_scrolled .site-header-container {
		margin: 7.5px 10px 0;
		padding: 0 65px 0 10px;
	}
	.header_scrolled .site-header-logo {
		display: block;
		max-height: 50px;
		margin: 7.5px 0;
		padding-top: 0;
		background-image: var(--vk-header-logo-url);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left;
	}
	.header_scrolled .site-header-logo img {
		min-height: 100%;
		opacity: 0;
	}
	.header_scrolled .header-contact .contact-btn {
		padding: 0;
	}

	/* フッター */
	.site-footer-content::before, .site-footer-content::after {
		right: 90px;
	}
	.site-footer-content::after {
		right: 140px;
	}
	.ft-company-contact {
		width: 100%;
	}
	.ft-logo {
		max-width: 320px;
	}
	.page_top_btn {
		bottom: 81.6px;
	}

	/* ページヘッダー */
	.page-header {
		height: clamp(320px, 45svh, 480px) !important;
	}

	/* フロントページ */
	.main-visual {
		height: 640px;
	}
	.mv-contents {
		font-size: 2.5rem;
	}
	.mv-text {
		max-width: 320px;
	}
	.about-us-wrap {
		flex-direction: column-reverse;
	}
	.about-us-img {
		text-align: center;
	}
	.about-us-img img {
		max-width: 320px;
	}
	.about-us-contents {
		width: 100%;
	}
	.service-link-ttl {
		font-size: 2rem;
	}
	.service-link-en .en {
		font-size: 2.5rem;
	}
	.company-insert-en .en {
		opacity: 0.25;
	}
	.company-insert-contents .lead {
		font-size: 5rem;
	}
	.company-insert-contents .txt {
		font-size: 1.25rem;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.effect-list li {
		width: 100%;
		padding: 30px;
	}

	/* 会社案内 */
	.access-wrap {
		gap: 30px;
	}

	/* 採用情報 */
	.recruit-message-contents {
		width: 100%;
	}
	.recruit-message-contents-inner {
		width: 100%;
		padding: 90px 90px 60px;
	}
	.recruit-message-img {
		padding: 0 30px;
	}
	.keyword-item {
		width: 100%;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-head {
		gap: 45px;
	}
	.sec-head-text {
		flex: 0 0 100%;
	}
	.lead { font-size: 2rem; }
	.cf7-tb th, .cf7-tb td { display: block; width: 100%; text-align: left; }
	.cf7-tb th { padding-bottom: 0; border-bottom: none; }
	.cf7-tb td { border-top: none; }

	/* コンテナ */
	.page .entry-body>div>div:last-child { padding-bottom: 60px; }
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.site-body-bottom .container, .site-footer-copyright) { padding-right: 20px; padding-left: 20px; }
	:is(footer, .page-header, #breadcrumb, body:not(.page) .site-body) .container { width: 100%; max-width: 100% !important; }
	.con-base { padding-top: 60px; padding-bottom: 60px; }
	.site-body { padding: 60px 0; }

	/* ヘッダー */
	.site-footer-content::before, .site-footer-content::after {
		right: 40px;
		width: 20px;
	}
	.site-footer-content::after {
		right: 70px;
	}

	/* フッター */
	.site-footer-content {
		padding: 60px 0 30px;
	}
	.ft-company-contact {
		padding: 45px;
	}
	.ft-company {
		gap: 45px;
	}
	.ft-contents {
		gap: 45px;
	}
	#menu-footer-nav {
		gap: 20px 45px;
	}
	.site-footer-copyright {
		padding: 0 20px 5px;
	}

	/* ページヘッダー */
	.page-header-inner {
		font-size: 10vw;
	}
	.page-header-title, h1.page-header-title {
		font-size: 0.3em;
	}

	/* フロントページ */
	.mv-swiper .swiper-pagination-bullet {
		width: 40px;
	}
	.about-us-wrap {
		gap: 45px;
	}
	.about-us-contents {
		gap: 30px;
	}
	.main-service-link-ttl {
		font-size: 2.5rem;
	}
	.main-service-link-contents {
		padding: 45px;
	}
	.service-link-list::before, .service-link-list::after {
		display: nonel
	}
	.service-link-item {
		flex: 0 0 100%;
	}
	.service-link-item::before, .service-link-item::after {
		position: absolute;
		z-index: -1;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 200vw;
		height: 30px;
		background: var(--color-main);
	}
	.service-link-item::after {
		bottom: 90px;
		background: var(--color-sub01);
	}
	.recruit-link-item a {
		padding: 45px 30px;
	}
	.recruit-link-item-inner {
		gap: 30px;
	}
	.recruit-link-contents {
		width: 100%;
		text-align: center;
	}
	.recruit-link-catch {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 0 30px;
		border-radius: 5px;
		text-align: center;
	}
	.recruit-link-catch-inner:first-child::before {
		display: none;
	}
	.recruit-link-img::after {
		top: auto;
		bottom: -0.25em;
		transform: none;
	}
	.con-base#news .vk_posts .postListText {
		padding: 20px;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.anniv-wrap {
		padding: 60px 0 0;
	}
	.anniv-catch .lead {
		font-size: 4rem;
	}
	.roots-wrap-outer {
		gap: 30px;
	}
	.roots-item {
		padding: 90px 0 0;
	}
	.roots-timeline {
		width: 60px;
	}
	.tl-circle {
		width: 30px;
	}
	.roots-catch .lead {
		font-size: 4rem; 
	}
	.roots-catch .lead::before, .roots-catch .lead::after {
		right: calc(100% + 55px);
	}
	.roots-catch .lead::after {
		display: none;
	}
	.roots-img {
		aspect-ratio: 3/2;
	}

	/* 事業内容 */
	.service-ttl {
		gap: 10px 30px;
	}
	.service-ttl h2 {
		font-size: 2em;
	}
	.service-text .txt {
		font-size: 1em;
	}
	.service-img-outer::before {
		bottom: 85%;
		font-size: 20rem;
	}
	.service-img-outer {
		padding: 0 20px;
	}
	.service-img {
		aspect-ratio: 3/2;
	}
	.const-list {
		gap: 45px;
	}
	.const-item {
		width: 100%;
	}
	.const-ttl {
		margin-bottom: 7.5px;
	}
	.const-btn {
		margin-top: 25px;
	}
	.con-base#agri .const-item:first-child .const-img {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.con-base#agri .const-item:first-child .const-contents {
		width: 100%;
		padding: 30px;
	}

	/* 会社案内 */
	.top-message-contents {
		gap: 30px;
	}
	.access-img {
		flex: 0 0 100%;
	}

	/* 採用情報 */
	.message-catch h2 {
		font-size: 3.5rem;
	}
	.recruit-message-contents-inner {
		gap: 45px;
		padding: 60px 20px;
	}
	.recruit-message-img {
		padding: 0 20px;
	}

	/* 投稿（お知らせ） */
	.single .entry-header {
		margin-bottom: 45px;
	}
	.single .entry-header h1 {
		font-size: 1.75rem;
	}
	.entry-meta-data-list:first-child {
		margin: 45px 0 5px;
	}
	.single .site-body .entry-footer {
		margin-bottom: 60px;
	}

	/* お問い合わせ */
	.tel-wrap {
		padding: 45px;
	}
	.tel-num {
		font-size: 3.5rem;
	}
	.cf7-tb :is(th,td) {
		padding-left: 0;
		padding-right: 0;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	.sec-ttl {
		font-size: 3.5rem;
	}
	.sec-ttl h2 {
		flex: 0 0 100%;
		margin: 0;
	}
	h1 { font-size: 2rem; }
	h2 { font-size: 1.75rem; }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.4rem; }
	h5 { font-size: 1.3rem; }
	.lead { font-size: 1.75rem; }
	.rl-gallery-caption { font-size: 0.8em; }
	.pc-br { display: none; }
	.sp-br { display: block; }
	table td, table th { padding: 1.5em 1em; }
	.btn-base {
		min-width: 200px;
		padding: 15px 30px;
	}
	.vk-mobile-nav .btn-base {
		width: 100%;
	}

	/* ヘッダー */

	/* フッター */
	.site-footer-content {
		padding: 60px 0 120px;
	}
	.ft-company-contact {
		padding: 45px 30px;
	}
	.ft-contact-tel .tel-num {
		font-size: 10vw;
	}
	.ft-address {
		width: 100%;
	}

	/* ページヘッダー */
	.page-header {
		height: clamp(260px, 35svh, 320px) !important;
	}
	.page-header-inner {
		margin-bottom: 20px;
		gap: 0 20px;
		font-size: 11vw;
	}

	/* フロントページ */
	.mv-contents {
		font-size: 2.25rem;
	}
	.scrolldown2 {
		right: 10vw;
	}
	.about-us-lead .lead .lead-before {
		font-size: 0.65em;
	}
	.about-us-lead .lead {
		font-size: 2.25rem;
	}
	.about-us-text .txt {
		font-size: 1em;
		line-height: 2;
	}
	.about-us-img img {
		max-width: 60%;
	}
	.main-service-link-contents {
		padding: 45px 20px;
	}
	.service-link-item {
		aspect-ratio: 3/4;
	}
	.service-link-text {
		font-size: 0.9em;
	}
	.company-insert-contents {
		padding: 17.5svh 20px 60px;
	}
	.company-insert-contents .lead {
		font-size: 3.5rem;
	}
	.company-insert-contents .txt {
		font-size: 1em;
		line-height: 2.25;
	}
	.con-base#news .right {
		text-align: center;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.about-us-ttl {
		font-size: 1.25rem;
	}
	.anniv-catch .lead {
		font-size: 3rem;
	}
	.anniv-comment p {
		font-size: 1.25rem;
	}
	.roots-wrap-outer {
		gap: 20px;
	}
	.roots-timeline {
		width: 30px;
	}
	.roots-catch .lead::before {
		right: calc(100% + 30px);
	}
	.tl-circle {
		width: 20px;
	}

	/* 事業内容 */
	.service-ttl h2 {
		font-size: 1.5em;
	}
	.service-ttl .en {
		flex: 0 0 100%;
	}
	.service-img-outer::before {
		font-size: 15rem;
	}
	.service-img::before, .service-img::after {
		bottom: 30px;
		height: 20px;
	}
	.service-img::after {
		bottom: 60px;
	}
	.con-base#agri .const-item:first-child::before {
		font-size: 2rem;
	}
	.con-base#agri .const-item:first-child .const-ttl h4 {
		font-size: 1.5rem;
	}

	/* 会社案内 */
	.top-name p span {
		font-size: 1.25em;
	}
	.history-list {
		padding: 10px 0 10px 30px !important;
	}
	.history-list::before {
		left: 14.5px;
	}

	/* 採用情報 */
	.message-catch h2 {
		font-size: 3rem;
	}
	.con-base#keyword .sec-ttl {
		text-align: center;
	}
	.con-base#keyword .sec-ttl .en {
		flex: 0 0 100%;
	}
	.trip-comment {
		max-width: 90%;
	}
	.trip-comment p .color {
		display: block;
	}
	.con-base#entry .lead {
		font-size: 1.25rem;
	}
	.entry-btn {
		padding: 30px 50px;
		font-size: 1em;
	}

	/* 投稿（お知らせ） */
	.single .entry-header h1 {
		font-size: 1.5rem;
	}

	/* お問い合わせ */
	.tel-wrap {
		padding: 45px 30px;
	}
	.tel-num {
		font-size: 10vw;
	}
	.tel-num .fs-s {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.cf7-tb :is(th p,td p) {
		font-size: 1.125rem;
	}
	.cf7-btn .btn-base {
		width: 80%;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */