@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: #1C96DD;
	--color-main-dark: #0B3A55;
	--color-accent: #FEE440;
	--color-blue: #64AFED;
	--color-pink: #E48CB2;
	--color-base: #F9F7E5;
	--color-line: #ccc;
	--font-maru: "Kosugi Maru", sans-serif;
	--font-en: "Zen Maru Gothic", sans-serif;
}
:root { /* Lightningの変数 */
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

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

/* コンテナ */
.container { padding-right: 0; padding-left: 0; }
.page .entry-body>div>div { position: relative; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }
.box {
	padding: 60px;
	border-radius: 2em;
	background: var(--color-base);
}

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

/* セクションヘッド */
.sec-head-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.sec-head-wrap .sec-ttl {
	width: 50%;
}
.sec-head-wrap .sec-txt {
	flex: 1;
}

/* セクションタイトル */
.sec-ttl .en {
	display: block;
	margin: 0.25em 0 0;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl h2 {
	font-size: 2.5rem;
}
.sec-ttl-en h2 {
	display: inline-block;
	color: var(--color-main);
	font-size: 2rem;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl-en h2::before, .sec-ttl-en h2::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}
.sec-ttl-en h2::after {
	left: auto;
	right: calc(100% + 30px);
}
h3.deco {
	display: inline-block;
	padding: 0 0.25em 0.1em;
	border-bottom: 2px dashed var(--color-main); 
}

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

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

/* リスト */
ol { margin: 0; }
ul { margin: 0; }
li, .widget li { margin: 0; }
:is(.ol-base, .ul-base) li:not(:last-child) { margin-bottom: 0.5em; }
li>:is(.ol-base, .ul-base) { margin-top: 0.5em; }
.nonstyle-list { list-style: none; padding: 0 !important; }

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

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

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

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 280px;
	padding: 20px 60px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 1.1rem;
	font-family: var(--font-maru);
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s;
}
.line-arrow {
	position: absolute;
	z-index: 1;
	top: 55%;
	right: 20px;
	transform: translateY(-55%);
	width: 20px;
	height: 1px;
	border-top: 1px solid #fff;
	transition: all 0.3s;
}
.line-arrow::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	width: 45%;
	height: 1px;
	border-radius: 0 999px 999px 0;
	background: #fff;
	transform: rotateZ(45deg);
	transform-origin: right bottom;
	transition: all 0.3s;
}
.accent-btn {
	border-color: var(--color-accent);
	background: var(--color-accent);
	color: #333;
	transition: all 0.3s;
}
.accent-btn .line-arrow {
	border-color: #333;
}
.accent-btn .line-arrow::before {
	background: #333;
}

@media (hover: hover) {
	.btn-base:hover {
		background: #fff;
		color: var(--color-main);
	}
	.btn-base:hover .line-arrow {
		right: 15px;
		border-top-color: var(--color-main);
	}
	.btn-base:hover .line-arrow::before {
		background: var(--color-main);
	}
	.accent-btn:hover {
		color: #333;
	}
	.accent-btn:hover .line-arrow {
		border-color: #333;
	}
	.accent-btn:hover .line-arrow::before {
		background: #333;
	}
}

.contact-btn-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.contact-btn .btn-icon span {
	margin: 0;
	font-size: 40px;
}
.contact-btn .btn-txt {
	flex: 1;
}

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

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

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

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

