@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: #8AC8E9;
	--color-main-dark: #1A658E;
	--color-sub: #00aa92;
	--color-accent: #e8776b;
	--color-base-main: #ECF6F9;
	--color-base-sub: #E6F4F1;
	--color-sales: #538FD6;
	--color-reno: #717AC9;
	--color-line: #ccc;
	--grad-sub01: linear-gradient(0deg, transparent 0%, #ECF6F9 100%);
	--grad-sub02: linear-gradient(0deg, transparent 0%, #E6F4F1 100%);
	--font-maru: "Kosugi Maru", sans-serif;
	--font-en: "Quicksand", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

/* タグ */
a { text-decoration: none !important; }
address { font-style: normal; }
p { margin: 0; line-height: 1.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; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }
.box {
	padding: 60px;
	border-radius: 2em;
	background: var(--color-base);
}

/* 見出し */
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: 400; font-family: var(--font-maru); 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 {
	position: relative;
	z-index: 1;
}
.sec-ttl .en:first-of-type {
	display: block;
	margin: 0 0 0.25em;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl h2 {
	font-size: 2.5rem;
}
.sec-ttl .bg-en {
	position: absolute;
	z-index: -1;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-70%);
	width: 100%;
	color: #fff;
	font-size: min(10vw,10rem);
	line-height: 1;
	white-space: nowrap;
}
.lead-ttl h2 {
	color: var(--color-main);
	font-size: min(3vw,3rem);
}
h3.deco {
	display: inline-block;
	padding: 0 30px 5px;
	border-bottom: 1px solid var(--color-line);
}

/* テキスト */
.lead { color: var(--color-main); font-size: 2.25rem; font-family: var(--font-maru); 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: 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; }
.maru { font-family: var(--font-maru); }
.en { display: inline-block; font-family: var(--font-en); }
.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 2.5em;
	color: var(--color-main);
	font-family: var(--font-maru);
}
.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; }
li, .widget li { margin: 0; }
:is(.ol-base, .ul-base) li:not(:last-child) { margin-bottom: 0.5em; }
li>:is(.ol-base, .ul-base) { margin-top: 0.5em; }
.nonstyle-list { list-style: none; padding: 0 !important; }

/* 注釈 */
.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;
	background: var(--color-main);
	color: #fff;
	font-size: 1.1rem;
	font-family: var(--font-maru);
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s;
}
.line-arrow {
	position: absolute;
	z-index: 1;
	top: 55%;
	right: 20px;
	transform: translateY(-55%);
	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-accent);
	background: var(--color-accent);
	color: #333;
	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: #fff;
		color: var(--color-main);
	}
	.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: #333;
	}
	.accent-btn:hover .line-arrow {
		border-color: #333;
	}
	.accent-btn:hover .line-arrow::before {
		background: #333;
	}
}

.contact-btn::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px dashed #fff;
	border-radius: 999px;
}
.contact-btn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.contact-btn .btn-icon span {
	margin: 0;
	font-size: 30px;
}

/* 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; background-color: var(--color-base-main); 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;
	border-radius: 2.5px;
	background: var(--color-accent);
	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 {
	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: 10px 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;
}
.tab-panel-wrap .con-base {
	padding-top: 60px;
	padding-bottom: 0;
}
@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: 0 300px 0 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;
}
.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;
	font-family: var(--font-maru);
}
.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 {
	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%;
	box-shadow: none;
}
.header_scrolled .site-header-container {
	margin: 0;
	padding: 5px 300px 5px 20px;
}
.header_scrolled .site-header-logo img {
	max-height: 40px !important;
}

/* ヘッダー上部 */
.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(1vw,1rem);
	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 {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	max-width: 260px;
	max-height: 100%;
	text-align: center;
}
.header-contact .contact-btn {
	min-width: 260px;
	padding: 20px 45px;
	border-radius: 999px;
	font-size: 1rem;
}

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


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header-outer {
	position: relative;
	z-index: 1;
	background: var(--color-base-main);
}
.page-header-outer .bg-en {
	position: absolute;
	z-index: -1;
	bottom: -0.25em;
	left: 25%;
	width: 100%;
	color: #fff;
	font-size: min(16vw,16rem);
	text-align: center;
	white-space: nowrap;
}
.page-header {
	z-index: 1;
}
.page-header-inner {
	display: flex;
	flex-direction: column-reverse;
}
.page-header-title, h1.page-header-title {
	margin: 0;
	font-size: min(3.5vw,3.5rem);
	font-weight: 400;
	font-family: var(--font-maru);
}
.page-header-subtext {
	margin: 0 0 0.25em 0;
	color: var(--color-main);
	font-size: min(1.5vw,1.5rem);
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
#breadcrumb {
	background: var(--color-base-main);
}
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	font-size: 0.9em;
	text-align: center;
	background: var(--grad-sub01);
}
.site-footer-content {
	padding: 60px 0;
}
.site-footer .col-lg-12 {
	padding: 0;
}
.site-footer .widget {
	margin-bottom: 60px;
}
.site-footer .widget:last-child {
	margin-bottom: 0;
}
.site-footer .site-description {
	margin-bottom: 1em;
	color: var(--vk-color-text-light);
	font-size: 1.125rem;
	font-family: var(--font-maru);
}
.ft-contents-wrap {
	margin-bottom: 60px;
}
.ft-logo {
	margin-bottom: 30px;
}
.ft-logo img {
	width: auto;
	height: 60px;
}
.ft-about address {
	margin-bottom: 20px;
}
.ft-about address a {
	display: inline-block;
	margin-right: 15px;
	padding: 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	font-size: 1.25em;
	transition: all 0.3s;
}
.ft-about address a:hover {
	opacity: 0.5;
}
.ft-about address a .material-symbols-outlined {
	margin: 0;
}
.info-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
}
.info-dl .dli {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.info-dl dt {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid var(--color-line);
	color: var(--color-main);
	font-size: 0.9em;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#menu-footer-nav li a {
	padding: 15px 30px;
	border-bottom: none;
	font-size: 1.1rem;
	font-family: var(--font-maru);
	line-height: 1.25;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	background-color: transparent;
	color: var(--color-main);
}
#menu-footer-nav li.current_page_item a {
	background-color: transparent;
	color: var(--color-main);
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #666;
	font-size: 0.8rem;
	text-decoration: underline !important;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	max-width: 100%;
	padding: 0 20px 60px;
}
.site-footer-copyright p {
	margin: 0;
	font-family: var(--font-en);
}

