@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://www.pc-suketto.co.jp
Template: lightning
Description: G3 Ver1
Author: ISHITSUKA
Tags: 
Version: 1.0.0
*/

/* ------------------------------
共通 start
------------------------------ */
body {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-family: '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;
	overflow: clip;
	counter-reset: number 0;
}

/* Google Font Icon */
.material-symbols-outlined {
	font-size: 1.3em;
	vertical-align: middle;
}

/* VKルート */
:root {
	--vk-size-text-sm: 0.9rem;
	--vk-color-text-link-hover: var(--vk-color-primary);
	--c-base: #FFF8EE;
	--c-sub: #71C144;
	--c-accent: #EF476F;
	--c-sub-light: #ABDA90;
	--c-sub-dark: #447627;
	--c-sub-base: #F3FCEC;
	--c-sub02: #3F88C5;
	--c-sub02-light: #89B6DB;
	--c-sub02-dark: #235075;
	--c-sub02-base: #EBF2F9;
}

/* タグ */
a { text-decoration: none !important; }
p { margin: 0; line-height: 1.8; }
img { vertical-align: middle; }
iframe { margin-bottom: 0; vertical-align: bottom; }
label {	margin-bottom: 0; }
input, textarea, input::placeholder, textarea::placeholder { font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

/* hタグ */
h1,h2, h3, h4, h4, h5, h6 {
	position: relative;
	z-index: 1;
	margin: 0;
	line-height: 1.8;
}
h1 {
	margin-bottom: 1em;
}
h2 {
	font-size: 38px;
	font-weight: 600;
}
.h-small {
	display: block;
	color: var(--c-sub);
	font-size: 0.65em;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
h3 {
	font-size: 24px;
	font-weight: 600;
}
h3.deco {
	display: inline-block;
	padding: 0 10px;
	border-bottom: 3px dotted var(--vk-color-primary);
	color: var(--color-ttl);
}
h4 {
	font-size: 20px;
	font-weight: 500;
}
h4.deco {
	padding-left: 25px;
}
h4.deco::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--vk-color-primary);
	z-index: 1;
}
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.ttl h2 {
	margin-top: 10px;
	font-size: 1.5rem;
}
.ttl .sub {
	color: var(--vk-color-primary);
	font-size: 5rem;
	font-weight: 500;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	line-height: 1;
}
.ttl .sub .color {
	color: var(--c-sub);
}
.ttl-jp h2 {
	margin: 0;
	font-size: 2.8rem;
}
.ttl-jp .sub {
	margin-top: 10px;
	font-size: 1.8rem;
}

/* tableタグ */
:where(:not(.wp-block-table))>table.tb-base :is(th,td) { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
:where(:not(.wp-block-table))>table { border-right: none; border-left: none; }
table { table-layout: fixed; }
table td, table th {
	padding: 1.5rem 1.5rem;
}
dl { margin: 0; }
dt { margin-bottom: 0.5em; font-weight: 700; }
dd { margin-bottom: 1em; }
.tb-base th {
	width: 30%;
	text-align: left;
	border-right: none;
	border-left: none;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}

/* ul,olタグ */
.ul-base{
	margin: 0 !important;
	padding-left: 1.25em !important;
}
.ol-base {
	margin: 0 !important;
	padding-left: 1.5rem !important;
}
.ul-base li { margin: 0 0 5px 10px !important; }
.ol-base li{ margin: 0 0 10px 0 !important }
li a { text-decoration: none; }

/* hr */
hr { width: 80%; border-color: #FDF0D5; }

/* figure */
figure { margin: 0; }
figcaption { font-size: 0.8em; }

/* 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 { border: 2px solid #eee; }
.rl-gallery-caption { display: block; }

/* コンテンツの幅 */
.site-body {
	padding: 90px 0;
}
.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.page .site-body-container {
	max-width: 100%;
}
.base-cont {
	width: 1170px;
	margin: 0 auto;
	padding: 90px 0;
}

/* 中央・右・左　寄せ */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/* マージン */
.marginR-5 { margin-right: 5px; }
.marginL-5 { margin-left: 5px; }

/* テキスト */
.txt {
	display: block;
	margin-bottom: 10px;
}
div>.txt:last-of-type {
	margin-bottom: 0;
}
.fsize-s {
	margin: 0 5px;
	font-size: 0.8em;
}
.fsize-b {
	margin: 0 5px;
	font-size: 1.3em;
}
.fweight-b {
	font-weight: 700;
}
.color {
	color: var(--vk-color-primary);
}
.c-sub {
	color: var(--c-sub);
}
.c-accent {
	color: var(--c-accent);
}
.reference {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.9em;
}
.en {
	font-weight: 500;
	font-family: 'Jost', 'Noto sans JP', sans-serif;
}
.num {
	font-weight: 500;
	font-family: 'Jost', 'Noto sans JP', sans-serif;
	line-height: 1;
}

/* 文字装飾 */
.megaphone {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 60px;
}
.megaphone::before, .megaphone::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 45px;
	content: '';
	background: var(--vk-color-primary);
}
.megaphone::before {
	left: 10px;
	transform: translateY(-50%) rotate(-30deg);
}
.megaphone::after {
	right: 10px;
	transform: translateY(-50%) rotate(30deg);
}
.attn-txt {
	font-size: 1.8rem;
	font-weight: 700;
}

/* ボタン */
.btn-base {
	display: inline-block;
	position: relative;
	z-index: 2;
	min-width: 240px;
	padding: 20px 45px;
	border-radius: 9999px;
	background: var(--vk-color-primary);
	color: #fff;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease;
}
.btn-base::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transition: all 0.3s linear;
}
.btn-base:hover {
	background: var(--vk-color-primary-dark);
	color: #fff;
}
.btn-base:hover::after {
	right: 15px;
}

/* ページリンク */
.links-ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 0 !important;
}
.links-ul li {
	position: relative;
	margin-left: 0 !important;
	width: calc(50% - 5px);
	border-bottom: 2px solid #eee;
	z-index: 1;
}
.links-ul li::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 0%;
	height: 2px;
	transition: all 0.3s linear;
	z-index: 2;
}
.links-ul li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--vk-color-primary);
	border-right: solid 2px var(--vk-color-primary);
	z-index: 1;
}
.links-ul li:hover {
	border-bottom: 2px solid transparent;
}
.links-ul li:hover::before {
	width: 100%;
	background: #0B1722;
}
.links-ul li a {
	display: flex;
	align-items: center;
	padding: 15px 45px 15px 15px;
	height: 100%;
	color: var(--vk-color-primary);
}
.links-ul li a i {
	margin: 0 0 0 5px;
}

/* タブ */
.tabs {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 !important;
	cursor: pointer;
}
.ul-base.tabs li {
	margin: 0 !important;
	padding: 10px 30px;
	color: var(--vk-color-primary);
}
.btn-base.tab::after {
	display: none;
}
.tab {
	width: calc(100%/3 - 20px);
	padding: 10px;
	text-align: center;
}
.tab.active {
	background: var(--vk-color-primary) !important;
	color: #fff !important;
}
.tab-panel {
	display: none !important;
}
.tab-panel.active {
	display: block !important;
}

/* コンテンツ表示・非表示　レスポンシブ */
.pc-cont { display: block; }
.tab-cont { display: none; }
.sp-cont { display: none !important; }

/* PC時にflexで左右のコンテンツを入れ替える */
.row-reverse {
	flex-direction: row-reverse;
}
/* レイアウトビルダーのストレッチ */
.stretch-cell>div, .stretch-cell>div>div {
	height: 100%;
}

/* 改行　レスポンシブ */
.pcbr { display: inline-block; }
.tabbr { display: none; }
.spbr { display: none; }

/* ヘッダー上部 */
.header-top {
	background-color: transparent;
	border-bottom: none;
}
.header-top .nav li a {
	padding: 0 10px;
	text-decoration: underline !important;
}
.header-top .nav li a:hover {
	opacity: 0.7;
}
.header-top .header-top-contact-btn a.btn {
	margin-left: 15px;
	margin-right: 30px;
	padding: 0.375rem 1.5rem;
	background-color: var(--c-sub);
	border-color: var(--c-sub-dark);
}
.header-top .header-top-contact-btn a.btn:hover {
	background-color: var(--c-sub-light);
}
.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--c-sub);
	border-color: var(--c-sub-dark);
}

/* ヘッダー */
.site-header {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.site-header .container {
	padding: 0 20px;
	width: 100% !important;
	max-width: 100%;
}
.site-header-logo img {
	display: inline-block;
	max-height: 60px;
}
.sub-menu>li {
	text-shadow: none;
}
.global-nav-list {
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	align-items: center;
}
body:not(.site-datasite)  .global-nav-list>li:last-child {
	margin-left: 20px;
	border-radius: 9999px;
	background: var(--vk-color-primary);
	transition: all 0.3s ease;
}
body:not(.site-datasite)  .global-nav-list>li:last-child .global-nav-description {
	color: #fff;
}
body:not(.site-datasite)  .header_scrolled .global-nav-list>li:last-child {
	border-radius: 0;
}
.global-nav-list>li:before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	border-bottom: 1px solid var(--vk-color-primary);
	transition: all .3s ease-out;
}
body:not(.site-datasite)  .global-nav-list>li:last-child:before {
	display: none;
}
body:not(.site-datasite)  .global-nav-list>li:last-child:hover {
	background: var(--vk-color-primary-dark);
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:before {
	width: 100%;
}
.device-pc .global-nav-list>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}
body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li > a {
	text-shadow: 0 0 15px var(--color-shadow);
}
body:not(.site-datasite) .global-nav-list>li:last-child a {
	padding-right: 45px;
	padding-left: 45px;
	color: #fff !important;
	text-shadow: none !important;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	transform: translatey(-50%);
	border: none !important;
}
.device-pc:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list>li>a {
	padding: 20px 3em !important;
}
.global-nav-list>li .global-nav-description {
	color: var(--vk-color-primary);
	opacity: 1;
}
.vk-mobile-nav-menu-btn {
	display: none;
}

/* スクロールヘッダー */
.header_scrolled .site-header {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img {
	max-height: 50px !important;
}

/* ページヘッダー */
.page-header {
	align-items: flex-start;
	background: var(--c-base);
}
.page-header::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 180px;
	border-radius: 50% / 100% 100% 0 0;
	background: #fff;
}
.page-header-inner {
	margin: 5em auto;
}
.page-header-title, h1.page-header-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.page-header-subtext {
	color: var(--vk-color-primary);
	font-size: 1.25rem;
	font-weight: 500;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
}

/* フッター上部（ウィジェット） */
.site-body-bottom {
	background: var(--vk-color-primary);
}
.site-body-bottom aside.widget {
	margin-bottom: 0;
}
.ft-contact-cont {
	padding: 90px 30px;
}
.ft-contact-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ft-contact-inner>div {
	width: calc(50% - 30px);
}
.ft-contact-cont .comment-txt {
	margin-bottom: 30px !important;
	color: #fff;
	font-weight: 700;
}
.ft-contact-cont .ttl h2, .ft-contact-cont .ttl .sub {
	color: #fff;
}
.contact-btn {
	width: 100%;
	max-width: 585px;
	height: 100%;
	padding: 60px 120px;
	background: #fff;
	color: #333;
	font-size: 1.25rem;
}
.contact-btn::after {
	border-width: 3px;
	border-color: var(--vk-color-primary);
}
.btn-icon {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--vk-color-primary);
	color: #fff;
}
.btn-icon .material-symbols-outlined {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* フッター */
.footer-nav {
	background: #fff;
}
.site-footer {
	font-size: 14px;
	content-visibility: visible; /* position: fixed;を指定したときにfooterを基準にさせないため */
}
.site-footer-content {
	padding: 90px 0 60px;
}
.ft-logo {
	max-width: 300px;
	margin-bottom: 20px;
}
.ft-about {
	margin-bottom: 15px;
}
.ft-sns {
	margin-bottom: 30px;
}
.sns-icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
}
.sns-icon:hover {
	opacity: 0.5;
}
.ft-sns i {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
}
.ft-link-list {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.ft-link-list li a {
	text-decoration: underline !important;
}
.ft-link-list li a:hover {
	opacity: 0.5;
}
.page_top_btn {
	display: none !important;
}
#menu-footer_nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer_nav>li>.sub-menu>li {
	width: 50%;
}
#menu-footer_nav>li>.sub-menu>li>a::before {
	left: 11px;
	height: 2px;
}
.fixed-circle {
	position: fixed;
	z-index: 9999;
	bottom: 104px;
	right: 20px;
	text-align: center;
	transition: all 0.3s ease;
}
.fixed-circle:hover {
	opacity: 0.5;
}
.circle-btn {
	position: relative;
	z-index: 1;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: var(--vk-color-primary);
	box-shadow: 0 0 60px rgba(255,248,238,1);
}
.circle-btn::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 85%;
	height: 85%;
	border: 1px solid #fff;
	border-radius: 50%;
}
.circle-btn .circle-inner {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
.circle-icon {
	display: block;
	position: relative;
	z-index: 1;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
}
.circle-icon i {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	color: var(--vk-color-primary);
	font-size: 1.25rem;
}
.circle-btn .txt {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.circle-btn .txt .h-small {
	color: #fff;
}
.fixed-circle#recruit {
	bottom: 324px;
}
.fixed-circle#recruit .circle-icon i {
	color: var(--c-sub);
}
.fixed-circle#recruit .circle-btn {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: var(--c-sub);
}
.fixed-circle#recruit .circle-btn .txt {
	font-size: 0.9rem;
}

/* Swiper */
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.normal-swiper, .loop-swiper-r, .loop-swiper-l {
	overflow: hidden;
}
.swiper-main01 .swiper-slide, .swiper-main02 .swiper-slide,
.swiper-thum01 .swiper-slide, .swiper-thum02 .swiper-slide  {
	width: 100%;
	height: 100%;
}
.swiper-main01, .swiper-main02 {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.swiper-thum01, .swiper-thum02 {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
}
.swiper-thum01 .swiper-slide, .swiper-thum02 .swiper-slide {
	opacity: 0.5;
}
.swiper-thum01 .swiper-slide-thumb-active, .swiper-thum02 .swiper-slide-thumb-active {
	opacity: 1;
}

/* フェードイン */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right {
	opacity: 0;
}
.fade-in.active {
	animation-name: fadeInAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 1;
}
@keyframes fadeInAnime {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fade-up.active {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	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: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
	from { opacity: 0; transform: translateY(-100px); }
	to { opacity: 1; transform: translateY(0); }
}
.fade-left.active {
	animation-name: fadeLeftAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeLeftAnime {
	from { opacity: 0; transform: translateX(-100px); }
	to { opacity: 1; transform: translateX(0); }
}
.fade-right.active {
	animation-name: fadeRightAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeRightAnime {
	from { opacity: 0; transform: translateX(100px); }
	to { opacity: 1; transform: translateX(0); }
}
.delay-time02 {
	transition-delay: 0.2s; animation-delay: 0.2s;
}
.delay-time04 {
	transition-delay: 0.4s; animation-delay: 0.4s;
}
.delay-time06 {
	transition-delay: 0.6s; animation-delay: 0.6s;
}
.delay-time08 {
	transition-delay: 0.8s; animation-delay: 0.8s;
}
/* ------------------------------
共通 end
------------------------------ */


/* ------------------------------
トップページ start
------------------------------ */
/* メインビジュアル */
.home .entry-body>div>:first-child {
	background: var(--c-base);
}
.mv-swiper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 55svh;
	max-height: 640px;
	min-height: 480px;
	margin: 60px auto 0;
}
.mv-swiper::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 180px;
	border-radius: 50% / 100% 100% 0 0;
	background: #fff;
}
.mv-swiper .swiper-slide {

}
.mv-swiper .swiper-slide-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1170px;
	height: 100%;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	overflow: hidden;
}
.mv-swiper .swiper-ttl {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	max-width: 1170px;
}
.mv-swiper .swiper-ttl .txt {
	display: inline-block;
	max-width: 45%;
	padding: 5px 15px;
	border-radius: 5px;
	background: var(--vk-color-primary);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}
.mv-swiper .swiper-pagination {
	z-index: 2;
	bottom: -45px;
}
.mv-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 7.5px !important;
	border-radius: 50%;
}
.swiper-pagination-bullet-active {
	background: var(--c-sub);
}
.mv-ttl-wrap {
	padding: 75px 20px 0;
	background: #fff;
	text-align: center;
}
.mv-ttl-wrap h2 {
	z-index: 2;
	color: var(--vk-color-primary);
	font-size: 3.8rem;
	line-height: 1.4;
}
.mv-ttl-wrap h2 .color {
	margin: 0 10px;
	color: var(--c-sub);
	font-size: 1.25em;
}
.mv-ttl-wrap .txt {
	font-size: 1.25rem;
}
.mv-swiper .swiper-ttl-sub {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 65%;
	max-width: 1170px;
}
.mv-swiper .swiper-ttl-sub .txt {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}

/* クラップについて */
.top-crop-cont {
	position: relative;
	z-index: 1;
}
.crop-logo img {
	max-width: 300px;
}
.deco-circle {
	position: absolute;
	z-index: -1;
}
#circle01 {
	top: 0;
	left: 60px;
	width: 80px;
}
#circle02 {
	top: -5%;
	right: 120px;
	width: 100px;
}
#circle03 {
	top: 10%;
	left: -400px;
	width: 600px;
}
#circle04 {
	top: 7.5%;
	right: -180px;
	width: 80px;
}
#circle05 {
	top: 60%;
	left: -360px;
	width: 100px;
}
#circle06 {
	top: 20%;
	right: -150px;
	width: 300px;
}
#circle07 {
	bottom: 2.5%;
	left: -150px;
	width: 400px;
}
#circle08 {
	bottom: -10%;
	right: -500px;
	width: 700px;
}
.deco-circle img {
	width: 100%;
}
.video-wrap iframe {
	max-width: 960px !important;
	aspect-ratio: 16/9;
}

/* お知らせ */
.top-news-cont {
	padding-top: 0 !important;
}
.news-list-box {
	padding: 30px;
	border: 5px solid var(--vk-color-primary);
	border-radius: 15px;
}

/* こんなお悩みはありませんか？ */
#pg-23-3 {
	background: url(/wp-content/uploads/2023/11/bg-tile_cork-board.jpg) repeat center;
	background-size: 600px;
}
.top-worry-cont {
	position: relative;
	z-index: 1;
	margin-top: 60px;
}
.top-worry-cont::before {
	position: absolute;
	z-index: -1;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 180px;
	height: 90px;
	background: url(/wp-content/uploads/2023/11/bg-tile_cork-board-triangle.png) no-repeat bottom center;
	background-size: 600px;
}
.top-worry-cont .ttl {
	position: absolute;
	z-index: 1;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.top-worry-cont .ttl .sub {
	color: #9E7300;
	font-size: 7rem;
}
.top-worry-cont .ttl h2 {
	font-size: 1.8rem;
}
.worry-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.worry-item {
	width: calc(100%/3 - 20px);
}
.worry-item .fukidashi {
	position: relative;
	z-index: 1;
	width: 300px;
	aspect-ratio: 1/1;
	padding: 30px;
	border-radius: 50%;
	background: #fff;
}
.worry-item .fukidashi::before {
	position: absolute;
	z-index: -1;
	bottom: -60px;
	left:50%;
	transform: rotate(-37.5deg);
	content: "";
	border: 45px solid transparent;
	border-top: 60px solid #fff;
}
.worry-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 70px);
	margin: 0;
	padding: 0;
}
.worry-icon {
	width: 150px;
	margin: 0 0 0 auto;
	border-radius: 50%;
	background: #fff;
}

/* クラップの特徴 */
#pg-23-4 {
	padding-top: 90px !important;
	background: var(--c-base);
}
.feature-board {
	position: relative;
	z-index: 1;
	margin: 20px 0;
	padding: 40px 30px;
	border-radius: 15px;
	background: #fff;
}
.feature-board::before,
.feature-board::after,
.feature-board .attn-txt::before,
.feature-board .attn-txt::after {
	position: absolute;
	z-index: 2;
	bottom: -20px;
	right: 80px;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--vk-color-primary);
}
.feature-board::after {
	right: 30px;
	width: 40px;
	height: 40px;
	background: var(--c-sub);
}
.feature-board .attn-txt::before,
.feature-board .attn-txt::after {
	bottom: auto;
	right: auto;
	top: -20px;
	left: 80px;
}
.feature-board .attn-txt::after {
	left: 30px;
	width: 40px;
	height: 40px;
	background: var(--c-sub);
}
.feature-board .attn-txt .fsize-s {
	display: block;
}
.feature-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 30px);
}
.feature-item:nth-child(-n + 2) {
	margin-bottom: 60px;
}
.feature-item-img {
	position: relative;
	z-index: 1;
	border-radius: 50%;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.feature-item-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(51,36,0,0.8);
	transition: all 0.3s ease;
}
.feature-item a:hover .feature-item-img::before {
	background: rgba(51,36,0,0);
}
.feature-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.feature-item a:hover .feature-item-img img {
	transform: scale(1.1,1.1);
}
.feature-item .num {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	color: var(--vk-color-primary);
	font-size: 7rem;
}
.feature-item .num:first-letter {
	color: var(--c-sub);
}
.feature-item h3 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 60px);
	color: #fff;
	font-size: 2rem;
	text-align: center;
	text-shadow: 0 0 15px rgba(51,36,0,1);
}
.feature-item-circle {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--vk-color-primary);
}
.feature-item-circle::before{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-55%);
	content: '';
	width: 35%;
	height: 1px;
	background: #fff;
}
.feature-item-circle::after{
	position: absolute;
	top: 50%;
	right: 32.5%;
	transform: rotate(35deg);
	content: '';
	width: 15px;
	height: 1px;
	background: #fff;
}
.feature-item-circle-sub {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 22.5%;
	width: 10%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--c-sub);
}

/* プログラム */
.program-circle-figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	width: 50%;
	margin: -15% auto 0;
}
.program-circle-figure .circle {
	width: calc(50% - 15px);
	margin-top: -20%;
}
.program-circle-figure .individual-circle {
	width: 65%;
	margin: 0 auto;
}
.program-img-wrap {
	position: relative;
	z-index: 1;
	height: 450px;
	overflow: hidden;
}
.program-img-wrap .txt {
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-shadow: 0 0 15px #333;
}
.program-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program-circle-wrap {
	position: relative;
	z-index: 1;
	margin-top: 180px;
	padding-bottom: 25%;
	width: 120%;
	max-width: 585px;
}
.individual-circle, .group-circle, .independent-circle {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--vk-color-primary);
}
.group-circle {
	background: var(--c-sub);
}
.independent-circle {
	background: var(--c-sub02);
}
.circle-txt-wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.circle-txt-wrap .txt .material-symbols-outlined {
	display: block;
	font-size: 2em;
}
.circle-txt-wrap .txt .num {
	margin-right: 5px;
	font-size: 2.5rem;
}
.circle-attn {
	position: absolute;
	z-index: 1;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	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;
}
.individual-circle .circle-attn {
	top: -20%;
	width: 120%;
	color: var(--c-sub);
}
.group-circle .circle-attn, .independent-circle .circle-attn {
	bottom: 10%;
	left: 80%;
	width: 60%;
	color: var(--vk-color-primary);
}

/* 一日の流れ */
#pg-23-6 {
	background: var(--c-base);
}
.one-day-btn {
	width: 100%;
	margin-top: 2rem;
	padding: 40px 45px;
	border-radius: 10px;
	font-size: 1.5rem;
}
.one-day-btn::before {
	position: absolute;
	z-index: -1;
	top: -0.8em;
	left: 50%;
	transform: translateX(-50%);
	content: "WEEKDAY";
	color: var(--vk-color-primary);
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	line-height: 1;
}
.yasumi-btn-wrap .one-day-btn::before {
	content: "HOLIDAY";
	color: var(--c-sub);
}
.yasumi-btn-wrap .one-day-btn {
	background: var(--c-sub);
}
.yasumi-btn-wrap .one-day-btn:hover {
	background: var(--c-sub-dark);
}

/* ご利用案内 */
.guide-btn {
	width: 100%;
	max-width: 585px;
	padding: 45px 120px;
	border: 5px solid var(--vk-color-primary);
	border-radius: 10px;
	background: #fff;
	color: #333;
	font-size: 1.25rem;
}
.guide-btn::after {
	border-width: 3px;
	border-color: var(--vk-color-primary);
}

/* 教室紹介 */
#pg-23-8 {
	position: relative;
	z-index: 1;
	background: url(/wp-content/uploads/2023/11/main-slide_funabashinarashinodai02.png) no-repeat center;
	background-size: cover;
}
#pg-23-8::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(51,36,0,0.8);
}
.top-classroom-cont .ttl h2 {
	color: #fff;
}
.classroom-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	border-radius: 15px;
	background: #fff;
}
.prefecture-box {
	position: relative;
	z-index: 1;
	width: calc(50% - 40px);
}
.prefecture-box::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -29px;
	transform: translateY(-50%);
	content: "";
	width: 2px;
	height: 70%;
	background: #eee;
}
.prefecture-box#ibaraki, .prefecture-box#aichi {
	width: calc(25% - 40px);
}
.prefecture-box h3 {
	margin-bottom: 15px;
	color: var(--vk-color-primary);
}
.classroom-list {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.classroom-list li {
	display: inline-block;
	margin: 0 10px 10px 0 !important;
	padding: 5px 15px;
	border: 3px solid var(--vk-color-primary);
	border-radius: 9999px;
	background: #fff;
	transition: all 0.3s ease;
}
.classroom-list li#junior {
	border-color: var(--c-sub);
}
.classroom-list li:hover {
	background: var(--vk-color-primary);
}
.classroom-list li#junior:hover {
	background: var(--c-sub);
}
.classroom-list li a {
	color: #333;
	font-size: 0.9em;
	font-weight: 700;
}
.classroom-list-desc .desc-label {
	display: inline-block;
	margin-right: 30px;
	font-size: 0.9em;
}
.classroom-list-desc .desc-label .tag {
	margin-right: 10px;
	padding: 0 10px;
	border: 3px solid var(--vk-color-primary);
	border-radius: 9999px;
	background: #fff;
	font-size: 0.9em;
	font-weight: 700;
}
.classroom-list-desc .desc-label#jihatsu .tag {
	border-color: var(--c-sub);
}
.classroom-list-desc .desc-label .tag-desc {
	color: #fff;
	font-weight: 700;
}

/* 保護者の声 */
.vk_post .vk_post_title {
	font-size: 1rem !important;
}

/* 活動ブログ */
#pg-23-10 {
	background: var(--c-base);
}

/* バナー */
.banner-cont {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.banner-wrap a {
	transition: all 0.5s ease;
}
.banner-wrap a:hover {
	opacity: 0.5;
}
/* ------------------------------
トップページ end
------------------------------ */


/* ------------------------------
サブページ start
------------------------------ */
/* サブページ内リンク */
.anchor-links {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	margin: 0;
	padding: 0 !important;
}
.anchor-links::after {
	display: block;
	content: "";
	width: calc(100%/3 - 7.5px);
}
.anchor-links li {
	margin: 0 !important;
	width: calc(100%/3 - 7.5px);
}
.anchor-links li .btn-base {
	width: 100%;
	min-width: 100%;
	padding: 8px 45px;
	font-size: 0.9rem;
}
.anchor-links li .btn-base::after {
	top: 40%;
	transform: translateY(-40%) rotate(135deg);
}
.anchor-links li .btn-base:hover::after {
	top: 50%;
	right: 20px;
	transform: translateY(-40%) rotate(135deg);
}

/* クラップについて */
.stretch-sticky div {
	height: 100%;
}
.sticky-wrap {
	height: auto !important;
	position: sticky;
	top: 103.6px;
}

/* クラップの特徴 */
.feature-cont {
	position: relative;
	z-index: 1;
}
.feature-line::before {
	position: absolute;
	z-index: 1;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	content: "";
	width: 3px ;
	height: 90px;
	background: var(--vk-color-primary);
}
.feature-line#feature02::before {
	transform: translateX(-50%) rotate(45deg);
}
.feature-cont .feature-board {
	background: var(--c-base);
}
.feature-cont .feature-item {
	width: 100%;
	margin-bottom: 0;
}
.feature-cont .feature-item-img::before {
	display: none;
}
.feature-cont .feature-item-circle::before, 
.feature-cont .feature-item-circle::after {
	display: none;
}
.feature-txt-box {
	margin-top: 90px;
}