/* Contact Form 7 */
.txt-cf7 { display: inline-block; margin-bottom: 10px; font-size: 0.9em; }
.cf7-tb { overflow: hidden; table-layout: fixed; border-right: none; border-left: none; }
.cf7-tb input, .cf7-tb textarea { margin-bottom: 0; padding: 0.5em 1em; border: none; background-color: var(--color-base); line-height: 1.5; }
.cf7-tb textarea { border-radius: 5px; }
.cf7-tb select { width: 100%; margin: 0 0 1em 0; padding: 0.5em; }
.cf7-tb th, .cf7-tb td { font-size: 1rem; border-right: none; border-left: none; }
.cf7-tb th { width: 40%; text-align: left; vertical-align: top; }
.cf7-tb td { width: 60%; text-align: left; }
.cf7-tb .fs-s { margin: 0; }
.input-zip { display: inline-block; width: 150px !important; max-width: 100%; margin: 0 0 10px 5px !important; }
.wpcf7-list-item { margin: 0 1em 0 0 !important; }
.required {
	margin-right: 10px;
	padding: 2.5px 5px;
	background: var(--color-accent);
	color: #333;
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}
.required.not-required {
	background: #ccc;
	color: #333;
}
.cf7-btn {
	margin-top: 60px;
	text-align: center;
}
.cf7-btn .btn-base {
	min-width: 30%;
	padding: 25px 45px;
	border: none;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.cf7-btn .btn-base:hover {
	background: var(--color-main-dark);
}
.wpcf7-spinner { display: block !important; margin: 0 auto !important; text-align: center; }

/* Lightbox */
.featherlight .featherlight-content { padding: 5px 5px 0; border-bottom: 5px solid transparent; }
.featherlight-next { top: 5px; right: 5px; }
.featherlight-previous { top: 5px; left: 5px; }
.rl-gallery-item img { transition: all 0.3s ease;}
.rl-gallery-item img:hover { opacity: 0.8; }
.rl-gallery-caption { display: block; font-size: 0.9em;}

/* Swiper */
.swiper-wrapper { transition-timing-function: linear !important; }

/* Material Symbols & Icons - Google Fonts */
.material-symbols-outlined { margin: 0 0.15em 0.1em; font-size: 1.3em; vertical-align: middle; }

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

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

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

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


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 20px;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 20px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin-right: 0;
}
.header-logo-after img {
	width: auto;
	height: 60px;
	object-fit: contain;
	object-position: center left;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-maru);
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 15px;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	color: #333;
	text-shadow: 0 0 10px #fff;
	transition: all 0.3s;
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}
.global-nav-list>li::before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 0;
	border-bottom: 1px solid var(--vk-color-primary);
	transition: all .3s ease-out;
}
.global-nav-list>li:hover::before, .global-nav-list>li[class*=current]::before {
	width: 100%;
}


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

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	font-size: min(1vw,1.125rem);
	font-family: var(--font-maru);
}
.header-top nav {
	top: 0;
}
.header-top ul {
	align-items: center;
	gap: 15px;
	margin: 0;
}
.header-top ul>li:last-child a {
	padding: 5px 20px;
	border-radius: 999px;
	background: var(--color-accent);
	color: #333;
	font-weight: 700;
	text-decoration: none !important;
}
.header-top ul>li>a {
	padding: 0;
	text-decoration: underline !important;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* ヘッダーお問い合わせボタン */
.header-contact {
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	right: 0;
	max-height: 100%;
	text-align: center;
}
.header-contact .contact-btn {
	padding: 10px 60px;
	border-right: none;
	border-radius: 999px 0 0 999px;
	font-size: 1rem;
}

.header_scrolled .header-contact {
	top: calc(100% + 20px);
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header-outer {
	position: relative;
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.25em;
	font-size: min(3vw,3rem);
	font-weight: 400;
	font-family: var(--font-maru);
}
.page-header-subtext {
	margin: 0;
	color: var(--color-main);
	font-size: min(1.5vw,1.5rem);
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


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


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

.site-footer  .menu-footer-sub-nav-container {
	padding: 30px;
	border-radius: 1em;
	background: #fff;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	font-size: 0.9rem;
	text-decoration: underline !important;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li:last-child {
	width: 100%;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li:last-child a {
	padding: 5px 20px;
	border-radius: 999px;
	background: var(--color-accent);
	color: #333;
	font-weight: 700;
	text-decoration: none !important;
}

.sns-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}
.sns-links li a {
	display: block;
	color: #333;
	transition: all 0.3s;
}
.sns-links li a:hover {
	opacity: 0.5;
}
.sns-links li a i {
	margin: 0;
	font-size: 40px;
}
.site-footer .link-txt {
	text-decoration: underline !important;
}

.footer-bottom {
	padding: 60px 20px;
	background: #fff;
}
.ft-external-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}
.ft-external-links li a {
	display: block;
	width: auto;
	height: 60px;
	border: 1px solid var(--color-line);
}
.ft-external-links li a img {
	width: auto;
	height: 100%;
}
.footer-bottom .link-txt {
	color: #666;
	text-decoration: underline !important;
}

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


/* ------------------------------ CTA（お問い合わせ） start ------------------------------ */
.cta-contact {
	background: var(--color-base);
	border-radius: 8em;
}
.contact-ttl {
	margin-bottom: 60px;
	text-align: center;
}
.contact-ttl .contact-en {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.contact-ttl .contact-en .en {
	color: #fff;
	font-size: 10rem;
	line-height: 1;
}
.contact-ttl img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 125%;
}
.contact-ttl h2 {
	color: var(--color-main);
	font-size: 3rem;
}
.contact-method-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.contact-method-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 90px);
	margin-bottom: 60px !important;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 2em;
	background: #fff;
	text-align: center;
}
.contact-method-item-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	width: 100%;
	height: 100%;
}
.contact-method-ttl .material-symbols-outlined {
	margin: 0 0 20px;
	color: var(--color-main);
	font-size: 60px;
}
.contact-method-num .tel-num {
	margin-bottom: 20px;
	font-size: 3rem;
}
.contact-method-item .contact-desc .fs-s {
	display: block;
}
.contact-method-item .btn-base {
	min-width: auto;
}
.contact-method-item .deco-workuma .workuma {
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: -60px;
	width: 120px;
	padding: 0 1% 2.5%;
}
.contact-method-item.mail .deco-workuma .workuma {
	left: auto;
	right: -60px;
}
/* ------------------------------ CTA（お問い合わせ） end ------------------------------ */


/* ------------------------------ ショートコード（お問い合わせ） start--------------------------- */
.contact-method-list.normal-contact {
	margin-bottom: 60px;
}
.contact-method-list.normal-contact .contact-method-item {
	width: calc(50% - 30px);
	margin-bottom: 0 !important;
}
/* ------------------------------ ショートコード（お問い合わせ） end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.footer-top {
	position: relative;
	z-index: 1;
	padding: 90px 0 0;
	text-align: center;
}
canvas#waveCanvas2 {
	height: 100% !important;
}
.footer-top .deco-workuma {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	max-width: 200px;
	margin: 0 auto;
}
.footer-top .deco-workuma .workuma {
	width: calc(50% - 5px);
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.mv-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 60px 5vw 90px;
}
.mv-contents {
	flex: 1;
	position: relative;
	z-index: 2;
	padding: 5vw 0 0;
}
.mv-ttl {
	margin-bottom: 60px;
}
.mv-ttl h2 {
	width: 140%;
	margin-bottom: 50px;
	color: #fff;
	font-size: min(3.5vw,3.5rem);
	line-height: 1.8;
}
.mv-ttl h2 span {
	padding: 0.25em 0.5em;
	border-radius: 0.5em 0.125em 0.5em 0.125em;
	background: var(--color-main);
}
.mv-ttl .txt {
	width: calc(100% - 5vw);
	max-width: 480px;
	font-size: min(1.25vw,1.25rem);
	font-family: var(--font-maru);
	line-height: 2;
}
.mv-btn .contact-btn {
	border-color: var(--color-main);
	background: rgba(255,255,255,0.8);
	color: var(--color-main);
}
@media (hover: hover) {
	.mv-btn .contact-btn:hover {
		background: var(--color-main);
		color: #fff;
	}
}
.con-base#pickup .deco-workuma {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 clamp(45px, 10vw, 180px);
}
.con-base#pickup .deco-workuma .workuma img {
	max-width: 120px;
}
.con-base#pickup .deco-workuma .workuma {
	padding: 0 1% 15px;
}
.deco-workuma .workuma {
	position: relative;
	z-index: 1;
	padding: 0 1% 5%;
}
.deco-workuma .workuma::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 110%;
	height: 20%;
	border-radius: 50%;
	background: #fff;
}
.mv-swiper {
	width: 60%;
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner {
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 4em 0.5em 4em 0.5em;
	overflow: hidden;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wave {
	position: relative;
	height: 20svh;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
	background: #fff;/*背景を塗りつぶして重ねた波を表現したい場合は、波を描画する親要素に波と同じ背景色を設定しましょう。*/
}
canvas:is(#waveCanvas1,#waveCanvas2) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 125%;
}