.fixed-recruit {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 90px;
}
.recruit-btn {
	display: block;
	position: relative;
	z-index: 1;
	width: 10vw;
	max-width: 180px;
	aspect-ratio: 1;
	border: 1px solid var(--color-sub);
	border-radius: 999px;
	background: var(--color-sub);
	color: #fff;
	font-size: min(1.125vw,1.25rem);
	font-family: var(--font-maru);
	transition: all 0.3s;
}
.recruit-btn::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px dashed #fff;
	border-radius: 999px;
}
.recruit-btn:hover {
	background: #fff;
	color: var(--color-sub);
}
.recruit-btn:hover::before {
	border-color: var(--color-sub);
}
.recruit-btn-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.recruit-btn .txt {
	position: relative;
	z-index: 1;
	padding-top: 1.25vw;
}
.recruit-btn .txt::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	content: "";
	width: 1vw;
	height: 1vw;
	background-color: #fff;
	mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	mask-repeat: no-repeat;
	mask-position: right center;
	mask-size: auto;
	-webkit-mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: right center;
	-webkit-mask-size: auto;
	transform: translateX(-125%) translateY(5%) scaleX(-1) rotate(25deg);
	transform-origin: 100% 85%;
	will-change: transform;
	transition: all 0.3s;
}
.recruit-btn:hover .txt::before {
	background-color: var(--color-sub);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.cta-contact {
	position: relative;
	z-index: 1;
	padding-top: 45px;
}
.cta-contact::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 105vw;
	background: var(--color-base-main);
	height: 15svh;
	border-top-left-radius: 100% 200%;
	border-top-right-radius: 100% 200%;
}
.cta-contact::after {
	position: absolute;
	z-index: -1;
	top: 15svh;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% - 15svh);
	background: var(--color-base-main);
}
.cta-contact .sec-ttl {
	margin-bottom: 60px;
}
.contact-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 45px;
	position: relative;
	z-index: 1;
	padding: 60px;
	border-radius: 60px;
	background: #fff;
	text-align: center;
}
.contact-box .amp-txt {
	font-size: 1.5rem;
}
.contact-method-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.contact-method-wrap > div {
	width: 100%;
}
.contact-box .contact-desc {
	margin-top: 0.5em;
}
.contact-box .deco-honeybee {
	position: absolute;
	z-index: 1;
	bottom: 85%;
	left: 80%;
	width: 30%;
	transform: scale(-1,1);
}
.contact-box .deco-clover {
	position: absolute;
	z-index: 1;
	top: 75%;
	width: 25%;
}
.contact-box .deco-clover.deco-left {
	right: 85%;
	transform: scale(-1,1);
}
.contact-box .deco-clover.deco-right {
	left: 85%;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.mv-con {
	position: relative;
	z-index: 1;
	background: var(--color-base-main);
}
.main-visual {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 2.5vw;
}
.mv-ttl-outer {
	width: 50%;
	text-align: center;
}
.mv-ttl {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 15svh 0 0 0;
	padding: 0 0 0 7.5%;
	text-align: left;
}
.mv-ttl .txt.color {
	margin-bottom: 1em;
	font-size: min(1.5vw,1.5rem);
}
.mv-ttl h2 {
	width: 150%;
	margin-bottom: 50px;
	color: #fff;
	font-size: min(3.5vw,3.5rem);
	line-height: 1.8;
}
.mv-ttl h2 span {
	padding: 0.25em 0.5em;
	border-radius: 20px;
	background: var(--color-main);
}
.mv-ttl .txt:not(.color) {
	width: 100%;
	max-width: 480px;
	font-size: min(1.25vw,1.25rem);
	font-family: var(--font-maru);
	line-height: 2;
}
.mv-ttl img {
	position: absolute;
	z-index: 1;
}
.mv-ttl img:first-of-type {
	top: 7.5%;
	right: 87.5%;
	width: 15%;
}
.mv-ttl img:nth-of-type(2) {
	top: 95%;
	left: 100%;
	width: 12.5%;
}
.mv-ttl img:last-of-type {
	top: 30%;
	left: 92.5%;
	width: 10%;
}

.mv-clover-outer {
	text-align: center;
	width: 50%;
}
.mv-clover {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1080px;
	padding: 7.5%;
}
.leaf {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	mask-repeat: no-repeat;
	mask-position: right center;
	mask-size: auto;
	-webkit-mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: right center;
	-webkit-mask-size: auto;
}
.leaf img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.leaf02 {
	background: var(--color-main);
	transform: translateX(-75%) translateY(5%) scaleX(-1) rotate(25deg);
	transform-origin: 100% 85%;
	will-change: transform;
}
.leaf03 {
	transform: scaleY(-1);
}
.leaf03 img {
	transform: scaleY(-1);
}
.leaf04 {
	transform: scale(-1, -1);
}
.leaf04 img {
	transform: scale(-1, -1);
}
.mv-clover .deco-honeybee {
	position: absolute;
	z-index: 1;
	top: 1.25%;;
	right: 0;
	width: 20%;
}

.mv-con .bg-txt .en {
	position: absolute;
	z-index: -1;
	width: 100%;
	color: #fff;
	font-size: min(16vw,16rem);
	line-height: 1;
}
.mv-con .bg-txt .en:first-child {
	top: 0;
	right: 0;
	text-align: right;
}
.mv-con .bg-txt .en:last-child {
	bottom: 0;
	left: 0;
}

/* 豊光レンタルについて（ホーム） */
#pg-19-1 {
	background: var(--grad-sub01);
}
.about-us-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 1;
	margin-bottom: 7.5%;
}
.about-us-img {
	flex: 1;
	aspect-ratio: 1;
	border-radius: 999px;
	overflow: hidden;
}
.about-us-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-contents {
	width: 50%;
}
.about-us-contents .lead-ttl {
	margin-bottom: 45px;
}
.about-us-wrap .deco-clover {
	position: absolute;
	z-index: 1;
	bottom: -7.5%;
	left: 90%;
	width: 20%;
}

