@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", -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用 */
}
.page-template-default .entry-body > div > div {
	border-bottom: 1px solid #eee;
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: #5E98A0;
	--color-main-dark: #385B60;
	--color-sub: #EBF2F3;
	--color-base: #f3f3f3;
}
: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; z-index: 1; }
.page .entry-body>div>div:first-child { z-index: auto; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }

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

/* タイトル */
.sec-ttl {
	position: relative;
	z-index: 1;
}
.sec-ttl .en {
	color: var(--color-main);
	font-size: 1.25rem;
	line-height: 1.2;
	transition: all 0.3s;
}
.sec-ttl h2 {
	margin: 0 0 0.1em;
	font-size: 2.5rem;
	font-weight: 500;
}
.rl-ttl {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.rl-ttl h2 {
	margin-bottom: 1em;
	writing-mode: vertical-rl;
}
h3.deco {
	padding-left: 45px;
}
h3.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background: var(--color-main);
}
h4.deco {
	padding-left: 15px;
	border-left: 1px solid var(--color-main);
}

/* テキスト */
.lead { color: var(--color-main); font-size: 2rem; font-weight: 500; }
.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; }
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; }
.en { display: inline-block; font-family: "Barlow", sans-serif; }
.num { display: inline-block; font-family: "Barlow", sans-serif; line-height: 1; }
.color { color: var(--color-main); }
.notes { font-size: 0.9em; }
.sp-br { display: none; }

/* リスト */
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 { font-weight: 700; }
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: 5px 20px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
}
.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; }
:where(:not(.wp-block-table))>table.tb-base th {
	border-color: var(--color-main);
}
.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;
}

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px 30px;
	padding-right: 90px;
	color: #333;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s;
}
.btn-base::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-main);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.btn-base:hover::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
.btn-base:hover {
	color: var(--color-main);
}

.line-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	border-top: 1px solid var(--color-main);
	transition: all 0.3s;
}
.line-arrow::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	width: 10px;
	height: 1px;
	border-radius: 0 999px 999px 0;
	background: var(--color-main);
	transform: rotateZ(45deg);
	transform-origin: right bottom;
}
.btn-base:hover .line-arrow {
	right: 0;
}

/* ループアニメーション */
@keyframes loopAnimationRight {
	0% { transform: translate(-50%, -50%); opacity: 1; }
	60% { transform: translate(100%, -50%); opacity: 0; }
	70% { transform: translate(-100%, -50%); opacity: 0; }
	100% { transform: translate(-50%, -50%); opacity: 1; }	
}
@keyframes loopAnimationBottom {
	0% { transform: translate(0, -50%); opacity: 1; }
	60% { transform: translate(0, 100%); opacity: 0; }
	70% { transform: translate(0, -100%); opacity: 0; }
	100% { transform: translate(0, -50%); opacity: 1; }	
}

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