/* PICK UP!（ホーム） */
#pg-19-1 {
	background: linear-gradient(0deg, transparent 0%, var(--color-base) 100%);
}
.con-base#pickup {
	padding-top: 0 !important;
	overflow: hidden;
}
.pickup-swiper .swiper-wrapper {
	align-items: center;
}
.pickup-swiper .swiper-pagination {
	position: static;
	margin-top: 20px;
}
.pickup-swiper .swiper-pagination-bullet {
	width: 2.5vw;
	height: 3px;
	border-radius: 0;
}
.pickup-swiper .swiper-pagination-bullet-active {
	background: var(--color-main);
}
.pickup-swiper :is(.swiper-button-next,.swiper-button-prev) {
	top: var(--swiper-navigation-top-offset,45%);
	color: var(--color-main);
}
.pickup-swiper .swiper-button-next:after, .pickup-swiper .swiper-button-prev:after {
	font-size: min(2vw, 60px);
}
.pickup-img {
	width: 100%;
	overflow: hidden;
}
.pickup-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: all 0.3s;
}
@media (hover: hover) {
	.pickup-img:hover img {
		opacity: 0.5;
	}
}

/* お知らせ（ホーム） */
.news-vk_post-wrap {
	padding: 0 30px;
}

/* はじめてご利用の方へ（ホーム） */
.visitor-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.visitor-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 45px;
	width: calc(50% - 30px);
	padding: 60px;
	border-radius: 2em;
	background: var(--color-base);
	text-align: center;
}
.visitor-item.w100 {
	width: 100%;
}
.visitor-item h3 {
	color: var(--color-main);
}
.visitor-item .logo {
	width: 90%;
	margin: 0 auto;
}
.visitor-item .logo img {
	margin-bottom: 30px;
}
.visitor-item .age .age-txt {
	font-size: 2rem;
	font-family: var(--font-maru);
}
.visitor-item .age .age-txt .num {
	margin-right: 0.125em;
	font-size: 2.5em;
	font-weight: 700;
}
.step-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.step-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 2em;
	background: #fff;
}
.step-item:not(:last-child)::before {
	position: absolute;
	z-index: -1;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 20px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: var(--color-main);
}
.step-num {
	padding: 30px 60px;
	border-right: 1px solid  var(--color-line);
}
.step-num .en {
	color: var(--color-main);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.step-num .en .num {
	display: block;
	font-size: 3em;
}
.step-icon {
	width: 280px;
	padding: 30px 60px;
}
.step-contents {
	flex: 1;
	padding: 30px 0;
	text-align: left;
}
.step-contents h4 {
	margin-bottom: 20px;
}

/* プログラム（ホーム） */
.con-base#programs {
	padding-top: 0 !important;
}
.program-link-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 6px solid var(--color-accent);
}
.program-link-box .box-contents {
	flex: 1;
	padding: 0 60px;
	text-align: center;
}
.program-link-box .box-contents .amp-txt {
	margin-bottom: 20px;
	font-size: 1.25rem;
}
.program-link-box .box-contents .sec-ttl {
	margin-bottom: 30px;
}
.program-link-box .box-icon {
	position: relative;
	z-index: 1;
	width: 300px;
}

/* よくある質問 & 教育機関・企業の方へ（ホーム） */
.space-link-list {
	display: flex;
	flex-wrap: wrap;
}
.space-link-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 90px 60px;
	border: 1px solid var(--color-line);
	border-left: none;
	background: rgba(249,247,229,0.9);
	color: #333;
	text-align: center;
	transition: all 0.3s;
}
.space-link-item:nth-child(even) a {
	border-right: none;
}
.space-link-icon-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 999px;
	background: #fff;
}
.space-link-icon img {
	width: 60%;
}
.space-link-item.faq .space-link-icon img {
	width: 40%;
}

/* アクセス（ホーム） */
.access-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.access-info .txt {
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.access-info .txt.color {
	flex: 1;
}
/* ------------------------------ フロントページ end ------------------------------ */


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

/* セクションタイトル */
.sec-ttl.sub {
	text-align: center;
}
.sec-ttl.sub h2 {
	padding-bottom: 20px;
}
.sec-ttl.sub h2::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 54px;
	border-bottom: 10px dotted var(--color-main);
}

