@charset "utf-8";

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


/* ------------------------------ 共通 start ------------------------------ */
body {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	-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-dark: var(--vk-color-primary-dark);
	--color-sub: #006335;
	--color-base: #F7F2EC;
	--color-line: #ccc;
	--font-serif: "Hina Mincho", serif;
	--font-en: "Cormorant Garamond", sans-serif;
	--font-num: "Hina Mincho", serif;
}
:root { /* Lightningの変数 */
	--vk-color-text-body: #111;
	--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.8; }
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; color: var(--color-main); font-family: "Hina Mincho", serif; font-weight: 400; 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-head-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.sec-head-wrap .sec-ttl {
	width: 50%;
}
.sec-head-wrap .sec-txt {
	flex: 1;
}

/* セクションタイトル */
.sec-ttl-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.sec-ttl {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: clamp(2.5px,2.5rem,5px);
	position: relative;
	z-index: 1;
	margin: 25px 0 0 25px;
	font-size: 2.5rem;
}
.sec-ttl::before {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	right: 105%;
	content: "";
	width: 20px;
	height: 20px;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
	mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
}
.sec-ttl h2 {
	display: inline-block;
	font-size: 1em;
}
.sec-ttl .en {
	display: block;
	color: var(--color-sub);
	font-size: 0.5em;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl-outer .sec-ttl {
	margin-left: 0;
}
.sec-ttl.subpage {
	margin: 0;
	padding: 2em 0 0 1.5em;
}
.sec-ttl.subpage::before {
	display: none;
}
.sec-ttl.subpage h2 {
	margin: 0 auto;
	font-size: 0.6em;
	letter-spacing: 0.125em;
	/* 	writing-mode: vertical-rl; */
}
.sec-ttl.subpage h2::before {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: -20px;
	content: "";
	width: 20px;
	height: 20px;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
	mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
}
.sec-ttl.subpage .en {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 3em;
	line-height: 1;
	white-space: nowrap;
}
.sec-ttl-wrap .sec-ttl.subpage {
	flex: 0 0 50%;
}
.sec-ttl-wrap .sec-ttl.subpage h2 {
	margin: 0 auto 0 0;
}
.sec-ttl-txt {
	flex: 1 1 0;
	position: relative;
	z-index: 2;
	padding-top: 3rem;
}
.sec-ttl-txt .notes-ul {
	margin-top: 30px;
}

/* テキスト */
.lead { color: var(--color-main); font-size: 2.25rem; font-family: var(--font-serif); line-height: 1.5;}
.txt { display: block; margin-bottom: 10px; }
.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; }
div>.txt:last-of-type, div>.msg-txt:last-of-type { margin-bottom: 0; }
.fs-b { margin: 0 0.25em; font-size: 1.25em; }
.fs-s { margin: 0 0.25em; font-size: 0.8em; }
.fw-b { font-weight: 700; }
.serif { font-family: var(--font-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); }
.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; }
.dli:not(:last-child) { margin-bottom: 0.75em; }
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: 0.9em; }
: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; }
.tb-base th {
	width: 30%;
	border-right: none;
	border-left: none;
	color: var(--color-main);
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}
.tb-base td .notes-ul {
	margin-top: 10px;
}
.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 60px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	color: var(--color-main);
	font-size: 1rem;
	font-family: var(--font-serif);
	line-height: 1.4;
	text-align: center;
	transition: all 0.3s;
}
.line-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	border-top: 1px solid #fff;
	transition: all 0.3s;
}
.line-arrow::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	width: 45%;
	height: 1px;
	border-radius: 0 999px 999px 0;
	background: #fff;
	transform: rotateZ(45deg);
	transform-origin: right bottom;
	transition: all 0.3s;
}
.accent-btn {
	border-color: var(--color-main);
	background: var(--color-base);
	color: var(--color-main);
	transition: all 0.3s;
}
.accent-btn .line-arrow {
	border-color: #333;
}
.accent-btn .line-arrow::before {
	background: #333;
}
@media (hover: hover) {
	.btn-base:hover {
		background: var(--color-main);
		color: #fff;
	}
	.btn-base:hover .line-arrow {
		right: 15px;
		border-top-color: var(--color-main);
	}
	.btn-base:hover .line-arrow::before {
		background: var(--color-main);
	}
	.accent-btn:hover {
		color: #fff;
		border-color: var(--color-main-dark);
		background: var(--color-main-dark);
	}
}

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