/* エリア */
#pg-19-2 {
	background: linear-gradient(0deg, var(--color-base-main) 0%, transparent 100%);
}
.area-box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	z-index: 1;
	padding: 60px;
	border-radius: 60px;
	background: #fff;
	color: #333;
}
.con-base#area .area-box {
	padding: 0;
	background: transparent;
}
.area-box .deco-honeybee {
	position: absolute;
	z-index: 1;
	top: -7.5%;
	left: 80%;
	width: 15%;
}
.area-contents {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}
.area-contents .lead {
	padding-bottom: 0.35em;
	font-size: 2.75rem;
	border-bottom: 1px solid var(--color-main);
}
.con-base#area .area-contents .lead {
	width: 80%;
}
.city-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.city-list li {
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
	background: var(--color-main);
	color: #fff;
	font-size: 1.75rem;
	font-family: var(--font-maru);
}
.area-contents .msg-txt {
	font-size: 1.25rem;
	font-family: var(--font-maru);
}

/* サービス（ホーム） */
#pg-19-3 {
	background: var(--grad-sub01);
}
.service-link-list-outer {
	margin: 0 60px;
}
.service-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin: 0 auto;
	max-width: 1560px;
}
.service-link-item {
	width: calc(50% - 15px);
}
.service-link-item.reno {
	width: 100%;
}
.service-link-item a {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 60px;
	border: 1px solid var(--color-main);
	border-radius: 60px;
	background: var(--color-main);
	color: #fff;
	overflow: hidden;
	transition: all 0.3s;
}
.service-link-item a::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 30%;
	content: "RENTAL";
	color: #fff;
	font-size: min(16vw,16rem);
	font-family: var(--font-en);
	white-space: nowrap;
	opacity: 0.05;
}
.service-link-item.sales a {
	--color-main: var(--color-sales);
}
.service-link-item.sales a::before {
	content: "SALES";
}
.service-link-item.reno a {
	--color-main: var(--color-reno);
}
.service-link-item.reno a::before {
	content: "RENOVATION";
}
@media (hover: hover) {
	.service-link-item a:hover {
		background: #fff;
		color: var(--color-main);
	}
	.service-link-item a:hover::before {
		color: var(--color-main);
	}
}
.service-link-contents {
	flex: 1;
}
.service-link-item:is(.rental,.sales) .service-link-contents {
	width: 100%;
}
.service-link-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.service-link-main {
	margin-left: min(calc(20% + 30px),110px);
}
.service-link-item:is(.rental,.sales) .service-link-main {
	margin-bottom: min(10svh,240px);
}
.service-link-item:is(.rental,.sales) .service-link-main .txt {
	width: 70%;
	max-width: 480px;
}
.service-link-item .service-link-main .txt {
	font-size: 1.125rem;
	font-family: var(--font-maru);
	line-height: 2;
}
.service-link-icon {
	width: 20%;
	max-width: 80px;
}
.service-link-ttl {
	flex: 1;
}
.service-link-ttl h3 {
	font-size: min(3.5vw,3.5rem);
}
.service-link-ttl h3 .fs-s {
	display: block;
	font-size: 0.5em;
}
.service-link-img {
	position: absolute;
	z-index: -1;
	bottom: -2vw;
	right: 1.25vw;
}
.service-link-img img {
	width: 25vw;
	max-width: 300px;
}

