@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", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%; /* safari用 */
	-webkit-text-size-adjust: 100%;
	overflow: clip; /* position:sticky用 */
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: #F8E0B3;
	--color-main-dark: #CE8C11;
	--color-main-base: #FCF5E7;
	--color-friend: #009FB7;
	--color-salon: #F25C54;
	--color-salon-base: #fff5f1;
	--color-base: #F7F7F7;
	--color-bk: #222;
	--color-attn: #F42C04;
	--color-line: #ccc;
	--grad-main01: linear-gradient(0deg, #007D73 0%, #008C62 50%, var(--color-main) 100%);
	--grad-main02: linear-gradient(-45deg, #007D73 0%, #008C62 50%, var(--color-main) 100%);
	--font-en: "Figtree", sans-serif;
	--font-num: "Figtree", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-color-text-link-hover: var(--color-main);
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

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

/* コンテナ */
.container { padding-right: 0; padding-left: 0; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }
.main-section { margin-bottom: 0; }

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

/* セクションタイトル */
.sec-ttl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1em;
	font-size: 6rem;
}
.sec-ttl.center {
	justify-content: center;
}
.sec-ttl .en {
	display: block;
	color: var(--color-main);
	font-size: 1em;
	line-height: 1.1;
}
.sec-ttl h2 {
	width: 100%;
	font-size: 0.25em;
}

/* セクションヘッド */
.sec-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}
.sec-head .sec-ttl {
	flex: 1 1 0;
	display: inline-flex;
	width: auto;
}
.sec-head .sec-text {
	flex: 1 1 0;
	width: auto;
}

h3.deco {
	display: inline-block;
}
h3.deco::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}
h3.deco:first-letter {
	color: var(--color-main);
}

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

.amp-txt {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 5%;
	color: var(--color-main);
}
.amp-txt::before, .amp-txt::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 80%;
	background: var(--color-main);
	transform: rotate(-35deg);
	transform-origin: top;
}
.amp-txt::after {
	left: auto;
	right: 0;
	transform: rotate(35deg);
}

/* リスト */
ol { margin: 0; }
ul { margin: 0; list-style: none; padding: 0 !important; }
li, .widget li { margin: 0; }
.ul-base, body#tinymce ul, .single .entry-body ul { list-style-type: disc; padding-left: 1.5em !important; }
:is(.ol-base, .ul-base) li:not(:last-child) { margin-bottom: 0.5em; }
li>:is(.ol-base, .ul-base) { margin-top: 0.5em; }

/* 注釈 */
.notes-ol, .notes-ul { list-style: none; padding-left: 2em !important; counter-reset: number 0; }
.notes-ul { padding-left: 1.5em !important; }
.notes-ol li, .notes-ul li { position: relative; font-size: 0.9em; }
.notes-ol li:not(:last-child), .notes-ul li:not(:last-child) { margin-bottom: 5px; }
.notes-ol li::before, .notes-ul li::before { display: block; position: absolute; left: -2.25em; font-size: 1em; counter-increment: number 1; content: "※" counter(number); }
.notes-ul li::before { left: -1.5em; content: "※"; }

/* 定義リスト */
dl { margin: 0; }
dt { margin-bottom: 0.25em; font-weight: 700; line-height: 1.25; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; }
.about-dl .dli:not(:last-child) { margin-bottom: 20px; }
.about-dl .dli dt {
	margin: 0;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.9em;
}
.about-dl .dli dd { width: 100%; }

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

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 280px;
	padding: 20px 60px;
	border: 2px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	vertical-align: top;
	transition: all 0.3s;
}
.btn-base::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-bk);
	border-radius: 999px;
	opacity: 0;
	transition: all 0.3s;
}
.btn-base .fs-s {
	display: block;
	margin: 0.4em 0 0;
	font-size: 0.6em;
}
@media (hover: hover) {
	.btn-base:hover {
		color: #fff;
	}
	.btn-base:hover::after {
		opacity: 0.4;
	}
}

.friend-btn {
	border-color: var(--color-friend);
	background: var(--color-friend);
}
.salon-btn {
	border-color: var(--color-salon);
	background: var(--color-salon);
}
.line-btn {
	border-color: #06C755;
	background: #06C755;
}

.icon-btn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.icon-btn .btn-icon span {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	position: absolute !important; /* ヘッダー透過によるチラつき防止 */
	box-shadow: none;
	transition: all 0.3s;
}
.site-header--trans--true.header-trans-ready {
	overflow: visible !important; /* ヘッダー透過によるチラつき防止 */
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 15px;
}
.site-header--layout--nav-float .site-header-logo {
	flex: 1 1 0;
	width: auto;
	margin-right: 0;
}
.site-header-logo img {
	display: inline-block;
	max-height: 80px;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 15px;
	font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	color: #333;
	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%;
	background-color: #fff;
	box-shadow: none;
}
.header_scrolled .site-header-logo {
	background-position: center left !important;
}
.header_scrolled .site-header-logo img {
	min-height: 60px;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 7.5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	font-size: clamp(0.9rem, 0.75vw, 1rem);
}
.header-top nav {
	top: 0;
}
.header-top ul {
	align-items: center;
	gap: 15px;
	margin: 0;
}
.header-top ul>li>a {
	padding: 0;
	text-decoration: underline !important;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* ヘッダーお問い合わせボタン */
.header-contact {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	text-align: center;
}
.header-contact .btn-base {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 220px;
	min-height: 60px;
	padding: 10px 30px;
	font-size: clamp(12px,1.125vw,1rem);
}
.header-contact .contact-btn {
	min-width: auto;
	border-color: var(--color-main-base);
}
.members-btn {
	min-width: auto !important;
	border-color: var(--color-salon);
	background: var(--color-salon-base);
	color: var(--color-salon);
}
.members-btn .en {
	font-size: 1.125em;
	line-height: 1;
}
.members-btn .fs-s {
	margin: 0.1em 0 0;
}
@media (hover: hover) {
	.members-btn:hover {
		background: var(--color-salon);
		color: #fff;
	}
	.members-btn:hover::after {
		opacity: 0;
	}
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	height: clamp(540px, 50svh, 600px) !important;
	background-color: var(--color-main-base);
	overflow: hidden;
}
.page-header::before {
	top: -10%;
	left: auto;
	right: 5vw;
	width: auto;
	height: 200%;
	aspect-ratio: 770 / 900;
	background: #fff;
	mask: url(svg/logo_parts_01.svg) no-repeat center / contain;
	-webkit-mask: url(svg/logo_parts_01.svg) no-repeat center / contain;
	opacity: 1;
}
.page-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	gap: 0.1em;
	max-width: 100%;
	margin-bottom: 60px;
	padding: 0 5vw;
	color: var(--color-main);
	font-size: clamp(2rem, 5.5vw, 6rem);
	transition: none !important;
}
.page-header-title, h1.page-header-title {
	color: #333;
	font-size: 0.25em;
}
.page-header-subtext {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1.1;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


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


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	position: relative;
	z-index: 1;
	border-radius: 5vw 5vw 0 0;
	background-color: #fff;
	font-size: 1rem;
}
.site-footer-content {
	padding: 90px 0 450px;
}
.site-footer .row {
	margin: 0;
}
.site-footer .col-lg-12 {
	padding: 0;
}
.ft-con {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.ft-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.ft-logo a img {
	width: 100%;
	max-width: 380px;
}
.ft-logo p {
	margin-bottom: 15px;
}
.ft-logo img {
	max-width: 360px;
}
.ft-address {
	width: 100%;
	font-size: 0.9rem;
}
.ft-sns {
	width: 100%;
}
.sns-icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.sns-icon-list li a {
	transition: all 0.3s;
}
.sns-icon-list li a i {
	margin: 0;
	font-size: 1.5rem;
}
.sns-icon-list li a:hover {
	opacity: 0.5;
}
.ft-nav-wrap {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}
#menu-footer-nav li {
	width: 200px;
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	color: #666;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Figtree", "Noto Sans JP", sans-serif;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	opacity: 0.5;
}
#menu-footer-nav li:first-child a {
	line-height: 1.5;
}
#menu-footer-nav li > .sub-menu {
	margin-top: 10px;
}
#menu-footer-nav li > .sub-menu li {
	margin: 5px 0 0 20px;
	max-width: 180px;
}
#menu-footer-nav li > .sub-menu li a {
	font-size: 0.9rem;
	font-weight: 400;
}
.ft-nav-sub #menu-sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 20px;
}
.ft-nav-sub #menu-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	font-size: 0.8rem;
	text-decoration: underline !important;
	transition: all 0.3s;
}
.ft-nav-sub #menu-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	padding: 0 0 30px;
}
.site-footer-copyright p {
	margin: 0;
	font-size: 1rem;
	font-family: var(--font-en);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom {
	position: relative;
	z-index: 1;
}
.site-body-bottom::before {
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-main);
}
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
#cta {
	position: relative;
	z-index: 1;
	background: var(--color-main);
}
.cta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}
.cta-catch {
	width: calc(50% - 30px);
}
.cta-catch p {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
}
.cta-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: calc(50% - 30px);
}
.cta-btn .btn-base {
	display: block;
	width: 100%;
	font-size: 1.5rem;
}
.cta-btn .btn-base .btn-icon span {
	font-size: 2em;
}
.cta-btn .btn-base .btn-txt .fs-s {
	margin: 0;
	font-size: 0.8em;
}
.cta-btn .normal-btn {
	border-color: #fff;
	background: #fff;
	color: var(--color-main);
}
@media (hover: hover) {
	.cta-btn .normal-btn:hover {
		background: var(--color-main);
		color: #fff;
	}
	.cta-btn .normal-btn:hover::after {
		opacity: 0;
	}
}
.cta-loop-txt {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.1;
}

/* 固定ボタン */
.fixed-btn-wrap {
	position: fixed;
	z-index: 999;
	bottom: 100px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 180px;
}
.fixed-btn-wrap  .btn-base {
	width: 100%;
	min-width: auto;
	padding: 20px 10px 20px 20px;
	border-radius: 999px 0 0 999px;
}
.fixed-btn-wrap .btn-base::after {
	border-radius: 999px 0 0 999px;
}
.fixed-btn-wrap .icon-btn-inner {
	gap: 5px;
}
.fixed-btn-wrap :is(.btn-icon, .btn-txt) {
	width: 100%;
}
.fixed-btn-wrap .btn-icon .material-symbols-outlined {
	font-size: 1.5em;
}
.fixed-btn-wrap .btn-txt p {
	line-height: 1.2;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	position: relative;
	z-index: 1;
	width: 100%;
}
.mv-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 7.5vw;
	transform: translateY(-50%);
	width: 80%;
}
.mv-subttl p {
	display: inline-block;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
}
.mv-subttl p span {
	padding: 5px 20px;
	background: var(--color-main);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.mv-ttl h2 {
	font-size: min(4.5vw,5rem);
}
.mv-ttl h2 span {
	background: linear-gradient(transparent 90%, var(--color-main) 90%);
}
.mv-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.mv-btn .btn-base {
	min-width: 450px;
	font-size: 1.25rem;
}
.mv-btn .btn-base .btn-icon span {
	font-size: 2em;
}
.mv-btn .btn-base .btn-txt .fs-s {
	margin: 0;
	font-size: 0.8em;
}
.mv-icon {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: min(100svh,1080px);
	margin: 0 0 0 auto;
}
.mv-icon .icon-jukuaid {
	width: 100%;
	height: 80%;
	aspect-ratio: 770 / 900;
	background: var(--color-main);
	mask: url(svg/logo_parts_01.svg) no-repeat center / contain;
	-webkit-mask: url(svg/logo_parts_01.svg) no-repeat center / contain;
}
.mv-loop-txt-outer {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

/* 最新情報（ホーム） */
#latest-post {
	border-top: 1px solid var(--color-line);
	border-bottom: 1px solid var(--color-line);
	background: var(--color-base);
}
.latest-con {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.latest-post-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	padding: 20px 30px;
	background: var(--color-base);
}
.latest-post-ttl {
	width: 20%;
	text-align: center;
}
.latest-post-ttl h2 {
	color: var(--color-main);
	font-size: 1.125rem;
}
.latest-post-area {
	flex: 1 1 0;
}
.latest-post-area :is(.latest-posts-list, .latest-posts-item) {
	border: none;
}
.latest-post-area .latest-posts-item a {
	padding: 0;
	border: none;
}

/* 私たちについて（ホーム） */
.about-us-con {
	padding-top: 30px !important;
}
.about-us-wrap {
	position: relative;
	z-index: 1;
}
.about-us-en {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
}
.about-us-en .en {
	color: var(--color-main);
	font-size: 3rem;
	line-height: 1;
}
.about-us-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	gap: 30px;
	width: 55%;
	min-height: 686px;
	margin: 0 0 0 auto;
	padding: 60px 0;
}
.about-us-ttl h2 {
	font-size: 1.25rem;
}
.about-us-text .txt {
	font-size: 1.125rem;
}
.about-us-figure {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50%;
}
.figure-japan {
	width: 100%;
	aspect-ratio: 787/900;
	background: var(--color-main-light);
	mask: url(svg/map-japan.svg) no-repeat center / contain;
	-webkit-mask: url(svg/map-japan.svg) no-repeat center / contain;
}
.about-us-figure::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 115%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: var(--color-main-base);
}