/* 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: #fff; 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-sub);
	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: 25px 45px;
	border: none;
	border-radius: 999px;
	background: var(--color-sub);
	color: #fff;
	text-align: center;
}
.cf7-btn .btn-base:hover {
	background: #00934e;
}
.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.3em; 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 {
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 20px;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 20px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin-right: 0;
}
.site-header-logo img {
	display: inline-block;
	max-height: 80px;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
	font-weight: 400;
}
.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: var(--font-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;
	text-shadow: 0 0 10px #fff;
	transition: all 0.3s;
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}
.global-nav-list>li::before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 0;
	border-bottom: 1px solid var(--vk-color-primary);
	transition: all .3s ease-out;
}
.global-nav-list>li:hover::before, .global-nav-list>li[class*=current]::before {
	width: 100%;
}


/* スクロール時ヘッダー */
.header_scrolled .site-header {
	position: fixed !important;
	top: 0;
	max-width: 100%;
	background: var(--color-base);
	box-shadow: none;
}
.header_scrolled .site-header-container {
	margin: 0;
	padding: 5px 20px;
}
.header_scrolled .site-header-logo img {
	min-height: 50px;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 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;
	font-size: min(0.9vw,0.9rem);
	font-family: var(--font-maru);
}
.header-top nav {
	top: 0;
}
.header-top ul {
	align-items: center;
	gap: 15px;
	margin: 0;
}
.header-top ul>li>a {
	padding: 0;
	text-decoration: underline !important;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* ヘッダーお問い合わせボタン */
.header-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 100%;
	text-align: center;
}
.header-contact .contact-btn {
	min-width: min(10vw,210px);
	padding: 10px 30px;
	border-radius: 999px;
	font-size: min(0.9vw,1rem);
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 55svh;
	margin: 0 auto;
}
.page-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	max-width: 100%;
	margin: 60px 0 120px;
	font-size: min(2.5vw,2.5rem);
}
.page-header-title, h1.page-header-title {
	max-height: 540px;
	margin: 0 auto;
	padding: 0.5em 0.25em;
	background: #fff;
	color: var(--color-main);
	font-size: 1em;
	font-weight: 400;
	font-family: var(--font-serif);
	letter-spacing: 0.125em;
	writing-mode: vertical-rl;
	overflow: hidden;
}
.page-header-subtext {
	margin: 0;
	color: #fff;
	font-size: 0.6em;
	font-family: var(--font-en);
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 0 30px #111;
}
/* ------------------------------ ページヘッダー 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 ------------------------------ */
.ft-insert {
	position: relative;
	z-index: 1;
}
.ft-insert::before, .ft-insert::after {
	position: absolute;
	z-index: 2;
	top: calc(100% - 12.5px);
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) repeat-x center / contain;
	mask: url(svg/symbol-parts_sprout.svg) repeat-x center / contain;
	opacity: 0.5;
}
.ft-insert::after {
	transform: scale(-1,1);
	opacity: 1;
}
.site-footer {
	background-color: #3E210D;
	font-size: 0.9em;
}
.site-footer-content {
	position: relative;
	padding: 90px 0;
}
.site-footer-content::before, .site-footer-content::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	content: "";
	width: auto;
	height: 180px;
	background-color: #54433a;
	mix-blend-mode: hard-light;
}
.site-footer-content::before {
	right: 12%;
	aspect-ratio: 442/900;
	-webkit-mask: url(svg/silhouette_farmer02.svg) no-repeat center / contain;
	mask: url(svg/silhouette_farmer02.svg) no-repeat center / contain;
	transform: scale(-1,1);
}
.site-footer-content::after {
	right: 4%;
	aspect-ratio: 389/900;
	-webkit-mask: url(svg/silhouette_farmer03.svg) no-repeat center / contain;
	mask: url(svg/silhouette_farmer03.svg) no-repeat center / contain;
}
.ft-cta-wrap {
	margin-bottom: 60px;
}
.ft-cta-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding: 60px;
	border: 1px solid rgba(255,255,255,0.5);
	transition: all 0.3s;
}
.ft-cta-arrow .line-arrow {
	display: block;
	position: relative;
	right: 0;
	width: 60px;
}
@media (hover: hover) {
	.ft-cta-btn:hover {
		background: var(--color-sub);
	}
	.ft-cta-btn:hover .sec-ttl::before {
		background-color: #fff;
	}
	.ft-cta-btn:hover .ft-cta-arrow .line-arrow {
		right: -30px;
	}
}
.ft-cta-txt {
	flex: 1 1 0;
}
.ft-cta-txt .txt {
	font-size: 1rem;
}
.ft-cta-btn .sec-ttl::before {
	transition: all 0.3s;
}
.ft-cta-btn .sec-ttl :is(h2, .en) {
	color: #fff;
}
.ft-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.ft-logo {
	max-width: 300px;
}
.ft-address {
	flex: 1 1 0;
}
.ft-nav {
	flex: 0 0 100%;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	font-size: 1rem;
	font-family: var(--font-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;
}
.ft-outbound-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: -30px;
}
.ft-outbound-links li a {
	display: inline-block;
	padding: 0.25em 2em;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 0.9rem;
	transition: all 0.3s;
}
.ft-outbound-links li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	max-width: 100%;
	padding: 30px 20px;
	background: var(--color-base);
}
.site-footer-copyright p {
	margin: 0;
	color: var(--color-main);
	font-size: 1rem;
	font-family: var(--font-en);
}
/* ------------------------------ フッター end ------------------------------ */


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


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	position: relative;
	z-index: 1;
	width: 100%;
	height: max(780px,90svh);
}
.mv-ttl {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.mv-ttl h2 {
	margin: 0 15vw 0 auto;
	font-size: min(4vw,4rem);
	writing-mode: vertical-rl;
	pointer-events: auto;
}
.mv-ttl h2 .highlight {
	padding: 0.5em 0;
	background: linear-gradient(#fff 0 0);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.mv-swiper {
	width: 90%;
	height: 100%;
	margin: 0 0 0 auto;
	padding-top: min(10svh,60px);
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scrolldown2 {
	position: absolute;
	z-index: 2;
	bottom: 10svh;
	left: 4.5vw;
	height: 10svh;
}
.scrolldown2 span {
	position: absolute;
	left: 10px;
	top: 10%;
	color: var(--color-main);
	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: var(--color-main);
	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: var(--color-main);
}

/* 私たちについて（ホーム） */
#pg-19-1 {
	z-index: 0;
	padding: 90px 0;
}
#pg-19-1::before {
	position: absolute;
	z-index: -1;
	top: 70%;
	left: 0;
	transform: translateY(-70%);
	content: "";
	width: 100%;
	height: 150%;
	background: url(svg/map_ibaraki.svg) no-repeat center bottom 35% / 150%;
}
.about-us-wrap {
	position: relative;
	z-index: 1;
	margin-left: 4rem;
}
.about-us-ttl {
	margin-bottom: 60px;
}
.about-us-ttl .en {
	position: absolute;
	top: 0;
	right: calc(100% + 2.5rem);
	color: var(--color-sub);
	font-size: 1rem;
	line-height: 1;
	writing-mode: vertical-rl;
}
.about-us-ttl h2 {
	font-size: min(3rem,3vw);
}
.about-us-txt-body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 60px;
}
.about-us-txt-body .txt {
	margin-bottom: 0 !important;
}

