@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", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 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-dark: var(--vk-color-primary-dark);
	--color-main-base: #fff4ef;
	--color-sub: #02040f;
	--color-accent: #FFFC31;
	--color-base: #f3f3f3;
	--color-line: #ccc;
	--font-en: "Inter", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-color-text-body: var(--color-sub);
	--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 .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: 900; 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 {
	font-size: min(4vw,4rem);
}
.sec-ttl .en {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 0 1em 0.8em;
	padding: 0 0 0 1.6em;
	color: var(--color-main);
	font-size: 0.4em;
	font-weight: 700;
	line-height: 1.25;
}
.sec-ttl .en::before, .sec-ttl .en::after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 0.8em;
	height: 0.8em;
	border-radius: 999px;
}
.sec-ttl .en::before {
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	background: var(--color-main);
}
.sec-ttl .en::after {
	top: 50%;
	right: calc(100% - 0.4em);
	transform: translateY(-50%);
	border: 1px solid  var(--color-main);
}
.sec-ttl h2 {
	font-size: 1em;
}
.sec-ttl.center .en {
	margin: 0 0 0.8em;
	padding: 2.25em 0 0;
}
.sec-ttl.center .en::before {
	top: 0;
	right: calc(50% - 0.2em);
	bottom: 100%;
	transform: none;
}
.sec-ttl.center .en::after {
	top: 0;
	right: auto;
	bottom: 100%;
	left: calc(50% - 0.2em);
	transform: none;
}
h3.deco {
	display: inline-block;
	padding: 0 0 0 1.125em;
}
h3.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: auto;
	height: 40%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
h4.deco {
	display: inline-block;
	padding: 0 0 0 1.5em;
}
h4.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 1em;
	height: 2px;
	border-radius: 999px;
	background: var(--color-main);
}

/* テキスト */
.lead { color: var(--color-main); font-size: 2.25rem; font-weight: 900; 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.5; margin-bottom: 1.8em; }
.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); font-weight: 700; }
.num { display: inline-block; font-family: var(--font-en); 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: 1em; }
dt { margin-bottom: 0.5em; font-weight: 700; line-height: 1.25; }
dd { line-height: 1.5; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; }
.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.tb-base th { border-color: var(--color-main); }
: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 50px;
	border: 1px solid var(--color-sub);
	background: var(--color-sub);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
.btn-base.deco::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #fff;
	transition: all 0.3s;
}
.line-arrow {
	position: absolute;
	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-55%);
	width: 20px;
	height: 1px;
	border-top: 1px solid #fff;
	transition: all 0.3s;
}
.btn-base .line-arrow {
	left: auto;
	transform: translateY(-55%);
	right: 20px;
}
.line-arrow::before {
	position: absolute;
	z-index: 2;
	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;
}
.btn-base.deco .line-arrow {
	opacity: 0;
	transform: all 0.3s;
}
@media (hover: hover) {
	.btn-base:hover {
		background: #fff;
		color: var(--color-sub);
	}
	.btn-base.deco:hover::before {
		background: var(--color-sub);
		transform: translateY(-50%) scale(10,10);
		transform-origin: center;
	}
	.btn-base.deco:hover .line-arrow {
		opacity: 1;
	}
}

.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;
}

@keyframes loop_animation_right {
	0% { transform: translate(-50%, 0); opacity: 1; }
	60% { transform: translate(100%, 0); opacity: 0; }
	70% { transform: translate(-100%, 0); opacity: 0; }
	100% { transform: translate(-50%, 0); opacity: 1; }	
}
@keyframes loop_animation_top {
	0% { transform: translate(0, 0); opacity: 1; }
	60% { transform: translate(0, -100%); opacity: 0; }
	70% { transform: translate(0, 100%); opacity: 0; }
	100% { transform: translate(0, 0); opacity: 1; }	
}

