@charset "UTF-8";
html {
	font-size: 62.5%;
	height: -webkit-fill-available;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	background-color: var(--color-base);
	transition: 1s;
}
body.preload {
	opacity: 0;
}
body.preload * {
	transition: none !important;
}

sup,
sub {
	font-size: xx-small;
}

main {
	display: block;
}
main * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
main ul li {
	list-style-type: none;
}

figure {
	margin: 0;
	padding: 0;
}

a {
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	a.tel {
		pointer-events: none;
	}
}
a:hover {
	opacity: 0.6;
}

:root {
	--color-red: #832437;
	--color-blue: #0064ff;
	--color-gray: #D2D7DC;
	--color-gray-heavy: #D1CCCC;
	--color-gray-light: #F3F6FA;
	--color-black: #000000;
	--color-white: #ffffff;
	--color-grn: #006934;
	--color-yw: #FFE200;
	--color-base: #FAF7EB;
	--color-base2: #ECE4D7;
	--color-base3: #F1EFE1;
	--hover-duration:0.4s;
	--noto-sans: "Noto Sans", sans-serif;
	--poppins:font-family: "Poppins", sans-serif;
}

/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}

header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer {
	display: block;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup,
sub {
	font-size: xx-small;
}

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}

[type=submit], [type=button], [type=reset], [type=file], button {
	cursor: pointer;
}

:focus {
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

/*--------------------------------
common
--------------------------------*/
main {
	display: block;
}

a {
	color: #2b3a54;
	text-decoration: none;
	transition: all 0.4s ease-out;
	-webkit-tap-highlight-color: transparent;
}

button,
[type=submit],
[type=reset] {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

strong {
	color: #2b3a54;
	font-weight: inherit;
}

.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.align-item-center {
	align-items: center;
}

.align-item-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.img-wrapper {
	position: relative;
}

.img-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}

.inline-block {
	display: inline-block;
}

.grid-wrapper {
	display: grid;
}

.arrow-link {
	display: inline-block;
}

.arrow-btn {
	width: 44px;
}

.svg-symbol {
	display: none;
}

/*--------------------------------
layout
--------------------------------*/
.scroll-disabled {
	height: 100%;
	overflow: hidden;
}

.inner {
	margin: 0 auto;
	width: calc(100% - 64px);
	max-width: 1200px;
}

@media (max-width: 767px) {
	.inner {
		width: calc(100% - 48px);
	}
}
.inner-narrow {
	max-width: 900px;
}

.inner-wide {
	max-width: 1360px;
}

.inner-fit {
	width: 100%;
	max-width: none;
}

.inner-full {
	max-width: none;
}

.general-section {
	position: relative;
}

.general-section .inner {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.general-section .inner {
		padding: 32px 0;
	}
}
.general-section .inner + .inner {
	padding-top: 0;
}

.general-section .inner.mb-0 {
	padding-bottom: 0;
}

.general-section .inner-min {
	padding: 32px 0;
}

@media (max-width: 991px) {
	.general-section .inner-min {
		padding: 16px 0;
	}
}
.general-parts {
	margin-bottom: 32px;
}

.btn-space {
	margin: 32px 0;
	text-align: center;
}

.has-gap {
	gap: 32px;
}

@media (max-width: 991px) {
	.has-gap {
		gap: 16px;
	}
}
.col-2 {
	width: 50%;
}

.has-gap > .col-2 {
	width: calc(50% - 16px);
}

.col-3 {
	width: 33.3333333333%;
}

.has-gap > .col-3 {
	width: calc(33.3333333333% - 22px);
}

.col-4 {
	width: 25%;
}

.has-gap > .col-4 {
	width: calc(25% - 24px);
}

@media (max-width: 991px) {
	.col-2,
	.has-gap > .col-2 {
		width: 100%;
	}
	.col-3,
	.has-gap > .col-3 {
		width: 100%;
	}
	.col-4 {
		width: 50%;
	}
	.has-gap > .col-4 {
		width: calc(50% - 8px);
	}
	.sp-col-2 {
		width: 50%;
	}
	.has-gap > .sp-col-2 {
		width: calc(50% - 8px);
	}
}
/*--------------------------------
componet
--------------------------------*/
.caption {
	margin: 0.4em 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.caption {
		font-size: 1rem;
	}
}

.img-wrapper {
	position: relative;
}
.img-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}

.primary-heading {
	margin-bottom: 0.8em;
	font-size: 4.6rem;
	line-height: 1.3;
}

.secondary-heading {
	margin-bottom: 0.8em;
	font-size: 3rem;
	line-height: 1.3;
}

.tertiary-heading {
	margin-bottom: 0.8em;
	font-size: 2.4rem;
	line-height: 1.4;
}

.page-heading {
	margin-bottom: 0.8em;
	font-size: 3.4rem;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.primary-heading {
		font-size: 2.9rem;
	}
	.secondary-heading {
		font-size: 2rem;
	}
	.tertiary-heading {
		font-size: 1.6rem;
	}
	.page-heading {
		font-size: 2.4rem;
	}
}
.note {
	margin: 1em 0;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.note {
		font-size: 1.4rem;
	}
}
.captions {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.captions {
		text-align: left;
	}
}
.captions .caption-inner {
	display: inline-block;
	text-align: left;
	margin: 20px 0;
	padding: 0 5%;
}

.img-wrapper .cap-box {
	margin: 0;
	padding: 0.2em 8px;
	left: auto;
	right: 0;
	display: inline-block;
	background: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1rem;
}

.btn {
	padding: 8px 16px;
	display: inline-block;
	position: relative;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	transition: all 0.3s ease-out;
}

.general-btn {
	margin: 8px;
	padding: 0 16px;
	width: 100%;
	max-width: 400px;
	height: 60px;
	position: relative;
	background: #143851;
	font-size: 2.8rem;
	line-height: 60px;
}

.general-btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.caption {
		font-size: 1rem;
	}
	.general-btn {
		width: calc(100% - 16px);
		height: 54px;
		font-size: 2.2rem;
		line-height: 54px;
	}
}
.btn span {
	position: relative;
	z-index: 1;
}

.ghost-btn {
	padding: 12px 16px;
	width: 100%;
	max-width: 345px;
	background: transparent;
	color: #333;
	font-size: 2.4rem;
	font-weight: 900;
	border: 2px solid;
}

.ghost-btn:hover {
	color: #fff;
	border-color: #333;
}

@media screen and (max-width: 767px) {
	.ghost-btn {
		padding: 10px 12px;
		max-width: 260px;
	}
}
.submit-btn {
	margin: 8px;
	padding: 0 16px;
	width: 100%;
	max-width: 300px;
	height: 60px;
	position: relative;
	background: #c9bf9e;
	font-size: 2rem;
	line-height: 60px;
	border-radius: 30px;
}

.cancel-btn {
	margin: 8px;
	padding: 0 16px;
	width: 100%;
	max-width: 200px;
	height: 60px;
	position: relative;
	background: #aaa;
	font-size: 2rem;
	line-height: 60px;
	border-radius: 30px;
}

.bg-light {
	background-color: #c9d0d1;
}

.bg-gray {
	background-color: #eee;
}

.nav-link {
	color: #fff;
	transition: color 0.3s ease-out;
}

.nav-link:hover {
	color: #62a6a1;
}

[type=text],
[type=email],
[type=tel],
[type=password],
select,
textarea {
	margin: 4px 0;
	padding: 8px;
	min-height: 47px;
	background-color: #f8f9fa;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 300;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: all 0.3s ease-out;
}

select {
	padding-right: 55px;
	background: url(../images/common/select-arrow.svg) no-repeat right center #f8f9fa;
	background-size: 30px auto;
}

textarea {
	resize: none;
	height: 180px;
}

[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus,
select:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #2b1fd3;
}

.form-parts {
	margin-bottom: 8px;
}

.require {
	color: #de0000;
}

.label-cap {
	font-size: 80%;
	color: #999;
}

.label-cap.tel-cap {
	padding-right: 1em;
}

.unit {
	margin: 0 4px;
}

.text-80 {
	width: 100%;
	max-width: 80px;
}

.text-120 {
	width: 100%;
	max-width: 120px;
}

.text-150 {
	width: 100%;
	max-width: 150px;
}

.text-240 {
	width: 100%;
	max-width: 240px;
}

.text-320 {
	width: 100%;
	max-width: 320px;
}

.text-400 {
	width: 100%;
	max-width: 400px;
}

.text-540 {
	width: 100%;
	max-width: 540px;
}

.text-fit {
	width: 100%;
	flex: 1;
}

.video-wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	display: block;
	content: "";
}

.video-wrapper iframe,
.video-wrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	content: "";
}

.overlay-lite {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	content: "";
	background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
	.video-wrapper {
		padding-top: 100%;
	}
}
.general-table {
	margin: 48px 0;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.general-table th,
.general-table td {
	padding: 16px;
	border-bottom: 1px solid #ddd;
}

.general-table th {
	width: 260px;
	position: relative;
	background: #eee;
	font-weight: 500;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.general-table {
		margin: 24px 0;
	}
	.general-table th,
	.general-table td {
		width: 100%;
		display: block;
	}
	.general-table th {
		text-align: left;
	}
}
.is-shine {
	position: relative;
	overflow: hidden;
}
.is-shine::before {
	content: "";
	position: absolute;
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	width: 50px;
	height: 50px;
	top: -60px;
	left: -60px;
	animation-name: shine-run;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}
@keyframes shine-run {
	0% {
		transform: scale(0) rotate(50deg);
		opacity: 0;
	}
	40% {
		transform: scale(1) rotate(50deg);
		opacity: 1;
	}
	100% {
		transform: scale(250) rotate(50deg);
		opacity: 0;
	}
}

.pagetop {
	text-align: center;
	border-bottom: 1px solid #333;
	position: relative;
}
.pagetop:before {
	content: "";
	display: block;
	width: 440px;
	aspect-ratio: 11/9;
	background-image: url(../images/common/title.svg);
	margin: 200px auto 40px auto;
}
@media screen and (max-width: 767px) {
	.pagetop:before {
		width: 45%;
		margin: 10% auto 5% auto;
	}
}
.pagetop a {
	display: block;
	position: relative;
	padding: 20px 0;
}
.pagetop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(to right, #6d6a5a 0%, #9c9c95 20%, #9c9c95 20%, #352e21 100%);
}

.inner {
	margin: 0 auto;
	width: calc(100% - 64px);
	max-width: 1200px;
}

@media (max-width: 767px) {
	.inner {
		width: calc(100% - 48px);
	}
}
.inner-narrow {
	max-width: 900px;
}

.inner-wide {
	max-width: 1360px;
}

.inner-fit {
	width: 100%;
	max-width: none;
}

.inner-full {
	max-width: none;
}

@keyframes blurIn {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: translate3d(0, 10px, 0) scaleX(1.2);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}
.blurIn {
	animation-name: blurIn;
}

@keyframes blurZoomIn {
	from {
		opacity: 0;
		filter: brightness(1.8) blur(20px);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		filter: brightness(1) blur(0);
		opacity: 1;
	}
}
.blurZoomIn {
	animation-name: blurZoomIn;
}

.cliping-mask {
	overflow: hidden;
}

/*--------------------------------
state
--------------------------------*/
.is-none {
	display: none;
}

.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}

.unscrollable {
	height: 100%;
	overflow: hidden;
}

.coming-soon {
	opacity: 0.8;
	pointer-events: none;
}

.none {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.no-link {
	cursor: default;
	pointer-events: none;
}

.is-fv {
	opacity: 0;
	animation-fill-mode: both;
}

.is-light {
	color: #fff;
}

.is-dark {
	color: #2B3A54;
}

.gray-text {
	color: #555;
}

.is-key {
	color: #1C9BB4;
}

.is-strong {
	color: #11607E;
}

.is-shadow {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}

.is-soft-shadow {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.16);
}

.has-bg.caption {
	margin: 0;
	padding: 2px 8px;
	background-color: rgba(0, 0, 0, 0.6);
}

.img-wrapper .caption.has-bg {
	left: 0;
	right: auto;
}

.img-wrapper .caption.has-bg.text-right {
	left: auto;
	right: 0;
}

.is-alert {
	color: #ff1c1c;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.small-text {
	font-size: 70%;
}

.large-text {
	font-size: 150%;
}

.is-semi-bold {
	font-weight: 500;
}

.is-thin {
	font-weight: 300;
}

.is-bold {
	font-weight: 700;
}

.line-wide {
	line-height: 2.4;
}

.letter-wide {
	letter-spacing: 0.2em;
}

.en-font {
	font-family: "trajan-pro-3", serif;
}

.en-font2 {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.is-dummy {
	transform: rotateY(180deg);
}

.mb-medium {
	margin-bottom: 32px;
}

.mb-large {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.mb-large {
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.pc-none {
		display: none;
	}
}
@media (max-width: 991px) {
	.sp-none {
		display: none;
	}
}
@media (max-width: 767px) {
	.mobile-none {
		display: none;
	}
	.sp-text-center {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.tab-none {
		display: none;
	}
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

.u-en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.u-ja {
	font-family: var(--noto-sans);
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-sp-only {
		display: none !important;
	}
}
.u-none {
	display: none !important;
}

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.u-sp-ta-l {
		text-align: left !important;
	}
	.u-sp-ta-c {
		text-align: center !important;
	}
	.u-sp-ta-r {
		text-align: right !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-ta-l {
		text-align: left !important;
	}
	.u-pc-ta-c {
		text-align: center !important;
	}
	.u-pc-ta-r {
		text-align: right !important;
	}
}
/* =====================
    margin / padding
===================== */
.u-mt-0 {
	margin-top: 0 !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mt-05em {
	margin-top: 0.5em !important;
}

.u-mt-1em {
	margin-top: 1em !important;
}

.u-mt-2em {
	margin-top: 2em !important;
}

.u-mt-3em {
	margin-top: 3em !important;
}

.u-mb-05em {
	margin-bottom: 0.5em !important;
}

.u-mb-1em {
	margin-bottom: 1em !important;
}

.u-mb-2em {
	margin-bottom: 2em !important;
}

.u-mb-3em {
	margin-bottom: 3em !important;
}

.u-mb-4em {
	margin-bottom: 4em !important;
}

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pb-0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.u-sp-mt-0 {
		margin-top: 0 !important;
	}
	.u-sp-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-sp-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-sp-mt-1em {
		margin-top: 1em !important;
	}
	.u-sp-mt-2em {
		margin-top: 2em !important;
	}
	.u-sp-mt-3em {
		margin-top: 3em !important;
	}
	.u-sp-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-sp-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-sp-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-sp-pt-0 {
		padding-top: 0 !important;
	}
	.u-sp-pb-0 {
		padding-bottom: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-mt-0 {
		margin-top: 0 !important;
	}
	.u-pc-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-pc-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-pc-mt-1em {
		margin-top: 1em !important;
	}
	.u-pc-mt-2em {
		margin-top: 2em !important;
	}
	.u-pc-mt-3em {
		margin-top: 3em !important;
	}
	.u-pc-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-pc-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-pc-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-pc-pt-0 {
		padding-top: 0 !important;
	}
	.u-pc-pb-0 {
		padding-bottom: 0 !important;
	}
}
/* =====================
    font-size
===================== */
.u-fz-xs {
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}

.u-fz-sm {
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
}

.u-fz-md {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

.u-fz-lg {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}

.u-fz-xl {
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}

.u-fz-md2 {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem) !important;
}
@media screen and (max-width: 767px) {
	.u-fz-md2 {
		font-size: 4vw !important;
	}
}

/* =====================
    line-height
===================== */
.u-lh-20 {
	line-height: 2 !important;
}

.u-underline {
	text-decoration: underline;
}

.u-wet9 {
	font-weight: 900;
}

.l-header {
	padding: 0 0 0 2.5%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	z-index: 11;
	overflow: hidden;
	transform: translateY(0);
	transition: 1s cubic-bezier(0.22, 1, 0.68, 1.01);
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.l-header {
		height: 70px;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		padding: 0 2.5%;
	}
}
.l-header--logo {
	font-size: clamp(1.8rem, 1.6rem + 0.625vw, 2.8rem);
}
@media screen and (max-width: 767px) {
	.l-header--logo {
		font-size: 4vw;
	}
}
.l-header--logo a {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.l-header--logo a {
		gap: 3px;
	}
}
.l-header--logo span {
	font-family: "Noto Sans JP", serif;
	font-weight: 900;
	font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2.4rem);
	line-height: 1.2;
}
@media screen and (max-width: 1000px) {
	.l-header--logo span {
		font-size: 1.4rem;
	}
}
.l-header--logo svg, .l-header--logo img {
	width: 119px;
	height: 55px;
}
@media screen and (max-width: 1000px) {
	.l-header--logo svg, .l-header--logo img {
		width: 86px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.l-header--logo svg, .l-header--logo img {
		width: 75px;
		height: 35px;
	}
}
.l-header--logo svg use .cls-1, .l-header--logo img use .cls-1 {
	fill: #00a73c;
}
.l-header--logo svg use .cls-2, .l-header--logo img use .cls-2 {
	fill: #9d9d9f;
}
.l-header--logo svg use .cls-3, .l-header--logo img use .cls-3 {
	fill: #0068b7;
}
.l-header--logo svg use .cls-4, .l-header--logo img use .cls-4 {
	fill: #e60012;
}
.l-header p {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	text-align: right;
	margin: 0 20px 0 auto;
}
@media screen and (max-width: 1000px) {
	.l-header p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header p {
		display: none;
	}
}
.l-header ul {
	font-family: "Noto Sans JP", serif;
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	text-align: center;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 50px;
}
@media screen and (max-width: 1000px) {
	.l-header ul {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header ul {
		flex-direction: row;
		width: 100px;
		font-size: 4vw;
		height: 70%;
	}
}
.l-header ul li {
	height: 50%;
}
@media screen and (max-width: 767px) {
	.l-header ul li {
		height: 100%;
		width: 50%;
	}
}
.l-header ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 1px solid #ccc;
}
.l-header ul li a.act, .l-header ul li a:hover {
	background-color: #e60012;
	color: #fff;
	opacity: 1;
}
.l-header ul.sns {
	width: 120px;
	display: flex;
	flex-direction: row;
}
.l-header ul.sns li {
	height: auto;
	width: auto;
	margin-inline: 5px;
}
.l-header ul.sns li a {
	border: none;
}
.l-header ul.sns li a:hover {
	background: none;
	opacity: 0.7;
}

.l-footer {
	background-color: #000;
	color: #fff;
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-footer a img {
	width: 56px;
	height: 33px;
}
.l-footer p {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
}

.c-btn {
	display: block;
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 0 50px 0 25px;
	border-radius: 50px;
	height: 60px;
	min-width: 140px;
	overflow: hidden;
	position: relative;
	transition: var(--hover-duration) 0.06s ease;
	color: #fff;
	font-weight: 700;
}
.c-btn:after {
	content: "";
	position: absolute;
	clip-path: polygon(100% 52%, 0% 100%, 0% 0%);
	width: 7px;
	height: 7px;
	background-color: #fff;
	right: 25px;
	transition: var(--hover-duration) 0.06s ease;
}
.c-btn.-tbk {
	color: #333;
}
.c-btn.-tbk:after {
	background-color: #333;
}
.c-btn.-big {
	height: 80px;
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
}
.c-btn.-big:after {
	width: 13px;
	height: 13px;
}
.c-btn.-bk {
	background-color: #000;
}
.c-btn.-yw {
	background-color: var(--color-yw);
}
.c-btn.-wh {
	background-color: #fff;
	color: var(--color-red);
}
.c-btn.-wh:after {
	background-color: var(--color-red);
}
.c-btn:hover {
	background-color: var(--color-blue) !important;
	color: #fff;
	opacity: 1;
}
.c-btn:hover:after {
	background-color: #fff;
	transform: translateX(5px);
}

.c-cta {
	background-color: var(--color-base2);
	text-align: center;
	padding: 80px 0 100px 0;
}
@media screen and (max-width: 767px) {
	.c-cta {
		padding: 10% 0 10% 0;
	}
}
.c-cta__inner {
	display: grid;
	justify-content: space-between;
	grid-template: "tl tl" auto "txt1 txt1" auto "txt2 txt2" auto/310px max-content;
}
@media screen and (max-width: 767px) {
	.c-cta__inner {
		display: block;
	}
}
.c-cta h2 {
	grid-area: tl;
	background-color: #f8f5f0;
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	font-weight: 400;
	text-align: center;
	position: relative;
	padding: 10px;
	margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
	.c-cta h2 {
		font-size: 4.5vw;
		padding-top: 25px;
		margin-bottom: 5%;
	}
}
.c-cta h2 span {
	background-color: var(--color-red);
	color: #fff;
	width: 135px;
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 70px;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.c-cta h2 span {
		font-size: 3.5vw;
		width: 80px;
		height: 80px;
		left: 50%;
		margin-left: -40px;
		transform: translateY(0);
		top: -60px;
	}
}
.-en .c-cta h2 span {
	font-size: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.c-cta figure {
	grid-area: pic;
	mix-blend-mode: multiply;
	margin: auto 0;
}
@media screen and (max-width: 767px) {
	.c-cta figure {
		width: 75%;
		margin: 0 auto;
	}
}
.c-cta-txt {
	grid-area: txt1;
}
.c-cta-txt dt {
	text-align: right;
	font-size: clamp(3.3rem, 3.16rem + 0.4375vw, 4rem);
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.c-cta-txt dt {
		text-align: center;
		font-size: 5vw;
		margin: 1em 0;
	}
}
.-en .c-cta-txt dt {
	font-size: clamp(2rem, 1.7rem + 0.9375vw, 3.5rem);
	letter-spacing: 0;
}
.c-cta-txt dd a {
	font-size: clamp(2.5rem, 2.24rem + 0.8125vw, 3.8rem);
	background-color: var(--color-red);
	color: #fff;
	text-align: center;
	display: block;
	padding: 1em 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-cta-txt dd a {
		font-size: 5vw;
	}
}
.c-cta-txt dd a:after {
	content: "";
	background-image: url(../img/arr2.webp);
	background-size: cover;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 20px;
}
@media screen and (max-width: 767px) {
	.c-cta-txt dd a:after {
		width: 25px;
		height: 25px;
		margin-top: -12px;
		right: 10px;
	}
}
.c-cta p {
	grid-area: txt1;
}
.c-cta p a {
	font-size: clamp(2.5rem, 2.24rem + 0.8125vw, 3.8rem);
	background-color: var(--color-yw);
	text-align: center;
	display: block;
	padding: 1em 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-cta p a {
		font-size: 5vw;
	}
}
.c-cta p a:after {
	content: "";
	background-image: url(../img/arr2.webp);
	background-size: cover;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 20px;
}
@media screen and (max-width: 767px) {
	.c-cta p a:after {
		width: 25px;
		height: 25px;
		margin-top: -12px;
		right: 10px;
	}
}
.c-cta-cashback {
	grid-area: txt2;
	background-color: var(--color-red);
	border-radius: 35px;
	padding: 35px;
	margin-top: 20px;
	font-family: "Noto Sans JP", serif;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-cta-cashback {
		padding: 20px;
		border-radius: 10px;
	}
}
.c-cta-cashback dt {
	font-size: clamp(2.5rem, 2.3rem + 0.625vw, 3.5rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.c-cta-cashback dt {
		font-size: 4vw;
	}
}
.-en .c-cta-cashback dt {
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
}
.c-cta-cashback dt span {
	background: linear-gradient(transparent 80%, #00A0E9 80%);
}
.c-cta-cashback dd {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.c-cta-cashback dd {
		font-size: 3.5vw;
	}
}
.c-cta-cashback dd span {
	display: block;
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.c-cta-cashback dd span {
		font-size: 2.5vw;
	}
}

.c-flex {
	display: flex;
}
.c-flex.-spb {
	justify-content: space-between;
}
.c-flex.-wrap {
	flex-wrap: wrap;
}
.c-flex.-ac {
	align-items: center;
}
.c-flex.-afs {
	align-items: flex-start;
}
.c-flex.-rr {
	flex-direction: row-reverse;
}

.c-title {
	text-align: center;
	font-size: clamp(4rem, 3.6rem + 1.25vw, 6rem);
	font-weight: 400;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.c-title {
		font-size: 7vw;
		margin-bottom: 7.5%;
	}
}

#pagetop {
	position: fixed;
	bottom: 60px;
	right: 55px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 10001;
}
@media screen and (max-width: 767px) {
	#pagetop {
		right: 10px;
		bottom: 30px;
	}
}

[class*=__inner] {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
[class*=__inner].-md {
	max-width: 780px;
}

.p-home {
	padding-top: 95px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.p-home {
		padding-top: 70px;
	}
}
.p-home-mv {
	position: relative;
}
.p-home-mv__box {
	position: absolute;
	top: 5vw;
	right: 5vw;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box {
		position: static;
	}
}
.p-home-mv__box h1 {
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box h1 {
		position: absolute;
		left: 5%;
		bottom: 5%;
		width: 90%;
	}
}
.p-home-mv__box h1 span {
	font-size: clamp(4.5rem, 4.2rem + 0.9375vw, 6rem);
	line-height: 1.1;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.45);
	padding: 5px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box h1 span {
		font-size: 7vw;
	}
}
.p-home-mv__box h1 span:nth-of-type(2) em {
	color: var(--color-yw);
}
.p-home-mv__box h1 em {
	font-size: clamp(6rem, 5.6rem + 1.25vw, 8rem);
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box h1 em {
		font-size: 7vw;
	}
}
.p-home-mv__box ul {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box ul {
		position: absolute;
	}
}
@media screen and (max-width: 767px) {
	.-en .p-home-mv__box ul {
		top: 5vw;
		right: 5vw;
	}
}
.p-home-mv__box ul li {
	margin: 15px;
	width: 155px;
}
@media screen and (max-width: 767px) {
	.p-home-mv__box ul li {
		width: 25%;
		margin: 10px 5px;
	}
}
.p-home-mv__box.-bw {
	top: auto;
	bottom: 5vw;
	display: flex;
	flex-direction: column-reverse;
}
.p-home-mv figure.mark {
	position: absolute;
	width: 250px;
	left: 5%;
	bottom: 5%;
}
@media screen and (max-width: 767px) {
	.p-home-mv figure.mark {
		width: 30%;
		left: auto;
		bottom: auto;
		right: 5%;
		top: 35%;
		transform: rotate(35deg);
	}
}
.p-home-cap {
	text-align: center;
	background: linear-gradient(to right, rgb(22, 26, 31) 0%, rgb(42, 50, 59) 10%, rgb(52, 63, 74) 20%, rgb(42, 50, 59) 35%, rgb(22, 26, 31) 50%, rgb(42, 50, 59) 65%, rgb(52, 63, 74) 80%, rgb(42, 50, 59) 90%, rgb(22, 26, 31) 100%);
	color: #fff;
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
	.p-home-cap {
		padding: 7% 0;
	}
}
.p-home-cap p {
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.15em;
	display: inline-block;
	background: linear-gradient(to right, #AB7421 0%, #EED17E 15%, #FCFAD6 25%, #EED17E 35%, #AB7421 50%, #EED17E 65%, #FCFAD6 75%, #EED17E 85%, #AB7421 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
	.p-home-cap p {
		font-size: 5.5vw;
	}
}
.p-home-cap dl dt {
	font-size: clamp(1.4rem, 1.34rem + 0.1875vw, 1.7rem);
	margin: 20px;
}
@media screen and (max-width: 767px) {
	.p-home-cap dl dt {
		font-size: 3.5vw;
	}
}
.p-home-cap dl dd {
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-home-cap dl dd {
		font-size: 4.5vw;
	}
}
.p-home-area1 {
	background-color: var(--color-red);
	padding: 120px 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-home-area1 {
		padding: 10% 0;
	}
}
.p-home-area1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 20vw;
	clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--color-base);
}
@media screen and (max-width: 767px) {
	.p-home-area1:before {
		height: 37vw;
	}
}
.p-home-area1__inner {
	z-index: 2;
	position: relative;
	max-width: 1270px;
	display: grid;
	justify-content: space-between;
	grid-template: "ttl ttl pic4" auto "pic1 pic3 pic4" auto "pic2 pic3 pic4" auto/30% 26% 39%;
}
@media screen and (max-width: 767px) {
	.p-home-area1__inner {
		grid-template: "ttl ttl" auto "pic1 pic4" auto "pic2 pic4" auto/60% 37%;
	}
}
.p-home-area1 dl {
	grid-area: ttl;
	margin: 0 0 auto 0;
	color: #fff;
}
.p-home-area1 dl dt {
	font-family: "Yomogi", serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: clamp(4rem, 3.7rem + 0.9375vw, 5.5rem);
}
@media screen and (max-width: 1150px) {
	.p-home-area1 dl dt {
		font-size: clamp(3rem, 2.7rem + 0.9375vw, 4.5rem);
	}
}
@media screen and (max-width: 767px) {
	.p-home-area1 dl dt {
		font-size: 7vw;
	}
}
.p-home-area1 dl dd {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	line-height: 1.7;
	margin: 1em 0;
}
@media screen and (max-width: 767px) {
	.p-home-area1 dl dd {
		font-size: 3.5vw;
	}
}
.p-home-area1__pic1 {
	grid-area: pic1;
	margin: auto 0;
}
@media screen and (max-width: 767px) {
	.p-home-area1__pic1 {
		margin-bottom: 3vw;
	}
}
.p-home-area1__pic2 {
	grid-area: pic2;
	margin: auto 0 0 0;
}
.p-home-area1__pic3 {
	grid-area: pic3;
	margin-top: auto;
}
@media screen and (max-width: 767px) {
	.p-home-area1__pic3 {
		display: none;
	}
}
.p-home-area1__pic4 {
	grid-area: pic4;
}
.p-home-point h2 {
	font-weight: 400;
	font-size: clamp(3rem, 2.8rem + 0.625vw, 4rem);
	line-height: 1.2;
	margin: 40px auto;
}
@media screen and (max-width: 767px) {
	.p-home-point h2 {
		font-size: 6vw;
		text-align: center;
	}
}
.p-home-point h2.-p5 {
	padding: 0 5%;
}
.p-home-point h2 span {
	display: block;
}
.p-home-point h2 span:nth-of-type(2) {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.p-home-point h2 span:nth-of-type(2) {
		text-align: center;
		margin-top: 15px;
	}
}
.p-home-point h2 span em {
	font-style: normal;
	color: var(--color-red);
	font-size: clamp(4rem, 3.6rem + 1.25vw, 6rem);
}
@media screen and (max-width: 767px) {
	.p-home-point h2 span em {
		font-size: 7vw;
	}
}
.p-home-point h2 span em em {
	font-size: clamp(6rem, 5.6rem + 1.25vw, 8rem);
}
@media screen and (max-width: 767px) {
	.p-home-point h2 span em em {
		font-size: 8vw;
	}
}
.p-home-point h3 {
	margin-bottom: 25px;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.-en .p-home-point h3 {
		word-break: break-all;
	}
}
@media screen and (max-width: 767px) {
	.p-home-point h3 img {
		width: auto;
		height: 30px;
	}
}
.p-home-point h3 span {
	font-size: clamp(2.2rem, 1.84rem + 1.125vw, 4rem);
	font-weight: 400;
	display: block;
}
.p-home-point h3 span em {
	font-size: clamp(3.2rem, 2.84rem + 1.125vw, 5rem);
	color: var(--color-red);
	font-style: normal;
}
.p-home-point__area {
	padding: 70px 0;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-home-point__area {
		padding: 10% 0;
	}
}
.p-home-point__area p {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1em;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-home-point__area p {
		line-height: 1.7;
	}
}
.p-home-point__area p em {
	font-style: normal;
}
.p-home-point__area p span {
	display: block;
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
}
.p-home-point__area.-bk:before {
	content: "";
	background-color: var(--color-base3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-home-point__area.-bk * {
	position: relative;
	z-index: 2;
}
.p-home-point__area.-bk.-a4:before {
	height: 85%;
}
.p-home-point__area.-bk.-a6:before {
	height: 55%;
}
.p-home-point__area figure img.mix {
	mix-blend-mode: multiply;
}
.p-home-point__area dl dt {
	margin-block-end: 10px;
}
.p-home-point__area dl dd ul li {
	line-height: 1.5;
	margin-block-end: 5px;
	margin-inline-start: 1em;
	text-indent: -1em;
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}
@media screen and (max-width: 767px) {
	.p-home-point__area dl dd ul li {
		line-height: 1.3;
	}
}
.p-home-point__area dl dd ul.ul2 li {
	color: var(--color-red);
	font-weight: bold;
	font-size: 120%;
}
.p-home-point__area dl dd ul.ul2 li span {
	font-weight: normal;
	color: #333;
	font-size: 80%;
}
.p-home-point__pic1 {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic1 {
		width: 100%;
		margin: 0 auto;
	}
}
.p-home-point__pic2 {
	text-align: center;
	mix-blend-mode: multiply;
}
.p-home-point__pic4a {
	width: 82%;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic4a {
		width: 100%;
	}
}
.p-home-point__pic4b {
	width: 470px;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic4b {
		width: 75%;
		margin: 5% 0 0 auto;
	}
}
.p-home-point__pic5a {
	text-align: center;
}
.p-home-point__pic5a img {
	position: static;
	mix-blend-mode: multiply;
}
.p-home-point__pic5b {
	width: 82%;
	margin: 2.5% 0 0 auto;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic5b {
		width: 100%;
		margin-top: 5%;
	}
}
.p-home-point__pic6a {
	width: 80%;
	margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic6a {
		width: 100%;
	}
}
.p-home-point__pic6b {
	grid-area: pic1;
	padding: 0 35% 0 10%;
	margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic6b {
		padding-right: 20%;
	}
}
.p-home-point__pic6c {
	grid-area: pic2;
	padding-left: 35%;
	margin: 2vw 0 0 0;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic6c {
		padding-left: 15%;
	}
}
.p-home-point__pic6d {
	grid-area: pic3;
}
.p-home-point__pic6e {
	grid-area: pic4;
	margin: 5vw 0 auto 0;
}
@media screen and (max-width: 767px) {
	.p-home-point__pic6e {
		margin-top: 2vw;
	}
}
.p-home-point .c-grid {
	display: grid;
	justify-content: space-between;
	grid-template: "txt pic1" auto "pic2 pic1" auto "pic2 pic3" 5vw "pic4 pic3" 1fr/55% 42%;
}
@media screen and (max-width: 767px) {
	.p-home-point .c-grid {
		grid-template: "txt txt" auto "pic2 pic1" auto "pic2 pic3" 5vw "pic4 pic3" 1fr/55% 42%;
	}
}
.p-home-point .c-grid p {
	grid-area: txt;
	padding-left: 35%;
}
@media screen and (max-width: 767px) {
	.p-home-point .c-grid p {
		padding: 0 5% 5% 5%;
	}
}
.p-home-point__sq {
	margin: 60px auto;
}
.p-home-point__sq h3 {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-home-point__sq h3 {
		display: block;
	}
}
.p-home-point__sq p {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-home-point__sq p {
		font-size: 3.5vw;
	}
}
.p-home-price {
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	.p-home-price {
		padding: 10% 0;
	}
}
.p-home-price nav {
	margin-bottom: 40px;
}
.p-home-price nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}
@media screen and (max-width: 767px) {
	.p-home-price nav ul {
		gap: 10px;
	}
}
.p-home-price nav ul li {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	border: 1px solid var(--color-red);
	border-radius: 40px;
	padding: 7px 20px;
	color: var(--color-red);
	cursor: pointer;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.p-home-price nav ul li {
		font-size: 3.5vw;
	}
}
.p-home-price nav ul li.active {
	background-color: var(--color-red);
	color: #fff;
}
.p-home-price .content {
	display: none;
	font-family: "Noto Sans JP", serif;
}
.p-home-price .content.show {
	display: block;
}
.p-home-price .content h3 {
	font-size: clamp(1.6rem, 1.48rem + 0.375vw, 2.2rem);
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-home-price .content h3 {
		font-size: 4.5vw;
	}
}
.p-home-price .content h4 {
	font-size: clamp(1.4rem, 1.28rem + 0.375vw, 2rem);
	color: var(--color-red);
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-home-price .content h4 {
		font-size: 4vw;
	}
}
.p-home-price .content dl {
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}
@media screen and (max-width: 767px) {
	.p-home-price .content dl {
		font-size: 3.5vw;
	}
}
.-en .p-home-price .content dl {
	display: block;
}
.p-home-price .content dl dt {
	width: 50px;
}
.-en .p-home-price .content dl dt {
	width: auto;
	font-weight: 700;
}
.p-home-price .content dl dd {
	width: calc(100% - 50px);
}
.-en .p-home-price .content dl dd {
	width: auto;
}
.p-home-price .content ul {
	display: flex;
	gap: 5px;
	margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
	.p-home-price .content ul {
		flex-wrap: wrap;
		margin: 5% 0 10% 0;
	}
}
.p-home-price .content ul li {
	width: 24%;
}
@media screen and (max-width: 767px) {
	.p-home-price .content ul li {
		width: 48%;
	}
}
.p-home-price .content h5 {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	color: #00A0E9;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-home-price .content h5 {
		font-size: 3.5vw;
	}
}
.p-home-price .content h5 a {
	background-color: #f30;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	padding: 2px 10px;
}
.p-home-price .content h5 a:after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.p-home-price .content table {
	width: 100%;
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-home-price .content table {
		white-space: nowrap;
		width: auto;
		min-width: 100%;
		margin-bottom: 0;
		font-size: 3.5vw;
	}
}
.p-home-price .content table th {
	background-color: var(--color-red);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.p-home-price .content table th {
		padding: 10px;
	}
}
.p-home-price .content table td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.p-home-price .content table td {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-home-price .content .scroll-hint-shadow-wrap {
		margin-bottom: 10%;
	}
}
.p-home-price__box {
	margin-block-end: clamp(3rem, 2.6rem + 1.25vw, 5rem);
}
.p-home-price__box figure {
	width: 85%;
	margin-inline: auto;
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-home-price__box figure {
		width: 100%;
	}
}
.p-home-price__box div {
	background-color: #f30;
	padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
	.p-home-price__box div {
		padding: 10px;
	}
}
.p-home-price__box div p {
	font-size: 1.1rem;
	color: #fff;
	text-align: right;
	margin-block-end: 10px;
}
.p-home-price__box div ul {
	padding: 0;
	margin: 0 !important;
	gap: 0 !important;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-home-price__box div ul {
		flex-direction: column;
		gap: 10px !important;
	}
}
.p-home-price__box div ul li {
	width: 32.5% !important;
}
@media screen and (max-width: 767px) {
	.p-home-price__box div ul li {
		width: 100% !important;
	}
}
.p-home-price__box table {
	width: 100%;
	background: transparent;
	border: none;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0;
	table-layout: fixed;
}
@media screen and (max-width: 767px) {
	.p-home-price__box table {
		border-spacing: 0;
	}
}
.content .p-home-price__box table {
	margin: 0;
	white-space: wrap;
}
.p-home-price__box table p {
	text-align: center;
}
.p-home-price__box table td {
	border: none;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.p-home-price__box table td {
		display: block;
		margin: 0 5px 10px 5px;
	}
}
.p-home-price__box table td span {
	color: #1d2975;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	display: block;
}
.p-home-price__box table td em {
	color: #d11176;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	font-style: normal;
}
.p-home-price__box table td em em {
	font-size: 2.2rem;
}
.p-home-price__box table td strong {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.p-home-price__box table td strong {
		flex-direction: column;
		gap: 0;
	}
}
.p-home-price__box table td strong i {
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.p-home-price__box table td strong i {
		margin-block-start: 5px;
	}
}
.p-home-price .area3 {
	margin-block-end: clamp(3rem, 2.6rem + 1.25vw, 5rem);
}
.p-home-price .area3 dl {
	display: block;
	padding-bottom: 15px;
}
.p-home-price .area3 dl dt {
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	line-height: 1.4;
	vertical-align: middle;
	background: #FF3333;
}
.p-home-price .area3 dl dt em {
	font-size: clamp(1.6rem, 1.48rem + 0.375vw, 2.2rem);
	font-style: normal;
	font-weight: 700;
}
.p-home-price .area3 dl dd {
	text-align: center;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
	width: 100%;
}
.p-home-price .area3 dl dd span.tax {
	font-size: 12px;
	display: block;
}
.p-home-option {
	background-color: var(--color-base3);
	padding: 60px 0 0px 0;
}
@media screen and (max-width: 767px) {
	.p-home-option {
		padding: 10% 0 0 0;
	}
}
.p-home-option__area {
	background-image: url(../img/lp25.webp);
	background-size: cover;
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.p-home-option__area {
		padding: 7% 0 10% 0;
	}
}
.p-home-option__inner {
	background-color: var(--color-base);
	padding: 60px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2vw;
}
@media screen and (max-width: 767px) {
	.p-home-option__inner {
		flex-direction: column;
		padding: 7%;
		gap: 5vw;
	}
}
.p-home-option__inner dl {
	width: 45%;
}
@media screen and (max-width: 767px) {
	.p-home-option__inner dl {
		width: 100%;
	}
}
.p-home-option__txt1 dt {
	font-size: clamp(3rem, 2.8rem + 0.625vw, 4rem);
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-home-option__txt1 dt {
		font-size: 6vw;
	}
}
.p-home-option__txt1 dt span {
	display: block;
	font-size: clamp(1.4rem, 1.3rem + 0.3125vw, 1.9rem);
	color: var(--color-red);
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-home-option__txt1 dt span {
		margin-bottom: 5px;
		font-size: 3vw;
	}
}
.p-home-option__txt1 dd {
	font-size: clamp(1.4rem, 1.24rem + 0.5vw, 2.2rem);
}
@media screen and (max-width: 767px) {
	.p-home-option__txt1 dd {
		font-size: 3.5vw;
	}
}
.p-home-option__txt2 {
	border: 1px solid #707070;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 15px 35px;
}
@media screen and (max-width: 767px) {
	.p-home-option__txt2 {
		padding: 3% 5%;
	}
}
.p-home-option__txt2 dt {
	font-size: clamp(2.5rem, 2.3rem + 0.625vw, 3.5rem);
	color: var(--color-red);
}
@media screen and (max-width: 767px) {
	.p-home-option__txt2 dt {
		font-size: 5.5vw;
	}
}
.p-home-option__txt2 dd {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-home-option__txt2 dd {
		font-size: 3.5vw;
	}
}
.p-home-option__txt2 dd span {
	font-size: clamp(1.4rem, 1.24rem + 0.5vw, 2.2rem);
	color: var(--color-red);
}
@media screen and (max-width: 767px) {
	.p-home-option__txt2 dd span {
		font-size: 4vw;
	}
}
.p-home-school {
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.p-home-school {
		padding: 10% 0 5% 0;
	}
}
@media screen and (max-width: 767px) {
	.p-home-school .c-flex {
		flex-direction: column;
		gap: 2vw;
	}
}
.p-home-school__box {
	width: 48%;
	font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 767px) {
	.p-home-school__box {
		width: 100%;
	}
}
.p-home-school__box h3 {
	color: var(--color-red);
	font-size: clamp(1.2rem, 1rem + 0.625vw, 2.2rem);
	margin-bottom: 1em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-home-school__box h3 {
		font-size: 4vw;
	}
}
.p-home-school__box dl {
	margin-bottom: 2em;
}
.p-home-school__box dl dt {
	font-weight: 500;
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.p-home-school__box dl dt {
		font-size: 3.5vw;
	}
}
.p-home-school__box dl dd {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	font-weight: 300;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.p-home-school__box dl dd {
		font-size: 3vw;
	}
}
.p-home-school__box dl.-dl2 dt {
	margin-bottom: 0;
}
.p-home-school__box table {
	width: 100%;
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-home-school__box table {
		font-size: 3.5vw;
	}
}
.p-home-school__box table th {
	text-align: center;
	background-color: #2D5299;
	color: #FFF;
	padding: 5px;
	border: 1px solid #b5b5b5;
}
.p-home-school__box table td {
	padding: 5px;
	text-align: center;
	border: 1px solid #b5b5b5;
}
.p-home-school__box p {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	font-weight: 300;
	margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
	.p-home-school__box p {
		font-size: 3.5vw;
	}
}
.p-home-map {
	text-align: center;
	font-family: "Noto Sans JP", serif;
	padding: 100px 0;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-home-map {
		padding: 10% 0;
	}
}
.p-home-map iframe {
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 767px) {
	.p-home-map iframe {
		height: 250px;
	}
}
.p-home-map .tl {
	font-size: 2.4rem;
	color: #BC000F;
	font-weight: 700;
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
	.p-home-map .tl {
		font-size: 5vw;
		margin: 1em 0;
	}
}
@media screen and (max-width: 767px) {
	.p-home-map .c-flex {
		flex-direction: column;
		gap: 5vw;
	}
}
.p-home-map dl {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	font-size: 1.4rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-home-map dl {
		width: 100%;
		font-size: 3.5vw;
	}
}
.p-home-map dl dt {
	width: 20%;
}
.p-home-map dl dd {
	width: 80%;
}
.p-home-map p.btns {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-home-map p.btns {
		width: 100%;
	}
}
.p-home-map .arr {
	display: block;
	text-align: center;
	background: #BC000F;
	color: #fff;
	padding: 25px 0;
	position: relative;
	box-sizing: border-box;
}
.p-home-map .arr:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	transition: 0.4s;
}
.p-home-map .arr:after {
	border-color: #fff;
}
.p-home-map .arr:hover {
	opacity: 0.6;
}

.p-home-form {
	padding: 100px 0 100px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-home-form {
		padding: 10% 0 10% 0;
	}
}
.p-home-form .mw_wp_form {
	padding-top: 100px;
	margin-top: -100px;
}
.p-home-form h2 {
	font-family: "Noto Sans JP", serif;
	text-align: center;
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-home-form h2 {
		font-size: 4.5vw;
	}
}
.p-home-form .form {
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 735px;
	margin: 0 auto;
}
.p-home-form .form .mw_wp_form_confirm figure {
	display: none;
}
.p-home-form .form .check_btn input[type=checkbox].check {
	display: none;
}
.p-home-form .form .check_btn label {
	display: inline-block;
}
.p-home-form .form .check_btn .check + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	height: 26px;
	position: relative;
}
.p-home-form .form .check_btn .check + span:after, .p-home-form .form .check_btn .check + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.p-home-form .form .check_btn .check + span:before {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	left: 0;
	height: 23px;
	width: 23px;
}
.p-home-form .form .check_btn .check + span:after {
	border: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 14px;
	left: 6px;
	opacity: 0;
	top: 1px;
	transform: rotate(45deg);
	width: 10px;
	transition: 0.3s;
}
.p-home-form .form .check_btn .check:checked + span::after {
	opacity: 1;
}
.p-home-form .form .check_btn .check:checked + span::before {
	background-color: var(--color-red);
}
.p-home-form .form .radio_btn {
	display: flex;
	gap: 10px;
}
.p-home-form .form .radio_btn input[type=radio].radio_btn_item {
	display: none;
}
.p-home-form .form .radio_btn label {
	display: inline-block;
}
.p-home-form .form .radio_btn .radio_btn_item + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	position: relative;
	height: 22px;
}
.p-home-form .form .radio_btn .radio_btn_item + span:before, .p-home-form .form .radio_btn .radio_btn_item + span:after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}
.p-home-form .form .radio_btn .radio_btn_item + span:before {
	border: 1px solid #AAAAAA;
	background-color: #FAF7E7;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
}
.p-home-form .form .radio_btn .radio_btn_item + span:after {
	background: #EF8B43;
	left: 5px;
	opacity: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	transform: scale(0.1);
	transition: 0.2s;
}
.p-home-form .form .radio_btn .radio_btn_item:checked + span::after {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width: 767px) {
	.p-home-form .form .radio_btn .horizontal-item {
		margin-left: 0;
	}
}
.p-home-form .form p.p1 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-home-form .form p.p1 {
		font-size: 3.5vw;
	}
}
.p-home-form .form p.pri {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.p-home-form .form p.pri {
		font-size: 3.5vw;
	}
}
.p-home-form .form p.pri a {
	text-decoration: underline;
}
.p-home-form .form .pribox {
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
	height: 180px;
	overflow: auto;
	font-size: 1.4rem;
}
.p-home-form .form .pribox h3 {
	font-size: 1.4rem;
	font-weight: normal;
}
.p-home-form .form table, .p-home-form .form dl.tbl {
	font-size: 1.6rem;
	letter-spacing: 0;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-home-form .form table, .p-home-form .form dl.tbl {
		font-size: 3.5vw;
	}
}
.p-home-form .form table tr, .p-home-form .form dl.tbl tr {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.p-home-form .form table th, .p-home-form .form dl.tbl th {
	letter-spacing: 0;
	display: block;
	padding: 5px 0;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-home-form .form table th, .p-home-form .form dl.tbl th {
		font-size: 3.5vw;
		width: 100%;
		border: none;
	}
}
.p-home-form .form table th span, .p-home-form .form table th em, .p-home-form .form dl.tbl th span, .p-home-form .form dl.tbl th em {
	font-size: 1.2rem;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.p-home-form .form table th span, .p-home-form .form dl.tbl th span {
	background-color: #D60101;
	color: #fff;
}
.p-home-form .form table th em, .p-home-form .form dl.tbl th em {
	font-style: normal;
	background-color: #DEDED9;
	color: #959393;
}
.p-home-form .form table td, .p-home-form .form dl.tbl td {
	letter-spacing: 0;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-home-form .form table td, .p-home-form .form dl.tbl td {
		margin-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
}
.p-home-form .form table td div, .p-home-form .form dl.tbl td div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .mw_wp_form_confirm table td {
		padding: 0;
	}
}
.p-home-form .form .mw_wp_form_confirm p.pri {
	display: none;
}
.p-home-form .form .mw_wp_form_complete dl {
	text-align: center;
}
.p-home-form .form .mw_wp_form_complete dl dt {
	font-size: clamp(2rem, 1.82rem + 0.5625vw, 2.9rem);
}
@media screen and (max-width: 767px) {
	.p-home-form .form .mw_wp_form_complete dl dt {
		font-size: 6vw;
	}
}
.p-home-form .form .mw_wp_form_complete dl dd {
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .mw_wp_form_complete dl dd {
		text-align: left;
		font-size: 4vw;
	}
}
.p-home-form .form .mw_wp_form_complete dl dd:nth-of-type(2) {
	color: #f30;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .mw_wp_form_complete dl dd:nth-of-type(3) {
		text-align: center;
	}
}
.p-home-form .form .mw_wp_form_complete dl dd a {
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-home-form .form .mw_wp_form_complete dl dd a {
		font-size: 5vw;
	}
}
.p-home-form .form form button,
.p-home-form .form form textarea,
.p-home-form .form form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p-home-form .form form p.send {
	position: relative;
}
.p-home-form .form form p.send input.send {
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding: 25px 0px;
	background-color: var(--color-grn);
	border: 1px solid var(--color-grn);
	color: #FCF7E1;
	max-width: 285px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
	margin: 50px auto 10px auto;
}
.p-home-form .form form p.send input.send:hover {
	opacity: 0.6;
}
.p-home-form .form form p.send input.bk {
	padding: 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	text-decoration: underline;
	color: #333;
	width: 100%;
	margin: 30px 0 0 0;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
	border: none;
	background: none;
}
.p-home-form .form form p.send input.bk:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.p-home-form .form form p.send input.bk {
		font-size: 3.5vw;
		margin: 10% auto;
	}
}
.p-home-form .form select::-ms-expand {
	display: none;
}
.p-home-form .form form input[type=text],
.p-home-form .form form input[type=tel],
.p-home-form .form form input[type=email],
.p-home-form .form form textarea {
	padding: 10px 15px;
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
}
@media screen and (max-width: 767px) {
	.p-home-form .form form input[type=text],
	.p-home-form .form form input[type=tel],
	.p-home-form .form form input[type=email],
	.p-home-form .form form textarea {
		padding: 10px 10px;
		font-size: 3.5vw;
		border-radius: 5px;
	}
}
.p-home-form .form form input[type=text].inp2,
.p-home-form .form form input[type=tel].inp2,
.p-home-form .form form input[type=email].inp2,
.p-home-form .form form textarea.inp2 {
	width: 100px;
}
.p-home-form .form form input[type=button],
.p-home-form .form form input[type=file] {
	border-radius: 3px;
	line-height: 1;
	background: #fff;
	font-size: 1.4rem;
	border: none;
	margin: 10px 0 0 0;
}
.p-home-form .form form .mwform-file-delete {
	margin: 0 0 10px 0;
}
.p-home-form .form form textarea {
	width: 100% !important;
	height: 180px !important;
	border-radius: 10px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-home-form .form form textarea {
		font-size: 3.5vw;
		height: 180px !important;
	}
}
.p-home-form .form .mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}
.p-home-form .form .mw-wp-form_file a {
	font-size: 1.4rem;
	text-decoration: underline;
}
.p-home-form .form .custom {
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	border-radius: 0;
	vertical-align: middle;
	margin: 0;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .custom {
		border-radius: 5px;
	}
}
.p-home-form .form .custom.-w100 {
	width: 100%;
}
.p-home-form .form .mw_wp_form_confirm .custom {
	border: none;
	background: transparent;
}
.p-home-form .form .custom > select {
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	outline: none;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .custom > select {
		font-size: 3.5vw;
		padding: 5px 5px;
	}
}
.p-home-form .form .custom > select.inp2 {
	width: 100px;
}
@media screen and (max-width: 767px) {
	.p-home-form .form .custom > select.inp2 {
		width: 80px;
	}
}
.p-home-form .form .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 12px;
	height: 16px;
	pointer-events: none;
	text-align: center;
	content: "";
	background-size: cover;
	background-image: url("../img/arr.webp");
}
@media screen and (max-width: 767px) {
	.p-home-form .form .custom:after {
		right: 10px;
	}
}
.p-home-form .form .mw_wp_form_confirm .custom:after {
	display: none;
}
.p-home-form .form form ::placeholder {
	color: #999;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-home-form .form form ::placeholder {
		font-size: 3.5vw;
	}
}
.p-home-form .form form .check {
	text-align: center;
}
.p-home-form .form form .mwform-checkbox-field.horizontal-item {
	display: inline-block;
	margin-right: 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-home-form .form form .mwform-checkbox-field.horizontal-item {
		font-size: 4vw;
	}
}
.p-home-form .form form .mwform-radio-field.horizontal-item {
	display: inline-block;
	margin-right: 1em;
}
.p-home-form .form form .mwform-checkbox-field a {
	text-decoration: underline;
}
.p-home-form .form .ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 30px;
}
.p-home-form .form .mw_wp_form_confirm .ui-datepicker-trigger {
	display: none !important;
}/*# sourceMappingURL=style.css.map */