/* インサート */
.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;
}

/* 事業内容（ホーム） */
#pg-19-3 {
	background: #fff;
}
.service-link-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
	counter-reset: number 0;
}
.service-link-item {
	position: relative;
	z-index: 1;
}
.service-link-item::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-base);
	-webkit-mask: url(svg/symbol-parts_house.svg) no-repeat right center / contain;
	mask: url(svg/symbol-parts_house.svg) no-repeat right center / contain;
	transform: scale(-1,1);
}
.service-link-item.service-proposal::before {
	transform: scale(1,1);
}
.service-link-item-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	width: 100%;
	padding: 60px 0;
}
.service-link-item.service-proposal .service-link-item-inner {
	flex-direction: row-reverse;
}
.service-link-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;
	text-align: center;
}
.service-link-ttl :is(h3,h2) {
	margin: 0 auto;
	font-size: clamp(1.75rem,2vw,2rem);
	writing-mode: vertical-rl;
	letter-spacing: 0.25em;
}
.service-link-ttl :is(h3,h2)::before {
	position: absolute;
	z-index: 1;
	bottom: 105%;
	left: -10px;
	content: "";
	width: 20px;
	height: 20px;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
	mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
}
.service-link-img {
	position: relative;
	z-index: 1;
	flex: 0 0 50%;
	aspect-ratio: 1;
}
.service-link-img::before {
	position: absolute;
	z-index: 2;
	bottom: calc(100% - 0.3em);
	right: 0.1em;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-sub);
	font-size: min(12vw,12rem);
	font-family: var(--font-en);
	line-height: 1;
}
.service-link-item:nth-child(even) .service-link-img::before {
	right: auto;
	left: 0.1em;
}
.service-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-link-img .deco-en {
	position: absolute;
	z-index 1;
	bottom: 0;
	left: 0.25em;
	font-size: min(4vw,4rem);
	color: #fff;
	text-shadow: 0 0 30px #111;
}
.service-link-item:nth-child(even) .service-link-img .deco-en {
	left: auto;
	right: 0.25em;
}

/* 会社案内（ホーム） */
.con-base#company {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.sky-insert {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(480px,60svh,540px);
	aspect-ratio: 3/1;
	clip-path: inset(0);
}
.sky-insert::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/02/insert_sky.jpg) center / cover;
}
.sky-insert-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2.5vw;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1400px;
	padding: 0 2.5vw;
	text-align: center;
}
.sky-insert-logo {
	width: 40%;
	min-width: 300px;
}
.sky-insert-logo img {
	max-width: 300px;
}
.sky-insert-catch {
	flex: 1 1 0;
}
.sky-insert-catch .lead {
	color: #fff;
	font-size: min(3vw,2.75rem);
}
.company-link-contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}
.company-link-txt {
	flex: 1 1 0;
}
/* ループテキスト */
.loop-txt {
	display: flex;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	color: #fff;
	font-size: min(10vw,10rem);
	line-height: 1.25;
	white-space: nowrap;
}
.loop-txt .en {
	flex-shrink: 0;
	padding-right: 0.5em;
}
.loop-txt:not(.no-tick) .en:nth-child(odd) {
	animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
	animation-fill-mode: both;
}
.loop-txt:not(.no-tick) .en:nth-child(even) {
	animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
	animation-fill-mode: both;
}
@keyframes MoveLeft {
	from { transform: translateX(100%); }
	to { transform: translateX(-100%); }
}
@keyframes MoveLeft2 {
	from { transform: translateX(0); }
	to { transform: translateX(-200%); }
}