/* 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: 0.5s; 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: 0.5s; 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: 0.5s; 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: 0.5s; 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: 5px; }
.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 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 {
	margin-right: 10px;
	padding: 2.5px 5px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}
.required.not-required {
	background: #ccc;
	color: var(--color-sub);
}
.cf7-btn {
	margin-top: 60px;
	text-align: center;
}
.cf7-btn .btn-base {
	min-width: 30%;
	padding: 25px 45px;
	border: none;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.cf7-btn .btn-base:hover {
	background: var(--color-main-dark);
}
.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 #fff;
	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 {
	flex: 1;
	width: auto;
	margin: 0;
	padding: 0;
}
.site-header-logo img {
	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;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 15px;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	font-family: "Inter", "Roboto", "Noto Sans JP", sans-serif;
	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%;
	box-shadow: var(--box-shadow-primary);
}
.header_scrolled .site-header-container {
	margin: 0;
	padding: 5px 20px;
}
.site-header-container--scrolled--logo-and-nav-full .site-header-logo {
	background-position: center left !important;
}
.header_scrolled .site-header-logo img {
	max-height: 50px !important;
}
.header_scrolled .global-nav-list>li>a {
	text-shadow: none;
}

/* ヘッダー上部 */
.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 {
	order: 2;
	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;
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header-outer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.page-header-en {
	position: absolute;
	z-index: 2;
	bottom: -0.15em;
	right: -0.065em;
	color: var(--color-main);
	font-size: min(10vw,10rem);
	font-style: italic;
	line-height: 1;
	white-space: nowrap;
}
.page-header {
	border-left: min(2.5vw, 10px) solid var(--color-main);
}
.page-header::before {
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.5) 100%);
	opacity: 1;
}
.page-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.page-header-title, h1.page-header-title {
	margin-top: 0.25em;
	font-size: min(4vw,4rem);
	font-weight: 900;
}
.page-header-subtext {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
.breadcrumb { background: var(--color-main); }
.breadcrumb-list li { color: #fff; }
.breadcrumb-list li a { color: #fff; }
.breadcrumb-list li a:hover { opacity: 0.5; }
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer { background-color: var(--color-sub); font-size: 1rem; }
.site-footer-content { max-width: 1800px; padding: 90px 60px; }
.site-footer .row { margin-left: 0; margin-right: 0; }
.site-footer .row > div { padding: 0; }
.ft-cta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	margin-bottom: 90px;
	padding: 60px;
	background: #fff;
	color: var(--color-sub);
}
.ft-cta-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 40px);
	padding: 60px 0;
	text-align: center;
}
.ft-cta-box:not(.insta)::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(100% + 29.5px);
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-line);
}
.ft-cta-ttl .txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.ft-cta-icon span {
	color: var(--color-main);
	font-size: 3rem;
}
.ft-cta-icon i {
	margin: 0 0.15em 0.1em;
	color: var(--color-main);
	font-size: 3rem;
}
.ft-cta-box .tel-num {
	margin-bottom: 10px;
	font-size: 2rem;
}
.ft-cta-box .btn-base {
	width: 100%;
	min-width: auto;
}
.ft-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
}
.ft-company-contents {
	width: 30%;
	padding: 0 0 60px;
}
.ft-logo {
	margin-bottom: 60px;
}
.info-dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	font-size: 1rem;
}
.info-dl .dli {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}
.info-dl dt {
	width: 100%;
	margin: 0;
	font-size: 1em;
}
.info-dl dd {
	font-size: 0.9em;
	line-height: 1.8;
}
.ft-menu-contents {
	flex: 1;
	position: relative;
	z-index: 1;
	max-width: 800px;
	padding: 0 0 60px 60px;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#menu-footer-nav li {
	width: calc(50% - 15px);
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	font-size: 1rem;
	font-weight: 700;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	background-color: transparent;
	color: var(--color-main);
}
#menu-footer-nav li:first-child a {
	font-family: "Inter", "Roboto", "Noto Sans JP", sans-serif;
}
#menu-footer-nav li.current_page_item a {
	background-color: transparent;
	color: var(--color-main);
}
#menu-footer-sub-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}
#menu-footer-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #999;
	font-size: 0.9rem;
	text-decoration: underline !important;
}
#menu-footer-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	max-width: 100%;
	padding: 30px 20px;
	background: #fff;
}
.site-footer-copyright p {
	margin: 0;
	color: var(--color-sub);
	font-family: var(--font-en);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ CTA（お問い合わせ） start ------------------------------ */
.cta-contact {
	background: var(--color-base);
	border-radius: 8em;
}
.contact-ttl {
	margin-bottom: 60px;
	text-align: center;
}
.contact-ttl .contact-en {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.contact-ttl .contact-en .en {
	color: #fff;
	font-size: 10rem;
	line-height: 1;
}
.contact-ttl img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 125%;
}
.contact-ttl h2 {
	color: var(--color-main);
	font-size: 3rem;
}
.contact-method-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.contact-method-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 90px);
	margin-bottom: 60px !important;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 2em;
	background: #fff;
	text-align: center;
}
.contact-method-item-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	width: 100%;
	height: 100%;
}
.contact-method-ttl .material-symbols-outlined {
	margin: 0 0 20px;
	color: var(--color-main);
	font-size: 60px;
}
.contact-method-num .tel-num {
	margin-bottom: 20px;
	font-size: 3rem;
}
.contact-method-item .contact-desc .fs-s {
	display: block;
}
.contact-method-item .btn-base {
	min-width: auto;
}
.contact-method-item .deco-workuma .workuma {
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: -60px;
	width: 120px;
	padding: 0 1% 2.5%;
}
.contact-method-item.mail .deco-workuma .workuma {
	left: auto;
	right: -60px;
}
/* ------------------------------ CTA（お問い合わせ） end ------------------------------ */


/* ------------------------------ ショートコード（お問い合わせ） start--------------------------- */
.contact-method-list.normal-contact {
	margin-bottom: 60px;
}
.contact-method-list.normal-contact .contact-method-item {
	width: calc(50% - 30px);
	margin-bottom: 0 !important;
}
/* ------------------------------ ショートコード（お問い合わせ） end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.footer-top {
	position: relative;
	z-index: 1;
	padding: 90px 0 0;
	text-align: center;
}
canvas#waveCanvas2 {
	height: 100% !important;
}
.footer-top .deco-workuma {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	max-width: 200px;
	margin: 0 auto;
}
.footer-top .deco-workuma .workuma {
	width: calc(50% - 5px);
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	position: relative;
	z-index: 1;
	height: min(100svh, 1280px);
	overflow: hidden;
}
.main-visual::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	content: "";
	width: min(2.5vw, 10px);
	height: 100%;
	background: var(--color-main);
}
.mv-ttl {
	position: absolute;
	z-index: 2;
	bottom: -0.275em;
	left: 0;
	color: #fff;
	font-size: min(10vw,10rem);
}
.mv-ttl .txt {
	margin: 0 0 1em !important;
	font-size: 0.2em;
	font-weight: 900;
}
.mv-ttl h2 {
	font-size: 1em;
	font-style: italic;
	line-height: 1.25;
}
.mv-swiper {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner::before {
	position: absolute;
	z-index: 1;
	bottom: min(-2vw,-30px);
	right: min(-2vw,-30px);
	content: "";
	width: min(35vw,600px);
	height: auto;
	aspect-ratio: 726/900;
	background: url(/wp-content/uploads/2025/11/brush_kinoe_white.png) no-repeat center / contain;
	opacity: 0.5;
	mix-blend-mode: hard-light;
}
.mv-swiper .swiper-slide-inner::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 50%, rgba(0,0,0,0.25) 100%);
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* HOT TOPICS */
.hot-topics-con {
	background: var(--color-main);
	color: #fff;
}
.hot-topics-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
}
.hot-topics-ttl {
	padding: 0 60px;
}
.hot-topics-ttl h2 {
	color: var(--color-accent);
	font-size: 1.25rem;
}
.hot-topics-contents {
	flex: 1;
}
.hot-topics-item {
	line-height: 1.8;
}
.hot-topics-item a {
	border-bottom: 1px dashed var(--color-base);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	transition: all 0.3s;
}
.hot-topics-item a:hover {
	opacity: 0.5;
}

