/* リキッドレイアウト対応 */

body {
	background-image: url(../images/common/bg-star1.webp);
	background-position: top left;
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #3f3c3c;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	word-wrap: anywhere;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-margin-top: 8.125rem;
	scroll-padding-top: 8.125rem;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.button {
	align-items: center;
	background-color: #f2d653;
	border-radius: 0.53125rem;
	color: #000;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	height: 4.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 30.9375rem;
	overflow: hidden;
	padding: 1.25rem;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
	z-index: 1;
}

.button:hover {
	background-color: #1a1a1a;
	color: #f2d653;
}

.charge-item {
	align-items: center;
	background-color: #7ed2d4;
	border-radius: 0.53125rem;
	display: flex;
	flex-direction: row;
	gap: 4.1875rem;
	max-width: 68.4375rem;
	padding: 0.3125rem 0.375rem;
}

.charge-item__label {
	align-items: center;
	background-color: #fff;
	border-radius: 0.53125rem;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.44;
	max-width: 38.25rem;
	padding: 0.6875rem 2.1875rem;
	text-align: center;
	width: 100%;
}

.charge-item__note {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 2;
}

.charge-item__info {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 1;
	font-weight: 700;
	gap: 1.75rem;
	justify-content: center;
	justify-content: flex-start;
	letter-spacing: -0.04em;
	text-align: center;
}

.charge-item__price-label {
	font-size: 1.5625rem;
	line-height: 1.44;
}

.charge-item__amount {
	align-items: flex-end;
	display: flex;
	flex: 1;
	gap: 0.3125rem;
	padding-bottom: 0.5rem;
}

.charge-item__price {
	font-size: 2.9375rem;
	letter-spacing: 0.09em;
	line-height: 1;
}

.charge-item__yen {
	font-size: 2.25rem;
	line-height: 1;
}

.charge-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact {
	background-color: #fff;
	padding-bottom: 11.25rem;
}

.contact__text {
	color: #1a1a1a;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.features-card {
	grid-gap: 0.625rem;
	background-color: #fff3a8;
	border-radius: 1.9375rem;
	display: grid;
	gap: 0.625rem;
	grid-row: span 3;
	grid-template-rows: subgrid;
	max-width: 22.8125rem;
	padding: 1rem 1.0625rem 3rem;
}

.features-card__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.875rem;
	width: 100%;
}

.features-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 302/302;
	border-radius: 1.25rem;
	object-fit: cover;
}

.features-card__wrap {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-left: 0.625rem;
	text-align: center;
}

.features-card__number {
	align-items: center;
	background-color: #64a5dd;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 2.25rem;
	font-weight: 700;
	height: 3.375rem;
	justify-content: center;
	line-height: 1;
	padding-bottom: 0.5rem;
	width: 3.375rem;
}

.features-card__title-wrap {
	display: flex;
	flex: 1;
	justify-content: center;
}

.features-card__title {
	color: #64a5dd;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -0.04em;
	line-height: 1.125;
	text-align: center;
}

.features-card__title--center {
	padding-right: 3.125rem;
}

/* 2枚目（黄色） */

.features-cards__item:nth-child(2) .features-card__number {
	background-color: #dc950f;
}

.features-cards__item:nth-child(2) .features-card__title {
	color: #dc950f;
}

/* 3枚目（赤） */

.features-cards__item:nth-child(3) .features-card__number {
	background-color: #c0272d;
}

.features-cards__item:nth-child(3) .features-card__title {
	color: #c0272d;
}

.features-card__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.features-cards {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.footer {
	background-color: #cfe6ef;
	clip-path: ellipse(110% 100% at 50% 100%);
	margin-top: -3.125rem;
	padding-bottom: 5rem;
	padding-top: 5.25rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 72.8125rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.footer__container {
	align-items: flex-end;
	display: flex;
	max-width: 69.75rem;
}

.footer__logo {
	max-width: 10.4375rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 167/281;
	object-fit: contain;
}

.footer__nav-container {
	margin-left: 2.8125rem;
}

.footer__item {
	color: #1a1a1a;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.footer__item-link {
	display: inline-block;
	padding: 0.6875rem;
	width: 100%;
}

.footer__item-link:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__nav-sns {
	display: flex;
	margin-top: 1rem;
}

.footer__nav-sns-link {
	display: block;
	width: 2rem;
}

.footer__nav-sns-link img {
	-o-object-fit: contain;
	aspect-ratio: 24/24;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.contact-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-top: 5rem;
	width: 100%;
}

.form__wrap + .form__wrap {
	margin-top: 1.875rem;
}

.form__label {
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.form__label span {
	margin-left: 0.375rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0.625rem;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__submit {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.75rem;
	text-align: center;
}

.form-input input {
	border: 0.0625rem solid #1a1a1a;
	border-radius: 0.53125rem;
	height: 2.5rem;
	padding: 0.625rem;
	width: 100%;
}

.confirm_your-name,
.confirm_your-tel,
.confirm_your-email,
.confirm_your-subject,
.confirm_your-message {
	color: #1a1a1a;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.form-textarea textarea {
	border: 0.0625rem solid #1a1a1a;
	border-radius: 0.53125rem;
	min-height: 22.5rem;
	padding: 0.625rem;
	width: 100%;
}

.form-submit input {
	background-color: #f2d653;
	border-radius: 0.625rem;
	color: #1a1a1a;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	padding: 1rem;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.form-submit input:disabled,
.form-submit input:disabled:hover,
.form-submit input:disabled:focus {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
}

.wpcf7-not-valid-tip {
	color: #c0272d;
}

.wpcf7-spinner {
	display: none;
}

/*確認画面と完了画面を非表示*/

.confirm_area,
.thanks_area {
	display: none;
}

/*デフォルトのサンクスメッセージを非表示*/

.wpcf7-response-output {
	display: none;
}

.confirm_area-top {
	margin-bottom: 2.5rem;
}

.confirm_area-top h2,
.thanks_area h2 {
	color: #1a1a1a;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.confirm_area-top p,
.thanks_area p {
	color: #1a1a1a;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.guide-item {
	background-color: #fff;
	border: 0.0625rem solid #b2b2b2;
	border-radius: 1.9375rem;
	max-width: 71.25rem;
	padding: 1.1875rem 1.1875rem 1.5625rem;
	width: 100%;
}

.guide-item__price {
	padding-bottom: 3.125rem;
	position: relative;
}

.guide-list__item:nth-child(3) {
	position: relative;
}

.guide-item__price-plus {
	aspect-ratio: 1/1;
	content: "";
	left: 50%;
	position: absolute;
	top: -4rem;
	transform: translateX(-50%);
	width: 3.25rem;
}

.guide-item__title {
	background-color: #f2d653;
	border-radius: 0.53125rem;
	color: #595858;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2;
	padding: 0.75rem 2rem;
}

.guide-item__wrap {
	margin-top: 1.5625rem;
}

.guide-item__image {
	width: 100%;
}

.guide-item__image img {
	-o-object-fit: contain;
	aspect-ratio: 1097/247;
	object-fit: contain;
}

.guide-item__text {
	color: #595858;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2;
	margin-top: 1rem;
}

.guide-list {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.3125rem;
}

.guide-list__item {
	margin-top: 2.8125rem;
}

.guide-list__item:first-child {
	margin-top: 0;
}

.guide-list__item:nth-child(3) {
	margin-top: 5rem;
}

.header {
	background-color: transparent;
	height: 8.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	height: inherit;
	padding: 0 3.125rem;
}

.header__logo {
	height: inherit;
	max-width: 24.375rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	padding-top: 2.1875rem;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.other-costs {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.other-costs__item {
	color: #4d4d4d;
	display: flex;
	position: relative;
}

.other-costs__item::before {
	background-color: #6ecad4;
	border-radius: 50%;
	content: "";
	height: 2rem;
	margin-top: 0.25rem;
	position: absolute;
	width: 2rem;
}

.other-costs__label {
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.44;
	max-width: 11.25rem;
	padding-left: 3.125rem;
	width: 100%;
}

.other-costs__value {
	flex: 1;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2413793103;
	margin-top: 0.25rem;
}

.other-costs__detail {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.other-costs__line {
	display: flex;
	gap: 1rem;
}

.other-costs__year {
	display: block;
	max-width: 7.5rem;
	width: 100%;
}

.other-costs__price {
	flex: 1;
}

.section-title {
	color: #534741;
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.section-title::after {
	background-image: radial-gradient(circle, #f2d653 0.3125rem, transparent 0.3125rem);
	background-position: left -0.8125rem bottom;
	background-repeat: repeat-x;
	background-size: 2.3125rem 0.625rem;
	content: "";
	display: block;
	height: 0.625rem;
	margin: 0.9375rem auto 0;
	max-width: 35.625rem;
}

.top-about {
	clip-path: ellipse(135% 100% at 50% 100%);
}

.top-about__bottom {
	background-color: #fff;
	clip-path: ellipse(135% 100% at 50% 0%);
	padding-bottom: 5.75rem;
	padding-top: 5rem;
}

.top-about__container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 68.75rem;
}

.top-about__wrap {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.top-about__text {
	color: #1a1a1a;
	flex: 1;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.7;
}

.top-about__image {
	margin-top: 1.875rem;
	max-width: 36.25rem;
	width: 100%;
}

.top-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 580/352;
	border-radius: 1.5625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-about__support-text {
	font-size: 1.725rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	margin-top: 2.8125rem;
}

.top-about__support-list {
	display: flex;
	gap: 1.125rem;
	justify-content: center;
	margin-top: 2rem;
}

.top-about__support-item {
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}

.top-about__support-item img {
	display: block;
	height: auto;
	width: 100%;
}

.top-about__note {
	font-size: 1.9375rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.5;
	margin-top: 6.5rem;
	padding-right: 3.125rem;
	text-align: center;
}

.top-access {
	background-color: #fff;
	clip-path: ellipse(110% 100% at 50% 100%);
	padding-bottom: 11.4375rem;
	padding-top: 7.8125rem;
}

.top-access__map {
	border: 0.0625rem solid #1a1a1a;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	padding-top: 42.2836%;
	position: relative;
	width: 100%;
}

.top-access__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-access__wrap {
	display: flex;
	gap: 1.5625rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 70rem;
}

.top-access__container {
	max-width: 31.25rem;
	width: 100%;
}

.top-access__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.75rem;
}

.top-access__logo img {
	-o-object-fit: contain;
	aspect-ratio: 348/86;
	object-fit: contain;
}

.top-access__address {
	color: #1a1a1a;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	padding: 1.5625rem 0 1.875rem;
	padding-top: 1.5625rem;
	text-align: center;
}

.top-access__item {
	align-items: flex-start;
	border-bottom: 0.0625rem solid #4d4d4d;
	border-top: 0.0625rem solid #4d4d4d;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.25rem;
	padding-top: 1.25rem;
}

.top-access__item:nth-child(2) {
	border-top: none;
	padding-bottom: 1.5625rem;
}

.top-access__term {
	background-color: #f2d653;
	color: #1a1a1a;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	padding: 0.4375rem;
	text-align: center;
	width: 7.6875rem;
}

.top-access__decs {
	color: #1a1a1a;
	float: left;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.8;
	padding-right: 0.3125rem;
	text-align: right;
}

.top-access__image {
	max-width: 38.75rem;
}

.top-access__image img {
	-o-object-fit: cover;
	aspect-ratio: 620/447;
	object-fit: cover;
}

.top-contact {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2.975rem;
	justify-content: center;
	margin: 9.375rem auto 0;
	padding-bottom: 7.8125rem;
}

.top-contact__title {
	margin-top: 4.6875rem;
}

.top-contact__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
}

.top-contact__container {
	display: flex;
}

.top-contact__phone {
	width: 54.615%;
}

.top-contact__button {
	width: 45.385%;
}

.top-facility__info {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2.975rem;
	display: grid;
	justify-content: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 53.75rem;
	padding-bottom: 4.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 3.125rem;
	width: 100%;
}

.top-facility__list {
	margin-top: 2.9375rem;
	max-width: 53.8125rem;
}

.top-facility__term {
	border-collapse: collapse;
	color: #534741;
	display: table;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	table-layout: fixed;
	width: 100%;
}

.top-facility__term dt,
.top-facility__term dd {
	display: table-cell;
	padding: 1.1875rem 0;
	vertical-align: middle;
}

.top-facility__term dt {
	border-bottom: 0.0625rem solid #534741;
	text-align: center;
	width: 30%;
}

.top-facility__term dd {
	padding-left: 1.875rem;
	width: 70%;
	word-break: break-word;
}

.top-facility__bottom-text {
	color: #534741;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	margin-top: 4.8125rem;
	opacity: 0;
	text-align: center;
	transform: scale(0.8) translateY(-100%);
}

.top-facility__bottom-text.is-animated {
	animation: popDrop 1s ease forwards;
}

.top-facility__photo {
	display: flex;
	display: flex;
	gap: 2.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.8125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.top-facility__image {
	width: 100%;
	width: calc(25% - 2.875rem);
}

.top-facility__image img {
	-o-object-fit: cover;
	aspect-ratio: 411/257;
	border-radius: 1.5625rem;
	object-fit: cover;
}

.top-facility__contact {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2.975rem;
	justify-content: center;
	margin: 9.375rem auto 0;
	max-width: 53.75rem;
	padding-bottom: 7.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.top-facility__contact-title {
	padding-top: 4.6875rem;
}

.top-facility__contact-text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	margin-top: 5.3125rem;
	text-align: center;
}

.top-facility__contact-container {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
}

.top-facility__contact-phone {
	background-color: #f2d653;
	border-radius: 3.25rem;
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5172413793;
	max-width: 26.625rem;
	transition: background-color 0.3s, color 0.3s;
}

.top-facility__contact-phone a {
	display: block;
	padding: 2.1875rem 2.0625rem;
}

.top-facility__contact-button {
	color: #000;
	max-width: 26.625rem;
}

.top-facility__contact-button a {
	background-color: #fff;
	border: 0.0625rem solid #666;
	border-radius: 3.25rem;
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5172413793;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.25rem;
	padding: 2.1875rem 2.0625rem;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.top-facility__contact-button a:hover {
	background-color: #000;
	color: #fff;
}

.top-features__text {
	font-size: 1.91875rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
	margin-top: 2rem;
	text-align: center;
}

.top-features__bubble {
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.top-features__bubble-item {
	max-width: 10.8125rem;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.top-features__bubble--learn {
	margin-top: 3.75rem;
}

.top-features__bubble--use {
	margin-top: 3.75rem;
	max-width: 11.625rem;
}

.top-features__bubble-learn img {
	-o-object-fit: contain;
	aspect-ratio: 173/195;
	object-fit: contain;
}

.top-features__bubble-eat img {
	-o-object-fit: contain;
	aspect-ratio: 173/225;
	object-fit: contain;
}

.top-features__bubble-use img {
	-o-object-fit: contain;
	aspect-ratio: 185/180;
	object-fit: contain;
}

.top-features__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 25.9375rem;
}

.aspect-ratio__image img {
	-o-object-fit: cover;
	aspect-ratio: 354/415;
	object-fit: cover;
}

.top-features__cards {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 69.5625rem;
}

.top-features__button-wrap {
	margin-top: 2.5rem;
	text-align: center;
}

.top-features__bubble-item.is-animated {
	opacity: 1;
	transform: translateY(0);
}

.top-features__bubble-item.is-pulse {
	animation: pulse 2s ease-in-out infinite;
}

.js-floating img {
	animation: floatUpDown 3s ease-in-out infinite;
}

.top-guide {
	clip-path: ellipse(110% 100% at 50% 100%);
}

.top-guide__bottom {
	background-image: url(../images/common/bg-star2.webp);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: ellipse(110% 100% at 50% 0%);
	padding-bottom: 13.125rem;
	padding-top: 6.25rem;
}

.top-guide__inner {
	position: relative;
	z-index: 1;
}

.top-guide__items {
	margin-top: 4.125rem;
}

.top-mv {
	width: 100%;
}

.top-mv__container {
	height: 100%;
	position: relative;
	width: 82.604%;
}

.top-mv__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-mv__title {
	color: white;
	font-size: 2.25rem;
	font-weight: 700;
	left: 57%;
	left: calc(50% - min(3vw, -0.4375rem));
	letter-spacing: 0.01rem;
	line-height: 1.75;
	position: absolute;
	top: 30%;
}

.top-worries__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 65.3125rem;
	width: 100%;
}

.top-worries__image img {
	-o-object-fit: cover;
	aspect-ratio: 1046/776;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.top-about-layout {
	margin-top: 8rem;
}

.top-access-layout {
	margin-top: 11.0625rem;
}

.top-facility-layout {
	margin-top: 5rem;
}

.top-features-layout {
	margin-top: 7.5rem;
}

.top-guide-layout {
	margin-top: 5rem;
}

.top-worries-layout {
	margin-top: 2.5rem;
}

@media (any-hover: hover) {

.footer__nav-sns-link:hover {
	opacity: 0.8;
}

.form-submit input:hover {
	background-color: #1a1a1a;
	color: #f2d653;
	opacity: 1;
}

}

@media (max-width: 1200px) {

.top-mv__container {
	width: 97%;
}

}

@media (max-width: 1190px) {

html {
	font-size: 1.3445378151vw;
}

}

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

html {
	scroll-margin-top: 5rem;
	scroll-padding-top: 5rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: auto;
}

a:hover {
	opacity: 0.8;
}

.button {
	font-size: 1.5rem;
	height: 3.75rem;
	padding: 1.125rem 1.25rem;
}

.charge-item {
	flex-direction: column;
	gap: 0rem;
}

.charge-item__label {
	flex-direction: column;
	font-size: 1.25rem;
	padding: 0.6875rem 0.375rem;
}

.charge-item__note {
	font-size: 0.875rem;
}

.charge-item__info {
	gap: 1.25rem;
	justify-content: center;
	width: 100%;
}

.charge-item__price-label {
	font-size: 1.125rem;
}

.charge-item__amount {
	display: inline;
	flex: none;
}

.charge-item__price {
	display: inline-block;
	font-size: 2rem;
}

.charge-item__yen {
	font-size: 1.5rem;
}

.contact__text {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.features-card {
	gap: 0.5rem;
	max-width: none;
	padding-bottom: 2.5rem;
}

.features-card__image {
	max-width: none;
}

.features-card__number {
	font-size: 2rem;
	height: 3rem;
	padding-bottom: 0.375rem;
	width: 3rem;
}

.features-card__title {
	font-size: 1.5rem;
	padding-right: 1.875rem;
}

.features-card__text {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.features-cards {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.footer {
	clip-path: ellipse(150% 100% at 50% 100%);
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.footer__inner {
	max-width: 37.5rem;
	padding-left: 15px;
	padding-right: 15px;
}

.footer__logo {
	max-width: 6.25rem;
}

.footer__nav-container {
	margin-left: 1.875rem;
}

.footer__item {
	font-size: 1rem;
}

.footer__nav-sns {
	margin-top: 0.625rem;
}

.footer__nav-sns-link {
	width: 1.5rem;
}

.contact-main {
	padding-top: 3.75rem;
}

.form__wrap.form__wra-textarea {
	align-items: flex-start;
}

.form__wrap.form__wra-textarea .form__label {
	margin-top: 0.625rem;
}

.form-textarea textarea {
	min-height: 15rem;
}

.form-submit input {
	font-size: 1.125rem;
	padding: 0.625rem;
}

.confirm_area-top {
	margin-bottom: 2.5rem;
}

.confirm_area-top p,
.thanks_area p {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.guide-item__price {
	padding-bottom: 1.875rem;
}

.guide-item__title {
	font-size: 1.25rem;
	padding: 0.875rem 1.125rem;
}

.guide-item__image img {
	aspect-ratio: 904/828;
}

.guide-item__text {
	font-size: 1.125rem;
}

.header {
	height: 5rem;
}

.header__inner {
	padding: 0 0.9375rem;
}

.header__logo {
	max-width: 15rem;
}

.header__logo a {
	padding-top: 0;
}

.other-costs {
	gap: 1.5rem;
}

.other-costs__item {
	flex-direction: column;
}

.other-costs__item::before {
	height: 1.25rem;
	width: 1.25rem;
}

.other-costs__label {
	font-size: 1.125rem;
	padding-left: 2.1875rem;
}

.other-costs__value {
	font-size: 1rem;
	margin-top: 0.625rem;
	padding-left: 2.1875rem;
}

.section-title {
	font-size: 1.5rem;
}

.section-title::after {
	background-image: radial-gradient(circle, #f2d653 0.1875rem, transparent 0.3125rem);
	background-position: left -0.5625rem bottom;
	background-size: 1.625rem 0.625rem;
	margin: 0.5rem auto 0;
	max-width: 17.5rem;
}

.top-about {
	clip-path: ellipse(250% 100% at 50% 0%);
}

.top-about__bottom {
	clip-path: ellipse(250% 100% at 50% 100%);
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.top-about__wrap {
	flex-direction: column;
	gap: 0;
}

.top-about__text {
	font-size: 1.125rem;
	width: 100%;
}

.top-about__image {
	aspect-ratio: 0;
	width: 100%;
}

.top-about__support-text {
	font-size: 1.125rem;
	letter-spacing: -0.05em;
	line-height: 1.6;
}

.top-about__support-list {
	flex-wrap: wrap;
}

.top-about__support-item {
	width: calc(33.3333333333% - 1.125rem);
}

.top-about__support-item img {
	aspect-ratio: 1/1;
}

.top-about__note {
	font-size: clamp(1.125rem, 0.761rem + 1.02vw, 1.1875rem);
	margin-top: 3.75rem;
	padding: 0;
}

.top-access {
	clip-path: ellipse(270% 100% at 50% 100%);
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-access__map {
	padding-top: 54.20289%;
	width: 100%;
}

.top-access__wrap {
	flex-direction: column;
}

.top-access__address {
	font-size: 1.25rem;
}

.top-access__item {
	flex-direction: column;
	padding-bottom: 0.9375rem;
	padding-top: 1.25rem;
}

.top-access__term {
	font-size: 1.125rem;
}

.top-access__decs {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0.9375rem;
	text-align: center;
	text-align: left;
	width: 100%;
}

.top-facility__info {
	padding-bottom: 3.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
}

.top-facility__list {
	margin-top: 1.875rem;
}

.top-facility__term {
	font-size: 1rem;
}

.top-facility__term dd {
	padding-left: 1.125rem;
}

.top-facility__term--staff dd {
	line-height: 1.7;
}

.top-facility__bottom-text {
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.top-facility__photo {
	flex-wrap: wrap;
	gap: 0.9375rem;
	margin-top: 3.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.top-facility__image {
	width: calc(50% - 0.9375rem);
}

.top-facility__contact {
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-facility__contact-text {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.top-facility__contact-container {
	flex-direction: column;
	margin-top: 2.5rem;
}

.top-facility__contact-phone {
	font-size: 1.25rem;
}

.top-facility__contact-phone a {
	padding: 1.5rem 2.0625rem;
}

.top-facility__contact-button {
	max-width: 15.4375rem;
	width: 100%;
}

.top-facility__contact-button a {
	display: block;
	font-size: 1.25rem;
	padding: 1.5rem 2.0625rem;
}

.top-features__text {
	font-size: 1.3125rem;
}

.top-features__bubble {
	gap: 1.5625rem;
}

.top-features__bubble--learn {
	margin-top: 2.1875rem;
}

.top-features__bubble--use {
	margin-top: 2.1875rem;
}

.top-features__image {
	max-width: none;
	width: 60%;
}

.top-features__cards {
	max-width: 31.25rem;
}

.top-guide {
	clip-path: ellipse(260% 100% at 50% 100%);
}

.top-guide__bottom {
	background-repeat: repeat-y;
	background-size: contain;
	clip-path: ellipse(260% 100% at 50% 0%);
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.top-guide__items {
	margin-top: 2.5rem;
}

.top-mv__container {
	width: 100%;
}

.top-mv__title {
	font-size: min(5.3333333333vw, 32px);
	left: calc(50% - min(14.5vw, 5.375rem));
	line-height: 1.6;
}

.top-worries__image {
	max-width: 100%;
}

.top-worries__image img {
	aspect-ratio: 0;
}

.inner {
	max-width: 37.5rem;
	padding-left: 15px;
	padding-right: 15px;
}

.top-about-layout {
	margin-top: 5rem;
}

.top-access-layout {
	margin-top: 5rem;
}

.top-features-layout {
	margin-top: 5rem;
}

}

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

.top-mv__title {
	left: calc(50% - min(14.5vw, 4.8125rem));
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes popDrop {

0% {
	opacity: 0;
	transform: scale(0.8) translateY(-100%);
}

70% {
	opacity: 1;
	transform: scale(1.1) translateY(10%);
}

100% {
	opacity: 1;
	transform: scale(1) translateY(0);
}

}

@keyframes pulse {

0% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@keyframes floatUpDown {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-10px);
}

100% {
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