/* 採用情報（ホーム） */
#pg-19-5 {
	background: linear-gradient(0deg, #fff 0%, var(--color-base) 100%);
}
.recruit-link-wrap .en-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.25em;
	margin-bottom: 15px;
	font-size: 6rem;
}
.recruit-link-wrap .en-ttl h2.en {
	color: var(--color-sub);
	font-size: 1em;
	line-height: 1;
}
.recruit-link-wrap .en-ttl .txt {
	margin-bottom: 0.25em;
	color: var(--color-main);
	font-size: 0.2em;
	font-family: var(--font-serif);
}
.recruit-insert {
	display: block;
	position: relative;
	z-index: 1;
	padding: max(30px,2.5%);
	color: #fff !important;
}
.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(0deg, #111 0%, transparent 50%, transparent 100%);
}
.recruit-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.7s;
}
.recruit-link-catch .lead {
	position: relative;
	z-index: 2;
	top: -2.5em;
	margin: 0 max(30px,2.5%) 0 auto;
	line-height: 1.8;
	writing-mode: vertical-rl;
}
.recruit-link-catch .lead .highlight {
	padding: 0.5em 0;
	background: linear-gradient(#fff 0 0);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.recruit-link-catch .lead .color {
	color: var(--color-sub);
}
.recruit-link-txt {
	position: relative;
	z-index: 2;
	margin-bottom: 0.75em;
	font-size: 1.5rem;
	font-family: var(--font-serif);
}
.recruit-link-btn {
	position: relative;
	z-index: 2;
}
.recruit-link-btn .txt {
	display: inline-block;
	padding: 0.25em 1.5em;
	border: 1px solid #fff;
	border-radius: 999px;
	font-size: 0.9rem;
	transition: all 0.3s;
}
@media (hover: hover) {
	.recruit-insert:hover img {
		transform: scale(1.05,1.05);
	}
	.recruit-insert:hover .recruit-link-btn .txt {
		background: #fff;
		color: #111;
	}
}

/* お知らせ（ホーム） */
#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%;
}
.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: 15px;
	color: var(--color-main);
	font-size: 0.8rem;
	text-align: center;
	text-decoration: underline !important;
	transition: all 0.3s;
}
.anchor-links li a::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
	mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
}
@media (hover: hover) {
	.anchor-links li a:hover {
		opacity: 0.5;
	}
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ 私たちについて start ------------------------------ */
/* 共通 */
.post-name-about-us .sec-ttl-wrap {
	align-items: center;
}
.post-name-about-us .sec-ttl-wrap .sec-ttl-txt {
	position: relative;
	z-index: 1;
	margin: 0 30px;
	padding: 0 60px 0;
	color: var(--color-sub);
	text-align: center;
}
.post-name-about-us .sec-ttl-wrap .sec-ttl-txt::before, .post-name-about-us .sec-ttl-wrap .sec-ttl-txt::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 60px;
	height: 1px;
	border-top: 1px solid var(--color-sub);
}
.post-name-about-us .sec-ttl-wrap .sec-ttl-txt::before {
	left: -30px;
}
.post-name-about-us .sec-ttl-wrap .sec-ttl-txt::after {
	right: -30px;
}

/* 茨城農材鉾田とは */
.about-us-catch-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 60px;
	position: relative;
	z-index: 1;
}
.about-us-catch-wrap::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/01/logo_white.png) no-repeat top 7.5% left 10% / 40%;
	opacity: 0.5;
}
.about-us-catch {
	width: 42.5%;
	padding: 15svh 0 30svh;
}
.about-us-catch .lead {
	margin-bottom: 2em;
	font-size: min(2vw,2rem);
}
.about-us-catch .lead .en {
	display: block;
	color: var(--color-sub);
	font-size: 3em;
}
.about-us-catch .msg-txt {
	font-size: 1.25rem;
}
.deco-img {
	flex: 1 1 0;
}
.deco-img.deco01 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
.deco-img.deco01 .in-deco-img.in-deco01 {
	width: 100%;
	aspect-ratio: 3/4;
}
.deco-img.deco01 .in-deco-img.in-deco02 {
	margin: -10% 0 auto -10%;
	width: 50%;
	aspect-ratio: 4/3;
}
.deco-img.deco02 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}
.deco-img.deco02 .in-deco-img.in-deco01 {
	width: 100%;
	aspect-ratio: 4/3;
}
.deco-img.deco02 .in-deco-img.in-deco02 {
	margin: -10% -10% 0 auto;
	width: 40%;
	aspect-ratio: 3/4;
}
.deco-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ビジョン */
.vision-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	gap: 90px;
	text-align: center;
}
.vision-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.vision-catch {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1em;
}
.vision-catch .lead .focus {
	color: var(--color-sub);
}
.vision-txt h3 {
	font-size: 1.5rem;
	line-height: 1.8;
}
.vision-img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* ミッション */
.mission-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px 120px;
}
.mission-ttl {
	position: sticky;
	z-index: -1;
	top: 140px;
}
.mission-ttl h3 {
	font-size: 3rem;
}
.mission-ttl h3 .color {
	color: var(--color-sub);
}
.mission-contents {
	flex: 1 1 0;
}
.mission-txt {
	margin: 30px 0 0;
}
.needs-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.needs-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
.needs-box {
	flex-grow: 1;
	position: relative;
	z-index: 1;
	padding: 60px;
	border: 1px solid var(--color-line);
	background: var(--color-main);
	color: #fff;
	transition: all 1s ease-in-out;
}
.invisible-needs .needs-box::after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-base);
	transition: all 1s ease-in-out;
}
.invisible-needs .needs-box:hover {
	background: var(--color-sub);
}
.invisible-needs .needs-box:hover::after {
	opacity: 0;
}
.invisible-needs h4 {
	color: var(--color-sub);
}
.needs-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 17.5px;
	background: #fff;
	font-family: var(--font-serif);
	letter-spacing: 0.125em;
}
.needs-label .txt {
	padding: 0.5em 0.125em;
	color: var(--color-sub) !important;
	line-height: 1;
	writing-mode: vertical-rl;
}
.needs-box .txt.center {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid var(--color-line);
}
.needs-box .color {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	font-family: var(--font-serif);
}
.invisible-needs .needs-box .color {
	color: #fff;
}
.invisible-desc {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: var(--font-serif);
	transition: all 0.5s ease-in-out;
}
.invisible-desc .txt {
	color: #666;
}
.invisible-needs .needs-box:hover .invisible-desc {
	opacity: 0;
}

/* バリュー */
.value-list {
	display: flex;
	flex-wrap: wrap;
}
.value-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 120px;
	width: 100%;
	padding: 60px 0;
}
.value-num .en {
	border-top: 1px solid var(--color-sub);
	color: var(--color-sub);
	font-size: 2rem;
	line-height: 1;
}
.value-num .en span {
	margin-left: 0.125em;
	font-size: 3em;
}
.value-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	margin-top: 2.5rem;
}
/* ------------------------------ 私たちについて end ------------------------------ */


/* ------------------------------ 事業内容 start ------------------------------ */
/* 共通 */
.post-name-business {
	counter-reset: number 0;
}
.post-name-business .service-link-item::before {
	background-color: #fff;
}
.service-main-wrap {
	padding: 0 20px;
	background: linear-gradient(0deg, var(--color-base) 0%, #fff 25%);
}
.service-sec {
	padding: 60px 0 0;
}
.service-sec h3 {
	margin-bottom: 30px;
}

/* 農業資材の販売 */
/* 主な取扱商品 */
#sale .service-link-item {
	background: linear-gradient(0deg, #fff 0%, var(--color-base) 50%);
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.product-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 60px 0;
	border-bottom: 2px dashed var(--color-line);
}
.product-img {
	flex: 0 0 30%;
	height: 100%;
	aspect-ratio: 3/2;
}
.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.handing-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	position: relative;
	z-index: 1;
	padding: 30px !important;
	background: var(--color-base);
}
.handing-list::after {
	display: block;
	content: "etc."
}
.handing-list li {
	position: relative;
	z-index: 1;
	padding-left: 1.5em;
}
.handing-list li::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 1em;
	height: 1em;
	background-color: var(--color-sub);
	-webkit-mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
	mask: url(svg/symbol-parts_sprout.svg) no-repeat center / contain;
}
/* 販売方法 */
.method-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.method-item {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	padding: 60px;
	border: 1px solid var(--color-line);
}
.method-ttl {
	text-align: center;
}
.method-ttl .txt {
	color: var(--color-sub);
}
.method-icon {
	text-align: center;
}
.method-icon span {
	margin: 0;
	color: var(--color-main);
	font-size: 4rem;
}
.method-item .btn-base {
	width: 100%;
	min-width: auto;
}

/* 農業資材の提案 */
#proposal .service-link-item {
	background: linear-gradient(0deg, #fff 0%, var(--color-base) 50%);
}
/* 茨城農材鉾田の特徴 */
.feature-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.feature-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding: 60px 0;
	border-bottom: 2px dashed var(--color-line);
}
.feature-item::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 4%;
	content: "";
	width: auto;
	height: 60%;
	background-color: var(--color-main);
	opacity: 0.05;
}
.feature-item:first-child::before {
	aspect-ratio: 706 / 900;
	-webkit-mask: url(svg/map_ibaraki-hokota.svg) no-repeat center / contain;
	mask: url(svg/map_ibaraki-hokota.svg) no-repeat center / contain;
}
.feature-item:nth-child(2)::before {
	aspect-ratio: 900 / 671;
	-webkit-mask: url(svg/silhouette_tractor01.svg) no-repeat center / contain;
	mask: url(svg/silhouette_tractor01.svg) no-repeat center / contain;
	transform: scale(-1,1);
}
.feature-item:nth-child(3)::before {
	aspect-ratio: 389 / 900;
	-webkit-mask: url(svg/silhouette_farmer01.svg) no-repeat center / contain;
	mask: url(svg/silhouette_farmer01.svg) no-repeat center / contain;
}
.feature-num {
	padding: 30px 60px;
	background: var(--color-sub);
}
.feature-num .en {
	color: #fff;
	font-size: min(2.5vw, 2.5rem);
	line-height: 1;
	text-align: center;
}
.feature-num .en span {
	display: block;
	font-size: 3em;
}
.feature-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	padding: 60px 0;
}
.feature-ttl h4 {
	color: var(--color-sub);
}
/* ------------------------------ 事業内容 end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 代表挨拶 */
.top-message-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 60px;
}
.top-message-contents {
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.top-message-contents .lead {
	padding: 1em 0;
}
.top-msg-txt {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1.5em;
}
.top-name {
	text-align: right;
}
.top-name .txt span {
	font-size: 1.5em;
}
.top-message-wrap :is(.txt,.msg-txt) {
	margin-bottom: 0 !important;
}
.top-message-img {
	flex: 1 1 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 3/4;
}
.top-message-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ロゴに込めた想い */
.logo-design-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.logo-design-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 120px;
}
.logo-design-txt {
	flex: 1 1 0;
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
.logo-design-txt::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: calc(100% + 59.5px);
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-line);
}
.logo-design-txt .lead {
	margin-bottom: 30px;
}
.logo-design-img {
	flex: 0 0 30%;
	text-align: center;
}
.logo-design-img img {
	width: 100%;
	max-width: 600px;
}
.color-code-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.color-code-list li span {
	position: relative;
	z-index: 1;
	padding-left: 40px;
}
.color-code-list li span::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
}
.color-code-list li:nth-child(1) span::before { background: var(--color-main); }
.color-code-list li:nth-child(2) span::before { background: var(--color-sub); }
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 0 10px 10px;
	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; font-weight: 400; }

