@charset "utf-8";

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


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

/* 罫線 */
.bg-line {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.bg-line span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: var(--color-ruled-line);
}
.bg-line::before, .bg-line::after {
	position: absolute;
	top: 0;
	left: 2.5vw;
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px solid var(--color-ruled-line);
}
.bg-line::after {
	left: auto;
	right: 2.5vw;
	border-left: none;
	border-right: 1px solid var(--color-ruled-line);
}
.page .entry-body>div>div:not(:last-child) {
	border-bottom: 1px solid var(--color-ruled-line);
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: var(--vk-color-primary-vivid);
	--color-main-dark: #1C7734;
	--color-sub01: #2F4858;
	--color-sub01-dark: #0A1013;
	--color-sub02: #009B74;
	--color-base: #f3f3f3;
	--color-line: #ccc;
	--color-ruled-line: #e5e5e5;
	--color-bk: #111;
	--color-yess: #2b61b0;
	--font-en: "Syncopate", sans-serif;
	--font-num: "Syncopate", sans-serif;
	--font-serif: "Noto Serif JP", serif;
}
:root { /* テーマの編集調整 */
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

/* タグ */
a { text-decoration: none !important; }
address { font-style: normal; }
p { margin: 0; line-height: 1.6; }
iframe { margin: 0; }
img { vertical-align: middle; }
input, textarea, input::placeholder, textarea::placeholder { font-family: "Roboto", "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; }

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

/* セクションタイトル */
.sec-ttl {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 5rem;
}
.sec-ttl .en {
	display: block;
	color: var(--color-sub01);
	font-size: 1em;
	line-height: 1;
}
.sec-ttl h2 {
	margin-top: 0.25em;
	font-size: 0.3em;
}

/* セクションヘッド */
.sec-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
}
.sec-head-text {
	flex: 1 1 0;
	text-align: right;
}
.sec-head-text .en {
	color: var(--color-sub02);
}

h3.deco {
	padding-left: 1.125em;
	color: var(--color-sub01);
}
h3.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 0.8em;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}

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

.bg-txt {
	padding: 0.16em 0.25em;
	background: var(--color-bk);
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	color: #fff;
}
.bg-attn-txt {
	background: var(--color-main);
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
}

.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; line-height: 1.6; }
dt { margin-bottom: 0.5em; font-weight: 700; line-height: 1.25; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl { display: flex; flex-wrap: wrap; gap: 15px; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; }
.about-dl .dli dt {
	margin: 0;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.9em;
}
.about-dl .dli dd { width: 100%; }

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

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 280px;
	padding: 20px 60px 20px 25px;
	border: 1px solid var(--color-line);
	background: var(--color-sub01);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Syncopate", "Roboto", "Noto sans JP", sans-serif;
	line-height: 1.4;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s;
}
@media (hover: hover) {
	.btn-base:hover {
		background: var(--color-sub01-dark);
		color: #fff;
	}
	.btn-base:hover .line-arrow {
		right: 12px;
	}
}

.btn-base .line-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	margin-top: 0.125em;
}

.line-arrow {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 1px;
	margin-top: 0.5em;
	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;
}

.contact-btn {
	padding: 20px 40px;
	background: var(--color-main);
	text-align: center;
}
.contact-btn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.contact-btn .btn-icon span {
	margin: 0 0 0.1em;
}
.contact-btn .btn-txt {
	flex: 1 1 0;
}
.contact-btn .btn-txt p {
	display: block;
	line-height: 1.125;
}
@media (hover: hover) {
	.contact-btn:hover {
		background: var(--color-main-dark);
	}
}

/* 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: 1.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: 1.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; }

/* ループテキスト */
.loop-txt {
	display: flex;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	color: transparent;
	text-stroke: 1.5px rgba(255,255,255,0.8);
	-webkit-text-stroke: 1.5px rgba(255,255,255,0.8);
	font-size: min(10vw,10rem);
	line-height: 1;
	white-space: nowrap;
}
.loop-txt .en {
	flex-shrink: 0;
	padding-right: 0.5em;
}
.loop-txt:not(.no-tick) .en:nth-child(odd) {
	animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
	animation-fill-mode: both;
}
.loop-txt:not(.no-tick) .en:nth-child(even) {
	animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
	animation-fill-mode: both;
}
.loop-txt-wrap-right .loop-txt:not(.no-tick) .en:nth-child(odd) {
	animation: MoveRight var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
	animation-fill-mode: both;
}
.loop-txt-wrap-right .loop-txt:not(.no-tick) .en:nth-child(even) {
	animation: MoveRight2 var(--tick-duration, 24s) infinite linear;
	animation-fill-mode: both;
}
@keyframes MoveLeft {
	from { transform: translateX(100%); }
	to { transform: translateX(-100%); }
}
@keyframes MoveLeft2 {
	from { transform: translateX(0); }
	to { transform: translateX(-200%); }
}
@keyframes MoveRight {
	from { transform: translateX(-100%); }
	to { transform: translateX(100%); }
}
@keyframes MoveRight2 {
	from { transform: translateX(-200%); }
	to { transform: translateX(0); }
}

.bgextend{
	display: inline-block;
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	opacity:0;
	height: 100%;
}

@keyframes bgextendAnimeBase{
	from {
		opacity:0;
	}

	to {
		opacity:1;  
	}
}

/*中の要素*/
.bgappear{
	display: inline-block;
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
	height: 100%;
}

@keyframes bgextendAnimeSecond{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color-bk);
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgLRextendTrigger {
	opacity: 0;
}

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

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

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

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

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

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

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

/* インサート */
.insert {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(480px,80svh,720px);
	clip-path: inset(0);
	overflow: hidden;
}
.insert::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/03/insert_company.jpg) center / cover;
}
.insert::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(345deg, var(--color-sub01) 0%, transparent 30%, transparent 100%);
	opacity: 0.75;
}
.insert-en {
	position: absolute;
	z-index: 1;
	bottom: 0.5em;
	right: 1em;
	font-size: 2rem;
	text-align: right;
}
.insert-en .en {
	color: #fff;
	font-size: 1em;
	line-height: 1;
	opacity: 0.8;
}