/* きのえ運送について */
.about-us-wrap {
	position: relative;
	z-index: 2;
	margin-bottom: 270px;
}
.about-us-head {
	margin-bottom: 60px;
	font-size: min(6vw,6rem);
}
.about-us-head .en {
	margin-bottom: 60px;
	font-size: 0.25em;
}
.about-us-head h2 {
	font-size: 1em;
	font-weight: 900;
}
.about-us-head h2 .color {
	display: inline-block;
	margin-right: 0.1em;
	font-style: italic;
}
.about-us-msg .msg-txt {
	font-size: 1.5rem;
	font-weight: 500;
}
.about-us-bg-txt .en {
	position: absolute;
	z-index: -1;
	top: 90px;
	left: 93%;
	transform: translateX(-93%);
	color: var(--color-base);
	font-size: min(15vw,15rem);
	font-style: italic;
	line-height: 1;
	writing-mode: vertical-rl;
}
.about-us-bg-txt .en span {
	display: inline-block;
}
.about-us-img-outer {
	position: relative;
	z-index: 1;
}
.ph, .ph02, .ph03 {
	width: 100%;
	min-height: 50svh;
	aspect-ratio: 3/1;
	--clip-1:50%;
	--clip-2:50%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(var(--clip-1) var(--clip-1), var(--clip-2) var(--clip-1), var(--clip-2) var(--clip-2), var(--clip-1) var(--clip-2));
}
:is(.ph, .ph02, .ph03) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.about-us-logo {
	position: absolute;
	z-index: 2;
	bottom: 80%;
	left: 92.5%;
	transform: translateX(-92.5%);
	width: min(22.5vw,500px);
	opacity: 0.8;
	mix-blend-mode: color-dodge;
}

/* きのえ運送の特徴（ホーム） */
#pg-19-3 {
	background: var(--color-base);
}
.feature-scroll-wrap {
	position: relative;
	z-index: 1;
	height: 80svh;
}
.feature-scroll-wrap::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 100vw;
	height: 80%;
	background: var(--color-main);
}
.feature-scroll-wrap-inner {
	width: 100%;
	height: 100%;
}
.feature-link-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	height: 100%;
	counter-reset: number 0;
}
.feature-link-item {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	width: auto;
	height: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
}
.feature-link-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.feature-link-contents {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 60px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px;
	font-size: min(10vw,10rem);
	line-height: 0;
}
.feature-link-ttl {
	text-align: center;
}
.feature-link-ttl .num {
	margin-bottom: 1.5em;
	color: var(--color-main);
	font-size: max(2rem,0.2em);
	font-weight: 900;
}
.feature-link-ttl h3 {
	font-size: 1em;
	line-height: 1.125;
	letter-spacing: 0.125em;
	padding-left: 0.125em;
}
.feature-link-txt {
	flex: 1;
	padding-bottom: 0.125em;
}
.feature-link-txt .txt {
	font-size: max(1.5rem,0.15em);
	font-weight: 700;
}
.feature-link-btn {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: var(--color-sub);
	transition: all 0.3s;
}
.feature-link-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.feature-link-img::before {
	position: absolute;
	z-index: 1;
	top: 0.125em;
	right: 0.25em;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: #fff;
	font-size: min(15vw,15rem);
	font-family: var(--font-en);
	font-weight: 700;
	line-height: 1;
	opacity: 0.5;
	mix-blend-mode: hard-light;
}
.feature-link-img::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, transparent 100%);
}
.feature-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.feature-link-item a:hover .feature-link-btn {
		background: var(--color-main);
	}
	.feature-link-item a:hover .feature-link-btn .line-arrow {
		animation: loop_animation_right 0.3s ease 1 normal forwards;
	}
	.feature-link-item a:hover .feature-link-img img {
		transform: scale(1.2,1.2);
	}
}


/* 事業内容（ホーム） */
.main-service-link {
	display: block;
	color: var(--color-sub);
}
.main-service-contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding-bottom: 45px;
	color: var(--color-sub);
}
.main-service-contents::before {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: min(6vw,60px);
	height: min(3vw,30px);
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0); 
}
.main-service-ttl {
	font-size: 2.5rem;
}
.main-service-ttl .en {
	margin-bottom: 0.5em;
	color: var(--color-main);
	font-size: 0.5em;
}
.main-service-ttl h3 {
	font-size: 1em;
	transition: all 0.3s;
}
.main-service-txt {
	flex: 1;
}
.line-arrow-btn {
	position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: var(--color-sub);
	transition: all 0.3s;
}
.main-service-img {
	width: 100%;
	min-height: 40svh;
	aspect-ratio: 4/1;
	overflow: hidden;
}
.main-service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.main-service-link:hover h3 {
		color: var(--color-main);
	}
	.main-service-link:hover .line-arrow-btn {
		background: var(--color-main);
	}
	.main-service-link:hover .line-arrow-btn .line-arrow {
		animation: loop_animation_right 0.3s ease 1 normal forwards;
	}
	.main-service-link:hover .main-service-img img {
		transform: scale(1.1,1.1);
	}
}
.service-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service-link-item {
	width: calc(50% - 15px);
}
.service-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
.service-link-ttl {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
.service-link-ttl .txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.service-link-img {
	position: relative;
	z-index: 1;
	aspect-ratio: 4/1;
}
.service-link-img::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	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::after {
		background: rgba(0,0,0,0.1);
	}
	.service-link-item a:hover .service-link-img img {
		transform: scale(1.1,1.1);
	}
}