/* シングルページ */
.single .entry-header {
	margin-bottom: 60px;
}
.single .entry-header h1 {
	margin: 0 0 0.5em;
}
.single .entry-body h2 {
	padding-bottom: 0.25em;
	border-bottom: 2px dashed var(--color-main);
}
.single .entry-body h3 {
	padding-left: 30px;
}
.single .entry-body h3::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-main);
}
.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: #fff;
	text-align: center;
}
.tel-num {
	color: var(--color-main);
	font-size: 4rem;
	font-weight: 500;
	transition: all 0.3s;
}
.tel-num:hover {
	color: var(--color-main);
	opacity: 0.5;
}
.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;
	padding: 0.1em 1em;
	background: var(--color-sub);
	color: #fff;
	font-size: 0.9em;
}
.tel-dl dd {
	color: #666;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー start ------------------------------ */
.pp-list li:not(:last-child) {
	margin-bottom: 1em;
}
/* ------------------------------ プライバシーポリシー 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; }

	/* ヘッダー */
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}

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

	/* ページヘッダー */
	.page-header-inner {
		font-size: 2.25rem;
	}

	/* 私たちについて */
	.mission-wrap {
		gap: 60px;
	}
	.mission-ttl h3 {
		font-size: 2.5rem;
	}
}
/* ------------------------------ レスポンシブ対応（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; }

	/* 共通 */
	.sec-ttl-wrap {
		flex-direction: column;
	}
	.sec-ttl-wrap .sec-ttl.subpage {
		flex: 0 0 100%;
	}
	.sec-ttl-txt {
		padding: 0;
	}
	.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: 120px 20px 180px;
		text-align: center;
		background: var(--color-base);
	}
	.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: 180px;
		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.vk-mobile-nav-open .btn-base { animation-name: opacityAnime; animation-duration: 1s; animation-delay: .3s; animation-fill-mode: forwards; }
	.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-family: var(--font-serif);
		text-align: center !important;
		border-bottom: none !important;
	}
	.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;
	}
	.vk-mobile-nav .ft-outbound-links {
		justify-content: center;
	}
	.vk-mobile-nav .ft-outbound-links li a {
		border: none;
	}
	.openbtn {
		position: fixed;
		top: 10px;
		right: 15px;
		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 {
		min-height: 65px;
		padding: 0 10px;
		overflow: visible;
	}
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		gap: 10px;
		padding-right: 65px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
	}
	.site-header-logo img {
		max-height: 50px;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header_scrolled .site-header-container {
		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;
	}

	/* フッター */
	.site-footer-content::before {
		right: 15%;
	}
	.ft-cta-btn {
		gap: 30px 60px;
	}
	.ft-cta-arrow {
		flex: 0 0 100%;
	}
	.ft-cta-arrow .line-arrow {
		margin: 0 0 0 auto;
	}
	.ft-logo {
		max-width: 240px;
	}
	.page_top_btn {
		bottom: 81.6px;
	}

	/* ページヘッダー */
	.page-header {
		min-height: 50svh;
	}

	/* フロントページ */
	.main-visual {
		height: max(540px,80svh);
	}
	.mv-ttl h2 {
		font-size: 5vw;
	}
	.scrolldown2 {
		bottom: 0;
	}
	#pg-19-1 {
		padding: 0 0 60px;
	}
	.about-us-ttl h2 {
		font-size: 2.5rem;
	}
	.vegetable-insert, .sky-insert {
		height: max(360px,50svh);
	}
	.sky-insert-logo img {
		max-width: 240px;
	}
	.company-link-contents {
		gap: 30px 60px;
	}
	.company-link-btn {
		flex: 0 0 100%;
		text-align: center;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.post-name-about-us .sec-ttl-wrap {
		align-items: stretch;
	}
	.about-us-catch-wrap {
		flex-direction: column;
		padding: 90px 0;
	}
	.about-us-catch-wrap::before {
		background-position: center;
		background-size: 60%;
	}
	.deco-img {
		flex: 0 0 100%;
	}
	.deco-img.deco01 {
		width: 80%;
	}
	.deco-img.deco01 .in-deco-img.in-deco01 {
		aspect-ratio: 3/2;
	}
	.deco-img.deco01 .in-deco-img.in-deco02 {
		margin: -25% -10% 0 auto;
	}
	.deco-img.deco02 {
		width: 80%;
		margin: 0 0 0 auto;
	}
	.deco-img.deco02 .in-deco-img.in-deco01 {
		aspect-ratio: 3/2;
	}
	.deco-img.deco02 .in-deco-img.in-deco02 {
		margin: -30% auto 0 -10%;
	}
	.about-us-catch {
		width: 100%;
		padding: 0;
	}
	.about-us-catch .lead {
		font-size: 1.75rem;
	}
	.mission-wrap {

	}
	.mission-ttl {
		top: 125px;
	}
	.mission-ttl h3 {
		font-size: 3rem;
	}
	.mission-contents {
		flex: 1 1 100%;
		background: linear-gradient(0deg, var(--color-base) 0%, rgba(247,242,236,0.75) 100%);
	}

	/* 事業内容 */
	.service-link-item-inner, .service-main-wrap .container {
		max-width: 100%;
	}
	.service-link-item-inner {
		padding: 60px 20px;
	}
	.feature-item::before {
		right: -20px;
	}

	/* 会社案内 */
	.logo-design-item {
		gap: 60px;
	}
	.logo-design-txt::before {
		left: calc(100% + 29.5px);
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-ttl-wrap {
		gap: 45px;
	}
	.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 {
		right: 18%;
	}
	.ft-cta-btn {
		padding: 45px;
	}
	.ft-cta-txt {
		flex: 0 0 100%;
	}
	.ft-contents {
		gap: 45px;
	}
	#menu-footer-nav {
		gap: 20px 45px;
	}
	.ft-outbound-links {
		margin-top: -15px;
	}

	/* ページヘッダー */
	.page-header-inner {
		margin: 45px 0 90px;
		font-size: 2rem;
	}
	.page-header-title, h1.page-header-title {
		max-height: 320px;
	}

	/* フロントページ */
	.mv-swiper {
		padding-top: 45px;
	}
	.mv-ttl h2 {
		font-size: 6vw;
	}
	#pg-19-1::before {
		height: 200%;
		background-position: left 60% bottom 35%;
		background-size: 200%;
	}
	.about-us-ttl, .about-us-txt-body {
		margin-bottom: 45px;
	}
	.about-us-ttl h2 {
		font-size: 2.25rem;
	}
	.about-us-txt-body {
		gap: 1.5rem;
	}
	.about-us-txt-body .txt {
		text-shadow: 1px 1px 0 var(--color-base), -1px -1px 0 var(--color-base),
			-1px 1px 0 var(--color-base), 1px -1px 0 var(--color-base),
			0px 1px 0 var(--color-base),  0 -1px 0 var(--color-base),
			-1px 0 0 var(--color-base), 1px 0 0 var(--color-base);
	}
	.vegetable-insert, .sky-insert {
		height: max(240px,40svh);
	}
	.service-link-item-inner {
		justify-content: center;
	}
	.service-link-contents {
		flex: 0 0 100%;
	}
	.service-link-list {
		gap: 0;
	}
	.service-link-ttl :is(h3,h2) {
		font-size: 2rem;
	}
	.service-link-img {
		flex: 0 0 90%;
	}
	.service-link-img::before {
		font-size: 20vw;
	}
	.service-link-img .deco-en {
		font-size: 8vw;
	}
	.sky-insert-contents {
		flex-direction: column;
		gap: 20px;
	}
	.sky-insert-logo {
		width: 100%;
		max-width: 300px;
	}
	.sky-insert-catch .lead {
		font-size: 1.75rem;
	}
	.loop-txt {
		font-size: 15vw;
	}
	.recruit-link-wrap .en-ttl {
		font-size: 5rem;
	}
	.recruit-link-catch .lead {
		margin: 0 0 0 auto;
	}
	.con-base#news .vk_posts .postListText {
		padding: 20px;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.about-us-catch-wrap {
		padding: 60px 0;
	}
	.about-us-catch .lead {
		font-size: 1.5rem;
	}
	.vision-wrap, .vision-contents {
		gap: 45px;
	}
	.vision-txt h3 {
		font-size: 1.25rem;
	}
	.value-item {
		gap: 45px 60px;
		padding: 45px 0;
	}

	/* 事業内容 */
	.service-sec {
		padding: 45px 0 0;
	}
	.service-sec:first-child {
		padding-top: 0;
	}
	.product-item {
		gap: 30px;
		padding: 45px 0;
	}
	.product-item:first-child {
		padding-top: 0;
	}
	.product-img {
		flex: 0 0 100%;
	}
	.method-item {
		flex: 0 0 100%;
		padding: 45px;
	}
	.method-ttl h4 {
		font-size: 1.75rem;
	}
	.feature-item {
		gap: 45px;
	}
	.feature-item:first-child {
		padding-top: 0;
	}
	.feature-item:not(.feature-item:nth-child(3))::before {
		right: -10%;
		height: 45%;
	}
	.feature-item:nth-child(3)::before {
		height: 45%;
	}
	.feature-contents {
		padding: 45px 0;
	}
	.feature-num {
		padding: 30px;
	}
	.feature-num .en {
		font-size: 1.25rem;
	}

	/* 会社案内 */
	.top-message-wrap {
		flex-direction: column-reverse;
		gap: 45px;
	}
	.top-message-contents {
		flex: 0 0 100%;
	}
	.top-message-contents .lead {
		padding: 0 0 0.25em;
	}
	.top-message-img {
		aspect-ratio: 3/2;
	}
	.logo-design-item {
		flex-direction: column-reverse;
	}
	.logo-design-txt {
		padding: 0 30px;
	}
	.logo-design-txt::before {
		top: auto;
		bottom: calc(100% + 29.5px);
		left: 0;
		width: 100%;
		height: 1px;
	}
	.logo-design-txt .lead {
		text-align: center;
	}
	.logo-design-img {
		flex: 0 0 100%;
	}
	.logo-design-img img {
		width: 100%;
		max-width: 240px;
	}

	/* 投稿（お知らせ） */
	.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: 2.25rem;
	}
	.sec-ttl.subpage {
		padding: 1.5em 0 0 1em; 
	}
	.sec-ttl.subpage .en {
		font-size: 2.5em;
	}
	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 {
		padding: 15px 30px;
	}
	.msg-txt {
		line-height: 2;
	}

	/* ヘッダー */

	/* フッター */
	.site-footer-content {
		padding: 60px 0 120px;
	}
	.site-footer-content::before, .site-footer-content::after {
		height: 150px;
	}
	.site-footer-content::before {
		right: 22%;
	}
	.ft-cta-txt .txt {
		font-size: 1.125rem;
	}
	.ft-logo {
		max-width: 180px;
	}
	.ft-address {
		flex: 0 0 100%;
	}

	/* ページヘッダー */

	/* フロントページ */
	.mv-swiper {
		padding-top: 30px;
	}
	.mv-swiper .swiper-slide:nth-child(2) img {
		object-position: left 15% top 50%;
	}
	.scrolldown2 {
		left: 3vw;
	}
	.scrolldown2 span {
		left: 5px;
	}
	.mv-ttl h2 {
		font-size: 8vw;
	}
	#pg-19-1::before {
		height: 250%;
		background-position: left 60% bottom 35%;
		background-size: 250%;
	}
	.about-us-wrap {
		margin: 0;
	}
	.about-us-ttl .en {
		position: static;
		margin-bottom: 1.25em;
		writing-mode: horizontal-tb;
	}
	.about-us-ttl h2 {
		font-size: 1.75rem;
	}
	.company-link-txt {
		flex: 0 0 100%;
	}
	.loop-txt {
		font-size: 20vw;
	}
	.recruit-insert {
		margin-top: 3rem;
	}
	.con-base#news .right {
		text-align: center;
	}

	/* サブページ共通 */

	/* 私たちについて */
	.about-us-catch-wrap::before {
		background-size: 90%;
	}
	.about-us-catch .lead {
		font-size: 1.25rem;
	}
	.post-name-about-us .sec-ttl-wrap .sec-ttl-txt {
		padding: 0;
	}
	.post-name-about-us .sec-ttl-wrap .sec-ttl-txt::before, .post-name-about-us .sec-ttl-wrap .sec-ttl-txt::after {
		width: 15px;
	}
	.mission-ttl h3 {
		font-size: 2.5rem;
	}
	.needs-box {
		padding: 45px;
	}
	.needs-label {
		position: static;
		margin-bottom: 1em;
	}
	.needs-label .txt {
		padding: 0.25em 1.5em;
		text-align: center;
		writing-mode: horizontal-tb;
	}
	.needs-box .color {
		font-size: 1.75em;
	}
	.value-item {
		gap: 30px;
		padding-top: 0;
	}
	.value-num .en {
		font-size: 1.75rem;
	}
	.value-contents {
		flex: 0 0 100%;
		margin: 0;
	}
	.feature-item {
		gap: 30px;
	}
	.feature-num {
		margin: 0 auto;
	}
	.feature-contents {
		flex: 0 0 100%;
		padding: 0;
	}
	.feature-ttl h4 {
		text-align: center;
	}
	
	/* 事業内容 */
	.handing-list {
		padding: 20px !important;
	}

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

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