/* ショートコード（施工実績） */
.works-swiper {
	position: relative;
}
.works-swiper .swiper-slide {
	height: auto;
}
.works-swiper :is(.swiper-slide-inner, .works-link-item) {
	width: 100%;
	height: 100%;
}
.works-swiper .swiper-scrollbar {
	position: static;
	width: 100%;
	height: 2px;
	margin-top: 30px;
	background-color: var(--color-line);
}
.works-swiper .swiper-scrollbar-drag {
	background-color: var(--color-main);
}
.works-swiper .swiper-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 30px;
}
.works-swiper :is(.swiper-button-prev, .swiper-button-next) {
	position: static;
	width: 40px;
	height: auto;
	aspect-ratio: 1;
	margin: 0;
	border: 1px solid var(--color-line);
	background: var(--color-sub01);
}
.works-swiper .swiper-button-prev:after, .works-swiper .swiper-button-next:after {
	font-size: 20px;
}
/* ------------------------------ 共通 end ------------------------------ */


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	position: absolute !important; /* ヘッダー透過によるチラつき防止 */
	box-shadow: none;
	transition: all 0.3s;
}
.site-header::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 115%;
	background: linear-gradient(0deg, transparent 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%);
}
.site-header-container {
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
}
.site-header--layout--nav-float .site-header-container {
	gap: 15px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin-right: 0;
}
.site-header-logo, .vk-menu-acc li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
	transition: all 0.3s;
}
.global-nav-list>li .global-nav-description {
	color: var(--color-sub01);
	font-weight: 700;
	transition: all 0.3s;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.global-nav-list>li>a {
	flex-direction: column;
	font-family: "Syncopate", "Noto Sans JP", sans-serif;
}
.device-pc .global-nav-list>li>a {
	padding: 10px 20px;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}
:is(.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a) .global-nav-description {
	color: var(--color-main);
}

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

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 7.5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	font-size: clamp(0.9rem, 0.75vw, 1rem);
}
.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;
	text-align: center;
}
.header-contact .contact-btn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 240px;
	padding: 0 20px;
	font-size: clamp(12px,1.125vw,1rem);
}
.header-contact .contact-btn .btn-txt .en {
	margin-top: 0.4em;
	font-size: 0.65em;
}
.header-contact .contact-btn::before {
	display: none;
}
/* ------------------------------ ヘッダー end ------------------------------ */


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


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


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	font-size: 1rem;
}
.site-footer-content {
	max-width: 100%;
	padding: 90px 2.5vw 90px;
	background-color: var(--color-bk);
}
.site-footer .row {
	margin: 0;
}
.site-footer .col-lg-12 {
	padding: 0;
}
.ft-company {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	width: 100%;
}
.ft-company-about {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.ft-logo {
	max-width: 480px;
}
.ft-company-catch {
	flex: 1 1 0;
	color: var(--color-main);
	text-align: right;
}
.ft-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.ft-nav {
	width: 100%;
	padding: 30px 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 20px 40px;
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	font-family: "Syncopate", "Noto Sans JP", sans-serif;
	font-weight: 700;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	opacity: 0.5;
}
#menu-sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px 20px;
	margin-top: 30px;
}
#menu-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #aaa;
	font-size: 0.9rem;
	text-decoration: underline !important;
	transition: all 0.3s;
}
#menu-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	max-width: 100%;
	padding: 5px 2.5vw;
}
.site-footer-copyright p {
	margin: 0;
	padding: 0 5px;
	color: #333;
	font-family: var(--font-en);
	text-align: right;
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom {
	border-top: 1px solid var(--color-ruled-line);
}
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.cta-wrap {
	position: relative;
	padding: 0 2.5vw;
}
.cta-wrap .bg-logo {
	position: absolute;
	z-index: -1;
	bottom: -10%;
	right: -5%;
	width: auto;
	height: 95%;
	aspect-ratio: 1170 / 1200;
	background: linear-gradient(135deg, var(--color-base) 0%, transparent 100%);
	mask: url(svg/logo.svg) no-repeat center / contain;
	-webkit-mask: url(svg/logo.svg) no-repeat center / contain;
}
.contact-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.contact-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	padding: 60px;
	border: 1px solid var(--color-line);
	background: #fff;
	text-align: center;
}
.contact-tel .tel-dl {
	margin-top: 10px;
}
.contact-mail .contact-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: auto;
	width: 100%;
	height: 100%;
	padding: 45px 60px;
	font-size: 1.5rem;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	height: calc(100svh - 1.25vw);
	min-height: 960px;
	max-height: 1080px;
	margin-bottom: 120px;
}
.mv-contents {
	position: relative;
	z-index: 2;
	width: 35%;
	margin-top: max(150px,7.5svh);
	padding: 5vw 5vw 5vw 7.5vw;
}
.mv-en {
	position: absolute;
	top: 0;
	left: -0.125em;
	color: transparent;
	font-size: 12.5vw;
	text-stroke: 1.5px var(--color-sub02);
	-webkit-text-stroke: 1.5px var(--color-sub02);
	line-height: 1;
	white-space: nowrap;
	writing-mode: vertical-rl;
}
.mv-ttl {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.4em;
	width: 200%;
	margin: 0 auto;
	font-size: min(4.5vw,5rem);
}
.mv-ttl h2 {
	color: var(--color-sub01);
	font-size: 1em;
	font-weight: 900;
	line-height: 1.4;
}
.mv-ttl > .en {
	display: block;
	color: var(--color-main);
	font-size: 0.3em;
}
.mv-banner {
	width: 100%;
	max-width: 440px;
	margin-top: 30px;
}
.mv-banner a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border: 2px solid var(--color-line);
	color: #fff;
	overflow: hidden;
}
.mv-banner-ttl {
	position: absolute;
	z-index: 1;
	top: 0.5em;
	left: 0.75em;
	font-size: 2rem;
}
.mv-banner-ttl .en {
	font-size: 1em;
	line-height: 1;
}
.mv-banner-ttl .en .color {
	position: relative;
	color: var(--color-sub01);
}
.mv-banner-ttl .en .color::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 400%;
	height: 100svh;
	background: var(--color-main);
}
.mv-banner-ttl .jp {
	font-size: 0.4em;
}
.mv-banner-catch {
	position: absolute;
	z-index: 2;
	bottom: 0.5em;
	right: 0.75em;
	font-size: 0.9rem;
	text-align: right;
}
.mv-banner-img {
	position: relative;
	min-height: 130px;
	aspect-ratio: 3/1;
}
.mv-banner-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, transparent 0%, transparent 50%, var(--color-sub01) 100%);
	transition: all 0.3s;
}
.mv-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.mv-banner a:hover .mv-banner-img img {
		transform: scale(1.1);
	}
}
.mv-swiper {
	position: relative;
	z-index: 1;
	width: 65%;
	aspect-ratio: 16/9;
	background: #fff;
}
.mv-swiper::before {
	position: absolute;
	z-index: -1;
	top: calc(100% - 1px);
	left: 1.25vw;
	content: "";
	width: 100%;
	height: 1.25vw;
	background: var(--color-main);
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-swiper .swiper-slide-inner {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2,1.2);
	transition: transform 7s ease-in-out;
}
.mv-swiper .swiper-slide-active img {
	transform: scale(1,1);
}
.scrolldown2 {
	position: absolute;
	z-index: 2;
	bottom: 7.5svh;
	right: 5vw;
	height: min(10svh,90px);
}
.scrolldown2 span {
	position: absolute;
	left: 10px;
	top: 10%;
	color: #fff;
	font-size: 0.7rem;
	font-family: var(--font-en);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown2::before {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
	0% { bottom: 100%; } 100% { bottom: -1%; }
}
@keyframes cirlemovehide {
	0% { opacity: 0; } 50% { opacity: 1; } 80% { opacity: 0.9; } 100% { opacity: 0; }
}
.scrolldown2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

/* 私たちについて（ホーム） */
#pg-19-1 {
	margin-bottom: 90px !important;
}
.about-us-wrap {
	display: flex;
	flex-wrap: wrap;
}
.about-us-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: min(90px,10svh) 0;
	font-family: var(--font-serif);
}
.about-us-lead .lead {
	line-height: 1.76;
}
.about-us-text .txt {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.about-us-text .txt + .txt {
	margin-top: 2em;
}
.about-us-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 5vw);
	height: 100%;
}
.about-us-img::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.about-us-img#aboutUsImg {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(2,1fr);
}
.about-us-img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.main-service-link-wrap {
	position: relative;
	z-index: 1;
}

