@charset "utf-8";

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


/* ------------------------------ 共通 start ------------------------------ */
body {
	font-size: 16px;
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%; /* safari用 */
	-webkit-text-size-adjust: 100%;
	overflow: clip; /* position:sticky用 */
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: #67b66e;
	--color-main-dark: #007a7c;
	--color-sub01: #3DA5D9;
	--color-sub02: #00b4aa;
	--color-sub03: #1E3443;
	--color-accent: #E50012;
	--color-accent-dark: #7A000A;
	--color-base: #f3f3f3;
	--color-txt: #1E3443;
	--color-line: #ccc;
	--box-shadow-primary: 0 0 60px 0 rgba(47,72,88,0.2);
	--font-en: "Urbanist", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-color-text-body: var(--color-txt);
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

/* タグ */
a { text-decoration: none !important; }
address { font-style: normal; }
p { margin: 0; line-height: 1.8; }
iframe { margin: 0; }
img { vertical-align: middle; }
input, textarea, input::placeholder, textarea::placeholder { font-family: "Noto Sans JP", sans-serif; }

/* コンテナ */
.container { padding-right: 0; padding-left: 0; }
.page .entry-body>div>div { position: relative; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 120px 0; }
.site-body { padding: 120px 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; 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-head-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.sec-head-wrap .sec-ttl {
	width: 50%;
}
.sec-head-wrap .sec-txt {
	flex: 1;
}

/* セクションタイトル */
.sec-ttl {
	position: relative;
	z-index: 1;
}
.sec-ttl .en {
	display: block;
	margin: 0 0 0.25em;
	color: var(--color-sub03);
	font-size: 6rem;
	line-height: 1.25;
}
.sec-ttl h2 {
	color: var(--color-sub03);
	font-size: 1.25rem;
}
h3.deco {
	font-size: 2rem;
}

/* テキスト */
.lead-wrap .en { margin-bottom: 1.5em; color: var(--color-main); }
.lead-wrap .lead { color: var(--color-sub03); }
.lead-img {
	position: relative;
	z-index: -1;
}
.lead-img img {
	width: 100%;
	max-width: 400px;
}
.lead { font-size: 2.5rem; font-weight: 700; }
.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; }
.big-txt { font-size: 1.5rem; font-weight: 600; }
.mid-txt { font-size: 1.25rem; line-height: 2; }
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: var(--font-en); }
.num { display: inline-block; font-family: var(--font-en); line-height: 1; }
.color { color: var(--color-main); }
.color-accent { color: var(--color-accent); }
.notes { font-size: 0.9em; }
.notes-mark { margin: 0 0.25em; font-size: 0.5em; vertical-align: top; }
.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; line-height: 1.25; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; }
.about-dl .dli:not(:last-child) { margin-bottom: 20px; }
.about-dl .dli dt {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid var(--color-main);
	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; }
.tb-base th {
	width: 30%;
	border-right: none;
	border-left: none;
	color: var(--color-sub03);
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}
.scroll-tb-wrap .txt.notes { display: none; }

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 240px;
	padding: 20px 60px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}
.btn-base:hover {
	background: transparent;
	color: var(--color-main);
}
.accent-btn {
	border-color: var(--color-accent);
	background: var(--color-accent);
}
.accent-btn:hover {
	border-color: var(--color-accent-dark);
	background: var(--color-accent-dark);
	color: #fff;
}

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

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

/* フェードアニメーション */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right { opacity: 0; }
/* フェードイン */
.fade-in.active { animation-name: fadeInAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeInAnime { from { opacity: 0; } to { opacity: 1; } }
/* フェードアップ */
.fade-up.active { animation-name: fadeUpAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeUpAnime { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードダウン */
.fade-down.active { animation-name: fadeDownAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeDownAnime { from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードレフト */
.fade-left.active { animation-name: fadeLeftAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeLeftAnime { from {opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードライト */
.fade-right.active { animation-name: fadeRightAnime; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes fadeRightAnime { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードのディレイ */
.delay-time02 { transition-delay: 0.2s; animation-delay: 0.2s; }
.delay-time04 { transition-delay: 0.4s; animation-delay: 0.4s; }
.delay-time06 { transition-delay: 0.6s; animation-delay: 0.6s; }
.delay-time08 { transition-delay: 0.8s; animation-delay: 0.8s; }
.delay-time10 { transition-delay: 1s; animation-delay: 1s; }

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

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

/* Contact Form 7 */
.txt-cf7 { display: inline-block; margin-bottom: 10px; font-size: 0.9em; }
.cf7-tb { overflow: hidden; table-layout: fixed; border-right: none; border-left: none; }
.cf7-tb input, .cf7-tb textarea { margin-bottom: 0; padding: 0.5em 1em; }
.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;
}

/* ループテキスト */
.loop-txt {
	display: flex;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	font-size: min(8vw,8rem);
	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); }
}

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
	from {
		filter: blur(10px);
		transform: scale(1.02);
		opacity: 0;
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1;
	}
}

.blurTrigger{
	opacity: 0;
}

/* タブ */
.tab-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	position: relative;
	z-index: 1;
	padding: 0 20px !important;
	overflow-y: hidden;
}
.tab-list::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
}
.tab-list li {
	margin: 0 !important;
}
.tab-list li .material-symbols-outlined {
	display: block;
	margin-bottom: 0.1em;
	font-size: 2em;
}
.tab {
	width: 100%;
	padding: 20px 30px;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	background: #ccc;
	color: #666;
	font-size: 1.25rem;
	font-weight: 400;
	font-family: "Kosugi Maru", sans-serif;
	text-align: center;	
	cursor: pointer;
	box-shadow: var(--box-shadow-primary);
	transition: all 0.3s;
}
.tab:not(.active):hover {
	background: #fff;
	color: var(--color-main);
}
.tab.active {
	border-bottom-color: #fff;
	background: #fff;
	color: var(--color-main);
}
.tab-panel {
	display: none !important;
	position: relative;
	z-index: 1;
	padding-bottom: 0 !important;
	background: #fff;
}
.tab-panel.active {
	display: block !important;
	animation-name: tabFadeIn;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
}
@keyframes tabFadeIn{ 0% { opacity: 0; } 100% { opacity: 1; } }
/* ------------------------------ 共通 end ------------------------------ */


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	position: absolute !important;
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 20px;
	padding-right: 270px;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 20px;
}
.site-header--layout--nav-float .site-header-logo {
	margin-right: 0;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 20px 15px;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	color: #333;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	transition: all 0.3s;
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}

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

/* ヘッダー上部 */
.header-top {
	margin: 0;
	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: 5px 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;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* ヘッダーお問い合わせボタン */
.header-contact-btn-wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 240px;
	max-height: 100%;
	text-align: center;
}
.header-contact-btn.hcb-mail {
	width: 100%;
	height: 100%;
}
.header-contact-btn-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.header-contact-btn.hcb-mail a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	border-radius: 999px;
	background: var(--color-accent);
	color: #fff;
	font-weight: 700;
	transition: all 0.3s;
}
.header-contact-btn.hcb-mail a:hover {
	background: var(--color-accent-dark);
}
.header-contact-btn.hcb-mail .btn-icon .material-symbols-outlined {
	margin: 0;
	font-size: 28px;
}
.header-contact-btn-inner .btn-ttl .txt {
	line-height: 1.25;
}
.header_scrolled .header-contact-btn-wrap {
	height: calc(100% - 20px);
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header-outer {
	position: relative;
	border-bottom: 1px solid var(--color-line);
	overflow: hidden;
}
.page-header-inner {
	position: relative;
	z-index: 2;
	max-width: 100%;
	padding: 0 5vw;
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.25em;
	color: var(--color-sub03);
	font-size: min(4.5vw,4.5rem);
}
.page-header-subtext {
	margin: 0;
	color: var(--color-main);
	font-size: min(1.75vw,1.75rem);
	font-family: var(--font-en);
	font-weight: 600;
	line-height: 1.25;
}
.page-header-chara-wrap {
	display: flex;
	justify-content: space-between;
	gap: 1.5vw;
	position: absolute;
	z-index: 2;
	bottom: 2.5%;
	left: 70%;
	transform: translateX(-50%);
	display: none;
}
.page-header-outer .circle-deco-wrap .deco-circle {
	top: 100%;
	left: 70%;
	width: 50%;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
.breadcrumb .container {
	position: relative;
	z-index: 1;
	max-width: 100%;
	padding: 0 5vw;
}
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	position: relative;
	z-index: 1;
	font-size: 0.9em;
	box-shadow: 0 -60px 60px rgba(47,72,88,0.2);
	overflow: visible;
	content-visibility: visible;
}
.post-name-contact .site-footer {
	margin-top: 120px;
}
.ft-chara-wrap {
	display: flex;
	justify-content: space-between;
	gap: 1.5vw;
	position: absolute;
	z-index: 2;
	bottom: calc(100% - clamp(5px,5vw,30px));
	left: 50%;
	transform: translateX(-50%);
}
.ft-chara-wrap .chara {
	width: clamp(60px,10vw,100px);
}
.site-footer-content {
	padding: 90px 0 120px;
}
#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: 60px;
}
.ft-logo img {
	width: 100%;
	max-width: 300px;
}
.ft-map a {
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	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-1 {
	margin-bottom: 60px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li:not(:last-child) {
	margin-bottom: 10px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 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-1 li a:hover {
	opacity: 0.5;
}

.site-footer-copyright {
	max-width: 100%;
	padding: 30px 20px;
	background: var(--color-sub03);
}
.site-footer-copyright p {
	margin: 0;
	color: #fff;
	font-family: var(--font-en);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.cta-contact {
	position: relative;
	margin: 120px 0 0;
	border-radius: 90px 90px 0 0;
	background: var(--color-sub03);
	color: #fff;
	text-align: center;
	box-shadow: 0 -60px 60px rgba(47,72,88,0.2);
	overflow: hidden;
}
.cta-contact .contact-con {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 0 !important;
}
.contact-con .sec-ttl :is(.en,h2) {
	color: var(--color-sub02);
}
.contact-con .sec-ttl {
	margin-bottom: 90px;
}
.contact-con .lead-wrap {
	margin-bottom: 30px;
}
.contact-con .lead-wrap :is(.en,.lead) {
	color: #fff;
}
.contact-con .contact-text {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.cta-deco {
	margin-top: 30px;
}
.cta-contact .loop-txt-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
}
.cta-contact .loop-txt-wrap.bottom {
	top: auto;
	bottom: 0;
}
.cta-contact .loop-txt {
	color: transparent;
	font-size: min(20vw,20rem);
	-webkit-text-stroke: 1px rgba(255,255,255,0.25);
	text-stroke: 1px rgba(255,255,255,0.25);
}
.cta-contact .accent-btn {
	width: 100%;
	max-width: 640px;
	margin-top: 60px;
	padding: 40px 60px;
	font-size: 1.5rem;
	font-weight: 700;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
.home .entry-body > div > div:nth-child(n+3) {
	z-index: 2;
	background: #fff;
}
.con-base {
	position: relative;
	z-index: 2;
}

/* メインビジュアル */
#pg-19-0 {
	z-index: 2;
}
.main-visual {
	position: relative;
	z-index: 2;
	height: 100svh;
	min-height: 720px;
	max-height: 1440px;
}
.mv-ttl-wrap {
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 3;
	top: 60%;
	left: 2.5vw;
	transform: translateY(-60%);
	width: 55%;
}
.mv-ttl {
	display: inline-block;
}
.mv-ttl .en {
	margin-bottom: 45px;
	color: var(--color-main);
	font-size: min(1.5vw,1.5rem);
}
.mv-ttl h2 {
	margin-bottom: 45px;
	font-size: min(4vw,4rem);
	font-weight: 900;
}
.mv-ttl .txt {
	width: 100%;
	max-width: 640px;
	margin-bottom: 60px !important;
	font-weight: 700;
}
.mv-chara-wrap {
	position: absolute;
	z-index: 1;
	top: max(160px,5vw);
	right: -10%;
	width: 60%;
	max-width: 1800px;
}
.mv-chara-wrap .chara {
	position: relative;
	z-index: 2;
}
.mv-chara-wrap .chara img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0px 0px 30px rgba(47, 72, 88, 0.5));
}
.deco-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
	background-size: 200% 200%;
	animation: bggradient 3s ease infinite;
	box-shadow: 0 0 1vw #eee;
	opacity: 0.25;
}
.deco-circle.skyblue {
	transform: translate(-50%,-50%) scale(1.5,1.5);
	background: var(--color-sub01);
}
.deco-circle.purple {
	transform: translate(-50%,-50%) scale(2,2);
	background: var(--color-sub02);
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes opacitt {
	0% {
		opacity: 0;
		transform: translateY(-50%) scale(1,1);
	}
	100% {
		opacity: 0.5;
		transform: translateY(-50%) scale(1.5,1.5);
	}
}

.loop-txt-con {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.loop-txt-con .loop-txt {
	position: relative;
	z-index: 2;
	color: transparent;
	font-size: min(10vw,10rem);
	-webkit-text-stroke: 1px var(--color-sub03);
	text-stroke: 1px var(--color-sub03);
}

/* ピーシースケットが目指すカタチ（ホーム） */
#pg-19-2 {
	background: linear-gradient(0deg, #fff 50%, rgba(255,255,255,0.5) 75%, transparent 100%);
}
.concept-con .big-txt .color {
	color: var(--color-accent);
}
.concept-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.concept-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: calc(100%/3);
	aspect-ratio: 1;
	padding: 60px 30px;
	text-align: center;
}
.concept-item.concept01 {
	background: var(--color-green);
}
.concept-item.concept02 {
	background: var(--color-skyblue);
}
.concept-item.concept03 {
	background: var(--color-purple);
}
.concept-item::before {
	display: none;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(15deg);
	content: "";
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border: 2px solid var(--color-green);
	border-radius: 20%;
	animation: rotation linear 120s infinite;
}
.concept-item.concept02::before {
	transform: translate(-50%,-50%) rotate(-10deg);
	border-color: var(--color-skyblue);
}
.concept-item.concept03::before {
	transform: translate(-50%,-50%) rotate(5deg);
	border-color: var(--color-purple);
}
.concept-item-inner {
	padding: 10px 30px;
}
.concept-item .txt {
	font-size: 1.75rem;
	font-weight: 700;
}
.concept-item .txt .fs-s {
	display: block;
	color: var(--color-main);
	font-size: 0.5em;
}
.concept-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.concept-icon {
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 40px/3);
	max-width: 200px;
	padding-top: 2svh;
}
.concept-heart {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 45%;
	transform: translateX(-45%);
	width: 20%;
}
.concept-heart span {
	display: inline-block;
}

/* ピーシースケットの特徴（ホーム） */
.features-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-top: 1px solid var(--color-line);
}
.features-wrap a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 50px 20% 60px 0;
	border-bottom: 1px solid var(--color-line);
	transition: all 0.5s ease;
}
@media (hover: hover) {
	.features-wrap a:hover {
		background: var(--color-main);
	}
	.features-wrap a:hover :is(.feature-num .en,.feature-ttl,.feature-ttl .en) {
		color: #fff;
	}
	.features-wrap a:hover .feature-ttl :is(h2,h3) .color {
		background: var(--color-sub03);
	}
}
.features-wrap .feature-wrap {
	width: 100%;
}
.features-wrap .feature-chara {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 80%;
	width: 20%;
	height: 80%;
	max-height: 400px;
}
.features-wrap .feature-chara img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}
.features-wrap .feature-main {
	padding: 2svh 0 0;
	width: 100%;
	max-width: 100%;
}
.features-wrap a :is(.feature-num .en, .feature-num .en .num, .feature-ttl .en, .feature-ttl .en span) {
	transition: all 0.5s ease;
	transition-delay: 0s;
}
.features-wrap .feature-ttl {
	margin: 0;
	color: var(--color-txt);
}
.features-wrap .feature-num {
	position: static;
	height: auto;
}

/* 制作実績（ホーム） */

/* サービス（ホーム） */
/* ------------------------------ フロントページ 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;
}
.fixed-img-wrap {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.fixed-img {
	position: relative;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	height: 100%;
}
.fixed-img img {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

/* リスト */
.deco-list-wrap {
	height: 100%;
	padding: 60px;
	border-radius: 10px;
	background: var(--color-base);
}
.deco-list-wrap h3 {
	margin-bottom: 30px;
}
.deco-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.deco-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 25px;
}
.deco-list li::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: var(--color-main);
}
.deco-list li a {
	color: #333;
	text-decoration: underline !important;
}
.deco-list li a:hover {
	opacity: 0.5;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ サービスの特徴 start ------------------------------ */
/* 共通 */
.feature-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-num {
	position: sticky;
	top: 120px;
	min-width: 30%;
	height: 100%;
	text-align: center;
}
.feature-num .en {
	color: var(--color-main);
	font-size: min(3vw,3rem);
}
.feature-num .en .num {
	display: block;
	font-size: 3em;
}
.feature-contents {
	flex: 1;
	min-width: 0;
}
.feature-main {
	position: relative;
	z-index: 1;
	width: 1200px;
	max-width: 95%;
	padding: 2svh 0 90px;
}
.feature-ttl {
	margin-bottom: 90px;
}
.feature-ttl .en {
	margin-bottom: 1em;
	color: var(--color-main);
	font-size: 1.25rem;
}
.feature-ttl :is(h2,h3) {
	font-size: 3rem;
	transition: all 0.5s ease;
}
.feature-ttl :is(h2,h3) .color {
	padding: 1px 2.5px;
	background: var(--color-main);
	color: #fff;
	transition: all 1s ease;
}
.feature-contents .feature-txt {
	width: 800px;
	max-width: 70%;
	color: var(--color-sub03);
}
.feature-contents .feature-img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 2/1;
	margin: 0 0 0 auto;
}
.feature-contents .feature-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-contents .feature-img .en {
	position: absolute;
	z-index: 1;
	bottom: 1vw;
	right: 1vw;
	color: #fff;
	font-size: min(8vw,8rem);
	line-height: 1;
	text-align: right;
}
.feature-contents .feature-img .feature-chara {
	position: absolute;
	z-index: 1;
	bottom: 95%;
	right: 7.5%;
	width: 20%;
}
/* ------------------------------ サービスの特徴 end ------------------------------ */


/* ------------------------------ サービス start ------------------------------ */
/* 共通 */
.lead-wrap.with-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
}
.lead-wrap.with-icon .lead-wrap-inner {
	flex: 1;
}
.lead-wrap.with-icon .lead-icon {
	width: 200px;
}
.lead-wrap.with-icon .lead-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service-head-img {
	width: 90%;
	aspect-ratio: 4/1;
	margin: 120px auto 0;
	border-radius: 30px;
	overflow: hidden;
}
.service-head-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-detail-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service-detail-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 30px;
	padding-left: 70px;
	border: 1px solid var(--color-line);
	border-radius: 10px;
	color: var(--color-sub);
	font-size: 1.25rem;
	transition: all 0.3s;
	overflow: hidden;
}
.service-detail-link-item a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--color-main);
	transition: all 0.3s;
}
@media (hover: hover) {
	.service-detail-link-item a:hover {
		border-color: var(--color-main);
	}
	.service-detail-link-item a:hover::before {
		transform: translateY(-50%) scale(6,6);
	}	
}

/* ホームページ制作・Webサイト制作 */

/* ホームページの運用・保守管理 */

/* サブページ共通 */
.card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.card-item {
	width: calc(50% - 15px);
	padding: 60px;
	border-radius: 30px;
	box-shadow: var(--box-shadow-primary);
}
.card-ttl {
	margin-bottom: 30px;
}
.card-ttl h3 .color {
	font-size: 1.5em;
}
.card-chara {
	position: absolute;
	z-index: 1;
	top: -30px;
	right: 20px;
	width: 15%;
	max-width: 90px;
}
/* ------------------------------ サービス end ------------------------------ */


/* ------------------------------ ホームページ制作 strat ------------------------------ */
/* 課題やお悩み */
.problems-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
}
.problems-item {
	display: flex;
	align-items: center;
	gap: 0 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px 60px;
	border-radius: 999px;
	box-shadow: var(--box-shadow-primary);
}
.problems-item::before {
	position: absolute;
	z-index: -1;
	top: 99%;
	left: 10%;
	content: "";
	width: 30px;
	height: auto;
	aspect-ratio: 2/1;
	border-radius: 0 0 999px 999px;
	background: #fff;
	box-shadow: var(--box-shadow-primary);
}
.problems-item::after {
	position: absolute;
	z-index: -1;
	top: calc(100% + 20px);
	left: 12.5%;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--box-shadow-primary);
}
.problems-item .check-box {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background: var(--color-main);
}
.problems-item .check-box .check {
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-35%) rotate(-45deg);
	transform-origin: center;
	width: 50%;
	height: 35%;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.problems-item .problems-ttl {
	flex: 1;
}
.problems-item .en {
	margin-bottom: 0.5em;
	color: var(--color-main);
}
/* .bg-circle {
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
width: auto;
height: 400%;
aspect-ratio: 1;
transform: translate(-50%,-50%);
border-radius: 50%;
background: radial-gradient(var(--color-sub01) 0%, transparent 50%, transparent 100%);
opacity: 0.25;
}
.bg-circle::before, .bg-circle::after {
content: '';
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
width: auto;
height: auto;
aspect-ratio: 1;
border: 10px solid #fff;
transform: translate(-50%,-50%);
animation: loading06 6s linear infinite;
opacity: 0.75;
}
.bg-circle::after {
border: 60px solid #fff;
animation: loading06 3s linear infinite;
}
@keyframes loading06 {
0% {
height: 0%;
}
25% {
height: 20%;
}
100% {
height: 40%;
opacity: 0.1;
}
} */

/* 制作について */

/* サイトの種類 */

/* 私たちができること */
.service-contents-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
	counter-reset: number 0;
}
.service-contents-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: calc(50% - 30px);
	padding: 60px;
	padding-top: calc(60px + 1.5rem);
	border-bottom: 1px solid var(--color-line);
}
.service-contents-item::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	counter-increment: number 1;
	content: "[ " counter(number, decimal-leading-zero) " ]";
	color: var(--color-main);
	font-size: 1.5rem;
	font-family: var(--font-en);
	line-height: 1;
}
.service-contents-item:nth-child(even)::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: calc(100% + 29px);
	content: "";
	width: 1px;
	height: calc(100% - 60px);
	background: var(--color-line);
}
.service-contents-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	aspect-ratio: 1;
	margin: 0 auto;
	text-align: center;
}
.service-contents-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service-contents-icon .material-symbols-outlined {
	font-size: 4rem;
	margin: 0;
}
.service-contents-content {
	flex: 1;
}
.service-contents-item .en {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: 99.9%;
	color: var(--color-sub01);
	font-size: min(6vw, 6rem);
	writing-mode: vertical-rl;
	opacity: 0.125;
}
.service-contents-item .en span {
	display: inline-block;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.service-contents-item h3 {
	margin-bottom: 30px;
	text-align: center;
}
.service-contents-item .btn-base {
	margin-top: 30px;
}
.content-detail-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
	padding-bottom: 30px !important;
}
.content-detail-list::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "etc.";
	color: var(--color-txt);
	font-family: var(--font-en);
	text-align: right;
}
.content-detail-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 10px 20px;
	padding-left: 60px;
	border: 1px solid var(--color-line);
	background: #fff;
}
.content-detail-list li::before {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: 20px;
	transform: translateY(-35%) rotate(-45deg);
	transform-origin: center;
	content: "";
	width: 20px;
	height: 10px;
	border-left: 2px solid var(--color-main);
	border-bottom: 2px solid var(--color-main);
}

/* 制作の流れ */
.phase-prepare {
	--color-main: #0089b8;
}
.phase-creation {
	--color-main: #009397;
}
.phase-operation {
	--color-main: #009a6c;
}
.phase-list {
	display: flex;
	flex-wrap: wrap;
	padding-right: 30px !important;
}
.phase-item {
	position: relative;
	z-index: 1;
	width: calc(100%/3);
	padding: 60px 30px;
	background: var(--color-main);
	text-align: center;
}
.phase-item.phase-prepare {
	z-index: 3;
}
.phase-item.phase-creation {
	z-index: 2;
}
.phase-item::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	content: "";
	width:30px;
	height: 100%;
	background: var(--color-main);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.phase-item:nth-child(n+2) {
	padding-left: 60px;
}
.phase-item .material-symbols-outlined {
	color: #fff;
	font-size: 3rem;
}
.phase-item .txt {
	margin-bottom: 30px !important;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
}
.phase-contents-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.phase-contents-list li a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
	color: var(--color-main);
	font-size: 0.9em;
	transition: all 0.3s;
}
.phase-contents-list li a:hover {
	opacity: 0.5;
}
.flow-list {
	display: flex;
	flex-wrap: wrap;
}
.flow-item {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px;
	padding-left: 120px;
}
.flow-item::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 59.5px;
	content: "";
	width: 1px;
	height: 0%;
	background: var(--color-line);
	transition: all 1s linear;
	transition-delay: 0.3s;
}
.flow-item:is(.phase-prepare,.phase-creation,.phase-operation)::before {
	background: var(--color-main);
}
.flow-item.active::before {
	height: 100%;
}
.flow-item.flow-finish::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid var(--color-main);
}
.flow-item .flow-ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.flow-item .flow-ttl::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--color-main);
}
.flow-item .flow-ttl .en {
	margin-bottom: 0.25em;
	color: var(--color-main);
}
.flow-item .flow-ttl h3 {
	font-size: 2rem;
}
/* ------------------------------ ホームページ制作 end ------------------------------ */


/* ------------------------------ ホームページ制作をご検討中の方へ start ------------------------------ */
/* はじめに */
.intro-chara {
	padding: 5svh 20px;
	background: var(--color-main);
}
.intro-chara img {
	width: 100%;
	max-width: 900px;
}

/* ご準備いただくもの */
.service-contents-list.sc-prepare {
	gap: 0;
}
.service-contents-list.sc-prepare .service-contents-item {
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding-top: 60px;
	padding-left: 120px;
}
.service-contents-list.sc-prepare .service-contents-item::before {
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.service-contents-list.sc-prepare .service-contents-item:nth-child(even)::after {
	display: none;
}
.service-contents-list.sc-prepare .service-contents-icon {
	width: auto;
	max-width: 100%;
	padding: 30px;
	border-radius: 999px;
	background: var(--color-sub03);
}
.service-contents-list.sc-prepare .service-contents-icon span {
	color: #fff;
}
.service-contents-list.sc-prepare .service-contents-item h3 {
	text-align: left;
}
.service-contents-list.sc-prepare .service-contents-item .txt {
	font-size: 1rem;
}
.service-contents-list.sc-prepare .service-contents-item .en {
	top: auto;
	bottom: 0;
	right: 0;
	height: auto;
	writing-mode: horizontal-tb;
}
.service-contents-list.sc-prepare .service-contents-item .en span {
	display: inline;
}

/* 費用と期間の目安 */
.cost-period-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.cost-period-item {
	width: calc(50% - 15px);
	padding: 60px;
	border: 1px solid var(--color-line);
	text-align: center;
}
.cost-period-item .txt {
	font-size: 1.5rem;
	font-weight: 700;
}

/* 制作から公開までの流れ */
/* ------------------------------ ホームページ制作をご検討中の方へ end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 会社概要 */
.overview-tb th {
	vertical-align: top;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 10px 0;
	color: #333;
	font-size: 1rem;
	line-height: 1;
}

/* アーカイブページ */
.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: 999px; background-color: #fff; color: #333; }
: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: var(--color-line); }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; border: 1px solid #fff; border-radius: 5px; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; font-weight: 400; }