/* フェードアニメーション */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right { opacity: 0; }
/* フェードイン */
.fade-in.active { animation-name: fadeInAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeInAnime { from { opacity: 0; } to { opacity: 1; } }
/* フェードアップ */
.fade-up.active { animation-name: fadeUpAnime; animation-duration: 2s; 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: 2s; 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: 2s; 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: 2s; 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; }
.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; }
.cf7-tb td { width: 60%; text-align: left; }
.cf7-tb .fsize-s { margin: 0; }
.input-zip { display: inline-block; width: 150px !important; max-width: 100%; margin: 0 0 10px 5px !important; }
.wpcf7-list-item { margin: 0 1em 0 0 !important; }
.required {
	margin-right: 10px;
	padding: 2.5px 5px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
}
.required.not-required {
	background: #999;
	color: #fff;
}
.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;
}
/* ------------------------------ 共通 end ------------------------------ */


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 111.24px;
	padding: 10px clamp(210px, 20vw, 230px) 10px 0;
	box-shadow: none;
	transition: all 0.3s;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 20px;
}
header .container {
	max-width: 100%;
	padding: 0 20px;
}
.site-header-logo {
	margin-right: 0 !important;
}
.home:not(.header_scrolled) .site-header-logo img {
	filter: drop-shadow(0 0 10px #666);
}
.global-nav-list {
	padding: 0;
}
.global-nav-list>li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	border-bottom: 1px solid var(--color-main);
	transition: all 0.3s ease-out;
}
.home:not(.header_scrolled) .global-nav-list>li::before {
	border-color: #fff;
}
.global-nav-list>li:hover::before, .global-nav-list>li[class*=current]::before {
	width: 100%;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.device-pc .global-nav-list>li>a {
	padding: 20px;
}
.global-nav-list>li>a {
	color: #333;
}
.home:not(.header_scrolled) .global-nav-list>li>a {
	text-shadow: 0 0 10px #666;
}
.global-nav-list>li .global-nav-description {
	margin-top: 0.25em;
	color: var(--color-main);
	font-family: "barlow", sans-serif;
	text-transform: capitalize;
	opacity: 1;
}
.home:not(.header_scrolled) .global-nav-list>li .global-nav-description {
	color: #fff;
}

/* スクロール時ヘッダー */
.header_scrolled .site-header {
	position: fixed !important;
	max-width: 100%;
	padding-right: clamp(210px, 20vw, 230px);
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 20px #aaa;
}
.header_scrolled .site-header-logo img {
	max-height: 50px !important;
}
.header_scrolled .global-nav-list>li .global-nav-description {
	color: var(--color-main);
}
.header_scrolled .global-nav-list>li::before {
	border-color: var(--color-main);
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	font-size: min(1.2vw,14px);
}
.header-top nav {
	top: 0;
}
.header-top ul {
	margin: 0;
}
.header-top ul>li>a {
	padding: 4px 0 4px 20px;
	text-decoration: underline !important;
}
.home:not(.header_scrolled) .header-top ul>li>a {
	text-shadow: 0 0 10px #666;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* 固定ボタン */
.fixed-btn__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 10px;
	width: clamp(200px, 20vw, 220px);
	height: 100%;
	transition: all 0.3s ease;
}
.header_scrolled .fixed-btn__wrap {
	height: calc(100% + 20px);
}
.fixed-btn {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.fixed-btn a {
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	transition: all 0.3s;
}
.fixed-btn__inner {
	width: 100%;
}
.fixed-btn .btn-icon span {
	font-size: 30px;
}
.fixed-btn.fb-mail {
	text-align: center;
	transition: all 0.3s;
}
.fixed-btn.fb-mail a {
	display: flex;
	align-items: center;
	padding: 30px 30px;
	border: 1px solid var(--color-main);
	border-top: none;
	background: var(--color-main);
	color: #fff;
	transition: all 0.3s;
}
.fixed-btn.fb-mail a:hover {
	background: var(--color-main-light);
	color: #fff;
}
.home:not(.header_scrolled) .fixed-btn.fb-mail a {
	text-shadow: 0 0 10px #666;
}
.fixed-btn.fb-mail a:hover {
	background: var(--color-main-dark);
}
.home:not(.header_scrolled) .fixed-btn.fb-mail a {
	border: 1px solid #fff;
	border-top: none;
	background: transparent;
}
.home:not(.header_scrolled) .fixed-btn.fb-mail a:hover {
	background: var(--color-main);
}
.header_scrolled .fixed-btn.fb-mail a {
	padding: 20px 30px;
	box-shadow: 0 0 20px #aaa;
}
.fixed-btn .btn-ttl .txt {
	font-size: 0.9em;
	font-weight: 700;
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header {
	background: var(--color-sub);
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.25em;
	color: #333;
	font-size: min(3vw,3em);
	font-weight: 500;
}
.page-header-subtext {
	margin: 0;
	color: var(--color-main);
	font-size: min(1.25vw,1.25em);
	font-family: "Barlow", sans-serif;
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	position: relative;
	z-index: 1;
	font-size: 0.9em;
}
.site-footer-content {
	padding: 90px 0;
}
#menu-footer_nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer_nav>li>.sub-menu>li {
	width: 50%;
}
#menu-footer_nav>li>.sub-menu>li>a::before {
	left: 11px;
	height: 2px;
}
.ft-contents-wrap {
	margin-bottom: 30px;
}
.ft-logo img {
	width: 100%;
	max-width: 300px;
}
.ft-map a {
	padding: 5px 15px;
	border: 1px solid #333;
	color: #333;
	font-size: 0.9em;
	transition: all 0.3s;
}
.ft-map a:hover {
	opacity: 0.5;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav {
	margin-bottom: 60px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav li:not(:last-child) {
	margin-bottom: 10px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav li a {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	text-decoration: underline !important;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav li a:hover {
	opacity: 0.5;
}
.site-footer .site-footer-title {
	margin-bottom: 10px !important;
}

.site-footer-copyright {
	max-width: 100%;
	padding: 2.5px 20px;
}
.site-footer-copyright p {
	margin: 0;
	font-family: "Barlow", sans-serif;
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom {
	padding: 90px 0;
}
.site-body-bottom .widget {
	margin: 0;
}
.contact-box a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 60px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	transition: all 0.3s;
}
.contact-box .sec-ttl {
	margin-bottom: 30px;
}
.contact-box-contents .txt {
	width: calc(50% - 60px);
	margin-bottom: 30px !important;
}
.contact-box-contents .tel-num:hover {
	color: #333
}
.contact-box-contents .contact-desc {
	margin-top: 0.5em;
	font-size: 0.9em;
}
.contact-box .line-arrow {
	top: auto;
	bottom: 60px;
	right: 60px;
	transform: none;
	width: 15vw;
}
.contact-box .line-arrow::before {
	width: 5vw;
}
@media (hover: hover) {
	.contact-box a:hover {
		border-color: var(--color-main);
	}
	.contact-box a:hover .line-arrow {
		right: 30px;
	}
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.mv-con {
	position: relative;
	z-index: 1;
}
.main-visual {
	position: relative;
	z-index: 1;
}
.mv-ttl {
	display: inline-block;
	position: absolute;
	z-index: 2;
	bottom: 5vw;
	left: 5vw;
	max-width: calc(100% - 10vw);
	color: #fff;
	text-shadow: 0 0 30px #111;
}
.mv-ttl::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -5vw;
	content: "";
	width: calc(5vw - 30px);
	height: 1px;
	background: #fff;
}
.mv-ttl h2 {
	font-size: min(4vw,4em);
	font-weight: 500;
}
.mv-ttl .en {
	margin-bottom: 1em;
	font-size: min(1.5vw,1.5em);
}
.mv-swiper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100svh;
	max-height: 1440px;
}
.mv-swiper .swiper-slide, .mv-swiper .swiper-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-swiper .swiper-slide::before {
	position: absolute;
	z-index: 1;
	top: calc(111.24px + 10px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - (111.24px + 20px));
	border: 1px solid #fff;
}
.mv-swiper .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
	transition: transform 7s ease-in-out;
}
.mv-swiper .swiper-slide-active img {
	transform: scale(1.1);
}
.mv-swiper .swiper-pagination {
	top: auto;
	bottom: 30px;
}
.mv-swiper .swiper-pagination-bullet {
	width: min(5vw,60px);
	height: 4px;
	border: 1px solid #fff;
	border-radius: 0;
}
.mv-swiper .swiper-pagination-bullet-active {
	background: #fff;
}

/* 私たちについて（ホーム） */
#pg-19-1::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	content: "";
	width: 60vw;
	height: 100%;
	background: url(/wp-content/uploads/2025/05/bg_line-drawing.png) no-repeat right bottom;
	background-size: contain;
}

/* けっそく設計の特徴（ホーム） */
.feature-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
.feature-item {
	width: 100%;
}
.feature-item > a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 60px;
	padding-right: 90px;
	border-bottom: 1px solid #ccc;
	color: #333;
	transition: all 0.3s;
}
.feature-item-inner {
	display: flex;
	align-items: center;
	gap: 60px;
}
.feature-item-num .num {
	color: var(--color-main);
	font-size: 6rem;
}
.feature-item-ttl {
	width: 100%;
}
.feature-item-ttl .en {
	margin-bottom: 0.25em;
	color: var(--color-main);
}
.feature-item-ttl h4 {
	font-size: 1.5rem;
}
.feature-item-ttl h4 .color {
	border-bottom: 1px solid var(--color-main);
	font-weight: 500;
}
@media (hover: hover) {
	.feature-item:hover > a {
		border-color: var(--color-main);
		color: var(--color-main);
	}
	.feature-item:hover > a > .feature-item-inner > .line-arrow {
		right: 15px;
	}
}

/* 事業内容（ホーム） */
.card-swiper {
	position: relative;
	padding-bottom: 30px;
}
.card-swiper .swiper-scrollbar {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.card-swiper .swiper-scrollbar-drag {
	background-color: var(--color-main);
}
.card-swiper a {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	transition: all 0.3s ease;
}
.card-img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 2/3;
	overflow: hidden;
	transition: all 0.3s ease;
}
.card-swiper .swiper-slide .card-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(76,123,130,1) 0%, rgba(76,123,130,0.25) 50%, rgba(76,123,130,1) 100%);
	mix-blend-mode: multiply;
	opacity: 1;
	transition: all 0.3s;
}
.card-swiper a:hover .card-img::before {
	opacity: 0.25;
}
.card-swiper .swiper-slide.swiper-slide-active .card-img::before {
	opacity: 0.25;
}
.card-swiper .swiper-slide .card-img::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}
.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.9s ease;
}
.card-swiper a:hover .card-img img {
	transform: scale(1.1,1.1);
}
.card-ttl {
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 40px;
	width: calc(100% - 80px);
	text-shadow: 0 0 30px #666;
}
.card-ttl .num {
	font-size: 4rem;
}
.card-ttl h3 {
	width: 100%;
}
.card-swiper .swiper-slide .en {
	position: absolute;
	z-index: 1;
	bottom: 40px;
	right: 40px;
	width: calc(100% - 80px);
	font-size: 1.5rem;
	line-height: 1;
	text-align: right;
}