/* 事業内容（ホーム） */
.service-link-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 2.5vw;
	border-top: 1px solid var(--color-line);
}
.service-link-item {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--color-line);
	overflow: hidden;
}
.service-link-item-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.service-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px 60px;
	border-left: 1px solid var(--color-line);
	border-right: 1px solid var(--color-line);
	background: #fff;
	color: #333;
	transition: all 0.3s;
}
.service-link-item a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 100%;
	background: rgba(47,72,88,0);
	transition: all 0.3s ease-in-out;
}
.service-link-item .deco-en {
	position: absolute;
	z-index: 1;
	bottom: -0.25em;
	left: 45%;
	color: transparent;
	font-size: max(5rem,5vw);
	text-stroke: 1px var(--color-sub02);
	-webkit-text-stroke: 1px var(--color-sub02);
	line-height: 1;
	white-space: nowrap;
	transition: all 0.3s;
}
.service-link-contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30%;
	padding: 30px 0;
}
.service-link-contents-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	max-width: 480px;
	margin: 0 auto;
}
.service-link-ttl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0 30px;
	font-size: 5rem;
	text-align: center;
}
.service-link-ttl .num {
	color: var(--color-sub01);
	font-size: 1em;
	transition: all 0.3s;
}
.service-link-ttl h3 {
	width: 100%;
	font-size: 0.5em;
}
.service-link-btn {
	text-align: center;
}
.service-link-btn .dummy-btn:hover {
	background: inherit;
}
.service-link-img {
	flex: 1 1 0;
	width: 100%;
	aspect-ratio: 3/1;
	overflow: hidden;
}
.service-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media (hover: hover) {
	.service-link-item a:hover {
		color: #fff;
	}
	.service-link-item a:hover::before {
		width: 100%;
		background: rgba(47,72,88,1);
	}
	.service-link-item a:hover .deco-en {
		left: 50%;
	}
	.service-link-item a:hover .service-link-ttl .num {
		color: #fff;
	}
	.service-link-item a:hover .dummy-btn {
		background: var(--color-sub01-dark);
	}
	.service-link-item a:hover .dummy-btn .line-arrow {
		right: 10px;
	}
	.service-link-item a:hover .service-link-img img {
		transform: scale(1.1);
	}
}
.yess-link-item {
	--color-main: var(--color-yess);
}
.yess-link-item a {
	display: block;
	position: relative;
	width: 100%;
	transition: all 0.3s;
}
.yess-link-item a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	outline: 6px solid var(--color-main);
	outline-offset: -6px;
}
.yess-link-ttl {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.yess-link-ttl h3 {
	font-size: 2.5rem;
	line-height: 1.53;
}
.yess-link-img {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
	aspect-ratio: 3/1;
	overflow: hidden;
}
.yess-link-img::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, transparent 0%, transparent 50%, var(--color-sub01) 100%);
	transition: all 0.3s;
}
.yess-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left 50% bottom 20%;
	transition: all 0.3s;
}
.yess-link-text {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 1.25rem;
	text-align: right;
}
.yess-link-text .en {
	padding: 0 0.75em 0.5em 0;
	font-size: 1.25em;
	line-height: 1.2;
}
@media (hover: hover) {
	.yess-link-item a:hover .yess-link-img::after {
		width: 200%;
	}
	.yess-link-item a:hover .yess-link-img img {
		transform: scale(1.1);
	}
}

/* 施工実績（ホーム） */
#pg-19-4::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-sub01);
}
.con-base#works {
	color: #fff;
}
.con-base#works .sec-ttl .en {
	color: #fff;
}
.con-base#works .works-link-item a {
	background: var(--color-sub01);
	color: #fff;
}
.con-base#works .works-link-cat p {
	border: 1px solid var(--color-line);
}
.con-base#works .works-link-item .line-arrow {
	border-color: #fff;
}
.con-base#works .works-link-item .line-arrow::before {
	background: #fff;
}

/* 会社案内（ホーム） */
.company-link-list {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	grid-template-areas:
		"msg msg msg msg philo philo philo philo overview overview overview overview"
		"history history history cert cert cert sdgs sdgs sdgs location location location";
	margin: 0 2.5vw;
}
.company-link-item.top-msg {
	grid-area: msg;
}
.company-link-item.philo {
	grid-area: philo;
}
.company-link-item.overview {
	grid-area: overview;
}
.company-link-item.history {
	grid-area: history;
}
.company-link-item.cert {
	grid-area: cert;
}
.company-link-item.sdgs {
	grid-area: sdgs;
}
.company-link-item.location {
	grid-area: location;
}
.company-link-item {
	width: 100%;
	border: 1px solid var(--color-line);
}
.company-link-item a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 2/1;
	padding: 30px;
	background: #fff;
	color: #333;
	overflow: hidden;
	transition: all 0.3s;
}
.company-link-item a::before {
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 45%;
	content: "";
	width: 100%;
	height: 150%;
	background: rgba(243,243,243,0.5);
	mask: url(svg/logo.svg) no-repeat center left / contain;
	-webkit-mask: url(svg/logo.svg) no-repeat center left / contain;
	transition: all 0.3s;
}
.company-link-ttl {
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 2rem;
	transition: all 0.3s;
}
.company-link-ttl .en {
	color: var(--color-main);
	font-size: 1em;
	line-height: 1;
}
.company-link-ttl h3 {
	margin-top: 0.25em;
	font-size: 0.5em;
}
.company-link-img {
	display: none;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
}
.company-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.company-link-item .line-arrow {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 30px;
	border-color: var(--color-main);
}
.company-link-item .line-arrow::before {
	background: var(--color-main);
}
@media (hover: hover) {
	.company-link-item a:hover {
		background: var(--color-sub01);
	}
	.company-link-item a:hover::before {
		background: rgba(255,255,255,0.1);
	}
	.company-link-item a:hover .company-link-ttl {
		color: #fff;
	}
	.company-link-item a:hover .company-link-img img {
		transform: scale(1.1);
	}
	.company-link-item a:hover .line-arrow {
		right: 20px;
	}
}

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

/* 採用情報（ホーム） */
#pg-19-8::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-main);
}
.con-base#recruit {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff;
}
.con-base#recruit .sec-ttl .en {
	color: #fff;
}
.con-base#recruit .sec-ttl .en .color {
	color: var(--color-sub01);
}
.recruit-wrap {
	display: flex;
	flex-wrap: wrap;
}
.recruit-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
	width: 50%;
	padding: 90px 60px 90px 0;
}
.recruit-contents :is(.sec-ttl,.recruit-lead) {
	width: 150%;
}
.recruit-contents :is(.ws-reform-eg-list-outer,.recruit-text) {
	width: 100%;
}
.ws-reform-eg-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 5px;
}
.ws-reform-eg-list li {
	width: calc(50% - 2.5px);
	padding: 0.25em 1em;
	background: #fff;
	color: var(--color-main);
	font-weight: 700;
	text-align: center;
}
.recruit-contents .loop-txt-wrap {
	margin-top: 30px;
}
.recruit-img {
	width: 50%;
}
.recruit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruit-lead .lead .bg-attn-txt {
	color: var(--color-main);
	font-size: 2em;
	background: #fff;
}

/* インサート（ホーム） */
.insert-home01::before {
	background-image: url(/wp-content/uploads/2026/04/insert_home01.jpg);
}
.insert-home02::before {
	background-image: url(/wp-content/uploads/2026/04/insert_home02.jpg);
}
.insert-home03::before {
	background-image: url(/wp-content/uploads/2026/04/insert_home03.jpg);
}
/* ------------------------------ フロントページ end ------------------------------ */


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


/* ------------------------------ 事業内容 start ------------------------------ */
/* 共通 */
.post-name-service {
	counter-reset: number 0;
}
.service-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	margin: 0 calc(2.5vw + 1.5px);
}
.service-wrap::before {
	position: absolute;
	z-index: -1;
	top: -0.25em;
	right: 0;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-base);
	font-size: min(30vw,25rem);
	font-weight: 700;
	font-family: "Syncopate", sans-serif;
	line-height: 1;
}
.service-contents {
	width: 100%;
	padding: 60px;
}
.service-ttl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	color: var(--color-sub01);
	font-size: 5rem;
	text-align: center;
}
.service-ttl h2 {
	font-size: 1em;
	font-weight: 900;
	line-height: 1.2;
}
.service-ttl h2 .color {
	display: inline-block;
}
.service-ttl .en {
	font-size: 0.3em;
	line-height: 1;
}
.service-img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	aspect-ratio: 3/1;
}
.service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-about-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.service-about-wrap .service-lead {
	width: 100%;
} 
.service-about-wrap .service-text {
	width: 100%;
}
.const-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.const-item {
	display: flex;
	position: relative;
	width: calc(50% - 10px);
	padding: 20px 30px 20px 60px;
	border-bottom: 1px solid var(--color-line);
	background: #fff;
	color: var(--color-sub01);
	font-weight: 700;
}
.const-item::before {
	position: absolute;
	top: calc(20px + 0.4em);
	left: 25px;
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.service-con .loop-txt {
	text-stroke: 1.5px var(--color-sub02);
	-webkit-text-stroke: 1.5px var(--color-sub02);
}

.service-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service-detail-img {
	width: 40%;
}
.service-detail-contents {
	flex: 1 1 0;
}
.service-detail-lead {
	margin-bottom: 30px;
}
.service-detail-lead .lead {
	font-size: 1.75rem;
}
/* ------------------------------ 事業内容 end ------------------------------ */


/* ------------------------------ yess建築 start ------------------------------ */
.post-name-yess .page-header {
	background-position: left 50% bottom 20%;
}
.post-name-yess .site-body {
	--color-main: var(--color-yess);
}
.post-name-yess .site-body .sec-head {
	position: relative;
	z-index: 1;
}

/* yess建築とは */
.yess-about-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 50%;
}
.yess-about-logo {
	margin-bottom: 30px;
}
.yess-about-logo img {
	width: 100%;
	max-width: 480px;
}
.yess-about-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.yess-about-dl .dli {
	padding: 30px;
	border: 1px solid var(--color-line);
	background: #fff;
}
.yess-about-dl dt {
	color: var(--color-main);
}
.yess-about-dl dd {
	font-size: 0.9rem;
}

/* yess建築ビジュアル */
.yess-visual-img {
	position: relative;
	width: 60%;
	margin: -20% 0 -2.5% auto;
}
.yess-visual-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.yess-en {
	position: absolute;
	z-index: -1;
	bottom: 80%;
	right: 2.5vw;
	color: var(--color-base);
	font-size: min(6vw,8rem);
	text-align: right;
}
.yess-visual-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 2.5vw;
	transform: translateY(-50%);
	width: 52.5%;
	text-align: right;
}
.yess-visual-catch .lead {
	margin-bottom: 20px;
}
.yess-visual-catch .ybn-btn {
	display: inline-block;
	margin-top: 30px;
	padding: 5px 30px;
	border: 1px solid rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 0.9rem;
	transition: all 0.3s;
}
.yess-visual-catch .ybn-btn:hover {
	border-color: var(--color-main);
	color: var(--color-main);
}

/* こんなお悩みありませんか */
#pg-23-4 {
	border-bottom: none;
}
#pg-23-4::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #a6abbd;
}
#pg-23-4::after {
	position: absolute;
	z-index: 2;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 10%;
	height: 45px;
	background: #a6abbd;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.problem-ttl {
	color: #fff;
	text-align: center;
}
.problem-ttl h2 {
	font-size: 2.5em;
}
.problem-ttl h2 .fs-s {
	display: block;
	font-size: 0.6em;
}
.problem-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.problem-item {
	position: relative;
	padding: 20px 30px;
	border-radius: 999px;
	background: #fff;
}
.problem-item::before {
	position: absolute;
	top: calc(100% - 1px);
	left: 60px;
	content: "";
	content: "";
	width: 20px;
	height: auto;
	aspect-ratio: 2 / 1;
	border-radius: 0 0 999px 999px;
	background: #fff;
}
.problem-item::after {
	position: absolute;
	top: calc(100% + 10px);
	left: 80px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #fff;
}
.problem-item p {
	font-weight: 700;
	line-height: 1.25;
}
.problem-item p .color {
	margin: 0 0.125em;
	font-size: 1.25em;
}

/* そのお悩みyess建築が解決します！ */
#pg-23-5::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-main);
}
.solution-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
}
.solution-list li {
	width: calc(25% - 22.5px);
}
.solution-list li a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	padding: 30px;
	background: url() no-repeat center / cover;
	color: var(--color-sub01);
	text-align: center;
}
.solution-list li a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.75;
	transition: all 0.3s;
}
.solution-list li a::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid var(--color-main);
}
.solution-list li:nth-child(1) a {
	background-image: url(/wp-content/uploads/2026/04/feature_yess01.jpg);
}
.solution-list li:nth-child(2) a {
	background-image: url(/wp-content/uploads/2026/04/feature_yess02.jpg);
}
.solution-list li:nth-child(3) a {
	background-image: url(/wp-content/uploads/2026/04/feature_yess03.jpg);
}
.solution-list li:nth-child(4) a {
	background-image: url(/wp-content/uploads/2026/04/feature_yess04.jpg);
}
.solution-list li p {
	position: relative;
	z-index: 2;
	font-size: 3.5rem;
	font-weight: 700;
	transition: all 0.3s;
}
.solution-list li p .num {
	display: block;
	font-size: 0.5em;
}
.solution-list li p .jp {
	color: var(--color-main);
	font-size: 1em;
	font-weight: 900;
	transition: all 0.3s;
}
@media (hover: hover) {
	.solution-list li a:hover::before {
		background: var(--color-main);
		opacity: 0.25;
	}
	.solution-list li a:hover :is(p, .jp) {
		color: #fff;
	}
}

