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%;
}

.page-id-40 .section-title__en,
.page-id-42 .section-title__en,
.page-id-44 .section-title__en {
	--section-title-accent: #FAE380;
}

.page-id-40 .section-block,
.page-id-42 .section-block,
.page-id-44 .section-block {
	background-color: #FFFFFF;
	padding-bottom: 3.125rem;
}

.page-id-40 .footer,
.page-id-42 .footer,
.page-id-44 .footer {
	margin-top: 1.875rem;
}

.page-id-40 .footer__body,
.page-id-42 .footer__body,
.page-id-44 .footer__body {
	padding-top: 6.25rem;
}

.contact-page {
	padding-top: 3.125rem;
}

.contact-page__box {
	overflow: visible;
	position: relative;
	text-align: center;
}

.contact-page__desc {
	color: #565553;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.confirm-page .contact-form__input {
	background-color: transparent;
	margin-top: 0;
	padding-left: 0;
}

.confirm-page .contact-form__submit-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.confirm-page .contact-form__back {
	background-color: #D9D9D9;
	padding-left: 0;
	padding-right: 0;
	width: 11.5625rem;
}

@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;
}

.contact-page {
	padding-top: 5rem;
}

.contact-page__desc {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
	max-width: 25.625rem;
}

.confirm-page .contact-form__submit-wrap {
	flex-direction: row;
	gap: 0.625rem;
	justify-content: center;
}

}


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