/* お悩み（ホーム） */
#problems .con-base {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.problems-ttl {
	text-align: center;
}
.problems-ttl p {
	margin-bottom: 20px;
	color: var(--color-main);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.problems-ttl h2 {
	font-size: 3rem;
}
.problems-ttl h2 span {
	position: relative;
	z-index: 1;
}
.problems-ttl h2 span::before {
	position: absolute;
	z-index: 1;
	top: -0.35em;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0.15em;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.problems-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.problems-item {
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 40px/3);
	margin-top: 70px !important;
	padding: 40px 30px 30px;
	background: var(--color-main-base);
	text-align: center;
}
.problems-item::before {
	position: absolute;
	z-index: 1;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: auto;
	height: 90px;
	aspect-ratio: 221/300;
	background: url(/wp-content/uploads/2026/06/deco-moyamoya.png) no-repeat center / contain;
}
.problems-item p {
	font-size: 1.25rem;
	font-weight: 700;
}
#solution {
	background: var(--color-main);
}
.solution-con {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.solution-lead {
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
	text-align: center;
}
.solution-lead::before {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 90px;
	height: 30px;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.solution-lead .txt {
	margin-top: 15px;
	font-size: 1.125rem;
	font-weight: 700;
}
.solution-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 90px 0 !important;
}
.solution-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	width: calc(100%/3 - 40px/3);
	overflow: hidden;
}
.solution-ttl {
	width: 100%;
}
.solution-ttl h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.solution-ttl h3::before {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 30px;
	height: 10px;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.solution-catch {
	width: 100%;
	color: var(--color-bk);
	text-align: center;
}
.solution-catch .catch-ttl {
	display: inline-block;
	min-width: 160px;
	margin-bottom: 15px;
	padding: 2px 20px;
	border: 1px solid var(--color-bk);
	border-radius: 999px;
	color: var(--color-bk);
	font-weight: 700;
}
.solution-catch .catch-lead {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
}
.solution-catch .catch-lead .num {
	margin-right: 0.1em;
	font-size: 3em;
	font-family: "Roboto", sans-serif;
}
.solution-catch .catch-notes {
	font-size: 0.9rem;
}
.solution-text {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px;
	background: #fff;
}
.solution-text::before {
	position: absolute;
	z-index: -1;
	top: 99%;
	left: 0;
	content: "";
	width: 100%;
	height: 200%;
	background: #fff;
}

/* 事業内容（ホーム） */
.service-ttl {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
}
.service-ttl::before, .service-ttl::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: calc(100% + 30px);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}
.service-ttl::after {
	right: auto;
	left: calc(100% + 30px);
}
.service-ttl h3 {
	color: var(--color-main);
}
.service-ttl p {
	font-weight: 700;
}
.members-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.members-link-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	width: calc(50% - 15px);
	padding: 60px;
	border: 4px solid var(--color-main);
	background: var(--color-main-base);
	text-align: center;
}
.member-friend {
	--color-main: var(--color-friend);
}
.member-salon {
	--color-main: var(--color-salon);
}
.members-link-text {
	width: 100%;
	padding: 30px 60px;
	border-radius: 8px;
	background: #fff;
	text-align: left;
}
.members-link-text .lead {
	margin-bottom: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.members-link-text .txt {
	max-width: 640px;
	margin: 0 auto;
}
.members-link-text .btn-base {
	margin-top: 15px;
}
.members-contents-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}
.members-link-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.members-link-contents .members-tag {
	width: 100%;
}
.members-link-contents .members-tag p {
	display: inline-block;
	min-width: 180px;
	padding: 2px 20px;
	background: var(--color-main);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.members-link-contents .members-link-ttl {
	width: 100%;
	color: var(--color-main);
	font-size: 2.5rem;
}
.members-link-contents .members-link-ttl :is(h4,h2) {
	font-size: 1em;
}
.members-link-contents .members-link-ttl :is(h4,h2).en {
	font-size: 1.125em;
	line-height: 1.4;
}
.members-link-catch {
	width: 100%;
	font-weight: 700;
}
.members-link-catch .catch-ttl {
	margin-bottom: 10px;
}
.members-link-catch .catch-price {
	color: var(--color-main);
	font-size: 1.5rem;
}
.members-link-catch .catch-price .num {
	margin: 0 0.2em;
	font-size: 2.5em;
	font-family: "Roboto", sans-serif;
}
.members-link-catch .catch-price .tax {
	color: #333;
	font-size: 0.5em;
	vertical-align: text-top;
	writing-mode: vertical-rl;
}
.members-link-catch .catch-notes {
	margin-top: 20px;
	color: var(--color-main);
	font-size: 1.25rem;
}
.members-link-catch .catch-notes:has(.fs-s) {
	color: #333;
}
.members-link-catch .catch-notes .fs-s {
	display: block;
	margin: 0 0 2px;
}
.members-link-catch .catch-notes .num {
	margin: 0 0.2em;
	font-size: 1.2em;
	font-family: "Roboto", sans-serif;
}
.members-link-catch .catch-notes .tax {
	color: #333;
	font-size: 0.5em;
	vertical-align: text-top;
	writing-mode: vertical-rl;
}
.members-contents-list li {
	width: 100%;
}
.members-contents-list li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 10px 20px 10px 55px;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-size: 1rem;
	transition: all 0.3s;
}
.members-contents-list li a::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "✓";
	width: 25px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.members-link-btn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.members-link-btn .btn-base:last-child {
	background: #fff;
	color: var(--color-main);
}
.pr-aid-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	counter-reset: number 0;
}
.pr-aid-link-item {
	width: calc(100%/3 - 20px/3);
}
.pr-aid-link-item a {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 2px solid var(--color-base);
	background: var(--color-main-base);
	color: #333;
	transition: all 0.3s;
}
.pr-aid-link-item a h3 {
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.25;
	text-align: center;
}
.pr-aid-link-item a h3::before {
	display: inline-block;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	margin-right: 0.25em;
	color: var(--color-main);
	font-size: 1.25em;
}
@media (hover: hover) {
	.members-contents-list li a:hover {
		color: var(--color-main);
	}
	.pr-aid-link-item a:hover {
		border-color: var(--color-main);
		color: var(--color-main);
	}
}

/* セミナー（ホーム） */
#seminar {
	background: var(--color-main-base);
}
.post-swiper .swiper-slide-inner {
	width: 100%;
	height: 100%;
}
.post-swiper .column-link-item {
	width: 100%;
	height: 100%;
}
.post-swiper .swiper-scrollbar {
	position: static;
	width: 100%;
	height: 2px;
	margin-top: 60px;
	background-color: var(--color-line);
}
.post-swiper .swiper-scrollbar-drag {
	background-color: var(--color-main);
}
.post-swiper .swiper-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 30px;
}
.post-swiper :is(.swiper-button-prev, .swiper-button-next) {
	position: static;
	width: 40px;
	height: auto;
	aspect-ratio: 1;
	margin: 0;
	border-radius: 999px;
	background: var(--color-main);
}
.post-swiper .swiper-button-prev:after, .post-swiper .swiper-button-next:after {
	font-size: 20px;
}

/* お知らせ（ホーム） */
#news {
	background: var(--color-base);
}
.latest-posts-list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--color-line);
}
.latest-posts-item {
	width: 100%;
	border-bottom: 1px solid var(--color-line);
}
.latest-posts-item a {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	padding: 30px;
	color: #333;
	transition: all 0.3s;
}
.latest-posts-item .post-date {
	font-weight: 700;
}
.latest-posts-item .post-cat {
	min-width: 120px;
	padding: 1px 10px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	transition: all 0.3s;
}
.latest-posts-item .post-new {
	margin-left: 1em;
	color: red;
	font-size: 0.8em;
	font-weight: 700;
}
@media (hover: hover) {
	.latest-posts-item a:hover {
		color: var(--color-main);
	}
	.latest-posts-item a:hover .post-cat {
		opacity: 0.5;
	}
}

/* ------------------------------ フロントページ end ------------------------------ */


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

/* 背景 */
body:not(.home, .post-name-membership-terms, .privacy-policy).page .entry-body > div > div:nth-child(odd):not(:first-child) {
	background: var(--color-base);
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ 塾エイドについて start ------------------------------ */
/* 塾エイドとは */
#aid-overview .con-base {
	padding-bottom: 0 !important;
}
#aid-overview .about-us-contents {
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
#aid-overview .about-us-figure {
	left: 50%;
}
#aid-overview .solution-list {
	padding: 60px 0 !important;
}
.overview-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
}
.overview-item::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: max(180px,10%);
	background: var(--color-main);
}
.overview-contents {
	flex: 1 1 0;
}
.overview-ttl {
	margin-bottom: 15px;
	color: var(--color-main);
}
.overview-figure {
	width: 100%;
	padding: min(2.5vw,60px);
	border: 1px solid var(--color-line);
	background: #fff;
	text-align: center;
}
.overview-figure img {
	width: 80%;
}

/* ビジョン */
.vision-ttl h3 {
	display: inline-block;
	font-size: 3rem;
}
.vision-ttl h3 span {
	background: linear-gradient(transparent 90%, var(--color-main) 90%);
}
.vision-ttl .txt {
	margin-top: 60px;
	font-size: 1.25rem;
	line-height: 2.25;
}

/* ご挨拶 */
.greeting-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 30px 0 60px;
}
.greeting-lead {
	width: 100%;
}
.greeting-text {
	flex: 1 1 0;
}
.person-info {
	width: 30%;
}
.person-img {
	width: 100%;
	aspect-ratio: 3/4;
	margin-bottom: 15px;
}
.person-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.person-name {
	text-align: right;
}
.person-position {
	margin-bottom: 5px;
	color: var(--color-main);
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
}
.person-position .fs-s {
	display: block;
	margin: 0;
}
/* ------------------------------ 塾エイドについて end ------------------------------ */


/* ------------------------------ サービス（親） start ------------------------------ */
/* ------------------------------ サービス（親） end ------------------------------ */


/* ------------------------------ ボランタリーチェーン start ------------------------------ */
#tab-friend {
	--color-main: var(--color-friend);
}
#tab-salon {
	--color-main: var(--color-salon);
}
.service-tab-con {
	padding-bottom: 0 !important;
}
.list-member .tab {
	border-radius: 8px 8px 0 0;
	color: var(--color-main);
	font-weight: 700;
}
.list-member .tab::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 4px;
	background: var(--color-main);
}
.list-member .tab.active {
	z-index: 2;
}
.list-member :is(.tab.active, .tab:hover) {
	color: #fff;
}
.list-member .tab.active::after {
	width: 200vw;
}
.tab-panel {
	background: var(--color-main-base);
}
div.members-link-item {
	width: 100%;
	padding: 0;
	border: none;
}
div.members-link-item .members-link-catch .catch-price {
	font-size: 2rem;
}
.members-ttl {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 70px;
}
.members-ttl::before, .members-ttl::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: calc(100% + 60px);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.members-ttl::after {
	left: auto;
	right: calc(100% + 60px);
}
.members-ttl h3 {
	color: var(--color-main);
}
.members-ttl p {
	font-weight: 700;
}
.member-support-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	counter-reset: number 0;
}
.member-support-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 45px !important;
	padding: 60px;
	border-radius: 8px;
	background: #fff;
}
.member-support-item::before {
	position: absolute;
	z-index: -1;
	top: -0.5em;
	left: 60px;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-size: 90px;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
	line-height: 1;
}
.member-support-img {
	width: 40%;
	aspect-ratio: 3/2;
}
.member-support-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.member-support-contents {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.member-support-contents > :is(div,ul) {
	width: 100%;
}
.member-support-ttl p {
	margin-bottom: 10px;
	color: var(--color-main);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.member-support-ttl h4 {
	font-size: 2.5rem;
	line-height: 1.4;
}
/* ------------------------------ ボランタリーチェーン end ------------------------------ */


/* ------------------------------ プロモーションエイド start ------------------------------ */
#s-problems .con-base {
	padding-bottom: 0 !important;
}
#promotion {
	border-bottom: 2px solid #fff;
	background: var(--color-main);
}
#promotion .sec-ttl :is(h2,.en) {
	color: #fff;
}
.promotion-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 5vw !important;
	counter-reset: number 0;
}
.promotion-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 60px !important;
	padding: 60px;
	border-radius: 8px;
	background: var(--color-main-base);
}
.promotion-item::before {
	position: absolute;
	z-index: -1;
	top: -0.5em;
	right: 60px;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: transparent;
	font-size: 180px;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
	text-stroke: 2px var(--color-bk);
	-webkit-text-stroke: 2px var(--color-bk);
	line-height: 1;
}
.promotion-item:nth-child(even) {
	flex-direction: row-reverse;
}
.promotion-item:nth-child(even)::before {
	right: auto;
	left: 60px;
}
.promotion-img {
	width: calc(50% - 30px);
}
.promotion-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promotion-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: calc(50% - 30px);
	padding: 60px 0 0 0;
}
.promotion-ttl {
	width: 100%;
}
.promotion-ttl p {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.promotion-ttl h3 {
	color: var(--color-main);
	font-size: 4rem;
	line-height: 1.4;
}
.promotion-text {
	width: 100%;
	padding: 30px;
	background: #fff;
}
.promotion-tb {
	width: 100%;
}
.promotion-tb :is(th,td) {
	padding: 1em;
}
.promotion-contents ul {
	width: 100%;
}
/* ------------------------------ プロモーションエイド end ------------------------------ */


/* ------------------------------ 協賛企業 start ------------------------------ */
/* 一覧 */
.company-link-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}
.company-link-list.list-member {
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.company-link-item {
	text-align: center;
}
.company-link-item a {
	display: block;
	transition: all 0.3s;
}
.company-link-item .company-logo {
	border: 1px solid var(--color-line);
	background: #fff;
}
.company-link-item .company-logo img {
	width: auto;
	height: 100%;
	max-height: 140px;
}
.company-link-item .company-name {
	margin-top: 5px;
}
.company-link-item .company-name p {
	font-size: 0.9rem;
	line-height: 1.4;
}
.notes-text {
	margin-top: 30px;
}

/* 協賛募集 */
#opportunity {
	background: var(--color-main-base);
}
.opportunity-ttl h2 {
	color: var(--color-main);
	font-size: 4rem;
}
.opportunity-ttl p {
	font-size: 1.25rem;
	font-weight: 700;
}
.opportunity-text .txt {
	font-size: 1.25rem;
}
.opportunity-btn {
	width: 100%;
	padding: 30px 60px;
	font-size: 1.5rem;
}
/* ------------------------------ 協賛企業 end ------------------------------ */


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

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

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


