body {
	background-color: #fff;
	color: #1a1311;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 2;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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;
	max-width: 100%;
	width: 100%;
}

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

/* 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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

.campaign-cta {
	bottom: 3.625rem;
	position: fixed;
	right: 1.25rem;
	transition: 0.3s;
	width: 14.625rem;
	z-index: 120;
}

.campaign-cta.js-hidden {
	opacity: 0;
	visibility: hidden;
}

.campaign-cta__close {
	background-color: #fff;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 1.625rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(calc(-100% - 0.25rem));
	transition: 0.3s;
	width: 1.625rem;
}

.campaign-cta__close:hover {
	background-color: #003366;
}

.campaign-cta__close:hover span {
	background-color: #fff;
}

.campaign-cta__close span {
	background-color: #1a1311;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1rem;
}

.campaign-cta__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.campaign-cta__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.campaign-cta__link {
	align-items: center;
	background-color: #ff4674;
	border: 0.125rem solid #fff;
	border-radius: 1.25rem;
	color: #fff;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 0.4375rem;
	white-space: nowrap;/*iphoneで文字段落ちとアイコン歪みの解決*/
}

.campaign-cta__link:hover {
	opacity: 0.7;
}

.campaign-cta__icon {
	width: 1.25rem;
}

.campaign-cta__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5714285714;
}

.choose-card {
	background-color: #f7f5ef;
	border: 0.0625rem solid #003366;
	border-radius: 1.25rem;
	padding: 5rem 2.5rem 1.25rem;
	position: relative;
}

.choose-card + .choose-card {
	margin-top: 5rem;
}

.choose-card::before {
	background-image: url("../images/reason/clip.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5rem;
	left: 50%;
	position: absolute;
	top: 1.25rem;
	transform: translateX(-50%);
	width: 15rem;
}

.choose-card__inner {
	background-color: #fff;
	border: 0.125rem solid #003366;
	border-radius: 0.625rem;
	padding: 4.375rem 5.3125rem 5.3125rem;
}

.choose-card__profile {
	align-items: center;
	display: flex;
	gap: 3.4375rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.choose-card__profile-image {
	width: 9.375rem;
}

.choose-card__profile-image img {
	display: block;
	height: auto;
	width: 100%;
}

.choose-card__profile-text {
	font-size: 1rem;
}

.choose-card__profile-text--flex {
	display: flex;
}

.choose-card__profile-text--flex span:first-child {
	white-space: nowrap;
}

.choose-card__item-text span:nth-child(1) {
	display: inline-block;
	width: 3rem;
}

.choose-card__label {
	align-items: center;
	border: 0.125rem solid #003366;
	color: #003366;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	margin: 3.125rem auto 0;
	padding: 0.3125rem;
	width: 25rem;
}

.choose-card__list {
	grid-gap: 1.875rem 3.125rem;
	display: grid;
	gap: 1.875rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.choose-card__item-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.choose-card__item-text {
	font-size: 1rem;
	margin-top: 0.875rem;
	padding-left: 2.375rem;
	position: relative;
}

.choose-card__item-text::before {
	background: transparent url(../images/reason/ico-check.webp) no-repeat center center/cover;
	content: "";
	height: 2rem;
	left: 0;
	position: absolute;
	top: 0rem;
	width: 2rem;
}

.facility-card {
	background-color: #f7f5ef;
	border-radius: 1.25rem;
	height: 37.1875rem;
}

.facility-card__image {
	aspect-ratio: 320/200;
}

.facility-card__image img {
	-o-object-fit: cover;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
}

.facility-card__body {
	padding: 1.25rem 1.75rem 1.25rem;
}

.facility-card__title {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.facility-card__text {
	font-size: 1rem;
	margin-top: 0.1875rem;
}

.fv-logo {
	left: 1.875rem;
	position: absolute;
	top: 1.5rem;
	transition: 0.2s;
	width: 13rem;
	z-index: 999;
}

.fv-logo--sp {
	display: none;
}

.fv-logo .fv-logo__navy {
	display: none;
}

.fv-logo--sub .fv-logo__white {
	display: none;
}

.fv-logo--top .fv-logo__white.is-hidden {
	display: none;
}

.fv-logo--sub .fv-logo__navy {
	display: block;
}

.fv-logo--top .fv-logo__white.is-active,
.fv-logo__navy.is-active {
	display: block;
}

.fv-logo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.movie-archive {
	margin-bottom: 7.5rem;
}

.movie-archive__title {
	margin-bottom: 3.75rem;
	padding-top: 5rem;
}

.movie-archive__inner:nth-of-type(2) {
	padding-bottom: 6.25rem;
}

.movie-list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 3.75rem;
}

.movie-list__item {
	width: calc(33.3% - 0.8333333333rem);
}

.movie__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.movie__text {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.movie__video {
	aspect-ratio: 2/1;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
}

.movie__video video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.no-paid-label {
	border: 0.125rem solid #ff4547;
	border-radius: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 36.375rem;
	padding: 0.25rem 1.25rem;
}

.no-paid-label__text {
	align-items: center;
	color: #003366;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.875rem;
}

.no-paid-label__mark {
	color: #ff4547;
	font-size: 1.5rem;
	font-weight: 700;
}

.no-paid::after {
	color: #ff4547;
	content: "◆";
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 0.625rem;
}

.not-found {
	margin-bottom: 7.5rem;
}

.not-found__inner {
	max-width: 45.625rem;
}

.not-found__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.not-found__title {
	color: #003366;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.75rem;
	text-align: center;
	text-transform: uppercase;
}

.not-found__text {
	margin-top: 1.625rem;
}

.not-found__text p {
	font-size: 1rem;
}

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

.wp-pagenavi a {
	transition: 0.3s;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	font-size: 1rem;
	height: 1.6875rem;
	line-height: 1.5;
	margin: 0rem 0.375rem;
	width: 1.6875rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	margin: 0rem 0.5625rem;
}

.wp-pagenavi .current {
	position: relative;
}

.wp-pagenavi .current::before {
	background-color: #f7f5ef;
	border-radius: 50%;
	content: "";
	height: 1.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.6875rem;
	z-index: -1;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	color: transparent;
	display: inline-block;
	height: 1.6875rem;
	position: relative;
	width: 0.5rem;
}

.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
	background: transparent url(../images/common/swiper-arrow.webp) no-repeat center center/cover;
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	width: 0.5rem;
}

.wp-pagenavi a.nextpostslink::before {
	left: 0;
	transform: translateY(-50%);
}

.wp-pagenavi a.previouspostslink::before {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.single-movie {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.single-movie__inner.inner {
	max-width: 40.625rem;
}

.single-movie__title {
	margin-bottom: 3.75rem;
}

.single-news {
	margin-bottom: 7.5rem;
	margin-top: 5rem;
}

.single-news__inner.inner {
	max-width: 53.125rem;
}

.single-news__contents-wrap,
.single-news__meta-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.single-news__meta-wrap {
	padding-bottom: 1.875rem;
}

.single-news__contents {
	padding-top: 1.875rem;
	position: relative;
}

.single-news__contents::after {
	background-color: #dbdbdb;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 50rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.single-news__meta {
	align-items: center;
	display: flex;
	gap: 1.0625rem;
}

.single-news__meta time {
	color: #003366;
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
}

.single-news__category {
	border-radius: 1rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	padding: 0.3125rem 1.25rem;
}

.single-news__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.875rem;
}

.sub-about-activity {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-about-activity--paid {
	margin-bottom: 12.625rem;
}

.sub-access {
	margin-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.sub-access__inner.inner {
	max-width: 45.625rem;
}

.sub-access__mapwrap {
	margin: 3.75rem auto 0;
	max-width: 34rem;
}

.sub-access__map {
	aspect-ratio: 544/400;
	position: relative;
}

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

.sub-access__label {
	margin-top: 6.25rem;
}

.sub-access__activity {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 4.375rem auto 0;
	max-width: 42.5rem;
}

.sub-access__image {
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	max-width: 6.25rem;
}

.sub-access__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-access__activity-text {
	color: #003366;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.sub-admission {
	margin-top: 7.5rem;
}

.sub-admission__inner.inner {
	max-width: 45.625rem;
}

.sub-admission__lead + .sub-admission__lead {
	margin-top: 0.6875rem;
}

.sub-admission__flow {
	background-color: #f7f5ef;
	border-radius: 1.875rem;
	margin-top: 7.5rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.sub-admission__flow-title {
	margin-bottom: 3.75rem;
}

.sub-admission__note {
	margin-top: 5rem;
}

.sub-admission__check {
	margin-top: 3.75rem;
}

.sub-admission__flow-method {
	display: flex;
	gap: 2.5rem;
	margin-top: 7.5rem;
}

.sub-admission__method-title {
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-admission__method-text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.sub-admission__method-image {
	width: 18.75rem;
}

.sub-admission-check__btn {
	margin-top: 3.75rem;
}

.sub-apply-try {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-apply-try__inner.inner {
	max-width: 45.625rem;
}

.sub-apply-try__lead-text {
	font-size: 1rem;
}

.sub-apply-try__lead-text span {
	color: #ff4547;
}

.sub-apply-try__lead-text + .sub-apply-try__lead-text {
	margin-top: 1.25rem;
}

.sub-apply-try__step {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 37.875rem;
}

.sub-apply-try__form {
	margin-top: 7.5rem;
}

.sub-apply-try__check-note {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	margin-top: 5rem;
	text-align: center;
}

.sub-apply-try__check-note a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sub-apply-try__note-box {
	border: 1px solid #dbdbdb;
	border-radius: 0.625rem;
	margin: 4.5625rem auto 0;
	max-width: 30rem;
	padding: 1.5rem 1.25rem;
}

.sub-apply-try__note-text {
	font-size: 0.75rem;
}

.sub-apply-try__text,
.sub-apply-try__adress {
	font-size: 0.875rem;
}

.sub-apply-try__text {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.sub-apply-try__adress + .sub-apply-try__adress {
	margin-top: 0.625rem;
}

.sub-apply-try__btn {
	margin-top: 3.75rem;
}

.sub-apply-try__btn--prev.btn {
	margin-top: 2.5rem;
}

.sub-apply-try__btn--prev {
	margin-left: auto;
	margin-right: auto;
	max-width: 13.125rem;
}

.sub-apply-try__completed {
	margin-top: 5rem;
	text-align: center;
}

.sub-apply-try__completed-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.875rem;
}

.sub-apply-try__completed-text {
	font-size: 1rem;
}

.sub-beginners-price {
	margin-bottom: 7.5rem;
	margin-top: 5rem;
}

.sub-beginners-price__inner.inner {
	max-width: 45.625rem;
}

.sub-beginners-price__table {
	margin-top: 3.75rem;
}

.sub-beginners-price__row {
	grid-gap: 1.5rem;
	align-items: center;
	border-bottom: 0.0625rem solid #003366;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr auto;
	padding-bottom: 1.0625rem;
	padding-top: 1.125rem;
}

.sub-beginners-price__row:first-child {
	padding-top: 0;
}

.sub-beginners-price__row--last {
	border-bottom: 0;
}

.sub-beginners-price__label {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-beginners-price__price {
	align-items: baseline;
	color: #003366;
	display: flex;
	justify-content: flex-end;
	width: 10.6875rem;
}

.sub-beginners-price__price--center {
	justify-content: center;
}

.sub-beginners-price__price-text {
	font-family: "Lato", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
}

.sub-beginners-price__price-text--free {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-beginners-price__price-text span {
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-beginners-price__tax {
	font-size: 0.875rem;
}

.sub-beginners-price__notes {
	margin-top: 2.5rem;
}

.sub-beginners-price__note {
	font-size: 0.75rem;
	line-height: 1.5;
}

.sub-beginners-reason {
	margin-bottom: 7.5rem;
	padding-top: 5rem;
}

.sub-beginners-reason__inner.inner {
	max-width: 45.625rem;
}

.sub-beginners-reason__circle-wrap {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.sub-beginners-reason__circle {
	align-items: center;
	aspect-ratio: 1/1;
	border: 1px solid;
	border-radius: 50%;
	display: flex;
	font-size: 1.625rem;
	font-weight: 700;
	justify-content: center;
	width: 8.875rem;
}

.sub-beginners-reason__circle--red {
	border-color: #ff4547;
	color: #ff4547;
}

.sub-beginners-reason__circle--green {
	border-color: #00cccc;
	color: #00cccc;
}

.sub-beginners-reason__circle--blue {
	border-color: #0066cc;
	color: #0066cc;
}

.sub-beginners-reason__cross {
	font-size: 2.125rem;
	font-weight: 700;
}

.sub-beginners-reason__main-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 3.75rem;
	text-align: center;
}

.sub-beginners-reason__section {
	margin-top: 3.75rem;
	text-align: center;
}

.sub-beginners-reason__heading {
	align-items: center;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.625rem;
	line-height: 1.5;
}

.sub-beginners-reason__heading--red {
	color: #ff4547;
}

.sub-beginners-reason__heading--green {
	color: #00cccc;
}

.sub-beginners-reason__heading--blue {
	color: #0066cc;
}

.sub-beginners-reason__heading svg {
	width: 2rem;
}

.sub-beginners-reason__text {
	font-size: 1rem;
	margin-top: 0.9375rem;
}

.sub-beginners-reason__photo {
	margin-top: 1.75rem;
}

.sub-beginners-reason__photo img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-beginners-reason__comment {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.sub-beginners-reason__balloon {
	background-color: #f7f5ef;
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 1.25rem 1.5625rem 1.25rem 1.25rem;
	position: relative;
	text-align: left;
}

.sub-beginners-reason__balloon::after {
	border-bottom: 0.625rem solid transparent;
	border-top: 0.625rem solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sub-beginners-reason__comment--right .sub-beginners-reason__balloon::after {
	border-left: 0.9375rem solid #f7f5ef;
	right: -0.9375rem;
}

.sub-beginners-reason__comment--left .sub-beginners-reason__balloon::after {
	border-right: 0.9375rem solid #f7f5ef;
	left: -0.9375rem;
}

.sub-beginners-reason__person {
	width: 6.75rem;
}

.sub-beginners-reason__person img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-beginners {
	margin-bottom: 6.25rem;
	margin-top: 7.5rem;
}

.sub-beginners__inner.inner {
	max-width: 58.75rem;
}

.sub-beginners__lead {
	font-size: 1rem;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.sub-beginners__cards {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.sub-beginners__card {
	border-radius: 1.875rem;
	padding: 3.125rem 1.875rem 3.75rem;
}

.sub-beginners__card--pink {
	background-color: rgba(255, 70, 116, 0.1);
}

.sub-beginners__card--green {
	background-color: rgba(0, 204, 204, 0.1);
}

.sub-beginners__card-label {
	border: 0.125rem solid #003366;
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	padding: 0.625rem;
	text-align: center;
}

.sub-beginners__card-main-image {
	width: 100%;
}

.sub-beginners__card-main-image img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-beginners__card-text {
	font-size: 1rem;
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

.sub-beginners__card-sub-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.25rem;
}

.sub-beginners__card-sub-image img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-beginners__bottom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 42.5rem;
}

.sub-beginners__bottom-text {
	font-size: 1rem;
}

.sub-choose {
	margin-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.sub-choose__inner.inner {
	max-width: 51.875rem;
}

.sub-choose__title {
	margin-bottom: 3.75rem;
}

.sub-choose__lead {
	margin-left: auto;
	margin-right: auto;
	width: 31.25rem;
}

.sub-choose__arrow {
	border-left: 3.75rem solid transparent;
	border-right: 3.75rem solid transparent;
	border-top: 3.75rem solid #003366;
	height: 0;
	margin: 5rem auto 0;
	width: 0;
}

.sub-choose__cards {
	margin-top: 3.125rem;
}

.sub-company {
	margin-top: 7.5rem;
	padding-bottom: 6.25rem;
}

.sub-company__inner.inner {
	max-width: 45.625rem;
}

.sub-company__smalltitle {
	margin-top: 5rem;
}

.sub-company__label {
	margin-top: 3.75rem;
}

.sub-contact {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-contact__inner.inner {
	max-width: 45.625rem;
}

.sub-contact__lead-text {
	font-size: 1rem;
}

.sub-contact__lead-text + .sub-contact__lead-text {
	margin-top: 1.875rem;
}

.sub-contact__lead-text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sub-contact__step {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 37.875rem;
}

.sub-contact__form {
	margin-top: 7.5rem;
}

.sub-contact__check-note {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	margin-top: 5rem;
	text-align: center;
}

.sub-contact__check-note a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sub-contact__check-note span {
	display: block;
}

.sub-contact__note-box {
	border: 1px solid #dbdbdb;
	border-radius: 0.625rem;
	margin: 3.125rem auto 0;
	max-width: 30rem;
	padding: 1.5rem 1.25rem;
}

.sub-contact__note-text {
	font-size: 0.75rem;
}

.sub-contact__btn {
	margin-top: 3.75rem;
}

.sub-contact__btn--prev.btn {
	margin-top: 2.5rem;
}

.sub-contact__btn--prev {
	margin-left: auto;
	margin-right: auto;
	max-width: 13.125rem;
}

.sub-contact__completed {
	margin-top: 5rem;
	text-align: center;
}

.sub-contact__completed-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.875rem;
}

.sub-contact__completed-text {
	font-size: 1rem;
}

.sub-corporation {
	margin-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.sub-corporation__inner.inner {
	max-width: 58.125rem;
}

.sub-corporation__lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.sub-corporation__lead-text {
	font-size: 0.875rem;
	font-weight: 500;
}

.sub-corporation__merit {
	margin-top: 5rem;
}

.sub-corporation__section-title {
	margin-bottom: 3.75rem;
}

.sub-corporation__merit-list {
	grid-gap: 2.5rem 3.125rem;
	display: grid;
	gap: 2.5rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.sub-corporation__merit-image {
	margin-left: auto;
	margin-right: auto;
	width: 16.875rem;
}

.sub-corporation__merit-image img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-corporation__merit-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.sub-corporation__merit-text {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.sub-corporation__price-area {
	margin: 3.75rem auto 0;
	max-width: 31.875rem;
}

.sub-corporation__description {
	margin-top: 3.125rem;
}

.sub-corporation__description-text {
	font-size: 0.875rem;
}

.sub-corporation__notes {
	margin-top: 3.125rem;
}

.sub-corporation__notes-title {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2857142857;
}

.sub-corporation__notes-list {
	margin-top: 0.5625rem;
}

.sub-corporation__notes-item {
	font-size: 0.75rem;
	line-height: 1.5;
	padding-left: 1rem;
	position: relative;
}

.sub-corporation__notes-item + .sub-corporation__notes-item {
	margin-top: 0.625rem;
}

.sub-corporation__notes-item::before {
	content: "●";
	left: 0;
	position: absolute;
	top: 0;
}

.sub-facility {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-facility__inner.inner {
	max-width: 45.625rem;
}

.sub-facility__banner img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-facility__lead {
	margin-top: 5rem;
}

.sub-facility__lead-text {
	font-size: 1rem;
}

.sub-facility__lead-text + .sub-facility__lead-text {
	margin-top: 1.75rem;
}

.sub-facility__tabs {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin: 5rem auto 4.6875rem;
	max-width: 32.625rem;
}

.sub-facility__tab .reserve-tab__toggle {
	display: none;
}

.sub-facility__panel {
	display: none;
	padding-left: 8.3333333333%;
}

.sub-facility__panel.js-active {
	display: block;
}

.sub-facility__layout {
	grid-gap: 3.6875rem;
	align-items: start;
	display: grid;
	gap: 3.6875rem;
	grid-template-columns: 31.25rem auto;
}

.sub-facility__floor-map {
	width: 31.25rem;
}

.sub-facility__floor-map img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-facility__swiper {
	padding-bottom: 2.6875rem;
	padding-left: 1.3125rem;
}

.sub-faq {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-faq .accordion-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
	padding-bottom: 6.25rem;
}

.sub-lesson {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-lesson__inner.inner {
	max-width: 53.125rem;
}

.sub-lesson__news + .sub-lesson__news {
	margin-top: 6.25rem;
}

.sub-lesson__news-title {
	border-bottom: 1px solid #dbdbdb;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 2.5625rem;
	position: relative;
}

.sub-lesson__news-title::after {
	background-color: #ff4547;
	bottom: -1.5px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 5.25rem;
	z-index: 2;
}

.sub-lesson__news-thumbs {
	margin-top: 2.5625rem;
	max-width: 42.5rem;
}

.sub-member-service {
	background-color: #f7f5ef;
	border-radius: 1.875rem;
	padding-bottom: 4.875rem;
	padding-top: 7.5rem;
}

.sub-member-service__inner.inner {
	max-width: 45.625rem;
}

.sub-member-service__title {
	margin-bottom: 3.75rem;
}

.sub-member-service__section:not(:last-child) {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
}

.sub-member-service__section + .sub-member-service__section {
	margin-top: 7.5rem;
}

.sub-member-service__heading {
	margin-left: auto;
	margin-right: auto;
}

.sub-member-service__lead {
	font-size: 0.875rem;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 31.875rem;
}

.sub-member-service__table--mt {
	margin-top: 3.75rem;
}

.sub-member-service__row {
	grid-gap: 1.5rem;
	align-items: center;
	border-bottom: 0.0625rem solid #003366;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr auto;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.sub-member-service__row:first {
	padding-top: 0;
}

.sub-member-service__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sub-member-service__label {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-member-service__row--pd {
	padding-left: 1.25rem;
	padding-right: 0.625rem;
}

.sub-member-service__price {
	align-items: baseline;
	color: #003366;
	display: flex;
	gap: 0.25rem;
	justify-content: flex-end;
	margin: 0;
	text-align: right;
}

.sub-member-service__price-text {
	font-family: "Lato", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
}

.sub-member-service__price-text span {
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-member-service__tax {
	font-size: 0.875rem;
}

.sub-member-service__term {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 0.625rem;
}

.sub-member-service__single-price {
	text-align: center;
}

.sub-member-service__single-price-value {
	align-items: baseline;
	color: #003366;
	display: inline-flex;
	gap: 0.625rem;
	justify-content: center;
}

.sub-member-service__course {
	border-bottom: 0.0625rem solid #003366;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.sub-member-service__course:first-child {
	padding-top: 0;
}

.sub-member-service__course:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sub-member-service__course-row {
	grid-gap: 1.125rem;
	align-items: start;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 1fr auto;
}

.sub-member-service__course-title {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.sub-member-service__course-sub {
	font-size: 1rem;
	margin-top: 0.3125rem;
}

.sub-member-service__notes {
	margin-top: 3.125rem;
}

.sub-member-service__note {
	font-size: 0.875rem;
}

.sub-movie {
	margin-top: 7.5rem;
	padding-bottom: 6.5625rem;
}

.sub-movie__inner.inner {
	max-width: 45.625rem;
}

.sub-movie__title + .movie-archive__list {
	padding-top: 5rem;
}

.sub-movie__lead-text {
	font-size: 1rem;
}

.sub-movie__btns {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.sub-movie__btn.btn {
	width: 100%;
}

.sub-movie__btn .btn__link {
	display: inline-grid;
}

.sub-movie__sample {
	margin-top: 7.5rem;
}

.sub-movie__sample-title {
	font-size: 1rem;
	margin-bottom: 1.25rem;
	text-align: center;
}

.sub-movie__video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.sub-news {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-news__pagination {
	margin-top: 5rem;
}

.sub-preparation {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-preparation__inner.inner {
	max-width: 48.75rem;
}

.sub-preparation__title {
	margin-bottom: 3.75rem;
}

.sub-preparation__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 10rem);
	justify-content: center;
}

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

.sub-preparation__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 9.375rem;
}

.sub-preparation__image img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-preparation__name {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.sub-preparation__content {
	margin-top: 5rem;
}

.sub-preparation__heading {
	font-size: 1rem;
	font-weight: 500;
}

.sub-preparation__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.sub-price {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-price__inner.inner {
	max-width: 50.625rem;
}

.sub-price__row {
	align-items: center;
	border: 0.125rem solid #ff4547;
	border-radius: 0.9375rem;
	display: grid;
	grid-template-columns: 15rem 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.sub-price__row-title {
	align-items: center;
	background-color: #f7f5ef;
	border-bottom-left-radius: 0.75rem;
	border-top-left-radius: 0.75rem;
	color: #ff4547;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	padding: 1.5625rem;
	text-align: center;
}

.sub-price__price {
	align-items: baseline;
	color: #ff4547;
	display: flex;
	justify-content: center;
	padding: 0.75rem 1.0625rem;
}

.sub-price__value {
	color: #ff4547;
	font-family: "Lato", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}

.sub-price__unit {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 0.0625rem;
}

.sub-price__tax {
	font-size: 0.875rem;
}

.sub-price__card-list {
	grid-gap: 2.5rem 3.75rem;
	display: grid;
	gap: 2.5rem 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5rem;
}

.sub-price__plan-item {
	width: 100%;
}

.sub-price__content {
	margin: 3.125rem auto 0;
	max-width: 42.5rem;
}

.sub-price__card-note {
	font-size: 0.75rem;
	margin-bottom: 5rem;
}

.sub-price__group + .sub-price__group {
	margin-top: 1.25rem;
}

.sub-price__heading {
	font-size: 1rem;
}

.sub-price__heading-navy {
	color: #003366;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
	text-align: center;
}

.sub-price__graph-note {
	font-size: 0.875rem;
	margin-top: 3.125rem;
}

.sub-price__text {
	font-size: 1rem;
}

.sub-price__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.sub-price__subgroup {
	margin-top: 1.875rem;
}

.sub-price__graph {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 31.875rem;
}

.sub-price__graph img {
	display: block;
	height: auto;
	width: 100%;
}

.sub-reason {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-recruit {
	margin-bottom: 1.25rem;
	margin-top: 7.5rem;
}

.sub-recruit__inner.inner {
	max-width: 45.625rem;
}

.sub-recruit__smalltitle {
	margin-bottom: 3.75rem;
	margin-top: 5rem;
}

.sub-recruit__label {
	padding-bottom: 6.25rem;
}

.sub-regulation {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.sub-regulation__inner.inner {
	max-width: 45.625rem;
}

.sub-regulation__smalltitle {
	margin-bottom: 2.25rem;
	margin-top: 5rem;
}

.sub-regulation__label {
	margin-top: 3.75rem;
	padding-bottom: 7.5rem;
}

.sub-regulation__contents {
	padding-bottom: 7.5rem;
}

.sub-regulation__contents p,
.sub-regulation__terms-contents p {
	font-size: 1rem;
}

.sub-regulation__contents strong,
.sub-regulation__terms-contents strong {
	color: #003366;
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

.sub-regulation__terms-contents p:first-child {
	font-size: 0.75rem;
}

.sub-regulation__contents p:last-of-type,
.sub-regulation__terms-contents p:last-child {
	margin-top: 1.5rem;
}

.sub-reserve {
	margin-top: 7.5rem;
	padding-top: 8.125rem;
}

.sub-reserve__bgcolor {
	background-color: #f7f5ef;
	border-bottom-left-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem;
	padding-bottom: 7.5rem;
	position: relative;
}

.sub-reserve__bgcolor::before {
	background-color: #fff;
	content: "";
	height: 7.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sub-reserve__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.sub-reserve__scroll-hint {
	display: none;
}

.sub-reserve__scroll-hint img {
	display: block;
	max-width: 100%;
	width: 11.25rem;
}

.sub-reserve__inner.inner {
	max-width: 68.125rem;
}

.sub-reserve__image {
	margin: -7.5rem 0 0 auto;
	max-width: 62.5rem;
	position: relative;
	width: 83.3333333333%;
	z-index: 2;
}

.sub-reserve__image img {
	-o-object-fit: cover;
	border-bottom-left-radius: 5rem;
	border-top-left-radius: 5rem;
	height: 100%;
	object-fit: cover;
}

.sub-reserve__contents {
	margin-top: 7.5rem;
}

.sub-reserve__lead {
	font-size: 1rem;
}

.sub-reserve__flow {
	margin-top: 7.5rem;
}

.sub-reserve__tabs {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.sub-reserve__swiper-wrap {
	display: none;
	margin-top: 2.375rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.sub-reserve__swiper-wrap.js-active {
	display: block;
	opacity: 1;
}

.sub-reserve__bottom {
	margin: 3.75rem auto 0;
	max-width: 32.375rem;
}

.sub-reserve__bring-box {
	border: 0.125rem solid #00cccc;
	border-radius: 1.875rem;
	padding: 2.5rem 3.25rem 2.5rem 3.5rem;
}

.sub-reserve__bring-title {
	color: #00cccc;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.sub-reserve__bring-content {
	margin-top: 1.875rem;
}

.sub-reserve__bring-body {
	display: flex;
	justify-content: space-between;
}

.sub-reserve__bring-item {
	font-size: 1rem;
}

.sub-reserve__bring-notes {
	margin-top: 1.375rem;
}

.sub-reserve__bring-note {
	font-size: 0.75rem;
	line-height: 1.5;
}

.sub-reserve__bring-image {
	border-radius: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 11.3125rem;
}

.sub-reserve__bring-image img {
	display: block;
	height: auto;
	width: 100%;
}

.top-about-activity {
	background-color: #f7f5ef;
	border-radius: 2.5rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.top-about-activity__inner.inner {
	max-width: 60.5rem;
}

.top-about-activity__title {
	margin-bottom: 5rem;
}

.top-about-activity__paid {
	margin-top: 7.5rem;
	text-align: center;
}

.top-about-activity__subtitle {
	margin-bottom: 3.75rem;
	position: relative;
}

.top-about-activity__subtitle p {
	background-color: #f7f5ef;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	z-index: 2;
}

.top-about-activity__subtitle span {
	background-color: #ff4547;
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 0;
}

.top-activity {
	padding-bottom: 6rem;
}

.top-activity__subSwiper {
	margin-bottom: -2.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	z-index: 2;
}

.top-activity__subSwiper .swiper-slide {
	transform: scale(0.85);
	width: auto;
}

.top-activity__subSwiper .swiper-slide-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-activity__subSwiper .swiper-slide.swiper-slide-thumb-active {
	box-sizing: border-box;
	transform: scale(1);
	transition: transform 0.45s ease;
	will-change: transform;
}

.top-activity__image img {
	-o-object-fit: cover;
	-o-object-position: center 30%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.top-activity__bottom {
	background-color: #f7f5ef;
	padding-bottom: 3.3125rem;
	padding-top: 2rem;
}

.top-activity__copy {
	font-size: 1rem;
	margin: 0 auto;
	max-width: 30.1875rem;
}

.top-beginners {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.top-beginners__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.top-beginners__image {
	margin: 5rem auto 0;
	max-width: 32.8125rem;
}

.top-beginners__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-facility {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.top-facility__inner.inner {
	max-width: 40.625rem;
}

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

.top-facility__block {
	margin-top: 5rem;
}

.top-facility__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 31rem;
}

.top-facility__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-facility__mainSwiper {
	margin-top: 5rem;
	padding-bottom: 1.0625rem;
}

.top-facility__mainSwiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.top-facility__mainSwiper p {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.top-faq {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.top-faq__inner.inner {
	max-width: 40.625rem;
}

.top-faq__note {
	font-size: 1rem;
	margin-top: 3.1875rem;
}

.top-flow {
	padding-top: 8.125rem;
}

.top-flow__bgcolor {
	background-color: #f7f5ef;
	border-bottom-left-radius: 2.5rem;
	border-bottom-right-radius: 2.5rem;
	padding-bottom: 7.5rem;
	position: relative;
}

.top-flow__bgcolor::before {
	background-color: #fff;
	content: "";
	height: 8.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-flow__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.top-flow__image {
	margin: -8.125rem 0 0 auto;
	max-width: 62.5rem;
	position: relative;
	width: 83.3333333333%;
	z-index: 2;
}

.top-flow__image img {
	-o-object-fit: cover;
	border-bottom-left-radius: 2.5rem;
	border-top-left-radius: 2.5rem;
	height: 100%;
	object-fit: cover;
}

.top-flow__contents {
	margin-top: 7.5rem;
}

.top-flow__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 37.5rem;
}

.top-fv {
	overflow: hidden;
	position: relative;
}

.top-fv__bg {
	aspect-ratio: 1200/640;
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}

.top-fv__bg::after {
	background: rgba(26, 19, 17, 0.22);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.top-fv__video {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top-fv__video--pc {
	display: block;
}

.top-fv__video--sp {
	display: none;
}

.top-fv__inner.inner {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-fv__title {
	max-width: 27%;
	position: absolute;
	right: 7.875rem;
	top: 26.25%;
}

.top-price {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.top-price__inner.inner {
	max-width: 40.625rem;
}

.top-price__group + .top-price__group {
	margin-top: 2.5rem;
}

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

.top-price__heading-navy {
	color: #003366;
	margin-bottom: 1rem;
	text-align: center;
}

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

.top-price__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.top-price__member-list {
	margin-top: 0.5rem;
}

.top-price__member-item {
	font-size: 1rem;
	font-weight: 700;
}

.top-price__member-item--red {
	color: #ff4547;
}

.top-price__member-item--green {
	color: #00cccc;
}

.top-price__member-item--navy {
	color: #003366;
}

.top-price__member-item--blue {
	color: #0066cc;
}

.top-price__subgroup {
	margin-top: 1.125rem;
}

.top-price__graph {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 31.875rem;
}

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

.top-price__plan-title {
	justify-content: center;
	margin-top: 7.5rem;
}

.top-price__plan-lead {
	margin: 0 auto 0.625rem;
	max-width: 20.375rem;
	width: 100%;
}

.top-price__plan-lead img {
	display: block;
	height: auto;
	width: 100%;
}

.top-price__footnotes {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.625rem;
	max-width: 37.5rem;
}

.top-price__text--bottom {
	margin-top: 3.125rem;
}

.top-reason {
	margin-top: 7.5rem;
	padding-top: 8.125rem;
}

.top-reason__bgcolor {
	background-color: #00cccc;
	border-bottom-left-radius: 2.5rem;
	border-bottom-right-radius: 2.5rem;
	padding-bottom: 7.5rem;
	position: relative;
}

.top-reason__bgcolor::before {
	background-color: #fff;
	content: "";
	height: 8.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-reason__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.top-reason__image {
	margin: -8.125rem 0 0 auto;
	max-width: 62.5rem;
	position: relative;
	width: 83.3333333333%;
	z-index: 2;
}

.top-reason__image img {
	-o-object-fit: cover;
	border-bottom-left-radius: 2.5rem;
	border-top-left-radius: 2.5rem;
	height: 100%;
	object-fit: cover;
}

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

.top-reason__bottom-image {
	margin: 7.5rem auto 0;
	max-width: 37.5rem;
}

.top-sns {
	background-color: #f7f5ef;
	border-radius: 2.5rem;
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.top-sns__inner.inner {
	max-width: 41.875rem;
}

.top-sns__btn {
	margin-top: 2.5rem;
	text-align: right;
}

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

.top-sns__link {
	align-items: center;
	border: 0.0625rem solid #1a1311;
	display: flex;
	flex-direction: column;
	height: 5.25rem;
	justify-content: center;
	width: 15rem;
}

.top-sns__link img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.top-sns__link--youtube img {
	max-width: 8.4375rem;
}

.top-sns__link--tiktok img {
	max-width: 10.375rem;
}

.training-box {
	grid-gap: 2.5rem;
	align-items: start;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 31.875rem 1fr;
}

.training-box--noImage {
	display: block;
}

.training-box + .training-box {
	margin-top: 7.5rem;
}

.training-box__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.training-box__content {
	max-width: 21.25rem;
}

.training-box--noImage .training-box__content {
	border: 0.125rem solid #003366;
	border-radius: 0.9375rem;
	max-width: none;
	max-width: initial;
	padding: 1.875rem;
}

.training-box__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.training-box__price {
	align-items: flex-end;
	color: #003366;
	display: flex;
	gap: 0.4375rem;
	margin-top: 1.25rem;
}

.training-box__time {
	font-size: 1.5rem;
	font-weight: 700;
}

.training-box__value {
	font-family: "Lato", sans-serif;
	font-size: 3.75rem;
	font-weight: 400;
	line-height: 1;
}

.training-box__unit {
	font-size: 1.5rem;
	font-weight: 700;
}

.training-box__tax {
	font-size: 0.875rem;
}

.training-box__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.training-box__text {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.accordion-list__item + .accordion-list__item {
	margin-top: 1.875rem;
}

.accordion__q {
	align-items: start;
	cursor: pointer;
	display: flex;
	padding: 0.4375rem 1.5625rem 0.875rem 0.3125rem;
	position: relative;
	transition: 0.3s ease 0s;
}

.accordion__q::before,
.accordion__q::after {
	background-color: #ff4547;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transition: 0.3s;
	width: 1.25rem;
}

.accordion__q::before {
	right: 0.625rem;
	transform: translateY(-50%);
}

.accordion__q::after {
	right: 0.625rem;
	transform: translateY(-50%) rotate(-90deg);
}

.accordion--visible .accordion__q::before,
.accordion--visible .accordion__q::after {
	display: none;
}

.accordion__q.js-open::after {
	transform: translateY(-50%);
}

.accordion__q p {
	color: #ff4547;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 0.625rem;
	padding-right: 1.5rem;
}

.accordion--visible .accordion__q p {
	font-size: 1rem;
	padding-left: 0.6875rem;
}

.accordion__q span {
	color: #ff4547;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.accordion__a {
	background-color: #f7f5ef;
	border-radius: 0.625rem;
	display: none;
	padding: 1.25rem 2.1875rem 1.25rem 2.8125rem;
}

.accordion--visible .accordion__a {
	padding: 1.25rem 0.9375rem 1.25rem 2.1875rem;
}

.accordion--visible {
	pointer-events: none;
}

.accordion--visible .accordion__a,
.accordion__a.js-open {
	display: block;
}

.accordion__a p {
	font-size: 1rem;
}

.activity-block {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.activity-block__main-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 48.75rem;
	width: 65%;
}

.activity-block__main-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.activity-block__title {
	margin-bottom: 3.75rem;
}

.activity-block__lead {
	margin: 0 auto 3.75rem;
	max-width: 42.5rem;
}

.activity-block__lead-text {
	font-size: 1rem;
}

.activity-block__strength {
	align-items: center;
	background-color: #f7f5ef;
	border-radius: 1.875rem;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 1.5rem 3.125rem;
}

.activity-block__strength-title {
	color: #003366;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.activity-block__strength-image {
	width: 16.5rem;
}

.activity-block__menu-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 5rem;
}

.activity-block__menu-item {
	text-align: center;
	width: 14rem;
}

.activity-block__menu-image {
	aspect-ratio: 224/84;
}

.activity-block__menu-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.activity-block__menu-name {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.activity-block__training-box {
	margin-top: 5rem;
}

.activity-item {
	cursor: pointer;
}

.activity-item__image {
	aspect-ratio: 224/140;
	border-radius: 0.625rem;
	overflow: hidden;
	position: relative;
}

.activity-item__image::after {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.activity-item:hover .activity-item__image::after {
	opacity: 1;
}

.activity-item__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.activity-item__title {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.activity-list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.activity {
	background-color: #f7f5ef;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.activity--white {
	background-color: #fff;
}

.activity__bgcolor {
	background-color: #f7f5ef;
	position: relative;
}

.activity--white .activity__bgcolor {
	background-color: #fff;
}

.activity__bgcolor::before {
	background-color: #fff;
	content: "";
	height: 7.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.activity--white .activity__bgcolor::before {
	background-color: #f7f5ef;
}

.activity__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.activity__main-image {
	margin: -7.5rem auto 0;
	max-width: 48.75rem;
	position: relative;
	width: 65%;
	z-index: 2;
}

.activity__main-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.activity__heading {
	margin-left: auto;
	margin-right: auto;
}

.activity_heading-note {
	color: #003366;
	font-size: 1rem;
	margin-top: 1rem;
	text-align: center;
}

.activity__section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 42.5rem;
}

.activity__section--inner {
	max-width: none;
	max-width: initial;
}

.activity__section--mt {
	margin-top: 7.5rem;
}

.activity__section--inner .activity__lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.activity__section + .activity__section {
	margin-top: 7.5rem;
}

.activity__lead {
	margin-top: 3.75rem;
}

.activity__lead--mb {
	margin-bottom: 3.125rem;
}

.activity__lead--mb2 {
	margin-bottom: 3.75rem;
}

.activity__lead--inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 27.5rem;
}

.activity__lead--inner2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.875rem;
}

.activity__lead-text {
	font-size: 1rem;
}

.activity__lead-note {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}

.activity__programs {
	border: 0.125rem solid #003366;
	border-radius: 0.9375rem;
	margin-top: 3.75rem;
	padding: 1.875rem 1.25rem 3.125rem;
}

.activity__programs--price {
	margin-left: auto;
	margin-right: auto;
	max-width: 27.5rem;
}

.activity__program {
	border-bottom: 0.125rem solid #003366;
	padding-bottom: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1rem;
}

.activity__program:first-child {
	padding-top: 0;
}

.activity__program:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.activity__program-title {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.activity__contents--mt {
	margin-top: 5rem;
}

.activity__meta {
	display: flex;
	gap: 1.875rem;
	margin-top: 0.625rem;
}

.activity__meta span {
	font-size: 1rem;
}

.activity__meta--red {
	color: #ff4547;
}

.activity__program-text {
	font-size: 1rem;
	margin-top: 0.1875rem;
}

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

.activity__place-title {
	font-size: 1rem;
	margin-top: 0.75rem;
	text-align: center;
}

.activity__program-places {
	margin-top: 5rem;
}

.activity__program-row {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.activity__program-row:nth-of-type(even) {
	flex-direction: row-reverse;
}

.activity__program-row + .activity__program-row {
	margin-top: 3.75rem;
}

.activity__row-image {
	width: 21.25rem;
}

.activity__row-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.activity__row-box {
	border: 0.125rem solid #003366;
	border-radius: 0.9375rem;
	height: -moz-fit-content;
	height: fit-content;
	padding: 1.875rem;
	width: 25rem;
}

.activity__row-box--bg {
	background-color: #f7f5ef;
	border: none;
}

.activity__row-title {
	color: #003366;
	font-size: 1.5rem;
	font-weight: 700;
}

.activity__machine-list-wrap {
	display: flex;
	gap: 1.25rem;
	margin-top: 0.625rem;
}

.activity__machine-item {
	font-size: 1rem;
	white-space: nowrap;
}

.activity__machine-item::before {
	content: "・";
	display: inline-block;
	font-size: 1rem;
}

.activity__price {
	align-items: baseline;
	color: #003366;
	display: flex;
	gap: 0.4375rem;
	margin-top: 0.625rem;
}

.activity__price--label {
	border-bottom: 0.125rem solid #003366;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.activity__price--label:first-child {
	padding-top: 0;
}

.activity__price--label:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.activity__value {
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
}

.activity__unit {
	font-size: 1.5rem;
	font-weight: 700;
}

.activity__tax {
	font-size: 0.875rem;
}

.activity__time {
	font-size: 1.5rem;
	font-weight: 700;
}

.activity__note {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.activity__capacity {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.1875rem;
}

.activity__capacity-text {
	font-size: 1rem;
}

.activity__capacity-cat {
	font-size: 0.75rem;
	line-height: 1.4;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
	text-align: center;
	width: 5.5rem;
}

.activity__capacity-cat--reserve {
	background-color: #003366;
	color: #fff;
}

.activity__capacity-cat--paid {
	border: 0.125rem solid #ff4547;
	color: #ff4547;
}

.activity__highlands + .activity__highlands {
	margin-top: 3.125rem;
}

.activity__highlands-meta {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	padding-bottom: 0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.activity__highlands-image {
	width: 6.25rem;
}

.activity__place-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 30rem;
}

.activity__place-image img,
.activity__highlands-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.border-title {
	align-items: center;
	border: 0.125rem solid #003366;
	color: #003366;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	padding: 0.3125rem;
	text-align: center;
	width: 20rem;
}

.breadcrumb {
	color: #003366;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 5.5rem;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
}

.breadcrumb span:first-child {
	margin-right: 0.125rem;
}

.breadcrumb span + span {
	margin-left: 0.125rem;
}

.btn {
	margin-top: 5rem;
	text-align: center;
}

.btn--green .btn__link {
	background-color: #00cccc;
}

.btn--invalid .btn__link {
	background-color: #dbdbdb;
}

.btn__link {
	background-color: #1a1311;
	border-radius: 2.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	max-width: 18.75rem;
	overflow: hidden;
	padding: 1.1875rem 0.3125rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
	z-index: 1;
}

.btn--prev .btn__link {
	background-color: #fff;
	border: 0.0625rem solid #575757;
	color: #1a1311;
}

.btn--prev .btn__link,
.btn--submit .btn__link {
	padding: 0;
}

.btn--submit input {
	display: inline-block;
	padding: 1.1875rem 0.3125rem;
}

.btn--prev input {
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.btn__link::after {
	background: transparent url(../images/common/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 1rem;
	pointer-events: none;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.btn--prev .btn__link::after {
	background-image: url(../images/common/ico-arrow.webp);
	height: 0.75rem;
	left: 1.25rem;
	transform: translateY(-50%) rotate(180deg);
	width: 0.75rem;
}

.btn--submit .btn__link + span::before,
.btn__link::before {
	background: #003366;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform ease 0.3s;
	width: 100%;
	z-index: -1;
}

.btn__link:hover::before {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}

.btn--prev .btn__link:hover {
	color: #fff;
}

.btn--prev .btn__link:hover::after {
	background-image: url(../images/common/arrow.webp);
}

.btn--invalid .btn__link::before,
.btn--invalid .btn__link::after {
	display: none;
}

.btn--invalid {
	cursor: default;
	pointer-events: none;
}

.wpcf7-previous {
	padding-left: 1.125rem;
}

.circle {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
}

.circle span {
	border-radius: 50%;
	display: block;
	height: 0.3125rem;
	width: 0.3125rem;
}

.circle span:nth-of-type(1) {
	background-color: #ff4547;
}

.circle span:nth-of-type(2) {
	background-color: #00cccc;
}

.circle span:nth-of-type(3) {
	background-color: #0066cc;
}

.section-title--white .circle span:nth-of-type(2),
.section-title--white .circle span:nth-of-type(3) {
	background-color: #fff;
}

.consent-check {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.875rem;
}

.consent-check__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.consent-check__item {
	grid-gap: 1.25rem;
	cursor: pointer;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 2rem 1fr;
	position: relative;
}

.consent-check__input {
	height: 2rem;
	margin: 0;
	opacity: 0;
	width: 2rem;
}

.consent-check__text {
	font-size: 1rem;
}

.wpcf7-acceptance .consent-check__input {
	height: 0rem;
	width: 0rem;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.consent-check__box {
	border: 0.0625rem solid #003366;
	border-radius: 0.25rem;
	display: block;
	transition: 0.3s;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 1.4375rem;
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 2.6875rem;
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item {
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.consent-check__box {
	background-color: #f7f5ef;
	height: 2rem;
	width: 2rem;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	height: 1.125rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after,
.consent-check__box::after {
	border-bottom: solid #fff;
	border-left: solid #fff;
	content: "";
	opacity: 0;
	position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.consent-check__box::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	transform: translate(-50%, -60%) rotate(-45deg);
	width: 1.125rem;
}

.consent-check__box::after {
	left: 1.0625rem;
	top: 0.9375rem;
}

.wpcf7-checkbox .wpcf7-list-item-label::after {
	left: 1rem;
	top: 50%;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
	border-width: 0.125rem;
	height: 0.5rem;
	left: 0.1875rem;
	top: 50%;
	transform: translateY(-68%) rotate(-45deg);
	width: 0.75rem;
}

.wpcf7-checkbox [type=checkbox]:checked + .wpcf7-list-item-label::before,
.consent-check__input:checked + .consent-check__box,
.wpcf7-acceptance .consent-check__input:checked + .wpcf7-list-item-label::before {
	background-color: #003366;
}

.wpcf7-checkbox [type=checkbox]:checked + .wpcf7-list-item-label::after,
.consent-check__input:checked + .consent-check__box::after,
.wpcf7-acceptance .consent-check__input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 0.75rem;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 1rem;
}

.flow-step {
	position: relative;
}

.flow-step::before {
	background-color: #ff4547;
	bottom: 0.625rem;
	content: "";
	height: calc(100% - 1.8125rem);
	left: 0.3125rem;
	position: absolute;
	top: 1.8125rem;
	width: 1px;
}

.flow-step__item {
	padding-left: 1.875rem;
	position: relative;
}

.flow-step__item + .flow-step__item {
	margin-top: 3.75rem;
}

.flow-step__item::before {
	background-color: #ff4547;
	border-radius: 50%;
	content: "";
	height: 0.6875rem;
	left: 0;
	position: absolute;
	top: 1.125rem;
	width: 0.6875rem;
}

.flow-step__step {
	color: #ff4547;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.flow-step__step span {
	font-size: 2.25rem;
}

.flow-step__body {
	margin-top: 0.625rem;
}

.flow-step__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.flow-step__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.flow-step__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.footer {
	background-color: #f7f5ef;
	border-radius: 1.875rem 1.875rem 0 0;
	padding-bottom: 12.0625rem;
	padding-top: 6.75rem;
}

.footer__inner.inner {
	max-width: 46.875rem;
}

.footer__utility {
	margin-top: 2.1875rem;
}

.footer__utility-wrap {
	display: flex;
	gap: 0.8125rem;
}

.footer__button {
	border: 0.0625rem solid #1a1311;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	max-width: 7.5rem;
	padding: 0.0625rem 1.5rem;
	position: relative;
	width: 100%;
}

.footer__button::after {
	background: transparent url(../images/common/ico-arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 1.875rem;
	margin-top: 2.5rem;
	max-width: 15.8125rem;
}

.footer__links a {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
}

.footer__links-ico {
	padding-left: 1.1875rem;
	position: relative;
}

.footer__links-ico::before {
	background: transparent url(../images/common/ico-mail.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.footer__copyright {
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2.6875rem;
	text-align: center;
	text-transform: uppercase;
}

.form-row {
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
	width: 100%;
}

.form-row:first-child {
	padding-top: 0;
}

.form-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.form-row--start {
	align-items: start;
}

.form-row__apply-text {
	font-size: 1rem;
	margin-bottom: 1.25rem;
}

.form-row__note {
	font-size: 0.75rem;
}

.form-row__note::before {
	color: #ff4547;
	content: "※";
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.form-row__note:nth-of-type(n + 1) {
	margin-top: 0.625rem;
}

.form-row__note:last-of-type {
	margin-bottom: 1.25rem;
}

.form-row__text {
	color: #003366;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	width: 13.125rem;
}

.form-row__text--pt {
	padding-top: 1rem;
}

.form-row__other {
	margin-top: 0.8125rem;
}

.form-row__other textarea {
	height: 5rem;
}

.form-row__required {
	padding-right: 3.375rem;
	position: relative;
}

.form-row__required::after {
	background-color: #ff4547;
	border-radius: 0.25rem;
	color: #fff;
	content: "必須";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.form-row__radio .wpcf7-radio {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	display: flex;
	row-gap: 0.625rem;
}

.form-row__radio--column .wpcf7-radio {
	flex-direction: column;
}

.form-row__check .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.form-row__select,
.form-row__date {
	position: relative;
}

.form-row__date::after,
.form-row__select::after {
	background: transparent url(../images/common/swiper-arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	pointer-events: none;
	position: absolute;
	right: 0.625rem;
	top: 1.625rem;
	transform: rotate(90deg);
	width: 0.5rem;
}

.form-row__input {
	width: calc(100% - 13.125rem);
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

#your-date::-moz-placeholder {
	color: #1a1311;
}

#your-date::placeholder {
	color: #1a1311;
}

[type=text],
[type=email],
[type=tel],
select,
textarea {
	background-color: #f7f5ef;
	height: 100%;
	padding: 1.125rem 1.25rem;
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
select {
	border-radius: 0.625rem;
}

textarea {
	border-radius: 0.25rem;
}

[type=checkbox] {
	height: 2rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 2rem;
}

[type=checkbox]:checked + .wpcf7-checkbox .wpcf7-list-item::after {
	opacity: 1;
}

.wpcf7-list-item {
	margin: 0;
}

.sub-contact__check .wpcf7-form-control-wrap {
	display: flex;
	justify-content: center;
}

.wpcf7-spinner {
	display: none;
}

.form-step {
	align-items: flex-start;
	display: flex;
	gap: 11.25rem;
	position: relative;
}

.form-step__item {
	position: relative;
	text-align: center;
}

.form-step::after,
.form-step__item::after {
	content: "";
	height: 0.125rem;
	position: absolute;
	top: 2.625rem;
}

.form-step::after {
	background-color: #adadad;
	left: 0;
	width: 100%;
	z-index: -1;
}

.form-step__item.is-current::after {
	background-color: #ff4547;
	z-index: 0;
}

.form-step__item:nth-of-type(1).is-current::after {
	left: 5.125rem;
	width: 5.625rem;
}

.form-step__item:nth-of-type(2).is-current::after {
	background-color: #ff4547;
	left: 50%;
	transform: translateX(-50%);
	width: 16.375rem;
}

.form-step__item:nth-of-type(3).is-current::after {
	left: -5.625rem;
	width: 5.625rem;
}

.form-step__wrap {
	align-items: center;
	flex-direction: column;
	gap: 0.125rem;
	width: 5.125rem;
}

.form-step__circle {
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #adadad;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 5.125rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.form-step__item.is-current .form-step__circle,
.form-step__item.is-complete .form-step__circle {
	border-color: #ff4547;
}

.form-step__en {
	color: #adadad;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	text-transform: uppercase;
}

.form-step__number {
	color: #adadad;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.125rem;
}

.form-step__item.is-current .form-step__en,
.form-step__item.is-current .form-step__number,
.form-step__item.is-complete .form-step__en,
.form-step__item.is-complete .form-step__number {
	color: #ff4547;
}

.form-step__text {
	color: #adadad;
	font-size: 1rem;
}

.form-step__item.is-current .form-step__text,
.form-step__item.is-complete .form-step__text {
	color: #ff4547;
}

.global-nav {
	display: block;
	height: 100%;
	order: 30;
	overflow-y: visible;
	width: auto;
}

.global-nav__list {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	height: inherit;
	justify-content: space-between;
}

.global-nav__item {
	height: 100%;
	width: auto;
}

.global-nav__menu {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	height: 100%;
	position: relative;
	text-transform: capitalize;
}

.global-nav__menu::after {
	background-color: #00cccc;
	background-size: 0% auto;
	bottom: 0;
	content: "";
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: 0.3s transform;
	width: 1.5rem;
}

.global-nav__menu:hover::after {
	transform: translateX(-50%) scaleX(1);
	transition: 0.3s transform;
}

.header-hamburger {
	display: none;
}

.header-hamburger.js-open {
	background-color: #f7f5ef;
	right: 10px;
	top: 10px;
}

.header-hamburger span {
	display: inline-block;
	position: absolute;
	transition: 0.3s;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #fff;
	height: 0.125rem;
	left: 30%;
	width: 1.25rem;
}

.header-hamburger span:nth-child(1) {
	top: 27%;
}

.header-hamburger.js-open span:nth-child(1) {
	background-color: #1a1311;
	top: 36%;
	transform: rotate(-20deg);
}

.header-hamburger span:nth-child(2) {
	top: 38%;
}

.header-hamburger.js-open span:nth-child(2) {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 49%;
}

.header-hamburger.js-open span:nth-child(3) {
	background-color: #1a1311;
	top: 36%;
	transform: rotate(20deg);
}

.header-hamburger span:nth-child(4),
.header-hamburger span:nth-child(5) {
	font-family: "Lato", sans-serif;
	font-size: 0.5rem;
	font-weight: 700;
	left: 26%;
	line-height: 1;
	text-transform: uppercase;
	top: 66%;
}

.header-hamburger span:nth-child(4) {
	color: #fff;
}

.header-hamburger.js-open span:nth-child(4) {
	display: none;
}

.header-hamburger span:nth-child(5) {
	color: #1a1311;
	display: none;
}

.header-hamburger.js-open > span:nth-child(5) {
	display: block;
}

.header-sns {
	display: none;
}

.header-sns.js-open {
	opacity: 0;
}

.header-sns span {
	color: #003366;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 0.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.25rem;
	text-transform: capitalize;
}

.header {
	background-color: #fff;
	border-radius: 0.625rem;
	min-height: 55px;
	overflow: hidden;
	padding: 0 1.25rem;
	position: fixed;
	right: 1.25rem;
	top: 20px;
	z-index: 1000;
}

.header__wrap {
	align-items: center;
	display: flex;
	height: 55px;
	justify-content: space-between;
}

.header__wrap-sp {
	display: none;
}

.header__logo {
	aspect-ratio: 104/32;
	transition: 0.3s;
	width: 0;
}

.header__logo.is-active {
	margin-right: 0.625rem;
	transition: 0.3s;
	width: 6.5rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: 100%;
}

.header__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.information {
	background-color: #f7f5ef;
	border-radius: 2.5rem;
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.information__inner.inner {
	max-width: 53.125rem;
}

.information__btn {
	margin-top: 1.25rem;
	text-align: right;
}

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

.label-list__item {
	padding-bottom: 1.5rem;
}

.label-list__item + .label-list__item {
	padding-top: 1.5rem;
}

.label-list__item {
	border-bottom: 1px solid #dbdbdb;
}

.label {
	display: flex;
	gap: 1.25rem;
}

.label__left {
	width: 10rem;
}

.label__title {
	color: #003366;
	font-size: 1.125rem;
	font-weight: 700;
}

.label__right {
	width: calc(100% - 10rem - 1.25rem);
}

.label__text {
	font-size: 1rem;
}

.label__text + .label__text {
	margin-top: 1.25rem;
}

.label__copy {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.label__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.line {
	display: flex;
	height: 5px;
	width: 100vw;
}

.line span {
	display: block;
	height: 5px;
	width: 33.3%;
}

.line span:nth-child(1) {
	background-color: #ffe6e7;
}

.line span:nth-child(2) {
	background-color: #cef4e5;
}

.line span:nth-child(3) {
	background-color: #e0efff;
}

.nav__area {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.nav__flex {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.nav__main {
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: capitalize;
}

.nav__main--bg {
	font-size: 1.125rem;
}

.nav__sub-list + .nav__main {
	margin-top: 0.9375rem;
}

.nav__sub-list {
	margin-top: 0.1875rem;
	padding-left: 0.3125rem;
}

.nav__sub-item a {
	display: block;
	font-size: 0.75rem;
}

.nav__sns-list {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	margin-top: 0.625rem;
}

.nav__sns-item a {
	align-items: center;
	display: inline-flex;
	height: 1.75rem;
	justify-content: center;
	width: 2rem;
}

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

.new-information {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.new-information__inner.inner {
	max-width: 53.125rem;
}

.news-card article {
	width: 100%;
}

.news-card__image {
	aspect-ratio: 240/180;
}

.news-card__image img {
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.news-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.news-card__meta time {
	color: #003366;
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
}

.news-card__category {
	border-radius: 1rem;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	padding: 0.3125rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.news-card__title {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.news-cards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 3.125rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 3.125rem;
}

.open-menu {
	background-color: #fff;
	border-top: 0.0625rem solid #dbdbdb;
	left: 0;
	opacity: 0;
	padding: 0.875rem 1.25rem 1.25rem;
	pointer-events: none;
	position: absolute;
	top: 55px;
	transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 1s ease;
	visibility: hidden;
	width: 100%;
}

.open-menu.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.open-menu__inner {
	display: flex;
	gap: 1.875rem;
}

.open-menu__group--width {
	min-width: 11.25rem;
}

.open-menu__title {
	color: #003366;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.open-menu__sublist {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.open-menu__sublist--activity {
	gap: 0.25rem 1.25rem;
}

.open-menu__sublist li {
	font-size: 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.open-menu__sublist li::before {
	content: "-";
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.open-menu__sublist a {
	transition: color 0.3s ease;
}

.open-menu__sublist a:hover {
	color: #00cccc;
}

.open-menu__sublist--sns {
	grid-template-columns: repeat(3, auto);
}

.open-menu__sublist--sns li {
	align-items: center;
	display: flex;
}

.open-menu__sublist--sns li a {
	align-items: center;
	display: inline-flex;
	gap: 0.4375rem;
}

.open-menu__sublist--sns li a img {
	-o-object-fit: cover;
	height: 1.125rem;
	object-fit: cover;
	width: 1.125rem;
}

.page-cta {
	position: fixed;
	right: 0;
	top: 12.5rem;
	transition: 0.5s;
	z-index: 100;
}

.page-cta__list {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.page-cta__item {
	width: 3.625rem;
}

.page-cta__link {
	align-items: center;
	border: 0.125rem solid #fff;
	box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 8rem;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.page-cta__item:last-child .page-cta__link {
	border-right: none;
}

.page-cta__link:hover {
	opacity: 0.8;
}

.page-cta__item--red .page-cta__link {
	background-color: #ff4547;
}

.page-cta__item--green .page-cta__link {
	background-color: #00cccc;
}

.page-cta__item--cream .page-cta__link {
	background-color: #f7f5ef;
}

.page-cta__text {
	color: #fff;
	font-size: 0.875rem;
	writing-mode: vertical-rl;
}

.page-cta__item--cream .page-cta__text {
	color: #003366;
}

.page-cta__icon {
	align-items: center;
	display: flex;
	height: 1.25rem;
	justify-content: center;
	width: 1rem;
}

.page-cta__icon img {
	-o-object-fit: cover;
	object-fit: cover;
}

.price-box {
	border: 0.125rem solid;
	border-radius: 0.9375rem;
	height: 18.5rem;
	width: 100%;
}

.price-box__head {
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1666666667;
	padding: 1rem 1.25rem;
	text-align: center;
}

.price-box__body {
	padding: 1.875rem 1.25rem 0.75rem;
}

.price-box__price {
	align-items: baseline;
	border-bottom: 2px solid;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	padding-bottom: 0.4375rem;
}

.price-box--fee .price-box__price {
	border: none;
}

.price-box__label {
	font-size: 1.5rem;
	font-weight: 700;
}

.price-box__value {
	font-family: "Lato", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
}

.price-box__unit {
	font-size: 1.5rem;
	font-weight: 700;
}

.price-box__tax {
	font-size: 0.875rem;
	margin-left: 0.125rem;
}

.price-box__info {
	margin-top: 0.625rem;
	text-align: center;
}

.price-box__info-title {
	font-size: 1rem;
}

.price-box__info-text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.price-box--fee .price-box__info-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.125rem;
	text-align: left;
}

.price-box--red .price-box,
.price-box--red .price-box__price {
	border-color: #ff4547;
}

.price-box--red .price-box__head {
	background-color: #ff4547;
}

.price-box--red .price-box__label,
.price-box--red .price-box__value,
.price-box--red .price-box__unit {
	color: #ff4547;
}

.price-box--green .price-box,
.price-box--green .price-box__price {
	border-color: #00cccc;
}

.price-box--green .price-box__head {
	background-color: #00cccc;
}

.price-box--green .price-box__label,
.price-box--green .price-box__value,
.price-box--green .price-box__unit {
	color: #00cccc;
}

.price-box--navy .price-box,
.price-box--navy .price-box__price {
	border-color: #003366;
}

.price-box--navy .price-box__head {
	background-color: #003366;
}

.price-box--navy .price-box__label,
.price-box--navy .price-box__value,
.price-box--navy .price-box__unit {
	color: #003366;
}

.price-box--blue .price-box,
.price-box--blue .price-box__price {
	border-color: #0066cc;
}

.price-box--blue .price-box__head {
	background-color: #0066cc;
}

.price-box--blue .price-box__label,
.price-box--blue .price-box__value,
.price-box--blue .price-box__unit {
	color: #0066cc;
}

[type=radio] {
	height: 1.25rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.wpcf7-radio .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 1.625rem;
	position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #adadad;
	height: 1.25rem;
	left: 0;
	width: 1.25rem;
}

.wpcf7-radio .wpcf7-list-item-label::after {
	background-color: #003366;
	height: 0.875rem;
	left: 0.1875rem;
	opacity: 0;
	width: 0.875rem;
}

.wpcf7-radio [type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.reason {
	margin: 0 auto 3.75rem;
	max-width: 50rem;
}

.reason--bg .reason__item::before,
.reason--bg .reason__item-bg {
	background-color: #f7f5ef;
}

.reason__item + .reason__item {
	margin-top: 3.75rem;
}

.reason__item {
	padding-top: 1.375rem;
	position: relative;
}

.reason__item::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 8.75rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 8.75rem;
	z-index: 0;
}

.reason__number {
	color: #ff4547;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	z-index: 2;
}

.reason__item-bg {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 3.75rem;
}

.reason__meta-top {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
}

.reason__item-image {
	max-width: 13.125rem;
}

.reason__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.reason__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
}

.reason__text {
	font-size: 1rem;
	margin-top: 2.25rem;
}

.reason__btns {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 5rem;
}

.reason__btn {
	text-align: center;
	width: 18.75rem;
}

.section-title-small {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.section-title-small__ja {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.section-title {
	margin-bottom: 5rem;
	text-align: center;
}

.section-title--white .section-title__en,
.section-title--white .section-title__ja {
	color: #fff;
}

.section-title__en {
	color: #ff4547;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	text-transform: capitalize;
}

.section-title__note {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.section-title__ja {
	font-size: 2.5rem;
	font-weight: 700;
}

.section-title__circle {
	margin-top: 0.5rem;
}

.small-btn {
	border-bottom: 1px solid #003366;
	color: #003366;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
	position: relative;
}

.small-btn::after {
	background: transparent url(../images/common/ico-arrow--navy.webp) no-repeat center center/cover;
	bottom: 0.3125rem;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	width: 0.625rem;
}

.step-box {
	background-color: #fff;
	border: 0.125rem solid;
	border-radius: 1.875rem;
	height: 100%;
	padding: 1.25rem 1.25rem 1.25rem;
}

.step-box--navy {
	border-color: #003366;
}

.step-box--red {
	border-color: #ff4547;
}

.step-box__meta {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.step-box__number {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	text-transform: capitalize;
}

.step-box--navy .step-box__number {
	background-color: #003366;
}

.step-box--red .step-box__number {
	background-color: #ff4547;
}

.step-box__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.step-box__title span {
	font-size: 1.25rem;
}

.step-box__image {
	margin: 0.5rem auto;
	max-width: 11.25rem;
}

.step-box__text {
	font-size: 1rem;
}

.step-box__text + .step-box__text {
	margin-top: 1.5rem;
}

.step-box__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.sub-fv__bg {
	aspect-ratio: 1200/369;
	position: relative;
}

.sub-fv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-fv__bg::after {
	background: transparent url(../images/common/sub-fv-bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.swiper {
	height: 100%;
	width: 100%;
}

.top-facility__mainSwiper .swiper-slide {
	cursor: pointer;
	width: 30rem;
}

.sub-facility__swiper .swiper-slide {
	cursor: pointer;
	width: 20rem;
}

.sub-reserve__plan-swiper .swiper-wrapper {
	height: inherit;
}

.sub-reserve__plan-swiper .swiper-slide {
	height: auto;
	height: initial;
}

.swiper-button-next,
.swiper-button-prev {
	height: 1.5rem;
	transform: translateY(-50%);
	width: 1rem;
}

.top-price__swiper-wrap .swiper-button-next,
.top-price__swiper-wrap .swiper-button-prev {
	display: none;
}

.top-facility__mainSwiper .swiper-button-prev {
	left: 28vw !important;
}

.top-facility__mainSwiper .swiper-button-next {
	right: 28vw !important;
}

.sub-reserve__swiper-wrap .swiper-button-prev {
	left: -1.625rem !important;
}

.sub-reserve__swiper-wrap .swiper-button-prev {
	top: 58%;
}

.sub-reserve__swiper-wrap .swiper-button-next {
	right: -1.625rem !important;
}

.sub-reserve__swiper-wrap .swiper-button-next {
	top: 58%;
}

.sub-facility__swiper .swiper-button-prev {
	left: 0 !important;
}

.sub-facility__swiper .swiper-button-prev {
	top: 56%;
}

.sub-facility__swiper .swiper-button-next {
	right: auto !important;
}

.sub-facility__swiper .swiper-button-next {
	left: 21.25rem;
	top: 56%;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	background: transparent url(../images/common/swiper-arrow.webp) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	top: 0;
	width: 1rem;
}

.swiper-button-prev:after {
	transform: rotate(180deg);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
	bottom: 0;
	display: flex;
	height: 4px;
	justify-content: center;
}

.swiper-pagination-bullet {
	background: #bfbfbf;
	background: var(--swiper-pagination-bullet-inactive-color, #bfbfbf);
	background-color: #bfbfbf;
	height: 4px;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
	opacity: 1;
	width: 4px;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
}

.swiper-pagination-bullet-active {
	background-color: #00cccc;
}

.tab {
	background: transparent;
	background-color: #dbdbdb;
	border: 0.125rem solid;
	border-radius: 1.875rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	max-width: 15.375rem;
	opacity: 1;
	outline: 0;
	padding: 0.875rem 1rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 3;
}

.tab:nth-child(1) {
	border-color: #003366;
	color: #003366;
}

.tab:nth-child(2) {
	border-color: #ff4547;
	color: #ff4547;
}

.tab:nth-child(1).js-active {
	background-color: #003366;
	color: #fff;
}

.tab:nth-child(2).js-active {
	background-color: #ff4547;
	color: #fff;
}

.tab.js-active {
	position: relative;
}

.tab.js-active::after {
	border-bottom: 0;
	border-left: 0.5625rem solid transparent;
	border-right: 0.5625rem solid transparent;
	border-style: solid;
	border-top: 0.5rem solid;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.tab:nth-child(1).tab.js-active::after {
	border-top-color: #003366;
}

.tab:nth-child(2).tab.js-active::after {
	border-top-color: #ff4547;
}

.tab__toggle {
	display: none;
}

.tab__item {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.top-access {
	margin-bottom: 9.375rem;
	margin-top: 7.5rem;
}

.top-access__inner.inner {
	max-width: 53.125rem;
}

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

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

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

.top-access__name {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5555555556;
	margin-top: 1.875rem;
}

.top-access__tel {
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.top-access__tel a {
	font-size: 1.5rem;
}

.top-access__content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 23.75rem 22.5rem;
	margin-top: 3.75rem;
}

.top-access__block + .top-access__block {
	margin-top: 1.75rem;
}

.top-access__title,
.top-access__text {
	font-size: 1rem;
}

.top-access__route-map {
	margin-top: 1.25rem;
	width: 100%;
}

.top-access__route-map img {
	display: block;
	height: auto;
	width: 100%;
}

.top-access__google-map {
	aspect-ratio: 2/1;
	margin-top: 3.75rem;
	position: relative;
}

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

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

.sub-beginners-reason__comment--left {
	margin-top: 2.5rem;
}

.top-price__plan-swiper .swiper-wrapper {
	grid-gap: 2.5rem 3.125rem;
	display: grid;
	gap: 2.5rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 47.5rem;
}

.activity__place--mt {
	margin-top: 5rem;
}

.flow-step--admission .flow-step__step {
	font-size: 2rem;
}

.flow-step--admission .flow-step__step span {
	font-size: 2.5rem;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.campaign-cta {
	bottom: 3.125rem;
	right: 0.625rem;
}

.choose-card {
	padding: 3.125rem 0.875rem 1.875rem;
}

.choose-card + .choose-card {
	margin-top: 3.125rem;
}

.choose-card::before {
	height: 3.75rem;
	top: 0.625rem;
	width: 11.25rem;
}

.choose-card__inner {
	padding: 3.125rem 1.25rem 2.375rem;
}

.choose-card__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.choose-card__profile {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.choose-card__profile-image {
	width: 7.5rem;
}

.choose-card__profile-text {
	font-size: 0.875rem;
}

.choose-card__item-text span:nth-child(1) {
	width: 2.625rem;
}

.choose-card__label {
	margin-top: 1.875rem;
	width: 15rem;
}

.choose-card__list {
	gap: 0;
	grid-template-columns: 1fr;
	margin: 1.25rem auto 0;
	max-width: 28.125rem;
}

.choose-card__item {
	grid-gap: 0.625rem;
	border-bottom: 1px solid #003366;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: auto 7.5rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.choose-card__item:first {
	padding-top: 0;
}

.choose-card__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.choose-card__item-image {
	order: 1;
}

.choose-card__item-text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
	padding-left: 1.875rem;
}

.choose-card__item-text::before {
	height: 1.5rem;
	top: 0.125rem;
	width: 1.5rem;
}

.facility-card {
	height: 30.75rem;
}

.facility-card__title {
	font-size: 1.125rem;
}

.facility-card__text {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.fv-logo {
	left: 1.25rem;
	top: 0.375rem;
	width: 8.125rem;
	z-index: 2000;
}

.fv-logo--pc {
	display: none;
}

.fv-logo--sp {
	display: block;
}

.movie-archive {
	margin-bottom: 6.25rem;
}

.movie-archive__title {
	margin-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.movie-archive__inner:nth-of-type(2) {
	padding-bottom: 5rem;
}

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

.movie-list__item {
	max-width: 20rem;
	width: 100%;
}

.movie__video {
	margin-top: 1.875rem;
}

.no-paid-label {
	margin-bottom: 2.5rem;
	padding: 0.5rem 1.125rem;
}

.no-paid-label__text {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.not-found {
	margin-bottom: 5rem;
}

.not-found__inner {
	max-width: 40.625rem;
}

.not-found__title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.not-found__text {
	margin-top: 1.875rem;
}

.not-found__text p {
	font-size: 0.875rem;
}

.not-found__btn {
	margin-top: 3.75rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 0.875rem;
	line-height: 1.9;
	margin: 0rem 0.1875rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	margin: 0rem 0.875rem;
}

.single-movie {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.single-movie__title {
	margin-bottom: 2.5rem;
}

.single-news {
	margin-bottom: 6.25rem;
	margin-top: 1.875rem;
}

.single-news__inner.inner {
	max-width: 40.625rem;
}

.single-news__meta-wrap {
	padding-bottom: 1.25rem;
}

.single-news__contents::after {
	left: 0;
	transform: translateX(0%);
	width: 100vw;
}

.single-news__meta time {
	font-size: 0.875rem;
}

.single-news__category {
	border-radius: 0.625rem;
	font-size: 0.625rem;
	line-height: 1.8;
	padding: 0.125rem 0.75rem;
}

.single-news__title {
	margin-top: 0.625rem;
}

.sub-about-activity {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.sub-about-activity--paid {
	margin-bottom: 5rem;
}

.sub-about-activity__title {
	margin-bottom: 2.5rem;
}

.sub-about-activity__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.75rem;
}

.sub-access {
	margin-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.sub-access__inner.inner {
	max-width: 40.625rem;
}

.sub-access__mapwrap {
	margin-top: 2.5rem;
}

.sub-access__label {
	margin-top: 1.875rem;
}

.sub-access__activity {
	gap: 0.75rem;
	margin-top: 3.125rem;
}

.sub-access__image {
	width: 84.2105263158%;
}

.sub-access__activity-text {
	font-size: 0.75rem;
}

.sub-admission {
	margin-top: 3.75rem;
}

.sub-admission__inner.inner {
	max-width: 40.625rem;
}

.sub-admission__title {
	margin-bottom: 2.5rem;
}

.sub-admission__flow {
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.sub-admission__flow-title {
	margin-bottom: 2.5rem;
}

.sub-admission__note {
	margin-top: 3.75rem;
}

.sub-admission__check {
	margin: 3.125rem 0 0 auto;
	width: 94.1176470588%;
}

.sub-admission__flow-method {
	align-items: center;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 5rem;
}

.sub-admission__method-title {
	font-size: 1.125rem;
}

.sub-admission__method-text {
	font-size: 0.875rem;
}

.sub-admission__method-image {
	width: 12.5rem;
}

.sub-admission-check__btn {
	margin-top: 3.0625rem;
}

.sub-apply-try {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-apply-try__inner.inner {
	max-width: 40.625rem;
}

.sub-apply-try__title {
	margin-bottom: 2.5rem;
}

.sub-apply-try__lead-text {
	font-size: 0.875rem;
}

.sub-apply-try__step {
	margin-top: 3.125rem;
}

.sub-apply-try__form {
	margin-top: 3.125rem;
}

.sub-apply-try__check-note {
	margin-bottom: 0.9375rem;
	margin-top: 5rem;
}

.sub-apply-try__btn {
	margin-top: 3.125rem;
}

.sub-apply-try__btn--prev.btn {
	margin-top: 1.875rem;
}

.sub-apply-try__btn--prev {
	max-width: 11.25rem;
}

.sub-apply-try__completed {
	margin-top: 1.875rem;
}

.sub-apply-try__completed-title {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.sub-apply-try__completed-text {
	font-size: 0.875rem;
}

.sub-apply-try__completed-btn {
	margin-top: 3.75rem;
}

.sub-beginners-price {
	margin-bottom: 6rem;
	margin-top: 5rem;
}

.sub-beginners-price__inner.inner {
	max-width: 40.625rem;
}

.sub-beginners-price__table {
	margin-top: 2.5rem;
}

.sub-beginners-price__row {
	gap: 0rem;
	grid-template-columns: 1fr auto;
	padding-bottom: 0.625rem;
	padding-top: 0.6875rem;
}

.sub-beginners-price__label {
	font-size: 1.125rem;
}

.sub-beginners-price__price {
	width: 9.125rem;
}

.sub-beginners-price__price-text {
	font-size: 1.75rem;
}

.sub-beginners-price__price-text--free {
	font-size: 1.125rem;
}

.sub-beginners-price__price-text span {
	font-size: 1.125rem;
}

.sub-beginners-price__notes {
	margin-top: 2.25rem;
}

.sub-beginners-price__note {
	font-size: 0.8125rem;
	line-height: 1.8;
}

.sub-beginners-price__btn {
	margin-top: 3.75rem;
}

.sub-beginners-reason {
	margin-bottom: 5rem;
	padding-top: 3.75rem;
}

.sub-beginners-reason__inner.inner {
	max-width: 40.625rem;
}

.sub-beginners-reason__circle-wrap {
	gap: 0.375rem;
}

.sub-beginners-reason__circle {
	font-size: 0.875rem;
	width: 4.625rem;
}

.sub-beginners-reason__cross {
	font-size: 1.125rem;
}

.sub-beginners-reason__main-title {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.sub-beginners-reason__section {
	margin-top: 2rem;
}

.sub-beginners-reason__heading {
	font-size: 1.125rem;
}

.sub-beginners-reason__heading svg {
	width: 1.6875rem;
}

.sub-beginners-reason__text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.sub-beginners-reason__photo {
	margin-top: 1.25rem;
}

.sub-beginners-reason__comment {
	align-items: center;
	gap: 0.4375rem;
	margin-top: 1.25rem;
}

.sub-beginners-reason__balloon {
	font-size: 0.875rem;
	padding: 0.9375rem 1.3125rem 0.9375rem 0.9375rem;
}

.sub-beginners-reason__person {
	width: 4.5rem;
}

.sub-beginners {
	margin-bottom: 5rem;
	margin-top: 3.75rem;
}

.sub-beginners__inner.inner {
	max-width: 40.625rem;
}

.sub-beginners__title {
	margin-bottom: 2.5rem;
}

.sub-beginners__lead {
	font-size: 0.875rem;
	margin-bottom: 3.75rem;
}

.sub-beginners__cards {
	gap: 3.125rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.sub-beginners__card {
	padding: 3.125rem 1.25rem;
}

.sub-beginners__card-label {
	font-size: 1.125rem;
	margin-bottom: 1.875rem;
	max-width: 14.25rem;
	padding: 0;
}

.sub-beginners__card-main-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 15rem;
}

.sub-beginners__card-text {
	font-size: 0.875rem;
}

.sub-beginners__card-sub-image {
	max-width: 9.0625rem;
}

.sub-beginners__bottom {
	margin-top: 3.125rem;
}

.sub-beginners__bottom-text {
	font-size: 0.875rem;
}

.sub-choose {
	margin-bottom: 5rem;
	padding-top: 3.75rem;
}

.sub-choose__inner.inner {
	max-width: 40.625rem;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.sub-choose__title {
	margin-bottom: 2.5rem;
}

.sub-choose__lead {
	max-width: 25rem;
	width: 88.2352941176%;
}

.sub-choose__arrow {
	border-width: 2.5rem;
	margin-top: 4.6875rem;
}

.sub-choose__cards {
	margin-top: 3.75rem;
}

.sub-company {
	margin-top: 3.75rem;
	padding-bottom: 5.3125rem;
}

.sub-company__inner.inner {
	max-width: 40.625rem;
}

.sub-company__smalltitle {
	margin-top: 3.75rem;
}

.sub-company__label {
	margin-top: 2.5rem;
}

.sub-access__btn {
	margin-top: 3.125rem;
}

.sub-contact {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-contact__inner.inner {
	max-width: 40.625rem;
}

.sub-contact__title {
	margin-bottom: 2.5rem;
}

.sub-contact__lead-text {
	font-size: 0.875rem;
}

.sub-contact__step {
	margin-top: 3.125rem;
}

.sub-contact__form {
	margin-top: 3.75rem;
}

.sub-contact__check-note {
	margin-bottom: 0.9375rem;
	margin-top: 3.125rem;
}

.sub-contact__btn {
	margin-top: 3.125rem;
}

.sub-contact__btn--prev.btn {
	margin-top: 1.875rem;
}

.sub-contact__btn--prev {
	max-width: 11.25rem;
}

.sub-contact__completed {
	margin-top: 1.875rem;
}

.sub-contact__completed-title {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.sub-contact__completed-text {
	font-size: 0.875rem;
}

.sub-contact__completed-btn {
	margin-top: 3.75rem;
}

.sub-corporation {
	margin-bottom: 6.25rem;
	padding-top: 5rem;
}

.sub-corporation__inner.inner {
	max-width: 40.625rem;
}

.sub-corporation__title {
	margin-bottom: 2.5rem;
}

.sub-corporation__merit {
	margin-top: 3.75rem;
}

.sub-corporation__section-title {
	margin-bottom: 2.5rem;
}

.sub-corporation__merit-list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.sub-corporation__merit-image {
	width: 11.25rem;
}

.sub-corporation__merit-title {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.sub-corporation__merit-text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.sub-corporation__price-area {
	width: 88.2352941176%;
}

.sub-corporation__description {
	margin-top: 1.875rem;
}

.sub-facility {
	margin-bottom: 5.625rem;
	margin-top: 3.75rem;
}

.sub-facility__inner.inner {
	max-width: 40.625rem;
}

.sub-facility__title {
	margin-bottom: 2.5rem;
}

.sub-facility__lead {
	margin-top: 1.875rem;
}

.sub-facility__lead-text {
	font-size: 0.875rem;
}

.sub-facility__lead-text + .sub-facility__lead-text {
	margin-top: 1.125rem;
}

.sub-facility__tabs {
	gap: 0.75rem;
	margin-bottom: 1.125rem;
	margin-top: 4.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-facility__panel {
	padding-left: 0;
}

.sub-facility__layout {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
}

.sub-facility__floor-map {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.5rem;
	width: 100%;
}

.sub-facility__swiper {
	max-width: 23.75rem;
	padding-bottom: 1.75rem;
	padding-left: 0;
}

.sub-facility__btn {
	margin-top: 5.3125rem;
}

.sub-faq .accordion-list {
	max-width: 40.625rem;
	padding-bottom: 5rem;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-faq__title {
	margin-bottom: 2.5rem;
}

.sub-lesson {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-lesson__inner.inner {
	max-width: 40.625rem;
}

.sub-lesson__title {
	margin-bottom: 2.5rem;
}

.sub-lesson__news-title {
	font-size: 0.875rem;
	padding-bottom: 0.625rem;
}

.sub-lesson__news-title::after {
	width: 2.625rem;
}

.sub-lesson__news-thumbs {
	margin-top: 1.875rem;
	max-width: 28.125rem;
}

.sub-member-service {
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.sub-member-service__inner.inner {
	max-width: 40.625rem;
}

.sub-member-service__section {
	margin-left: auto;
	margin-right: auto;
	width: 88.2352941176%;
}

.sub-member-service__section:not(:last-child) {
	margin-top: 2.625rem;
}

.sub-member-service__section + .sub-member-service__section {
	margin-top: 3.75rem;
}

.sub-member-service__lead {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

.sub-member-service__table--mt {
	margin-top: 1.875rem;
}

.sub-member-service__row {
	gap: 0.875rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.sub-member-service__label {
	font-size: 1.125rem;
}

.sub-member-service__row--pd {
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
}

.sub-member-service__price {
	gap: 0.4375rem;
}

.sub-member-service__course-row .sub-member-service__price {
	justify-content: center;
}

.sub-member-service__price-text {
	font-size: 1.75rem;
}

.sub-member-service__price-text span {
	font-size: 1.125rem;
}

.sub-member-service__term {
	font-size: 1.125rem;
	margin-left: 0.4375rem;
}

.sub-member-service__single-price-value {
	gap: 0.4375rem;
}

.sub-member-service__course-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.sub-member-service__course-row {
	gap: 0.5rem;
	grid-template-columns: 1fr;
}

.sub-member-service__price--order {
	order: 0;
}

.sub-member-service__course-head {
	display: contents;
}

.sub-member-service__course-title {
	font-size: 1.125rem;
	text-align: center;
}

.sub-member-service__course-sub {
	font-size: 0.875rem;
	margin-top: 0.5rem;
	order: 3;
	text-align: center;
}

.sub-member-service__notes {
	margin-top: 2.5rem;
}

.sub-member-service__note {
	font-size: 0.625rem;
	line-height: 1.8;
}

.sub-movie {
	margin-top: 3.75rem;
	padding-bottom: 5rem;
}

.sub-movie__inner.inner {
	max-width: 40.625rem;
}

.sub-movie__title {
	margin-bottom: 2.5rem;
}

.sub-movie__title + .movie-archive__list {
	padding-top: 3.75rem;
}

.sub-movie__lead {
	margin-bottom: 3.75rem;
}

.sub-movie__lead-text {
	font-size: 0.875rem;
}

.sub-movie__btns {
	flex-direction: column;
	gap: 1.875rem;
}

.sub-movie__btn.btn {
	margin-top: 0;
}

.sub-movie__sample {
	margin-top: 3.75rem;
}

.sub-movie__sample-title {
	font-size: 0.875rem;
}

.sub-movie__video {
	width: 84.7058823529%;
}

.sub-news {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-news__inner.inner {
	max-width: 40.625rem;
}

.sub-news__title {
	margin-bottom: 2.5rem;
}

.sub-news__pagination {
	margin-top: 3.125rem;
}

.sub-preparation {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-preparation__inner.inner {
	max-width: 40.625rem;
}

.sub-preparation__title {
	margin-bottom: 2.5rem;
}

.sub-preparation__items {
	gap: 1.875rem 1.25rem;
	grid-template-columns: repeat(2, 10rem);
}

.sub-preparation__image {
	max-width: 7.5rem;
}

.sub-preparation__name {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.sub-preparation__content {
	margin-top: 3.125rem;
}

.sub-preparation__heading {
	font-size: 0.875rem;
}

.sub-preparation__text {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}

.sub-price {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-price__inner.inner {
	max-width: 40.625rem;
}

.sub-price__title {
	margin-bottom: 2.5rem;
}

.sub-price__row {
	grid-template-columns: 1fr;
	max-width: 28.125rem;
}

.sub-price__row-title {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0.8125rem;
	border-top-right-radius: 0.8125rem;
	font-size: 1.125rem;
	padding: 0.5rem;
}

.sub-price__price {
	padding-bottom: 0.5rem;
	padding-top: 0.375rem;
}

.sub-price__value {
	font-size: 2.625rem;
}

.sub-price__unit {
	font-size: 1.125rem;
}

.sub-price__card-list {
	grid-template-columns: 1fr;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 25rem;
}

.sub-price__content {
	margin-top: 1.875rem;
}

.sub-price__card-note {
	margin: 0 auto 3.75rem;
	width: 88.2352941176%;
}

.sub-price__group + .sub-price__group {
	margin-top: 1.125rem;
}

.sub-price__heading {
	font-size: 0.875rem;
}

.sub-price__graph-note {
	margin: 3.75rem auto 0;
	width: 88.2352941176%;
}

.sub-price__text {
	font-size: 0.875rem;
}

.sub-price__subgroup {
	margin-top: 1.125rem;
}

.sub-price__graph {
	margin-top: 3.75rem;
}

.sub-price__btn {
	margin-top: 3.125rem;
}

.sub-reason {
	margin-bottom: 5rem;
	margin-top: 3.75rem;
}

.sub-reason__title {
	margin-bottom: 2.5rem;
}

.sub-recruit {
	margin-top: 3.75rem;
}

.sub-recruit__inner.inner {
	max-width: 40.625rem;
}

.sub-recruit__title {
	margin-bottom: 2.5rem;
}

.sub-recruit__smalltitle {
	margin-bottom: 2.5rem;
	margin-top: 3.75rem;
}

.sub-recruit__label {
	padding-bottom: 5rem;
}

.sub-regulation {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.sub-regulation__inner.inner {
	max-width: 40.625rem;
}

.sub-regulation__title {
	margin-bottom: 2.5rem;
}

.sub-regulation__smalltitle {
	margin-bottom: 1.375rem;
	margin-top: 3.75rem;
}

.sub-regulation__label {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.sub-regulation__contents {
	padding-bottom: 5rem;
}

.sub-regulation__contents p,
.sub-regulation__terms-contents p {
	font-size: 0.875rem;
}

.sub-regulation__contents strong,
.sub-regulation__terms-contents strong {
	margin-top: 1.125rem;
}

.sub-regulation__contents p:last-of-type,
.sub-regulation__terms-contents p:last-child {
	margin-top: 1.125rem;
}

.sub-reserve {
	margin-top: 5rem;
	padding-top: 3.75rem;
}

.sub-reserve__bgcolor {
	padding-bottom: 5rem;
}

.sub-reserve__bgcolor::before {
	height: 3.75rem;
}

.sub-reserve__wrap {
	position: relative;
}

.sub-reserve__scroll-hint {
	aspect-ratio: 1/1;
	display: block;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	width: 9.25rem;
	z-index: 10;
}

.sub-reserve__scroll-hint.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.sub-reserve__inner.inner {
	max-width: 40.625rem;
}

.sub-reserve__image {
	aspect-ratio: 320/180;
	margin-top: -3.75rem;
	width: 82.0512820513%;
}

.sub-reserve__image img {
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
}

.sub-reserve__contents {
	margin-top: 1.25rem;
}

.sub-reserve__title {
	margin-bottom: 2.5rem;
}

.sub-reserve__lead {
	font-size: 0.875rem;
}

.sub-reserve__btn {
	margin-top: 3.75rem;
}

.sub-reserve__flow {
	margin-top: 5rem;
}

.sub-reserve__tabs {
	gap: 0.75rem;
}

.sub-reserve__swiper-wrap {
	margin: 1.125rem auto 0;
	max-width: 28.125rem;
}

.sub-reserve__bottom {
	margin-top: 3.125rem;
	max-width: 25rem;
}

.sub-reserve__bring-box {
	border-radius: 1.25rem;
	padding: 1.25rem 1.25rem 1.875rem;
}

.sub-reserve__bring-content {
	margin-top: 1.25rem;
}

.sub-reserve__bring-item {
	font-size: 0.875rem;
}

.sub-reserve__bring-notes {
	margin-top: 1rem;
}

.sub-reserve__bring-image {
	width: 7.5rem;
}

.top-about-activity {
	border-radius: 1.875rem;
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.top-about-activity__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.25rem;
}

.top-about-activity__paid {
	margin-top: 3.75rem;
}

.top-about-activity__subtitle p {
	font-size: 1.125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.top-activity {
	margin-top: -0.625rem;
	padding-bottom: 4rem;
}

.top-activity__subSwiper {
	max-width: 34.375rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
}

.top-activity__subSwiper .swiper-slide {
	transform: scale(0.815);
}

.top-activity__bottom {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.top-activity__copy {
	font-size: 0.875rem;
	width: 76.9230769231%;
}

.top-beginners {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.top-beginners__title {
	font-size: 1.5rem;
}

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

.top-beginners__btn {
	margin-top: 3.125rem;
}

.top-facility {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

.top-facility__catch {
	font-size: 0.875rem;
}

.top-facility__block {
	margin-top: 3.75rem;
}

.top-facility__image {
	max-width: 24.375rem;
	width: 63.5897435897%;
}

.top-facility__mainSwiper {
	margin-top: 1.25rem;
	padding-bottom: 1.125rem;
}

.top-facility__mainSwiper p {
	font-size: 0.875rem;
}

.top-facility__btn {
	margin-top: 3.125rem;
}

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

.top-faq__note {
	font-size: 0.875rem;
	margin-top: 2.5rem;
}

.top-faq__btn {
	margin-top: 3.75rem;
}

.top-flow {
	padding-top: 3.75rem;
}

.top-flow__bgcolor {
	border-bottom-left-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem;
	padding-bottom: 6.25rem;
}

.top-flow__bgcolor::before {
	height: 3.75rem;
}

.top-flow__image {
	aspect-ratio: 320/180;
	margin-top: -3.75rem;
	width: 82.0512820513%;
}

.top-flow__image img {
	-o-object-position: 70% center;
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	object-position: 70% center;
}

.top-flow__contents {
	margin-top: 3.375rem;
}

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

.top-flow__btn {
	margin-top: 3.75rem;
}

.top-fv__bg {
	aspect-ratio: 390/460;
}

.top-fv__video--pc {
	display: none;
}

.top-fv__video--sp {
	display: block;
}

.top-fv__inner.inner {
	min-height: 45rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-fv__title {
	left: 50%;
	max-width: 27.5rem;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64.6153846154%;
}

.top-price {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

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

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

.top-price__heading {
	font-size: 0.875rem;
}

.top-price__heading-navy {
	margin-bottom: 1.25rem;
}

.top-price__text {
	font-size: 0.875rem;
}

.top-price__note {
	margin-top: 0.625rem;
}

.top-price__member-list {
	margin-top: 0.625rem;
}

.top-price__member-item {
	font-size: 0.875rem;
}

.top-price__plan-title {
	margin-top: 3.75rem;
}

.top-price__swiper-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.5rem;
	position: relative;
}

.top-price__plan-swiper {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.top-price__plan-lead {
	max-width: 16.625rem;
}

.top-price__footnotes {
	margin-top: 1.25rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 76.9230769231%;
}

.top-price__text--bottom {
	font-size: 0.875rem;
	margin-top: 2.5rem;
}

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

.top-reason {
	margin-top: 6.25rem;
	padding-top: 3.75rem;
}

.top-reason__bgcolor {
	border-bottom-left-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem;
	padding-bottom: 6.875rem;
}

.top-reason__bgcolor::before {
	height: 3.75rem;
}

.top-reason__image {
	aspect-ratio: 320/180;
	margin-top: -3.75rem;
	width: 82.0512820513%;
}

.top-reason__image img {
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
}

.top-reason__contents {
	margin-top: 1.25rem;
}

.top-reason__bottom-image {
	margin-top: 4.375rem;
	max-width: 25rem;
	width: 76.9230769231%;
}

.top-sns {
	border-radius: 1.875rem;
	padding-bottom: 5rem;
	padding-top: 5.875rem;
}

.top-sns__inner.inner {
	max-width: 40.625rem;
}

.top-sns__title {
	margin-bottom: 1.4375rem;
}

.top-sns__btn {
	margin-top: 1.5625rem;
}

.top-sns__bottom {
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.top-sns__link {
	height: 100%;
	max-width: 12.5rem;
	min-height: 3.5rem;
	width: calc(50% - 0.625rem);
}

.top-sns__link img {
	height: 100%;
}

.top-sns__link--youtube img {
	max-width: 5.5625rem;
}

.top-sns__link--tiktok img {
	max-width: 6.125rem;
}

.training-box {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.training-box + .training-box {
	margin-top: 4.375rem;
}

.training-box__image {
	aspect-ratio: 34/18;
}

.training-box__content {
	max-width: none;
	max-width: initial;
}

.training-box__title {
	font-size: 1.125rem;
}

.training-box__time {
	font-size: 1.125rem;
}

.training-box__value {
	font-size: 2.625rem;
}

.training-box__unit {
	font-size: 1.125rem;
}

.training-box__note {
	margin-top: 0.625rem;
}

.training-box__text {
	font-size: 0.875rem;
}

.accordion-list__item + .accordion-list__item {
	margin-top: 1.25rem;
}

.accordion__q::before,
.accordion__q::after {
	height: 1px;
	width: 0.875rem;
}

.accordion__q::before {
	right: 0.375rem;
}

.accordion__q::after {
	right: 0.375rem;
}

.accordion__q p {
	font-size: 0.875rem;
	padding-left: 0.6875rem;
	padding-right: 0.3125rem;
}

.accordion--visible .accordion__q p {
	font-size: 0.875rem;
}

.accordion__q span {
	line-height: 1;
}

.accordion__a {
	padding: 1.25rem 0.9375rem 1.25rem 2.1875rem;
}

.accordion__a p {
	font-size: 0.875rem;
}

.activity-block {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

#stretch-area .activity-block__main-image {
	width: 100%;
}

.activity-block__inner.inner {
	max-width: 40.625rem;
}

.activity-block__title {
	margin-bottom: 2.5rem;
}

.activity-block__lead {
	margin-bottom: 1.875rem;
}

.activity-block__lead-text {
	font-size: 0.875rem;
}

.activity-block__strength {
	flex-direction: column;
	gap: 0.625rem;
	max-width: 28.125rem;
	padding: 1.25rem;
	text-align: center;
}

.activity-block__strength-title {
	font-size: 1.125rem;
}

.activity-block__strength-image {
	max-width: 15rem;
	width: 100%;
}

.activity-block__menu-list {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.activity-block__menu-item {
	width: 10rem;
}

.activity-block__menu-name {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.activity-block__btn {
	margin-top: 3.75rem;
}

.activity-block__training-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.activity-list {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.activity {
	padding-bottom: 5rem;
	padding-top: 0;
}

.activity__bgcolor::before {
	display: none;
}

.activity__main-image {
	margin-top: 0;
	width: 100%;
}

.activity__inner.inner {
	max-width: 40.625rem;
}

.activity_heading-note {
	margin-top: 0.375rem;
}

.activity__section {
	margin-top: 1.875rem;
}

.activity__section + .activity__section {
	margin-top: 5rem;
}

.activity__lead {
	margin-top: 1.875rem;
}

.activity__lead--mb {
	margin-bottom: 1.875rem;
}

.activity__lead--mb2 {
	margin-bottom: 3.125rem;
}

.activity__lead-text {
	font-size: 0.875rem;
}

.activity__programs {
	margin-top: 3.125rem;
	padding-bottom: 2.5rem;
}

.activity__programs--price {
	margin-top: 1.5625rem;
}

.activity__programs--mtsp {
	margin-top: 1.5625rem;
}

.activity__program-title {
	font-size: 1.125rem;
}

.activity__contents--mt {
	margin-top: 1.875rem;
}

.activity__meta {
	margin-top: 0.875rem;
}

.activity__meta span {
	font-size: 0.875rem;
}

.activity__program-text {
	font-size: 0.875rem;
	margin-top: 0.875rem;
}

.activity__place {
	gap: 1.25rem;
	margin-top: 3.125rem;
}

.activity__place-title {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.activity__program-places {
	margin-top: 1.875rem;
}

.activity__program-row {
	flex-direction: column;
	gap: 1.875rem;
}

.activity__program-row:nth-of-type(even) {
	flex-direction: column;
}

.activity__program-row + .activity__program-row {
	margin-top: 3.125rem;
}

.activity__row-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	padding: 1.25rem 1.25rem;
	width: 100%;
}

.activity__row-box--bg {
	max-width: 20.625rem;
}

.activity__row-title {
	font-size: 1.125rem;
}

.activity__machine-list-wrap {
	gap: 0.625rem;
	justify-content: space-between;
}

.activity__machine-item {
	font-size: 0.75rem;
}

.activity__machine-item::before {
	font-size: 0.75rem;
}

.activity__price--label {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.activity__value {
	font-size: 1.75rem;
}

.activity__unit {
	font-size: 1.125rem;
}

.activity__time {
	font-size: 1.125rem;
}

.activity__capacity-text {
	font-size: 0.875rem;
}

.activity__highlands {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.activity__highlands-meta {
	padding-bottom: 1.25rem;
}

.activity__highlands-image {
	width: 5rem;
}

.border-title {
	font-size: 1.125rem;
	max-width: 15rem;
	padding: 0rem 2.875rem;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.breadcrumb {
	font-size: 0.625rem;
	line-height: 1;
	margin-top: 50px;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.btn__link {
	font-size: 0.875rem;
	max-width: 16.875rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.btn__link::after {
	height: 0.75rem;
	width: 0.75rem;
}

.consent-check__item {
	gap: 0.625rem;
}

.consent-check__text {
	font-size: 0.875rem;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 0.875rem;
}

.flow-step__item + .flow-step__item {
	margin-top: 2.5rem;
}

.flow-step__body {
	margin-top: 0.25rem;
}

.flow-step__title {
	font-size: 1.125rem;
}

.flow-step__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.footer {
	border-radius: 1.5rem 1.5rem 0 0;
	padding-bottom: 5.5rem;
	padding-top: 4rem;
}

.footer__inner.inner {
	max-width: 40.625rem;
}

.footer__utility {
	margin-top: 1.875rem;
}

.form-row {
	flex-direction: column;
	gap: 0.75rem;
	padding: 2rem 0.5rem 2rem;
}

.form-row__apply-text {
	font-size: 0.875rem;
}

.form-row__note:nth-of-type(n + 1) {
	margin-top: 0.375rem;
}

.form-row__text {
	width: 100%;
}

.form-row__text--pt {
	padding-top: 0;
}

.form-row__other textarea {
	height: 3.75rem;
}

.form-row__input {
	width: 100%;
}

.form-step {
	gap: 3.125rem;
	justify-content: center;
}

.form-step::after,
.form-step__item::after {
	top: 2.4375rem;
}

.form-step::after {
	left: 50%;
	max-width: 20.125rem;
	transform: translateX(-50%);
}

.form-step__item:nth-of-type(1).is-current::after {
	left: 4.625rem;
	width: 1.5625rem;
}

.form-step__item:nth-of-type(2).is-current::after {
	width: 7.75rem;
}

.form-step__item:nth-of-type(3).is-current::after {
	left: -1.5625rem;
	width: 1.5625rem;
}

.form-step__wrap {
	gap: 0.375rem;
	width: 4.625rem;
}

.form-step__circle {
	height: 4.625rem;
	width: 4.625rem;
}

.form-step__en {
	font-size: 0.75rem;
}

.form-step__number {
	font-size: 1.5rem;
	margin-top: 0.0625rem;
}

.form-step__text {
	font-size: 0.875rem;
}

.header-hamburger {
	background-color: #003366;
	display: block;
	height: 50px;
	position: relative;
	transition: 0.3s;
	width: 50px;
	z-index: 9999;
}

.header-sns {
	align-items: center;
	background-color: #f7f5ef;
	display: flex;
	flex-direction: column;
	height: 50px;
	justify-content: center;
	opacity: 1;
	transition: 0.3s;
	width: 50px;
	z-index: 9999;
}

.header {
	background-color: transparent;
	border-radius: 0;
	height: 50px;
	min-height: 0;
	min-height: initial;
	padding: 0;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 100%;
}

.header.is-active {
	background-color: #f7f5ef;
}

.header__wrap {
	display: none;
}

.header__wrap-sp {
	display: flex;
	justify-content: flex-end;
}

.header__sp-nav {
	padding-left: 25px;
	padding-right: 25px;
}

.information {
	border-radius: 1.875rem;
	padding-bottom: 1.375rem;
	padding-top: 3.75rem;
}

.information__inner.inner {
	max-width: 31.25rem;
}

.information__title {
	margin-bottom: 2.5rem;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.label-list__item {
	padding-bottom: 1.25rem;
}

.label-list__item + .label-list__item {
	padding-top: 1.25rem;
}

.label {
	flex-direction: column;
	gap: 0.625rem;
}

.label__left {
	width: 100%;
}

.label__title {
	font-size: 0.875rem;
}

.label__right {
	width: 100%;
}

.label__text {
	font-size: 0.875rem;
}

.label__note {
	margin-top: 0.625rem;
}

.nav--header {
	background-color: #f7f5ef;
	height: 100vh;
	overflow-y: scroll;
	padding-bottom: 3.75rem;
	padding-top: 5.625rem;
	position: fixed;
	right: -105%;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 888;
}

.nav--header.js-open {
	right: 0;
}

.nav__area {
	grid-template-columns: repeat(2, 1fr);
}

.nav__flex {
	gap: 0.6875rem;
	grid-template-columns: 1fr;
	height: -moz-fit-content;
	height: fit-content;
}

.nav__sub-list + .nav__main {
	margin-top: 0.6875rem;
}

.nav__sub-list {
	margin-top: 0.3125rem;
	padding-left: 0.625rem;
}

.new-information {
	margin-bottom: 5rem;
	margin-top: 3.75rem;
}

.new-information__inner.inner {
	max-width: 31.25rem;
}

.new-information__title {
	margin-bottom: 2.5rem;
}

.news-card {
	display: flex;
	gap: 0.625rem;
}

.news-card--information article a {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 5rem auto;
}

.news-card--information .news-card__meta {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0;
}

.news-card__meta time {
	font-size: 0.875rem;
}

.news-card__category {
	border-radius: 0.625rem;
	font-size: 0.625rem;
	line-height: 1.8;
	padding: 0.125rem 0.75rem;
}

.news-card__title {
	font-size: 0.875rem;
}

.news-card--information .news-card__title {
	margin-top: 0.3125rem;
}

.news-cards {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2.5rem;
}

.news-cards--information {
	grid-template-columns: 1fr;
}

.page-cta {
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	transform: none;
	transition: 0.3s;
}

.page-cta__list {
	flex-direction: row;
	gap: 0;
}

.page-cta__item {
	width: 35%;
}

.page-cta__item:last-child {
	width: 30%;
}

.page-cta__link {
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #003366;
	border-top: 0.0625rem solid #003366;
	box-shadow: none;
	flex-direction: row;
	gap: 0.625rem;
	height: 2.5625rem;
}

.page-cta__text {
	font-size: 0.875rem;
	line-height: 1.3;
	writing-mode: horizontal-tb;
}

.price-box {
	height: 15.5rem;
}

.price-box--fee {
	height: 12.9375rem;
}

.price-box__head {
	font-size: 1.125rem;
	padding: 0.875rem 1rem 0.9375rem;
}

.price-box__body {
	padding: 0.75rem 1rem 0rem;
}

.price-box--fee .price-box__body {
	padding: 0.75rem 0 0;
}

.price-box__label {
	font-size: 1.125rem;
}

.price-box__value {
	font-size: 2.625rem;
}

.price-box--fee .price-box__value {
	font-size: 2.125rem;
}

.price-box__unit {
	font-size: 1.125rem;
}

.price-box__info {
	margin-top: 0.875rem;
}

.price-box--fee .price-box__info {
	margin-top: 0.25rem;
}

.price-box__info-title {
	font-size: 0.875rem;
}

.price-box__info-text {
	margin-top: 0.25rem;
}

.price-box--fee .price-box__info-text {
	width: 90.9090909091%;
}

.reason {
	margin-bottom: 2.5rem;
	max-width: 37.5rem;
}

.reason__item + .reason__item {
	margin-top: 2.1875rem;
}

.reason__item {
	padding-top: 1.5rem;
}

.reason__item::before {
	height: 5rem;
	top: 1rem;
	width: 5rem;
}

.reason__number {
	font-size: 2rem;
	line-height: 1;
	transform: translateY(1.1875rem);
}

.reason__item-bg {
	border-radius: 1.25rem;
	padding: 3.75rem 1.875rem;
}

.reason__meta-top {
	flex-direction: column;
	gap: 1.25rem;
}

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

.reason__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.reason__btns {
	align-items: center;
	flex-direction: column;
	margin-top: 3.125rem;
}

.section-title-small {
	gap: 0.75rem;
}

.section-title-small__ja {
	font-size: 1.125rem;
}

.section-title {
	margin-bottom: 2.5rem;
}

.section-title__en {
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

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

.step-box {
	height: 28.75rem;
	padding: 1.875rem;
}

.step-box__title {
	font-size: 1.125rem;
}

.step-box__title span {
	font-size: 1.125rem;
}

.step-box__text {
	font-size: 0.875rem;
}

.step-box__text + .step-box__text {
	margin-top: 1.125rem;
}

.sub-fv__bg {
	aspect-ratio: 390/120;
}

.top-price__swiper-wrap .swiper-button-next,
.top-price__swiper-wrap .swiper-button-prev {
	display: block;
}

.top-facility__mainSwiper .swiper-button-next,
.top-facility__mainSwiper .swiper-button-prev {
	height: 0.75rem;
	top: 47%;
	width: 0.5rem;
}

.top-facility__mainSwiper .swiper-button-prev {
	left: 15vw !important;
}

.top-facility__mainSwiper .swiper-button-next {
	right: 15vw !important;
}

.top-price__swiper-wrap .swiper-button-prev {
	left: 0 !important;
}

.top-price__swiper-wrap .swiper-button-prev {
	top: 74%;
}

.top-price__swiper-wrap .swiper-button-next {
	right: 0 !important;
}

.top-price__swiper-wrap .swiper-button-next {
	top: 74%;
}

.sub-facility__swiper .swiper-button-next {
	right: 0 !important;
}

.sub-facility__swiper .swiper-button-next {
	left: auto;
}

.top-price__plan-swiper .swiper-button-next:after,
.top-price__plan-swiper .swiper-button-prev:after {
	height: 0.75rem;
	width: 0.5rem;
}

.tab {
	font-size: 0.875rem;
	padding: 0.25rem;
}

.top-access {
	margin-bottom: 3.75rem;
	margin-top: 5rem;
}

.top-access__inner.inner {
	max-width: 40.625rem;
}

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

.top-access__content {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.75rem;
}

.top-access__title,
.top-access__text {
	font-size: 0.875rem;
}

.top-access__route-map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.top-access__google-map {
	aspect-ratio: 3/2;
	margin-top: 2.5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

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

/* timetable page*/
/* PC */
body.page-id-4773 main {
  padding-top: 100px;
	/*width:60%;*/
	max-width:1050px;
	margin:0 auto;
}

/* スマホ */
@media screen and (max-width: 768px) {
  body.page-id-4773 main {
    padding-top: 70px;
	  width:95%;
  }
}

/*about-lafit page スタジオのカード一覧にアンカーリンク機能追加*/
.activity-block__menu-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.activity-block__menu-link:hover {
  opacity: 0.85;
}

/*campaign button  iphoneで文字段落ちとアイコン歪みの解決*/
.campaign-cta__ico {
	width: 20px;
	height: 16px;
	flex: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.campaign-cta__ico img {
	width: 20px;
	height: 16px;
	max-width: none;
	object-fit: contain;
	display: block;
}


/* タイムテーブル詳細ページの本文画像の歪み対策 
 * https://wellness2018.xsrv.jp/20260327125153726_0001/
 * */
body.attachment img,
body.attachment .entry-content img,
body.attachment .post_content img,
body.attachment .wp-post-image {
  
  height: auto !important;
  
}

/*タイムテーブル詳細ページh2タグがヘッダーに隠れて見えなくなっている件の対策*/
 body.attachment .wrap_single_post {
    padding-top: 120px;
  }

@media screen and (max-width: 768px) {
  body.attachment .wrap_single_post {
    padding-top: 90px;
  }
}

/*260430 先頭のラジオボタンが選択できない不具合解消*/
.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.wpcf7-radio [type=radio] {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}