/* 採用情報（ホーム） */
#pg-19-4 {
	z-index: 1;
	padding-top: 45px;
}
#pg-19-4::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 105vw;
	background: var(--color-base-sub);
	height: 15svh;
	border-top-left-radius: 100% 200%;
	border-top-right-radius: 100% 200%;
}
#pg-19-4::after {
	position: absolute;
	z-index: -1;
	top: 15svh;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-base-sub);
}
.con-base#recruit {
	--color-main: var(--color-sub);
}
.about-recruit-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
}
.about-recruit-img {
	width: 100%;
	aspect-ratio: 3/1;
	border-radius: 60px;
	overflow: hidden;
}
.about-recruit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-recruit-contents {
	width: 100%;
	text-align: center;
}
.recruit-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin: 0 0 60px;
}
.recruit-link-item {
	width: calc(25% - 22.5px);
}
.recruit-link-item .recruit-btn {
	display: inline-block;
	margin: 0 auto;
	width: 90%;
	max-width: 240px;
	font-size: min(1.5vw,1.5rem);
}
/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* 背景 */
body:not(.home) .site-body {
	position: relative;
}
body:not(.home) .site-body::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50svh;
	background: var(--grad-sub01);
}

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

/* サービスアバウトのメインビジュアル */
.con-base#about .mv-clover-outer {
	width: 100%;
}

/* サービスビジュアル */
.service-visual {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
}
.sv-ttl-outer {
	width: calc(50% - 60px);
}
.sv-ttl {
	position: relative;
	z-index: 2;
	width: 175%;
	margin-bottom: 60px;
}
.sv-ttl .txt {
	display: inline-block;
	margin-bottom: 1.5em !important;
	padding: 2.5px 20px;
	border-radius: 5px;
	background: #fff;
	color: var(--color-main);
	font-size: 1.125rem;
}
.sv-ttl h2 {
	font-size: 3rem;
	text-shadow: 0 0 15px var(--color-main);
}
.sv-ttl-outer .msg-txt {
	font-size: 1.25rem;
	font-family: var(--font-maru);
}
.sv-clover-outer {
	width: 50%;
}
.sv-clover {
	position: relative;
	z-index: 1;
	padding: 7.5%;
}
.sv-clover .leaf {
	transform: translateX(-75%) translateY(5%) scaleX(-1) rotate(25deg);
	transform-origin: 100% 85%;
	will-change: transform;
}
.sv-clover .leaf-inner {
	width: 125%;
	height: 125%;
	transform: rotate(-25deg);
}
.sv-clover .leaf img {
	transform: scaleX(-1);
}
.sv-clover .deco-honeybee {
	position: absolute;
	z-index: 1;
	top: 5%;
	right: 0;
	width: 30%;
}

/* リード */
.lead-box {
	position: relative;
	z-index: 1;
	padding: 60px;
	border-radius: 60px;
	background: #fff;
	color: #333;
	text-align: center;
}
.lead-box .lead-sub {
	font-size: 1.25rem;
}
.lead-box table {
	margin-top: 30px;
}
.lead-box .lead-desc {
	width: 100%;
	max-width: 640px;
	margin: 30px auto 0;
	color: #666;
}
.lead-box .deco-clover {
	position: absolute;
	z-index: 1;
	bottom: -30px;
	right: -30px;
	width: 15%;
	max-width: 300px;
}

/* サービスデコh3 */
h3.deco-service {
	position: relative;
	z-index: 1;
	padding: 0 0 0 70px;
}
h3.deco-service::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: auto;
	aspect-ratio: 1;
	background: url(/wp-content/uploads/2025/09/deco_clover01.png) no-repeat center;
	background-size: contain;
}
.post-name-sales h3.deco-service::before {
	background-image: url(/wp-content/uploads/2025/09/deco_clover02.png);
}
.post-name-renovation h3.deco-service::before {
	background-image: url(/wp-content/uploads/2025/09/deco_clover03.png);
}

/* サービスの流れ */
.flow-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding: 60px 0 0 !important;
	counter-reset: number 0;
}
.flow-list::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 90px;
	content: "";
	width: 20px;
	height: 100%;
	border-radius: 0 0 999px 999px;
	background: var(--color-main);
}
.flow-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 60px;
	background: #fff;
}
.flow-contents {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.flow-contents dl {
	margin-top: 15px;
}
.flow-ttl .en {
	margin-bottom: 0.5em;
	color: var(--color-main);
}
.flow-ttl .en .num {
	font-size: 2em;
}
.flow-img {
	width: 30%;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ 福祉用具のレンタル start ------------------------------ */
/* 介護保険で福祉用具をレンタル */
#pg-23-1 {
	border-radius: 90px;
	background: var(--color-main);
	color: #fff;
}
.price-tb :is(th,td) {
	padding: 1em;
}
.price-tb th {
	background: var(--color-base-main);
	color: #333;
	text-align: center;
}
.price-tb thead th {
	background: var(--color-main);
	color: #fff;
}
.price-tb td .num {
	margin-right: 0.25em;
	font-size: 1.5em;
}

/* レンタルの対象種目 */
.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid var(--color-line);
	counter-reset: number 0;
}
.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px 0;
}
/* .item::before {
position: absolute;
z-index: -1;
bottom: 0;
right: 0;
counter-increment: number 1;
content: counter(number, decimal-leading-zero) "";
color: var(--color-base-main);
font-size: min(10vw, 10rem);
font-family: var(--font-en);
line-height: 1;
} */
.item::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-line);
}
.item-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30%;
	max-width: 200px;
	aspect-ratio: 1;
	padding: 2.5%;
	border-radius: 999px;
	background: var(--color-base-main);
	text-align: center;
}
.item-img img {
	width: 80%;
}
.item-contents {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;
}
.item-ttl {
	position: relative;
	z-index: 1;
	width: 100%;
}
.item-ttl .tag {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding: 5px 10px 5px 35px;
	border-radius: 5px;
	background: var(--color-accent);
	color: #fff;
	font-size: 0.8rem;
	font-family: var(--font-maru);
}
.item-ttl .tag::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	content: "";
	width: auto;
	height: 80%;
	aspect-ratio: 1;
	background: url(/wp-content/uploads/2025/09/deco_clover01.png) no-repeat center;
	background-size: contain;
}
.post-name-sales .item-ttl .tag::before {
	background-image: url(/wp-content/uploads/2025/09/deco_clover02.png);
}
.post-name-renovation .item-ttl .tag::before {
	background-image: url(/wp-content/uploads/2025/09/deco_clover03.png);
}
.item-ttl .color {
	margin-bottom: 0.5em;
	font-size: 2rem;
}
.item-main ul {
	margin-top: 15px;
}
.target-tb :is(th,td) {
	padding: 0.5em 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 0.8em;
	text-align: center;
}
.target-tb thead th {
	border-color: var(--color-line) !important;
	background: var(--color-main);
	color: #fff;
}
.target-tb thead th:nth-child(-n+2) {
	background: #00bce1;
}
.target-tb tbody td {
	background: #fff;
	color: var(--color-accent);
	font-weight: 700;
}
/* ------------------------------ 福祉用具のレンタル end ------------------------------ */


/* ------------------------------ 福祉用具の購入 start ------------------------------ */
.post-name-sales .entry-body {
	--color-main: var(--color-sales);
}

/* 購入 */
#pg-2-1 {
	border-radius: 90px;
	background: var(--color-main);
	color: #fff;
}

/* 購入できるもの */
/* ------------------------------ 福祉用具の購入 end ------------------------------ */


/* ------------------------------ 介護保険の住宅改修 start ------------------------------ */
.post-name-renovation .entry-body {
	--color-main: var(--color-reno);
}

/* 住宅改修 */
#pg-5508-1 {
	border-radius: 90px;
	background: var(--color-main);
	color: #fff;
}
.step-tb :is(th,td) {
	padding: 0.5em 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 0.8em;
	text-align: center;
}
.step-tb thead th {
	border-color: var(--color-line) !important;
	background: var(--color-main);
	color: #fff;
}
.step-tb thead th:nth-child(2) { background: #8170c3; }
.step-tb thead th:nth-child(3) { background: #9166bb; }
.step-tb thead th:nth-child(4) { background: #a059af; }
.step-tb thead th:nth-child(5) { background: #ad4ca1; }
.step-tb thead th:nth-child(6) { background: #b83d8f; }
.step-tb tbody td {
	background: #fff;
	font-weight: 700;
}

/* 対象となる工事 */
.item-list.reno .item {
	align-items: flex-start;
}
.item-list.reno .item-img {
	max-width: 100%;
	aspect-ratio: auto;
	padding: 0;
	background: transparent;
}
.item-list.reno .item-img img {
	width: 100%;
}
/* ------------------------------ 介護保険の住宅改修 end ------------------------------ */


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

/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
.post-name-recruit :is(.site-header, .header_scrolled .site-header, .page-header-outer, #breadcrumb) {
	background: var(--color-base-sub);
}
.post-name-recruit :is(.page-header-outer, #breadcrumb) {
	--color-main: var(--color-sub);
	--color-base-main: var(--color-base-sub);
}
body.post-name-recruit .site-body {
	--color-main: var(--color-sub);
	--color-base-main: var(--color-base-sub);
}
body.post-name-recruit .site-body::before {
	background: var(--grad-sub02);
}
.post-name-recruit .site-body-bottom {
	display: none;
}
h3.deco-recruit {
	padding-top: 35px;
	color: var(--color-main);
	font-size: 3rem;
	text-align: center;
}
h3.deco-recruit::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	content: "";
	width: 30px;
	height: 30px;
	background-color: var(--color-main);
	mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	mask-repeat: no-repeat;
	mask-position: right center;
	mask-size: auto;
	-webkit-mask-image: url(/wp-content/themes/lightning-child/svg/deco_leaf.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: right center;
	-webkit-mask-size: auto;
	transform: translateX(-125%) translateY(5%) scaleX(-1) rotate(25deg);
	transform-origin: 100% 85%;
	will-change: transform;
}
h4.deco-recruit {
	display: inline-block;
	padding: 0 30px;
}
h4.deco-recruit::before, h4.deco-recruit::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-main);
}
h4.deco-recruit::after {
	left: auto;
	right: 0;
}

/* 会社を知る */
#hataraki {
	--color-main: #E0A458;
}
#sasae {
	--color-main: #DA5552;
}
#tsunagari {
	--color-main: #2364AA;
}
.recruit-contents-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.recruit-contents-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	width: calc(100%/3 - 20px);
	padding: 60px;
	border: 1px solid var(--color-main);
	border-radius: 60px;
	background: #fff;
}
.recruit-contents-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 999px;
	background: var(--color-main);
}
.recruit-contents-icon span {
	margin: 0;
	color: #fff;
	font-size: 30px;
}
.recruit-contents-item strong {
	width: 100%;
	padding: 0 5px 15px;
	border-bottom: 1px solid var(--color-main);
	font-size: 1.5rem;
	font-weight: 400;
	font-family: var(--font-maru);
	text-align: center;
}
.recruit-contents-item strong .fs-b {
	display: block;
	margin: 0;
	line-height: 1.25;
}
.recruit-contents-item strong .fs-b .color {
	margin: 0 0.125em;
	font-size: 2em;
}
.recruit-contents-txt-outer .txt {
	font-size: 1.125rem;
	line-height: 2;
}

/* 仕事を知る */
.job-list {
	display: flex;
	flex-wrap: wrap;
	gap:60px;
}
.job-item {
	width: 100%;
}
.job-ttl {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 3/1;
	border-radius: 60px 60px 0 0;
	background-size: cover !important;
}
.job-item.counselor .job-ttl {
	background: url(/wp-content/uploads/2025/09/img_counselor.jpg) no-repeat center;
}
.job-item.office-work .job-ttl {
	background: url(/wp-content/uploads/2025/09/img_office-work.jpg) no-repeat center;
}
.job-item.task-assistant .job-ttl {
	background: url(/wp-content/uploads/2025/09/img_task-assistant.jpg) no-repeat center;
}
.job-ttl h3 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 60px;
	max-width: calc(100% - 120px);
	padding: 10px 60px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	color: var(--color-main);
}
.job-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding: 60px;
}
.job-contents::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-line);
}
.job-desc {
	width: 35%;
}
.job-desc .txt {
	font-size: 1.25rem;
	font-family: var(--font-maru);
	line-height: 2;
}
.task-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.task-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 10px 30px 10px 45px;
	border-radius: 999px;
	background: var(--color-base-main);
}
.task-list li::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--color-main);
}

/* 募集要項 */
.posting-tb th {
	vertical-align: top;
}

/* 応募方法 */
.con-base#entry .amp-txt {
	font-size: 1.25rem;
}
.entry-btn {
	width: 100%;
	max-width: 100%;
	padding: 40px 60px;
	font-size: 1.5rem;
}
/* ------------------------------ 採用情報 end ------------------------------ */


/* ------------------------------ よくある質問 start ------------------------------ */
.accordion-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.accordion-item {
	width: 100%;
}
.accordion-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	padding: 20px 60px 20px 20px;
	border-radius: 1em;
	background: var(--color-base-main);
	cursor: pointer;
	transition: all 0.3s;
}
.accordion-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	aspect-ratio: 1/1;
	border: 1px solid var(--color-main);
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.accordion-icon.faq-a {
	background: #fff;
	color: var(--color-main);
}
.accordion-icon .en {
	font-weight: 700;
	line-height: 1;
}
.accordion-ttl::before, .accordion-ttl::after {
	position: absolute;
	content:'';
	width: 20px;
	height: 2px;
	background-color: var(--color-main);
	transition: all 0.3s;
}
.accordion-ttl::before {
	top: 49%;
	right: 20px;
	transform: rotate(0deg);
}
.accordion-ttl::after {
	top: 49%;
	right: 20px;
	transform: rotate(90deg);
}
.accordion-ttl.close::before {
	transform: rotate(45deg);
}
.accordion-ttl.close::after {
	transform: rotate(-45deg);
}
.accordion-ttl .txt {
	flex: 1;
	font-size: 1.1rem;
	font-weight: 700;
}
.accordion-contents {
	display: none;
}
.accordion-contents-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	padding: 20px 0;
}
.accordion-txt-outer {
	flex: 1;
	margin-top: 0.4em;
}
/* ------------------------------ よくある質問 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); border-radius: 0.5em; 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; border-radius: 0.5em; }
.vk_post_imgOuter_singleTermLabel[style="color:#fff;background-color:#fee440"] { color: #333 !important; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; font-weight: 400; }

/* シングルページ */
.single .page-header-outer .bg-en {
	display: none;
}
.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:not(.contact-method-ttl h3) {
	padding-left: 30px;
}
.single .entry-body h3:not(.contact-method-ttl 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;
}
.single .entry-body .contact-method-list {
	gap: 30px;
}
.single .entry-body .contact-method-list .contact-method-item {
	width: 100%;
}
.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 .site-body-bottom {
	display: none;
}

/* お電話 */
.tel-num {
	color: var(--color-main);
	font-size: 4rem;
	font-weight: 500;
	transition: all 0.3s;
}
.tel-num:hover {

}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.contact-desc {
	color: #666;
	font-family: var(--font-maru);
}
.contact-desc .num {
	font-size: 1.1em;
	font-weight: 600;
}
.contact-desc-wrap .contact-desc:not(:last-child) {
	margin-bottom: 10px;
}
.contact-desc .desc-ttl {
	margin-right: 15px;
	padding: 5px 10px;
	border-bottom: 1px solid var(--color-line);
	color: var(--color-main);
	font-size: 0.9rem;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー start ------------------------------ */
.post-name-privacy-policy .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
/* ------------------------------ プライバシーポリシー 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;
	}

	/* ヘッダーお問い合わせボタン */
	.header-contact .contact-btn {
		padding: 10px 30px;
		font-size: 0.9em;
	}
	.contact-btn .btn-icon span {
		font-size: 30px;
	}

	/* ページヘッダー */
	.page-header {
		min-height: 22.5rem;
	}
	.page-header-inner {
		padding: 0;
	}
	.page-header-title, h1.page-header-title {
		font-size: 5vw;
	}
	.page-header-subtext {
		font-size: 2.25vw;
	}
	.breadcrumb .container {
		padding: 0;
	}

	/* フロントページ */
	.service-link-item:is(.rental,.sales) .service-link-main {
		margin-left: 0;
	}
	.service-link-item:is(.rental,.sales) .service-link-main .txt {
		width: 100%;
		max-width: 100%;
	}
	.service-link-item .service-link-main .txt {
		font-size: 1rem;
		line-height: 1.8;
	}
	.about-us-wrap .deco-clover {
		bottom: auto;
		top: 100%;
		left: auto;
		right: 0;
	}
	.recruit-link-item .recruit-btn {
		font-size: 1.25rem;
	}

	/* サブページ */
	.sv-ttl-outer .msg-txt {
		position: relative;
		z-index: 2;
		text-shadow: 0 0 15px var(--color-main);
	}

	/* 採用情報 */
	.recruit-contents-list {
		justify-content: center;
	}
	.recruit-contents-item {
		width: calc(50% - 15px);
	}
}
/* ------------------------------ レスポンシブ対応（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: 120px 20px 180px;
		text-align: center;
		background: var(--color-base-main);
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 45px;
	}
	.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-family: var(--font-maru);
		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;
	}
	#menu-header-top-nav-2 {
		margin-top: 60px;
	}
	.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: 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: 55px;
		padding-right: 0;
	}
	.site-header-container {
		min-height: 55px;
		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: 40px;
	}

	/* スクロール時ヘッダー */
	.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: 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 {
		max-height: 40px !important;
		opacity: 0;
	}

	/* ヘッダーお問い合わせボタン */
	.header-contact {
		position: fixed;
		top: 65px;
		right: 0;
		transform: none;
		width: auto;
		height: auto;
	}
	.header-contact .contact-btn {
		min-width: 60px;
		padding: 10px 15px 10px 20px;
		border-radius: 999px 0 0 999px;
	}
	.header-contact .contact-btn::before {
		border-radius: 999px 0 0 999px;
	}
	.header-contact .contact-btn .btn-txt {
		display: none;
	}
	.header_scrolled .header-contact .contact-btn {
		padding: 10px 15px 10px 20px;
	}

	/* フッター */
	.site-footer-copyright {
		padding: 0 20px 120px;
	}

	.fixed-recruit {
		bottom: 85px;
	}
	.recruit-btn {
		font-size: 1.5vw;
	}
	.recruit-btn .txt {
		padding-top: 1.75vw;
	}
	.recruit-btn .txt::before {
		width: 1.5vw;
		height: 1.5vw;
	}

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

	/* フロントページ */
	.mv-ttl-outer {
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: left;
	}
	.mv-ttl {
		margin: 10svh 0 0 0;
	}
	.mv-ttl .txt.color {
		font-size: 2.5vw;
	}
	.mv-ttl h2 {
		width: 100%;
		font-size: 5vw;
	}
	.mv-ttl h2 span {
		border-radius: 10px;
	}
	.mv-ttl .txt:not(.color) {
		width: 80%;
		font-size: 1.25rem;
	}
	.mv-ttl img:nth-of-type(2) {
		top: 102.5%;
		left: 30%;
	}
	.mv-clover-outer {
		width: 80%;
		margin: 0 0 0 auto;
	}
	.mv-clover {
		margin-top: -5svh;
	}
	.service-link-list-outer {
		margin: 0 30px;
	}
	.service-link-item:is(.rental,.sales) .service-link-head .service-link-ttl {
		flex: auto;
		width: 100%;
	}
	.service-link-ttl h3 {
		font-size: 4.5vw;
	}

	/* サブページ共通 */
	.anchor-links {
		grid-template-columns: 1fr 1fr;
	}
	.anchor-links li:nth-child(odd) {
		border-left: 1px solid var(--color-line);
	}
	.service-visual {
		gap: 45px;
	}
	.sv-ttl-outer {
		width: 100%;
	}
	.sv-clover-outer {
		width: 100%;
	}

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


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.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; }

	/* コンテナ */
	.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 {
		min-height: 20rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6vw;
	}
	.page-header-subtext {
		font-size: 3.25vw;
	}

	/* フッター上部 */
	.cta-contact .sec-ttl {
		margin-bottom: 45px;
	}
	.contact-btn-inner {
		gap: 5px;
	}
	.contact-box .amp-txt {
		font-size: 1.25rem;
	}
	.contact-box .deco-clover {
		top: auto;
		bottom: -5%;
	}

	/* フッター */
	.site-footer .row {
		margin: 0;
	}
	.site-footer .widget {
		margin-bottom: 45px;
	}
	.site-footer-content {
		padding: 60px 20px;
	}
	.ft-contents-wrap {
		margin-bottom: 45px;
	}
	.ft-logo img {
		max-width: 60%;
		height: auto;
	}
	.info-dl .dli {
		width: 100%;
	}
	.info-dl {
		gap: 10px 30px;
	}

	.recruit-btn {
		width: 20vw;
		font-size: 1rem;
	}
	.recruit-btn .txt {
		padding-top: 1.5rem;
	}
	.recruit-btn .txt::before {
		width: 1.25rem;
		height: 1.25rem
	}

	/* フロントページ */
	.mv-ttl .txt.color {
		font-size: 3.5vw;
	}
	.mv-ttl h2 {
		margin-bottom: 35px;
		font-size: 6.5vw;
	}
	.mv-ttl .txt:not(.color) {
		font-size: 1.125rem;
		line-height: 1.8;
	}
	.mv-clover-outer {
		width: 90%;
	}
	.mv-clover {
		margin-top: 45px;
	}
	.about-us-wrap {
		gap: 45px;
	}
	.about-us-img {
		flex: auto;
		aspect-ratio: 3/2;
		border-radius: 30px;
	}
	.about-us-contents {
		width: 100%;
	}
	.lead-ttl h2 {
		font-size: 2rem;
	}
	.service-link-item {
		width: 100%;
	}
	.service-link-item:is(.rental,.sales) .service-link-head .service-link-ttl {
		flex: 1;
		width: auto;
	}
	.service-link-list-outer {
		margin: 20px;
	}
	.service-link-main {
		margin-left: 0;
	}
	.service-link-ttl h3 {
		font-size: 5.5vw;
	}
	.about-recruit-img {
		aspect-ratio: 3/1.5;
		border-radius: 30px;
	}
	.about-recruit-wrap {
		gap: 45px;
	}
	.recruit-link-list {
		width: 80%;
		margin: 0 auto 45px;
	}
	.recruit-link-item {
		width: calc(50% - 15px);
	}
	.recruit-link-item .recruit-btn {
		width: 100%;
		font-size: 1.5rem;
	}

	/* サブページ共通 */
	#pg-2-1, #pg-23-1, #pg-5508-1 {
		border-radius: 60px;
	}
	.anchor-links {
		gap: 10px;
	}
	.sv-clover-outer {
		position: absolute;
		z-index: 1;
		top: 60px;
		right: 20px;
		width: 40%;
	}
	.sv-ttl {
		width: 100%;
		margin-bottom: 45px;
	}
	.sv-ttl h2 {
		font-size: 2rem;
	}
	.sv-ttl .txt {
		font-size: 1rem;
	}
	.sv-ttl-outer .msg-txt {
		font-size: 1.1rem;
		line-height: 1.8;
	}

	/* 採用情報 */
	.recruit-contents-item {
		width: 100%;
	}
	.job-ttl {
		aspect-ratio: 3/1.5;
	}
	.job-contents {
		gap: 30px;
	}
	.job-desc {
		width: 100%;
	}

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

	/* ページヘッダー */
	.page-header {
		min-height: 15rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6.5vw;
	}
	.page-header-subtext {
		font-size: 3.75vw;
	}

	/* フッター上部 */
	.contact-box {
		padding: 40px 20px;
	}
	.contact-box .amp-txt {
		font-size: 1.125rem;
	}
	.contact-box .deco-honeybee {
		bottom: 95%;
	}

	/* フッター */
	#menu-footer-nav {
		justify-content: space-between;
	}
	#menu-footer-nav > li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
	}
	#menu-footer-nav li a {
		padding: 10px 5px;
	}
	.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav {
		gap: 20px 10px;
	}

	.recruit-btn {
		width: 100px;
		font-size: 0.9rem;
	}
	.recruit-btn .txt {
		padding-top: 1.5rem;
	}
	.recruit-btn .txt::before {
		width: 1.25rem;
		height: 1.25rem
	}

	/* フロントページ */
	.lead-ttl h2 {
		font-size: 1.75rem;
	}
	.about-us-contents .lead-ttl {
		margin-bottom: 30px;
	}
	.about-us-wrap .deco-clover {
		top: 100%;
		width: 40%;
	}
	.area-box {
		padding: 40px 20px;
		border-radius: 30px;
	}
	.area-box .deco-honeybee {
		top: -5%;
		width: 20%;
	}
	.area-contents .lead {
		font-size: 2.5rem;
	}
	.con-base#area .area-contents .lead {
		width: 90%;
	}
	.city-list li {
		font-size: 1.5rem;
	}
	.service-link-item a {
		padding: 40px 20px;
		border-radius: 30px;
	}
	.service-link-head {
		gap: 15px;
	}
	.service-link-ttl h3 {
		font-size: 6.5vw;
	}
	.recruit-btn .txt {
		font-size: 1.125rem;
	}

	/* サブページ共通 */
	.anchor-links li a {
		padding: 10px 20px 10px 40px;
	}
	.anchor-links li a::before {
		left: 12.5px;
	}
	.lead-box {
		padding: 40px 20px 60px;
		border-radius: 30px;
	}
	.lead-box .lead-desc {
		text-align: left;
	}
	.lead-box .deco-clover {
		bottom: -10px;
		right: -10px;
		width: 30%;
	}
	.sv-clover-outer {
		top: -30px;
	}

	/* サブページ */
	.sv-ttl h2 {
		font-size: 1.75rem;
	}
	.item {
		gap: 30px;
		padding: 40px 0;
	}
	.item-contents {
		flex: auto;
		width: 100%;
	}
	.flow-item {
		padding: 40px 20px;
		border-radius: 30px;
	}
	.flow-list::before {
		left: 45px;
		width: 10px;
	}
	.flow-img {
		width: 100%;
	}
	.item-list.reno .item-img {
		width: 100%;
	}

	/* 採用情報 */
	h3.deco-recruit {
		font-size: 2rem;
	}
	.recruit-contents-item {
		padding: 40px 20px;
		border-radius: 30px;
	}
	.job-ttl h3 {
		left: 20px;
		padding: 10px 40px;
		max-width: calc(100% - 40px);
	}
	.job-contents {
		padding: 40px 0;
	}

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

	/* お問い合わせ */
	.con-base#mail .center .txt {
		text-align: left;
	}
	.tel-num {
		font-size: 2.5rem;
	}
	.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 ------------------------------ */