body {
	font-family: "Noto Sans JP";
	font-weight: 400;
}

main {
	margin-top: 150px;
}

section {
	padding-block: 70px;
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.c-heading.--white {
	color: #fff;
}

.c-heading__title-en {
	font-size: 42px;
	font-weight: 700;
}

.c-heading__title {
	font-size: 20px;
	line-height: 140%;
	margin-top: 9px;
	text-align: center;
}

.c-heading__title .ol {
	color: var(--color-orange, #FF7F17);
}

.c-heading__title.--lg {
	font-size: 28px;
	font-weight: 700;
	line-height: 160%;
	margin-top: 0;
	text-align: center;
}

.c-heading__line {
	background: var(--color-beige, #B69E6E);
	display: block;
	height: 3px;
	margin-top: 32px;
	width: 30px;
}

.c-heading .c-heading__title.--lg + .c-heading__line {
	margin-top: 25px;
}

.c-wrap {
	margin: 0 auto;
	max-width: 1060px;
	padding-inline: 30px;
	width: 100%;
}

.c-wrap.--sm {
	max-width: 860px;
}

.c-breadcrumb {
	background: var(--mono-white, #FFF);
	display: flex;
	justify-content: center;
	overflow-x: auto;
}

.c-breadcrumb__list {
	align-items: center;
	display: flex;
	gap: 9px;
	max-width: 1030px;
	padding: 15px;
	padding-right: 0;
	white-space: nowrap;
	width: 100%;
}

.c-breadcrumb__list li {
	align-items: center;
	display: flex;
	line-height: 1;
}

.c-breadcrumb__list li:last-of-type {
	padding-right: 15px;
}

.c-breadcrumb__list li + li {
	padding-left: 21px;
	position: relative;
}

.c-breadcrumb__list li + li::before {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
}

.c-breadcrumb__home {
	display: block;
	width: 18px;
}

.c-breadcrumb__text {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.c-button {
	align-items: center;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	height: 54px;
	justify-content: center;
	line-height: 1.2;
	max-width: 345px;
	padding-inline: 15px;
	transition: 0.3s;
	width: 100%;
}

.c-button:hover {
	box-shadow: none;
	transform: translateY(2px);
}

.c-button span {
	white-space: nowrap;
}

.sec06 .c-button:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	transform: translateY(0);
}

.c-button.--white {
	background: var(--gradation-btn_white, linear-gradient(180deg, #FFF 0%, #F6F6F6 100%));
	border: 1px solid var(--mono-200, #DEDEDE);
}

.c-button.--or {
	background: var(--gradation-btn_orange, linear-gradient(180deg, #FF7F17 0%, #FF571E 100%));
	color: var(--mono-white, #FFF);
}

.c-button.--col {
	flex-direction: column;
	gap: 3px;
}

.c-button.--sm {
	font-size: 14px;
	gap: 3px;
	height: 40px;
}

.c-button__label {
	font-size: 11px;
}

.c-button__inner {
	align-items: center;
	display: flex;
	gap: 5px;
}

.c-button__icon {
	width: 24px;
}

.c-button__icon.--sm {
	width: 20px;
}

.c-button__arrow {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	width: 20px;
}

.c-button__arrow span {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	display: block;
	transform: rotate(45deg);
	width: 7px;
}

.attraction .c-fv {
	background: url(/assets/images/attraction/fv-pc.webp) no-repeat center center/cover;
}

.sem-info .c-fv {
	background: url(/assets/images/sem-info/fv-pc.webp) no-repeat center center/cover;
}

.service-support .c-fv {
	background: url(/assets/images/service-support/fv-pc.webp) no-repeat center center/cover;
}

.service-sale .c-fv {
	background: url(/assets/images/service-sale/fv-pc.webp) no-repeat center center/cover;
}

.service-landusage .c-fv {
	background: url(/assets/images/service-landusage/fv-pc.webp) no-repeat center center/cover;
}

.contact .c-fv {
	background: url(/assets/images/contact/fv-pc.webp) no-repeat center center/cover;
}

.c-fv {
	align-items: center;
	display: flex;
	height: 200px;
	justify-content: center;
	width: 100%;
}

.c-fv__content {
	padding: 20px 0;
	position: relative;
}

.c-fv__content::before,
.c-fv__content::after {
	aspect-ratio: 1/1;
	content: "";
	height: 20px;
	position: absolute;
	width: 20px;
}

.c-fv__content::before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	left: -10px;
	top: 0;
	transform: translateX(-100%);
}

.c-fv__content::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: 0;
	right: -10px;
	transform: translateX(100%);
}

.c-fv__title {
	color: var(--mono-white, #FFF);
	font-size: 26px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.c-cta {
	align-items: stretch;
	background: var(--color-beige, #B69E6E);
	display: flex;
	margin-top: 50px;
	padding: 0;
}

.c-cta.mt0 {
	margin-top: 0;
}

.c-cta__img {
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	width: 50%;
}

.c-cta__img img {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-cta__inner {
	flex-shrink: 0;
	margin: 0 auto;
	max-width: 460px;
	padding-block: 50px;
	width: 50%;
}

.c-cta__wrap {
	padding: 0px 15px;
}

.c-cta__title {
	border-bottom: 1px solid var(--mono-white, #FFF);
	color: var(--mono-white, #FFF);
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 20px;
	text-align: center;
}

.c-cta__lead {
	color: var(--mono-white, #FFF);
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 20px;
	text-align: center;
}

.c-cta__checks {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.c-cta__check {
	align-items: center;
	background: var(--color-beige_dark, #9D8555);
	color: var(--mono-white, #FFF);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 3px;
	justify-content: center;
	line-height: 120%;
	padding: 10px 15px;
	width: 100%;
}

.c-cta__check-icon {
	width: 24px;
}

.c-cta__box {
	align-items: center;
	background: var(--mono-white, #FFF);
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	padding: 30px;
}

.c-cta__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	width: 100%;
}

.c-cta__tel {
	width: 100%;
}

.c-cta__tel-label {
	background: var(--color-beige_light, #F9F6EA);
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	width: 100%;
}

.c-cta__tel-num {
	align-items: center;
	display: flex;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	gap: 3px;
	justify-content: center;
	line-height: 140%;
	margin-top: 5px;
}

.c-cta__tel-icon {
	width: 30px;
}

.c-cta__tel-time {
	font-size: 13px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 5px;
	text-align: center;
}

.c-line-title {
	align-items: stretch;
	border-bottom: 1px solid var(--color-beige, #B69E6E);
	display: flex;
	gap: 14px;
	padding-bottom: 14px;
	width: 100%;
}

.c-line-title__line {
	background: var(--color-beige, #B69E6E);
	display: block;
	height: auto;
	width: 6px;
}

.c-line-title__wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.c-line-title__text {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	padding: 8px 0;
}

.c-dot-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding-left: 17px;
	position: relative;
	width: 100%;
}

.c-dot-title::before {
	aspect-ratio: 1/1;
	background: var(--color-beige, #B69E6E);
	border-radius: 20px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 9px;
	width: 12px;
}

.c-dot-title:has(.c-dot-title__required) {
	align-items: center;
	display: flex;
	gap: 15px;
}

.c-dot-title__required {
	background: var(--color-red, #E50012);
	color: var(--mono-white, #FFF);
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 120%;
	padding: 3px 5px;
}

.c-pager {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.c-pager__button {
	align-items: center;
	display: flex;
	font-size: 12px;
}

.c-pager__arrow {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	width: 20px;
}

.c-pager__arrow-icon {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	transform: rotate(-135deg);
	width: 8.5px;
}

.c-pager__arrow-icon.--next {
	transform: rotate(45deg);
}

.c-pager__list {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.c-pager__item {
	align-items: center;
	aspect-ratio: 1/1;
	background: var(--gradation-btn_white, linear-gradient(180deg, #FFF 0%, #F6F6F6 100%));
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	justify-content: center;
	width: 35px;
}

.c-pager__item.is-current {
	background: var(--color-beige, #B69E6E);
	border: none;
	color: var(--mono-white, #FFF);
}

.c-pager__ellipsis {
	display: inline-block;
	text-align: center;
	width: 35px;
}

.c-floating {
	background: var(--mono-white, #FFF);
	bottom: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	left: 0;
	opacity: 0;
	padding: 15px 10px;
	position: fixed;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.c-floating.is-show {
	opacity: 1;
	visibility: visible;
}

.c-floating__inner {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.c-floating__button {
	width: 230px;
}

body:has(.c-floating) .footer {
	margin-bottom: 80px;
}

.c-area {
	background: var(--color-beige_light, #F9F6EA);
	padding-block: 80px;
}

.c-area__inner {
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;
	line-height: 1.6;
}

.c-area__content {
	display: flex;
	flex-direction: column;
	gap: 31px;
}

.c-area__title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.c-area__lead {
	color: var(--color-beige, #B69E6E);
	font-size: 20px;
	font-weight: 700;
}

.c-area__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.c-area__button-wrap {
	display: flex;
	gap: 20px;
	width: 100%;
}

.c-area__map {
	display: flex;
	justify-content: center;
	position: relative;
}

.c-area__map-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.c-area__map-item {
	align-items: center;
	aspect-ratio: 1/1;
	background: var(--mono-white, #FFF);
	border: 1px solid var(--color-beige, #B69E6E);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	width: 151px;
}

.c-area__map-bottom {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.c-area__map-lead {
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
}

.c-area__map-num {
	color: var(--color-beige, #B69E6E);
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
}

.c-area__map-num span {
	font-size: 24px;
}

.c-area__map-img {
	filter: drop-shadow(0 0 20px rgba(173, 150, 103, 0.2));
	width: 350px;
}

.c-card {
	background: #fff;
	border: 1px solid var(--mono-200, #DEDEDE);
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 14px;
	position: relative;
	width: calc((100% - 90px) / 4);
}

.c-card.--pd {
	width: 213.75px;
}

.c-card::after {
	background: url(/assets/images/top/sale-item-shadow.webp) no-repeat center/100% 100%;
	bottom: 0;
	content: "";
	height: 9px;
	left: 50%;
	position: absolute;
	transform: translateY(100%) translateX(-50%);
	transition: 0.3s;
	width: 100%;
}

.c-card__img {
	aspect-ratio: 4/3;
	overflow: hidden;
	width: 100%;
}

.c-card__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-card__body {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 9px;
	line-height: 1.2;
}

.c-card__label {
	background: var(--mono-white, #FFF);
	border: 1px solid var(--color-beige, #B69E6E);
	border-radius: 3px;
	color: var(--color-beige, #B69E6E);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	padding: 2px 4px 3px;
}

.c-card__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-card__price {
	color: var(--color-red, #E50012);
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.c-card__yield {
	color: var(--color-red, #E50012);
	font-size: 14px;
	font-weight: 700;
}

.c-card__term {
	align-items: center;
	display: flex;
	gap: 3px;
}

.c-card__icon {
	flex-shrink: 0;
	width: 12px;
}

.c-card__desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 11px;
	font-weight: 400;
	line-height: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-service__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.c-service-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.c-service-head__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.c-service-head__lead {
	font-size: 28px;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

.c-service-head__lead.--sm {
	font-size: 20px;
}

.c-service-head__desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-align: center;
}

.c-service-head__desc span {
	color: var(--color-orange, #FF7F17);
}

.c-service-head__desc-note {
	font-size: 11px;
	font-weight: 400;
	line-height: 120%;
	margin-top: -20px;
}

.c-s-card {
	background: var(--color-beige_light, #F9F6EA);
	width: calc((100% - 30px) / 2);
}

.c-s-card__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.c-s-card__img {
	height: 278px;
}

.c-s-card__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-s-card__body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px 30px 30px;
}

.c-s-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.c-s-card__desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.c-reason {
	background: url(/assets/images/common/bg-grid.webp) repeat;
	background-size: 100px 100px;
}

.c-reason__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.c-reason__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.c-reason__item {
	padding-left: 270px;
	padding-top: 30px;
	position: relative;
}

.c-reason__img {
	left: 0;
	position: absolute;
	top: 0;
	width: 350px;
	z-index: 0;
}

.c-reason__body {
	background: var(--mono-white, #FFF);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 40px;
	position: relative;
	z-index: 1;
}

.c-reason__num {
	color: var(--color-beige, #B69E6E);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 120%;
	position: absolute;
	right: 10px;
	top: -40px;
}

.c-reason__desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.c-reason .c-dot-title span {
	color: var(--color-orange, #FF7F17);
}

.c-faq__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-top: 50px;
}

.c-faq__item {
	border-bottom: 1px solid var(--mono-200, #DEDEDE);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 40px;
}

.c-faq__head {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.c-faq__head-icon {
	align-items: center;
	background: var(--color-beige, #B69E6E);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 10px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.c-faq__head-icon span {
	color: var(--mono-white, #FFF);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}

.c-faq__head-text {
	color: var(--mono-black, #000);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}

.c-faq__body {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.c-faq__body-icon {
	align-items: center;
	border: 1px solid var(--color-beige, #B69E6E);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 10px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.c-faq__body-icon span {
	color: var(--color-beige, #B69E6E);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}

.c-faq__body-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
}

.c-how-to {
	position: relative;
}

.c-how-to::before {
	aspect-ratio: 12/5;
	background: url(/assets/images/attraction/cong-bg.webp) no-repeat center top/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-how-to__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}

.c-how-to__item {
	align-items: center;
	background: var(--mono-25, #F7F7F7);
	display: flex;
	gap: 40px;
	padding: 20px 30px;
	width: 100%;
}

.c-how-to__num {
	border-right: 1px solid var(--color-beige, #B69E6E);
	color: var(--color-beige, #B69E6E);
	flex-shrink: 0;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 120%;
	width: 104px;
}

.c-how-to__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.c-how-to__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: var(--mono-white, #FFF);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 120px;
	justify-content: center;
	width: 120px;
}

.c-how-to__icon-img {
	width: 80px;
}

.c-how-to__arrow {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
	display: block;
	height: 0;
	width: 0;
}

.c-form {
	padding-block: 0 70px;
}

.c-form__form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.c-form__group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.c-form__group.--md {
	gap: 14px;
	width: calc((100% - 50px) / 2);
}

.c-form__group.--md .c-form__col {
	width: 100%;
}

.c-form__row {
	display: flex;
	gap: 50px;
}

.c-form__col {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: calc((100% - 50px) / 2);
}

.c-form__col .c-form__error {
	margin-top: 0;
}

.c-form__sublabel {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.c-form__input {
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	padding: 10px 15px;
}

.c-form__input.--error {
	background: var(--color-red_light, #FEE);
	border: 1px solid var(--color-red, #E50012);
}

.c-form__textarea {
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	height: 200px;
	padding: 10px 15px;
}

.c-form__select {
	pointer-events: none;
	position: relative;
}

.c-form__select::after {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	position: absolute;
	right: 19px;
	top: 45%;
	transform: translateY(-50%) rotate(135deg);
	width: 8.5px;
}

.c-form__select-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	padding: 14px 50px 14px 15px;
	pointer-events: all;
	width: 100%;
}

.c-form__select.--error .c-form__select-input {
	background: var(--color-red_light, #FEE);
	border: 1px solid var(--color-red, #E50012);
}

.c-form__checks {
	display: flex;
	gap: 50px;
}

.c-form__checks.--col {
	flex-direction: column;
	gap: 13px;
}

.c-form__check {
	cursor: pointer;
}

.c-form__check-input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.c-form__check-input:checked + .c-form__check-label::after {
	opacity: 1;
}

.c-form__check-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.c-form__check-label::before,
.c-form__check-label::after {
	content: "";
	position: absolute;
}

.c-form__check-label::before {
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	height: 20px;
	left: 0;
	padding: 0 3px;
	top: 0;
	width: 20px;
}

.c-form__check-label::after {
	aspect-ratio: 1/1;
	background: url(/assets/images/common/icon-check-ol.svg) no-repeat center center/contain;
	left: 3px;
	opacity: 0;
	top: 3px;
	width: 14px;
}

.c-form__radios {
	display: flex;
	gap: 50px;
}

.c-form__radios.--error .c-form__radio-mark {
	background: var(--color-red_light, #FEE);
	border: 1px solid var(--color-red, #E50012);
}

.c-form__radios.--error .c-form__check-label::before {
	background: var(--color-red_light, #FEE);
	border: 1px solid var(--color-red, #E50012);
}

.c-form__radio {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
}

.c-form__radio-input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.c-form__radio-input:checked + .c-form__radio-mark::after {
	opacity: 1;
}

.c-form__radio-mark {
	aspect-ratio: 1/1;
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 100px;
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 20px;
}

.c-form__radio-mark::after {
	aspect-ratio: 1/1;
	background: #FF7F17;
	border-radius: 100px;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
}

.c-form__error {
	color: var(--color-red, #E50012);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin-top: -10px;
	padding-left: 21px;
	position: relative;
}

.c-form__error::after {
	aspect-ratio: 1/1;
	background: url(/assets/images/common/icon-error.webp) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 2px;
	width: 16px;
}

.c-form__submit {
	align-items: center;
	background: var(--color-cream, #FFFCDD);
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
	padding: 30px 20px;
}

.c-form__agree {
	align-items: center;
	display: flex;
}

.c-form__agree-input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.c-form__agree-input:checked + .c-form__agree-box::after {
	opacity: 1;
}

.c-form__agree-box {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
}

.c-form__agree-box::before,
.c-form__agree-box::after {
	content: "";
	position: absolute;
}

.c-form__agree-box::before {
	background: var(--mono-white, #FFF);
	border: 1px solid var(--mono-200, #DEDEDE);
	border-radius: 5px;
	height: 20px;
	left: 0;
	padding: 0 3px;
	top: 0;
	width: 20px;
}

.c-form__agree-box::after {
	aspect-ratio: 1/1;
	background: url(/assets/images/common/icon-check-ol.svg) no-repeat center center/contain;
	left: 3px;
	opacity: 0;
	top: 3px;
	width: 14px;
}

.c-form__agree-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.c-form__agree-link {
	color: var(--color-orange, #FF7F17);
	text-decoration-line: underline;
}

.c-form__button {
	align-items: center;
	background: var(--mono-300, #B3B3B3);
	border-radius: 5px;
	color: var(--mono-white, #FFF);
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	line-height: 120%;
	padding: 15px;
	width: 345px;
}

.c-form__button:not(:disabled) {
	background: var(--gradation-btn_orange, linear-gradient(180deg, #FF7F17 0%, #FF571E 100%));
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: 0.3s;
}

.c-form__button:not(:disabled):hover {
	box-shadow: none;
	transform: translateY(2px);
}

.c-form__button:disabled {
	cursor: not-allowed;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
}

.s-hover {
	cursor: pointer;
	transition: 0.3s !important;
}

.s-hover:hover {
	opacity: 0.7;
}

.s-card-hover {
	cursor: pointer;
	transition: 0.3s;
}

.s-card-hover:hover {
	opacity: 0.7;
	transform: translateY(3px);
}

.s-card-hover:hover:after {
	opacity: 0;
}

.s-card-hover:after {
	transition: 0.3s;
}

.u-t-16 {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.u-t-16.tac {
	text-align: center;
}

.header {
	display: flex;
	flex-direction: column;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header.is-open .header__inner {
	background: var(--color-beige_light, #F9F6EA);
}

.header__inner {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	position: relative;
	transition: 0.3s;
	z-index: 2;
}

.header__left {
	align-items: center;
	display: flex;
	gap: 20px;
}

.header__logo {
	display: block;
	width: 180px;
}

.header__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
}

.header__nav-button {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	position: relative;
	width: 41px;
}

.header__nav-button span {
	background: #000;
	display: block;
	height: 3px;
	transform-origin: center;
	transition: transform 0.3s, opacity 0.3s;
	width: 27px;
}

.header__nav-button.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header__nav-button.is-open span:nth-child(2) {
	opacity: 0;
}

.header__nav-button.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.header__nav {
	background: var(--color-beige_light, #F9F6EA);
	padding: 19px 100px;
	transition: transform 0.3s ease;
	width: 100%;
}

.header.is-open .header__nav {
	transform: translateX(0);
}

.header__nav-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.header__list {
	display: flex;
	gap: 10px;
	max-width: 1000px;
	width: 100%;
}

.header__list li {
	line-height: 1;
	width: calc((100% - 40px) / 5);
}

.header__link {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	text-align: center;
	width: 100%;
}

.header__buttons {
	display: flex;
	gap: 20px;
}

.header__buttons .c-button {
	width: -moz-fit-content;
	width: fit-content;
}

@media screen and (min-width: 768px) {

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