/* yess建築の特徴 */
.feature-list {
	display: flex;
	flex-wrap: wrap;
}
.feature-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 90px 0;
	border-bottom: 1px solid var(--color-line);
}
.feature-item:first-child {
	padding-top: 0;
}
.feature-num {
	width: 25%;
}
.feature-num .num {
	position: sticky;
	top: 90px;
	color: var(--color-sub01);
	font-size: min(12vw, 10rem);
	line-height: 1.125;
}
.feature-img {
	width: 100%;
	aspect-ratio: 3/2;
}
.feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.feature-word {
	margin-bottom: 30px;
}
.feature-word p {
	color: var(--color-main);
	font-size: min(12vw, 10rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.125em;
}
.feature-word p span {
	display: inline-block;
}
.feature-ttl h3 {
	line-height: 1.53;
}
.yess-point-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.yess-point-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.yess-point-img {
	width: 40%;
}
.yess-point-contents {
	flex: 1 1 0;
}
.yess-point-ttl {
	margin-bottom: 30px;
}
.yess-point-ttl h3 {
	line-height: 1.53;
}

/* インサート（yess） */
.insert-yess01::before {
	background-image: url(/wp-content/uploads/2026/04/insert_yess01.jpg);
}
.insert-yess02::before {
	background-image: url(/wp-content/uploads/2026/04/insert_yess02.jpg);
}
.insert-yess03::before {
	background-image: url(/wp-content/uploads/2026/04/insert_yess03.jpg);
}
.insert-yess03 .yess-visual-catch {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
}
/* ------------------------------ yess建築 end ------------------------------ */


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

/* 経営理念 */
.philo-wrap {
	background: #fff;
	text-align: center;
}
.philo-wrap .lead {
	color: var(--color-sub01);
	line-height: 2;
}
.philo-wrap .lead span {
	border-bottom: 2px solid var(--color-main);
}

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

/* 認定・登録 */
.cert-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
	gap: 10px;
}
.cert-item {
	width: 100%;
	height: 100%;
}
.cert-item a {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--color-line);
	background: #fff;
	transition: all 0.3s;
}
.cert-img {
	width: 30%;
	aspect-ratio: 640/905;
	border: 1px solid var(--color-line);
}
.cert-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cert-ttl {
	flex: 1 1 0;
}
.cert-ttl h3 {
	color: var(--color-sub01);
	font-size: 1.25rem;
	transition: all 0.3s;
}
.cert-ttl h3 .fs-s {
	display: block;
	color: var(--color-main);
}
@media (hover: hover) {
	.cert-item a:hover {
		border-color: var(--color-main);
	}
	.cert-item a:hover .cert-ttl h3 {
		color: var(--color-main);
	}
}

/* SDGs宣言 */
.sdgs-img a {
	display: inline-block;
	border: 1px solid var(--color-line);
	transition: all 0.3s;
}
.sdgs-img a:hover {
	opacity: 0.6;
}

/* 拠点一覧 */
.location-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
}
.location-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.location-contents {
	flex: 1 1 0;
}
.location-ttl {
	margin-bottom: 30px;
}
.location-img {
	width: 50%;
}
.location-map {
	width: 100%;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
.post-name-recruit .site-body-bottom {
	display: none;
}

/* メインビジュアル */
#message .loop-txt-wrap, #message .loop-txt-wrap-right {
	position: absolute;
	z-index: 2;
}
#message .loop-txt-wrap.top {
	top: 1.25vw;
}
#message .loop-txt-wrap-right.bottom {
	bottom: 1.25vw;
}
#message .loop-txt {
	color: transparent;
	font-size: 7.5vw;
	text-stroke: 1.5px var(--color-sub02);
	-webkit-text-stroke: 1.5px var(--color-sub02);
}
.recruit-message-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 2.5vw;
}
.recruit-message-contents {
	width: 50%;
	text-align: center;
}
.recruit-message-contents-inner {
	display: inline-flex;
	flex-direction: column;
	gap: 30px;
	padding: min(15vw, 15rem) 5vw;
	text-align: left;
}
.message-catch {
	position: relative;
	z-index: 2;
	color: var(--color-sub01);
	font-size: min(4vw,5rem);
}
.message-catch h2 {
	font-size: 1em;
	font-weight: 900;
}
.message-catch p {
	margin-top: 20px;
	font-size: 0.3em;
	font-weight: 700;
}
.message-text .txt {
	font-size: 1.25rem;
	line-height: 2.5;
}
.recruit-message-img {
	flex: 1 1 0;
	position: relative;
	aspect-ratio: 1;
	margin: 5vw;
}
.recruit-message-img .deco-circle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 999px;
}
.recruit-message-img .deco-circle div {
	width: 100%;
	height: 100%;
}
.recruit-message-img .deco-circle div::before, .recruit-message-img .deco-circle.back div::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100%;
	height: 100%;
	mask: url(svg/logo.svg) no-repeat center bottom / cover;
	-webkit-mask: url(svg/logo.svg) no-repeat center bottom / cover;
}
.recruit-message-img .deco-circle.front {
	mix-blend-mode: hard-light;
	overflow: hidden;
}
.recruit-message-img .deco-circle.back div::before {
	z-index: -1;
	right: 40%;
	background: var(--color-base);
}
.recruit-message-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}

/* 採用メッセージ */
.recruit-msg-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 100%;
	--x-gradient: linear-gradient(90deg, var(--color-main) 0 10px, transparent 0 calc(100% - 10px),  var(--color-main) calc(100% - 10px));
	--y-gradient: linear-gradient( var(--color-main) 0 10px, transparent 0 calc(100% - 10px),  var(--color-main) calc(100% - 10px));
	padding: 60px;
	background-image:
		var(--x-gradient),
		var(--y-gradient),
		var(--x-gradient),
		var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
	background-position: top, right, bottom, left;
}
.recruit-msg-catch {
	width: 100%;
}
.recruit-msg-text {
	width: 100%;
}
.recruit-msg-text .txt {
	font-size: 1.125rem;
}
.recruit-msg-text .txt + .txt {
	margin-top: 1.5em;
}

/* 森田建設工業で働く */
/* 先輩インタビュー */
.interview-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
	counter-reset: number 0;
}
.interview-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 30px);
	padding: 60px 0;
	border-top: 1px solid var(--color-line);
}
.interview-item:nth-last-child(-n+2) {
	border-bottom: 1px solid var(--color-line);
}
.interview-catch {
	width: 100%;
}
.interview-catch .lead {
	position: relative;
	z-index: 2;
	font-size: 2rem;
}
.personal-info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	z-index: 2;
	width: 100%;
}
.personal-img {
	display: none;
	position: relative;
	z-index: 1;
	width: 150px;
	aspect-ratio: 1;
}
.personal-img::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	background: rgba(243, 243, 243, 0.5);
	mask: url(svg/logo.svg) no-repeat center left / contain;
	-webkit-mask: url(svg/logo.svg) no-repeat center left / contain;
	transition: all 0.3s;
}
.personal-img img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}
.personal-profile {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.personal-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.9rem;
}
.personal-tag .dept {
	padding: 0 1em;
	background: var(--color-main);
	color: #fff;
	font-weight: 700;
}
.personal-tag .gender {
	width: 100%;
}
.personal-tag .gender.man {
	color: #0098ff;
}
.personal-tag .gender.woman {
	color: #fc4b5a;
}
.personal-info h4 {
	color: var(--color-sub01);
	font-size: 2rem;
	line-height: 1em;
}
.personal-info h4 .fs-s {
	color: var(--color-main);
	font-size: 0.5em;
}
.personal-dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.personal-dl .dli {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	font-size: 0.9rem;
}
.personal-dl dt {
	width: 100%;
	margin: 0;
	color: var(--color-main);
}
.personal-dl dd {
	margin: 0;
	line-height: 1.25;
}
.interview-text {
	flex: 1 1 0;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px;
	background: var(--color-base);
	font-size: 0.95em;
}
.interview-text::before {
	position: absolute;
	z-index: -1;
	left: 75px;
	bottom: 100%;
	content: "";
	width: 30px;
	height: auto;
	aspect-ratio: 2/1;
	background: var(--color-base);
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
/* 1日の流れ */
.one-day-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px 0 0 !important;
	border-radius: 8px;
	color: #333;
}
.one-day-list::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 39.5px;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-line);
}
.one-day-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
	padding: 30px 30px 30px 70px;
}
.one-day-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.one-day-ttl {
	position: relative;
	z-index: 1;
	width: 100%;
}
.one-day-ttl::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: calc(100% + 25px);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.one-day-ttl .num {
	margin-bottom: 5px;
	color: var(--color-main);
	font-size: 1.25rem;
}
.one-day-text {
	width: 100%;
}
.one-day-img {
	width: 30%;
	aspect-ratio: 3/2;
}
.one-day-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 福利厚生 */
.benefit-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.benefit-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.benefit-img {
	width: 30%;
}
.benefit-contents {
	flex: 1 1 0;
}
.benefit-ttl {
	margin-bottom: 10px;
}
.benefit-ttl h4 {
	color: var(--color-main);
}
.allowance-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}
.allowance-dl .dli {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	width: calc(50% - 30px);
}
.allowance-dl .dli-icon {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.allowance-dl .dli-icon .material-symbols-outlined {
	margin: 0;
	padding: 0.5em;
	aspect-ratio: 1;
	background: var(--color-base);
	border-radius: 999px;
	color: var(--color-main);
	font-size: 4rem;
}
.allowance-dl .dli-contents {
	flex: 1 1 0;
	padding: 20px 0;
}
.allowance-dl dt {
	padding: 0 0 0.25em;
	border-bottom: 1px solid var(--color-line);
	color: var(--color-sub01);
	font-size: 1.25rem;
}
.allowance-dl dd {
	font-size: 0.9rem;
}

/* 働き方改革 */
#pg-7583-4::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-main);
}
.con-base#ws-reform {
	color: #fff;
}
.con-base#ws-reform .bg-attn-txt {
	color: var(--color-main);
	font-size: 2em;
	background: #fff;
}
.con-base#ws-reform .sec-ttl .en {
	color: #fff;
}
.con-base#ws-reform .sec-ttl .en .color {
	color: var(--color-sub01);
}
.con-base#ws-reform .lead {
	color: #fff;
}
.ws-reform-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	counter-reset: number 0;
}
.ws-reform-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	width: 100%;
	padding: 60px;
	border: 1px solid var(--color-line);
	background: var(--color-main);
}
.ws-reform-item::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: transparent;
	font-size: 20rem;
	font-weight: 700;
	font-family: "Syncopate", sans-serif;
	line-height: 1;
	text-stroke: 1.5px rgba(255,255,255,0.25);
	-webkit-text-stroke: 1.5px rgba(255,255,255,0.25);
}
.ws-reform-ttl {
	position: relative;
	z-index: 2;
}
.ws-reform-ttl h3 {
	line-height: 1.53;
}
.ws-reform-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 2;
	width: 100%;
}
.ws-reform-img {
	width: 40%;
}
.ws-reform-detail {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	padding: 30px 0;
}
.ws-reform-text {
	width: 100%;
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	width: 100%;
}
.tag-list li {
	color: var(--color-sub01);
	font-size: 1.5rem;
	font-weight: 700;
}
.tag-list li::before {
	display: inline-block;
	content: "#";
	margin-right: 0.25em;
}

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

/* エントリー */
.entry-loop-txt {
	color: transparent;
	text-stroke: 1.5px var(--color-sub02);
	-webkit-text-stroke: 1.5px var(--color-sub02);
}
/* ------------------------------ 採用情報 end ------------------------------ */


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

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

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

/* ------------------------------ 施工実績（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.works-archive-head {
	margin-bottom: 60px;
}
.works-archive-head .sec-ttl {
	margin-bottom: 30px;
}
.works-taxonomy-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.works-taxonomy-item {
	width: calc(50% - 15px);
}
.accordion-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	padding: 20px;
	padding-right: 60px;
	background: var(--color-base);
	cursor: pointer;
	transition: all 0.3s;
}
.accordion-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
}
.accordion-icon .material-symbols-outlined {
	margin: 0;
}
.accordion-ttl::before, .accordion-ttl::after {
	position: absolute;
	content:'';
	width: 20px;
	height: 2px;
	background-color: var(--color-sub01);
	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 h3 {
	flex: 1 1 0;
	font-size: 1rem;
}
.accordion-contents {
	display: none;
}
.works-taxonomy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.works-taxonomy-list li {
	width: calc(50% - 5px);
}
.works-taxonomy-list li a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0.25em;
	border: 1px solid var(--color-line);
	color: #333;
	font-size: 0.9rem;
	text-align: center;
	transition: all 0.3s;
}
.works-taxonomy-list li.current-term a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-taxonomy-list li .works-taxonomy-child {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 5px;
}
.works-taxonomy-list li .works-taxonomy-child li {
	width: calc(50% - 2.5px);
}
.works-taxonomy-list li .works-taxonomy-child li a {
	height: 100%;
	border-color: #eee;
	font-size: 0.8rem;
}
@media (hover: hover) {
	.works-taxonomy-list li a:hover {
		color: var(--color-main);
		border-color: var(--color-main);
	}
	.works-taxonomy-list li.current-term a:hover {
		color: #fff;
	}
	.works-taxonomy-list li .works-taxonomy-child li a:hover {
		border-color: var(--color-main);
	}
}
.works-link-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	margin: 0 2.5vw;
}
.works-link-item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--color-line);
	background: #fff;
	color: #333;
	line-height: 1.25;
	transition: all 0.3s;
}
.works-link-img {
	aspect-ratio: 3/2;
	margin-bottom: 20px;
	border: 1px solid var(--color-line);
	overflow: hidden;
}
.works-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.works-link-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.works-link-cat {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.works-link-cat p {
	display: inline-block;
	padding: 0.125em 1em;
	background: var(--color-sub01);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.25;
}
.works-link-ttl h3 {
	font-size: 1.5rem;
	transition: all 0.3s;
}
.works-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}
.works-dl .dli {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.works-dl dt {
	margin: 0;
	color: var(--color-main);
	font-size: 0.9rem;
}
.works-dl dd {
	font-size: 0.9rem;
	line-height: 1.25;
}
.works-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.award-tag, .yess-tag {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 2.2;
	text-align: right;
}
.award-tag .bg-txt {
	padding: 0.5em 1em;
	background: linear-gradient(135deg, #ae8900 0%, #ae8900 45%, #DAAF08 70%, #ae8900 85%, #ae8900 90% 100%);
}
.yess-tag .bg-txt {
	padding: 0.5em 1em;
	background: var(--color-yess);
}
.works-link-tags {
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 0;
	max-width: 100%;
}
.works-link-item .line-arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	margin: 0 0 0 auto;
	border-color: var(--color-sub01);
	transition: all 0.3s;
}
.works-link-item .line-arrow::before {
	background: var(--color-sub01);
}
@media (hover: hover) {
	.works-link-item a:hover .works-link-img img {
		transform: scale(1.1);
	}
	.works-link-item a:hover .works-link-ttl h3 {
		color: var(--color-main);
	}
	.works-link-item a:hover .line-arrow {
		right: 20px;
	}
}

/* シングルページ */
.single-works .entry-header {
	margin-bottom: 10px !important;
}
.single-works .entry-header h1 {
	margin: 0 !important;
}
.works-single-taxonomy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 10px;
}
.works-single-taxonomy-list li a {
	display: inline-block;
	padding: 0.25em 1em;
	background: var(--color-sub01);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.25;
	transition: all 0.3s;
}
.works-single-visual {
	width: 100%;
	aspect-ratio: 3/2;
	margin: 30px 0;
	border: 1px solid var(--color-line);
}
.works-single-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-award {
	margin-bottom: 30px;
}
.single-works :is(.award-tag, .yess-tag) {
	text-align: left;
}
.works-info-tb :is(th,td) {
	padding: 1em 1.5em;
}
.works-info-tb th {
	vertical-align: top;
}
.single-works .entry-body {
	margin-top: 60px;
}
.single-works .wp-video, .single-works .wp-video-shortcode {
	width: 100% !important;
}
.single-works .rl-gallery .rl-gallery-link .rl-gallery-caption {
	padding: 0.5em 1em;
	background-color: rgba(0,0,0,0.5);
}
.single-works .entry-meta-data-list {
	display: none;
}
.single-works .site-body .entry-footer {
	margin: 0;
}
@media (hover: hover) {
	.works-single-taxonomy-list li a:hover {
		background: var(--color-main);
	}
}
/* ------------------------------ 施工実績（カスタム投稿） end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .site-body-bottom {
	display: none;
}

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


/* ------------------------------ プライバシーポリシー start ------------------------------ */
.post-name-privacy-policy .entry-body > div > div:not(:last-child) {
	border-bottom: none !important;
}
.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(.page-header-inner, .site-footer-content, .site-footer-copyright) { width: 931px; max-width: 931px; }

	/* ヘッダー */
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}
	.header_scrolled .header-contact .contact-btn {
		padding: 20px 30px;
	}
	.header-contact .contact-btn {
		min-width: 180px;
	}

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

	/* ページヘッダー */
	.page-header-inner {
		width: calc(100% - 5vw);
		margin: 0 2.5vw;
		padding: 0;
		font-size: 8vw;
	}

	/* フロントページ */
	.main-visual {
		min-height: 720px;
	}
	.mv-banner {
		max-width: 380px;
	}
	.service-link-contents .btn-base {
		min-width: 100%;
	}
	.company-link-list {
		display: flex;
		flex-wrap: wrap;
	}
	.company-link-item {
		width: 50%;
	}
	.con-base#news .vk_posts .postListText {
		padding: 30px 20px;
	}
	.cta-wrap .bg-logo {
		right: -30%;
	}

	/* yess建築 */
	.yess-about-wrap {
		width: 100%;
	}
	.yess-visual-wrap {
		position: relative;
		margin: 0 2.5vw;
		padding: 90px 0 0;
	}
	.yess-visual-catch {
		position: static;
		transform: none;
		width: 100%;
		text-align: left;
	}
	.yess-visual-img {
		position: static;
		width: 80%;
		margin: 0 0 -2.5% auto;
	}
	.yess-en {
		bottom: 0;
		left: 0;
		right: auto;
		font-size: 15vw;
		text-align: left;
	}
	.problem-item {
		width: calc(50% - 15px);
	}
	.solution-list {
		justify-content: center;
	}
	.solution-list li {
		width: calc(50% - 15px);
		max-width: 300px;
	}
	.insert-yess03 .yess-visual-catch {
		position: absolute;
	}

	/* 施工実績 */
	.works-link-list {
		grid-template-columns: repeat(2,1fr);
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（991px以下） start ------------------------------ */
@media (max-width: 991px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.page-header-inner, .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; }

	.loop-txt {
		font-size: 20vw;
	}

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

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

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

	/* フッター上部 */
	.contact-mail .contact-btn {
		padding: 30px 60px;
		font-size: 1.25rem;
	}

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

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

	/* フロントページ */
	.mv-contents {
		margin-top: 125px;
	}
	.mv-en {
		font-size: 17.5vw;
	}
	.mv-en span {
		opacity: 0.25;
	}
	.mv-ttl {
		font-size: 7vw;
	}
	.about-us-img {
		width: 100%;
	}
	.about-us-img img {
		aspect-ratio: 3/1;
		min-height: 200px;
	}
	.service-link-item a {
		padding: 60px 30px;
	}
	.service-link-item .deco-en {
		left: 30%;
		font-size: 8rem;
	}
	.service-link-item-inner {
		flex-direction: column-reverse;
	}
	.service-link-contents {
		width: 100%;
		padding: 0;
	}
	.service-link-img {
		flex: 0 0 100%;
	}
	.con-base#news .vk_posts .postListText_title {
		padding-top: 0.5em;
	}
	.recruit-contents :is(.ws-reform-eg-list-outer,.recruit-text) {
		width: 150%;
	}
	.insert {
		height: clamp(480px,60svh,540px);
	}

	/* サブページ共通 */

	/* 事業内容 */
	.service-contents {
		padding: 60px 30px;
	}

	/* yess建築 */
	.yess-about-dl dd {
		font-size: 1rem;
	}
	.problem-item {
		width: 100%;
	}

	/* 会社案内 */
	.history-list {
		margin: 20px 0 30px;
	}

	/* 採用情報 */
	.recruit-message-wrap {
		padding: 25vw 0 12.5vw;
	}
	.recruit-message-contents {
		z-index: 2;
		width: 100%;
	}
	.recruit-message-contents-inner {
		padding: 0 5vw 45px;
	}
	.message-catch {
		font-size: 6vw;
	}
	.message-catch p {
		font-size: 0.4em;
	}
	#message .loop-txt {
		font-size: 20vw;
	}
	.recruit-message-img {
		left: 25%;
		margin: 0 5vw;
	}
	.personal-info {
		width: 100%;
	}
	.personal-dl .dli {
		font-size: 1rem;
	}
	.interview-text {
		width: 100%;
	}
	.one-day-contents {
		flex: 0 0 auto;
		width: 100%;
	}
	.one-day-img {
		width: 100%;
		max-width: 540px;
	}
	.allowance-dl dd {
		font-size: 1rem;
	}
	.ws-reform-img {
		width: 100%;
	}
	.ws-reform-detail {
		width: 100%;
		padding: 0;
	}

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


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

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

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

	/* フッター上部 */
	.cta-wrap {
		padding: 0;
	}
	.cta-wrap .bg-logo {
		right: auto;
		left: 40%;
	}
	.contact-wrap {
		gap: 45px;
	}
	.contact-box {
		padding: 45px;
	}
	.contact-mail .contact-btn {
		padding: 20px 60px;
		font-size: 1.125rem;
	}

	/* フッター */
	.site-footer-content {
		padding: 60px 0;
	}
	.ft-contents {
		gap: 45px;
	}
	.ft-company {
		gap: 30px;
	}
	.ft-company-about {
		width: 100%;
	}
	.ft-company-catch {
		width: 100%;
	}
	#menu-footer-nav {
		justify-content: flex-start;
		gap: 15px 30px;
	}
	#menu-sub-nav {
		justify-content: flex-start;
	}
	.site-footer-copyright p {
		text-align: center;
	}

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

	/* フロントページ */
	.main-visual {
		position: relative;
		min-height: auto;
		height: auto;
		max-height: 100%;
		margin: 0;
		padding-bottom: 240px;
	}
	.mv-swiper {
		z-index: 2;
		width: 100%;
	}
	.mv-contents {
		position: static;
		width: 100%;
		padding: 0 5vw 60px;
	}
	.mv-en {
		top: 7.5svh;
		font-size: 25vw;
	}
	.mv-ttl {
		font-size: 9vw;
	}
	.mv-banner {
		position: absolute;
		bottom: 60px;
		right: 0;
		margin: 0;
		max-width: 100%;
	}
	.mv-banner a {
		max-width: 380px;
		margin: 0 auto;
	}
	.scrolldown2 {
		bottom: 260px;
	}
	.about-us-contents {
		gap: 45px;
		margin: 60px 0;
	}
	.service-link-item .deco-en {
		font-size: 6rem;
	}
	.service-link-item a {
		padding: 45px 30px;
	}
	.service-link-item-inner {
		gap: 45px;
	}
	.service-link-img {
		aspect-ratio: 3/1.5;
	}
	.yess-link-ttl h3 {
		font-size: 2rem;
	}
	.yess-link-img {
		min-height: 300px;
	}
	.yess-link-text .en {
		font-size: 1.125rem;
		opacity: 0.5;
	}
	.recruit-wrap {
		gap: 45px;
		padding: 60px 0;
	}
	.recruit-contents {
		gap: 45px;
		width: 100%;
		padding: 0;
	}
	.recruit-contents :is(.sec-ttl,.recruit-lead,.ws-reform-eg-list-outer,.recruit-text) {
		width: 100%;
	}
	.recruit-contents .loop-txt-wrap {
		margin-top: 15px;
	}
	.recruit-img {
		width: 100%;
	}
	.insert-en {
		font-size: 1.5rem;
	}

	/* サブページ共通 */

	/* 事業内容 */
	.service-contents {
		padding: 45px 20px;
	}
	.service-about-wrap {
		gap: 45px;
	}
	.service-ttl {
		font-size: 4.5rem;
	}
	.service-img {
		min-height: auto;
		aspect-ratio: 3/2;
	}
	.const-item {
		padding: 20px 30px 20px 40px;
	}
	.const-item::before {
		left: 15px;
	}
	.service-detail-img {
		width: 100%;
	}

	/* yess建築 */
	.problem-ttl h2 {
		font-size: 2.25rem;
	}
	#pg-23-4::after {
		width: 60px;
		height: 30px;
	}
	.feature-item {
		gap: 20px;
		padding: 45px 0;
	}
	.feature-num {
		width: 100%;
	}
	.feature-contents {
		width: 100%;
	}
	.feature-word {
		margin-bottom: 0;
	}
	.feature-word p {
		font-size: 15vw;
	}
	.yess-point-img {
		width: 100%;
	}
	.yess-point-contents {
		width: 100%;
	}

	/* 施工実績 */
	.works-taxonomy-wrap {
		gap: 10px;
	}
	.works-taxonomy-item {
		width: 100%;
	}
	.accordion-ttl {
		padding: 10px 60px 10px 20px;
	}
	.works-link-list {
		grid-template-columns: repeat(1, 1fr);
	}

	/* 会社案内 */
	.top-message-contents {
		gap: 45px;
	}
	.cert-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.cert-img {
		width: 20%;
	}
	.location-contents {
		width: 100%;
	}
	.location-img {
		width: 100%;
	}

	/* 採用情報 */
	.message-catch {
		font-size: 8vw;
	}
	.recruit-msg-wrap {
		gap: 45px;
		padding: 45px;
	}
	.interview-item {
		width: 100%;
		padding: 45px 0;
	}
	.one-day-list::before {
		left: 19.5px;
	}
	.one-day-item {
		padding: 20px 30px 20px 40px;
	}
	.one-day-ttl::before {
		right: calc(100% + 15px);
	}
	.benefit-item {
		gap: 20px;
	}
	.benefit-img {
		width: 100%;
	}
	.benefit-contents {
		width: 100%;
	}
	.allowance-dl .dli {
		width: 100%;
	}
	.ws-reform-item {
		gap: 45px;
		padding: 45px 0;
		border-left: none;
		border-right: none;
	}
	.ws-reform-contents {
		gap: 45px;
	}
	.con-base#ws-reform .bg-attn-txt {
		font-size: 1.5em;
	}
	.ws-reform-item::before {
		font-size: 12.5rem
	}

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

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


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

	/* ヘッダー */

	/* フッター上部 */
	.cta-wrap .bg-logo {
		left: -10%;
	}
	.contact-box {
		padding: 45px 20px;
	}

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

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

	/* フロントページ */
	.mv-ttl {
		font-size: 11vw;
	}
	.mv-swiper {
		aspect-ratio: 3/2;
	}
	.scrolldown2 {
		right: 7.5vw;
	}
	.mv-banner a {
		max-width: 90%;
	}
	.service-link-item a {
		padding: 45px 20px;
	}
	.service-link-contents-inner {
		gap: 20px;
	}
	.service-link-ttl {
		font-size: 4rem;
	}
	.service-link-img {
		aspect-ratio: 3/2;
	}
	.yess-link-ttl h3 {
		font-size: 1.75rem;
	}
	.yess-link-text {
		font-size: 1rem;
	}
	.company-link-item {
		width: 100%;
	}
	.company-link-item a {
		aspect-ratio: 3/1;
	}
	.company-link-item a::before {
		left: 60%;
	}
	.con-base#news .vk_posts .postListText {
		padding: 20px 0;
	}
	.ws-reform-eg-list li {
		font-size: 1rem;
	}
	.recruit-contents .loop-txt-wrap {
		margin-top: 0;
	}
	.insert {
		height: clamp(320px, 50svh, 480px);
	}

	/* サブページ共通 */

	/* 事業内容 */
	.service-ttl {
		font-size: 3.25rem;
	}
	.const-item {
		width: 100%;
	}
	.service-detail-lead .lead {
		font-size: 1.5rem;
	}

	/* yess建築 */
	.problem-ttl h2 {
		font-size: 1.75rem;
	}
	.problem-ttl h2 .fs-s {
		font-size: 0.75em;
	}
	.solution-list li {
		width: 100%;
		max-width: 100%;
	}
	.solution-list li a {
		aspect-ratio: 3/2;
	}
	.feature-word p {
		font-size: 20vw;
	}

	/* 施工実績 */
	.works-link-ttl h3 {
		font-size: 1.25rem;
	}
	.works-taxonomy-list li .works-taxonomy-child li {
		width: 100%;
	}
	.rl-basicgrid-gallery .rl-gallery-item {
		width: 100% !important;
	}

	/* 会社案内 */
	.top-name p span {
		font-size: 1.25em;
	}
	.philo-wrap {
		text-align: left;
	}
	.philo-wrap .lead {
		font-size: 1.5rem;
	}
	.philo-wrap .lead br {
		display: none;
	}
	.history-list {
		padding: 10px 0 10px 40px !important;
	}
	.history-list::before {
		left: 19.5px;
	}
	.cert-item a {
		padding: 20px;
	}

	/* 採用情報 */
	.recruit-message-contents-inner {
		padding: 0 2.5vw 30px;
	}
	.message-catch {
		font-size: 10vw;
	}
	.recruit-msg-wrap {
		padding: 45px 20px;
	}
	.interview-catch .lead {
		font-size: 1.75rem;
	}
	.personal-img {
		width: 120px;
	}
	.interview-text {
		padding: 30px;
	}
	.interview-text::before {
		font-size: 8rem;
	}
	.allowance-dl .dli-icon {
		width: 100%;
	}
	.allowance-dl .dli-contents {
		width: 100%;
		padding: 0;
	}
	.allowance-dl dt {
		text-align: center;
	}
	.ws-reform-item::before {
		font-size: 10rem
	}

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

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