/* 安全への取り組み（ホーム） */
#pg-19-5 {
	background: var(--color-base);
}
.effort-link {
	display: flex;
	align-items: center;
	gap: 60px;
	padding: 60px;
	border: 1px solid var(--color-sub);
	background: #fff;
	color: var(--color-sub);
	transition: all 0.3s;
}
.effort-link h2 {
	color: var(--color-sub);
	transition: all 0.3s;
}
.effort-link .en {
	flex: 1;
	color: var(--color-main);
	transition: all 0.3s;
}
@media (hover: hover) {
	.effort-link:hover {
		background: var(--color-sub);
	}
	.effort-link:hover h2, .effort-link:hover .en {
		color: #fff;
	}
	.effort-link:hover .line-arrow-btn {
		background: var(--color-main);
	}
	.effort-link:hover .line-arrow-btn .line-arrow {
		animation: loop_animation_right 0.3s ease 1 normal forwards;
	}
}

/* 会社案内（ホーム） */
.company-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.company-img {
	flex: 1;
	position: relative;
	z-index: 1;
	width: 50%;
	aspect-ratio: 1;
	margin-top: 60px;
}
.company-img::before {
	position: absolute;
	z-index: -1;
	bottom: 60px;
	right: 60px;
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--color-main);
}
.company-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company-contents {
	flex: 1;
	width: 50%;
	padding: 90px 0 60px;
}
.company-link-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.company-link-item {
	position: relative;
	z-index: 1;
	width: 100%;
}
.company-link-item::before, .company-link-item::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-line);
}
.company-link-item::after {
	width: 0;
	background: var(--color-main);
	transition: all 0.1s linear;
}
.company-link-item a {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
	padding: 30px 0;
	color: var(--color-sub);
	overflow: hidden;
}
.company-link-item .txt {
	flex: 1;
	margin-bottom: 0 !important;
	font-size: 2rem;
	font-weight: 700;
	overflow: hidden;
}
.company-link-item .line-arrow-btn {
	transform: scale(0.7,0.7);
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
}
.company-link-item .en {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: min(10vw,40%);
	transform: translateY(-50%);
	background: linear-gradient(90deg, var(--color-base) 50%, transparent 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(4vw,4rem);
	font-style: italic;
	white-space: nowrap;]
	transition: all 0.3s;
}
@media (hover: hover) {
	.company-link-item:hover::after {
		width: 100%;
	}
	.company-link-item:hover .txt {
		animation: loop_animation_top 0.3s ease 1 normal forwards;
	}
	.company-link-item:hover .line-arrow-btn {
		border-color: var(--color-main);
		background: #fff;
	}
	.company-link-item:hover .line-arrow-btn .line-arrow {
		background: var(--color-main);
		animation: loop_animation_right 0.3s ease 1 normal forwards;
	}
	.company-link-item:hover .line-arrow-btn .line-arrow::before {
		background: var(--color-main);
	}
	.company-link-item:hover .en {
		background: linear-gradient(90deg, var(--color-base) 100%, transparent 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

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


/* ------------------------------ サブページ共通 start ------------------------------ */
/* 背景 */
:is(.post-name-service, .post-name-efforts, .post-name-company) .entry-body > div > div:nth-child(odd):not(:first-child) {
	background: var(--color-base);
}
:is(.post-name-service, .post-name-efforts, .post-name-company) .entry-body > div > div:nth-child(odd):not(:first-child) .con-base {
	--color-base: #fff;
}

/* サブページ内リンク */
.con-base#anchor-links {
	padding-bottom: 0 !important;
}
.anchor-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
}
.anchor-links li {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 !important;
	text-align: center;
}
.anchor-links li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	border: 1px solid var(--color-line);
	background: #fff;
	color: var(--color-sub);
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s;
}
.anchor-links li a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content: "\e313";
	color: var(--color-main);
	font-size: 17.5px;
	font-family: "Material Symbols Outlined";
	transition: all 0.3s;
}
@media (hover: hover) {
	.anchor-links li a:hover {
		background: var(--color-sub);
		color: #fff;
	}
	.anchor-links li a:hover::before {
		top: 60%;
		transform: translateY(-60%);
	}	
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ きのえ運送の特徴 start ------------------------------ */
/* 共通 */
.feature-ttl {
	font-size: min(10vw,10rem);
	line-height: 0;
	text-align: center;
}
.feature-ttl .num {
	margin-bottom: 1.5em;
	color: var(--color-main);
	font-size: max(2rem,0.2em);
	font-weight: 900;
}
.feature-ttl h2 {
	font-size: 1em;
}
.feature-ttl h2 span {
	display: inline-block;
}
.feature-ttl h2 span:nth-child(2) {
	color: var(--color-main);
}
.feature-lead {
	text-align: center;
}
.feature-lead .txt {
	font-size: min(2vw,2rem);
	font-weight: 900;
}
.feature-img-outer {
	position: relative;
	z-index: -1;
}
.feature-img-outer::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 100vw;
	height: 40%;
	background: var(--color-main);
}
.feature-img-outer::after {
	position: absolute;
	z-index: -1;
	bottom: 80%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	color: transparent;
	text-stroke: 4px var(--color-base);
	-webkit-text-stroke: 4px var(--color-base);
	font-size: min(25vw,25rem);
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.feature-sub-contents {
	position: relative;
	z-index: 1;
	padding: 0 0 60px;
	border-bottom: 1px solid var(--color-line);
}
.feature-sub-contents::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	color: var(--color-base);
	font-size: 5rem;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	text-align: center;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.feature-sub-ttl h3 {
	color: #fff;
	font-size: 3rem;
	font-style: italic;
	line-height: 1.4;
}
.feature-sub-ttl h3 span {
	display: inline;
	padding: 0 0.25em;
	background: var(--color-main);
	box-decoration-break: clone;
}
.feature-sub-img {
	min-height: 25svh;
	aspect-ratio: 3/1;
}
.feature-sub-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-number-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.feature-number-wrap > .feature-number-box {
	width: calc(50% - 15px);
}
.feature-number-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.feature-number-lead .txt {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}
.feature-number-lead .txt .num {
	padding: 0 0.1em;
	color: var(--color-main);
	font-size: 2em;
	font-weight: 700;
}
.feature-number-lead .txt .fs-b {
	color: var(--color-main);
	font-size: 1.5em;
	line-height: 1.4;
}

/* 特徴01　冷蔵輸送 */
#feature01 .feature-img-outer::after {
	content: "CHILLED";
}
#feature01 .feature-sub-contents::before {
	content: "FEATURE 01";
}

