body {
	font-family: "Zen Maru Gothic", sans-serif;
}

.u-desktop {
	display: none;
}

.svg-symbols {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem; /*追加*/
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.header {
	position: relative;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.625rem 1.25rem;
}

.header__logo {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.25rem;
	text-decoration: none;
	z-index: 100;
}

.header__logo-text {
	color: #565553;
	display: inline-block;
	font-size: 0.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.header__logo-img {
	aspect-ratio: 170/111;
	width: 4.8125rem;
}

.header__nav {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	justify-content: center;
	overflow-y: auto;
	padding: 6.25rem 1.5625rem 3rem;
	position: fixed;
	right: 0;
	row-gap: 4.375rem;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 99;
}

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

.header__nav-list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.header__nav-item {
	display: flex;
	justify-content: center;
}

.header__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-decoration: none;
}

.header__nav-icon {
	-o-object-fit: contain;
	height: 2.375rem;
	object-fit: contain;
	width: 2.375rem;
}

.header__nav-label {
	color: #565553;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.header__nav-btns {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.header__nav-btns .btn {
	flex: 1;
	justify-content: center;
}

.header__btns {
	display: none;
}

.header__menu-btn {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 3rem;
	z-index: 100;
}

.header__menu-ellipse {
	color: #FAE380;
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.header__menu-lines {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header__menu-line {
	background-color: #565553;
	border-radius: 0.0625rem;
	display: block;
	height: 0.125rem;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 1rem;
}

.header__menu-btn.is-open .header__menu-line:nth-child(1) {
	transform: translateY(0.375rem) rotate(45deg);
}

.header__menu-btn.is-open .header__menu-line:nth-child(2) {
	opacity: 0;
}

.header__menu-btn.is-open .header__menu-line:nth-child(3) {
	transform: translateY(-0.375rem) rotate(-45deg);
}

.section-title {
	margin-bottom: 3.75rem;
	text-align: center;
}

.section-title__en {
	--section-title-accent: #FAE380;
	color: #565553;
	font-family: "Quicksand", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
}

.section-title__en::first-letter {
	color: var(--section-title-accent);
}

.section-title__ja {
	color: #565553;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 6px;
}

.section-title__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 20px;
}

.text-btn {
	-webkit-text-decoration: none;
	align-items: center;
	color: #565553;
	display: inline-flex;
	gap: 10px;
	text-decoration: none;
}

.text-btn--default {
	--text-btn-color: #FAE380;
}

.text-btn--jitaku {
	--text-btn-color: #FAA975;
}

.text-btn--shuccho {
	--text-btn-color: #3DCB86;
}

.text-btn--workshop {
	--text-btn-color: #FB87CE;
}

.text-btn__label {
	font-size: 1rem;
	font-weight: 500;
}

.text-btn__icon {
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 3.25rem;
}

.text-btn__ellipse {
	color: var(--text-btn-color);
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.text-btn__arrow {
	color: #FFFFFF;
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.9375rem;
}

.cat {
	align-items: center;
	border-radius: 0.3125rem;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 0.375rem 0.625rem;
}

.cat--all {
	background-color: #D9D9D9;
	border-left: 0.3125rem solid #565553;
	color: #565553;
}

.cat--jitaku {
	background-color: #FFEDE2;
	border-left: 0.3125rem solid #FAA975;
	color: #FAA975;
}

.cat--shuccho {
	background-color: #DEF7EA;
	border-left: 0.3125rem solid #3DCB86;
	color: #3DCB86;
}

.cat--workshop {
	background-color: #FAF1F6;
	border-left: 0.3125rem solid #FB87CE;
	color: #FB87CE;
}

a.cat {
	-webkit-text-decoration: none;
	background-color: #FFFFFF;
	color: #565553;
	text-decoration: none;
	transition: background-color 0.2s;
}

a.cat--all:hover,
a.cat--all:focus-visible,
a.cat--all:active,
a.cat--all.active {
	background-color: #D9D9D9;
}

a.cat--jitaku:hover,
a.cat--jitaku:focus-visible,
a.cat--jitaku:active,
a.cat--jitaku.active {
	background-color: #FFEDE2;
}

a.cat--shuccho:hover,
a.cat--shuccho:focus-visible,
a.cat--shuccho:active,
a.cat--shuccho.active {
	background-color: #DEF7EA;
}

a.cat--workshop:hover,
a.cat--workshop:focus-visible,
a.cat--workshop:active,
a.cat--workshop.active {
	background-color: #FAF1F6;
}

.service-card {
	border-radius: 1rem;
}

.service-card__img {
	aspect-ratio: 4/3;
	background-color: #D9D9D9;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	position: relative;
}

.service-card__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-card__catch {
	background-color: #FFFFFF;
	border-radius: 0.625rem 0.625rem 0 0;
	bottom: 0;
	color: #565553;
	font-size: 0.75rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.7;
	padding: 0.75rem 1rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: calc(100% - 2.5rem);
}

.service-card__body {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0 0 1rem 1rem;
	display: flex;
	flex-direction: column;
	padding: 0 0.9375rem 1.25rem;
}

.service-card__icon {
	display: block;
	height: 3.75rem;
	width: 3.75rem;
}

.service-card__icon img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service-card__title {
	color: #565553;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.service-card__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
	width: 100%;
}

.service-card__btn {
	margin-top: 1.5rem;
}

.service-cards {
	display: grid;
	grid-template-columns: 1fr;
}

.feature-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.feature-item__title {
	color: #565553;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}

.feature-item__title span {
	--feature-item-accent: #FAE380;
	-webkit-box-decoration-break: clone;
	background: linear-gradient(transparent 55%, #FAE380 55%);
	background: linear-gradient(transparent 55%, var(--feature-item-accent) 55%);
	box-decoration-break: clone;
	display: inline;
}

.feature-item__img {
	aspect-ratio: 280/215;
	flex-shrink: 0;
}

.feature-item__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.feature-item__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.9;
}

.voice-card {
	background-color: #FFFFFF;
	border-radius: 1rem;
	padding: 1.25rem 0.9375rem;
}

.voice-card__text {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.voice-card__user {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.voice-card__avatar {
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	flex-shrink: 0;
	height: 3.75rem;
	overflow: hidden;
	width: 3.75rem;
}

.voice-card__avatar img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__name {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}

.voice-card__role {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.faq-item {
	--faq-accent: #FAE380;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	padding: 0.9375rem;
}

.faq-item__question {
	align-items: flex-start;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	padding: 0;
	text-align: left;
	width: 100%;
}

.faq-item__label {
	color: var(--faq-accent);
	flex-shrink: 0;
	font-family: "Quicksand", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding-top: 0.1em;
}

.faq-item__question-text {
	color: #565553;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.faq-item__toggle {
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.faq-item__toggle::before {
	background-color: var(--faq-accent);
	border-radius: 0.0625rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1rem;
}

.faq-item__toggle::after {
	background-color: var(--faq-accent);
	border-radius: 0.0625rem;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	width: 0.125rem;
}

.faq-item__question[aria-expanded=true] .faq-item__toggle::after {
	opacity: 0;
}

.faq-item__body {
	display: none;
}

.faq-item__answer {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	padding-top: 1.25rem;
}

.faq-item__answer-text {
	color: #565553;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.news-item {
	-webkit-text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.9375rem;
	text-decoration: none;
}

.news-item__meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.news-item__date {
	color: #565553;
	font-family: "Quicksand", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
}

.news-item__title {
	color: #565553;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 0.625rem;
	display: inline-flex;
	gap: 0.4375rem;
	padding: 0.875rem 0.75rem 0.875rem 1.25rem;
	text-decoration: none;
}

.btn__label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
}

.btn__icon {
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 1.6875rem;
}

.btn__ellipse {
	color: #FFFFFF;
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.btn__arrow {
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.625rem;
}

.btn--contact {
	background-color: #FAE380;
}

.btn--contact .btn__label {
	color: #565553;
}

.btn--contact .btn__arrow {
	color: #FAE380;
}

.btn--line {
	background-color: #3DCB86;
}

.btn--line .btn__label {
	color: #565553;
}

.btn--line .btn__arrow {
	color: #3DCB86;
}

.btn--contact-inv {
	background-color: #FFFFFF;
}

.btn--contact-inv .btn__label {
	color: #565553;
}

.btn--contact-inv .btn__ellipse {
	color: #FAE380;
}

.btn--contact-inv .btn__arrow {
	color: #FFFFFF;
}

.btn--line-inv {
	background-color: #FFFFFF;
}

.btn--line-inv .btn__label {
	color: #565553;
}

.btn--line-inv .btn__ellipse {
	color: #3DCB86;
}

.btn--line-inv .btn__arrow {
	color: #FFFFFF;
}

.footer {
	margin-top: -23.125rem;
}

.footer__body {
	background-color: #FFEFAA;
	padding: 17.5rem 1.5625rem 5rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.footer__logo {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	text-decoration: none;
}

.footer__logo-text {
	color: #565553;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.footer__logo-img {
	aspect-ratio: 148/96;
	width: 9.375rem;
}

.footer__address {
	color: #565553;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 2rem;
	text-align: center;
}

.footer__address-small {
	font-size: 0.875rem;
}

.footer__btns {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.75rem;
}

.footer__btns .btn {
	flex: 1;
	justify-content: center;
}

.footer__instagram {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 6.25rem;
}

.footer__instagram-text {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.footer__instagram-link {
	-webkit-text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	color: #565553;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	max-width: 17.5rem;
	padding: 1.125rem 1.25rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.footer__nav {
	margin-top: 4.375rem;
}

.footer__nav-list {
	grid-gap: 1.875rem 1.25rem;
	display: grid;
	gap: 1.875rem 1.25rem;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.3125rem;
	padding: 0;
}

.footer__nav-item {
	display: flex;
	justify-content: center;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-decoration: none;
}

.footer__nav-icon {
	-o-object-fit: contain;
	height: 2.375rem;
	object-fit: contain;
	width: 2.375rem;
}

.footer__nav-label {
	color: #565553;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.wave {
	display: block;
	height: 100%;
	line-height: 0;
}

.wave svg {
	display: block;
	height: 100%;
	width: 100%;
}

.section-block {
	background-color: #FFF8DC;
	padding-bottom: 6.25rem;
}

.contact {
	padding-top: 3.75rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__box {
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	overflow: visible;
	padding-bottom: 2.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
	position: relative;
	text-align: center;
}

.contact .section-title {
	margin-bottom: 1.25rem;
}

.contact__deco {
	border-radius: 50%;
	display: block;
	pointer-events: none;
	position: absolute;
	transform: rotate(-15deg);
}

.contact__deco--yellow {
	background-color: #FAE380;
	height: 1.8125rem;
	left: 5%;
	top: -2%;
	width: 2.5625rem;
}

.contact__deco--green {
	background-color: #3DCB86;
	height: 1.25rem;
	left: 26%;
	top: -9%;
	width: 1.625rem;
}

.contact__deco--blue {
	background-color: #82E4EA;
	height: 1.25rem;
	right: 26%;
	top: -7%;
	width: 1.625rem;
}

.contact__deco--pink {
	background-color: #FB87CE;
	height: 1.75rem;
	right: -4%;
	top: 15%;
	width: 2.4375rem;
}

.contact__desc {
	color: #565553;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.contact__note {
	color: #565553;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2.5rem;
}

.contact__btns {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.deco {
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.deco__svg {
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.section-link {
	padding: 0.625rem 0 2.5rem 4.375rem;
}

.section-link__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-link__item {
	display: flex;
	width: 7.5rem;
}

.section-link__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #565553;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 500;
	gap: 0.375rem;
	text-decoration: none;
}

.section-link__link::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23FAA975'/%3E%3Cg transform='translate(3,4) scale(0.833,0.833)'%3E%3Cpath d='M6.19016 0L3.60027 2.69657L1.01011 0L0 1.05172L3.60027 4.8L7.2 1.05172L6.19016 0Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.875rem;
	width: 0.875rem;
}

.program-card {
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
}

.program-card__img {
	aspect-ratio: 4/3;
	background-color: #D9D9D9;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	position: relative;
}

.program-card__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.program-card__title {
	background-color: #FFFFFF;
	border-radius: 0.625rem 0.625rem 0 0;
	bottom: 0;
	color: #565553;
	font-size: 1rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.7;
	padding: 0.75rem 1rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: calc(100% - 2.5rem);
}

.program-card__body {
	background-color: #FFFFFF;
	border-radius: 0 0 1rem 1rem;
	flex: 1;
	padding: 0.9375rem 1.25rem 1.875rem;
}

.program-card__icon {
	display: block;
	height: 3.75rem;
	width: 3.75rem;
}

.program-card__icon img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.program-card__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	width: 100%;
}

.program-card__btn {
	margin-top: 1.5rem;
}

.program-cards {
	display: grid;
	grid-template-columns: 1fr;
}

/* パンくずリスト */

.breadcrumb {
	padding-top: 3.75rem;
}

.breadcrumb__inner {
	align-items: center;
	color: #565553;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	gap: 0.625rem;
	list-style: none;
}

.pagination {
	padding-top: 2.5rem;
}

.pagination__list {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}

.pagination__item {
	display: flex;
}

.pagination__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #565553;
	display: flex;
	font-family: "Quicksand", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	text-decoration: none;
	width: 2.5rem;
}

/* is-current: .btn__icon と同じ構造 */

.pagination__link.is-current {
	display: block;
	position: relative;
}

.pagination__link-ellipse {
	color: #FAE380;
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.pagination__link-num {
	color: #FFFFFF;
	font-family: "Quicksand", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pagination__arrow {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.pagination__arrow-svg {
	color: #565553;
	display: block;
	height: auto;
	width: 1.125rem;
}

.pagination__arrow--prev .pagination__arrow-svg {
	transform: rotate(180deg);
}

.article {
	background-color: #FFFFFF;
	border-radius: 1.875rem;
	padding: 3.125rem 1.25rem;
}

.article__meta {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.article__date {
	color: #565553;
	font-size: 0.75rem;
}

.article h1 {
	color: #565553;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1rem;
}

.article__body {
	color: #565553;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.article p + p {
	margin-top: 1.5em;
}

.article img {
	-o-object-fit: contain;
	border-radius: 1.875rem;
	margin-top: 1.875rem;
	object-fit: contain;
}

.article__back {
	display: flex;
	justify-content: center;
}

.contact-form {
	margin-top: 1.875rem;
	text-align: left;
}

.contact-form__group {
	margin-top: 1.875rem;
}

.contact-form__group:first-child {
	margin-top: 0;
}

.contact-form__label {
	align-items: center;
	color: #565553;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
}

.contact-form__required {
	color: #E91616;
	font-size: 0.875rem;
	font-weight: 500;
}

.contact-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF8DC;
	border: none;
	border-radius: 0.3125rem;
	box-sizing: border-box;
	color: #565553;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	margin-top: 0.5rem;
	outline: none;
	padding-bottom: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.875rem;
	width: 100%;
}

.contact-form__select-wrap {
	margin-top: 0.5rem;
	position: relative;
}

.contact-form__select-wrap::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23565553' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.4375rem;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.contact-form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF8DC;
	border: none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: #565553;
	cursor: pointer;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	outline: none;
	padding-bottom: 0.875rem;
	padding-left: 1rem;
	padding-right: 3rem;
	padding-top: 0.875rem;
	width: 100%;
}

.contact-form__textarea {
	background-color: #FFF8DC;
	border: none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: #565553;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5rem;
	min-height: 9.375rem;
	outline: none;
	padding-bottom: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.875rem;
	resize: vertical;
	width: 100%;
}

.contact-form__privacy {
	margin-top: 1.875rem;
	text-align: center;
}

.contact-form__privacy-label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.625rem;
}

.contact-form__checkbox {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.contact-form__checkbox-icon {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #565553;
	border-radius: 0.125rem;
	display: flex;
	flex-shrink: 0;
	height: 1.125rem;
	justify-content: center;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	width: 1.125rem;
}

.contact-form__checkbox-icon::after {
	border-bottom: 2px solid #565553;
	border-left: 2px solid #565553;
	content: "";
	display: block;
	height: 0.375rem;
	opacity: 0;
	transform: rotate(-45deg) translateY(-1px);
	transition: opacity 0.2s ease;
	width: 0.625rem;
}

.contact-form__checkbox:checked + .contact-form__checkbox-icon::after {
	opacity: 1;
}

.contact-form__checkbox:focus-visible + .contact-form__checkbox-icon {
	outline: 2px solid #FAE380;
	outline-offset: 2px;
}

.contact-form__privacy-text {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
}

.contact-form__privacy-text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact-form__submit-wrap {
	margin-top: 1.875rem;
	text-align: center;
}

.contact-form__submit {
	background-color: #FAE380;
	border: none;
	border-radius: 0.9375rem;
	color: #565553;
	cursor: pointer;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 1rem;
}

/* Contact Form 7のスタイル調整 */

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

.contact-form__privacy .wpcf7-list-item-label {
	align-items: center;
	display: flex;
	gap: 0.125rem;
}

.contact-form__checkbox:checked + .wpcf7-list-item-label .contact-form__checkbox-icon::after {
	opacity: 1;
}

.contact-form__checkbox:focus-visible + .wpcf7-list-item-label .contact-form__checkbox-icon {
	outline: 2px solid #FAE380;
	outline-offset: 2px;
}

.contact-form__privacy .wpcf7-list-item-label a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-form-control-wrap input {
	box-sizing: border-box !important;
	width: 100% !important;
}

/* ブラウザ独自スタイルの非表示 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px #FFF8DC inset;
	width: 100%;
}

.lower-fv {
	overflow: hidden;
}

.lower-fv__inner {
	position: relative;
}

.lower-fv__layout {
	align-items: center;
	display: flex;
	padding-left: 1.25rem;
}

.lower-fv__deco {
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.lower-fv__deco-svg {
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.lower-fv__deco--yellow {
	color: #FAE380;
	left: 25%;
	top: 8%;
	width: 1.875rem;
}

.lower-fv__deco--pink {
	color: #FB87CE;
	left: 15%;
	top: 25%;
	width: 2.0625rem;
}

.lower-fv__deco--blue {
	color: #82E4EA;
	right: 0.5rem;
	top: 3.75rem;
	width: 1.25rem;
}

.lower-fv__title-wrap {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: auto;
	justify-content: center;
	position: relative;
	transform: translateY(3.125rem);
	width: 40%;
	z-index: 2;
}

.lower-fv__title {
	color: #FFFFFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-align: center;
	z-index: 2;
}

.lower-fv__catch-ellipse {
	height: 7.4375rem;
	position: absolute;
	width: 10.3125rem;
	z-index: 1;
}

.lower-fv__catch-ellipse-svg {
	color: #FAA975;
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.lower-fv__img-wrap {
	flex: none;
	margin-left: -5rem;
	margin-top: -1.875rem;
	position: relative;
	width: 80%;
	z-index: 1;
}

.lower-fv__img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.lower-fv__icon {
	-o-object-fit: contain;
	bottom: 15%;
	left: 75%;
	object-fit: contain;
	position: absolute;
	width: 3.75rem;
}

.lower-voice {
	background-color: #FAE380;
	overflow: hidden;
	padding-bottom: 2.5rem;
	padding-top: 1.875rem;
}

.lower-voice__inner {
	padding-top: 2.5rem;
}

.lower-voice__title .section-title__en::first-letter {
	color: #FFFFFF;
}

.lower-voice__slider {
	margin-top: 2rem;
	overflow: hidden;
	width: 100%;
}

.lower-voice__list {
	animation: lower-voice-scroll 30s linear infinite;
	display: flex;
	list-style: none;
	width: -moz-max-content;
	width: max-content;
}

.lower-voice__card {
	flex-shrink: 0;
	margin-left: 1.25rem;
	width: 20.625rem;
}

.lower-voice__card .voice-card {
	height: 100%;
}

.lower-faq {
	margin-top: -14%;
	padding-top: 8.75rem;
}

.lower-faq__items .faq-item + .faq-item {
	margin-top: 1.25rem;
}

.lower-news {
	padding-top: 5rem;
}

.lower-news__cat {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	margin-bottom: 3.125rem;
	padding: 0 1.875rem 0;
}

.lower-news__items .news-item + .news-item {
	margin-top: 1.25rem;
}

.lower-news__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.lower-price {
	padding-top: 5rem;
}

.lower-price__cards {
	display: flex;
	flex-direction: column;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.lower-price__card {
	margin-top: 1.25rem;
}

.lower-price__card:first-child {
	margin-top: 0;
}

/* Note */

.lower-price__note {
	color: #565553;
	margin-top: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.lower-price__note-item + .lower-price__note-item {
	margin-top: 1.875rem;
}

.lower-price__note-title {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.625rem;
	padding-left: 1.25rem;
	position: relative;
}

.lower-price__note-title-ellipse {
	color: #FAA975;
	display: block;
	height: 0.75rem;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0.5em;
	width: 1.0625rem;
}

.lower-price__note-list {
	font-size: 0.875rem;
	font-weight: 500;
}

.price-card {
	align-items: center;
	background-color: #FFFFFF;
	border: 0.125rem solid;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	padding: 2.5rem 1.5625rem 1.5625rem;
}

.price-card--short {
	border-color: #FAA975;
}

.price-card--long {
	border-color: #3DCB86;
}

.price-card--regular {
	border-color: #FB87CE;
}

.price-card__title {
	color: #565553;
	font-size: 1.125rem;
	font-weight: 500;
	padding-left: 0;
}

.price-card__title span {
	font-size: 0.875rem;
}

.price-card__amount {
	--feature-item-accent: #FAE380;
	-webkit-box-decoration-break: clone;
	align-items: baseline;
	background: linear-gradient(transparent 65%, #FAE380 65%);
	background: linear-gradient(transparent 65%, var(--feature-item-accent) 65%);
	box-decoration-break: clone;
	display: flex;
	display: inline;
	gap: 0.25rem;
	margin-top: 0.75rem;
	padding-left: 0;
}

.price-card__number {
	color: #565553;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

.price-card__unit {
	color: #565553;
	font-size: 0.8125rem;
	font-weight: 500;
}

.price-card__badge {
	align-items: center;
	border-radius: 0.625rem;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	margin-top: 0.625rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.3125rem;
}

.price-card--short .price-card__badge {
	background-color: #FAA975;
	color: #FFFFFF;
}

.price-card--long .price-card__badge {
	background-color: #3DCB86;
	color: #FFFFFF;
}

.price-card--regular .price-card__badge {
	background-color: #FB87CE;
	color: #FFFFFF;
}

.price-card__list {
	flex: 1;
	list-style: none;
	margin-top: 1rem;
}

.price-card__item {
	align-items: flex-start;
	color: #565553;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.375rem;
	line-height: 1.6;
	position: relative;
}

.price-card__item + .price-card__item {
	margin-top: 0.5rem;
}

.price-card__item::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.9375rem;
	margin-top: 0.1875rem;
	width: 0.9375rem;
}

.price-card--short .price-card__item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%23FAA975'/%3E%3Cpath d='M11.6029 4L7.26478 8.33813L4.39709 5.47062L3 6.8675L5.8677 9.7352L7.26478 11.1323L8.66168 9.7352L13 5.39711L11.6029 4Z' fill='white'/%3E%3C/svg%3E");
}

.price-card--long .price-card__item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%233DCB86'/%3E%3Cpath d='M11.6029 4L7.26478 8.33813L4.39709 5.47062L3 6.8675L5.8677 9.7352L7.26478 11.1323L8.66168 9.7352L13 5.39711L11.6029 4Z' fill='white'/%3E%3C/svg%3E");
}

.price-card--regular .price-card__item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%23FB87CE'/%3E%3Cpath d='M11.6029 4L7.26478 8.33813L4.39709 5.47062L3 6.8675L5.8677 9.7352L7.26478 11.1323L8.66168 9.7352L13 5.39711L11.6029 4Z' fill='white'/%3E%3C/svg%3E");
}

.price-card__note {
	color: #565553;
	font-size: 0.6875rem;
	margin-top: 0.875rem;
	padding-left: 0;
}

.price-card__spacer {
	padding-top: 1.5rem;
}

.lower-event {
	padding-bottom: 1.875rem;
	padding-top: 3.75rem;
}

.lower-event__layout {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.lower-event__center {
	text-align: center;
	width: 100%;
}

.lower-event__item--2 {
	position: relative;
}

.lower-event__item--2::after {
	background-image: url("/assets/images/jitaku/jitaku-icon-spring.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.0625rem;
	left: calc(50% - min(49vw, 41.875rem));
	position: absolute;
	top: -45%;
	width: 3.875rem;
	z-index: 2;
}

.lower-event__item--3 {
	position: relative;
}

.lower-event__item--3::after {
	background-image: url("/assets/images/jitaku/jitaku-icon-summer.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.1875rem;
	position: absolute;
	right: calc(50% - min(45vw, 19.6875rem));
	top: -30%;
	width: 5.625rem;
	z-index: 2;
}

.lower-event__item--4 {
	position: relative;
}

.lower-event__item--4::after {
	background-image: url("/assets/images/jitaku/jitaku-icon-autumn.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.375rem;
	left: calc(50% - min(45vw, 41.875rem));
	position: absolute;
	top: -4.375rem;
	width: 4.1875rem;
	z-index: 2;
}

.lower-event__item--5 {
	position: relative;
}

.lower-event__item--5::after {
	background-image: url("/assets/images/jitaku/jitaku-icon-winter.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 98%;
	content: "";
	height: 3.6875rem;
	position: absolute;
	right: calc(50% - min(45vw, 19.6875rem));
	width: 4.8125rem;
	z-index: 2;
}

.event-item {
	align-items: flex-start;
	display: flex;
	width: 100%;
}

.event-item:nth-child(odd) {
	flex-direction: row-reverse;
}

.event-item__body {
	flex: 1;
	margin-left: 0.625rem;
	width: 60%;
}

.event-item__img-wrap {
	flex-shrink: 0;
	position: relative;
	width: 45%;
}

.event-item__img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.event-item__season {
	align-items: center;
	display: flex;
	height: 1.75rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.5rem;
}

.event-item__season-ellipse {
	display: block;
	height: 100%;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	width: 100%;
}

.event-item__season-text {
	color: #FFFFFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.event-item__season--spring .event-item__season-ellipse {
	color: #FB87CE;
}

.event-item__season--summer .event-item__season-ellipse {
	color: #FAE380;
}

.event-item__season--autumn .event-item__season-ellipse {
	color: #FAA975;
}

.event-item__season--winter .event-item__season-ellipse {
	color: #82E4EA;
}

.event-item__title {
	color: #565553;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
}

.event-item__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5rem;
	text-align: left;
}

.lower-feature {
	background-color: #FFEDE2;
	padding-bottom: 9.375rem;
	padding-top: 1.875rem;
}

.lower-feature__wave {
	margin-top: -1.25rem;
}

.lower-feature-end__wave {
	margin-top: -13%;
}

.lower-feature__inner {
	position: relative;
}

.lower-feature__inner::before {
	background-image: url("/assets/images/jitaku/jitaku-icon-baroon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10%;
	content: "";
	height: 5.5rem;
	position: absolute;
	right: 5%;
	width: 3.625rem;
	z-index: 2;
}

.lower-feature__list {
	margin-top: 2.5rem;
}

.lower-feature__item + .lower-feature__item {
	margin-top: 3.125rem;
}

.lower-program {
	background-color: #FFEDE2;
	margin-top: -13%;
	padding: 9.375rem 0 0;
}

.lower-program__cards {
	gap: 1.875rem;
}

.lower-program__card .service-card__icon {
	height: 1.875rem;
	width: 1.875rem;
}

.lower-program__list {
	flex: 1;
	list-style: none;
	margin-top: 1rem;
	padding-left: 1.25rem;
}

.lower-program__item {
	align-items: flex-start;
	color: #565553;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.375rem;
	line-height: 1.6;
	position: relative;
}

.lower-program__item + .lower-program__item {
	margin-top: 0.5rem;
}

.lower-program__item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%23F69DD3'/%3E%3Cpath d='M11.6029 4L7.26478 8.33813L4.39709 5.47062L3 6.8675L5.8677 9.7352L7.26478 11.1323L8.66168 9.7352L13 5.39711L11.6029 4Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.9375rem;
	margin-top: 0.1875rem;
	width: 0.9375rem;
}

.lower-program__wave {
	margin-top: -0.0625rem;
}

.lower-timetable {
	background-color: #FAA975;
	margin-top: -0.0625rem;
	padding-bottom: 1.875rem;
	padding-top: 3.125rem;
}

.page-jitaku .lower-timetable .section-title__en {
	--section-title-accent: #FFFFFF;
	color: #565553;
}

.lower-timetable__wave {
	margin-top: -13%;
}

.lower-timetable__inner {
	position: relative;
}

.lower-timetable__inner::after {
	background-image: url("/assets/images/jitaku/jitaku-icon-tsumiki.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5%;
	content: "";
	height: 4.25rem;
	left: 5%;
	position: absolute;
	width: 4.625rem;
	z-index: 2;
}

.lower-timetable__list {
	list-style: none;
	position: relative;
}

.lower-timetable__list::before {
	border-left: 0.125rem dashed rgba(255, 255, 255, 0.5);
	content: "";
	height: calc(100% - 1.75rem);
	left: 1.75rem;
	position: absolute;
	top: 1.75rem;
	transform: translateX(-50%);
	width: 0;
}

.lower-timetable__item {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 3.5rem 1fr;
	grid-template-rows: auto auto;
	margin-top: 2.5rem;
	position: relative;
}

.lower-timetable__item:first-child {
	margin-top: 0;
}

.lower-timetable__clock-wrap {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.lower-timetable__clock-icon {
	display: block;
	height: 3.5rem;
	width: 3.5rem;
}

.lower-timetable__time {
	color: #FFFFFF;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.lower-timetable__body {
	grid-column: 2;
	grid-row: 1;
	padding-top: 0.8125rem;
}

.lower-timetable__heading {
	color: #565553;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.lower-timetable__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9;
	margin-top: 0.5rem;
}

.lower-timetable__img-wrap {
	grid-column: 1/-1;
	grid-row: 2;
	margin-left: 4.5rem;
	margin-top: 1rem;
}

.lower-timetable__img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	border-radius: 1rem;
	display: block;
	object-fit: cover;
	width: 100%;
}

.page-id-11 .section-title__en {
	--section-title-accent: #FAA975;
}

.page-id-11 .contact .section-title__en {
	--section-title-accent: #FAE380;
}

.page-id-11 .faq-item {
	--faq-accent: #FAA975;
}

.page-id-11 .feature-item__title span {
	--feature-item-accent: #FAA975;
}

.page-id-11 .lower-voice {
	background-color: #FAA975;
}

.page-id-11 .section-block {
	background-color: #FFEDE2;
}

.page-id-11 .lower-timetable .section-title__en {
	--section-title-accent: #FFFFFF;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.inner {
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
}

.header__inner {
	gap: 1.5rem;
	padding: 0.75rem 5rem;
}

.header__logo {
	transition: opacity 0.3s ease;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__logo-text {
	font-size: 1.125rem;
}

.header__logo-img {
	width: 10.625rem;
}

.header__nav {
	background-color: transparent;
	display: block;
	flex: 1;
	height: auto;
	overflow-y: visible;
	padding: 0;
	position: static;
	transform: none;
	transition: none;
	width: auto;
	z-index: auto;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
}

.header__nav-link {
	gap: 0.375rem;
	transition: opacity 0.3s ease;
}

.header__nav-link:hover {
	opacity: 0.7;
}

.header__nav-label {
	line-height: 1;
}

.header__nav-btns {
	display: none;
}

.header__btns {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1.875rem;
}

.header__btns .btn {
	transition: opacity 0.3s ease;
}

.header__btns .btn:hover {
	opacity: 0.7;
}

.header__menu-btn {
	display: none;
}

.section-title__en {
	font-size: 2.25rem;
}

.section-title__ja {
	font-size: 1.125rem;
	margin-top: 8px;
}

.section-title__desc {
	font-size: 1rem;
	margin-top: 30px;
}

.text-btn:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.text-btn__label {
	font-size: 1.125rem;
}

.text-btn__icon {
	width: 4rem;
}

.text-btn__arrow {
	width: 1.25rem;
}

.cat {
	font-size: 0.9375rem;
	padding: 0.5rem 1.25rem;
}

.service-card__img {
	aspect-ratio: 400/250;
}

.service-card__catch {
	font-size: 1rem;
	padding: 0.875rem 1.25rem;
	width: calc(100% - 3rem);
}

.service-card__body {
	padding: 1.5rem 1.5625rem 2.25rem;
}

.service-card__icon {
	height: 4.5rem;
	width: 4.5rem;
}

.service-card__title {
	font-size: 1.5rem;
	margin-top: 0.875rem;
}

.service-card__desc {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.service-card__btn {
	margin-top: 2rem;
}

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

.feature-item {
	grid-column-gap: 5%;
	-moz-column-gap: 5%;
	align-items: stretch;
	column-gap: 5%;
	display: grid;
	grid-template-columns: 43% 52%;
	grid-template-rows: 1fr 1fr;
}

.feature-item__title {
	align-self: end;
	font-size: 1.5rem;
	grid-column: 2;
	grid-row: 1;
	text-align: left;
}

.feature-item--reverse {
	grid-template-columns: 52% 43%;
}

.feature-item--reverse .feature-item__img {
	grid-column: 2;
	grid-row: 1/3;
}

.feature-item--reverse .feature-item__title {
	grid-column: 1;
	grid-row: 1;
}

.feature-item--reverse .feature-item__body {
	grid-column: 1;
	grid-row: 2;
}

.feature-item__img {
	aspect-ratio: 1;
	grid-column: 1;
	grid-row: 1/3;
	width: 100%;
}

.feature-item__body {
	align-self: start;
	grid-column: 2;
	grid-row: 2;
	padding-top: 0.875rem;
}

.feature-item__desc {
	font-size: 1rem;
}

.voice-card {
	padding: 1.75rem 1.75rem 2rem;
}

.voice-card__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.voice-card__user {
	gap: 1rem;
	margin-top: 1.75rem;
}

.voice-card__avatar {
	height: 5.625rem;
	width: 5.625rem;
}

.voice-card__name {
	font-size: 0.9375rem;
}

.voice-card__role {
	font-size: 0.9375rem;
}

.faq-item {
	border-radius: 1.25rem;
	padding: 2.5rem;
}

.faq-item__question {
	gap: 1.5rem;
}

.faq-item__label {
	font-size: 2.5rem;
	padding-top: 0;
}

.faq-item__question-text {
	font-size: 1.5rem;
}

.faq-item__toggle {
	height: 1.5rem;
	width: 1.5rem;
}

.faq-item__toggle::before {
	width: 1.25rem;
}

.faq-item__toggle::after {
	height: 1.25rem;
}

.faq-item__answer {
	gap: 1.5rem;
	padding-top: 2.5rem;
}

.faq-item__answer-text {
	font-size: 1rem;
	padding-top: 0.4em;
}

.news-item {
	border-radius: 1.25rem;
	gap: 1rem;
	padding: 1.25rem 3.125rem;
}

.news-item:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.news-item__meta {
	flex-shrink: 0;
	gap: 1rem;
}

.news-item__date {
	font-size: 0.875rem;
	order: -1;
}

.news-item__title {
	font-size: 1rem;
}

.btn {
	border-radius: 1.25rem;
	gap: 0.875rem;
	padding: 1.25rem 0.875rem 1.25rem 1.75rem;
}

.btn__label {
	font-size: 1rem;
}

.btn__icon {
	width: 2.1875rem;
}

.btn__arrow {
	width: 0.9375rem;
}

.footer {
	margin-top: -25rem;
}

.footer__body {
	padding: 4rem 5rem 5rem;
}

.footer__inner {
	grid-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	grid-row-gap: 6.0625rem;
	align-items: start;
	column-gap: 7.5rem;
	display: grid;
	grid-template-areas: "logo address" "nav  btns";
	grid-template-columns: 50% 38%;
	row-gap: 6.0625rem;
}

.footer__logo {
	align-items: flex-start;
	grid-area: logo;
	transition: opacity 0.3s ease;
}

.footer__logo:hover {
	opacity: 0.7;
}

.footer__logo-text {
	font-size: 1.25rem;
	text-align: left;
}

.footer__logo-img {
	width: 10.625rem;
}

.footer__address {
	align-self: center;
	font-size: 1.25rem;
	grid-area: address;
	margin-top: 0;
	text-align: left;
}

.footer__address-small {
	font-size: 1rem;
}

.footer__btns {
	align-self: end;
	grid-area: btns;
	justify-content: flex-start;
	margin-top: 0;
}

.footer__btns .btn {
	flex: 0 0 auto;
	justify-content: flex-start;
	transition: opacity 0.3s ease;
}

.footer__btns .btn:hover {
	opacity: 0.7;
}

.footer__instagram {
	display: none;
	margin-top: 0;
}

.footer__nav {
	align-self: end;
	grid-area: nav;
	margin-top: 0;
}

.footer__nav-list {
	display: flex;
	gap: 3.125rem;
	max-width: 100%;
}

.footer__nav-item {
	justify-content: flex-start;
}

.footer__nav-link {
	gap: 0.375rem;
	transition: opacity 0.3s ease;
}

.footer__nav-link:hover {
	opacity: 0.7;
}

.footer__nav-label {
	font-size: 1rem;
	line-height: 1;
}

.section-block {
	padding-bottom: 12.5rem;
}

.contact {
	padding-top: 6.25rem;
}

.contact__inner {
	max-width: 76.25rem;
	padding-left: 0;
	padding-right: 0;
}

.contact__box {
	border-radius: 1.875rem;
	padding-bottom: 6.875rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 3.75rem;
}

.contact .section-title {
	margin-bottom: 2.875rem;
}

.contact .section-title__en {
	font-size: 3.3125rem;
}

.contact .section-title__ja {
	font-size: 1.625rem;
}

.contact__deco--yellow {
	height: 6rem;
	top: -8%;
	width: 8.3125rem;
}

.contact__deco--green {
	height: 3.75rem;
	top: -12%;
	width: 5.3125rem;
}

.contact__deco--blue {
	height: 3.75rem;
	right: 20%;
	top: -5%;
	width: 5.3125rem;
}

.contact__deco--pink {
	height: 5.6875rem;
	top: 66%;
	width: 7.875rem;
}

.contact__desc {
	font-size: 1.5rem;
	margin-top: 1.75rem;
}

.contact__note {
	font-size: 1.25rem;
	margin-top: 4.375rem;
}

.contact__btns {
	gap: 1rem;
	margin-top: 2.25rem;
}

.contact__btns .btn {
	transition: opacity 0.3s ease;
}

.contact__btns .btn:hover {
	opacity: 0.7;
}

.contact__btns .btn {
	padding: 1.5625rem 1.875rem;
}

.contact__btns .btn__label {
	font-size: 1.5rem;
}

.contact__btns .btn__icon {
	width: 3.75rem;
}

.section-link {
	padding: 0;
}

.section-link__list {
	gap: 1.25rem 0.9375rem;
	max-width: 40.625rem;
}

.section-link__item {
	width: 8.75rem;
}

.section-link__link {
	font-size: 1rem;
	transition: opacity 0.3s ease;
}

.section-link__link::before {
	height: 0.9375rem;
	width: 0.9375rem;
}

.section-link__link:hover {
	opacity: 0.7;
}

.program-card__img {
	aspect-ratio: 400/250;
}

.program-card__title {
	font-size: 1.5rem;
	padding: 0.875rem 1.25rem;
	width: calc(100% - 3rem);
}

.program-card__body {
	padding: 1.875rem 1.875rem 3.125rem;
}

.program-card__icon {
	height: 4.5rem;
	width: 4.5rem;
}

.program-card__desc {
	font-size: 1rem;
}

.program-card__btn {
	margin-top: 2rem;
}

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

.breadcrumb {
	padding-top: 7.5rem;
}

.breadcrumb__inner {
	font-size: 0.9375rem;
}

.breadcrumb a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.pagination {
	padding-top: 3.5rem;
}

.pagination__list {
	gap: 0.3125rem;
}

.pagination__link {
	font-size: 1rem;
	transition: opacity 0.3s;
}

.pagination__link:hover {
	opacity: 0.7;
}

.pagination__link-num {
	font-size: 1rem;
}

.pagination__arrow {
	transition: opacity 0.3s;
}

.pagination__arrow:hover {
	opacity: 0.7;
}

.article {
	border-radius: 3.125rem;
	padding: 3.125rem 6.25rem;
}

.article__meta {
	gap: 1.25rem;
}

.article__date {
	font-size: 1.125rem;
}

.article h1 {
	font-size: 1.5rem;
	margin-top: 0.625rem;
}

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

.article img {
	border-radius: 3.125rem;
}

.contact-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 37.5rem;
}

.contact-form__group {
	margin-top: 1.75rem;
}

.contact-form__label {
	font-size: 1.125rem;
}

.contact-form__input {
	border-radius: 0.625rem;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
}

.contact-form__select-wrap {
	margin-top: 0.625rem;
}

.contact-form__select {
	border-radius: 0.625rem;
	font-size: 1rem;
	padding-bottom: 1.125rem;
	padding-left: 1.25rem;
	padding-right: 3.5rem;
	padding-top: 1.125rem;
}

.contact-form__textarea {
	border-radius: 0.625rem;
	font-size: 1rem;
	margin-top: 0.625rem;
	min-height: 12.5rem;
	padding-bottom: 1.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.125rem;
}

.contact-form__privacy {
	margin-top: 3.125rem;
}

.contact-form__checkbox-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.contact-form__privacy-text {
	font-size: 1rem;
}

.contact-form__privacy-text a {
	transform: 0.3s;
}

.contact-form__privacy-text a:hover {
	opacity: 0.7;
}

.contact-form__submit-wrap {
	margin-top: 3.125rem;
}

.contact-form__submit {
	font-size: 1.125rem;
	padding-bottom: 1.25rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 1.25rem;
	transition: opacity 0.3s ease;
}

.contact-form__submit:hover {
	opacity: 0.7;
}

.contact-form__privacy .wpcf7-list-item-label a {
	transition: 0.3s;
}

.lower-fv {
	overflow: visible;
}

.lower-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 71.875rem;
}

.lower-fv__layout {
	gap: 0;
	padding-left: 0;
}

.lower-fv__deco--yellow {
	left: 35%;
	width: 5rem;
}

.lower-fv__deco--pink {
	left: -10%;
	top: 83%;
	width: 5.3125rem;
}

.lower-fv__deco--blue {
	right: 5rem;
	top: 0.625rem;
	width: 3.125rem;
}

.lower-fv__title-wrap {
	width: 40%;
}

.lower-fv__title {
	font-size: 2.375rem;
}

.lower-fv__catch-ellipse {
	height: 19.3125rem;
	width: 26.75rem;
}

.lower-fv__img-wrap {
	margin-left: -9.375rem;
	width: 51.25rem;
}

.lower-fv__img {
	aspect-ratio: 4/3;
	border-radius: 40% 50% 50% 40%/40% 40% 50% 50%;
}

.lower-fv__icon {
	bottom: 10%;
	height: 9.375rem;
	left: 70%;
	width: 9.375rem;
}

.lower-fv__section-link {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.lower-voice {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.lower-voice__inner {
	padding-top: 3.75rem;
}

.lower-voice__slider {
	margin-top: 3rem;
}

.lower-voice__card {
	margin-left: 2.5rem;
	width: 28.75rem;
}

.lower-voice__card .voice-card {
	height: 26.25rem;
}

.lower-voice__card:nth-child(even) {
	margin-top: 6.25rem;
}

.lower-faq {
	padding-top: 17.5rem;
}

.lower-faq__items .faq-item + .faq-item {
	margin-top: 2.5rem;
}

.lower-news {
	padding-top: 12.5rem;
}

.lower-news__cat {
	margin-bottom: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 34.375rem;
}

.lower-news__items .news-item + .news-item {
	margin-top: 2.5rem;
}

.lower-news__btn {
	margin-top: 3.75rem;
}

.lower-price {
	padding-top: 6.25rem;
}

.lower-price__cards {
	align-items: stretch;
	flex-direction: row;
	margin-top: 3.5rem;
	padding-left: 0;
	padding-right: 0;
}

.lower-price__card {
	flex: 1;
	margin-left: 2.1875rem;
	margin-top: 0;
}

.lower-price__card:first-child {
	margin-left: 0;
}

.lower-price__note {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 35rem;
}

.lower-price__note-item + .lower-price__note-item {
	margin-top: 3.125rem;
}

.lower-price__note-title {
	font-size: 1.25rem;
	padding-left: 1.875rem;
}

.lower-price__note-title-ellipse {
	height: 1rem;
	top: 0.4em;
	width: 1.375rem;
}

.lower-price__note-list {
	font-size: 1rem;
}

.price-card {
	border-radius: 1.25rem;
	padding: 3.125rem 0.9375rem 1.875rem;
}

.price-card__title {
	font-size: 1.5625rem;
}

.price-card__title span {
	font-size: 1.25rem;
}

.price-card__amount {
	margin-top: 1rem;
}

.price-card__number {
	font-size: 3.125rem;
}

.price-card__unit {
	font-size: 1.5625rem;
}

.price-card__badge {
	font-size: 1rem;
	margin-top: 0.75rem;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.price-card__list {
	margin-top: 1.25rem;
}

.price-card__item {
	font-size: 0.9375rem;
	gap: 0.5rem;
}

.price-card__note {
	font-size: 0.8125rem;
	margin-top: 1.25rem;
}

.lower-event {
	padding-bottom: 3.125rem;
	padding-top: 6.25rem;
}

.lower-event__inner {
	max-width: 62.5rem;
}

.lower-event__layout {
	display: block;
	min-height: 63.75rem;
	position: relative;
}

.lower-event__center {
	left: 50%;
	margin-bottom: 0;
	max-width: 20.625rem;
	position: absolute;
	text-align: center;
	top: 30rem;
	transform: translate(-50%, -50%);
}

.lower-event__center.section-title {
	margin-bottom: 0;
}

.lower-event__item {
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 16.25rem;
}

.lower-event__item--1 {
	left: 29%;
	top: 0;
}

.lower-event__item--2 {
	left: 71%;
	top: 0;
}

.lower-event__item--2::after {
	height: 10.25rem;
	left: calc(50% - min(60vw, 48.75rem));
	top: -10%;
	width: 9.875rem;
}

.lower-event__item--3 {
	right: -15%;
	top: 50%;
	transform: translateY(-50%);
}

.lower-event__item--3::after {
	height: 11.0625rem;
	right: calc(50% - min(45vw, 6.25rem));
	top: -60%;
	width: 11.9375rem;
}

.lower-event__item--4 {
	left: 71%;
	top: 65%;
}

.lower-event__item--4::after {
	height: 10.5rem;
	left: calc(50% - min(45vw, -12.5rem));
	top: 50%;
	width: 10.375rem;
}

.lower-event__item--5 {
	left: 29%;
	top: 65%;
}

.lower-event__item--5::after {
	bottom: 35%;
	height: 10.4375rem;
	left: calc(50% - min(45vw, 28.75rem));
	width: 13.5625rem;
}

.lower-event__item--6 {
	left: -15%;
	top: 50%;
	transform: translateY(-50%);
}

.event-item {
	align-items: center;
	flex-direction: column;
	max-width: 16.25rem;
}

.event-item:nth-child(odd) {
	flex-direction: column;
}

.event-item__body {
	flex: initial;
	margin-left: 0;
	width: 100%;
}

.event-item__img-wrap {
	width: inherit;
}

.event-item__season {
	height: 2.8125rem;
	width: 3.875rem;
}

.event-item__season-text {
	font-size: 1.75rem;
}

.event-item__title {
	font-size: 1.5625rem;
	margin-top: 1rem;
	text-align: center;
}

.event-item__desc {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: center;
}

.lower-feature {
	padding-bottom: 12.5rem;
}

.lower-feature__wave {
	margin-top: -1.875rem;
}

.lower-feature__inner::before {
	bottom: -10%;
	height: 13.5rem;
	right: calc(50% - min(48vw, 40.625rem));
	width: 8.9375rem;
}

.lower-feature__list {
	margin-top: 0;
}

.lower-feature__item + .lower-feature__item {
	margin-top: 0;
}

.lower-program {
	padding: 18.75rem 0 9.375rem;
}

.lower-program__inner {
	max-width: 81.25rem;
}

.lower-program__card .service-card__icon {
	height: 2.5rem;
	width: 2.5rem;
}

.lower-program__list {
	margin-top: 1.25rem;
}

.lower-program__item {
	font-size: 0.9375rem;
	gap: 0.5rem;
}

.lower-timetable {
	padding-top: 5rem;
}

.lower-timetable__inner::after {
	bottom: -15%;
	height: 8.5rem;
	left: calc(50% - min(48vw, 40.625rem));
	width: 9.25rem;
}

.lower-timetable__list::before {
	border-left: 0.1875rem dashed rgba(255, 255, 255, 0.5);
	height: calc(100% - 0.8125rem);
	left: 50%;
	top: -1.25rem;
}

.lower-timetable__item {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: 1fr 5rem 1fr;
	grid-template-rows: 1fr;
	margin-top: 3.75rem;
}

.lower-timetable__clock-wrap {
	grid-column: 2;
}

.lower-timetable__clock-icon {
	height: 4.75rem;
	width: 4.75rem;
}

.lower-timetable__time {
	font-size: 1.75rem;
	text-align: left;
}

.lower-timetable__body {
	grid-column: 3;
	text-align: left;
}

.lower-timetable__heading {
	font-size: 1.5rem;
	margin-top: 0;
	text-align: left;
}

.lower-timetable__desc {
	font-size: 1rem;
	margin-top: 1.25rem;
	text-align: left;
}

.lower-timetable__img-wrap {
	grid-column: 1;
	grid-row: 1;
	margin-left: 0;
	margin-top: 0;
}

.lower-timetable__item--reverse .lower-timetable__body {
	grid-column: 1;
	text-align: right;
}

.lower-timetable__item--reverse .lower-timetable__img-wrap {
	grid-column: 3;
	margin-top: 0;
}

}

@keyframes lower-voice-scroll {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}


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