@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#body_wrap {
	background: #f7f7f7;
}

td {
	background: #ffffff;
}

/* ===== Page Loader ===== */
#page-loader {
	position: fixed;
	inset: 0;
	color: #333333;
	background: #f2f2f2;
	display: grid;
	place-items: center;
	z-index: 99999;
}

#page-loader .loader-inner {
	display: flex;
	place-items: center;
}

#page-loader .loader-logo {
	width: clamp(5.625rem, 4.554rem + 5.36vw, 9.375rem);
	font-weight: 700;
	letter-spacing: .1em;
	transform: translateY(6px);
	-webkit-animation: loaderFade .9s ease forwards .15s;
	animation: loaderFade .9s ease forwards .15s;
}

#page-loader .loader-text {
	font-size: clamp(1.625rem, 1.196rem + 2.14vw, 3.125rem);
	transform: translateY(10px);
	opacity: 0;
}

/* 低減モーション配慮 */
@media (prefers-reduced-motion: reduce) {

	#page-loader,
	#page-loader * {
		-webkit-animation: none !important;
		animation: none !important;
	}
}

.l-content {
	margin-bottom: 0 !important;
}

.l-header__barInner,
.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
	max-width: 100%;
}

.c-gnav>.menu-item>a {
	padding: 0 16px;
}

.c-gnav>.menu-item>a .ttl {
	font-size: 18px;
	letter-spacing: 0.05em;
}

.p-spMenu .c-widget__title.-spmenu {
	background: #A3D9A5 !important;
	color: #fff !important;
}

.c-listMenu a {
	padding: 20px;
}

.top #content {
	padding-top: 0;
}

.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.p-mainVisual__slideTitle br,
.p-mainVisual__slideText br {
	display: none;
}

.p-mainVisual__slideTitle {
	font-size: 44px;
}

.p-mainVisual__slideText {
	margin-top: 40px;
	font-size: 26px;
}

.heading2 {
	position: relative;
	font-size: clamp(2rem, 1.868rem + 0.56vw, 2.375rem) !important;
}

.heading2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 1px;
	background: #A3D9A5;
}

.p-postList__title {
	text-align-last: left;
}

.p-postList__title {
	text-align: left !important;
}


.concept__box img {
	border-radius: 20px;
}