/* プログラム */
.program-cont .attn-txt .color .fsize-b {
	font-size: 2em;
}
.program-cont .activity-box {
	padding: 60px;
	border-radius: 30px;
	background: var(--c-base);
}
.program-cont .activity-box-sub {
	padding: 30px;
	border-radius: 15px;
	background: #fff;
}
.program-cont .activity-box-sub ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 !important;
}
.program-cont .activity-box-sub ul li {
	display: flex;
	align-items: center;
	width: calc(50% - 5px);
	margin: 0 0 10px 0 !important;
	padding: 5px 10px;
	border: 1px dashed var(--vk-color-primary);
	color: var(--vk-color-primary);
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
}
.program-cont .activity-box-sub ul li span {
	display: block;
	width: 100%;
}
.program-cont .activity-box#group {
	--vk-color-primary: var(--c-sub);
	background: var(--c-sub-base);
}
.program-cont .activity-box#independent {
	--vk-color-primary: var(--c-sub02);
	background: var(--c-sub02-base);
}
.program-cont .program-circle-wrap {
	margin: 0;
	padding: 0 0 20% 0;
	width: 100%;
	max-width: 100%;
}
.program-cont .program-circle-wrap .individual-circle.sub,
.program-cont .program-circle-wrap .group-circle.sub,
.program-cont .program-circle-wrap .independent-circle.sub {
	position: absolute !important;
	right: 0;
	bottom: 0;
	width: 40% !important;
	background: url(/wp-content/uploads/2023/11/loop-slide_miyama03.png) no-repeat center;
	background-size: cover;
}
.program-cont .program-circle-wrap .group-circle.sub {
	background: url(/wp-content/uploads/2023/11/loop-slide_narashino02.png) no-repeat center;
	background-size: cover;
}
.program-cont .program-circle-wrap .independent-circle.sub {
	background: url(/wp-content/uploads/2023/11/loop-slide_narashino02.png) no-repeat center;
	background-size: cover;
}
.program-cont .activity-box#individual .program-circle-wrap .individual-circle,
.program-cont .activity-box#group .program-circle-wrap .group-circle,
.program-cont .activity-box#independent .program-circle-wrap .independent-circle {
	position: static;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
}
.support-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 60px;
	border-radius: 30px;
}
.support-wrap#support-individual {
	background: var(--c-base);
}
.support-wrap#support-group {
	background: var(--c-sub-base);
}
.support-wrap#support-independent {
	background: var(--c-sub02-base);
}
.support-wrap#support-room {
	align-items: center;
}
.support-wrap#support-interval {
	padding: 0 60px;
}
.support-wrap .support-ttl-wrap {
	width: calc(20% - 15px);
	text-align: center;
}
.support-wrap .support-ttl-wrap .txt {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 700;
}
.support-wrap .support-ttl-wrap .txt .color {
	display: block;
	margin: 15px 0 0;
}
.program-cont .ul-base.tabs li {
	border-radius: 10px;
	background: #666;
	color: #fff;
	font-weight: 700;
}
.program-cont .support-box {
	padding: 30px;
	border-radius: 15px;
	background: #f7f7f7;
}
.program-cont .support-box .txt.color {
	font-size: 1.25rem;
}
.support-wrap .flow-list {
	list-style: none;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 0 0 !important;
}
.support-wrap .flow-list>li {
	margin: 0 0 30px 0;
	padding: 15px;
	border-radius: 10px;
	border: 3px solid var(--vk-color-primary);
	background: #fff;
	font-weight: 700;
}
.support-wrap .flow-list>li .flow-ttl {
	color: var(--vk-color-primary);
	font-size: 1.25rem;
}
.support-wrap#support-group {
	--vk-color-primary: var(--c-sub);
}
.support-wrap#support-independent {
	--vk-color-primary: var(--c-sub02);
}
.support-contents {
	position: relative;
	z-index: 1;
	width: calc(80% - 15px);
}
.support-contents::before {
	position: absolute;
	z-index: -1;
	top: -60px;
	left: 30px;
	content: "";
	width: 20px;
	height: calc(100% + 120px);
	background: var(--vk-color-primary);
}
.support-wrap#support-room .support-contents::before {
	height: calc(100% + 150px);
	background: #aaa;
}
.support-wrap#support-interval .support-contents::before {
	top: -30px;
	height: calc(100% + 60px);
	background: #aaa;
}
.support-time {
	padding-left: 80px;
	color: var(--vk-color-primary);
	font-size: 2rem;
}
.support-wrap#support-room .support-time {
	color: #aaa;
}
.point-img-wrap {
	width: 100%;
	height: auto;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}
.point-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.point-txt-wrap {
	padding: 30px;
	border-radius: 0 0 30px 30px;
	background: var(--c-base);
}
#renkei .point-txt-wrap {
	border-radius: 30px;
}
#renkei .point-wrap {
	background: var(--c-base);
}
.point-txt-wrap .attn-txt {
	font-size: 1.5rem;
	text-align: center;
}
.point-txt-wrap .attn-txt .h-small {
	color: #aaa;
}
.point-txt-wrap .txt:not(.attn-txt) {
	font-size: 0.9em;
}

/* 一日の流れ */
.one-day-box {
	padding: 30px;
	border-radius: 15px;
}
.one-day-box#kobetsu {
	background: var(--c-base);
}
.one-day-box#kobetsu h3 {
	margin-bottom: 30px;
}
.one-day-box#group {
	--vk-color-primary: var(--c-sub);
	background: var(--c-sub-base);
	text-align: center;
}
.one-day-box#jiritsu {
	--vk-color-primary: var(--c-sub02);
	background: var(--c-sub02-base);
	text-align: center;
}
.one-day-wrap {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	padding-bottom: 30px;
}
.one-day-wrap::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -23.5px;
	content: "";
	width: 2px;
	height: 100%;
	background: #aaa;
}
.one-day-time {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.one-day-time::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--vk-color-primary);
}
.one-day-time .time {
	color: var(--vk-color-primary);
	font-size: 2rem;
}
.one-day-time .time .numbering {
	margin-right: 5px;
	font-size: 0.8em;
}
.one-day-ttl .txt {
	font-size: 1.25rem;
	font-weight: 700;
}
.one-day-txt .txt {
	font-size: 0.9em;
}
.plus-txt-wrap {
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
.plus-txt-wrap::before,
.plus-txt-wrap::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 100%;
	background: #f7f7f7;
}
.plus-txt-wrap::after {
	transform: translateX(-50%) rotate(90deg);
}
.plus-txt-wrap .txt {
	font-size: 1.25rem;
}

/* ご利用案内 */

/* ご利用までの流れ */
.flow-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.flow-item::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(7.5% - 3px);
	transform: translateX(calc(-7.5% + 3px));
	content: "";
	width: 0;
	height: calc(100% + 60px);
	border-left: 3px dashed #eee;
}
.flow-item#flow06::before {
	display: none;
}
.flow-icon {
	position: relative;
	z-index: 1;
	width: 15%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--vk-color-primary);
}
.flow-icon .material-symbols-outlined {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 5rem;
}
.flow-icon .num {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	color: var(--c-sub);
	font-size: 2.5rem;
}
.flow-item-txt {
	width: calc(85% - 30px);
}
.flow-item-txt h3 {
	margin-bottom: 30px;
}
.flow-item-txt .btn-base {
	margin-top: 15px;
}
.flow-item-txt .txt-box {
	padding: 30px;
	border-radius: 15px;
	background: var(--c-base);
}

/* ご利用料金 */
.price-tb {
	max-width: 585px;
}
.price-tb thead th {
	padding: 1rem;
	background: var(--vk-color-primary);
	color: #fff;
	text-align: center;
}
.price-tb tbody th {
	padding: 1rem;
	background: var(--c-base);
}
.price-tb tbody td {
	padding: 1rem;
	color: var(--vk-color-primary);
	font-size: 1.25em;
	font-weight: 700;
	text-align: right;
}

/* 教室紹介 */
.tags-list {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.tags-list li {
	display: inline-block;
	margin: 0 5px 0 0 !important;
	padding: 1px 10px;
	border-radius: 5px;
	background: var(--vk-color-primary);
	color: #fff;
	font-weight: 700;
}
.tags-list li.jihatsu {
	background: var(--c-sub);
}
.access-dl dt {
	display: inline-block;
	margin-right: 10px;
	padding: 1px 10px;
	border-radius: 5px;
	background: #f3f3f3;
	font-weight: 700;
}
.access-dl dd:last-child {
	margin-bottom: 0;
}

/* よくある質問 */
.accordion-area {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.accordion-area li {
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}
.accordion-area li::before {
	position: absolute;
	z-index: 1;
	bottom: -9.5px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
}
.accordion-area section {
	position: relative;
	z-index: 1;
}
.acc-ttl span::before,
.acc-box::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "Q";
	color: var(--vk-color-primary);
	font-size: 40px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.acc-ttl {
	position: relative;
	cursor: pointer;
	font-size: 1.25rem;
	padding: 30px 50px 30px 55px;
	transition: all .5s ease;
}
.acc-ttl::before,
.acc-ttl::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease;
}
.acc-ttl::before{
	top:48%;
	right: 15px;
	transform: rotate(0deg);
}
.acc-ttl::after{    
	top:48%;
	right: 15px;
	transform: rotate(90deg);
}
.acc-ttl.close::before{
	transform: rotate(45deg);
}
.acc-ttl.close::after{
	transform: rotate(-45deg);
}
.acc-box {
	display: none;
	position: relative;
	z-index: 1;
	background: #f7f7f7;
	padding: 30px 30px 30px 55px;
}
.acc-box::before {
	top: 25px;
	transform: none;
	content: "A";
	color: var(--color-accent);
}
.acc-box .txt {
	font-size: 1rem;
}

/* 活動ブログ */
.single-blog .main-section .entry-body img.attachment-full:first-of-type {
	margin-bottom: 30px;
}
.single-blog .main-section .entry-body p {
	margin-bottom: 15px;
	line-height: 1.8;
}

/* お知らせ */
.entry-meta-data-list:first-child {
	margin-top: 30px;
}
.widget-title.sub-section-title {
	padding: 10px 15px;
	border-radius: 5px;
	background: var(--vk-color-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.veu_postList .postList_title {
	font-size: 0.9rem;
}
.vk_post .vk_post_title {
	font-size: 1.2rem;
}

/* お問い合わせ */
.post-name-contact .site-body-bottom {
	display: none;
}
#pg-25-1 {
	background: var(--c-base);
}
.tel-num, .fax-num {
	color: var(--vk-color-primary)
		font-size: 3.5rem;
	line-height: 1;
	transition: all 0.3s ease;
}
.fax-num {
	font-size: 3rem;
}
.tel-num:hover {
	color: var(--vk-color-primary-dark);
}
.tel-num .fsize-s, .fax-num .fsize-s {
	margin: 5px;
	color: #333;
	font-size: 0.5em;
	font-weight: 500;
}
.cf-mb {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 0.9em;
}
.cf7-tb {
	overflow: hidden;
	table-layout: fixed;
	border-right: none;
	border-left: none;
}
.cf7-tb input, .cf7-tb textarea {
	margin-bottom: 0;
	padding: 0.5em 1em;
}
.cf7-tb textarea {
	border-radius: 5px;
}
.cf7-tb select {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
.cf7-tb th, .cf7-tb td {
	font-size: 1rem;
	border-right: none;
	border-left: none;
}
.cf7-tb th {
	width: 40%;
	text-align: left;
}
.required-cf7 {
	margin-right: 10px;
	padding: 1px 5px;
	font-size: 0.7em;
	line-height: 1;
	background: var(--vk-color-primary);
}
.not-required {
	background: #eee;
}
.cf7-tb td {
	width: 60%;
	text-align: left;
}
.cf7-tb .fsize-s {
	margin: 0;
}
.input-zip {
	display: inline-block;
	width: 150px !important;
	margin: 0 0 10px 5px !important;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.cf7-btn {
	margin-top: 30px;
	text-align: center;
}
.cf7-btn .btn-base {
	padding: 20px 45px;
	border: none;
	border-radius: 9999px;
	background: var(--vk-color-primary);
	color: #333;
}
.cf7-btn .btn-base:hover {
	background: var(--vk-color-primary-dark);
	color: #333;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* プライバシーポリシー */
.policy-cont:not(#pl-21624>div:last-child .policy-cont) {
	padding-bottom: 0 !important;
}
/* 運営会社 */
.map iframe {
	width: 100%;
	height: 360px !important;
}
/* ------------------------------
サブページ end
------------------------------ */


/* ------------------------------
子サイト（教室） start
------------------------------ */
/* 各教室共通 */
.home:not(.post-name-home) #menu-header_nav li:nth-child(3):not(:hover)::before, .home:not(.post-name-home) #menu-header_nav li:nth-child(5):not(:hover)::before {
	width: 0;
}
.home:not(.post-name-home) .entry-body>div>div:nth-child(odd) {
	background: var(--c-base);
}
.parent-pageid-2 .breadcrumb,
.parent-pageid-2 .entry-body>div>div:first-child,
.parent-pageid-2 .entry-body>div>div:nth-child(3),
.parent-pageid-2 .entry-body>div>div:nth-child(5) {
	background: var(--c-base);
}
.mv-ttl-wrap h2 {
	margin: 0;
}
.mv-ttl-wrap .txt {
	font-weight: 700;
}
.one-word-cont {
	padding-top: 45px !important;
}
.activities-cont {
	padding-bottom: 0 !important;
}
.act-cmt-box {
	position: relative;
	z-index: 2;
}
.act-cmt-box::before {
	position: absolute;
	z-index: 2;
	bottom: -119px;
	left: 30px;
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid var(--c-base);
}
/* 馬込沢校 */
.post-name-magomezawa .mv-swiper #ss01 img {
	object-position: center top;
}
/* 旭校 */
.post-name-asahi .mv-swiper #ss03 img {
	object-position: center top;
}
/* データサイト */
.site-datasite .mv-swiper .slide-ttl {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 40px);
	color: #fff;
	text-align: center;
}
.site-datasite .mv-swiper .slide-ttl h2 .h-small {
	color: var(--vk-color-primary);
	font-size: 0.5em;
	font-weight: 400;
}
.site-datasite .mv-swiper .swiper-slide-inner::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: #333;
	opacity: 0.7;
}
.site-datasite .mv-swiper .swiper-slide-inner a {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	margin-top: 15px;
	padding: 5px 30px;
	border-radius: 5px;
	background: var(--vk-color-primary);
	color: #fff;
	font-size: 0.9em;
	transition: all 0.5s ease;
}
.site-datasite .mv-swiper .swiper-slide-inner a:hover {
	background: var(--vk-color-primary-dark);
}
h3.data-ttl {
	padding-bottom: 10px;
	border-bottom: 3px solid var(--vk-color-primary);
}
h3.data-ttl .h-small {
	color: var(--vk-color-primary);
	font-size: 0.8em;
}
h4.data-ttl {
	padding-left: 30px;
}
h4.data-ttl::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
	background: var(--vk-color-primary);
	border-radius: 50%;
}
.ow-button-base a {
	font-weight: 700;
}
iframe[title="YouTube video player"] {
	width: 100%;
	border: 3px solid #eee;
}
.red {
	color: #D00000;
}

/* TablePress */
table.tablepress th {
	background: var(--c-base);
}
table.tablepress th,
table.tablepress td {
	padding: 1em;
}
a.q_button.sz_s {
	display: inline-block;
	padding: 0.25em 0.75em;
	background: var(--vk-color-primary);
	color: #333;
	text-align: center;
}
/* ------------------------------
子サイト（教室） end
------------------------------ */


/* ------------------------------
レスポンシブ対応 start
------------------------------ */
/* PC対応 */
@media (max-width: 1200px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container, .site-body-bottom .container) {
		width: 931px;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0.5rem;
	}
	.global-nav-list>li:last-child a {
		padding: 0;
	}
	.page-header {
		min-height: 20rem !important;
	}
	.page-header-title, h1.page-header-title {
		font-size: 2rem;
	}
	.page-header-subtext {
		font-size: 1rem;
	}
	.tel-num, .fax-num {
		font-size: 3rem;
	}
	.group-circle .circle-attn {
		width: 100%;
	}
}

/* 大型タブレット対応 */
@media (max-width: 991px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container, .site-body-bottom .container) {
		width: 736px;
	}
	.site-header {
		position: static !important;
		min-height: 55px;
	}
	.header_scrolled .site-header {
		position: relative !important;
	}
	.site-header-container {
		min-height: 40px;
	}
	.site-header--layout--nav-float .site-header-logo {
		min-height: 40px;
		margin: 0;
		padding: 7.5px 0;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.page-header {
		margin-top: 0 !important;
	}
	#wpfront-scroll-top-container {
		bottom: 98.56px !important;
	}
	.site-footer-copyright {
		padding-bottom: 78.56px;
	}
	.vk-mobile-nav {
		padding: 90px 10px;
		text-align: center;
		background: transparent;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		background: #fff;
		transition: all 0.3s ease;
	}
	.vk-mobile-nav-menu-outer {
		opacity: 0;
	}
	.vk-mobile-nav-open .vk-mobile-nav-menu-outer {
		animation-name: opacityAnime;
		animation-duration: 1s;
		animation-delay: 0s;
		animation-fill-mode: forwards;
	}
	@keyframes opacityAnime {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
	.vk-mobile-nav .btn-base {
		opacity: 0;
		width: 100%;
	}
	.vk-mobile-nav.vk-mobile-nav-open .btn-base {
		animation-name: opacityAnime;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
	}
	.vk-mobile-nav-menu-outer ul {
		border-top: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		padding: 15px 15px !important;
		font-size: 1.5rem;
		font-weight: 700;
		font-family: 'Jost', 'Noto Sans JP', sans-serif;
		text-align: center !important;
		border-bottom: none !important;
		z-index: 1;
	}
	.vk-mobile-nav-menu-outer>ul>li a .fsize-s.color {
		display: block;
		font-weight: 400;
	}
	.vk-menu-acc .acc-btn {
		top: 33px;
		border-color: var(--vk-color-primary);
		border-radius: 50%;
		background-color: var(--vk-color-primary);
	}
	.vk-menu-acc ul.sub-menu li {
		margin-bottom: 5px;
	}
	.vk-menu-acc ul.sub-menu li a {
		font-size: 1.25rem;
		background: var(--c-base);
	}
	.vk-menu-acc ul.sub-menu li .acc-btn {
		top: 16.5px;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li {
		margin-bottom; 0;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li a {
		background: transparent;
	}
	.openbtn {
		position: fixed;
		top: 5px;
		right: 10px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  45px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 2px;
		background: var(--vk-color-primary);
		box-sizing: content-box;
	}
	.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);
	}
	body:not(.site-datasite)  .vk-mobile-nav>nav>ul>li:last-child {
		margin-top: 15px;
		border-radius: 9999px;
		background: var(--vk-color-primary);
	}
	body:not(.site-datasite) .vk-mobile-nav>nav>ul>li:last-child a, body:not(.site-datasite)  .vk-mobile-nav>nav>ul>li:last-child a .fsize-s.color {
		color: #fff;
	}
	.fixed-circle {
		bottom: 0;
		left: 0;
		width: 65%;
	}
	.circle-btn {
		width: auto;
		height: auto;
		border-radius: 0;
		box-shadow: none;
	}
	.circle-btn::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border-radius: 0;
	}
	.circle-btn .circle-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: static;
		transform: none;
		width: 100%;
		padding: 15px;
	}
	.circle-btn .circle-inner>div:first-child {
		margin-right: 15px;
	}
	.circle-btn .circle-inner>div:last-child {

	}
	.fixed-circle#recruit {
		bottom: 0;
		left: 65%;
		width: 35%;
	}
	.fixed-circle#recruit .circle-btn {
		width: auto;
		height: auto;
		border-radius: 0;
	}
	.fixed-circle#recruit .circle-btn .txt {
		width: 100%;
		font-size: 1.25rem;
	}
	.site-body {
		margin-top: 0 !important;
	}
	.main-section {
		margin-bottom: 90px;
	}
	.mv-swiper .swiper-ttl {
		width: 75%;
	}
	.top-worry-cont {
		margin-top: 45px;
	}
	.top-worry-cont .ttl {
		top: -45px;
	}
	.top-worry-cont .ttl .sub {
		font-size: 5rem;
	}
	.worry-item .fukidashi {
		width: 100%;
	}
	.program-img-wrap {
		height: 350px;
	}
	.program-circle-figure {
		width: 80%;
	}
	.circle-attn {
		font-size: 2.5rem;
	}
	.guide-btn, .contact-btn {
		padding: 45px 120px 45px 120px;
	}
	.activity-box .group-circle {
		width: 100%;
	}
	.flow-icon .material-symbols-outlined {
		font-size: 2.5rem;
	}
}

/* タブレット対応 */
@media (max-width: 780px) {
	h1 { font-size: 1.5rem; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	.pc-cont { display: none !important; }
	.sp-cont { display: block !important; }
	.base-cont {
		padding: 60px 20px;
	}
	.base-cont, .container:not(.page .site-body .container, .site-body-bottom .container) {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.site-body {
		padding: 60px 0;
	}
	.main-section {
		margin-bottom: 60px;
	}
	.page-header {
		min-height: 15rem !important;
	}
	.page-header::after {
		height: 60px;
	}
	.page .site-body-container {
		padding: 0;
	}
	.ft-contact-cont {
		padding: 60px 20px;
	}
	.ft-contact-inner>div {
		width: 100%;
		text-align: center;
	}
	.ft-contact-l {
		margin-bottom: 45px;
	}
	.footer-nav-list li {
		text-align: center;
	}
	.site-footer-content {
		padding: 60px 0 45px;
	}
	.anchor-links li {
		width: calc(50% - 3.25px);
	}
	.megaphone {
		padding: 0 30px;
	}
	.mv-swiper {
		margin: 30px auto 0;
		min-height: 240px;
		max-height: 360px;
	}
	.mv-swiper .swiper-ttl {
		width: 80%;
	}
	.mv-swiper .swiper-ttl .txt {
		max-width: 70%;
	}
	.mv-ttl-wrap h2 {
		font-size: 2.4rem;
	}
	.mv-swiper .swiper-ttl-sub .txt {
		font-size: 2rem;
	}
	.crop-logo img {
		max-width: 200px;
	}
	.ttl .sub {
		font-size: 3.5rem;
	}
	.top-worry-cont {
		margin-top: 0;
	}
	.top-worry-cont .ttl {
		position: static;
		transform: none;
	}
	.top-worry-cont .ttl .sub {
		font-size: 3.5rem;
	}
	.worry-item-wrap {
		margin-top: 45px;
	}
	.worry-item {
		width: 100%;
		margin: 0 auto 30px;
	}
	.worry-item:last-child {
		margin-bottom: 0;
	}
	.worry-item .fukidashi {
		max-width: 300px;
		margin: 0 30% 0 auto;
	}
	.worry-icon {
		margin: 0 auto 0 50%;
	}
	.feature-item {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.feature-item:nth-child(-n + 3) {
		margin-bottom: 45px;
	}
	#pg-23-4 {
		padding-top: 60px !important;
	}
	.top-worry-cont::before {
		bottom: -60px;
		width: 120px;
		height: 60px;
	}
	.program-img-wrap {
		height: 350px;
	}
	.program-circle-figure {
		width: 100%;
	}
	.program-circle-wrap {
		width: 100%;
		max-width: 100%;
		margin: -60px 0 60px;
	}
	.group-circle .circle-attn {
		bottom: -60px;
		left: auto;
		right: 0;
		width: 180%;
		text-align: right;
	}
	.prefecture-box {
		width: 100% !important;
		margin-bottom: 60px;
	}
	.prefecture-box:last-child {
		margin-bottom: 0;
	}
	.prefecture-box::before {
		top: auto;
		bottom: -29px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 90%;
		height: 2px;
	}
	.prefecture-box:last-child::before {
		display: none;
	}
	.feature-cont .feature-item {
		margin-bottom: 0;
	}
	.feature-txt-box {
		margin-top: 0;
	}
	.feature-line::before {
		bottom: 1.5px;
		transform: translateX(-50%);
		width: 80%;
		height: 3px;
		background: #f3f3f3;
	}
	.feature-line#feature02::before {
		transform: translateX(-50%);
	}
	.ttl-jp h2 {
		font-size: 2.5rem;
	}
	.ttl-jp .sub {
		font-size: 1.5rem;
	}
	.program-cont .program-circle-wrap .individual-circle, .program-cont .program-circle-wrap .group-circle, .program-cont .program-circle-wrap .independent-circle {
		max-width: 80%;
		left: 0;
	}
	.program-cont .program-circle-wrap .individual-circle.sub, .program-cont .program-circle-wrap .group-circle.sub, .program-cont .program-circle-wrap .independent-circle.sub {
		left: auto;
		top: auto;
		right: 0;
	}
	.program-cont .support-box#worry::before {
		top: auto;
		bottom: -37.5px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border: 15px solid transparent;
		border-top: 15px solid var(--vk-color-primary);
	}
	.support-wrap {
		position: relative;
		z-index: 1;
		padding: 30px;
	}
	.support-wrap::before {
		position: absolute;
		z-index: -1;
		top: -15px;
		left: 40px;
		content: "";
		width: 10px;
		height: calc(100% + 30px);
		background: var(--vk-color-primary);
	}
	.support-wrap#support-interval::before, .support-wrap#support-room::before {
		background: #aaa;
	}
	.support-wrap#support-interval {
		padding: 0 30px;
	}
	.support-wrap .support-ttl-wrap {
		width: 100%;
	}
	.support-wrap .support-ttl-wrap .txt {
		padding: 0 0 5px 40px;
		text-align: left;
	}
	.support-contents {
		width: 100%;
	}
	.support-contents::before {
		display: none;
	}
	.support-time {
		padding-left: 40px;
		font-size: 1.3rem;
	}
	.flow-icon .material-symbols-outlined {
		font-size: 2rem;
	}
	.kyoyukai-img-wrap {
		border-radius: 30px 30px 0 0;
	}
}
@media (max-width: 767px) {
	.pcbr { display: none; }
	.tabbr { display: inline-block; }
	.spbr { display: none; }
	.ltg-slide-text-title {
		font-size: 2.3rem;
	}
	.widget_nav_menu>ul li {
		font-size: 1rem;
	}
	.veu_postList .postList_title {
		font-size: 1rem;
	}
}

/* スマホ対応 */
@media (max-width: 576px) {
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
	.h-small {
		display: block;
		margin: 0;
	}
	.pcbr { display: none; }
	.tabbr { display: inline-block; }
	.spbr { display: inline-block; }
	.tb-base th, .tb-base td {
		font-size: 1rem;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		text-align: left;
	}
	.site-header-container {
		padding: 0 !important;
	}
	.site-header-logo--mobile-position--left img {
		margin-left: 10px !important;
	}
	.site-header--layout--nav-float .site-header-logo {
		text-align: left;
	}
	.page-header {
		min-height: 10rem !important;
	}
	.page-header::after {
		height: 100px;
	}
	.tel-num, .fax-num  {
		font-size: 2.8rem;
	}
	.tel-num .fsize-s, .fax-num .fsize-s {
		display: block;
	}
	.site-body-bottom {
		background-size: 320px, 100%, cover;
	}
	.fixed-circle {
		width: 50%;
	}
	.fixed-circle#recruit {
		left: 50%;
		width: 50%;
	}
	.circle-btn .txt, .fixed-circle#recruit .circle-btn .txt {
		font-size: 0.9rem;
	}
	.circle-icon {
		width: 20px;
		height: 20px;
	}
	.circle-icon i {
		font-size: 0.9rem;
	}
	.ft-logo img {
		width: 80%;
	}
	#wpfront-scroll-top-container {
		right: 10px !important;
		bottom: 74.95px !important;
		width: 55px;
	}
	.site-footer-copyright {
		padding-bottom: 64.95px;
	}
	.cf7-tb th, .cf7-tb td {
		display: block;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		text-align: left;
	}
	.cf7-tb th {
		padding-bottom: 0;
		border-bottom: none;
	}
	.cf7-tb td {
		border-top: none;
	}
	.attn-txt {
		font-size: 1.5rem;
	}
	.anchor-links li {
		width: 100%;
	}
	.mv-swiper .swiper-slide-inner img {
		border-radius: 15px;
	}
	.site-datasite .mv-swiper .swiper-slide-inner::before {
		border-radius: 15px;
	}
	.mv-swiper .swiper-ttl {
		top: 15px;
	}
	.mv-swiper .swiper-ttl .txt {
		width: 60%;
		padding: 5px 10px;
		font-size: 0.9rem;
	}
	.mv-ttl-wrap h2 {
		font-size: 2rem;
	}
	#circle01 {
		left: 30px;
	}
	#circle02 {
		top: -10%;
		right: 60px;
	}
	#circle03 {
		top: 20%;
		left: -200px;
		width: 300px;
	}
	#circle04 {
		top: 3.25%;
		right: -90px;
	}
	#circle05 {
		top: 30%;
		left: -180px;
	}
	#circle06 {
		top: 10%;
		right: -75px;
		width: 150px;
	}
	#circle07 {
		bottom: 1.25%;
		left: -75px;
		width: 200px;
	}
	#circle08 {
		bottom: 1.5%;
		right: -250px;
		width: 350px;
	}
	.worry-item .fukidashi {
		margin: 0 auto;
	}
	.feature-board::before, .feature-board::after, .feature-board .attn-txt::before, .feature-board .attn-txt::after {
		right: 45px;
		bottom: -10px;
		width: 30px;
		height: 30px;
	}
	.feature-board::after {
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.feature-board .attn-txt::before, .feature-board .attn-txt::after {
		right: auto;
		left: 45px;
		bottom: auto;
		top: -10px;
	}
	.feature-board .attn-txt::after {
		left: 20px;
		width: 20px;
		height: 20px;
	}
	.feature-item .num {
		font-size: 5rem;
	}
	.feature-item-circle::after {
		top: 48%;
	}
	.feature-item h3 {
		font-size: 1.8rem;
	}
	.circle-attn {
		font-size: 1.8rem;
	}
	.circle-txt-wrap {
		font-size: 3vw;
	}
	.circle-txt-wrap .txt .num {
		font-size: 1.8rem;
	}
	.program-img-wrap {
		height: 250px;
	}
	.program-circle-wrap {
		padding-bottom: 0;
	}
	.individual-circle .circle-attn {
		width: 110%;
	}
	.group-circle .circle-attn {
		width: 140%;
	}
	.one-day-btn {
		padding: 20px 45px;
		font-size: 1.25rem;
	}
	.guide-btn, .contact-btn {
		padding: 30px 45px 30px 90px;
	}
	.ttl-jp h2 {
		font-size: 2rem;
	}
	.program-cont .program-circle-wrap .individual-circle, .program-cont .program-circle-wrap .group-circle, .program-cont .program-circle-wrap .independent-circle {
		left: 0;
		max-width: 100%;
	}
	.program-cont .program-circle-wrap .individual-circle.sub, .program-cont .program-circle-wrap .group-circle.sub {
		right: 0;
		width: 60%;
	}
	.program-cont .activity-box {
		padding: 30px;
		border-radius: 15px;
	}
	.program-cont .activity-box-sub ul li {
		width: 100%;
	}
	.megaphone .attn-txt {
		font-size: 1.25rem;
	}
	.program-cont .ul-base.tabs li {
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.program-cont .ul-base.tabs li:last-child {
		margin: 0 !important;
	}
	.support-wrap#support-group .flow-list>li .list-box {
		width: 100%;
		margin-bottom: 30px !important;
	}
	.support-wrap#support-group .flow-list>li .list-box:last-child {
		margin-bottom: 0 !important;
	}
	.flow-item-txt .txt-box {
		font-size: 0.9em;
	}
	.flow-icon .num {
		font-size: 1rem;
	}
	.flow-item-txt {
		width: calc(85% - 15px);
	}
	.flow-item-txt .btn-base {
		min-width: 100%;
	}
	.one-day-time .time .numbering {
		display: block;
		margin: 0 0 5px 0;
	}
}
/* ------------------------------
レスポンシブ対応 end
------------------------------ */