@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 2025/10/07 追加 */
.pc-bl,
.pc-fl,
.pc-in,
.pc-only,
.sp-bl,
.sp-fl,
.sp-in,
.sp-only {
	display: none !important;
}
@media (min-width: 961px) {
	.pc-only,
	.pc-bl {
		display: block !important;
	}
	.pc-fl {
		display: flex !important;
	}
	.pc-in {
		display: inline !important;
	}
	.sp-only {
		display: block !important;
	}
}
@media (max-width: 960px) {
	.sp-bl {
		display: block !important;
	}
	.sp-fl {
		display: flex !important;
	}
	.sp-in {
		display: inline !important;
	}
}
:root {
	--font-family-main: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro',
		'ヒラギノ角ゴ Pro', sans-serif;
	--font-family-Serif: 'Noto Serif JP', 'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN', 'Noto Serif JP', 'Yu Mincho Light', sans-serif;
	--font-family-Gothic: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro',
		'ヒラギノ角ゴ Pro', sans-serif;
	--font-family-MaruGothic: 'Kiwi Maru', 'Noto Sans JP',
		'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
	--font-family-en: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro',
		'ヒラギノ角ゴ Pro', sans-serif;
	--font-weight-thin: 100;
	--font-weight-extralight: 200;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-semibold: 800;
	--font-weight-black: 900;
	--color-main: #333;
	--color-point: #ff8639;
	--color-red: #d00e31;
	--color-pink: #ed3472;
	--color-orange: #ff8639;
	--color-yellow: #fff04e;
	--color-green: #21ce36;
	--color-purple: #9f609f;
	--color-blue: #0e40d7;
	--color-lite-blue: #078dda;
	--color-turquoise: #07a6a6;
	--color-lite-grey: #f4f5f6;
	--background-light-blue: #f1f9ff;
	--background-lemon-yellow: #fff9db;
}
.marker {
	background: linear-gradient(transparent 70%, #faf798 50%);
}
.full-screen {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	margin-bottom: 0;
}
.full-screen > img {
	width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body p,
body li,
body td {
	font-family: var(--font-family-Gothic);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	margin-bottom: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: var(--font-family-Gothic);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	margin-bottom: 0;
}
body p,
body li,
body td {
	font-family: var(--font-family-main);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0;
	line-height: 1.5;
}
body .top p,
body .top li,
body .top td {
	font-size: min(4vw, 1rem);
}
a.link {
	color: var(--color-point);
	text-decoration: underline;
}
a.link:hover {
	opacity: 0.6;
}
.c-inner {
	width: 100%;
	max-width: calc(1200px + 10%);
	margin: 0 auto;
	padding: min(12vw, 100px) 5% min(12vw, 100px);
}
.c-inner.sub {
	max-width: calc(1080px + 10%);
}

/*  Reset
------------------------*/
.top #content {
	padding-top: 0 !important;
}
.top .l-content {
	padding: 0 !important;
	margin: 0 auto !important;
}
.top section.wp-block-group {
	margin-bottom: 0;
}
.top .post_content h1,
.top .post_content h2,
.top .post_content h3,
.top .post_content h4,
.top .post_content h5,
.top .post_content h6 {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.1em;
}
.top .post_content h1::after,
.top .post_content h2::after,
.top .post_content h3::after,
.top .post_content h4::after,
.top .post_content h1::before,
.top .post_content h2::before,
.top .post_content h3::before,
.top .post_content h4::before {
	content: none;
}

/*  common
------------------------*/
.p_ttl-container {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: min(8vw, 50px);
}
.p_ttl-container h2.main {
	position: relative;
	font-size: min(7vw, 48px);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-Gothic);
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--color-main);
	padding-bottom: min(1rem);
}
.p_ttl-container p.sub {
	position: relative;
	font-size: min(4vw, 20px);
	font-weight: var(--font-weight-black);
	font-family: var(--font-family-Gothic);
	letter-spacing: 0.05em;
	color: var(--color-point);
	margin-bottom: 0;
}

#content .ttl-hukidashi {
	text-align: center;
}
#content .ttl-hukidashi .main {
	position: relative;
	display: inline-block;
	width: fit-content;
	padding: 0 0.8em;
}
#content .ttl-hukidashi .main::before,
#content .ttl-hukidashi .main::after {
	content: '';
	position: absolute;
	bottom: -0.5em;
	width: 0.1em;
	height: 100%;
	background: var(--color-main);
	margin: 0.5rem 0;
	align-self: stretch;
	transform: rotate(35deg);
}
#content .ttl-hukidashi .main::before {
	left: 0;
	transform: rotate(-35deg);
	margin-right: 1.5rem;
}
#content .ttl-hukidashi .main::after {
	right: 0;
}

/* ----- Swell button ----- */
.l-content .swell-block-button .swell-block-button__link {
	position: relative;
	min-width: 300px;
	font-weight: var(--font-weight-regular);
	color: #fff;
	line-height: 1;
	padding: min(4vw, 24px) min(4vw, 24px);
	transition: all 0.5s;
}
.swell-block-button .swell-block-button__link span {
	font-size: min(4vw, 24px);
	font-weight: var(--font-weight-medium);
	font-family: var(--font-family-main);
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
}
.swell-block-button.web .swell-block-button__link span,
.swell-block-button.tel .swell-block-button__link span {
	position: relative;
	padding-left: 2em;
}
.swell-block-button.web .swell-block-button__link span::before,
.swell-block-button.tel .swell-block-button__link span::before {
	content: '';
	position: absolute;
	top: -0.2em;
	left: 0;
	width: 2em;
	height: 2em;
	background: #ccc;
}

.swell-block-button.web .swell-block-button__link span::before {
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/icon-web.webp)
		no-repeat center / contain;
}
.swell-block-button.tel .swell-block-button__link span::before {
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/icon-tel.webp)
		no-repeat center / contain;
}

/* header button */
.h_button-column {
	gap: 14px;
}
.h_button-column .swell-block-button .swell-block-button__link {
	min-width: 180px;
	border-radius: 8px;
	padding-top: 21px;
	padding-bottom: 21px;
}
.h_button-column .swell-block-button .swell-block-button__link span {
	font-size: min(3vw, 18px);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-main);
	letter-spacing: 0;
	line-height: 1;
}
.h_button-column .swell-block-button .swell-block-button__link span {
	padding-left: 2.3em !important;
}

/*  header
------------------------*/
.l-fixHeader__inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-gnav > .menu-item > a .ttl {
	font-size: min(3vw, 1.125rem);
	font-family: var(--font-family-main);
	font-weight: var(--font-weight-medium);
	line-height: 1;
}
.-series .l-header__logo {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*  footer
------------------------*/
#footer {
	max-width: 100vw;
}
footer.l-footer {
	z-index: 1;
}

/*  Tablet~SPのみで表示固定CTAボタン
------------------------*/
@media screen and (max-width: 959px) {
	footer {
		padding-bottom: 64px;
		/* 固定メニューの高さに合わせて余白を設定 */
	}
	.p-fixBtnWrap {
		bottom: 6em;
		/* 上に戻るボタンの位置を上に */
	}
	#before_footer_widget {
		margin: 0;
		padding: 0;
	}
	#sp_fixed-button {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 99;
		padding: 8px;
		background: var(--color-yellow);
	}
	#sp_fixed-button .btn-1,
	#sp_fixed-button .btn-2 {
		width: 100%;
	}
	#sp_fixed-button .btn-1 a,
	#sp_fixed-button .btn-2 a {
		width: 100%;
		border-radius: 8px;
		padding: 1.3em 1em;
	}
	#sp_fixed-button .swell-block-button .swell-block-button__link::before {
		content: none;
	}
	#sp_fixed-button .swell-block-button .swell-block-button__link span {
		font-size: max(16px, 3vw);
		font-weight: var(--font-weight-bold);
		padding-left: 2.2em;
	}

	#before_footer_widget {
		display: none !important;
	}
}
@media screen and (min-width: 960px) {
	#sp_fixed-button {
		display: none;
	}
	#before_footer_widget {
		position: fixed;
		bottom: 5%;
		right: 5%;
		z-index: 999;
	}
}

/*  TOP FV
------------------------*/

/*  TOP CTA
------------------------*/
.sec-cta {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	margin-bottom: 0;
}
.sec-cta > div {
	max-width: calc(990px + 6%);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 3%;
	padding-left: 3%;
	margin: 0 auto;
}
.cta-button-grid {
	gap: min(4vw, 30px);
}
.cta-button-grid .swell-block-button__link {
	width: 100%;
	padding: min(4vw, 28px) min(2.5vw, 28px) !important;
}
.cta-button-grid .swell-block-button__link::before {
	content: none;
}
.cta-button-grid .swell-block-button__link span {
	display: inline-block;
	font-size: min(4.5vw, 24px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1;
	padding-left: min(2.5em) !important;
}
.cta-button-grid .swell-block-button__link span::before {
	top: -0.5em !important;
}

@media (width< 960px) {
	.cta-button-grid {
		grid-template-columns: 1fr !important;
	}
}

/*  TOP sec01
------------------------*/
.sec01 {
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/sec01-bg.webp)
		no-repeat bottom / cover;
}
.sec01 .c-inner {
	padding-bottom: min(20vw, 120px);
}
.sec01 .sec01-ttl {
	justify-content: center;
	align-items: center;
	gap: 1.5em;
	margin-bottom: min(6vw, 50px);
}
.sec01 .sec01-ttl .img {
	max-width: 120px;
}
.sec01 .sec01-ttl h2 {
	font-size: min(6vw, 36px);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0.5px;
}
.sec01 .sec01-ttl h2 span {
	font-weight: var(--font-weight-bold);
}
.sec01-column {
	margin-bottom: min(10vw, 62px);
}
.sec01-column .sec01-column__item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.sec01-column .sec01-column__item figure {
	display: flex;
	align-items: flex-end;
	min-height: 170px;
	margin-bottom: 0;
}
.sec01-column .sec01-column__item p {
	font-size: min(4.25vw, 1.25rem);
	font-weight: var(--font-weight-medium);
	line-height: 1.4;
	padding: 1em 0.3em;
}

.sec01-column .sec01-column__item figure.img02 {
	width: 137px;
	margin: 0 auto;
}
.sec01-column .sec01-column__item figure.img04 {
	width: 202px;
	margin: 0 auto;
}
.sec01 .p01 {
	font-size: min(4.5vw, 28px);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: min(5vw, 42px);
}
.sec01 .p01 span {
	border-bottom: 2px solid;
}
.step-box {
	max-width: 900px;
	background: #fff;
	border: 2px solid var(--color-orange);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}
.step-box .ttl-head {
	background: var(--color-orange);
	padding: 16px;
}
.step-box .ttl-head .sub {
	font-size: min(4vw, 19px);
	font-weight: var(--font-weight-semibold);
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	margin-bottom: 8px;
}
.step-box .ttl-head .main {
	font-size: min(5.5vw, 32px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1;
	color: var(--color-yellow);
}

.step-box .step-column {
	padding: 5%;
}
.step-box .step-column .num {
	display: block;
	width: fit-content;
	font-size: min(3vw, 20px);
	font-weight: var(--font-weight-semibold);
	font-family: var(--font-family-en);
	color: var(--color-orange);
	letter-spacing: 0;
	line-height: 1;
	background: #fffaee;
	border-radius: 50vh;
	border: 1px solid var(--color-orange);
	padding: 4px 16px;
	margin: 0 auto 10px;
}
.step-box .step-column .img {
	width: 80%;
	max-width: 100px;
	margin: 0 auto 10px;
}
.step-box .step-column .ttl {
	font-size: min(3.25vw, 24px);
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	margin-bottom: 0;
}
.step-box .step-column .caption {
	font-size: min(2vw, 16px);
	text-align: center;
}

.step-box .step-column__item {
	position: relative;
}
.step-box .step-column__item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	width: min(5vw, 40px);
	height: min(5vw, 40px);
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/step-arrow.webp)
		no-repeat center / contain;
}
.step-box .step-column__item:last-child::after {
	content: none;
}

/*  TOP sec02
------------------------*/
.sec02 .sec02-1-ttl {
	margin-bottom: 16px;
}
.sec02 .sec02-1-ttl .caption {
	font-size: min(3vw, 14px);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 6px;
}
.sec02 .sec02-2-ttl {
	display: block;
	width: fit-content;
	font-size: min(5vw, 28px);
	font-weight: var(--font-weight-bold);
	border-bottom: 1px solid var(--color-main) !important;
	padding-bottom: 8px !important;
	margin: 25px auto 0 !important;
}
.sec02 .sec02-2-ttl span {
	font-size: min(5.25vw, 32px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1;
}
.sec02 .sec02-column {
	max-width: 890px;
	margin: 43px auto 28px;
}
.sec02 .sec02-3-ttl {
	margin: 0 auto !important;
}
.sec02 .sec02-3-ttl p {
	font-size: min(5.25vw, 32px);
	font-weight: var(--font-weight-bold);
}
.sec02 .sec02-3-ttl h3 {
	font-size: min(6vw, 36px);
	font-weight: var(--font-weight-bold);
}
.sec02 .sec02-3-ttl h3 strong {
	font-size: min(7vw, 42px);
	font-weight: var(--font-weight-bold);
}

/*  TOP sec03
------------------------*/
.sec03 .c-inner {
	max-width: calc(1000px + 10%);
	padding-bottom: min(20vw, 140px);
}
.sec03 .sec03-ttl {
	font-size: min(6vw, 36px) !important;
	font-weight: var(--font-weight-bold) !important;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 8px !important;
	background: var(--color-orange) !important;
	margin-bottom: min(6vw, 50px) !important;
}
.sec03-1-box {
	width: 90%;
	margin: 0 auto min(15vw, 107px);
}
.sec03-1-box .sec03-column {
	max-width: 788px;
	margin: 0 auto 53px;
}
.sec03-1-box .sec03-column__item:first-child {
	position: relative;
}
.sec03-1-box .sec03-column__item:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% + var(--swl-clmn-mrgn--x) / 2);
	width: 1px;
	height: 100%;
	background: #ccc;
}

.sec03-1-box .caption {
	font-size: min(3vw, 14px);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0;
	line-height: 1.7;
}
.sec03-2-box {
}
.sec03-2-box .sec03-2-column {
}
.sec03-2-box .caption {
	font-size: min(3vw, 14px);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0;
	line-height: 1.7;
}

.sec03-3-box {
	max-width: 930px;
	margin: 0 auto;
	margin-top: min(20vw, 186px);
}
/* テーブル追加 */
.sec03-3-box .wp-block-table th,
.sec03-3-box .wp-block-table td {
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-main);
	letter-spacing: 0;
	padding: 19px 8px;
	border-color: var(--background-lemon-yellow);
}
.sec03-3-box .wp-block-table th:first-child {
	border-radius: 10px 0 0 0;
}
.sec03-3-box .wp-block-table th:last-child {
	border-radius: 0 10px 0 0;
}
.sec03-3-box .wp-block-table th {
	font-size: min(5vw, 18px);
}
.sec03-3-box .wp-block-table td {
	font-size: min(5.25vw, 22px);
	background: #fff;
}
.sec03-3-box .wp-block-table td strong {
	font-size: min(7vw, 32px);
}

/*  */

.sec03-3-box .sec03-3-column {
	margin-top: 60px;
}
.sec03-3-column .sec03-3-column__item {
	padding: min(8vw, 32px) min(6vw, 39px);
	background: #fff;
	border: 3px solid #ed3472;
	border-radius: 10px;
}
.sec03-3-column .sec03-3-column__item .ttl-head {
	justify-content: center;
	align-items: baseline;
	gap: 0.25em;
	margin-bottom: 18px;
}
.sec03-3-column .sec03-3-column__item .ttl-head p {
	font-size: min(4.5vw, 24px);
	font-weight: var(--font-weight-bold);
	line-height: 1;
}
.sec03-3-column .sec03-3-column__grid {
	grid-template-columns: 1.25fr auto;
	align-items: end;
	gap: 3em;
}
.sec03-3-column .sec03-3-column__grid > div {
	width: fit-content;
	align-items: baseline;
}
.sec03-3-column .sec03-3-column__grid .content_R {
	position: relative;
	border-bottom: 1px solid #ed3472;
	margin-left: auto;
}
.sec03-3-column .sec03-3-column__grid .content_R::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -3em;
	width: 1em;
	height: 1em;
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/arrow-black.webp)
		no-repeat center / contain;
}
.sec03-3-column .sec03-3-column__grid .content_R p.num {
	font-size: min(10vw, 60px);
}
.sec03-3-column .sec03-3-column__grid .content_R p.num em {
	font-size: min(5vw, 30px);
}
.sec03-3-column .sec03-3-column__grid .img {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.sec03-3-column .sec03-3-column__grid p {
	font-size: min(4vw, 20px);
	font-weight: var(--font-weight-bold);
	line-height: 1.3;
}
.sec03-3-column .sec03-3-column__grid p.num {
	font-size: min(6.5vw, 50px);
	font-weight: var(--font-weight-bold);
	letter-spacing: -0.02em;
	line-height: 1.3;
	padding-left: 0.08em;
}
.sec03-3-column .sec03-3-column__grid p.num em {
	font-size: min(4.25vw, 26px);
	font-weight: var(--font-weight-bold);
	font-style: normal;
	letter-spacing: -0.02em;
}
.sec03-3-box .caption {
	font-size: min(3vw, 14px);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0;
	line-height: 1.7;
}

/*  TOP sec04
------------------------*/
.sec04 {
}
.sec04 .ttl-container {
	margin-bottom: 40px;
}
.sec04 .ttl-hukidashi {
	margin-bottom: 8px !important;
}
.sec04 .ttl-hukidashi .main {
	padding: 0 1.3em !important;
}
.sec04 .ttl-hukidashi span {
	font-size: min(4.25vw, 28px);
	font-weight: var(--font-weight-bold);
}
.sec04 .sec04-ttl {
	font-size: min(6vw, 36px) !important;
	font-weight: var(--font-weight-bold) !important;
	letter-spacing: 0;
}
.sec04-column {
}
.sec04-column .sec04-column__item {
	display: flex;
	flex-direction: column;
}
.sec04-column .sec04-column__item .ttl {
	width: 92%;
	font-size: min(4.5vw, 26px) !important;
	font-weight: var(--font-weight-bold) !important;
	letter-spacing: 0;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px !important;
	margin: 0 auto;
	margin-bottom: 0 !important;
}
.sec04-column .sec04-column__item em {
	font-style: normal;
}
.sec04-column .sec04-column__item .box {
	flex: 1 auto;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.sec04-column .sec04-column__item .content_T {
	padding: 46px 16px;
	clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.sec04-column .sec04-column__item .content_T .img-column {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}
.sec04-column .sec04-column__item .content_T .recommend {
	font-size: min(6vw, 26px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1;
	margin-top: 18px;
	margin-bottom: 10px;
}
.sec04-column .sec04-column__item .content_T .price {
	font-size: min(10vw, 40px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1.5;
}
.sec04-column .sec04-column__item .content_T .price em {
	font-size: min(5.5vw, 30px);
}
.sec04-column .sec04-column__item .content_B {
	align-items: center;
	padding: 12px 23px 23px;
	color: var(--color-pink);
}
.sec04-column .sec04-column__item .content_B .sub {
	display: block;
	width: fit-content;
	font-size: min(4.5vw, 22px);
	font-weight: var(--font-weight-bold);
	line-height: 1.3;
	color: #fff;
	background: var(--color-main);
	border-radius: 50vh;
	padding: 3px 24px;
}
.sec04-column .sec04-column__item .content_B .sub em {
	font-size: min(3.5vw, 16px) !important;
	margin-left: 0.15em;
}
.sec04-column .sec04-column__item .content_B .main {
	font-size: min(15vw, 60px) !important;
	font-weight: var(--font-weight-bold) !important;
	line-height: 1.5;
}
.sec04-column .sec04-column__item .content_B .main em {
	font-size: min(7vw, 30px) !important;
}

/* 各コンテンツの色 */
.sec04-column .sec04-column__item.orange .ttl {
	background: var(--color-orange);
}
.sec04-column .sec04-column__item.orange .box .content_T {
	background: #ffebe0;
}
.sec04-column .sec04-column__item.orange .content_T .recommend {
	color: var(--color-orange);
}
.sec04-column .sec04-column__item.red .ttl {
	background: var(--color-red);
}
.sec04-column .sec04-column__item.red .box .content_T {
	background: #ffe4e9;
}
.sec04-column .sec04-column__item.red .content_T .recommend {
	color: var(--color-red);
}
.sec04-column .sec04-column__item.blue .ttl {
	background: var(--color-lite-blue);
}
.sec04-column .sec04-column__item.blue .box .content_T {
	background: #c5eaff;
}
.sec04-column .sec04-column__item.blue .content_T .recommend {
	color: var(--color-lite-blue);
}
/* .sec04-column .sec04-column__item.orange{}
.sec04-column .sec04-column__item.red{}
.sec04-column .sec04-column__item.blue{} */

/*  TOP form
------------------------*/

/*  TOP form
------------------------*/
.home-contact {
	width: 94%;
	max-width: calc(800px + 6%);
	padding: min(8vw, 60px) min(5vw, 100px);
	border: 4px solid var(--color-orange);
	border-radius: 30px;
	margin: 0 auto;
}
.home-contact h2 {
	font-size: min(6vw, 32px) !important;
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-main) !important;
	letter-spacing: 0 !important;
	margin-bottom: 30px !important;
}

.cf7-item {
	margin-bottom: 24px;
}
.cf7-q {
	margin-bottom: 10px;
}
.cf7-item > p {
	font-size: 12px !important;
	font-weight: var(--font-weight-regular) !important;
	margin-top: 10px !important;
}
.cf7-q label,
.cf7-label {
	font-size: min(4.5vw, 23px);
	font-weight: var(--font-weight-bold);
}
.wpcf7-list-item-label {
	font-size: min(3.5vw, 18px);
	font-weight: var(--font-weight-bold);
}
.wpcf7-list-item {
	margin: 0 0 0.5em 1em;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
}
.wpcf7-form-control-wrap[data-name='product_category'] {
	display: block;
	background: #fff;
	border: 1px solid var(--color-point);
	border-radius: 20px;
	padding: min(4vw, 25px) min(2vw, 25px);
}
.wpcf7-form-control-wrap[data-name='product_category'] > span {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.wpcf7-form-control-wrap[data-name='how_found'] .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.cf7-req {
	display: inline-block;
	font-size: min(3vw, 16px);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	padding: 3px 8px 5px;
	background: var(--color-pink);
	border-radius: 2px;
}
.cf7-any {
	display: inline-block;
	font-size: min(3vw, 16px);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	padding: 3px 8px 5px;
	background: var(--color-main);
	border-radius: 2px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	display: block;
	width: 100%;
	padding: min(4vw, 20px);
	background: #ececec;
	border: 0px solid var(--color-main);
	border-radius: 12px;
}
input[type='checkbox'] {
	width: min(5vw, 24px);
	height: min(5vw, 24px);
	border: 1px solid var(--color-main);
}
fieldset input[name='zip'],
fieldset input[name='prefecture'] {
	width: 250px;
}
.cf7-item .is-column {
	display: grid;
	align-items: center;
	grid-template-columns: 210px auto;
	margin-bottom: 20px;
}
.cf7-item .is-column p {
	letter-spacing: 0;
	margin: 0;
}
.cf7-item fieldset {
	padding: 0;
	border: 0px;
}
.cf7-item legend {
	font-size: min(5vw, 23px);
	font-weight: var(--font-weight-bold);
	margin-bottom: 20px;
}
.cf7-item p a {
	font-size: min(3.25vw, 18px);
	font-weight: var(--font-weight-regular);
	color: var(--color-main);
	text-decoration: underline;
	margin-bottom: 9px;
}
.cf7-item .cf7-a.text-small p + p {
	margin-top: 1rem;
}
.wpcf7-spinner {
	display: none !important;
}
.cf7-submit p {
	display: block;
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: min(4vw, 30px) auto 0;
	background: var(--color-orange);
	border: 0;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
}
.cf7-submit p::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-9em, -50%);
	z-index: 1;
	width: min(6vw, 34px);
	height: min(6vw, 34px);
	background: url(http://oecu-kplanet.com/wp-content/uploads/2025/10/icon-contact.webp)
		no-repeat center / contain;
}
.cf7-submit input {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: 0;
	padding: 20px;
	font-size: min(5vw, 20px);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	color: #fff;
}

@media (max-width: 960px) {
	.c-inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	.l-content .swell-block-button .swell-block-button__link {
		min-width: auto;
	}
	/*  TOP sec01
    ------------------------*/
	.sec01-column .sec01-column__item figure {
		width: 100%;
		height: 120px;
		min-height: auto;
	}
	.sec01-column .sec01-column__item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.sec01-column .sec01-column__item figure.img02 {
		width: 60%;
	}
	.sec01-column .sec01-column__item figure.img04 {
		width: 80%;
	}
	/*  TOP sec02
    ------------------------*/
	/*  TOP sec03
    ------------------------*/
	.sec03-3-column .sec03-3-column__grid {
		grid-template-columns: 1fr;
		align-items: end;
		gap: 0;
	}
	.sec03-3-column .sec03-3-column__item .ttl-head figure {
		width: 60%;
	}
	/*  TOP sec04
    ------------------------*/
	/*  TOP form
    ------------------------*/
}
@media (max-width: 601px) {
	/*  TOP sec01
    ------------------------*/
	/*  TOP sec02
    ------------------------*/
	/*  TOP sec03
    ------------------------*/
	.sec03-1-box .sec03-column__item:first-child::after {
		content: none;
	}
	.sec03-1-box .sec03-column__item:first-child {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1em;
	}
	/*  TOP sec04
    ------------------------*/
	/*  TOP form
    ------------------------*/
}