/* 実績紹介（ホーム） */
#pg-19-4 {
	z-index: 2;
}

/* 会社案内（ホーム） */
.company-link-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
.company-link-item {
	width: 100%;
}
.company-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 30px 60px;
	border-bottom: 1px solid #ccc;
	color: #333;
	transition: all 0.3s;
}
.company-link-item a:hover {
	border-color: var(--color-main);
	color: var(--color-main);
}
.company-link-item a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 30px;
	transform: translate(-50%,-50%);
	content: "→";
	color: var(--color-main);
	font-size: 15px;
	line-height: 1;
	transition: all 0.3s;
}
.company-link-item a:hover::before {
	animation: loopAnimationRight 0.3s ease 1 normal forwards;
}
.company-link-item p {
	display: inline-block;
}
.company-link-item .txt {
	margin: 0 10px 0 0;
	font-size: 1.25rem;
}
.company-logo {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -10vw;
	transform: translateY(-50%) rotate(-45deg);
	width: 55vw;
	opacity: 0.05;
}

/* お知らせ（ホーム） */
.news-con .vk_posts-layout-postListText {
	margin-bottom: 0;
}
.news-con .vk_posts .postListText {
	padding: 30px;
	border-bottom: 1px solid #ccc;
}
.news-con .vk_posts .postListText:first-child {
	border-top: 1px solid #ccc;
}
.news-con .postListText_singleTermLabel_inner {
	border-radius: 0;
}
/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* サブページ内リンク */
.anchor-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
}
.anchor-links li {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 !important;
	text-align: center;
}
.anchor-links li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s;
}
.anchor-links li a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 7.5px;
	transform: translateY(-50%);
	content: "↓";
	color: var(--color-main);
	font-size: 15px;
	line-height: 1;
	transition: all 0.3s;
}
.anchor-links li a:hover{
	border-color: var(--color-main);
	color: var(--color-main);
}
.anchor-links li a:hover::before {
	animation: loopAnimationBottom 0.3s ease 1 normal forwards;
}
.space-img-wrap {
	display: block;
	height: min(50svh, 1080px);
	width: 100%;
}
.space-img {
	position: relative;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	height: 100%;
}
.space-img img {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: bottom center;
	pointer-events: none;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ 私たちについて start ------------------------------ */
/* リード */
.about-us-lead-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-us-lead-wrap > div {
	width: 50%;
	padding: 0 60px;
}
.about-us-lead-wrap .en {
	margin-bottom: 30px;
	font-size: 1.25rem;
}
.about-us-lead-wrap .lead {
	font-size: 2.5rem;
}
.post-name-about-us .anchor-links {
	grid-template-columns: 1fr 1fr;	
}

/* 弊社の特徴 */
.con-base#feature .feature-item {
	position: relative;
	z-index: 1;
	padding: 60px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.con-base#feature .feature-item-inner {
	align-items: flex-start;
}
.con-base#feature .feature-item-num {
	min-width: min(11.25vw,11.25rem);
}
.con-base#feature .feature-item-num .num {
	position: relative;
	z-index: 1;
	font-size: min(10vw,10rem);
	text-align: center;
}
.con-base#feature .feature-item-num .num .fs-s {
	display: block;
	margin: 0;
	font-size: 0.25em;
}
.con-base#feature .feature-item-ttl {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-main);
}
.con-base#feature .feature-item-txt .btn-base {
	margin-top: 20px;
}
.feature-item-img {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
/* ------------------------------ 私たちについて end ------------------------------ */


/* ------------------------------ 事業内容 start ------------------------------ */
.post-name-service {
	counter-reset: number 0;
}
.service-visual-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.service-visual-wrap::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	margin: 0 calc(50% - 50vw);
	width: 75vw;
	height: calc(100% - 60px);
	background: var(--color-sub);
}
.service-v-txt {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 120px 60px;
}
.service-v-txt::before, .service-v-txt::after {
	position: absolute;
	z-index: -1;
	top: -30px;
	left: -30px;
	content: "";
	width: 15vw;
	height: auto;
	aspect-ratio: 1/1;
	border: 1px solid var(--color-main-light);
	opacity: 0.5;
}
.service-v-txt::after {
	top: calc(12.5vw - 30px);
	left: calc(-2.5vw - 30px);
	width: 5vw;
}
.service-v-txt .lead {
	margin-bottom: 30px;
}
.service-v-img {
	width: 50%;
	padding-top: 60px;
}
.service-v-img-inner {
	position: relative;
	z-index: 1;
	width: 50vw;
	height: 100%;
	max-height: 1080px;
	aspect-ratio: 3/2;
}
.service-v-img-inner::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	border-right: none;
}
.service-v-img-inner::after {
	position: absolute;
	z-index: -1;
	top: -1.25em;
	right: 0.5em;
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) "";
	color: var(--color-sub);
	font-size: min(10vw,10rem);
	line-height: 1;
	opacity: 0.25;
}
.service-v-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-contents-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 10px;
}
.service-contents-list li {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	width: calc(50% - 5px);
	padding: 20px 20px 20px 60px;
	border-bottom: 1px solid #ccc;
}
.service-contents-list li::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	background: var(--color-main);
}
/* ------------------------------ 事業内容 end ------------------------------ */


/* ------------------------------ 実績紹介（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.archive.post-type-works .site-body {
	padding: 0;
}
.archive.post-type-works .main-section > section {
	border-bottom: 1px solid #eee;
}
.archive.post-type-works .links-con {
	padding-top: 0 !important;
}
.archive.post-type-works .links-con .anchor-links {
	grid-template-columns: 1fr 1fr;
}
.main-works-sec {
	padding: 90px 0;
}
.main-works-sec .sec-ttl, .sub-works-sec .sec-ttl {
	margin-bottom: 60px;
}
.works-use-list-wrap {
	margin-bottom: 60px;
}
.works-use-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.works-use-list li a {
	display: block;
	padding: 5px 30px;
	border: 1px solid #333;
	color: #333;
	font-size: 1rem;
	transition: all 0.3s;
}
.works-use-list li a:hover {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-use-list li.current-term a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin: 0 10px;
}
.works-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	color: #fff;
	overflow: hidden;
}
.works-item a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(76,123,130,0.75) 0%, rgba(76,123,130,0.5) 50%, rgba(76,123,130,0.75) 100%);
	mix-blend-mode: multiply;
	opacity: 0;
	transition: all 0.15s;
}
@media (hover: hover) {
	.works-item a:hover::before {
		opacity: 1;
	}
	.works-item a:hover .works-ov-list  {
		opacity: 1;
	}
	.works-item a:hover img {
		transform: scale(1.1,1.1);
	}
}
@media (hover: none) {
	.button {
		background-color: red;
	}
}
.works-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.works-item-contents {
	transition: all 0.15s;
}
.works-item-ttl {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
}
.works-item .works-use-label {
	display: inline-block;
	margin-bottom: 1em;
	padding: 1.25px 10px;
	border: 1px solid #fff;
	font-size: min(1vw,0.8em);
}
.works-item h3 {
	font-size: min(1.25vw,1.25rem);
}
.works-item .works-ov-list {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	font-size: min(1vw,0.9em);
	opacity: 0;
}
.works-item .works-ov-list li:not(:last-child) {
	margin-bottom: 0.5em;
}
.works-item .works-ov-list li {
	white-space: nowrap;
}
.works-ov-tb :is(th,td){
	padding: 1em;
	text-align: center;
}
.works-ov-tb thead th {
	background: var(--color-sub);
}
.works-ov-tb thead th:first-child, .works-ov-tb thead th:nth-child(5), .works-ov-tb thead th:nth-child(6) {
	width: 15%;
}
.works-ov-tb thead th:last-child {
	width: 20%;
}
.works-ov-tb tbody td {
	background: #fff;
}
.works-ov-tb tbody td:last-child {
	text-align: right;
}
form[id="year-filter-form"] {
	margin-bottom: 30px;
}
label[for="project-year"] {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-main);
	font-weight: 700;
}
select[name="year"] {
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 0;
}
select[name="year"]::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: "";
	width: auto;
	height: 100%;
	aspect-ratio: 1/1;
	background: var(--color-main);
}

/* シングルページ */
.single-works .works-use-list {
	margin-bottom: 1em;
}
.single-works .works-use-list li {
	padding: 5px 30px;
	border: 1px solid var(--color-main);
	background: var(--color-main);
	color: #fff;
	font-size: 1rem;
}
.works-single-visual {
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	margin-bottom: 60px;
}
.works-single-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single.single-works .entry-header {
	margin-bottom: 60px;
}
.works-tb {
	margin-bottom: 60px;
}
.works-tb th {
	background: var(--color-base);
}
.single-works .entry-footer {
	display: none;
}
/* ------------------------------ 実績紹介（カスタム投稿） end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 会社概要 */
.overview-tb th {
	background: var(--color-sub);
	vertical-align: top;
}

/* 保有資格 */
.cert-tb thead th {
	width: 50%;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.cert-tb tbody th {
	background: var(--color-sub);
}
.cert-tb tbody td {
	text-align: right;
}

/* 使用プログラム */
.program-tb th {
	background: var(--color-sub);
	vertical-align: top;
}

/* アクセス */
.access-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.access-img {
	width: 40%;
}
.access-contents {
	flex: 1;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
/* 募集要項 */
.guideline-tb th {
	background: var(--color-sub);
	vertical-align: top;
}
.guideline-tb td :is(ul+p,p+ul) {
	margin-top: 10px;
}

/* 採用までの流れ */
.recruit-flow-dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
}
.recruit-flow-dl .dli {
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 40px);
	margin: 0;
	padding: 30px;
	border: 1px solid #ccc;
}
.recruit-flow-dl .dli:not(:last-child)::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -55px;
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: 1px;
	background: var(--color-main);
}
.recruit-flow-dl dt {
	font-size: 1.25rem;
	text-align: center;
}
.recruit-flow-dl dt .num {
	display: block;
	margin-bottom: 5px;
	color: var(--color-main);
}
.recruit-flow-dl dd {
	font-size: 0.9em;
}
/* ------------------------------ 採用情報 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1rem;
	line-height: 1;
}

/* アーカイブページ */
:is(.blog, .single) .site-body { border-bottom: 1px solid #eee; }
.archive-header-title { margin-bottom: 60px; padding-bottom: 15px; border-bottom: 1px solid var(--color-sub02); }
: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 1em; border: 1px solid #ccc; color: #333; background-color: #fff; }
: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 { border-color: #ccc; }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; border: 1px solid #fff; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; }

/* シングルページ */
.single:not(.single-works) .entry-header {
	margin-bottom: 60px;
}
.single .entry-header h1 {
	margin: 0;
}
.single .entry-body p:not(:last-of-type) {
	margin-bottom: 10px;
}
.entry-meta-data-list:first-child {
	margin: 30px 0 5px;
}
.single .main-section--margin-bottom--on {
	margin-bottom: 60px;
}
.single .site-body .entry-footer {
	margin-bottom: 60px;
}
/* ------------------------------ 投稿 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .site-body-bottom {
	display: none;
}
.contact-tel-box {
	text-align: center;
}
.tel-num {
	color: #333;
	font-size: 3rem;
	transition: all 0.3s;
}
.tel-num:hover {
	color: var(--color-main);
}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.contact-desc {
	color: #666;
	font-weight: 700;
}
/* ------------------------------ お問い合わせ end ------------------------------ */

/* ------------------------------ プライバシーポリシー start ------------------------------ */
.post-name-privacy-policy .sec-ttl h2 {
	margin: 0;
	font-size: 1.25rem;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */

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


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

	/* ヘッダー */
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header-logo {
		margin-right: 0 !important;
	}

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

	/* フロントページ */
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


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

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 90px 10px;
		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-logo img {
		width: 100%;
		max-width: 280px;
	}
	.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 .btn-base { opacity: 0; width: 100%; }
	.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-menu-outer>ul>li a {
		position: relative;
		z-index: 1;
		padding: 15px 30px !important;
		color: #333 !important;
		font-size: 1.1rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: 1px solid #ccc !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child {
		margin: 0 0 45px;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child a {
		border: none !important;
		background: var(--color-main);
		color: #fff !important;
	}
	.vk-mobile-nav-menu-outer>ul>li a .fs-s {
		display: block;
		margin-top: 0.25em;
		color: var(--color-main);
		font-size: 0.65em;
		font-weight: 400;
		font-family: "barlow", sans-serif;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child a .fs-s {
		color: #fff;
	}
	.vk-menu-acc .acc-btn {
		top: 33px;
		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 {
		margin-top: 10px;
	}
	.vk-menu-acc ul.sub-menu li:last-child {
		margin-bottom: 10px;
	}
	.vk-menu-acc ul.sub-menu li a {
		border-radius: 5px;
		border: none !important;
		background: var(--color-main-dark);
		font-size: 0.9em;
	}
	.vk-menu-acc ul.sub-menu li .acc-btn {
		top: 16.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;
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		border-top: 1px solid #ccc;
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	.openbtn {
		position: fixed;
		top: 5px;
		right: 15px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  35px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		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); }
	.home:not(.header_scrolled) .openbtn:not(.active) span { background: #fff; }

	/* ヘッダー */
	.site-header {
		top: 0;
		left: 0;
		min-height: 55px;
		padding: 0;
	}
	header .container {
		display: flex;
		min-height: 55px;
		padding: 0 130px 0 10px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
		margin-right: 20px;
	}
	.site-header-logo span {
		padding: 5px 0;
	}
	.site-header-logo img {
		max-height: 40px;
	}

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

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

	/* フッター上部 */
	.contact-box-contents .txt {
		width: calc(100% - 60px);
	}

	/* 固定ボタン */
	.fixed-btn__wrap {
		top: 0;
		right: 65px;
		width: 65px;
		height: 55px;
		z-index: 1999;
	}
	.fixed-btn.fb-mail a {
		padding: 10px !important;
	}
	.header_scrolled .fixed-btn.fb-mail a {
		box-shadow: none;
	}
	.home:not(.header_scrolled) .fixed-btn.fb-mail a {
		text-shadow: none;
	}
	.fixed-btn.fb-mail .btn-icon span {
		margin: 0;
		font-size: 24px;
	}
	.fixed-btn.fb-mail .btn-ttl {
		display: none;
	}
	.header_scrolled .fixed-btn__wrap {
		height: 100%;
	}

	/* フロントページ */
	.mv-swiper .swiper-slide::before {
		top: calc(55px + 10px);
		height: calc(100% - (55px + 20px));
	}
	.mv-ttl {
		bottom: 12.5vw;
		left: 10vw;
		width: calc(100% - 20vw);
	}
	.mv-ttl::before {
		left: -10vw;
		width: calc(10vw - 20px);
	}
	.mv-ttl .en {
		font-size: 2.5vw;
	}
	.mv-ttl h2 {
		font-size: 5vw;
	}
	.mv-swiper .swiper-pagination {
		bottom: 20px;
	}
	.mv-swiper .swiper-pagination-bullet {
		width: min(7.5vw,60px);
	}
	.works-grid {
		grid-template-columns: 1fr 1fr;
	}
	.works-item a::before {
		background: linear-gradient(0deg, rgba(0,43,66,0) 0%, rgba(0,43,66,0) 50%, rgba(0,43,66,0.75) 100%);
		opacity: 1;
	}
	.works-item-contents {
		opacity: 1;
	}
	.works-item .works-use-label {
		font-size: 0.8em;
	}
	.works-item h3 {
		font-size: 1.25rem;
	}
	.works-item .works-ov-list {
		display: none;
	}

	/* 私たちについて */
	.about-us-lead-wrap {
		gap: 60px;
	}
	.about-us-lead-wrap > div {
		width: 100%;
	}

	/* 事業内容 */
	.service-visual-wrap {
		flex-direction: column-reverse;
		margin: 0;
	}
	.service-visual-wrap::before {
		height: 100%;
	}
	.service-v-txt {
		width: 100%;
		padding: 60px;
	}
	.service-v-txt::before {
		width: 20vw;
	}
	.service-v-txt::after {
		top: calc(17.5vw - 30px);
		left: calc(-7.5vw - 30px);
		width: 10vw;
	}
	.service-v-img {
		width: 100%;
	}
	.service-v-img-inner {
		width: 100vw;
	}

	/* お問い合わせ */
	.cf7-btn .btn-base {
		min-width: 50%;
	}

	/* サブページ共通 */
	.anchor-links {
		grid-template-columns: 1fr 1fr;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-ttl .en { font-size: 1.1rem; }
	.sec-ttl h2 { font-size: 2.25rem; }
	.rl-ttl { padding: 90px 0 0; }
	.rl-ttl::before { height: 60px; }
	.msg-txt { line-height: 2.25; }
	.cf7-tb th, .cf7-tb td { display: block; width: 100%; padding-right: 5px; padding-left: 5px; text-align: left; }
	.cf7-tb th { padding-bottom: 0; border-bottom: none; }
	.cf7-tb td { border-top: none; }
	.map iframe { aspect-ratio: 3/2; }
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap table { width: 1080px; }

	/* コンテナ */
	.con-base, .container, :is(body:not(.page) .site-body) .container { width: 100%; max-width: 100%; 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; }

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

	/* フッター上部 */
	.site-body-bottom {
		padding: 60px 0;
	}
	.site-body-bottom::before {
		height: 60px;
	}
	.site-body-bottom .container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}
	.contact-con {
		padding: 0 10px;
	}
	.contact-box .sec-ttl::before {
		right: calc(100% - 20px)
	}
	.contact-box a {
		padding: 60px 40px;
	}
	.contact-box .line-arrow {
		right: 40px;
	}

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

	/* フロントページ */
	.feature-item > a {
		padding: 45px 60px 45px 30px;
	}
	.feature-item-num .num {
		font-size: 4rem;
	}
	.feature-item-inner {
		gap: 45px;
	}
	.feature-item-inner .line-arrow { 
		right: 15px;
	}
	.company-link-item a {
		padding: 30px 60px 30px 45px;
	}
	.company-link-item a::before {
		right: 15px;
	}

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

	/* 私たちについて */
	.about-us-lead-wrap {
		gap: 45px;
	}
	.about-us-lead-wrap > div {
		padding: 0 45px;
	}
	.con-base#feature .feature-item {
		padding: 45px 30px;
	}
	.con-base#feature .feature-item-num .num {
		font-size: 15vw;
	}
	.con-base#feature .feature-item-inner {
		flex-wrap: wrap;
	}

	/* 事業内容 */
	.service-v-txt {
		padding: 45px;
	}
	.service-v-txt::before {
		width: 40vw;
	}
	.service-v-txt::after {
		top: calc(20vw - 30px);
		left: calc(-5vw - 30px);
		width: 25vw;
	}
	.service-v-img {
		padding-top: 45px;
	}
	.service-v-img-inner::after {
		font-size: 12.5vw;
	}

	/* 実績紹介 */
	.main-works-sec {
		padding: 60px 0;
	}
	.sec-ttl.container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 20px !important;
	}
	.main-works-sec .sec-ttl, .sub-works-sec .sec-ttl {
		margin-bottom: 45px;
	}
	.single.single-works .entry-header, .works-use-list-wrap, .works-single-visual, .works-tb {
		margin-bottom: 45px;
	}

	/* 会社案内 */
	.access-img, .access-contents {
		width: 100%;
	}

	/* 採用情報 */
	.recruit-flow-dl {
		gap: 45px;
	}
	.recruit-flow-dl .dli {
		width: 100%;
	}
	.recruit-flow-dl .dli:not(:last-child)::before {
		top: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 35px;
	}

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

	/* お問い合わせ */
	.contact-tel-box .txt:not(.contact-desc) {
		font-size: 0.9em;
	}
	.contact-tel-box .contact-desc span {
		display: block;
		font-size: 0.9em;
	}
	.tel-num {
		font-size: 3rem;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	body { font-size: 15px; }
	h1 { font-size: 1.75rem; /* 28px */ }
	h2 { font-size: 1.5rem; /* 24px */ }
	h3 { font-size: 1.25rem; /* 20px */ }
	h4 { font-size: 1.125rem; /* 18px */ }
	h5 { font-size: 1.1rem; }
	.sec-ttl .en {  }
	.sec-ttl h2 { font-size: 1.75rem; }
	.lead { font-size: 1.5rem; }
	.rl-gallery-caption { font-size: 0.8em; }
	.pc-br { display: none; }
	.sp-br { display: block; }
	table td, table th { padding: 1em 1em; }

	.btn-base {
		padding-right: 60px;
		font-size: 0.9em;
	}
	.line-arrow {
		right: 15px;
	}

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

	/* フッター上部 */
	.contact-box .line-arrow {
		bottom: 30px;
		right: 30px;
	}

	/* フッター */
	.ft-logo img {
		width: 280px;
	}
	.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 {
		margin-bottom: 45px;
	}

	/* フロントページ */
	.mv-ttl {
		bottom: 20vw;
		text-shadow: 0 0 15px #111;
	}
	.mv-ttl .en {
		font-size: 3vw;
	}
	.mv-ttl h2 {
		font-size: 6vw;
	}
	.mv-swiper .swiper-slide.sp-posi-slide img {
		object-position: left 10% bottom 0;
	}
	#pg-19-1::before {
		width: 90vw;
	}
	.feature-item > a {
		padding: 45px 60px 45px 15px;
	}
	.feature-item-inner {
		flex-wrap: wrap;
		gap: 20px;
	}
	.feature-item-inner .line-arrow {
		top: auto;
		bottom: 45px;
		transform: none;
	}
	.feature-item-num .num {
		font-size: 3.5rem;
	}
	.feature-item-ttl h4 {
		font-size: 1.25rem;
	}
	.card-ttl {
		flex-wrap: wrap;
		gap: 20px;
		top: 30px;
		left: 30px;
		width: calc(100% - 60px);
	}
	.card-ttl .num {
		width: 100%;
		font-size: 3rem;
	}
	.card-swiper .swiper-slide .en {
		bottom: 30px;
		right: 30px;
		width: calc(100% - 60px);
	}
	.works-item-ttl {
		top: 15px;
		left: 15px;
		width: calc(100% - 30px);
	}
	.works-item h3 {
		font-size: 1rem;
	}
	.works-item .works-use-label {
		display: none;
	}
	.company-link-item a {
		padding: 20px 60px 20px 30px;
	}
	.news-con .vk_posts .postListText {
		padding: 20px 10px;
	}

	/* サブページ共通 */
	.anchor-links li a {
		padding: 10px 20px;
	}
	.anchor-links li a::before {
		right: 4.5px;
		font-size: 14px;
	}

	/* 私たちについて */
	.about-us-lead-wrap > div {
		padding: 0;
	}
	.about-us-lead-wrap .lead {
		font-size: 2rem;
	}
	.about-us-lead-wrap .en {
		margin-bottom: 20px;
		font-size: 1rem;
	}
	.con-base#feature .feature-item {
		padding: 45px 0;
	}

	/* 事業内容 */
	.service-visual-wrap::before {
		width: 95vw;
	}
	.service-v-img-inner::after {
		font-size: 15vw;
	}
	.service-v-txt {
		padding: 45px 20px 45px 0;
	}
	.service-contents-list li {
		width: 100%;
	}

	/* 会社案内 */
	.cert-tb thead th:first-child {
		width: 70%;
	}
	.cert-tb thead th {
		width: 30%;
	}

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

	/* お問い合わせ */
	.contact-tel-box .txt:not(.contact-desc) {
		text-align: left;
	}
	.contact-tel-box .txt:not(.contact-desc) br {
		display: none;
	}
	.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 ------------------------------ */