/* シングルページ */
.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: 90px;
}
/* ------------------------------ 投稿 end ------------------------------ */


/* ------------------------------ 制作実績 start ------------------------------ */
/* 共通 */

/* アーカイブページ */
.post-type-works .site-body {
	padding-bottom: 0 !important;
}
.post-type-works .sec-head-wrap {
	margin-bottom: 90px;
}
.accordion-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	padding: 20px;
	padding-right: 60px;
	border-radius: 999px;
	background: var(--color-base);
	cursor: pointer;
	transition: all 0.3s;
}
.accordion-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.accordion-icon .material-symbols-outlined {
	margin: 0;
}
.accordion-ttl::before, .accordion-ttl::after {
	position: absolute;
	content:'';
	width: 20px;
	height: 2px;
	background-color: var(--color-accent);
	transition: all 0.3s;
}
.accordion-ttl::before {
	top: 49%;
	right: 20px;
	transform: rotate(0deg);
}
.accordion-ttl::after {
	top: 49%;
	right: 20px;
	transform: rotate(90deg);
}
.accordion-ttl.close::before {
	transform: rotate(45deg);
}
.accordion-ttl.close::after {
	transform: rotate(-45deg);
}
.accordion-ttl .txt {
	flex: 1;
	font-size: 1.1rem;
	font-weight: 700;
}
.accordion-contents {
	display: none;
	position: relative;
	z-index: 1;
	padding: 0 60px;
	background: var(--color-orange-base);
}
.works-cat-wrap {
	margin-bottom: 90px;
}
.works-cat-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	padding: 30px 0;
}
.works-cat-dl:not(:last-child) {
	border-bottom: 1px dashed var(--color-line);
}
.works-cat-dl dt {
	min-width: 100px;
	margin: 0;
	padding-top: 5px;
}
.works-cat-dl dd {
	flex: 1;
	min-width: 0;
}
.works-cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 90%;
}
.works-cat-list li a, .cat-link-btn {
	display: block;
	padding: 5px 30px;
	border-radius: 999px;
	background: var(--color-base);
	color: #333;
	font-size: 0.9rem;
	transition: all 0.3s;
}
.cat-link-btn {
	display: inline-block;
}
.works-cat-list li a:hover, .cat-link-btn:hover {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-cat-list li.current-term a, .post-type-archive-works .works-cat-list li:first-child a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 60px 30px;
	margin: 0 30px;
}
.works-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #333;
	overflow: hidden;
}
@media (hover: hover) {
	.works-item a:hover img {
		transform: scale(1.1,1.1);
	}
}
@media (hover: none) {
	.button {
		background-color: red;
	}
}
.works-item-img {
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 15px;
	border: 1px solid var(--color-line);
	overflow: hidden;
}
.works-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.works-item .works-cat-label {
	display: inline-block;
	margin-bottom: 1em;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-sub02);
	font-size: min(1vw,0.8em);
}
.works-item .works-cat-sub-label {
	display: inline-block;
	margin-top: 0.5em;
	color: var(--color-sub03);
	font-size: 0.8em;
}
.works-item h3 {
	font-size: min(1.25vw,1.25rem);
	line-height: 1.4;
}
.post-type-works .pagination {
	margin-top: 60px;
}

/* シングルページ */
.single-works .entry-header {
	margin-bottom: 0;
}
.single-works .entry-header h1 {
	font-size: 2.5rem;
}
.single-works .card-noborder .vk_post_imgOuter {
	aspect-ratio: 16/9;
}
.single-works .vk_post_date.card-date.published {
	display: none;
}
.single-works .works-cat-label {
	display: inline-block;
	margin-bottom: 1em;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-sub02);
	font-size: 1rem;
}
.single-works .works-cat-sub-label {
	display: inline-block;
	margin-top: 1em;
	color: var(--color-sub03);
}
.works-single-visual {
	width: 100%;
	aspect-ratio: 16/9;
	margin: 60px 0;
	border: 1px solid var(--color-line);
}
.works-single-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.visit-btn {
	margin-top: 60px;
}
.works-detail-tb {
	margin-top: 60px;
}
.works-detail-tb th {
	width: 20%;
	color: var(--color-main);
	vertical-align: top;
}
.single-works .entry-meta-data-list {
	display: none;
}
/* ------------------------------ 制作実績 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .site-body-bottom {
	display: none;
}
.contact-tel-box {
	padding: 60px;
	border-radius: 10px;
	background: var(--color-base);
	text-align: center;
}
.tel-num {
	color: #333;
	font-size: 3rem;
	font-weight: 500;
	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 .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */


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


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

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

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

	/* ヘッダーお問い合わせボタン */
	.header-contact-btn-wrap {
		width: 200px;
	}

	/* フッター上部 */

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

	/* フロントページ */
	.feature-ttl :is(h2,h3) {
		font-size: 2.5rem;
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


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

	/* 共通 */
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap .txt.notes { display: block; }
	.scroll-tb-wrap table { width: 990px; }
	.sec-head-wrap .sec-ttl {
		width: 100%;
	}

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 80px 20px 180px;
		text-align: center;
		background: var(--color-sub03);
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 30px;
	}
	.mobile-logo img {
		width: 100%;
		max-width: 240px;
	}
	.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 nav>ul { border-color: rgba(255,255,255,0.25); }
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		z-index: 1;
		padding: 20px 45px !important;
		color: #fff !important;
		font-size: 1rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: 1px solid rgba(255,255,255,0.25) !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child {
		margin: 20px 0 45px;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child a {
		border: none !important;
		border-radius: 999px;
		background: var(--color-accent);
		color: #fff !important;
	}
	.vk-menu-acc .acc-btn {
		top: 18px;
		border-color: #fff;
		border-radius: 50%;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
		background-color: var(--color-sub02);
	}
	.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-sub02);
	}
	.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: var(--color-sub03) !important;
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		border-top: 1px solid rgba(255,255,255,0.25);
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		padding: 10px 20px;
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	.openbtn {
		position: fixed;
		top: 5px;
		right: 15px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  35px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		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); background: #fff; }
	.openbtn.active span:nth-of-type(2) { opacity: 0; }
	.openbtn.active span:nth-of-type(3) { top: 28px; transform: translateY(-6px) rotate(45deg); background: #fff; }

	/* ヘッダー */
	.site-header {
		min-height: 55px;
		padding-right: 0;
	}
	.site-header-container {
		min-height: 55px;
		padding: 0 10px;
	}
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-right: 285px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
		margin-right: 20px;
	}
	.site-header-logo img {
		max-height: 40px;
	}

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

	/* ヘッダーお問い合わせボタン */
	.header-contact-btn-wrap {
		right: 70px;
	}
	.header-contact-btn.hcb-mail a {
		padding: 5px 30px;
		font-size: 0.9rem;
	}

	/* フッター */
	.cta-contact {
		margin-top: 60px;
		border-radius: 60px 60px 0 0;
		box-shadow: 0 -30px 30px rgba(47,72,88,0.2);
	}
	.site-footer-content {
		padding: 90px 0 120px;
	}
	.post-name-contact .site-footer {
		margin-top: 90px;
	}

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

	/* フロントページ */
	.main-visual {
		height: auto;
		min-height: auto;
		max-height: 100%;
		padding: 90px 30px;
	}
	.mv-ttl-wrap {
		justify-content: flex-start;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
	}
	.mv-chara-wrap {
		position: absolute;
		top: 80%;
		width: 60%;
	}
	.mv-ttl .en {
		font-size: 2vw;
	}
	.mv-ttl h2 {
		font-size: 5.5vw;
	}
	.works-grid {
		grid-template-columns: 1fr 1fr;
	}
	.works-item .works-cat-label {
		font-size: 1.5vw;
	}
	.works-item h3 {
		font-size: 2vw;
	}
	.service-contents-item {
		padding-right: 0;
		padding-left: 0;
	}
	.service-contents-item .en {
		font-size: 8vw;
	}
	.service-detail-link-item a {
		padding: 15px 30px 15px 70px;
	}

	/* お問い合わせ */
	.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: 5rem;
	}
	.sec-ttl h2 { font-size: 1.5rem; }
	.lead { font-size: 2rem; }
	.big-txt { font-size: 1.25rem; }
	.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; }

	/* コンテナ */
	.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; }

	/* ページヘッダー */
	.page-header {
		min-height: 20rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6vw;
	}
	.page-header-subtext {
		font-size: 3.25vw;
	}
	.header-contact-btn.hcb-mail .btn-icon .material-symbols-outlined {
		font-size: 24px;
	}

	/* フッター上部 */
	.contact-con .sec-ttl {
		margin-bottom: 60px;
	}
	.cta-contact .accent-btn {
		margin-top: 60px;
		padding: 30px 60px;
	}

	/* フッター */
	.site-footer-content {
		padding: 90px 20px;
	}
	.ft-contents-wrap {
		margin-bottom: 60px;
	}
	.ft-logo img {
		width: 240px;
	}

	/* フロントページ */
	.main-visual {
		padding: 90px 20px 60px;
	}
	.mv-ttl .en {
		font-size: 1rem;
	}
	.features-wrap .feature-main {
		padding: 0;
	}
	.features-wrap .feature-wrap {
		padding: 0 20px;
	}
	.features-wrap .feature-chara {
		z-index: -1;
		left: auto;
		right: -5%;
		height: auto;
		width: 60%;
		opacity: 0.05;
	}
	.feature-num .en {
		font-size: 4.5vw;
	}

	/* サブページ共通 */
	.anchor-links {
		gap: 10px;
	}
	.service-contents-item {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	.service-contents-item .en {
		font-size: 14vw;
	}
	.features-wrap a {
		padding: 60px 0;
	}
	.feature-wrap {
		flex-direction: column;
		gap: 45px;
	}
	.feature-num {
		position: static;
		width: 100%;
		height: auto;
	}
	.feature-ttl {
		margin-bottom: 60px;
	}
	.feature-main {
		padding: 0 20px 60px;
		width: 100%;
		max-width: 100%;
	}
	.feature-contents .feature-txt {
		width: 100%;
		max-width: 100%;
	}

	/* ピーシースケットの特徴 */
	.feature-ttl :is(h2,h3) {
		font-size: 2rem;
	}

	/* 制作実績 */
	.post-type-works .sec-head-wrap {
		margin-bottom: 45px;
	}
	.works-cat-wrap {
		margin-bottom: 45px;
	}
	.works-cat-dl dt {
		width: 100%;
	}
	.works-cat-dl dd {
		flex: auto;
		width: 100%;
	}
	.accordion-contents {
		padding: 0 20px;
	}
	.works-item .works-cat-label {
		font-size: 2vw;
	}
	.works-item h3 {
		font-size: 2.5vw;
	}

	/* サービス */
	.lead-wrap.with-icon .lead-wrap-inner {
		flex: auto;
		width: 100%;
	}
	.lead-wrap.with-icon .lead-icon {
		width: 40%;
		margin: 0 auto;
	}
	.service-detail-link-list {
		gap: 10px;
	}
	.service-detail-link-item a {
		font-size: 1rem;
	}

	/* ホームページ制作 */
	.card-item {
		width: 100%;
	}
	.phase-list {
		padding-right: 0 !important;
	}
	.phase-item {
		width: 100%;
		padding: 60px !important;
	}
	.phase-item::after {
		top: 100%;
		left: 0;
		width: 100%;
		height: 30px;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}

	/* 検討中 */
	.service-contents-content {
		flex: auto;
		width: 100%;
	}
	.service-contents-list.sc-prepare .service-contents-item {
		padding: 60px 30px;
		padding-top: 90px;
		gap: 45px;
	}
	.service-contents-list.sc-prepare .service-contents-item::before {
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.service-contents-list.sc-prepare .service-contents-item h3 {
		text-align: center;
	}

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

	/* お問い合わせ */
	.contact-tel-box {
		padding: 45px 20px;
	}
	.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) {
	/* 共通 */
	.sec-ttl .en { font-size: 4rem; }
	.sec-ttl h2 { font-size: 1rem; }
	h1 { font-size: 1.75rem; /* 28px */ }
	h2 { font-size: 1.5rem; /* 24px */ }
	h3 { font-size: 1.4rem; }
	h4 { font-size: 1.3rem; }
	h5 { font-size: 1.2rem; }
	.lead { font-size: 1.75rem; }
	.rl-gallery-caption { font-size: 0.8em; }
	.pc-br { display: none; }
	.sp-br { display: block; }
	table td, table th { padding: 1.5em 1em; }
	.btn-base {
		padding: 15px 60px;
		font-size: 0.9em;
	}
	.msg-txt {
		line-height: 2;
	}

	/* ヘッダー */
	.header-contact-btn-wrap {
		width: auto;
	}
	.header-contact-btn.hcb-mail a .btn-ttl {
		display: none;
	}
	.site-header--layout--nav-float .site-header-container {
		padding-right: 160px;
	}

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

	/* フッター上部 */
	.cta-contact .contact-con {
		padding: 60px 20px 240px;
	}
	.contact-con .sec-ttl {
		margin-bottom: 30px;
	}
	.cta-contact .accent-btn {
		margin-top: 30px;
		font-size: 1.1rem;
	}

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

	/* フロントページ */
	.mv-ttl .en {
		margin-bottom: 30px;
	}
	.mv-ttl h2 {
		margin-bottom: 30px;
		font-size: 7.5vw;
	}
	.mv-ttl .txt {
		margin-bottom: 40px !important;
		font-size: 0.9em;
	}
	.deco-circle {
		width: 125%;
		max-width: 125%;
	}
	.big-txt br {
		display: none;
	}
	.lead-img img {
		width: 50%;
	}
	.features-wrap a {
		padding: 30px 0;
	}
	.feature-wrap {
		gap: 30px;
	}
	.feature-ttl :is(h2,h3) {
		font-size: 1.75rem;
	}
	.works-grid {
		grid-template-columns: 1fr;
		gap: 45px;
		margin: 0 20px;
	}
	.works-item .works-cat-label {
		font-size: 3.5vw;
	}
	.works-item h3 {
		font-size: 4.5vw;
	}
	.service-contents-item {
		padding: 60px 0;
	}
	.service-detail-link-item a {
		padding: 10px 20px 10px 40px;
	}
	.service-detail-link-item a::before {
		left: 10px;
	}

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

	/* サービス */
	.problems-item {
		flex-wrap: wrap;
		border-radius: 10px;
		padding: 30px;
	}
	.problems-item .check-box {
		margin: 0 auto 15px;
	}
	.problems-item .problems-ttl {
		flex: auto;
		width: 100%;
	}
	.card-item {
		padding: 30px;
		border-radius: 20px;
	}
	.card-ttl {
		margin-bottom: 15px;
	}
	.card-ttl h3 {
		font-size: 1.2rem;
	}
	.phase-item {
		padding: 60px 30px !important;
	}
	.flow-item {
		padding: 30px 20px;
		padding-left: 60px;
	}
	.flow-item::before {
		left: 29.5px;
	}
	.flow-item .flow-ttl::before {
		left: -40px;
	}

	/* 施工実績 */
	.works-single-visual {
		margin: 45px 0;
	}
	.visit-btn, .works-detail-tb {
		margin-top: 45px;
	}

	/* ご検討中の方へ */
	.mid-txt {
		font-size: 1.1rem;
		text-align: left;
	}

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

	/* お問い合わせ */
	.contact-tel-box {
		padding: 45px 30px;
	}
	.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 ------------------------------ */