/* サブページ内リンク */
.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: 1px solid var(--color-line);
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	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: 5px;
	transform: translateY(-50%);
	content: "\e313";
	color: var(--color-main);
	font-size: 17.5px;
	font-family: "Material Symbols Outlined";
	transition: all 0.3s;
}
.anchor-links li a:hover {
	background: var(--color-main);
	color: #fff;
}
.anchor-links li a:hover::before {
	top: 60%;
	transform: translateY(-60%);
	color: #fff;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ はじめてご利用の方へ start ------------------------------ */
/* 県南サポステとは */
#pg-23-1 {
	background: linear-gradient(0deg, transparent 0%, var(--color-base) 50%, transparent 100%);
}
.about-img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 3/2;
	margin: 0 auto 90px;
}
.about-img-inner {
	width: 100%;
	height: 100%;
	border-radius: 4em;
	overflow: hidden;
}
.about-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-txt-outer .txt {
	font-size: 1.25rem;
	font-family: var(--font-maru);
	line-height: 2.5;
}
.about-img .deco-workuma .workuma {
	position: absolute;
	z-index: 1;
	bottom: -90px;
	left: -30px;
	width: 100%;
	max-width: 150px;
	padding-bottom: 1.5%;
}
.about-img .deco-workuma .workuma.chan {
	left: auto;
	right: -30px;
}
.deco-comment-outer {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: calc(100% - 300px);
}
.deco-comment {
	padding: 10px 30px;
	border-radius: 999px;
	background: #fff;
}
.deco-comment::before, .deco-comment::after {
	position: absolute;
	z-index: 1;
	top: calc(100% - 1px);
	left: 30px;
	content: "";
	width: 15px;
	height: 15px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.deco-comment::after {
	left: auto;
	right: 30px;
	transform: scale(-1,1);
}

/* 利用対象者 */
.target-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 60px !important;
	border: 4px solid var(--color-main);
	border-radius: 2em;
}
.target-item {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 35px;
	font-size: 1.25rem;
	font-family: var(--font-maru);
	line-height: 1.5;
}
.target-item::before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--color-main);
}
.target-item .fs-s {
	display: block;
	margin: 0.25em 0 0;
	font-size: 0.9em;
}
.hataraku-ishi-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hataraku-ishi-list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 5px);
	padding: 20px 30px;
	border: 2px dashed var(--color-main);
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	font-size: 1.1rem;
	font-family: var(--font-maru);
	line-height: 1.5;
	text-align: center;
}

/* ご利用の流れ */
.flow-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: calc(60px + 1.5rem);
	padding: 60px 0 90px !important;
	counter-reset: number 0;
}
.flow-list::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 100%;
	border-radius: 0 0 999px 999px;
	background: var(--color-base);
}
.flow-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px;
	border-radius: 2em;
	background: var(--color-base);
}
.flow-item::before {
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	counter-increment: number 1;
	content: "STEP" counter(number, decimal-leading-zero);
	width: 100%;
	color: #fff;
	font-size: 10rem;
	font-family: var(--font-en);
	line-height: 1;
	text-align: center;
}
.flow-ttl {
	position: relative;
	z-index: 1;
	text-align: center;
}
.flow-ttl .amp-txt-outer {
	margin-bottom: 10px;
}
.flow-ttl .en {
	margin-bottom: 0.5em;
	color: var(--color-main);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.flow-ttl .en .num {
	display: block;
	font-size: 3em;
}
.flow-item .contact-method-list.normal-contact {
	position: relative;
	z-index: 1;
	gap: 90px;
}
.flow-item .contact-method-list.normal-contact::before {
	position: absolute;
	z-index: 1;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 20px;
	background: var(--color-main);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-item .contact-method-list.normal-contact .contact-method-item {
	width: calc(50% - 45px);
}
.flow-item .contact-method-list.normal-contact .contact-method-item.tel::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	content: "or";
	width: 90px;
	color: var(--color-main);
	font-size: 2.5rem;
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1;
	text-align: center;
}
.flow-contents .flow-deco {
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.flow-contents .flow-deco .deco-comment-outer {
	top: 0;
	bottom: auto;
	text-align: center;
}
.flow-contents .flow-deco .deco-comment {
	background: var(--color-main);
	color: #fff;
}
.flow-contents .flow-deco .deco-comment::before, .flow-contents .flow-deco .deco-comment::after {
	background: var(--color-main);
}
.flow-contents .deco-workuma {
	display: flex;
	justify-content: space-between;
}
.flow-contents .deco-workuma .workuma {
	width: 100%;
	max-width: 150px;
	padding-bottom: 1.5%;
}
.flow-contents-box {
	display: flex;
	gap: 60px;
	position: relative;
	z-index: 1;
	width: 100%;
	border: 1px solid var(--color-line);
	background: #fff;
}
.flow-icon {
	width: 200px;
}
.flow-txt-outer {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.flow-txt-outer h4 {
	color: var(--color-main);
}
.flow-txt-outer .btn-base {
	margin-top: 20px;
}
.flow-contents-box-wrap {
	display: flex;
	flex-wrap:wrap;
	gap: 60px;
}
.flow-contents-box-wrap .flow-contents-box:not(:last-child)::before {
	position: absolute;
	z-index: 1;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 20px;
	background: var(--color-main);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.between-comment {
	position: relative;
	z-index: 1;
	padding: 20px 0 50px;
	text-align: center;
}
.between-comment::before {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 20px;
	background: var(--color-main);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.program-tab-wrap {
	width: 100%;
}
.tab-list.program {
	grid-template-columns: 1fr 1fr 1fr;
}
.tab-list.program .tab {
	margin-bottom: 20px !important;
	font-size: 1rem;
}
.tab-list.program .tab::before {
	position: absolute;
	z-index: 1;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 30px;
	height: 10px;
	background: var(--color-line);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: all 0.3s;
}
.tab-list.program .tab:hover::before, .tab-list.program .tab.active::before {
	background: var(--color-main);
}
.tab-panel-wrap.program .flow-contents-box {
	border: 2px solid  var(--color-main);
}
.tab-panel-wrap.program .flow-contents-box .program-tag {
	padding: 2.5px 20px;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.9em;
}
.flow-contents-box.goal {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.goal-contents {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.goal-contents .lead {
	position: relative;
	z-index: 1;
	color: #fff;
}
.goal-contents .lead::before, .goal-contents .lead::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: calc(100% + 60px);
	transform: translateY(-50%);
	content: "";
	width: auto;
	height: 200%;
	max-height: 100px;
	aspect-ratio: 1;
	background: url(/wp-content/uploads/2025/08/icon_sakura.png) no-repeat;
	background-size: contain;
}
.goal-contents .lead::after {
	left: auto;
	right: calc(100% + 60px);
	transform: translateY(-50%) scale(-1,1);
}
/* ------------------------------ はじめてご利用の方へ end ------------------------------ */


/* ------------------------------ プログラム start ------------------------------ */
.post-name-programs .entry-body {
	counter-reset: number 0;
}
.program-con {
	position: relative;
	z-index: 1;
}
.program-con::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	counter-increment: number 1;
	content: "PROGRAM " counter(number, decimal-leading-zero);
	color: var(--color-base);
	font-size: 8rem;
	font-family: var(--font-en);
	line-height: 1;
	writing-mode: vertical-rl;
}
.program-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}
.program-img {
	width: 40%;
	aspect-ratio: 4/3;
	border-radius: 2em;
	overflow: hidden;
}
.program-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program-contents {
	flex: 1;
}
.program-ttl {
	margin-bottom: 30px;
	padding: 0 0.75em 0.5em;
	border-bottom: 2px solid var(--color-main);
}
.program-ttl .txt {
	margin-bottom: 0.5em;
	color: var(--color-main);
	font-family: var(--font-maru);
}
.program-txt-outer .accent-btn {
	margin-top: 30px;
}
.program-box {

}
/* ------------------------------ プログラム end ------------------------------ */


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


/* ------------------------------ 教育機関・企業へのお願い start ------------------------------ */
.request-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 999px;
	background: var(--color-base);
}
.request-icon img {
	width: 60%;
}
.request-txt-outer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.request-txt-outer .txt {
	padding-bottom: 1px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
		linear-gradient(180deg, var(--color-line) 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
		100% 2.5em; /* 点線2のサイズ */
	font-size: 1.1rem;
	font-family: var(--font-maru);
	line-height: 2.5;
}
.request-txt-outer ul {
	margin-top: 30px;
}
/* ------------------------------ 教育機関・企業へのお願い end ------------------------------ */


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

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

/* シングルページ */
.single .entry-header {
	margin-bottom: 60px;
}
.single:not(.single-voice) .entry-header h1 {
	margin: 0 0 0.5em;
}
.single:not(.single-voice) .entry-body h2 {
	padding-bottom: 0.25em;
	border-bottom: 2px dashed var(--color-main);
}
.single:not(.single-voice) .entry-body h3:not(.contact-method-ttl h3) {
	padding-left: 30px;
}
.single:not(.single-voice) .entry-body h3:not(.contact-method-ttl h3)::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-main);
}
.single .entry-body :is(ul,ol) li:not(:last-child) {
	margin-bottom: 0.5em;
}
.single .entry-body table td:first-child {
	width: 30% !important;
	border-right: none;
	border-left: none;
	background: var(--color-base);
	color: var(--color-main);
	font-weight: 700;
	text-align: left;
}
.single .entry-body table td {
	border-right: none;
	border-left: none;
}
.single .entry-body table td a {
	text-decoration: underline !important;
}
.single .entry-body .contact-method-list {
	gap: 30px;
}
.single .entry-body .contact-method-list .contact-method-item {
	width: 100%;
}
.entry-meta-data-list:first-child {
	margin: 60px 0 5px;
}
.single .main-section--margin-bottom--on {
	margin-bottom: 60px;
}
.single .site-body .entry-footer {
	margin-bottom: 90px;
}
/* ------------------------------ 投稿 end ------------------------------ */


/* ------------------------------ 利用者の声 start ------------------------------ */
/* 共通 */

/* アーカイブページ */
.voice-sec .sec-ttl {
	margin-bottom: 60px;
}
.voice-cat-wrap {
	margin-bottom: 60px;
}
.voice-cat-wrap .accordion-contents-inner {
	gap: 0;
	padding: 0 20px;
}
.voice-cat-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	width: 100%;
	padding: 30px 0;
}
.voice-cat-dl:not(:last-child) {
	border-bottom: 1px dashed var(--color-line);
}
.voice-cat-dl dt {
	min-width: 100px;
	margin: 0;
	padding-top: 5px;
}
.voice-cat-dl dd {
	flex: 1;
	min-width: 0;
}
.voice-cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 90%;
}
.voice-cat-list li a, .cat-link-btn {
	display: block;
	padding: 5px 30px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	font-size: 0.9rem;
	transition: all 0.3s;
}
.cat-link-btn {
	display: inline-block;
}
.voice-cat-list li a:hover, .cat-link-btn:hover {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.voice-cat-list li.current-term a, .post-type-archive-voice .voice-cat-list li:first-child a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.voice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.voice-item {
	width: 100%;
	height: 100%;
}
.voice-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 1em;
	background: var(--color-base);
	color: #333;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
/* @media (hover: hover) {
.voice-item a:hover {
background: var(--color-base);
}
} */
@media (hover: none) {
	.button {
		background-color: red;
	}
}
.voice-item-img {
	width: 40%;
	aspect-ratio: 3/2;
	margin: 0 auto 20px;
	overflow: hidden;
}
.voice-item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.voice-item-ttl {
	margin-bottom: 10px;
}
.voice-cat-label-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 0.5em;
}
.voice-cat-label {
	padding: 2.5px 20px;
	border-radius: 0.25em;
	background: #eee;
	font-size: min(0.9vw,0.9rem);
}
.voice-cat-label.man {
	background: var(--color-blue);
}
.voice-cat-label.woman {
	background: var(--color-pink);
}
.voice-item h3 {
	font-size: min(1.5vw,1.5rem);
}
.voice-item-desc {
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}
.voice-item-desc-heading {
	margin-bottom: 10px;
}
.voice-item-desc-heading .txt {
	color: var(--color-main);
	font-size: 1.25rem;
	font-family: var(--font-maru);
}
.voice-item-desc-body .txt {
	color: #666;
	text-align: left;
}
.post-type-voice .pagination {
	margin-top: 60px;
}

/* シングルページ */
.voice-head-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 60px;
	margin-bottom: 30px;
}
.voice-head-ttl {
	flex: 1;
}
.voice-head-img {
	width: 150px;
}
.voice-head-desc {
	margin-bottom: 60px;
}
.voice-head-desc .txt {
	color: #666;
	font-size: 0.9em;
	font-family: var(--font-maru);
}
.single-voice .entry-header {
	margin-bottom: 0;
}
.single-voice .entry-header h1 {
	font-size: 2.5rem;
}
.single-voice .voice-cat-label-list {
	justify-content: flex-start;
}
.single-voice .voice-cat-label-list .voice-cat-label {
	padding: 2.5px 30px;
	font-size: 1.25rem;
}
.single-voice .entry-body h2 {
	color: var(--color-main);
}
.single-voice .entry-meta-data-list {
	display: none;
}
/* ------------------------------ 利用者の声 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
/* はじめに */
.intro-box {
	border: 1px solid var(--color-line);
}

/* お電話 */
.contact-tel-box {
	padding: 60px;
	border-radius: 10px;
	background: var(--color-base);
	text-align: center;
}
.tel-num {
	color: var(--color-main);
	font-size: 4rem;
	font-weight: 700;
	transition: all 0.3s;
}
.tel-num:hover {

}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.contact-desc {
	color: #666;
	font-weight: 700;
}
.contact-desc .desc-ttl {
	margin-right: 5px;
	padding: 5px 20px;
	border-radius: 0.25em;
	background: var(--color-main);
	color: #fff;
	font-size: 0.9em;
}

/* メールフォーム */
.con-base.tab-panel {
	padding: 60px 0;
}
tr.w100-wrap { 
	display: flex; flex-direction: column; width: 200%; max-width: 1200px;
}
.cf7-tb th.w100, .cf7-tb td.w100 {
	display: block; width: 100%; text-align: center;
}
.cf7-tb th.w100 {
	padding-bottom: 0;
	border-bottom: 0;
}
.cf7-tb td.w100 {
	border-top: none;
}
.cf7-tb td.w100 .txt-cf7 {
	font-size: 1.25rem;
}
.cf7-tb td.w100 .target-list {
	margin-bottom: 20px;
	text-align: left;
}
.cf7-tb td.w100 .target-list li p {
	line-height: 1.5;
}
.cf7-tb td.w100 input[type="checkbox"] {
	inline-size: 2rem;
	block-size: 2rem;
	vertical-align: bottom;
}
.cf7-tb td.w100 .wpcf7-list-item-label {
	font-size: 1.1rem;
	font-weight: 500;
	border-bottom: 1px solid #333;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー & SNS運用ポリシー start ------------------------------ */
/* 共通 */
:is(.post-name-privacy-policy,.post-name-sns-policy ) .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
/* SNS運用ポリシー */
.sns-tb thead th {
	background: var(--color-base);
	color: #333;
}
.sns-tb thead th {
	width: 30%;
}
.sns-tb thead th:nth-child(2) {
	width: 70%;
}
.sns-tb tbody th {
	color: #333;
}
/* ------------------------------ プライバシーポリシー & SNS運用ポリシー end ------------------------------ */


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


/* ------------------------------ レスポンシブ対応（2200px以下） start ------------------------------ */
@media (max-width: 2200px) {
	.sub-section--col--two>aside:first-child {
		transition: all 0.3s;
	}
	.header_scrolled .sub-section--col--two>aside:first-child {
		padding-top: 90px;
	}
}
/* ------------------------------ レスポンシブ対応（2200px以下） end ------------------------------ */


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

	/* ヘッダー */
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}

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

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

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

	/* フロントページ */
	.mv-ttl .txt {
		font-size: 1.125rem;
	}
	.mv-btn .contact-btn {
		font-size: 1rem;
	}
	.step-num {
		padding: 30px 60px 30px 0;
	}
	.program-link-box .box-contents {
		padding: 0 60px 0 0;
	}
	.cta-contact {
		border-radius: 6em;
	}
	.contact-method-list {
		gap: 30px;
	}
	.contact-method-item {
		width: calc(50% - 60px);
	}
	.voice-cat-label {
		font-size: 0.9rem;
	}
	.voice-item h3 {
		font-size: 1.5rem;
	}

	/* はじめての方へ */
	.flow-item .contact-method-list.normal-contact {
		gap: 60px;
	}
	.flow-item .contact-method-list.normal-contact .contact-method-item {
		position: relative;
		width: 100%;
	}
	.flow-item .contact-method-list.normal-contact .contact-method-item.tel::before {
		top: calc(100% + 5px);
		left: 50%;
		transform: translateX(-50%);
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


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

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

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

	/* ヘッダー */
	.site-header {
		min-height: 55px;
		padding-right: 0;
	}
	.site-header-container {
		min-height: 55px;
		padding: 0 10px;
		overflow: visible;
	}
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		gap: 10px;
		padding-right: 65px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.header-logo-after img {
		height: 40px;
	}

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

	/* ヘッダーお問い合わせボタン */
	.header-contact .contact-btn {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		padding: 10px 30px;
		border-radius: 30px 30px 0 0;
		font-size: 0.8em;
	}
	.header-contact .contact-btn-inner {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.header-contact .contact-btn .btn-txt {
		display: contents;
		flex: auto;
	}

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

	.page_top_btn {
		bottom: 71.6px;
	}

	/* ショートコード（CTA） */
	.cta-contact {
		border-radius: 4em;
	}
	.contact-ttl .contact-en .en {
		font-size: 8rem;
	}
	.contact-ttl h2 {
		font-size: 2.5rem;
	}
	.contact-method-list {
		position: relative;
		margin-bottom: 60px;
	}
	.contact-method-item {
		position: static;
		z-index: auto;
		width: 100%;
		margin-bottom: 0 !important;
	}
	.contact-method-item .deco-workuma .workuma {
		left: -20px;
		bottom: -60px;
	}
	.contact-method-item.mail .deco-workuma .workuma {
		right: -20px;
		bottom: -60px;
	}

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

	/* フロントページ */
	.mv-inner {
		justify-content: flex-start;
		margin: 60px 20px 90px;
	}
	.mv-contents {
		flex: none;
		width: 80%;
		margin-top: 90px;
		padding: 0;
	}
	.mv-ttl h2 {
		width: 100%;
		font-size: 4vw;
	}
	.mv-ttl .txt {
		max-width: 300px;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
			-1px 1px 0 #FFF, 1px -1px 0 #FFF,
			0px 1px 0 #FFF,  0 -1px 0 #FFF,
			-1px 0 0 #FFF, 1px 0 0 #FFF;
	}
	.mv-swiper {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
	}
	.mv-swiper .swiper-slide-inner {
		max-height: 100%;
	}
	.con-base#pickup {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.sec-ttl-en h2::before, .sec-ttl-en h2::after {
		width: 100%;
	}
	.pickup-swiper .swiper-button-next:after, .pickup-swiper .swiper-button-prev:after {
		font-size: 4vw;
	}
	.pickup-swiper .swiper-pagination-bullet {
		width: 5vw;
	}
	.visitor-item {
		width: 100%;
	}
	.visitor-item .logo {
		width: 100%;
		max-width: 380px;
	}
	.step-item {
		align-items: center;
	}
	.step-num {
		padding: 30px 60px;
	}
	.step-icon {
		flex: 1;
	}
	.step-contents {
		flex: auto;
		width: 100%;
		padding: 30px 0 0;
	}
	.step-contents h4 {
		text-align: center;
	}
	.program-link-box {
		flex-direction: column-reverse;
	}
	.program-link-box .box-contents {
		width: 100%;
		padding: 0;
	}
	.program-link-box .box-icon {
		width: 200px;
	}
	.space-link-item {
		width: 100%;
	}

	/* サブページ共通 */
	.anchor-links {
		grid-template-columns: 1fr 1fr;
	}

	/* 利用者の声 */
	.single-voice .entry-header h1 {
		font-size: 2rem;
	}

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


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

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

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

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

	/* ショートコード（CTA） */
	.contact-ttl {
		margin-bottom: 45px;
	}
	.contact-ttl .contact-en .en {
		font-size: 6rem;
	}
	.contact-ttl h2 {
		font-size: 2rem;
	}
	.contact-method-item {
		padding: 45px;
	}
	.contact-method-item .deco-workuma .workuma {
		width: 80px;
	}

	/* フロントページ */
	.mv-inner {
		flex-direction: column-reverse;
		gap: 45px 0;
		margin: 20px 20px 60px;
	}
	.mv-contents {
		width: 100%;
		margin-top: 0;
	}
	.mv-ttl {
		margin-bottom: 30px;
	}
	.mv-ttl h2 {
		margin-bottom: 35px;
		font-size: 4.5vw;
	}
	.mv-ttl .txt {
		width: 100%;
		max-width: 100%;
		text-shadow: none;
	}
	.mv-btn .contact-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		min-width: 100%;
		padding: 10px 20px;
		font-size: 0.8em;
	}
	.con-base#pickup .deco-workuma .workuma img {
		width: 90px;
	}
	.mv-swiper {
		position: static;
		width: 100%;
	}
	.mv-swiper .swiper-slide-inner {
		border-radius: 3em 0.5em 3em 0.5em;
	}
	.visitor-wrap {
		gap: 45px;
	}
	.visitor-item {
		gap: 30px;
		padding: 45px;
	}
	.step-item {
		padding: 45px;
	}
	.step-num {
		width: 50%;
		padding: 30px 30px 30px 0;
	}
	.step-icon {
		flex: auto;
		width: 50%;
		padding: 30px 0 30px 30px;
	}
	.space-link-item {
		padding: 60px 20px;
	}
	.voice-grid {
		grid-template-columns: 1fr;
	}

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

	/* はじめてご利用の方へ */
	.about-img {
		margin-bottom: 0;
	}
	.about-img-inner {
		border-radius: 3em;
	}
	.deco-comment-outer {
		position: static;
		transform: none;
		max-width: 100%;
		margin: 30px 0;
	}
	.deco-comment::before {
		left: 45%;
	}
	.deco-comment::after {
		right: 45%;
	}
	.about-img .deco-workuma {
		display: flex;
		justify-content: center;
		gap: 45px;
	}
	.about-img .deco-workuma .workuma {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 100px;
	}
	.about-img .deco-workuma .workuma.chan {
		right: auto;
	}
	.target-list {
		padding: 45px !important;
	}
	.hataraku-ishi-list li {
		width: 100%;
	}
	.flow-item {
		padding: 45px;
	}
	.flow-item::before {
		font-size: 8rem;
	}
	.flow-contents-box {
		flex-wrap: wrap;
		gap: 45px;
	}
	.flow-icon {
		width: 100%;
		text-align: center;
	}
	.flow-icon img {
		width: 150px;
	}
	.flow-txt-outer {
		flex: auto;
		text-align: center;
	}
	.flow-txt-outer .txt {
		text-align: left;
	}
	.flow-txt-outer .btn-base {
		min-width: auto;
		max-width: 100%;
	}
	.flow-contents .deco-workuma {
		justify-content: center;
		gap: 45px;
	}
	.flow-contents .deco-workuma .workuma {
		max-width: 100px;
	}

	/* 主なプログラム */
	.program-item {
		gap: 45px;
	}
	.program-img {
		width: 100%;
	}

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

	/* お問い合わせ */
	.tel-num {
		font-size: 3rem;
	}
	tr.w100-wrap {
		width: 100%;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	.sec-ttl .en { font-size: 1rem; }
	.sec-ttl h2 { font-size: 2rem; }
	.sec-ttl.sub h2::before { border-bottom-width: 5px; }
	h1 { font-size: 2rem; /* px */ }
	h2 { font-size: 1.75rem; /* px */ }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.25rem; }
	h5 { font-size: 1.125rem; }
	.lead { font-size: 1.75rem; }
	.rl-gallery-caption { font-size: 0.8em; }
	.pc-br { display: none; }
	.sp-br { display: block; }
	table td, table th { padding: 1.5em 1em; }
	.btn-base {
		padding: 15px 45px;
		font-size: 0.9em;
	}
	.msg-txt {
		line-height: 2;
	}

	/* ヘッダー */
	.header-logo-after {
		display: none;
	}

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

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

	/**/
	.vk-mobile-nav .widget_nav_menu ul li:last-child a {
		width: 100%;
	}

	/* ショートコード（CTA） */
	.contact-ttl .contact-en .en {
		font-size: 4rem;
	}
	.contact-ttl img {
		height: 200%;
	}
	.contact-ttl h2 {
		font-size: 1.75rem;
	}

	/* フロントページ */
	.mv-ttl h2 {
		font-size: 6vw;
	}
	.sec-ttl-en h2 {
		font-size: 1.5rem;
	}
	.pickup-swiper .swiper-button-next:after, .pickup-swiper .swiper-button-prev:after {
		font-size: 6vw;
	}
	.pickup-swiper .swiper-pagination-bullet {
		width: 7.5vw;
	}
	.news-vk_post-wrap {
		padding: 0 20px;
	}
	.news-vk_post-wrap .vk_posts .vk_post:nth-child(n+4) {
		display: none;
	}
	.visitor-item .age .age-txt {
		font-size: 1.75rem;
	}
	.visitor-item.w100 {
		padding: 45px 20px;
	}
	.step-item {
		gap: 30px;
		padding: 45px 20px;
	}
	.step-num {
		width: 100%;
		padding: 0;
		border: none;
	}
	.step-num .en {
		font-size: 1.5rem;
	}
	.step-icon {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.step-icon img {
		width: 100%;
		max-width: 150px;
	}
	.step-contents {
		padding: 0;
	}
	.program-link-box .box-contents .amp-txt {
		font-size: 1rem;
	}

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

	/* はじめてご利用の方へ */
	.about-txt-outer {
		text-align: left;
	}
	.about-txt-outer .txt {
		line-height: 1.8;
	}
	.about-txt-outer .txt br {
		display: none;
	}
	.target-list {
		padding: 45px 20px !important;
	}
	.box#hataraku-ishi {
		padding: 45px 20px;
	}
	.hataraku-ishi-list li {
		padding: 10px 20px;
		font-size: 1rem;
	}
	.flow-item {
		padding: 45px 20px;
	}
	.flow-item::before {
		font-size: 6rem;
	}
	.flow-ttl .en {
		margin-bottom: 1em;
		font-size: 1.5rem;
	}
	.flow-item .contact-method-list.normal-contact .contact-method-item {
		padding: 45px 20px;
	}
	.flow-contents-box {
		padding: 45px 20px;
	}
	.tab-list.program {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.tab-panel-wrap.program .flow-contents-box .program-tag {
		padding: 2.5px 10px;
	}
	.goal-contents .lead::before, .goal-contents .lead::after {
		max-height: 60px;
	}
	.goal-contents .lead::before {
		left: 115%;
	}
	.goal-contents .lead::after {
		right: 115%;
	}
	.contact-method-item .btn-base {
		padding: 15px 30px;
	}

	/* 主なプログラム */
	.program-box {
		padding: 45px 20px;
	}

	/* 利用者の声 */
	.voice-cat-dl dt {
		min-width: 60px;
	}
	.voice-head-wrap {
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px;
	}
	.single-voice .entry-header h1 {
		text-align: center;
	}
	.single-voice .voice-cat-label-list .voice-cat-label {
		font-size: 1rem;
	}
	.voice-item a, .voice-item-desc {
		padding: 30px 20px;
	}

	/* よくある質問 */
	.accordion-contents-inner {
		gap: 10px;
	}
	.accordion-txt-outer {
		flex: auto;
		width: 100%;
	}

	/* 教育機関・企業へのお願い */
	.request-icon {
		max-width: 150px;
	}
	.request-box {
		padding: 45px 20px;
	}

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

	/* お問い合わせ */
	.con-base#mail .center .txt {
		text-align: left;
	}
	.tab {
		padding: 20px 20px;
		font-size: 1rem;
	}
	.tel-box {
		padding: 45px 20px;
	}
	.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 ------------------------------ */