/* common */
:root {
	--base-radius: 1em;
	--half-radius: calc(var(--base-radius) / 2);
	--base-gap: 3em;
	--color_sub: #F3EFCB;
	--color_base: #F9F8E4;
	--color_base_pale: #FBFBF1;
	--color_main_pale: #F8F9F8;
	--color_accent: #f3937f;
	--font_ja: "Zen Maru Gothic", sans-serif;
	--font_en: "Walter Turncoat", sans-serif;
	--half-gap: calc(var(--base-gap) / 2);
	--letter-spacing_txt: .025em;
	--letter-spacing_ttl: .05em;
	--swl-text_color--black: var(--color_text);
}

html, body {
	font-family: var(--font_ja);
}
.accent {
	color: var(--color_accent);
}
.font-en,
.font-en.has-element * {
	font-family: var(--font_en);
	font-weight: 400;
}
.base-radius,
.base-radius>img,
.base-radius>.swell-block-accordion__title {
	border-radius: var(--base-radius);
}
.base-radius-top {
	border-radius: calc(var(--base-radius) / 2) calc(var(--base-radius) / 2) 0 0!important;
}
.base-radius-bottom {
	border-radius: 0 0 calc(var(--base-radius) / 2) calc(var(--base-radius) / 2);
}
.half-radius {
	border-radius: calc(var(--base-radius) / 2);
}
.bg-base {
	background-color: var(--color_base);
}
.bg-white {
	background-color: #fff;
}
.reverse > .swell-block-columns__inner {
	flex-direction: row-reverse;
}
.util-pe,
.util-pe.has-elm > * {
	position: relative;
}
.util-pe:before,
.util-pe.has-elm > *:before {
	content: "" !important;
	position: absolute;
	visibility: visible;
}
.util-pe._x:before,
.util-pe._x.has-elm > *:before {
	left: 50%;
	transform: translateX(-50%);
}
.util-pe._y:before,
.util-pe._y.has-elm > *:before {
	top: 50%;
	transform: translateY(-50%);
}
.util-pe._c:before,
.util-pe._c.has-elm > *:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.util-pe._img:before,
.util-pe._img.has-elm > *:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.nowrap {
	white-space: nowrap;
}
.letter-spacing-ttl {
	letter-spacing: var(--letter-spacing_ttl);
}
.letter-spacing-txt {
	letter-spacing: var(--letter-spacing_txt);
}
.btn-white a {
	color: var(--color_accent);
}
.pd-b-0 {
	padding-bottom: 0 !important;
}
.post_content h2.sec-ttl {
	letter-spacing: var(--letter-spacing_ttl);
}
.post_content h2.sec-ttl:not(.no-dot) {
	padding-bottom: 1rem;
}
.post_content h2.sec-ttl:not(.no-dot):after {
	content: "";
	position: absolute;
	display: block;
	width: 2.1rem;
	height: 0.2rem;
	background-image: url(/wp-content/uploads/2025/08/border-dots.svg);
	background-repeat: repeat-x;
	background-size: .7rem .2rem;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.post_content h2.has-btm-txt {
	margin-bottom: 1em;
}
h3.item-ttl {
	letter-spacing: var(--letter-spacing_ttl) !important;
}
h3.item-ttl.has-bg {
	padding: .75em 1em;
}
.has-border-dots:before {
	display: block;
	width: 100% !important;
	height: 0.2rem !important;
	background-image: url(/wp-content/uploads/2025/08/border-dots.svg) !important;
	background-repeat: repeat-x !important;
	background-size: .8rem .2rem !important;
	left: 0 !important;
	bottom: -1em !important;
}
.simple-list-group .has-border-dots {
	margin-bottom: 2.25em;
}
.folded {
	position: relative;
}
.folded:before,
.folded:after {
	content: "";
	position: absolute;
}
.folded:before {
	background-image: url(/wp-content/uploads/2025/08/folded.svg);
	bottom: 0;
	right: 0;
}
.folded._white:before {
	background-image: url(/wp-content/uploads/2025/10/folded-white.svg);
}
.post_content .has-dot-left {
	padding-left: 0.5em;
	z-index: 0;
}
.post_content .has-dot-left.quotation {
	text-indent: -0.25em;
}
.post_content .has-dot-left:before {
	width: 1.75em;
	height: 1.75em;
	background-color: var(--color_accent);
	border-radius: 50%;
	top: -8%;
	left: 0;
	opacity: 0.2;
	z-index: -1;
}
.paragraph-container * {
	letter-spacing: var(--letter-spacing_txt);
}
.paragraph-container > .wp-block-group__inner-container > * {
	margin-bottom: 1.75em;
}
.list-container li::marker {
	color: var(--color_accent);
}
.swell-block-linkList__link {
	padding: 1em .5em;
}
.post_content li {
	margin: .75em 0;
}
.post_content .wp-block-list li:first-child {
	margin-top: 0 !important;
}
.post_content .wp-block-list li:last-child {
	margin-bottom: 0 !important;
}

/* -- sub page */
.l-topTitleArea {
	overflow: visible;
}
.l-topTitleArea:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color_base);
	z-index: 1;
}
.l-topTitleArea:after {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/10/h1-img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.l-topTitleArea .c-pageTitle {
	color: var(--color_main);
	letter-spacing: var(--letter-spacing_ttl);
	text-shadow: none;
}
.l-topTitleArea .c-pageTitle:before {
	content: "";
	position: absolute;
	display: block;
	height: 0.1em;
	background-image: url(/wp-content/uploads/2025/08/border-dots.svg);
	background-repeat: repeat-x;
	background-size: .3em .1em;
	left: -0.1em;
	bottom: 0;
}
.l-topTitleArea .c-pageTitle:after {
	font-size: 1rem;
	font-family: var(--font_en);
	font-weight: 400;
	visibility: visible;
}
.page-id-12 .l-topTitleArea .c-pageTitle:after {
	content: "PHILOSOPHY";
}
.page-id-14 .l-topTitleArea .c-pageTitle:after {
	content: "FEATURE";
}
.page-id-16 .l-topTitleArea .c-pageTitle:after {
	content: "ABOUT";
}
.wp-block-search .wp-block-search__input:focus {
	border: 1px solid transparent;
	outline: 2px solid var(--color_main) !important;
}

/* top */
/* -- mv */
.p-mainVisual__textLayer {
	width: fit-content;
}
.p-mainVisual__textLayer * {
	text-shadow: none;
}
.mvMainText .textTop {
	background-color: #fff;
	font-weight: 700;
	line-height: 1;
}
.p-mainVisual__slideText {
	margin-top: 0;
}
.textSub {
	color: var(--color_text);
	font-weight: 700;
}
.textSub .has-border-dots {
	display: block;
}
.textSub .has-border-dots:before {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

/* -- concept */
.concept-wrapper h2.sec-ttl {
	color: var(--color_main);
	text-align: left;
	letter-spacing: .01em !important;
}
.concept-wrapper .sec-ttl .sec-ttl-small {
	display: block;
	color: var(--color_text);
	letter-spacing: .05em;
	line-height: 2;
}
.concept-txt {
	position: relative;
	padding-bottom: 2.5em !important;
}
.concept-txt:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/08/masking.svg);
	left: 50%;
	transform: translateX(-50%);
}
.concept-txt .txt-ind {
	display: inline-block;
	text-indent: -0.5em;
}
.concept-more-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* -- about */
div.about-container {
	position: relative;
	padding-top: 0.75rem;
}
div.about-container:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/08/about-img-bg.svg);
	background-repeat: no-repeat;
}
.about-head {
	position: relative;
}
.about-head .about-img {
	position: absolute;
	bottom: 0;
	left: 2rem;
}

/* -- feature */
.feature-img._03 {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}

/* -- flow */
.flow-swiper .swiper-slide {
	position: relative;
}
.slide-item {
	background-color: var(--color_base);
}
.flow-icon {
	position: absolute;
	display: block;
}
.flow-num {
	color: var(--color_main);
	font-size: 0.85em;
}
.flow-wrapper h3.item-ttl {
	color: var(--color_main);
}
.flow-txt {
	letter-spacing: var(--letter-spacing_txt);
}

/* -- faq */
.faq-wrapper .swell-block-tab * {
	letter-spacing: var(--letter-spacing_txt);
}
.faq-wrapper :is(.c-tabList, .c-tabList__item) {
	margin-bottom: 1.125em !important;
}
.faq-wrapper .c-tabList__item:first-child {
	padding-left: 0;
}
.faq-wrapper .c-tabList__item:last-child {
	padding-right: 0;
}
.faq-wrapper .c-tabList__button {
	border-radius: 3em;
}
.is-style-faq-stripe .swell-block-faq__item:not(:last-child) {
	margin-bottom: 2.25em;
}
.faq-wrapper .faq_q {
	background-color: var(--color_main_pale);
	border-radius: var(--half-radius);
}
.faq-wrapper .target-table td {
	text-align: right;
}
.faq-wrapper .swl-inline-list {
	display: inline-block;
	width: 100%;
	text-align: left;
}
/* -- -- faq table common */
:is(.target-table, .fee-table) table {
	border-collapse: separate;
	border-spacing: 4px;
}
:is(.target-table, .fee-table) table,
:is(.target-table, .fee-table) table * {
	border: none !important;
}
:is(.target-table, .fee-table) thead tr th {
	border-radius: var(--half-radius) var(--half-radius) 0 0;
}
:is(.target-table, .fee-table) tbody :is(td, th) {
	padding: 1em;
	background-color: var(--color_base);
}
.target-table tbody tr td,
.fee-table tbody tr:last-child td {
	border-radius: 0 0 var(--half-radius) var(--half-radius);
}

/* -- -- target table */
.target-table thead tr th:first-child {
	background-color: #B1C4B7;
}
.target-table tbody tr td:first-child {
	background-color: var(--color_main_pale);
}
.target-table thead tr th:last-child {
	background-color: #EAE08B;
}
.target-table tbody tr td:last-child {
	background-color: var(--color_base);
}

/* -- -- fee table */
.fee-table thead tr th {
	background-color: #93AD9B;
	color: #fff;
}
.fee-table tbody th {
	padding: 1em .75em;
	text-align: center;
}
.fee-table tbody img {
	display: block;
}
.fee-table tbody th img {
	margin: 1em auto 0;
}
.fee-table tbody td img {
	margin-top: 1em;
}

/* -- -- faq to accordion */
.swell-block-faq__item .faq_q {
	padding-right: 3em;
	cursor: pointer;
}
.swell-block-faq__item .faq_q:after {
	content: "";
	position: absolute;
	display: block;
	width: 1em;
	height: calc(1em * 0.57);
	margin: auto;
	background-image: url(/wp-content/uploads/2025/08/arrow-bottom.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	transition: .5s;
}
.faq_q.open:after {
	transform: translateY(-50%) rotate(-180deg);
	transition: .5s;
}
.faq_a {
	transition: .5s;
}
.faq_q:not(.open)+.faq_a {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
	overflow: hidden;
	transition: .5s;
}

/* -- cta */
.cta-container {
	position: relative;
	border: 1.5px dashed var(--color_main);
}
.cta-img {
	position: absolute;
}
.cta-btn {
	position: relative;
}

/* -- information */
.information-wrapper .wp-block-table :is(th, td) {
	border: none;
}

/* s-philosophy */
/* -- indicator */
.indicator-grid {
	gap: var(--base-gap);
}
.indicator-grid .indicator-item:before {
	width: 64px;
	height: 64px;
	border: 2px dashed var(--color_main);
	border-radius: 50%;
	top: -1em;
	left: -1em;
}
.indicator-grid .indicator-item._01:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_01.svg);
}
.indicator-grid .indicator-item._02:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_02.svg);
}
.indicator-grid .indicator-item._03:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_03.svg);
}
.indicator-grid .indicator-item._04:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_04.svg);
}
.indicator-grid .indicator-item._05:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_05.svg);
}
.indicator-grid .indicator-item._06:before {
	background-image: url(/wp-content/uploads/2025/10/square-num_06.svg);
}

/* footer */
.home .w-beforeFooter {
	display: none;
}
.l-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1.5vw;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path fill="%235a7862" d="M100,5.58c-0.05-0.01-0.1-0.03-0.15-0.04C93.74,3.8,87.42,2,75,2S56.26,3.8,50.15,5.53 C43.97,7.29,37.58,9.11,25,9.11c-12.48,0-18.86-1.79-25-3.53V10h75h25V5.58z" /></svg>');
	z-index: 1;
}
.l-footer .l-footer__widgetArea {
	padding-bottom: 0;
}
.l-footer .content-inner {
	max-width: 1024px;
	margin: 0 auto 1.5em;
}
.l-footer .p-blogParts:has(.open-hour) {
	margin-bottom: 0;
}
.l-footer .p-blogParts + p {
	display: none;
}
.l-footer .open-hour table {
	border-collapse: separate;
	border-spacing: 1px;
}
.l-footer .open-hour tr td {
	border: none;
}
.l-footer .open-hour tr:nth-child(1),
.l-footer .open-hour tr:nth-child(2) {
	color: var(--color_main);
	font-weight: 700;
}
.l-footer .open-hour tr:nth-child(1) td {
	background-color: var(--color_sub);
}
.l-footer .open-hour tr:nth-child(2) td {
	background-color: #fff;
}
.l-footer .open-hour tr:first-child td:first-child {
	border-radius: var(--half-radius) 0 0 0;
}
.l-footer .open-hour tr:first-child td:last-child {
	border-radius: 0 var(--half-radius) 0 0;
}
.l-footer .open-hour tr:last-child td:first-child {
	border-radius: 0 0 0 var(--half-radius);
}
.l-footer .open-hour tr:last-child td:last-child {
	border-radius: 0 0 var(--half-radius) 0;
}
.l-footer .open-hour .swl-cell-bg[data-icon]:after {
	background-color: var(--color_main);
}
.l-footer .open-hour td:has(.letter-spacing-narrow) {
	padding: 0;
}
.l-footer .open-hour .letter-spacing-narrow {
	display: block;
}
.l-footer .open-hour .letter-spacing-narrow .dot {
	display: inline-block;
	text-indent: -0.075em;
}
.l-footer__nav a:hover {
	text-decoration: none;
}
.l-footer__nav .font-en {
	display: none;
}
.l-footer .custom-copyright {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
.l-footer__foot .copyright {
	display: none;
}

@media (max-width:959.99px) {
	/* common */
	.show-pc {
		display: none;
	}
	.show-sp {
		display: block;
	}
	.wrapper .content-inner,
	.archive .l-mainContent__inner,
	.single .l-mainContent__inner {
		max-width: 425px!important;
		margin: 0 auto;
	}
	h2.sec-ttl {
		font-size: 1.75rem;
	}
	h3.item-ttl {
		font-size: 1.5rem;
	}
	.text-align-left-sp {
		text-align: left !important;
	}
	.text-align-center-sp {
		text-align: center !important;
	}
	.folded:before {
		width: 2.5em;
		height: 2.5em;
	}
	.folded:before {
		right: 0;
	}
	.post_content .has-dot-left.lines:before {
		top: -5%;
	}
	.width-ctrl {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.width-ctrl._s {
		width: 50vw;
	}
	.width-ctrl._m {
		width: 65vw;
	}
	.paragraph-container.has-background {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	.txt-center-sp {
		text-align: center !important;
	}
	.pd-b-small {
		padding-bottom: 3em !important;
	}

	/* -- sub page */
	.l-topTitleArea:after {
		width: 10em;
		height: 10em;
		top: 6.5em;
		right: 1em;
	}
	.l-topTitleArea .c-pageTitle {
		padding-bottom: 0.75em;
		font-size: 2.25em;
	}
	.l-topTitleArea .c-pageTitle:before {
		width: 59%;
	}
	.l-topTitleArea .c-pageTitle:after {
		margin-bottom: 1em;
		bottom: 0;
	}

	/* header */
	.c-headLogo {
		height: min(11.25vw, 48px);
	}
	.c-widget__title.-spmenu {
		position: relative;
		padding-left: 1em;
		background: none;
		color: var(--color_main);
		font-family: var(--font_en);
		font-weight: 400;
		z-index: 0;
	}
	.c-widget__title.-spmenu:before {
		content: "";
		position: absolute;
		width: 2em;
		height: 2em;
		background-color: var(--color_accent);
		border-radius: 50%;
		opacity: 0.2;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -1;
	}
	.c-spnav .font-en {
		display: inline-block;
		padding-left: 1.25em;
		color: var(--color_main);
		font-size: 0.75em;
	}

	/* top */
	/* -- mv */
	.p-mainVisual__textLayer {
		gap: 74vw;
		top: 7vw;
	}
	.mvMainText .textTop {
		margin-bottom: 5vw;
		padding: 2vw 3vw 2.5vw;
		border-radius: 8vw;
		font-size: 6.3vw;
		letter-spacing: 0.25vw;
	}
	.mvMainText .textMain {
		width: 63.5vw;
	}
	.textSub {
		font-size: 4.25vw;
		letter-spacing: 0.15vw;
	}
	.textSub .has-border-dots:first-child {
		margin-bottom: 2.25vw;
	}
	.textSub .has-border-dots:before {
		width: 84% !important;
		height: 1.75vw !important;
		background-size: 1.75vw .5vw !important;
		bottom: -2.75vw !important;
	}

	/* -- concept */
	.concept-wrapper h2.sec-ttl {
		margin-bottom: 1rem;
		font-size: 2rem;
		text-align: center;
	}
	.concept-wrapper .sec-ttl .sec-ttl-small {
		margin-top: 1.5rem;
		font-size: 1.25rem;
	}
	.concept-img {
		width: 70%;
		margin: 0 auto;
	}
	.concept-txt:before {
		width: 12em;
		height: 1.9em;
		top: -0.95em;
	}
	.concept-more-btn {
		bottom: -1.25em;
	}

	/* -- about */
	.about-columns {
		padding-top: 5.5rem;
	}
	div.about-container:before {
		width: 13.5rem;
		height: 4.25rem;
		top: -4.15rem;
		left: 1.5em;
	}
	.about-head .about-img {
		width: 9.5rem;
	}
	.about-txt .spacer {
		margin-bottom: 29px;
	}

	/* -- flow */
	.flow-swiper .swiper-slide {
		margin-bottom: 2em;
	}
	.flow-swiper .swiper-slide:last-child {
		margin-bottom: 0;
	}
	.slide-item {
		position: relative;
		padding: 2em;
	}
	.slide-item:after {
		content: "";
		position: absolute;
		width: 2em;
		height: 1em;
		background-image: url(/wp-content/uploads/2025/08/arrow-bottom.svg);
		left: 50%;
		transform: translateX(-50%);
		bottom: -1.5em;
	}
	.swiper-slide:last-child .slide-item:after {
		display: none;
	}
	.flow-icon {
		width: 3.5em;
		height: 3.5em;
		top: 2em;
		left: 2em;
	}
	.flow-wrapper .item-ttl {
		padding-left: 3.25em;
	}
	.flow-num {
		padding-left: 5.5em;
	}
	.flow-num .show-sp {
		display: inline-block;
		margin-right: 0.25em;
	}

	/* -- faq */
	.faq-wrapper .c-tabList__item:first-child {
		padding-right:0.5em;
	}
	.faq-wrapper .c-tabList__item:last-child {
		padding-right:0;
	}
	.c-scrollHint.sp_ {
		margin-top: 0;
	}

	/* -- cta */
	.cta-container.has-background {
		padding-bottom: 2.25em;
	}
	.cta-container:before {
		width: calc(100% - 2em);
		height: calc(100% - 2em);
	}
	.post_content div > .cta-container.has-background {
		margin-top: 4.5em !important;
		padding-top: 3em;
	}
	.cta-img {
		width: 80%;
		top: -4.5em;
		left: 50%;
		transform: translateX(-50%);
	}
	.cta-txt {
		margin-bottom: 1.25em;
		text-indent: -0.2rem;
		white-space: nowrap;
	}
	.cta-btn a {
		max-width: 100%;
	}

	/* -- information */
	.information-wrapper .wp-block-table th {
		border-radius: var(--half-radius);
		text-align: left;
	}

	/* s-philosophy */
	/* -- indicator */
	.indicator-grid {
		width: calc(90%);
		margin: 0 auto;
		grid-template-columns: 1fr !important;
	}

	/* -- message */
	.president-name {
		padding-right: 1.5em;
	}

	/* footer */
	.w-beforeFooter {
		padding: 8em 0;
	}
	.w-beforeFooter .cta-img {
		top: -6.5em;
	}
	.l-footer:before {
		top: calc(-1.5vw + .02em);
	}
	.l-footer .l-footer__widgetArea {
		padding-top: 2em;
	}
	.footer-logo {
		width: 10em;
		margin: 0 auto;
	}
	.l-footer .swl-inline-icon:after {
		z-index: -1;
	}
	.l-footer .open-hour .letter-spacing-narrow {
		letter-spacing: -0.35em;
		text-indent: -0.45em;
	}
	.l-footer__nav {
		display: block;
	}
	.l-footer__nav .menu-item:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.25);
	}
	.l-footer__nav .menu-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.l-footer__nav .menu-item a {
		padding: 1em .5em;
		font-size: 1em;
	}
}

@media (min-width:600px) and (max-width:959.99px) {

}

@media (min-width:960px) {
	/* common */
	.show-pc {
		display: block;
	}
	.show-sp {
		display: none;
	}
	.l-container {
		padding-right: var(--base-gap);
		padding-left: var(--base-gap);
	}
	h2.sec-ttl {
		font-size: 2rem;
	}
	h3.item-ttl {
		font-size: 1.75rem;
	}
	h3.item-ttl.pc_medium {
		font-size: 1.5rem;
	}
	.folded:before {
		width: 4em;
		height: 4em;
	}
	.paragraph-container.has-background {
		padding: 3em;
	}

	/* -- sub page */
	.l-topTitleArea:after {
		width: 264px;
		height: 264px;
		top: 32px;
		right: 120px;
	}
	.l-topTitleArea .c-pageTitle {
		padding-bottom: 0.25em;
		font-size: 3em;
	}
	.l-topTitleArea .c-pageTitle:before {
		width: 70%;
	}
	.l-topTitleArea .c-pageTitle:after {
		display: inline-block;
		margin-left: 1em;
	}

	/* header */
	.home .l-header__inner {
		padding: 2.55vw 2.75vw;
	}
	.home .-series .l-header__logo {
		padding: 0;
	}
	.home .c-headLogo {
		height: 2.45vw;
	}
	.l-header .c-gnav * {
		color: var(--color_text);
	}
	.home .l-header .c-gnav * {
		font-size: 1vw !important;
	}
	.home .l-header .c-gnav>.menu-item>a {
		position: relative;
		padding: 0 1.85vw;
	}
	.home .l-header .c-gnav>.menu-item-49>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 5.75vw;
		background-image: url(/wp-content/uploads/2025/08/btn-cloud.svg);
		background-repeat: no-repeat;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: all .5s ease;
	}
	.home .l-header .c-gnav>.menu-item-49>a:hover:before {
		filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .05));
	}
	.l-header .c-gnav>.menu-item>a .font-en {
		color: var(--color_main);
		font-size: 8px !important;
		letter-spacing: 1px;
	}
	.home .l-header .c-gnav>.menu-item>a .font-en {
		font-size: 0.625vw !important;
		letter-spacing: 0.075vw;
	}
	.l-fixHeader .c-gnav>.menu-item>a .font-en {
		color: var(--color_main);
		font-size: 9px;
		letter-spacing: 1px;
	}

	/* top */
	/* -- mv */
	.p-mainVisual__textLayer {
		gap: 4vw;
		top: 1.5vw;
		left: 18.75vw;
		transform: initial;
	}
	.mvMainText .textTop {
		margin-bottom: 2.8vw;
		padding: 1vw 2vw 1.2vw;
		border-radius: 4vw;
		font-size: 2.55vw;
		letter-spacing: 0.18vw;
	}
	.mvMainText .textMain {
		width: 25.7vw;
	}
	.textSub {
		font-size: 1.675vw;
		letter-spacing: 0.075vw;
	}
	.textSub .has-border-dots:first-child {
		margin-bottom: 1vw;
	}
	.textSub .has-border-dots:before {
		width: 84.5% !important;
		height: 0.5vw !important;
		background-size: .8vw .25vw !important;
		bottom: -0.9vw !important;
	}

	/* -- concept */
	.concept-wrapper h2.sec-ttl {
		margin-bottom: 2rem;
		font-size: 2.375rem;
	}
	.concept-wrapper .sec-ttl .sec-ttl-small {
		margin-top: 2rem;
		font-size: 1.375rem;
	}
	.concept-img {
		width: 358px;
	}
	.concept-txt:before {
		width: 226px;
		height: 36px;
		top: -18px;
	}
	.concept-more-btn {
		bottom: -24px;
	}

	/* -- about */
	.about-columns {
		padding-top: 110px;
	}
	div.about-container:before {
		width: 240px;
		height: 75px;
		top: -74px;
		left: 2rem;
	}
	.about-head .about-img {
		width: 175px;
	}
	.about-txt .spacer {
		margin-bottom: 29px;
	}

	/* -- feature */
	.feature-item {
		max-width: 696px;
	}
	.feature-item:nth-child(even) {
		margin-left: auto;
		margin-right: 0;
	}
	.feature-item.folded:nth-child(odd):before {
		right: 0;
	}
	.feature-item.folded:nth-child(even):before {
		left: 0;
		transform: scale(-1, 1);
	}
	.feature-item:after {
		width: 164px;
		height: 272px;
		background-image: url(/wp-content/uploads/2025/08/dash.svg);
		top: 40%;
	}
	.feature-item:nth-child(odd):after {
		right: -164px;
	}
	.feature-item:nth-child(even):after {
		left: -164px;
		transform: scale(-1, 1);
	}
	.feature-item.last:after {
		display: none;
	}

	/* -- flow */
	.flow-swiper .swiper-slide {
		padding-top: 52px;
	}
	.slide-item {
		padding: 68px 32px 32px;
	}
	.flow-icon {
		width: 104px;
		height: 104px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	/* -- faq */
	.faq-wrapper .c-tabList__item:first-child {
		padding-right:1em;
	}
	.faq-wrapper .c-tabList__item:last-child {
		padding-left:1em;
	}

	/* -- cta */
	.post_content div > .cta-container.has-background {
		margin-top: 4.75em !important;
		padding-bottom: 2.75em;
	}
	.cta-container:before {
		width: calc(100% - 3em);
		height: calc(100% - 3em);
	}
	.cta-btn {
		padding-left: 2em;
	}
	.cta-img {
		width: 355px;
		left: 6.5em;
		bottom: -1px;
	}

	/* -- information */
	.information-wrapper .wp-block-table table {
		border-collapse: separate;
		border-spacing: 4px;
	}
	.information-wrapper .wp-block-table :is(th, td) {
		padding: 1.25em 1.5em;
	}
	.information-wrapper .wp-block-table tr:first-child th {
		border-radius: var(--base-radius) 0 0 0;
	}
	.information-wrapper .wp-block-table tr:first-child td {
		border-radius: 0 var(--base-radius) 0 0;
	}
	.information-wrapper .wp-block-table tr:last-child th {
		border-radius: 0 0 0 var(--base-radius);
	}
	.information-wrapper .wp-block-table tr:last-child td {
		border-radius: 0 0 var(--base-radius) 0;
	}
	.information-wrapper .wp-block-table td {
		background-color: var(--color_main_pale);
	}
	
	/* s-philosophy */
	/* -- indicator */
	.icon-img {
		position: relative;
		height: 5.25em;
	}
	.icon-img img {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	/* -- message */
	.president-name {
		padding-right: 3em;
	}

	/* l-contact */
	.contact-field table tr td:last-child {
		padding-left: 1.5rem;
	}
	.contact-field .submit-btn {
		width: 212px;
	}

	/* footer */
	.w-beforeFooter {
		padding: 6em 0;
	}
	.l-footer:before {
		top: calc(-1.5vw + .05em);
	}
	.l-footer .l-footer__widgetArea {
		padding-top: 4em;
	}
	.l-footer .open-hour .letter-spacing-narrow {
		letter-spacing: -0.25em;
		text-indent: -0.25em;
	}
	.footer-logo {
		width: 240px;
	}
}

@media (min-width:960px) and (max-width:1179px) {
	/* -- about */
	.about-columns .swell-block-columns__inner {
		margin-left: calc(2.25rem * -1);
	}
	.about-columns.swell-block-columns .swell-block-column {
		width: calc(var(--clmn-w) - 2.25rem) !important;
		margin-left: 2.25rem !important;
	}
	.about-txt .spacer {
		display: none !important;
	}
}
@media (min-width:960px) and (max-width:1199px) {
	/* -- about */
	.about-txt .spacer {
		display: none !important;
	}
}