/* 特徴02　若手躍動 */
#feature02 .feature-img-outer::after {
	content: "YOUTH";
}
#feature02 .feature-sub-contents::before {
	content: "FEATURE 02";
}

/* 特徴03　持続成長 */
#feature03 .feature-img-outer::after {
	content: "SUSTAIN";
}
#feature03 .feature-sub-contents::before {
	content: "FEATURE 03";
}
/* ------------------------------ きのえ運送の特徴 end ------------------------------ */


/* ------------------------------ 事業内容 start ------------------------------ */
/* 共通 */
.service-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.service-img {
	width: calc(40% - 30px);
	height: 100%;
	aspect-ratio: 3/2;
}
.service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-contents {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: calc(60% - 30px);
}
.service-card-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.service-card-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
	width: calc(50% - 5px);
	padding: 30px;
	border: 1px solid var(--color-line);
}
.service-card-item h4 {
	color: var(--color-main);
}
.service-card-item h4::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: calc(100% + 29px);
	content: "";
	width: 2px;
	height: 100%;
	background: var(--color-main);
}
.service-contents-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.service-contents-list li {
	width: calc(25% - 30px/4);
	padding: 0.5em 1em;
	background: var(--color-base);
	font-weight: 700;
	text-align: center;
}
.quantity-tb th {
	width: 70%;
	background: var(--color-main-base);
}
.quantity-tb td {
	width: 30%;
	text-align: center;
}

/* 青果物輸送 */
.main-service-head {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 60px 0 0;
}
.main-service-head::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 80%;
	background: var(--color-main);
}
.main-service-head .sec-ttl {
	--color-main: #fff;
	margin-bottom: 30px;
}
.main-service-img {
	width: 100%;
	min-height: 50svh;
	aspect-ratio: 3/1;
}
.main-service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-service-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.main-service-lead {
	width: calc(50% - 30px);
}
.main-service-text {
	width: calc(50% - 30px);
}
.area-con {
	flex-wrap: wrap !important;
	flex-direction: column;
	justify-content: center !important;
	align-items: center !important;
	position: relative;
	z-index: 1;
	min-height: 50svh;
	padding: 60px 0;
	color: #fff;
	overflow: hidden;
}
.area-con::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-sub);
	opacity: 0.75;
}
.area-con::after {
	position: absolute;
	z-index: -1;
	top: 10%;
	left: -5%;
	content: "";
	width: auto;
	height: 90%;
	aspect-ratio: 1440/885;
	background: url(/wp-content/uploads/2025/11/area-map.png) no-repeat center / contain;
}
.area-lead .lead {
	color: #fff;
	font-size: min(3vw,3rem);
}
.area-lead .lead .fs-s {
	display: block;
	margin-top: 0.75em;
	font-size: 0.5em;
}
.area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.area-item {
	width: calc(100%/3);
	padding: 0 30px;
}
.area-item h4 {
	margin-bottom: 0.5em;
	font-size: 1rem;
}
.area-item .txt {
	font-size: 0.9rem;
}

/* 一般貨物輸送 */
/* ------------------------------ 事業内容 end ------------------------------ */


/* ------------------------------ 安全への取り組み start ------------------------------ */
/* 共通 */
.post-name-efforts {
	counter-reset: number 0;
}
.post-name-efforts .sec-ttl {
	position: relative;
	z-index: 2;
}
.effort-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 60px;
	position: relative;
	z-index: 1;
}
.effort-wrap::before {
	position: absolute;
	z-index: -1;
	bottom: calc(100% + 30px);
	right: 0;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-base);
	font-size: min(15vw, 15rem);
	font-family: var(--font-en);
	font-weight: 700;
	line-height: 1;
}
.effort-img {
	width: calc(50% - 30px);
	height: 100%;
	aspect-ratio: 3/2;
}
.effort-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.effort-contents {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 30px);
}
/* ------------------------------ 安全への取り組み end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */

/* 代表挨拶 */
.message-head {
	position: relative;
	z-index: 1;
}
.message-img {
	position: relative;
	z-index: 1;
	max-width: 900px;
	aspect-ratio: 3/2;
}
.message-img::before, .message-img::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 80%;
	background: var(--color-main);
}
.message-img::after {
	right: auto;
	left: 0;
	background: var(--color-main);
}
.message-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.message-lead {
	position: relative;
	z-index: 2;
	margin: 60px 0 0 10%;
	background: var(--color-main);
	color: #fff;
}
.message-lead::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 99%;
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--color-main);
}
.message-lead h3 {
	padding: 0.25em 1em;
	font-size: 2rem;
}
.message-lead h3:first-letter {
	margin-right: 0.1em;
	font-size: 1.5em;
}
.msg-txt-wrap {
	margin: 0 0 0 15%;
}
.msg-txt-wrap .msg-txt {
	font-size: 1.25rem;
	font-weight: 500;
}
.message-name {
	text-align: right;
}
.message-name .txt {
	font-weight: 700;
}
.message-name .name-sign {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
	margin-top: 10px;
}
.message-name .name-sign img {
	width: auto;
	height: 50px;
}

/* 専務挨拶 */
#ex-message .message-img::before {
	background: var(--color-sub);
}
#ex-message .message-img::after {
	background: var(--color-sub);
}
#ex-message .message-lead, #ex-message .message-lead::before {
	background: var(--color-sub);
}

/* 会社概要 */
.overview-tb :is(th,td) {
	font-size: 1.25rem;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
/* ------------------------------ 採用情報 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; 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 h2 {
	padding-bottom: 0.25em;
	border-bottom: 2px solid var(--color-main);
}
.single .entry-body h3 {
	display: inline-block;
	padding: 0 0 0 1.125em;
}
.single .entry-body h3::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: auto;
	height: 40%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.single .entry-body :is(ul,ol) li:not(:last-child) {
	margin-bottom: 0.5em;
}
.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 ------------------------------ */
.post-name-contact .anchor-links {
	grid-template-columns: 1fr 1fr;
}
.post-name-contact .entry-body > div > div:nth-child(odd):not(:first-child) {
	background: var(--color-base);
}

/* お電話 */
.contact-tel-box {
	padding: 60px;
	border-radius: 10px;
	background: var(--color-base);
	text-align: center;
}
.tel-num {
	color: var(--color-sub);
	font-size: 4rem;
	font-weight: 700;
	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;
}
.contact-desc {
	color: #666;
	font-weight: 700;
}
.contact-desc .desc-ttl {
	margin-right: 1em;
	padding: 0.25em 1em;
	background: var(--color-sub);
	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-content, .site-footer-copyright) { width: 931px; max-width: 931px; }
	.sec-ttl { font-size: 3.5rem; }

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

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

	/* 	/* ヘッダーお問い合わせボタン
	.header-contact {
	flex-direction: column-reverse;
	position: absolute;
	z-index: 1;
	top: calc(100% + 10px);
	right: 10px;
	width: 180px;
	max-height: none;
}
	.header-contact .contact-btn {
	width: 100%;
	min-width: auto;
	padding: 10px 20px;
	font-size: 0.8rem;
} */
	.header-contact .contact-btn {
		font-size: min(1vw,0.8rem);
	}

	/* ページヘッダー */
	.page-header {
		min-height: 20rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 3.5rem;
	}

	/* フッター */
	.ft-cta-box.tel {
		width: 100%;
		padding: 0;
	}
	.ft-cta-box.tel::before {
		top: calc(100% + 59.5px);
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
	}
	.ft-cta-box:is(.mail,.insta) {
		width: calc(50% - 30px);
	}

	/* きのえ運送の特徴 */
	.feature-lead .txt {
		font-size: 2rem;
	}
	.feature-sub-ttl h3 {
		font-size: 2.5rem;
	}
	.feature-number-lead .txt {
		font-size: 2.5rem;
	}

	/* 会社案内 */
	.message-lead {
		margin: 60px 0 0 5%;
	}
	.msg-txt-wrap {
		margin: 0 0 0 10%;
	}
}
/* ------------------------------ レスポンシブ対応（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;
		text-align: center;
	}
	.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: 300px;
		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: #333 !important;
		font-size: 1.25rem;
		font-weight: 700;
		font-family: var(--font-maru);
		text-align: center !important;
		border-bottom: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:first-child a { font-family: "Inter", sans-serif; }
	.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;
	}
	.mobile-nav-contact {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 80%;
		margin: 0 auto;
	}
	.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 .sns-links {
		justify-content: center;
	}
	.openbtn {
		position: fixed;
		top: 5px;
		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: 3px;
		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: 55px;
	}
	.site-header-container {
		min-height: 55px;
		padding: 0 10px 0 20px;
		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: 40px;
	}

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

	/* ヘッダーお問い合わせボタン */
	.header-contact {
		display: none;
	}

	/* フッター */
	.ft-cta-box {
		width: 100%;
	}
	.ft-cta-box.mail {
		padding: 60px 0 60px 30px;
	}
	.ft-cta-box.insta {
		padding: 60px 30px 60px 0;
	}
	.ft-cta-box .btn-base {
		padding: 15px 30px;
	}
	.main-service-lead, .main-service-text {
		width: 100%;
	}

	.site-footer .row {
		gap: 30px;
	}

	/* ページヘッダー */
	.page-header-title, h1.page-header-title {
		font-size: 5vw;
	}
	.page-header-subtext {
		font-size: 2.75vw;
	}

	/* フロントページ */
	.mv-ttl {
		font-size: 11vw;
	}
	.mv-ttl .txt {
		font-size: 0.3em;
	}
	.mv-swiper .swiper-slide-inner::before {
		width: 40vw;
	}
	.hot-topics-con .container {
		max-width: 100%;
	}
	.hot-topics-wrap {
		gap: 20px;
		padding: 20px;
	}
	.hot-topics-ttl {
		padding: 0;
	}
	.about-us-head .en {
		font-size: 0.4em;
	}
	.about-us-wrap {
		margin-bottom: 180px;
	}
	.about-us-logo {
		width: 30vw;
	}
	.feature-scroll-wrap {
		height: auto;
	}
	.feature-scroll-wrap::before {
		height: calc(100% + 40px);
	}
	.feature-link-list {
		flex-wrap: wrap;
		flex-direction: column;
		height: auto;
	}
	.feature-link-item {
		width: 100%;
		height: auto;
	}
	.feature-link-contents {
		gap: 30px;
		padding: 30px 90px 30px 30px;
	}
	.feature-link-txt .txt {
		font-size: 1.25rem;
	}
	.main-service-contents {
		gap: 30px;
	}
	.main-service-ttl {
		width: 100%;
	}
	.effort-link {
		gap: 30px;
	}
	.company-img {
		flex: auto;
		width: 100%;
		aspect-ratio: 3/2;
	}
	.company-contents {
		width: 100%;
		padding: 0;
	}
	.news-con .postListText_singleTermLabel {
		height: auto;
	}
	.news-con .vk_posts .postListText_title {
		padding-top: 0.5em;
	}

	/* サブページ共通 */
	.anchor-links {
		grid-template-columns: 1fr 1fr;
	}

	/* きのえ運送の特徴 */
	.feature-img-outer::after {
		text-stroke: 2px var(--color-base);
		-webkit-text-stroke: 2px var(--color-base);
	}

	/* 事業内容 */
	.service-img {
		width: 100%;
	}

	/* 安全への取り組み */
	.effort-img {
		width: 100%;
	}
	.effort-contents {
		flex: auto;
		width: 100%;
	}
	.effort-wrap {
		flex-direction: column-reverse;
	}
	.effort-wrap::before {
		font-size: 12.5rem;
	}

	/* お問い合わせ */
	.cf7-btn .btn-base {
		min-width: 50%;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-ttl { font-size: 3rem; }
	.lead { font-size: 2rem; }
	.msg-txt { line-height: 2.25; }
	.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; }
	.line-arrow-btn { width: 40px; height: 40px; }

	/* コンテナ */
	.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; }
	.box { padding: 45px; }

	/* ページヘッダー */
	.page-header-en {
		font-size: 5rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 3rem;
	}
	.page-header-subtext {
		font-size: 1rem;
	}

	/* ヘッダー */

	/* フッター */
	.site-footer-content {
		padding: 60px 20px;
	}
	.ft-cta-wrap {
		gap: 0;
		margin-bottom: 60px;
	}
	.ft-cta-box:is(.tel,.mail,.insta) {
		width: 100%;
		padding: 30px;
	}
	.ft-cta-box.tel {
		padding-top: 0;
	}
	.ft-cta-box.tel::before {
		top: 100%;
	}
	.ft-cta-box.insta {
		padding-bottom: 0;
	}
	.ft-cta-box:not(.insta)::before {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
	}
	.site-footer .row {
		flex-direction: column-reverse;
		gap: 60px;
		margin: 0;
	}
	.ft-wrap {
		flex-direction: column;
	}
	.ft-company-contents {
		width: 100%;
		padding: 0;
	}
	.ft-logo {
		margin-bottom: 45px;
	}
	.ft-logo img {
		max-width: 300px;
	}
	.ft-menu-contents {
		flex: auto;
		width: 100%;
		padding: 0;
	}
	#menu-footer-nav {
		gap: 20px 30px;
		margin: 0;
	}
	#menu-footer-sub-nav {
		margin-top: 45px;
	}

	/* フロントページ */
	.mv-swiper .swiper-slide-inner::before {
		width: 55%;
	}
	.hot-topics-item a {
		font-size: 1rem;
	}
	.about-us-head {
		margin-bottom: 45px;
		font-size: 3rem;
	}
	.about-us-head .en {
		margin-bottom: 45px;
	}
	.about-us-wrap {
		margin-bottom: 180px;
	}
	.about-us-bg-txt .en {
		top: 60px;
	}
	.about-us-msg .msg-txt {
		font-size: 1.25rem;
	}
	.about-us-logo {
		left: 105%;
		transform: translateX(-105%);
		width: 45vw;
	}
	.ph, .ph02, .ph03 {
		min-height: 45svh;
	}
	.feature-link-list {
		gap: 20px;
	}
	.feature-link-txt .txt {
		font-size: 1rem;
	}
	.main-service-ttl {
		font-size: 2.25rem;
	}
	.main-service-contents {
		padding-bottom: 30px;
	}
	.main-service-contents::before {
		width: 10vw;
		height: 5vw;
	}
	.main-service-img {
		min-height: 40svh;
	}
	.service-link-item {
		width: 100%;
	}
	.effort-link {
		padding: 45px 30px;
	}
	.company-wrap {
		gap: 45px;
	}
	.company-img {
		margin-top: 30px;
	}
	.company-img::before {
		bottom: 30px;
		right: 30px;
	}
	.company-link-list {
		margin-bottom: 45px;
	}
	.company-link-item a {
		padding: 20px 0;
	}
	.company-link-item .txt {
		font-size: 1.5rem;
	}
	.company-link-item .en {
		left: 25%;
		font-size: 8vw;
	}
	.news-con .vk_posts .postListText {
		padding: 30px 20px;
	}

	/* サブページ共通 */
	.anchor-links {
		gap: 10px;
	}

	/* きのえ運送の特徴 */
	.feature-ttl {
		font-size: 12.5vw;
	}
	.feature-ttl .num {
		margin-bottom: 1em;
	}
	.feature-lead .txt {
		font-size: 1.5rem;
	}
	.feature-sub-ttl h3 {
		font-size: 2rem;
	}
	.feature-number-lead .txt {
		font-size: 2rem;
	}

	/* 事業内容 */
	.main-service-wrap {
		gap: 45px;
	}
	.service-card-item {
		width: 100%;
	}
	.service-contents-list {
		gap: 5px;
	}
	.service-contents-list li {
		width: calc(50% - 5px);
	}
	.area-con::after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.area-lead .lead {
		font-size: 2rem;
	}
	.area-list {
		gap: 10px;
	}
	.area-item {
		width: calc(50% - 5px);
		padding: 0;
	}
	.service-wrap {
		gap: 45px;
	}

	/* 安全への取り組み */
	.effort-wrap {
		gap: 45px;
	}

	/* 会社案内 */
	.message-lead {
		margin: 45px 0 0 5%;
	}
	.message-lead h3 {
		font-size: 1.5rem;
	}
	.msg-txt-wrap .msg-txt {
		font-size: 1.125rem;
	}
	.overview-tb :is(th,td) {
		font-size: 1rem;
	}

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

	/* お問い合わせ */
	.tel-num {
		font-size: 3rem;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	.sec-ttl { font-size: 2.25em; }
	h1 { font-size: 2rem; /* px */ }
	h2 { font-size: 1.75rem; /* px */ }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.25rem; }
	h5 { font-size: 1.125rem; }
	.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: 240px;
		padding: 15px 30px;
		font-size: 0.9em;
	}
	.msg-txt { line-height: 2; }

	/* ヘッダー */

	/* ページヘッダー */
	.page-header {
		min-height: 15rem;
	}
	.page-header-en {
		right: auto;
		left: 0;
	}
	.page-header-title, h1.page-header-title {
		font-size: 2rem;
	}

	/* フッター */
	.ft-cta-wrap {
		padding: 45px 20px;
	}
	.ft-cta-ttl .txt {
		font-size: 1.25rem;
	}
	.ft-cta-box {
		gap: 20px;
	}

	/* フロントページ */
	.mv-swiper .swiper-slide-inner::after {
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 50%, rgba(0,0,0,0.25) 100%), linear-gradient(90deg, rgba(0,0,0,0.25) 0%, transparent 50%, rgba(0,0,0,0) 100%);
	}
	.mv-swiper .swiper-slide#first .swiper-slide-inner img {
		object-position: top 50% left 10%;
	}
	.mv-ttl {
		bottom: auto;
		top: 85px;
		left: -0.05em;
		writing-mode: vertical-rl;
	}
	.mv-ttl .txt {
		margin: 0 0 0 1em !important;
	}
	.hot-topics-wrap {
		gap: 10px;
	}
	.hot-topics-ttl {
		width: 100%;
		text-align: center;
	}
	.about-us-head {
		font-size: 2.5rem;
	}
	.about-us-wrap {
		margin-bottom: 90px;
	}
	.ph, .ph02, .ph03 {
		min-height: 35svh;
	}
	.feature-link-item a {
		position: relative;
		z-index: 1;
	}
	.feature-link-item {
		aspect-ratio: auto;
	}
	.feature-link-contents {
		flex-direction: column;
		align-items: center;
		position: static;
		padding: 30px 30px 50px;
		font-size: 15vw;
	}
	.feature-link-ttl .num {
		margin-bottom: 1em;
		color: #fff;
	}
	.feature-link-img {
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.feature-link-img::before {
		display: none;
	}
	.feature-link-btn {
		width: 40px;
		height: 40px;
	}
	.main-service-contents {
		align-items: flex-end;
		gap: 15px;
	}
	.main-service-img {
		min-height: 30svh;
	}
	.effort-link {
		flex-direction: column;
		gap: 15px;
		padding: 40px 20px;
	}
	.effort-link .line-arrow-btn {
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
	}
	.company-link-item .en {
		left: 35%;
	}

	/* サブページ（共通） */
	.anchor-links {
		gap: 5px;
	}
	.anchor-links li a {
		padding: 7.5px 20px;
	}

	/* きのえ運送の特徴 */
	.feature-number-wrap > .feature-number-box {
		width: 100%;
	}

	/* 事業内容 */
	.area-con {
		padding: 60px 20px;
	}
	.area-con::after {
		opacity: 0.5;
	}

	/* 安全への取り組み */
	.effort-wrap::before {
		font-size: 10rem;
	}

	/* 会社案内 */
	.message-lead {
		margin: 45px 0 0 0;
	}
	.message-lead h3 {
		font-size: 1.25rem;
	}
	.msg-txt-wrap {
		margin: 0 0 0 20px;
	}
	.message-name .name-sign img {
		height: 40px;
	}

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

	/* お問い合わせ */
	.tel-num {
		font-size: 2.75rem;
	}
	.tel-num .fs-s {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.contact-desc {
		font-size: 0.9em;
	}
	.cf7-btn .btn-base {
		min-width: 75%;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */