@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: 日本ICT事業協同組合
 */

/* フォント */
:root {
	--font-family: "Noto Sans JP", sans-serif;
}
@media not all and (min-width: 640px) {
	:root {
		--_global--font-size-px: 14px;
	}
}

.mincho {
	font-family: "Noto Serif JP", serif;
}

/* ボタン */
.smb-btn {
	border-radius: 0;
}
@media (hover: hover) and (pointer: fine) {
	.smb-btn:active, .smb-btn:focus, .smb-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}

.smb-btn-wrapper.is-style-text .smb-btn {
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 80px 0 0;
}
@media not all and (min-width: 640px) {
	.smb-btn-wrapper.is-style-text .smb-btn {
		font-size: 14px;
		padding: 0 50px 0 0;
	}
}
.smb-btn-wrapper.is-style-text .smb-btn::before {
	content: "";
	background-color: currentColor;
	border-radius: 9999px;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	.smb-btn-wrapper.is-style-text .smb-btn::before {
		width: 44px;
		height: 44px;
	}
}
.smb-btn-wrapper.is-style-text .smb-btn::after {
	content: "";
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 13px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	.smb-btn-wrapper.is-style-text .smb-btn::after {
		width: 10px;
		height: 20px;
		right: 15px;
	}
}
.smb-btn-wrapper.is-style-text.white .smb-btn {
	color: #fff;
}
.smb-btn-wrapper.is-style-text.white .smb-btn::after {
	background-color: #333;
}

/* 改行 */
@media not all and (min-width: 640px) {
	br.sp-hidden {
		display: none;
	}
}
@media (min-width: 640px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1024px) {
	br.tb {
		display: none;
	}
}
@media (max-width: 1024px) {
	br.pc {
		display: none;
	}
}
/* 非表示 */
@media not all and (min-width: 640px) {
	p.sp-hidden {
		display: none;
	}
}

/* セクション */
.smb-section {
	--smb-section--padding: 90px;
}
@media not all and (min-width: 1024px) {
	.smb-section {
		--smb-section--padding: 60px;
	}
}
@media not all and (min-width: 640px) {
	.smb-section {
		--smb-section--padding: 40px;
	}
}

/* セクション見出し */
.section-heading {
	color: var(--accent-color);
	font-size: 90px;
	font-weight: 500;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	.section-heading {
		font-size: 70px;
	}
}
@media not all and (min-width: 640px) {
	.section-heading {
		font-size: 30px;
		letter-spacing: -0.02em;
	}
}
@media not all and (min-width: 1024px) {
	body.home .section-heading {
		text-align: center;
	}
}

.section-heading-ja {
	color: var(--accent-color);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.22em;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	.section-heading-ja {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	.section-heading-ja {
		font-size: 16px;
		margin-top: 0.25em;
	}
}
body.home .section-heading-ja {
	font-size: 2em;
}
@media not all and (min-width: 1024px) {
	body.home .section-heading-ja {
		font-size: 1.5em;
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.home .section-heading-ja {
		font-size: 1.2em;
	}
}

.section-catch {
	font-size: 1.575em;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
@media not all and (min-width: 1024px) {
	.section-catch {
		font-size: 1.3em;
	}
}
@media not all and (min-width: 640px) {
	.section-catch {
		font-size: 1.2em;
	}
}

/* ページヘッダー */
.c-page-header {
	height: 500px !important;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media not all and (min-width: 1024px) {
	.c-page-header {
		height: 400px !important;
	}
}
@media not all and (min-width: 640px) {
	.c-page-header {
		height: 220px !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.c-page-header::after {
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #00a0e9), color-stop(55%, #0068b7), color-stop(85%, #172a88), to(#030b58));
	background-image: linear-gradient(90deg, transparent 0%, #00a0e9 20%, #0068b7 55%, #172a88 85%, #030b58 100%);
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 640px) {
	.c-page-header::after {
		height: 3px;
	}
}
.c-page-header .c-page-header__bgimage {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 27vw;
}
@media not all and (min-width: 1024px) {
	.c-page-header .c-page-header__bgimage {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}
@media not all and (min-width: 640px) {
	.c-page-header .c-page-header__bgimage {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.c-page-header .c-page-header__bgimage > img {
	border-top-left-radius: 150px;
	-o-object-position: 0% 50%;
	   object-position: 0% 50%;
}
@media not all and (min-width: 1024px) {
	.c-page-header .c-page-header__bgimage > img {
		border-top-left-radius: 120px;
	}
}
@media not all and (min-width: 640px) {
	.c-page-header .c-page-header__bgimage > img {
		border-top-left-radius: 80px;
	}
}
.c-page-header .c-page-header__content {
	color: #595757 !important;
}
.c-page-header .c-page-header__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.28em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	.c-page-header .c-page-header__title {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	.c-page-header .c-page-header__title {
		font-size: 20px;
	}
}

/* l-contents */
body.page:not(.home) .l-contents__inner {
	padding-top: 0;
	padding-bottom: 0;
}

/* ヘッダー */
.l-header {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
@media not all and (min-width: 1024px) {
	.l-header {
		background-color: var(--sub-accent-color);
	}
}
@media (min-width: 1024px) {
	.l-header:is(body.home *) {
		width: 100%;
		position: absolute;
	}
}
.l-header .c-fluid-container {
	padding-left: env(safe-area-inset-left);
}
@media (min-width: 1400px) {
	.l-header .c-fluid-container {
		padding-right: calc(100px + env(safe-area-inset-left));
	}
}
.l-header .c-row--middle {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (min-width: 1024px) {
	.l-header .c-row__col--auto {
		--_item-width: 30%;
	}
}
@media (min-width: 1024px) {
	.l-header .c-row__col--fit {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.l-header .l-1row-header__branding {
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(80%, transparent));
	background: linear-gradient(90deg, #fff 20%, transparent 80%);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: var(--_container-margin-left);
}
@media (max-width: 1300px) {
	.l-header .l-1row-header__branding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media not all and (min-width: 1024px) {
	.l-header .l-1row-header__branding {
		background: transparent;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
@media (min-width: 1024px) and (max-width: 1400px) {
	.l-header .custom-logo {
		width: 170px;
	}
}

/* Gナビ */
.p-global-nav {
	color: #fff;
	position: relative;
	margin-left: -15vw;
}
.p-global-nav::after {
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #00a0e9), color-stop(45%, #0068b7), color-stop(75%, #172a88), to(transparent));
	background-image: linear-gradient(90deg, transparent 0%, #00a0e9 20%, #0068b7 45%, #172a88 75%, transparent 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	opacity: 0.75;
}
.p-global-nav .c-navbar {
	position: relative;
	z-index: 1;
}
@media (min-width: 1024px) {
	.p-global-nav .c-navbar {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.p-global-nav .c-navbar__item > a {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.22em;
	padding: 0 36px;
}
@media (max-width: 1400px) {
	.p-global-nav .c-navbar__item > a {
		font-size: 18px;
		letter-spacing: 0.1em;
		padding: 0 25px;
	}
}
.p-global-nav .c-navbar__item[data-active-menu]::before {
	content: "";
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-global-nav .c-navbar__item[data-active-menu]:is(body.home *)::before {
	background-color: #fff;
}

/* ドロップナビ */
.l-header__drop-nav .p-drop-nav {
	background-color: var(--accent-color);
}
.l-header__drop-nav .c-container {
	max-width: unset;
}
.l-header__drop-nav .p-global-nav {
	margin-left: inherit;
}
.l-header__drop-nav .p-global-nav .c-navbar__item > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.l-header__drop-nav .p-global-nav .c-navbar__item::before {
	content: none;
}

/* ハンバーガーボタン */
.c-hamburger-btn .c-hamburger-btn__bars {
	width: 33px;
	height: 20px;
}
.c-hamburger-btn .c-hamburger-btn__bar {
	background-color: #fff;
	height: 2px;
	border-radius: 9999px;
}
.c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(2) {
	top: 9px;
}
.c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(3) {
	top: 18px;
}
.c-hamburger-btn .c-hamburger-btn__label {
	display: none;
}

/* ドロワーナビ */
.c-drawer {
	background-color: var(--sub-accent-color);
}
.c-drawer .drawer-branding {
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 40px;
}
.c-drawer .c-drawer__inner {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0 !important;
}
.c-drawer .c-drawer__controls {
	padding-top: 13px;
	padding-bottom: 13px;
}
.c-drawer .menu-item {
	font-size: 17px;
	font-weight: 700;
}

/* FV */
section.fv {
	--smb-section--padding: 80px 0 20px;
}
@media not all and (min-width: 1024px) {
	section.fv {
		--smb-section--padding: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.fv {
		--smb-section--padding: 20px 0 0;
		overflow: visible;
	}
}
section.fv .smb-section-with-bgimage__bgimage img {
	-o-object-position: 25% 50%;
	   object-position: 25% 50%;
}
section.fv .fv-logo-group {
	position: absolute;
	top: -20px;
	left: 0;
	padding: 20px 200px 0 var(--_container-margin-left);
}
section.fv .fv-logo-group::after {
	content: "";
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), color-stop(90%, transparent));
	background: linear-gradient(90deg, #fff 55%, transparent 90%);
	width: 150%;
	aspect-ratio: 3/2;
	border-radius: 50%;
	position: absolute;
	top: -175%;
	left: -50%;
}
@media not all and (min-width: 640px) {
	section.fv .fv-logo-group::after {
		width: 140%;
	}
}
section.fv .fv-logo-sp {
	width: 140px;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.fv .fv-logo-sp {
		width: 117px;
	}
}
section.fv .fv-catch {
	width: clamp(360px, 50vw, 720px);
	-webkit-filter: drop-shadow(0 0 2px #0090d7) drop-shadow(0 0 4px #0090d7) drop-shadow(0 0 8px #0090d7) drop-shadow(0 0 16px #0090d7) drop-shadow(0 0 32px #0090d7) drop-shadow(0 0 48px #0090d7);
	        filter: drop-shadow(0 0 2px #0090d7) drop-shadow(0 0 4px #0090d7) drop-shadow(0 0 8px #0090d7) drop-shadow(0 0 16px #0090d7) drop-shadow(0 0 32px #0090d7) drop-shadow(0 0 48px #0090d7);
	will-change: filter;
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.fv .fv-catch {
		width: 54vw;
		top: 200px;
		left: 50px;
		-webkit-transform: unset;
		        transform: unset;
	}
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch {
		-webkit-filter: drop-shadow(0 0 2px #0090d7) drop-shadow(0 0 4px #0090d7) drop-shadow(0 0 8px #0090d7) drop-shadow(0 0 16px #0090d7) drop-shadow(0 0 24px #0090d7) drop-shadow(0 0 32px #0090d7);
		        filter: drop-shadow(0 0 2px #0090d7) drop-shadow(0 0 4px #0090d7) drop-shadow(0 0 8px #0090d7) drop-shadow(0 0 16px #0090d7) drop-shadow(0 0 24px #0090d7) drop-shadow(0 0 32px #0090d7);
		top: 150px;
		left: 25px;
	}
}
section.fv .fv-img {
	-webkit-filter: drop-shadow(11px 11px 16px rgba(0, 0, 0, 0.6));
	        filter: drop-shadow(11px 11px 16px rgba(0, 0, 0, 0.6));
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 20px;
}
section.fv .fv-img-sp {
	-webkit-filter: drop-shadow(11px 11px 16px rgba(0, 0, 0, 0.6));
	        filter: drop-shadow(11px 11px 16px rgba(0, 0, 0, 0.6));
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 640px) {
	section.fv .fv-img-sp {
		max-width: calc(100% + 50px);
		margin-left: -40px !important;
		margin-right: -10px !important;
		margin-bottom: -10px;
		z-index: 1;
	}
}

/* Message */
section.message .section-heading {
	color: #bae3f9;
}
section.message .message-title {
	font-size: 1.6667em;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: 65px;
}
@media not all and (min-width: 1024px) {
	section.message .message-title {
		font-size: 1.3em;
		text-align: center;
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.message .message-title {
		font-size: 1.1em;
		margin-top: 35px;
	}
}
section.message .message-content {
	margin-top: -7px;
}
@media not all and (min-width: 1024px) {
	section.message .message-content {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.message .message-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 35px;
		margin-top: 30px;
	}
}
@media (min-width: 640px) {
	section.message .message-image-group {
		float: right;
		-webkit-shape-outside: ellipse(50% 60% at 50% 50%);
		shape-outside: ellipse(50% 60% at 50% 50%);
		margin-left: 40px !important;
	}
}
section.message .message-image {
	max-width: 414px;
	-webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.6));
	        filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.6));
	will-change: filter;
}
@media not all and (min-width: 1024px) {
	section.message .message-image {
		width: 250px;
	}
}
section.message .message-name {
	font-size: 27px;
	font-weight: 700;
	text-align: right;
}
@media not all and (min-width: 1024px) {
	section.message .message-name {
		font-size: 24px;
		margin-top: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.message .message-name {
		font-size: 16px;
		text-align: center;
	}
}
section.message .message-text {
	text-align: justify;
	letter-spacing: 0.02em;
	line-height: 1.85;
}
@media (min-width: 1024px) {
	section.message .message-text {
		padding-top: 72px;
		margin-top: 0;
	}
}
@media not all and (min-width: 640px) {
	section.message .message-text {
		margin-top: 0;
	}
	section.message .message-text br {
		display: none;
	}
}

/* Service */
section.service {
	padding-bottom: 0;
}
section.service .section-catch {
	margin-top: 60px;
}
@media not all and (min-width: 1024px) {
	section.service .section-catch {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.service .section-catch {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	section.service .service-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.service .service-image {
	max-width: 460px;
}
@media not all and (min-width: 640px) {
	section.service .service-image {
		width: 250px;
	}
}
section.service .service-text {
	text-align: justify;
	line-height: 1.95;
}
section.service .smb-buttons {
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.service .smb-buttons {
		margin-top: 20px;
	}
}

/* Manufacturer */
section.manufacturer {
	padding-bottom: 0;
}
section.manufacturer .manufacturer-box {
	padding: 50px;
}
@media not all and (min-width: 1024px) {
	section.manufacturer .manufacturer-box {
		padding: 45px;
	}
}
@media not all and (min-width: 640px) {
	section.manufacturer .manufacturer-box {
		padding: 20px;
	}
}
@media (min-width: 1024px) {
	section.manufacturer .manufacturer-list {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: 3rem;
		   -moz-column-gap: 3rem;
		        column-gap: 3rem;
	}
}
section.manufacturer .manufacturer-list li {
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: -0.02em;
}
@media not all and (min-width: 1024px) {
	section.manufacturer .manufacturer-list li {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.manufacturer .manufacturer-list li {
		font-size: 14px;
	}
}
section.manufacturer .manufacturer-note {
	color: var(--accent-color);
	letter-spacing: 0.1em;
	margin-top: 0;
}

/* Award */
section.award {
	padding-bottom: 0;
}
section.award .section-catch {
	margin-top: 0;
}
@media (min-width: 1024px) {
	section.award .section-catch {
		margin-top: 8px;
	}
}
@media not all and (min-width: 1024px) {
	section.award .section-catch {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
section.award .award-items {
	margin-top: -10px;
}
@media (min-width: 1024px) {
	section.award .award-items .text-col {
		--_item-width: 55%;
	}
	section.award .award-items .image-col {
		--_item-width: 45%;
	}
}
@media not all and (min-width: 1024px) {
	section.award .award-items {
		margin-top: 40px;
	}
	section.award .award-items .text-col .smb-items__item__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media not all and (min-width: 640px) {
	section.award .award-items {
		margin-top: 30px;
	}
}
section.award .award-deco {
	max-width: 436px;
}
@media not all and (min-width: 1024px) {
	section.award .award-deco {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin-top: -30px;
	}
}
@media not all and (min-width: 640px) {
	section.award .award-deco {
		width: 280px;
		margin-top: -15px;
	}
}
section.award .award-text {
	text-align: justify;
	line-height: 1.95;
	margin-top: 16px;
}
@media not all and (min-width: 1024px) {
	section.award .award-text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 20px;
	}
}
section.award .award-image {
	-webkit-box-shadow: 16px 16px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 16px 16px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
	section.award .award-image {
		margin-top: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.award .award-image {
		width: 250px;
	}
}
section.award .award-slider {
	--spider--arrow-size: 30px;
	--spider--arrow-color: #959595;
}
@media (min-width: 1024px) {
	section.award .award-slider {
		max-width: calc(100% + 6rem);
		margin-left: -3rem !important;
		margin-right: -3rem !important;
		margin-top: -60px;
	}
}
@media not all and (min-width: 1024px) {
	section.award .award-slider {
		max-width: 500px;
	}
}
@media not all and (min-width: 640px) {
	section.award .award-slider {
		--spider--arrow-size: 20px;
	}
}
section.award .award-slider .spider__slide {
	padding: 3rem;
}
section.award .award-slider .smb-spider-slider__figure-wrapper {
	-webkit-box-shadow: 16px 16px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 16px 16px 8px rgba(0, 0, 0, 0.2);
}
section.award .award-slider .spider__arrow[data-direction=prev]:before {
	border-width: 2px;
}
section.award .award-slider .spider__arrow[data-direction=next]:before {
	border-width: 2px;
}
section.award .smb-buttons {
	margin-top: 40px;
}
@media not all and (min-width: 1024px) {
	section.award .smb-buttons {
		margin-top: -30px;
	}
}
@media not all and (min-width: 640px) {
	section.award .smb-buttons {
		margin-top: -15px;
	}
}

/* About */
section.about .about-items {
	margin-top: 50px;
}
@media not all and (min-width: 1024px) {
	section.about .about-items {
		margin-top: 20px;
	}
}
@media not all and (min-width: 1024px) {
	section.about .about-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.about .about-image {
	max-width: 352px;
}
@media not all and (min-width: 640px) {
	section.about .about-image {
		width: 150px;
	}
}
section.about .about-text {
	text-align: justify;
	line-height: 1.95;
}
@media (min-width: 1024px) {
	section.about .about-text {
		margin-top: 10px;
	}
}
section.about .smb-buttons {
	margin-top: 75px;
}
@media not all and (min-width: 640px) {
	section.about .smb-buttons {
		margin-top: 30px;
	}
}

/* Voices */
section.voice .section-heading {
	color: #fff;
}
section.voice .section-heading-ja {
	color: #fff;
}
@media not all and (min-width: 1024px) {
	section.voice .voices-items {
		max-width: 520px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voices-items {
		max-width: 325px;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voices-item .smb-items__item__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voices-item._02 .smb-items__item__body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
section.voice .voices-image {
	max-width: 400px;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.voice .voices-image {
		width: 300px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voices-image {
		width: 168px;
	}
}
section.voice .voices-image img {
	border-radius: 9999px;
	-webkit-box-shadow: 15px 15px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 15px 15px 8px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
	section.voice .voices-image img:active, section.voice .voices-image img:focus, section.voice .voices-image img:hover {
		-webkit-filter: brightness(105%);
		        filter: brightness(105%);
	}
}
section.voice .voices-name {
	letter-spacing: 0.22em;
	margin-top: 10px;
}
@media (min-width: 1024px) {
	section.voice .voices-name {
		text-align: center;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voices-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1em;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voices-name {
		font-size: 12px;
	}
}
section.voice .voices-name .has-sm-m-font-size {
	font-size: 1em !important;
	margin-right: 1em;
	position: relative;
}
@media not all and (min-width: 1024px) {
	section.voice .voices-name .has-sm-m-font-size {
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
	section.voice .voices-name .has-sm-m-font-size::after {
		content: "";
		background-color: currentColor;
		width: calc(100% + 100px);
		height: 1px;
		position: absolute;
		right: 0;
		bottom: -0.75em;
	}
}
section.voice .voices-name .has-sm-l-font-size {
	font-size: 1.388em !important;
}
@media not all and (min-width: 640px) {
	section.voice .voices-name .has-sm-l-font-size {
		font-size: 1.2em !important;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voices-name._01 .has-sm-m-font-size::after {
		content: "";
		background-color: currentColor;
		width: calc(100% + 100px);
		height: 1px;
		position: absolute;
		right: 0;
		bottom: -0.75em;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voices-name._02 .has-sm-m-font-size::after {
		content: "";
		background-color: currentColor;
		width: calc(100% + 100px);
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -0.75em;
	}
}
@media (min-width: 1024px) {
	section.voice .voices-name .pc-hidden {
		display: none;
	}
}
@media (min-width: 1024px) {
	section.voice .voices-name br {
		display: none;
	}
}
section.voice .smb-buttons {
	margin-top: 70px;
}
@media not all and (min-width: 640px) {
	section.voice .smb-buttons {
		margin-top: 30px;
	}
}

/* Charm */
section.charm {
	padding-bottom: 0;
}
section.charm .section-catch {
	letter-spacing: 0.12em;
}
@media not all and (min-width: 640px) {
	section.charm .section-catch {
		margin-top: 30px;
	}
}
section.charm .charm-image {
	max-width: 905px;
	-webkit-filter: drop-shadow(16px 16px 16px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(16px 16px 16px rgba(0, 0, 0, 0.2));
	will-change: filter;
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	section.charm .charm-image {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.charm .charm-image {
		margin-top: 30px;
	}
}
section.charm .smb-buttons {
	margin-top: 50px;
}
@media not all and (min-width: 640px) {
	section.charm .smb-buttons {
		margin-top: 20px;
	}
}

/* News */
section.news {
	padding-top: 35px;
}
section.news .smb-recent-posts .c-entries--text {
	border-top: 1px solid #00a0e9;
}
section.news .smb-recent-posts .c-entries__item {
	border-bottom: 1px solid #00a0e9;
}
section.news .smb-recent-posts .c-entries__item:last-child {
	border-bottom: none;
}
section.news .smb-recent-posts .c-entries__item > a {
	padding: 36px 0 36px 10px;
}
@media not all and (min-width: 640px) {
	section.news .smb-recent-posts .c-entries__item > a {
		padding: 12px 0;
	}
}
section.news .smb-recent-posts .c-entry-summary__body {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media not all and (min-width: 640px) {
	section.news .smb-recent-posts .c-entry-summary__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.news .smb-recent-posts .c-entry-summary__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3334;
}
@media not all and (min-width: 640px) {
	section.news .smb-recent-posts .c-entry-summary__title {
		font-size: 14px;
	}
}
section.news .smb-recent-posts .c-entry-summary__meta {
	color: #9fa0a0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3334;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-left: var(--_margin1);
	margin-right: 0;
}
@media not all and (min-width: 640px) {
	section.news .smb-recent-posts .c-entry-summary__meta {
		font-size: 14px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-left: 0;
	}
}

/* Contact */
section.contact {
	padding-top: 60px;
}
@media not all and (min-width: 640px) {
	section.contact {
		padding-top: 40px;
	}
}
section.contact .section-heading {
	color: #fff;
}
section.contact .section-heading-ja {
	color: #fff;
}
section.contact .contact-catch {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1;
	text-shadow: 0 0 2px #00a0e9, 0 0 6px #00a0e9, 0 0 12px #00a0e9, 0 0 20px #00a0e9, 0 0 32px #00a0e9, 0 0 48px #00a0e9, 0 0 70px #00a0e9;
	-webkit-filter: drop-shadow(0 0 20px #00a0e9);
	        filter: drop-shadow(0 0 20px #00a0e9);
	margin-top: 10px;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.contact .contact-catch {
		font-size: 16px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .contact-catch {
		font-size: 12px;
		margin-top: 30px;
	}
}
section.contact .contact-catch .has-sm-l-font-size {
	font-size: 1.92em !important;
	letter-spacing: 0.08em;
}
@media not all and (min-width: 640px) {
	section.contact .contact-catch .has-sm-l-font-size {
		font-size: 1.5em !important;
	}
}
section.contact .contact-catch .has-sm-m-font-size {
	font-size: 1em !important;
}
section.contact .contact-target {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1;
	text-shadow: 0 0 2px #00a0e9, 0 0 6px #00a0e9, 0 0 12px #00a0e9, 0 0 20px #00a0e9, 0 0 32px #00a0e9, 0 0 48px #00a0e9, 0 0 70px #00a0e9;
	-webkit-filter: drop-shadow(0 0 20px #00a0e9);
	        filter: drop-shadow(0 0 20px #00a0e9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
}
@media not all and (min-width: 1024px) {
	section.contact .contact-target {
		font-size: 12px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .contact-target {
		margin-top: 30px;
	}
}
section.contact .contact-target .has-sm-l-font-size {
	font-size: 1.75em !important;
	letter-spacing: 0.14em;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
}
@media not all and (min-width: 640px) {
	section.contact .contact-target .has-sm-l-font-size {
		font-size: 1.3em !important;
	}
}
section.contact .contact-target .has-sm-m-font-size {
	font-size: 1em !important;
	margin-top: 0.75em;
}
section.contact .contact-group {
	margin-top: 60px;
}
@media (min-width: 1024px) {
	section.contact .contact-group {
		padding-bottom: 65px;
	}
}
@media (min-width: 1024px) {
	section.contact .contact-items .cta-col {
		--_item-width: 43%;
	}
	section.contact .contact-items .image-col {
		--_item-width: 57%;
	}
}
@media not all and (min-width: 1024px) {
	section.contact .contact-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.contact .cta-circle {
	aspect-ratio: 1/1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media not all and (min-width: 1024px) {
	section.contact .cta-circle {
		max-width: 380px;
		margin-top: -100px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .cta-circle {
		max-width: 270px;
		margin-top: -80px;
	}
}
section.contact .cta-title {
	font-size: 20px;
	line-height: 1.3;
}
@media not all and (min-width: 640px) {
	section.contact .cta-title {
		font-size: 14px;
	}
}
section.contact .mail-btn {
	max-width: 63px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	section.contact .mail-btn {
		width: 50px;
		margin-top: 20px;
	}
}
@media (hover: hover) and (pointer: fine) {
	section.contact .mail-btn:active, section.contact .mail-btn:focus, section.contact .mail-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
section.contact .tel-btn {
	margin-top: 20px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	section.contact .tel-btn {
		width: 190px;
		margin-top: 10px;
	}
}
@media (hover: hover) and (pointer: fine) {
	section.contact .tel-btn:active, section.contact .tel-btn:focus, section.contact .tel-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
section.contact .contact-image {
	max-width: 525px;
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
	        filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
	will-change: filter;
}
@media (min-width: 1024px) {
	section.contact .contact-image {
		margin-top: -130px;
	}
}
@media not all and (min-width: 1024px) {
	section.contact .contact-image {
		margin-top: -130px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .contact-image {
		max-width: calc(100% + 30px);
		margin-right: -30px !important;
		margin-top: -115px;
	}
}
section.contact .contact-text {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
@media (min-width: 1024px) {
	section.contact .contact-text {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media not all and (min-width: 1024px) {
	section.contact .contact-text {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .contact-text {
		font-size: 14px;
	}
}
section.contact .contact-text .has-sm-l-font-size {
	font-size: 1.62em !important;
	letter-spacing: 0.05em;
}
@media not all and (min-width: 1200px) {
	section.contact .contact-text .has-sm-l-font-size {
		font-size: 1.5em !important;
	}
}
section.contact .contact-buttons {
	margin-top: 50px;
}
section.contact .contact-btn {
	-webkit-box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.2);
	        box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.2);
}
section.contact .contact-btn .smb-btn {
	color: #333;
	background-image: linear-gradient(135deg, #fff 30%, #00a0e9 100%);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.14em;
	padding: 35px 115px;
}
@media not all and (min-width: 640px) {
	section.contact .contact-btn .smb-btn {
		font-size: 14px;
		padding: 15px 30px;
	}
}

/* 組合の魅力 */
body.slug-advantage .c-page-header__content::before {
	content: "";
	background-image: url(/wp-content/uploads/2026/01/page-header-en-advantage.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 680/144;
	width: 490px;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .c-page-header__content::before {
		width: 476px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .c-page-header__content::before {
		width: 230px;
	}
}
body.slug-advantage .service-content-items {
	margin-top: 70px;
}
@media (min-width: 1024px) {
	body.slug-advantage .service-content-items .c-row--margin {
		--_gap: 85px;
	}
	body.slug-advantage .service-content-items .image-col {
		--_item-width: 47%;
	}
	body.slug-advantage .service-content-items .text-col {
		--_item-width: 53%;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .service-content-items {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .service-content-items {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .service-content-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-advantage .service-content-items .image-col .smb-items__item {
	margin-left: -24vw;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .service-content-items .image-col .smb-items__item {
		width: calc(50vw + 50%);
		margin-left: calc(50% - 50vw);
	}
}
body.slug-advantage .service-content-img img {
	border-top-right-radius: clamp(50px, 10vw, 100px);
	border-bottom-right-radius: clamp(50px, 10vw, 100px);
	max-height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.slug-advantage .service-content-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.65;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .service-content-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .service-content-title {
		font-size: 18px;
	}
}
body.slug-advantage .service-content-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.01em;
	line-height: 2.2;
}
body.slug-advantage .charm-content {
	margin-top: 90px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-content {
		margin-top: 40px;
	}
}
@media (min-width: 1024px) {
	body.slug-advantage .charm-content-items .c-row--margin {
		--_gap: 70px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .charm-content-items {
		max-width: 600px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .charm-content-items.left-img .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-advantage .charm-title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 1024px) {
	body.slug-advantage .charm-title-group {
		max-width: calc(100% + 36px);
		margin-right: -36px !important;
	}
}
body.slug-advantage .charm-title-group > :not(:first-child) {
	margin-top: 0;
}
body.slug-advantage .charm-num {
	color: #c8d0de;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	margin-right: 20px !important;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-num {
		font-size: 45px;
		margin-right: 10px !important;
	}
}
body.slug-advantage .charm-content-title {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.3334;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-content-title {
		font-size: 18px;
	}
}
body.slug-advantage .charm-icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
body.slug-advantage .charm-icon._01 {
	max-width: 82px;
}
body.slug-advantage .charm-icon._02 {
	max-width: 91px;
}
body.slug-advantage .charm-icon._03 {
	max-width: 76px;
}
body.slug-advantage .charm-icon._04 {
	max-width: 95px;
}
body.slug-advantage .charm-icon._05 {
	max-width: 99px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-icon {
		width: 60px;
	}
}
body.slug-advantage .charm-content-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 2.2;
}
body.slug-advantage .charm-deco-01 {
	position: absolute;
	top: -85%;
	right: calc(50% - 50vw);
	margin-top: 0;
	z-index: -1;
}
body.slug-advantage .charm-deco-02 {
	max-width: 463px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin-top: 0;
	z-index: -1;
}
body.slug-advantage .charm-deco-03 {
	max-width: unset;
	position: absolute;
	top: 0%;
	left: calc(50% - 50vw);
	margin-top: 0;
	z-index: -1;
}
body.slug-advantage .charm-deco-04 {
	max-width: 463px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin-top: 0;
	z-index: -1;
}
body.slug-advantage .charm-deco-05 {
	position: absolute;
	top: -85%;
	right: calc(50% - 50vw);
	margin-top: 0;
	z-index: -1;
}
body.slug-advantage .charm-deco-sp-01 {
	position: absolute;
	right: calc(50% - 52vw);
	bottom: 4%;
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-deco-sp-01 {
		left: calc(50% - 50vw);
		width: 102vw;
		max-width: unset;
	}
}
body.slug-advantage .charm-deco-sp-02 {
	position: absolute;
	left: calc(50% - 52vw);
	bottom: 4%;
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-deco-sp-02 {
		right: calc(50% - 50vw);
		width: 102vw;
		max-width: unset;
	}
}
body.slug-advantage .charm-deco-sp-03 {
	position: absolute;
	right: calc(50% - 52vw);
	bottom: 4%;
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-deco-sp-03 {
		left: calc(50% - 50vw);
		width: 102vw;
		max-width: unset;
	}
}
body.slug-advantage .charm-deco-sp-04 {
	position: absolute;
	left: calc(50% - 52vw);
	bottom: 4%;
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-deco-sp-04 {
		right: calc(50% - 50vw);
		width: 102vw;
		max-width: unset;
	}
}
body.slug-advantage .charm-deco-sp-05 {
	position: absolute;
	right: calc(50% - 52vw);
	bottom: 4%;
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .charm-deco-sp-05 {
		left: calc(50% - 50vw);
		width: 102vw;
		max-width: unset;
	}
}
body.slug-advantage section.voice-content .section-heading {
	color: #bae3f9;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage section.voice-content .section-heading {
		color: #fff;
	}
}
body.slug-advantage section.voice-content .section-heading-ja {
	color: #bae3f9;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage section.voice-content .section-heading-ja {
		color: #fff;
	}
}
body.slug-advantage .voices-content-wrapper {
	margin-top: 70px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .voices-content-wrapper {
		margin-top: 40px;
	}
}
@media (min-width: 1024px) {
	body.slug-advantage .voices-content-items .c-row--margin {
		--_gap: 50px;
	}
	body.slug-advantage .voices-content-items .image-col {
		--_item-width: 47%;
	}
	body.slug-advantage .voices-content-items .text-col {
		--_item-width: 53%;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .voices-content-items {
		max-width: 600px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .voices-content-items.right-img .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-advantage .voices-image {
	z-index: 1;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .voices-image {
		width: 250px;
	}
}
body.slug-advantage .voices-image img {
	border-radius: 9999px;
	-webkit-box-shadow: 18px 18px 9px rgba(0, 0, 0, 0.2);
	        box-shadow: 18px 18px 9px rgba(0, 0, 0, 0.2);
}
body.slug-advantage .voices-content-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.634;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .voices-content-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .voices-content-title {
		font-size: 18px;
	}
}
body.slug-advantage .voices-content-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 2.2;
}
body.slug-advantage .voices-content-name {
	font-size: 18px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 12px;
	padding-bottom: 12px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .voices-content-name {
		font-size: 16px;
		padding: 0;
	}
}
@media (min-width: 1024px) {
	body.slug-advantage .voices-content-name.right {
		text-align: right;
		margin-right: 0 !important;
	}
	body.slug-advantage .voices-content-name.right::before {
		content: "";
		background-color: currentColor;
		width: calc(100% + 400px);
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
	}
	body.slug-advantage .voices-content-name.right::after {
		content: "";
		background-color: currentColor;
		width: calc(100% + 450px);
		height: 1px;
		position: absolute;
		left: -150px;
		bottom: 0;
	}
}
@media (min-width: 1024px) {
	body.slug-advantage .voices-content-name.left {
		margin-left: 0 !important;
	}
	body.slug-advantage .voices-content-name.left::before {
		content: "";
		background-color: currentColor;
		width: calc(100% + 400px);
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	body.slug-advantage .voices-content-name.left::after {
		content: "";
		background-color: currentColor;
		width: calc(100% + 320px);
		height: 1px;
		position: absolute;
		right: -20px;
		bottom: 0;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .voices-content-name {
		text-align: center;
	}
}
body.slug-advantage .voices-deco-01 {
	position: absolute;
	top: 0;
	right: calc(50% - 45vw);
	margin-top: 0;
	z-index: 0;
}
body.slug-advantage .voices-deco-02 {
	position: absolute;
	left: calc(50% - 40vw);
	bottom: 0;
	margin-top: 0;
	z-index: 0;
}
body.slug-advantage .award-content-title {
	font-size: 27px;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.15em;
	line-height: 1.634;
	margin-top: 60px;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .award-content-title {
		text-align: center;
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-content-title {
		font-size: 18px;
		margin-top: 30px;
	}
}
body.slug-advantage .award-content-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 2.2;
}
body.slug-advantage .award-content-text + * {
	margin-top: 70px;
}
@media not all and (min-width: 1024px) {
	body.slug-advantage .award-content-text + * {
		margin-top: 50px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-content-text + * {
		margin-top: 40px;
	}
}
body.slug-advantage .award-detail-group + .award-detail-group {
	margin-top: 50px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-group + .award-detail-group {
		margin-top: 40px;
	}
}
body.slug-advantage .award-detail-title {
	color: #00a0e9;
	border: 1px solid #00a0e9;
	border-radius: 0 999px 999px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 20px;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-title {
		padding: 15px 20px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-title.sp-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
body.slug-advantage .award-detail-title > :not(:first-child) {
	margin-top: 0;
}
body.slug-advantage .award-detail-date {
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.2;
	margin-right: 1em !important;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-date {
		font-size: 21px;
	}
}
body.slug-advantage .award-detail-name {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-name {
		font-size: 14px;
	}
}
body.slug-advantage .award-detail-name .has-sm-s-font-size {
	font-size: 0.8em !important;
}
body.slug-advantage .award-detail-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media (min-width: 1024px) {
	body.slug-advantage .award-detail-text {
		text-align: center;
	}
}
body.slug-advantage .award-detail-img {
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
@media not all and (min-width: 640px) {
	body.slug-advantage .award-detail-img {
		width: 250px;
	}
}

/* 組合情報 */
body.slug-info .c-page-header__content::before {
	content: "";
	background-image: url(/wp-content/uploads/2026/01/page-header-en-info.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 789/144;
	width: 568px;
}
@media not all and (min-width: 1024px) {
	body.slug-info .c-page-header__content::before {
		width: 552px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .c-page-header__content::before {
		width: 266px;
	}
}
body.slug-info section.mission {
	--smb-section--color: #333 !important;
}
body.slug-info section.mission::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.88);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
body.slug-info section.mission .smb-section__fixed-background {
	z-index: 0;
}
body.slug-info section.mission .smb-section__inner {
	z-index: 2;
}
body.slug-info .mission-items {
	margin-top: 70px;
}
@media (min-width: 1024px) {
	body.slug-info .mission-items .c-row--margin {
		--_gap: 85px;
	}
	body.slug-info .mission-items .image-col {
		--_item-width: 47%;
	}
	body.slug-info .mission-items .text-col {
		--_item-width: 53%;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-info .mission-items {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .mission-items {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-info .mission-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-info .mission-items .image-col .smb-items__item {
	margin-left: -24vw;
}
@media not all and (min-width: 1024px) {
	body.slug-info .mission-items .image-col .smb-items__item {
		width: calc(50vw + 50%);
		margin-left: calc(50% - 50vw);
	}
}
body.slug-info .mission-img img {
	border-top-right-radius: clamp(50px, 10vw, 100px);
	border-bottom-right-radius: clamp(50px, 10vw, 100px);
}
body.slug-info .mission-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.65;
}
@media not all and (min-width: 1024px) {
	body.slug-info .mission-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .mission-title {
		font-size: 18px;
	}
}
body.slug-info .mission-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.01em;
	line-height: 2.2;
}
body.slug-info section.history {
	padding-bottom: 0;
}
@media (min-width: 1024px) {
	body.slug-info .history-container {
		padding-left: 70px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-info .history-container {
		max-width: 640px;
	}
}
body.slug-info .history-container > :not(:first-child) {
	margin-top: 0;
}
body.slug-info .history-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 0 200px;
	padding-top: 1rem;
}
@media not all and (min-width: 1024px) {
	body.slug-info .history-row {
		padding-left: 2rem;
	}
}
body.slug-info .history-row > :not(:first-child) {
	margin-top: 0;
}
body.slug-info .history-row .history-body::after {
	content: "";
	background-image: url(/wp-content/uploads/2026/02/history-dot.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: -110px;
}
@media not all and (min-width: 1024px) {
	body.slug-info .history-row .history-body::after {
		top: 8px;
		left: calc((1.5rem + 10px) * -1);
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .history-row .history-body::after {
		width: 16px;
		height: 16px;
		top: 7px;
		left: calc((1.5rem + 8px) * -1);
	}
}
body.slug-info .history-row:not(:last-child) .history-body::before {
	content: "";
	background-color: #bae3f9;
	width: 1px;
	height: calc(100% + 1rem);
	position: absolute;
	top: 20px;
	left: -100px;
}
@media not all and (min-width: 1024px) {
	body.slug-info .history-row:not(:last-child) .history-body::before {
		top: 8px;
		left: -1.5rem;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .history-row:not(:last-child) .history-body::before {
		top: 7px;
	}
}
@media (min-width: 1024px) {
	body.slug-info .history-row:nth-last-child(2) .history-body::before {
		content: none;
	}
}
body.slug-info .history-year {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
@media not all and (min-width: 1024px) {
	body.slug-info .history-year {
		display: none;
	}
}
body.slug-info .history-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
body.slug-info .history-body > :not(:first-child) {
	margin-top: 0;
}
body.slug-info .history-date {
	color: var(--accent-color);
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
body.slug-info .history-text {
	text-align: justify;
	letter-spacing: 0.03em;
}
body.slug-info .overview-table {
	border-radius: 40px;
	overflow: hidden;
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	body.slug-info .overview-table {
		border-radius: 20px;
		margin-top: 60px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .overview-table {
		border-radius: 10px;
		margin-top: 25px;
	}
}
body.slug-info .overview-table tbody::after {
	content: "";
	background-image: linear-gradient(155deg, #00a0e9 0%, #00a0e9 20%, #0068b7 55%, #172a88 85%, #030b58 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media (min-width: 1024px) {
	body.slug-info .overview-table tbody::after {
		width: 15em;
	}
}
body.slug-info .overview-table th {
	color: #fff;
	border: none;
	padding: 20px 40px;
}
@media (min-width: 1024px) {
	body.slug-info .overview-table th {
		width: 15em;
		text-align: left;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #fff;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .overview-table th {
		padding: 5px 10px;
	}
}
body.slug-info .overview-table td {
	background-color: #efefef;
	text-align: center;
	border: none;
	padding: 20px 40px;
}
@media (min-width: 1024px) {
	body.slug-info .overview-table td {
		text-align: left;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #9fa0a0;
	}
}
@media not all and (min-width: 640px) {
	body.slug-info .overview-table td {
		padding: 5px 10px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-info .overview-table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
body.slug-info .overview-table tr:last-child th,
body.slug-info .overview-table tr:last-child td {
	border: none;
}

/* 加盟について */
body.slug-membership .c-page-header__content::before {
	content: "";
	background-image: url(/wp-content/uploads/2026/01/page-header-en-membership.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 819/144;
	width: 590px;
}
@media not all and (min-width: 1024px) {
	body.slug-membership .c-page-header__content::before {
		width: 573px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .c-page-header__content::before {
		width: 277px;
	}
}
body.slug-membership .structure-items {
	margin-top: 70px;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-items .c-row--margin {
		--_gap: 85px;
	}
	body.slug-membership .structure-items .image-col {
		--_item-width: 46%;
	}
	body.slug-membership .structure-items .text-col {
		--_item-width: 54%;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-items {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-items {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-membership .structure-items .image-col .smb-items__item {
	margin-left: -24vw;
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-items .image-col .smb-items__item {
		width: calc(50vw + 50%);
		margin-left: calc(50% - 50vw);
	}
}
body.slug-membership .structure-img img {
	border-top-right-radius: clamp(50px, 10vw, 100px);
	border-bottom-right-radius: clamp(50px, 10vw, 100px);
}
body.slug-membership .structure-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.65;
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-title {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}
body.slug-membership .structure-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.01em;
	line-height: 2.2;
}
body.slug-membership .structure-table {
	border-radius: 40px;
	overflow: hidden;
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-table {
		border-radius: 20px;
		margin-top: 60px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-table {
		border-radius: 10px;
		margin-top: 25px;
	}
}
body.slug-membership .structure-table tbody::after {
	content: "";
	background-image: linear-gradient(155deg, #00a0e9 0%, #00a0e9 20%, #0068b7 55%, #172a88 85%, #030b58 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-table tbody::after {
		width: 15em;
	}
}
body.slug-membership .structure-table th {
	color: #fff;
	border: none;
	padding: 20px 40px;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-table th {
		width: 15em;
		text-align: left;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #fff;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-table th {
		padding: 5px 10px;
	}
}
body.slug-membership .structure-table td {
	background-color: #efefef;
	text-align: center;
	border: none;
	padding: 20px 40px;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-table td {
		text-align: left;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #9fa0a0;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-table td {
		padding: 5px 10px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
body.slug-membership .structure-table tr:last-child th,
body.slug-membership .structure-table tr:last-child td {
	border: none;
}
body.slug-membership .structure-grid {
	margin-top: 45px;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: -webkit-min-content 1fr;
		grid-template-rows: min-content 1fr;
		gap: 25px 45px;
	}
	body.slug-membership .structure-grid > :not(:first-child) {
		margin-top: 0;
	}
	body.slug-membership .structure-grid .structure-flow {
		grid-column: 1/2;
		grid-row: 1/3;
	}
	body.slug-membership .structure-grid .structure-assessment {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	body.slug-membership .structure-grid .structure-support {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-grid {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-grid {
		margin-top: 25px;
	}
}
body.slug-membership .structure-subtitle {
	color: var(--accent-color);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-subtitle {
		margin-left: 1em !important;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .structure-subtitle {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-subtitle {
		font-size: 18px;
	}
}
body.slug-membership .structure-subtitle + * {
	margin-top: 0;
}
body.slug-membership .structure-box {
	padding: 30px 40px;
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-box {
		padding: 20px 15px;
	}
}
body.slug-membership .structure-box > :not(:first-child) {
	margin-top: 20px;
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-box > :not(:first-child) {
		margin-top: 10px;
	}
}
body.slug-membership .structure-subtext {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.6;
}
body.slug-membership .structure-contact-btn .smb-btn {
	border-radius: 10px;
	padding: 10px 30px 10px 40px;
	position: relative;
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-contact-btn .smb-btn {
		padding: 10px 20px 10px 30px;
	}
}
body.slug-membership .structure-contact-btn .smb-btn::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-contact-btn .smb-btn::before {
		width: 8px;
		height: 8px;
		left: 8px;
	}
}
body.slug-membership .structure-contact-btn .smb-btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-contact-btn .smb-btn::after {
		width: 8px;
		height: 8px;
		left: 14px;
	}
}
body.slug-membership .structure-contact-btn .smb-btn__label {
	font-weight: 500;
}
@media (min-width: 1024px) {
	body.slug-membership .structure-contact-btn .smb-btn__label {
		font-size: 17px;
	}
}
body.slug-membership .structure-support-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-support-items {
		gap: 13px;
	}
}
body.slug-membership .structure-support-items > :not(:first-child) {
	margin-top: 0;
}
body.slug-membership .structure-support-img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	max-width: 188px;
}
@media not all and (min-width: 640px) {
	body.slug-membership .structure-support-img {
		width: 150px;
		margin-right: -30px !important;
	}
}
body.slug-membership section.support .section-heading {
	color: #c7d1eb;
}
@media not all and (min-width: 1024px) {
	body.slug-membership section.support .section-heading {
		color: #fff;
	}
}
body.slug-membership section.support .section-heading-ja {
	color: #c7d1eb;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	body.slug-membership section.support .section-heading-ja {
		color: #fff;
		margin-top: 10px;
	}
}
body.slug-membership .support-items {
	margin-top: 70px;
}
@media (min-width: 1024px) {
	body.slug-membership .support-items .c-row--margin {
		--_gap: 85px;
	}
	body.slug-membership .support-items .image-col {
		--_item-width: 47%;
	}
	body.slug-membership .support-items .text-col {
		--_item-width: 53%;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .support-items {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-items {
		margin-top: 30px;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .support-items .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-membership .support-items .image-col .smb-items__item {
	margin-left: -24vw;
}
@media not all and (min-width: 1024px) {
	body.slug-membership .support-items .image-col .smb-items__item {
		width: calc(50vw + 50%);
		margin-left: calc(50% - 50vw);
	}
}
body.slug-membership .support-img {
	z-index: 1;
}
body.slug-membership .support-img img {
	border-top-right-radius: clamp(50px, 10vw, 100px);
	border-bottom-right-radius: clamp(50px, 10vw, 100px);
}
body.slug-membership .support-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.65;
}
@media (min-width: 1024px) {
	body.slug-membership .support-title {
		margin-top: 1em;
	}
}
@media not all and (min-width: 1024px) {
	body.slug-membership .support-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-title {
		font-size: 18px;
	}
}
body.slug-membership .support-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.025em;
	line-height: 2.2;
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-text {
		letter-spacing: 0.01em;
	}
}
body.slug-membership .support-subtitle {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.68;
	padding: 0 0.5em 0 1em;
}
@media (min-width: 1024px) {
	body.slug-membership .support-subtitle {
		text-align: right;
	}
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-subtitle {
		font-size: 18px;
	}
}
body.slug-membership .support-subtitle + * {
	margin-top: 0;
}
@media (min-width: 1024px) {
	body.slug-membership .support-skill-group {
		max-width: calc(100% + 50px);
		margin-top: 50px;
		margin-left: -150px !important;
	}
}
body.slug-membership .support-skill-box {
	padding: 40px 65px;
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-skill-box {
		padding: 18px;
	}
}
body.slug-membership .support-skill-list {
	list-style: none;
	padding-left: 0;
}
body.slug-membership .support-skill-list li {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media not all and (min-width: 640px) {
	body.slug-membership .support-skill-list li {
		font-size: 16px;
		line-height: 1.3;
	}
}

/* お問い合わせ */
body.slug-contact .c-page-header::after {
	content: none;
}

body:is(.slug-contact, .slug-confirm) .c-page-header__content::before {
	content: "";
	background-image: url(/wp-content/uploads/2026/01/page-header-en-contact.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 492/144;
	width: 354px;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-page-header__content::before {
		width: 344px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-page-header__content::before {
		width: 166px;
	}
}
body:is(.slug-contact, .slug-confirm) .contact-catch {
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .cta-circle {
		margin-top: -60px;
	}
}
body:is(.slug-contact, .slug-confirm) .cta-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: -0.01em;
	line-height: 1.65;
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .cta-text {
		font-size: 17px;
	}
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .cta-text {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .cta-text {
		font-size: 12px;
		margin-top: 15px;
	}
}
body:is(.slug-contact, .slug-confirm) .contact-form-title {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .contact-form-title {
		text-align: center;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .contact-form-title {
		font-size: 20px;
	}
}
body:is(.slug-contact, .slug-confirm) .contact-form-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin-top: 20px;
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .contact-form-text {
		font-size: 17px;
	}
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .contact-form-text {
		text-align: center;
	}
}
body:is(.slug-contact, .slug-confirm) .wp-block-contact-form-7-contact-form-selector {
	margin-top: 70px;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .wp-block-contact-form-7-contact-form-selector {
		margin-top: 50px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .wp-block-contact-form-7-contact-form-selector {
		margin-top: 30px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form {
	background-color: #ebebec;
	padding: 75px 85px;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form {
		padding: 20px 40px 40px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form {
		padding: 10px 20px 20px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-row:not(:first-child) {
		margin-top: 0;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-row:not(.your-detail) {
	border-bottom: 1px solid #b5b5b6;
	padding-bottom: 20px;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-row:not(.your-detail) {
		padding-bottom: 15px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-label {
		min-width: unset;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-title {
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	padding: 11px 0;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-title {
		font-size: 16px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-title {
		font-size: 14px;
		padding: 10px 0;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-type {
	font-size: 17px;
	font-weight: 700;
	border-radius: 4px;
	padding: 3px 14px;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-type {
		font-size: 12px;
		padding: 3px 8px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .form-label .label-type.required {
	color: #fff;
	background-color: var(--accent-color);
}
body:is(.slug-contact, .slug-confirm) .c-form .form-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .form-body {
		-ms-flex-item-align: center;
		    align-self: center;
		margin-left: 48px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0 2em;
	padding: 11px 0;
}
@media not all and (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0.5em;
		padding: 0;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-list-item {
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-list-item {
		font-size: 20px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text],
body:is(.slug-contact, .slug-confirm) .c-form input[type=tel],
body:is(.slug-contact, .slug-confirm) .c-form input[type=email],
body:is(.slug-contact, .slug-confirm) .c-form input[type=url],
body:is(.slug-contact, .slug-confirm) .c-form input[type=date],
body:is(.slug-contact, .slug-confirm) .c-form input[type=number],
body:is(.slug-contact, .slug-confirm) .c-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	color: inherit;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4px 16px;
	margin: 0;
}
@media (min-width: 1024px) {
	body:is(.slug-contact, .slug-confirm) .c-form input[type=text],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=tel],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=email],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=url],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=date],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=number],
	body:is(.slug-contact, .slug-confirm) .c-form textarea {
		font-size: 17px;
	}
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form input[type=text],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=tel],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=email],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=url],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=date],
	body:is(.slug-contact, .slug-confirm) .c-form input[type=number],
	body:is(.slug-contact, .slug-confirm) .c-form textarea {
		padding: 4px 6px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=tel]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=email]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=url]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=date]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=number]::-webkit-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form textarea::-webkit-input-placeholder {
	color: #ccc;
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=tel]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=email]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=url]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=date]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=number]::-moz-placeholder, body:is(.slug-contact, .slug-confirm) .c-form textarea::-moz-placeholder {
	color: #ccc;
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=tel]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=email]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=url]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=date]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=number]:-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form textarea:-ms-input-placeholder {
	color: #ccc;
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=tel]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=email]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=url]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=date]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form input[type=number]::-ms-input-placeholder, body:is(.slug-contact, .slug-confirm) .c-form textarea::-ms-input-placeholder {
	color: #ccc;
}
body:is(.slug-contact, .slug-confirm) .c-form input[type=text]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form input[type=tel]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form input[type=email]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form input[type=url]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form input[type=date]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form input[type=number]::placeholder,
body:is(.slug-contact, .slug-confirm) .c-form textarea::placeholder {
	color: #ccc;
}
body:is(.slug-contact, .slug-confirm) .c-form textarea {
	height: 14em;
}
body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-not-valid-tip {
	font-size: smaller;
	font-weight: 700;
	color: #e60012;
}
body:is(.slug-contact, .slug-confirm) .c-form .submit-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .submit-btn {
		margin-top: 20px;
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input[type=submit] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #fff;
	background: var(--accent-color);
	border-radius: 6px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 50px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input[type=submit] {
		font-size: 16px;
		padding: 10px 40px;
	}
}
@media (hover: hover) and (pointer: fine) {
	body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input[type=submit]:active, body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input[type=submit]:focus, body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input[type=submit]:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input.wpcf7-previous {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #999;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 50px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
	margin-right: 1rem;
}
@media not all and (min-width: 640px) {
	body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input.wpcf7-previous {
		font-size: 16px;
		padding: 10px 40px;
	}
}
@media (hover: hover) and (pointer: fine) {
	body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input.wpcf7-previous:active, body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input.wpcf7-previous:focus, body:is(.slug-contact, .slug-confirm) .c-form .submit-btn input.wpcf7-previous:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
body:is(.slug-contact, .slug-confirm) .c-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* フッター */
.l-footer {
	border-top: none;
}
body:not(.home) .l-footer {
	-webkit-box-shadow: inset 0 30px 30px -30px rgba(166, 175, 181, 0.8);
	        box-shadow: inset 0 30px 30px -30px rgba(166, 175, 181, 0.8);
}
.l-footer .l-footer-widget-area {
	padding-top: 110px;
	padding-bottom: 130px;
}
@media not all and (min-width: 640px) {
	.l-footer .l-footer-widget-area {
		padding-top: 55px;
		padding-bottom: 35px;
	}
}
.l-footer .footer-logo {
	width: 280px;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-logo {
		width: 135px;
	}
}
.l-footer .footer-contact-text {
	color: var(--accent-color);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.1;
	margin-top: 45px;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-contact-text {
		font-size: 14px;
		margin-top: 35px;
	}
}
.l-footer .footer-contact-text .has-sm-l-font-size {
	font-size: 1.1em !important;
}
.l-footer .footer-tel-btn {
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 10px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 1024px) {
	.l-footer .footer-tel-btn {
		font-size: 48px;
	}
}
@media not all and (min-width: 640px) {
	.l-footer .footer-tel-btn {
		font-size: 32px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .footer-tel-btn:active, .l-footer .footer-tel-btn:focus, .l-footer .footer-tel-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
.l-footer .footer-tel-btn a {
	text-decoration: none;
}
.l-footer .c-copyright {
	background-color: var(--accent-color);
	font-size: 18px;
	font-weight: 500;
	padding-top: 24px;
	padding-bottom: 24px;
}
@media not all and (min-width: 640px) {
	.l-footer .c-copyright {
		font-size: 14px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

    .footer-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 80px;
    }