.service__heading3 {
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

.service__box {
	border-radius: 12px;
}

.p-postList__title {
	text-align: center;
}

.p-postList__thumb,
.p-articleThumb__img {
	box-shadow: none !important;
}

.p-postList__thumb:before {
	background: transparent !important;
}

.c-tabList .c-tabList__item {
	margin-bottom: 40px !important;
}

.c-scrollHint {
	display: none;
}

.p-postList__item {
	margin-bottom: 60px !important;
	padding: 0 !important;
}

.plan__explanation {
	margin-bottom: 4em;
}


.plan__card {
	border-radius: 18px;
	border-top: 6px solid transparent;
	border-top-color: #A3D9A5;
}

.plan__card--dl {
	padding: 2.5em 1.5em !important;
	border-radius: 18px !important;
	border-top: 6px solid transparent !important;
	border-top-color: #A3D9A5 !important;
	background: #ffffff;
	box-shadow: var(--swl-box_shadow) !important;
}

.plan__card--dl dt strong {
	font-size: 18px !important;
}

.plan__heading3 {
	margin-bottom: 12px !important;
}

.plan__card p:nth-of-type(1) {
	margin-bottom: 36px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.plan__price {
	display: block;
	margin-bottom: 36px !important;
	padding: .4em 1em;
	border-radius: 999px;
	background: #f7f7f7;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.plan__lists {
	text-align: center;
	list-style: none;
	border-top: 1px solid #EAEAEA;
	padding-left: 0 !important;
}

.plan__lists li {
	line-height: 1.7;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #EAEAEA;
}

/* .plan__supplement {
	padding-top: 20px !important;
} */

.plan__separate-plan {
	margin-bottom: 12px !important;
	line-height: 2 !important;
}

.plan__separate-plan strong {
	font-size: 20px !important;
}

.plan__supplement--note strong {
	display: inline-block;
	margin-bottom: 14px;
}

.c-tabList__button {
	font-size: 18px !important;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
}

textarea {
	resize: vertical;
}

.smf-action .smf-button-control__control {
	position: relative;
	display: inline-block;
	width: 320px;
	max-width: 100%;
	padding-block: 18px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 80px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-decoration: none;
	color: #ffffff !important;
	background: #A3D9A5;
	background-image: none;
	transition: all 0.4s ease;
}

.smf-action .smf-button-control__control:hover {
	border-color: inherit !important;
	background: #333333;
	color: #ffffff;
}

.smf-action {
	margin-top: 70px !important;
}

.l-footer__foot {
	padding-top: 2em;
	padding-bottom: 2em;
}

.c-widget .-type-list .p-postList__item {
	margin-bottom: 1.5rem !important;
}


@media (max-width: 1024px) {
	.c-scrollHint {
		display: block;
	}
}

@media (max-width: 860px) {

	.p-mainVisual__slideTitle br {
		display: block;
	}
}

@media (max-width: 768px) {

	.p-mainVisual__slideText br {
		display: block;
	}

	.plan__explanation span {
		font-size: 16px !important;
	}
}

@media (max-width: 599px) {

	#page-loader .loader-inner {
		flex-direction: column;
	}

	.p-mainVisual__slideTitle {
		font-size: 28px;
	}

	.p-mainVisual__slideText {
		margin-top: 24px;
		font-size: 18px;
	}

	.concept__heading3 {
		margin-bottom: 12px !important;
	}

	.concept__heading3 span {
		margin-top: 20px;
		font-size: 22px !important;
	}

	.concept__text span {
		font-size: 16px !important;
		line-height: 1.7;
	}

	.service__heading3 strong {
		font-size: 22px !important;
	}

	.plan__explanation {
		line-height: 1.7 !important;
	}

	.plan__card.--refresh {
		width: 100%;
	}

	.plan__card p:nth-of-type(1) {
		font-size: 14px !important;
	}

	.plan__card p:nth-of-type(1) span {
		margin-bottom: 22px !important;
	}

	.plan__card p:nth-of-type(2) {
		line-height: 1.3;
	}

	.plan__card p:nth-of-type(2) span {
		font-size: 16px !important;
	}

	.plan__card--dl dt strong {
		font-size: 16px !important;
	}

	.plan__card--dl dd p {
		font-size: 14px !important;
	}

	.contact__explanation span {
		font-size: 16px !important;
	}

	.c-tabList {
		display: block;
	}

	.plan__lists li {
		font-size: 14px !important;
	}

	.plan__separate-plan {
		font-size: 14px !important;
		line-height: 1.7 !important;
	}

	.plan__separate-plan strong {
		font-size: 18px !important;
	}

	.plan__separate-plan--text {
		font-size: 14px !important;
	}

	.flow__steps .swell-block-step__item .swell-block-step__title strong {
		font-size: 18px !important;
	}

	.flow__steps .swell-block-step__item .swell-block-step__body p {
		font-size: 16px !important;
	}

	.about__texts p {
		font-size: 16px !important;
	}
}




/* まずは止血用 */
@media (min-width: 1024px) {

	#plan .swell-block-columns[data-scrollable="1"] {
		overflow-x: visible;
		/* 横スクを出さない */
	}

	#plan .swell-block-columns[data-scrollable="1"] .swell-block-columns__inner {
		overflow-x: visible;
		flex-wrap: nowrap;
		/* SWELLの実装により不要なら削除 */
	}

	/* 各カラムを3等分にする（gap分を考慮） */
	#plan .swell-block-columns[data-scrollable="1"] .swell-block-column {
		flex: 0 0 calc((100% - var(--swl-clmn-gap, 24px)*2)/3);
		max-width: calc((100% - var(--swl-clmn-gap, 24px)*2)/3);
	}
}