/* ------------------------------ セミナー（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.seminar-archive {
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
}
.seminar-archive-wrap {
	width: 100%;
}
.seminar-archive-wrap h2 {
	display: inline-block;
	margin-bottom: 60px;
}
.seminar-archive-wrap h2:first-letter {
	color: var(--color-main);
}
.seminar-archive-wrap h2::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}
.seminar-link-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 60px 30px;
}
.seminar-link-item a {
	display: block;
	color: #333;
	transition: all 0.3s;
}
.seminar-link-img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1.91/1;
	margin-bottom: 15px;
	border: 1px solid var(--color-line);
	background: #fff;
	overflow: hidden;
}
.seminar-link-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.seminar-link-img .seminar-cat-label {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
}
.seminar-cat-label .seminar-cat {
	display: inline-block;
	padding: 5px 20px;
	background: #333;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}
.seminar-cat-label .seminar-cat-free {
	background: var(--color-friend);
}
.seminar-cat-label .seminar-cat-salon-exclusive {
	background: var(--color-salon);
}
.seminar-link-status {
	margin-bottom: 10px;
}
.seminar-link-status .seminar-status {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #aaa;
	border-radius: 999px;
	background: #aaa;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
}
.seminar-status.seminar-status-open {
	border-color: var(--color-attn);
	background: var(--color-attn);
	color: #fff;
}
.seminar-status.seminar-status-archive {
	border-color: var(--color-main);
	background: var(--color-main-base);
	color: var(--color-main);
}
.seminar-link-date {
	color: #999;
	font-weight: 700;
}
.seminar-link-item.is-past-seminar .seminar-link-date {
	display: none;
}
.seminar-link-date p {
	font-size: 1.125rem;
}
.seminar-status-open + .seminar-link-date::before {
	content: "\f073"; /* calendar */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.seminar-status-archive + .seminar-link-date::before {
	content: "\f03d"; /* video */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.seminar-status-close + .seminar-link-date::before {
	content: "\f017"; /* clock */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.seminar-link-ttl h3 {
	font-size: 1.25rem;
}
.seminar-archive-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 60px;
	margin-top: 60px;
}
@media (hover: hover) {
	.seminar-link-item a:hover {
		color: var(--color-main);
	}
	.seminar-link-item a:hover .seminar-link-img img {
		transform: scale(1.1);
	}
}

/* シングルページ */
.seminar-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}
.seminar-single-meta .seminar-link-status {
	margin: 0;
}
.seminar-single-meta .seminar-link-date {
	width: 100%;
}
:is(.seminar-status-closed, .seminar-status-archive) .seminar-single-meta .seminar-link-date {
	display: none;
}
.seminar-single-meta .seminar-link-date p {
	font-size: 1.5rem;
}
.single-main-thumb {
	margin-bottom: 60px;
	border: 1px solid var(--color-line);
}
.single-main-thumb img {
	width: 100%;
}
.seminar-info {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	margin-top: 60px;
}
.seminar-info h2 {
	margin-bottom: 30px;
	color: var(--color-main);
}
.seminar-overview {
	width: 100%;
}
.seminar-notice {
	margin-bottom: 15px;
}
.seminar-notice p {
	color: var(--color-attn);
	font-size: 1.25rem;
	font-weight: 700;
}
.seminar-speakers {
	width: 100%;
}
.seminar-speaker-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px 0;
	border-bottom: 1px solid var(--color-line);
}
.seminar-speaker-item:first-of-type {
	border-top: 1px solid var(--color-line);
}
.seminar-speaker-person {
	width: 30%;
}
p.seminar-speaker-position {
	margin-bottom: 10px;
	line-height: 1.6 !important;
}
h3.seminar-speaker-name span {
	margin-left: 0.5em;
	font-size: 0.8em;
}
.seminar-speaker-about {
	flex: 1 1 0;
	padding: 30px;
	border-radius: 8px;
	background: var(--color-base);
}
.seminar-btn-outer {
	width: 100%;
	text-align: center;
}
.seminar-btn {
	width: 100%;
	margin-top: 15px;
	padding-top: 25px !important;
	font-size: 1.5rem;
}
.seminar-btn.seminar-cat-free {
	border-color: var(--color-friend);
	background: var(--color-friend);
}
.seminar-btn.seminar-cat-salon-exclusive {
	border-color: var(--color-salon);
	background: var(--color-salon);
}
.seminar-btn .seminar-link-status {
	position: absolute;
	z-index: 1;
	top: -1.25em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
}
.seminar-btn-sub {
	display: inline-block;
	margin-top: 20px;
}
:is(.single-seminar, .single-column, .single-member-content) .entry-footer {
	display: none;
}

/* 移植したセミナーの表示崩れ対策 */
.is-old-seminar .wp-block-image {
	display: contents;
	width: 100%;
}
.is-old-seminar .seminar-btn-outer:last-child {
	display: none;
}
/* ------------------------------ セミナー（カスタム投稿） end ------------------------------ */


/* ------------------------------ コラム（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.column-archive-head {
	margin-bottom: 60px;
}
.column-archive-head .sec-ttl {
	margin-bottom: 30px;
}
.column-taxonomy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.column-taxonomy-list li {
	display: inline-block;
}
.column-taxonomy-list.taxonomy-column-tag li a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 5px 30px 5px 35px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main-base);
	color: var(--color-bk);
	font-size: 1rem;
	transition: all 0.3s;
}
.column-taxonomy-list.taxonomy-column-tag li a::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: "#";
	color: var(--color-main);
	font-weight: 700;
	transition: all 0.3s;
}
.column-taxonomy-list.taxonomy-column-tag li.current a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.column-taxonomy-list.taxonomy-column-tag li.current a::before, .column-taxonomy-list.taxonomy-column-tag li.current a .column-tag-count {
	color: #fff;
}
.column-tag-count {
	color: #666;
	transition: all 0.3s;
}
@media (hover: hover) {
	.column-taxonomy-list.taxonomy-column-tag li a:hover {
		border-color: var(--color-main);
		background: var(--color-main);
		color: #fff;
	}
	.column-taxonomy-list.taxonomy-column-tag li a:hover::before, .column-taxonomy-list.taxonomy-column-tag li a:hover .column-tag-count {
		color: #fff;
	}
}
.column-link-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 40px 20px;
}
.column-link-item a {
	display: block;
	height: 100%;
	padding: 20px 20px 60px;
	border: 1px solid var(--color-line);
	background: #fff;
	color: #333;
	transition: all 0.3s;
}
.column-link-img {
	width: 100%;
	aspect-ratio: 1.91 / 1;
	margin-bottom: 15px;
	border: 1px solid var(--color-line);
	background: var(--color-main-base);
	overflow: hidden;
}
.column-link-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.column-link-date {
	color: #999;
}
.column-link-ttl h3 {
	font-size: 1.25rem;
}
.column-link-tags, .column-link-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}
.column-tag, .column-link-cat {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 0 0 20px;
	color: #666;
	font-size: 0.9em;
}
.column-link-cat {
	padding: 2px 10px;
	border: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.8em;
}
.column-tag::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	content: "#";
	color: var(--color-main);
	font-weight: 700;
	transition: all 0.3s;
}
@media (hover: hover) {
	.column-link-item a:hover {
		color: var(--color-main);
	}
	.column-link-item a:hover .column-link-img img {
		transform: scale(1.1);
	}
}

/* シングルページ */
:is(.single-column, .single-member-content) .column-link-date {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
:is(.single-column, .single-member-content) .column-link-date p {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
}
:is(.single-column, .single-member-content) .entry-header {
	margin: 10px 0 20px !important;
}
:is(.single-column, .single-member-content) .entry-header h1 {
	margin: 0;
}
.column-single-meta.meta-bottom {
	margin-bottom: 60px;
}
div#ez-toc-container {
	margin-bottom: 60px;
	padding: 30px;
}
div#ez-toc-container .ez-toc-title {
	color: var(--color-main);
}
#ez-toc-container ul {
	padding: 0 !important;
}
div#ez-toc-container ul li {
	margin-top: 0.5em;
}
div#ez-toc-container ul li a:hover {
	opacity: 0.5;
}
div#ez-toc-container ul ul {
	margin-left: 1em;
}
.ez-toc-counter nav ul li a::before {
	color: var(--color-main);
}
:is(.single-column, .single-member-content:not(.member-content-cat-member-info)) .entry-body h2 {
	padding: 20px;
	border-left: 4px solid var(--color-main);
	background: var(--color-main-base);
}
:is(.single-column, .single-member-content:not(.member-content-cat-member-info)) .entry-body h3 {
	padding: 0 4px 4px 4px;
	border-bottom: 2px solid var(--color-main);
}
:is(.single-column, .single-member-content:not(.member-content-cat-member-info)) .entry-body h3:first-letter {
	color: var(--color-main);
}
:is(.single-column, .single-member-content:not(.member-content-cat-member-info)) .entry-body h4 {
	padding-left: 1.5em;
}
:is(.single-column, .single-member-content:not(.member-content-cat-member-info)) .entry-body h4::before {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 0;
	transform: translateY(-45%);
	content: "";
	width: 1em;
	height: auto;
	aspect-ratio: 1;
	background: var(--color-main);
}

/* 移植したコラムの表示崩れ対策 */
.is-old-column  div#ez-toc-container {
	margin: 60px 0;
}
.is-old-column .wp-block-image.alignleft {
	float: none;
	width: 100%;
}
.is-old-column :is(dl+h1, dl+h2, dl+h3, dl+h4, dl+h5, dl+h6, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6, p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, table+h1, table+h2, table+h3, table+h4, table+h5, table+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6) {
	margin-top: 2em;
}
.is-old-column .wp-block-paragraph {
	line-height: 1.8;
	margin-top: 30px;
}
/* ------------------------------ コラム（カスタム投稿） end ------------------------------ */


/* ------------------------------ 有料会員限定コンテンツ（カスタム投稿） start ------------------------------ */
:is(.post-name-members-only, .post-type-member-content) :is(.page-header, .site-body) {
	--color-main: var(--color-salon);
	--color-main-base: var(--color-salon-base);
}

/* アーカイブページ */
.post-type-archive-member-content .site-body {
	padding: 0;
}
.post-type-archive-member-content .main-section .member-content-sec:nth-child(even) {
	background: var(--color-base);
}
.member-content-sec :is(.sec-ttl, .sec-desc) {
	margin-bottom: 60px;
}
.members-intro-wrap .lead {
	margin-bottom: 30px;
}
.post-type-archive-member-content .column-taxonomy-list.taxonomy-member-content-cat {
	justify-content: center;
	margin-top: 30px;
}
.column-taxonomy-list.taxonomy-member-content-cat li a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid var(--color-main);
	background: var(--color-main-base);
	color: var(--color-main);
	font-size: 1rem;
	transition: all 0.3s;
}
.post-type-archive-member-content .column-taxonomy-list.taxonomy-member-content-cat li a {
	padding: 20px 60px;
	border-radius: 999px;
	font-weight: 700;
}
.post-type-archive-member-content .column-taxonomy-list.taxonomy-member-content-cat li a .material-symbols-outlined {
	margin-right: 0.5em;
}
.column-taxonomy-list.taxonomy-member-content-cat li.cat-members a {
	background: var(--color-main);
	color: #fff;
}
@media (hover: hover) {
	.column-taxonomy-list.taxonomy-member-content-cat li a:hover {
		background: var(--color-main);
		color: #fff;
	}
}
.archive-more-btn {
	margin-top: 30px;
	text-align: center;
}
.column-link-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}
.column-link-cat.cat-salon {
	background: var(--color-main);
	color: #fff;
}

/* シングルページ */
.is-member-locked .single-main-thumb {
	display: none;
}
#wpmem_restricted_msg {
	margin-bottom: 30px;
	text-align: center;
}
.wpmem_msg {
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 20px;
	border: 2px solid var(--color-attn);
}
#wpmem_login {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 8px;
	background: var(--color-base);
}
#wpmem_login fieldset {
	margin: 0;
}
#wpmem_login legend {
	margin-bottom: 30px;
	color: var(--color-main);
	line-height: 1.4;
	text-align: center;
}
#wpmem_login input[type=submit] {
	border-color: var(--color-main);
	background-color: var(--color-main);
}
#wpmem_login input[type=submit]:hover {
	background-color: #CA1910;
}
.member-content-cat-member-info div#ez-toc-container {
	display: none;
}
.notes-box {
	margin-top: 90px;
	padding: 30px;
	border: 2px solid var(--color-attn);
	background: var(--color-main-base);
}
/* ------------------------------ 有料会員限定コンテンツ（カスタム投稿） end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */

/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー start ------------------------------ */
:is(.post-name-membership-terms, .privacy-policy) .entry-body > div > div:not(:last-child) .con-base {
	padding-bottom: 0 !important;
}
.post-name-privacy-policy .sec-ttl h2 {
	font-size: 1.5rem;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */


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


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

	/* 共通 */
	.sec-ttl {
		font-size: 5rem;
	}
	.lead {
		font-size: 2.5rem;
	}

	/* ヘッダー */
	.site-footer-content {
		padding: 90px 0 360px; 
	}
	.site-header-logo img {
		max-height: 50px;
	}
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}

	.fixed-btn-wrap .btn-base {
		padding: 10px 0 10px 10px;
	}

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

	/* ページヘッダー */
	.page-header {
		height: min(540px,50svh) !important;
	}
	.page-header-inner {
		margin-bottom: 30px;
		padding: 0;
		font-size: 5rem;
	}
	.breadcrumb-list {
		padding: 30px 30px 0;
	}
	.anchor-links {
		margin: 30px 30px 0;
	}

	/* フッター上部 */
	.cta-catch {
		width: auto;
	}
	.cta-catch p {
		font-size: 4rem;
	}
	.cta-btn {
		flex: 1 1 0;
	}
	.cta-btn .btn-base {
		padding: 20px 40px;
		font-size: 1.25rem;
	}

	/* フロントページ */
	.mv-contents {
		top: 185px;
		left: 5vw;
		transform: none;
		width: calc(100% - 10vw);
	}
	.mv-ttl h2 {
		font-size: 5vw;
	}
	.mv-btn .btn-base {
		min-width: 380px;
		padding: 15px 40px;
		font-size: 1.125rem;
	}
	.btn-base .fs-s {
		margin: 0.2em 0 0;
		font-size: 0.8em;
	}
	.loop-txt {
		font-size: 20vw;
	}
	.about-us-contents {
		min-height: auto;
	}
	.problems-ttl p {
		font-size: 1.5rem;
	}
	.problems-ttl h2 {
		font-size: 2.5rem;
	}
	.problems-item {
		padding: 40px 0 30px;
	}
	.solution-lead .txt {
		margin-top: 5px;
	}
	.solution-catch .catch-lead .num {
		display: block;
	}
	.members-link-item {
		padding: 60px 30px;
	}

	/* 塾エイドについて */
	.vision-ttl h3 {
		font-size: 2.5rem;
	}

	/* プロモーションエイド */
	.promotion-list {
		padding: 0 30px !important;
	}
	.promotion-ttl p {
		font-size: 1.5rem;
	}
	.promotion-ttl h3 {
		font-size: 3.5rem;
	}

	/* 協賛企業 */
	.opportunity-ttl h2 {
		font-size: 3.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; }

	/* 共通 */
	.map iframe { aspect-ratio: 3/2; }
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap .txt.notes { display: block; }
	.scroll-tb-wrap table { width: 990px; }

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 90px 20px 180px;
		text-align: center;
		background: #fff;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 45px;
	}
	.mobile-nav-logo {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.vk-mobile-nav-menu-outer { opacity: 0; transition: all 0.3s;}
	.vk-mobile-nav-open .vk-mobile-nav-menu-outer { animation-name: opacityAnime; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; }
	@keyframes opacityAnime { 0% { opacity: 0; } 100% { opacity: 1; } }
	.vk-mobile-nav nav>ul { border-top: none; width: 100%; max-width: 420px; margin: 0 auto; }
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		z-index: 1;
		padding: 15px 45px !important;
		color: #333 !important;
		font-size: 1.25rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:first-child a {
		font-family: "Figtree", sans-serif;
	}
	.vk-menu-acc .acc-btn {
		top: 16px;
		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:not(:last-child) {
		margin-bottom: 5px;
	}
	.vk-menu-acc ul.sub-menu li a {
		color: #666;
		font-size: 0.9em;
		background: var(--color-main-base);
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		margin: 45px auto;
		border-top: none;
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		display: inline-block;
		padding: 10px 20px;
		text-decoration: underline !important;
		border-bottom: none;
	}
	.mobile-contact {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.mobile-contact .btn-base {
		width: 100%;
		font-size: 1.25rem;
	}
	.openbtn {
		position: fixed;
		top: 10px;
		right: 15px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  35px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 999px;
		background: var(--color-main);
		box-sizing: content-box;
		transition: all 0.3s;
	}
	.openbtn span:nth-of-type(1) { top:13px; }
	.openbtn span:nth-of-type(2) { top:21px; }
	.openbtn span:nth-of-type(3) { top:29px; }
	.openbtn.active span:nth-of-type(1) { top: 16px; transform: translateY(6px) rotate(-45deg); }
	.openbtn.active span:nth-of-type(2) { opacity: 0; }
	.openbtn.active span:nth-of-type(3) { top: 28px; transform: translateY(-6px) rotate(45deg); }

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

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

	/* フッター */
	.site-footer-content {
		padding: 90px 0;
	}
	.ft-info {
		max-width: 280px;
	}
	.site-footer-copyright {
		padding: 0 0 105px;
	}
	.page_top_btn {
		bottom: 75px;
	}

	/* 固定ボタン */
	.fixed-btn-wrap {
		gap: 0;
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}
	.fixed-btn-wrap .btn-base {
		padding: 10px 0;
		border-radius: 0;
	}
	.fixed-btn-wrap :is(.btn-icon, .btn-txt) {
		width: auto;
	}
	.fixed-btn-wrap .friend-btn {
		width: 37.5%;
	}
	.fixed-btn-wrap .salon-btn {
		width: 37.5%;
	}
	.fixed-btn-wrap .line-btn {
		width: 25%;
	}

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

	/* フロントページ */
	.mv-contents {
		top: 155px;
	}
	.mv-subttl p {
		font-size: 1.5rem;
	}
	.mv-ttl h2 {
		font-size: 6.5vw;
	}
	.mv-icon {
		height: 720px;
	}
	.latest-post-wrap {
		padding: 20px 0;
	}
	.about-us-contents {
		width: calc(100% - 9vw);
	}
	#aid-overview .about-us-contents {
		width: 100%;
	}
	.about-us-figure {
		left: auto;
		right: 0;
		width: 60%;
	}
	.about-us-en .en {
		font-size: 6vw;
	}
	.problems-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.problems-item:first-child {
		grid-column: 1 / 3;
		justify-self: center;
		width: 50%;
	}
	.problems-item {
		width: 100%;
		margin-top: 0 !important;
		padding: 30px;
	}
	.problems-item::before {
		z-index: -1;
		top: 50%;
		transform: translate(-50%,-50%);
		height: 80%;
		opacity: 0.4;
	}
	.solution-list {
		gap: 45px;
	}
	.solution-item {
		width: calc(50% - 22.5px);
	}
	.solution-item:first-child {
		width: 100%;
	}
	.solution-catch .catch-lead .num {
		display: inline-block;
	}
	.members-link-item {
		width: 100%;
	}
	.pr-aid-link-item {
		width: calc(50% - 5px);
	}
	.latest-posts-item a {
		padding: 30px 0;
	}

	/* 塾エイドについて */
	#aid-overview .about-us-figure {
		left: auto;
	}

	/* ボランタリーチェーン */
	.member-support-item {
		gap: 45px;
	}
	.member-support-img {
		width: 100%;
	}

	/* プロモーションエイド */
	.promotion-item {
		gap: 45px;
	}
	.promotion-item::before {
		z-index: 1;
		left: auto !important;
		right: 30px !important;
	}
	.promotion-img {
		width: 100%;
	}
	.promotion-contents {
		width: 100%;
		padding: 0;
	}

	/* 協賛企業 */
	.company-link-item .company-logo img {
		max-height: 90px;
	}
	.opportunity-btn {
		font-size: 1.25rem;
	}

	/* セミナー */
	.seminar-btn {
		font-size: 1.25rem;
	}

	/* コラム */
	.column-link-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


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

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

	/* フッター上部 */
	.cta-wrap {
		gap: 30px;
	}
	.cta-catch {
		width: 100%;
	}
	.cta-catch p {
		padding: 0 20px;
		font-size: 3.5rem;
	}
	.cta-btn {
		flex: 0 0 100%;
		gap: 20px;
		width: 100%;
	}
	.cta-btn .btn-base {
		padding: 15px 20px;
		font-size: 1.25rem;
	}
	.cta-loop-txt {
		top: 8rem;
		transform: translateX(-50%);
		width: 100%;
	}

	/* フッター */
	.site-footer {
		border-radius: 16px 16px 0 0;
	}
	.site-footer-content {
		padding: 60px 0;
	}
	.ft-con {
		gap: 45px;
	}
	.ft-info {
		width: 100%;
		max-width: 100%;
	}
	.ft-logo a img {
		max-width: 280px;
	}
	#menu-footer-nav {
		width: 100%;
		gap: 20px 45px;
	}

	/* ページヘッダー */
	.page-header {
		height: min(320px, 45svh) !important;
	}
	.page-header::before {
		right: -5vw;
		height: 150%;
	}
	.page-header-inner {
		font-size: 4.5rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 1.5rem;
	}
	.breadcrumb-list {
		padding: 30px 20px 0;
	}
	.anchor-links {
		margin: 30px 20px 0;
	}

	/* フロントページ */
	.mv-contents {
		top: 125px;
	}
	.mv-subttl p span {
		padding: 5px 10px;
	}
	.mv-ttl h2 {
		font-size: 4rem;
	}
	.mv-btn {
		gap: 15px;
	}
	.mv-btn .btn-base {
		min-width: 310px;
		padding: 10px 30px;
		font-size: 1rem;
	}
	.loop-txt {
		font-size: 25vw;
	}
	.mv-icon {
		width: 80%;
		height: 640px;
		margin: 0 -30% 0 auto;
	}
	.latest-post-wrap {
		gap: 15px;
	}
	.latest-post-ttl {
		width: 100%;
	}
	.about-us-contents {
		padding: 45px 0 0;
	}
	.problems-list {
		display: flex;
	}
	.problems-item:first-child {
		width: 100%;
	}
	.solution-lead {
		padding-bottom: 30px;
	}
	.solution-lead::before {
		width: 60px;
		height: 20px;
	}
	.solution-list {
		padding: 60px 0 !important;
	}
	.solution-item {
		width: 100%;
	}
	.solution-catch .catch-lead .num {
		font-size: 2.5em;
	}
	.pr-aid-link-item a {
		padding: 20px;
	}
	.latest-posts-item a {
		padding: 20px 0;
	}

	/* 塾エイドについて */
	.overview-figure img {
		width: 100%;
	}
	#aid-overview .solution-list {
		padding: 45px 0 !important;
	}
	.solution-catch .catch-lead .num {
		font-size: 2em;
	}
	.vision-ttl h3 {
		font-size: 2.25rem;
	}
	.vision-ttl .txt {
		margin-top: 45px;
		font-size: 1.125rem;
	}
	.greeting-item {
		gap: 45px;
		padding: 0;
	}
	.greeting-lead {
		order: 2;
	}
	.greeting-text {
		flex: 0 0 100%;
		width: 100%;
		order: 3;
	}
	.person-info {
		order: 1;
		width: 100%;
	}
	.person-info div {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
	.person-img {
		margin: 0 auto 15px !important;
	}

	/* ボランタリーチェーン */
	.members-link-text {
		padding: 30px;
	}
	.member-support-item {
		gap: 30px;
		padding: 45px;
	}
	.member-support-item::before {
		left: 45px;
		font-size: 60px;
	}

	/* プロモーションエイド */
	.promotion-list {
		padding: 0 20px !important;
	}
	.promotion-item {
		margin-top: 40px !important;
	}
	.promotion-item::before {
		font-size: 120px;
	}
	.promotion-ttl p {
		font-size: 1.25rem;
	}
	.promotion-ttl h3 {
		font-size: 2.5rem;
	}

	/* 協賛企業 */
	.company-link-list.list-member {
		grid-template-columns: repeat(3, 1fr);
	}
	.opportunity-ttl h2 {
		font-size: 3rem;
	}
	.opportunity-text .txt {
		font-size: 1.125rem;
	}

	/* 会員限定コンテンツ */
	.member-content-sec :is(.sec-ttl, .sec-desc) {
		margin-bottom: 45px;
	}
	#wpmem_login {
		padding: 45px;
	}

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

	/* セミナー */
	.seminar-link-status .seminar-status {
		font-size: 0.9rem;
	}
	.seminar-archive-wrap h2 {
		margin-bottom: 45px;
	}
	.seminar-link-list {
		gap: 45px 20px;
	}
	.seminar-speaker-item {
		gap: 15px;
	}
	.seminar-speaker-person {
		width: 100%;
	}
	.seminar-speaker-about {
		flex: 0 0 100%;
		width: 100%;
	}

	/* コラム */
	.column-archive-head {
		margin-bottom: 45px;
	}
	.column-taxonomy-list {
		gap: 8px;
	}
	.column-taxonomy-list.taxonomy-column-tag li a {
		padding: 2px 10px 2px 20px; 
		font-size: 0.9rem;
	}
	.column-taxonomy-list.taxonomy-column-tag li a::before {
		left: 7.5px;
	}
	.column-link-item a {
		padding: 20px 20px 45px;
	}
	.column-single-meta.meta-bottom {
		margin-bottom: 45px;
	}

	/* 会員限定コンテンツ */
	.notes-box {
		margin-top: 60px;
	}

	/* お問い合わせ */
	.cf7-tb :is(th,td) {
		padding-left: 0;
		padding-right: 0;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


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

	/* ヘッダー */

	/* フッター上部 */
	.cta-catch p {
		font-size: 3rem;
	}

	/* フッター */

	/* ページヘッダー */
	.page-header {
		height: min(260px, 40svh) !important;
	}
	.page-header-inner {
		margin-bottom: 20px;
		font-size: 11vw;
	}

	/* フロントページ */
	.mv-subttl p {
		font-size: 1.25rem;
		line-height: 2;
	}
	.mv-ttl h2 {
		font-size: 2.5rem;
	}
	.loop-txt {
		font-size: 30vw;
	}
	.about-us-en .en {
		font-size: 5vw;
	}
	.about-us-contents {
		padding: 0;
	}
	.problems-ttl h2 {
		font-size: 2rem;
	}
	.members-link-item {
		padding: 45px 20px;
	}
	.members-link-contents {
		gap: 20px;
	}
	.members-link-contents .members-tag p {
		min-width: 120px;
		font-size: 1.125rem;
	}
	.members-link-contents .members-link-ttl {
		font-size: 2rem;
	}
	.members-link-catch .catch-price {
		font-size: 1.25rem;
	}
	.pr-aid-link-item {
		width: 100%;
	}

	/* 塾エイドについて */
	.vision-ttl h3 {
		font-size: 2rem;
	}
	.greeting-lead .lead br {
		display: none;
	}

	/* ボランタリーチェーン */
	.list-member .tab {
		padding: 15px 20px;
		font-size: 1rem;
	}
	div.members-link-item .members-link-catch .catch-price {
		font-size: 1.5rem;
	}
	.members-link-text .lead {
		text-align: left;
	}
	.members-link-text .lead br {
		display: none;
	}
	.member-support-item {
		padding: 45px 20px;
	}
	.member-support-item::before {
		left: 20px;
	}

	/* プロモーションエイド */
	#promotion .sec-ttl .en {
		font-size: 0.8em;
	}
	.promotion-item {
		gap: 30px;
		margin-top: 30px !important;
		padding: 45px 20px;
	}
	.promotion-item::before {
		right: 20px !important;
		font-size: 90px;
	}
	.promotion-contents {
		gap: 20px;
	}
	.promotion-ttl p {
		font-size: 1.125rem;
	}
	.promotion-ttl h3 {
		font-size: 2rem;
	}
	.promotion-text {
		padding: 20px;
	}

	/* 協賛企業 */
	.company-link-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.company-link-list.list-member {
		grid-template-columns: repeat(2, 1fr);
	}

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

	/* セミナー */
	.seminar-link-list {
		grid-template-columns: repeat(1, 1fr);
	}

	/* コラム */
	.column-link-list {
		grid-template-columns: repeat(1, 1fr);
	}
	:is(.single-column, .single-member-content) .column-link-date p {
		width: 100%;
	}

	/* 会員限定コンテンツ */
	.post-type-archive-member-content .column-taxonomy-list.taxonomy-member-content-cat li {
		width: 100%;
	}
	.post-type-archive-member-content .column-taxonomy-list.taxonomy-member-content-cat li a {
		width: 100%;
		padding: 20px 40px;
	}
	#wpmem_login {
		padding: 45px 30px;
	}

	/* お問い合わせ */
	.cf7-tb :is(th p,td p) {
		font-size: 1.125rem;
	}
	.cf7-btn .btn-base {
		width: 80%;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */