body {
	font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: block !important;
}

.u-mobile {
	display: none !important;
}

.no-link a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

/* リキッドレイアウト対応 */

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-margin-top: 6.25rem;
}

/* Set core body defaults */

body {
	color: #212121;
	counter-reset: number 0;
	font-weight: 400;
	line-height: 1.5;
	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 */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=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;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.7;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.inner-content {
	margin: 0 auto;
	max-width: 56.9375rem;
	width: 100%;
}

.inner-content--nursery {
	max-width: 62.5rem;
}

.inner-content--middle {
	margin-top: 3.75rem;
}

.inner-narrow {
	margin: 0 auto;
	max-width: 58.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.inner-wide {
	margin: 0 auto;
	max-width: 83.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.section-title {
	font-size: clamp(1.5rem, -1.473rem + 4.29vw, 1.875rem);
	font-weight: bold;
	line-height: 1.6;
}

.section-text {
	font-weight: 500;
	line-height: 2;
}

.section-text-white {
	color: #fff;
}

.section-btn a {
	color: #10929b;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 0.5625rem;
	position: relative;
	width: 20.9375rem;
	z-index: 0;
}

.section-btn a:hover {
	opacity: 1;
}

.section-btn a:hover::before {
	left: 0;
}

.section-btn a::before {
	background-color: #ebebb7;
	content: "";
	height: 95%;
	left: -100%;
	position: absolute;
	top: 0.125rem;
	transition: left 0.3s ease-out;
	width: 100%;
	z-index: -1;
}

.section-btn a::after {
	background: url(../images/common/btn-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8125rem;
}

.section-btn a span::before,
.section-btn a span::after {
	background: url(../images/common/line-blue.svg) no-repeat center center/cover;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.section-btn a span::before {
	top: 0;
}

.section-btn a span::after {
	bottom: 0;
}

.section-btn-green a {
	color: #99bf4c;
}

.section-btn-green a::before {
	background-color: #ffffe8;
}

.section-btn-green a::after {
	background: url(../images/common/btn-arrow-green.svg) no-repeat center center/cover;
}

.section-btn-green a span::before,
.section-btn-green a span::after {
	background: url(../images/common/line-green.svg) no-repeat center center/cover;
}

.page-section--treat {
	background-color: #f5f4f2;
	position: relative;
}

.page-section--treat::before {
	background: url(../images/common/treat-grazing.svg) no-repeat center center/cover;
	content: "";
	height: 4rem;
	left: 0;
	position: absolute;
	top: -4rem;
	width: 100%;
}

.page-section--treat::after {
	background: url(../images/common/treat-grazing.svg) no-repeat center center/cover;
	bottom: -4rem;
	content: "";
	height: 4rem;
	left: 0;
	position: absolute;
	transform: rotate(180deg);
	width: 100%;
}

.page-section--treat-none {
	padding-bottom: 7.5rem;
}

.page-section--treat-none::after {
	display: none;
}

.page-section.page-section--complaint {
	padding-bottom: 7.5rem;
}

.grievance-report {
	background-color: #fff;
	margin: 3.75rem auto 6.25rem;
	max-width: 56.9375rem;
}

.grievance-report__lists {
	background-color: #f5f4f2;
	display: flex;
	flex-direction: column;
	gap: 3.875rem;
	padding-top: 3.75rem;
}

.grievance-report__body {
	background-color: #fff;
	display: none;
	padding: 0.9375rem 3.75rem 3.75rem;
}

.grievance-report__body.is-open {
	display: block;
}

.grievance-report__list-item {
	border-bottom: 0.125rem solid #10929b;
	border-top: 0.125rem solid #10929b;
}

.grievance-report__facility-name {
	background-color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.875rem 1.5625rem;
	position: relative;
}

.grievance-report__facility-name::before {
	background: url(../images/common/txt-arrow-tiny.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

.grievance-report__facility-name.is-open::before {
	transform: translateY(-50%) rotate(180deg);
}

.grievance-report__item {
	padding: 2.5rem 0;
}

.grievance-report__item:not(:first-child) {
	border-top: 1px solid #e0e0e0;
}

.grievance-report__year {
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0 1.5625rem;
	position: relative;
}

.grievance-report__year--no-content {
	border-bottom: 1px solid #e0e0e0;
}

.grievance-report__year::before {
	background-color: #10929b;
	border-radius: 50%;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.grievance-report__content {
	background-color: #f8f8f8;
	font-weight: 400;
	line-height: 1.5625;
	margin-top: 1.25rem;
	padding: 1.875rem;
}

.grievance-report__response {
	display: flex;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.grievance-report__response span {
	padding-right: 0.4375rem;
}

.grievance-contact {
	border-top: 1px solid #e0e0e0;
	margin-top: 3.125rem;
	padding-top: 5.625rem;
}

.grievance-contact__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.grievance-contact__person-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 3.9375rem;
}

.grievance-contact__person {
	display: flex;
	margin-bottom: 0.625rem;
}

.grievance-contact__label,
.grievance-contact__name {
	font-weight: 400;
	line-height: 1.6;
}

.grievance-contact__label {
	flex-shrink: 0;
	width: 12.5rem;
}

.grievance-contact__note-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 3.75rem;
}

.grievance-contact__note {
	display: flex;
	font-weight: 400;
	line-height: 1.6;
}

.grievance-contact__note span {
	padding-right: 0.375rem;
}

.grievance-contact__content {
	margin-top: 3.75rem;
}

.grievance-contact__content--last {
	margin-top: 2.5rem;
}

.grievance-contact__heading {
	color: #10929b;
	font-size: 1.125rem;
	font-weight: 500;
}

.grievance-contact__text {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.grievance-contact__list {
	margin-top: 1rem;
}

.grievance-contact__item {
	font-weight: 400;
	line-height: 1.6;
}

.grievance-contact__contact-box {
	border: 1px solid #d8d8d8;
	margin-top: 2.5rem;
	padding: 1.875rem;
}

.grievance-contact__organization {
	font-weight: 500;
	line-height: 1.6;
}

.grievance-contact__address,
.grievance-contact__tel,
.grievance-contact__email {
	font-weight: 400;
	line-height: 1.6;
}

.grievance-contact__link {
	-webkit-text-decoration: underline;
	color: #2b7f8b;
	text-decoration: underline;
}

.admission__content-wrap {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	margin-top: 3.75rem;
}

.admission__text {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2.5rem;
	text-align: center;
}

.admission__btn {
	margin: 2.5rem auto 0;
	max-width: 31.25rem;
	width: 100%;
}

.admission__btn a {
	background-color: #10929b;
	border-radius: 56.25rem;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	padding: 1.875rem 0;
	text-align: center;
	transition: background-color 0.2s ease-in;
}

.admission__btn a:hover {
	background-color: #649aa2;
	opacity: 1;
}

.daily-yearly__title {
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 3.75rem;
	text-align: center;
}

.page-section__image {
	margin: 3.75rem auto 0;
	max-width: 30.8125rem;
	width: 100%;
}

.activity {
	margin-top: 7.5rem;
}

.activity__title {
	border-radius: 56.25rem;
	font-size: 1.125rem;
	font-weight: bold;
	overflow: hidden;
	padding: 1.0625rem 0;
	position: relative;
	text-align: center;
	z-index: 0;
}

.activity__title::after {
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.activity__title--about::after {
	background: url(../images/daily-yearly/title01.webp) no-repeat center center/cover;
}

.activity__title--sociability::after {
	background: url(../images/daily-yearly/title02.webp) no-repeat center center/cover;
}

.activity__title--words::after {
	background: url(../images/daily-yearly/title03.webp) no-repeat center center/cover;
}

.activity__title--culture::after {
	background: url(../images/daily-yearly/title04.webp) no-repeat center center/cover;
}

.activity__title--growing::after {
	background: url(../images/daily-yearly/title05.webp) no-repeat center center/cover;
}

.activity__title--growingup::after {
	background: url(../images/daily-yearly/title06.webp) no-repeat center center/cover;
}

.activity__buttons {
	text-align: center;
}

.activity__button-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 0.9375rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.activity__button-item {
	border: 1px solid #10929b;
	border-radius: 56.25rem;
	color: #10929b;
	font-weight: 500;
	line-height: 1.8;
	padding: 0.375rem 1.1875rem;
}

.activity__description {
	font-weight: 400;
	line-height: 1.8;
	margin: 2.5rem auto 0;
	width: 100%;
}

.activity-cards {
	grid-gap: 2.5rem 3.0625rem;
	display: grid;
	gap: 2.5rem 3.0625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.activity-cards__label {
	background-color: #eff5f5;
	border: 0.0625rem solid #adb9b9;
	border-radius: 0.375rem;
	font-weight: 700;
	padding: 1.0625rem 0.625rem;
	position: relative;
	text-align: center;
}

.activity-cards__label::before,
.activity-cards__label::after {
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
}

.activity-cards__label::before {
	border-color: #adb9b9 transparent transparent;
	border-style: solid;
	border-width: 13px 8.5px 0 8.5px;
	translate: -50% 100%;
}

.activity-cards__label::after {
	border-color: #eff5f5 transparent transparent;
	border-style: solid;
	border-width: 11px 7.3px 0 7.3px;
	translate: -50% 100%;
}

.activity-cards__item img {
	-o-object-fit: cover;
	aspect-ratio: 341/227;
	border-radius: 0.625rem;
	height: auto;
	margin-top: 0.875rem;
	object-fit: cover;
	width: 100%;
}

.activity__bottom-boxes {
	grid-gap: 3.1875rem;
	display: grid;
	gap: 3.1875rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	width: 100%;
}

.activity__bottom-boxes .page-section__annotation-title {
	background-color: #fff;
	border-radius: 56.25rem;
	margin: 0 auto;
	padding: 0.5625rem 0;
	width: 14.9375rem;
}

.activity__bottom-boxes .page-section__annotation-text {
	margin-top: 1.875rem;
}

.page-section__annotation-text--sociability {
	font-weight: 500;
	text-align: center;
}

.activity__bottom-box {
	background-color: #fff6ed;
	border-radius: 0.625rem;
	padding: 1.25rem 1.5625rem;
}

.page-section-art {
	margin-top: 11.625rem;
	padding: 5.625rem 0 4.4375rem;
}

.page-section.page-section--food {
	margin-top: 7.5rem;
	padding-bottom: 7.75rem;
	padding-top: 4rem;
}

.meal {
	margin-top: 3.75rem;
}

.meal__text-block {
	display: flex;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.meal__text-block .page-section__text {
	margin-top: 0;
}

.page-food__image {
	margin: 0 auto;
	max-width: 56.9375rem;
	width: 100%;
}

.page-food__image img {
	-o-object-fit: cover;
	aspect-ratio: 911/532;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.meal__image {
	flex-shrink: 0;
	max-width: 25.1875rem;
	width: 100%;
}

.meal__image img {
	-o-object-fit: cover;
	aspect-ratio: 403/302;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ingredient {
	grid-gap: 1.125rem 1.25rem;
	background-color: #eff5f5;
	border-radius: 0.625rem;
	display: grid;
	gap: 1.125rem 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5rem;
	padding: 2.5rem 1.875rem;
}

.ingredient__card {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 1.25rem 0.875rem 2.5rem;
}

.ingredient__title {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.ingredient__image {
	border-radius: 50%;
	margin: 0 auto 0.9375rem;
	margin-top: 1.25rem;
	overflow: hidden;
	width: 7rem;
}

.ingredient__image img {
	-o-object-fit: cover;
	aspect-ratio: 112/112;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ingredient__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 1.25rem;
}

.nutrition {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.nutrition__card {
	background-color: #f5f5f5;
	display: flex;
	gap: 0.9375rem;
	padding: 1.75rem 1.5rem;
}

.nutrition__card-head {
	align-items: center;
	display: flex;
	min-height: 3.4375rem;
}

.nutrition__number {
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	margin-left: 0.9375rem;
	position: relative;
	z-index: 1;
}

.nutrition__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-left: 1.5rem;
	position: relative;
}

.nutrition__title::after {
	background-color: #10929b;
	border-radius: 50%;
	content: "";
	height: 2.8125rem;
	left: -3.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.8125rem;
}

.nutrition__text {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.nutrition__image {
	max-width: 7.3125rem;
	width: 100%;
}

.nutrition__image img {
	-o-object-fit: cover;
	aspect-ratio: 117/117;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.nutrition__subtitle {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 5.625rem;
	text-align: center;
}

.nutrition__link {
	font-weight: 500;
	margin-top: 1.25rem;
}

.nutrition__link a {
	-webkit-text-decoration: underline;
	color: #10929b;
	text-decoration: underline;
}

.page-section--disclosure {
	background-color: #f5f4f2;
	margin-top: 11.4375rem;
	padding: 5.625rem 0;
}

.page-section.page-section--sub-disclosure {
	padding-bottom: 7.75rem;
}

.page-section__block--disclosure {
	margin-top: 3.75rem;
}

.page-section__block--disclosure:not(:first-child) {
	margin-top: 7.5rem;
}

.disclosure {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 3.75rem 1.25rem;
	text-align: center;
}

.disclosure__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.disclosure__btn {
	margin: 2.5rem auto 0;
	max-width: 39.125rem;
	width: 100%;
}

.disclosure__btn a {
	background-color: #10929b;
	border-radius: 56.25rem;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1.875rem 0;
	padding-right: 1.25rem;
	position: relative;
}

.disclosure__btn a::after {
	background: url(../images/common/tab.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 4.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.90625rem;
}

.disclosure__year {
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 1.25rem;
	position: relative;
}

.disclosure__year::after {
	background: url(../images/common/disclosure-line.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.disclosure__list {
	display: flex;
	gap: 2.625rem;
	margin-top: 1.875rem;
}

.disclosure__year-group:not(:first-child) {
	margin-top: 3.8125rem;
}

.disclosure__item a {
	font-weight: 400;
	position: relative;
}

.disclosure__item a::after {
	background: url(../images/common/PDF.svg) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: -1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.contact-phone {
	margin-top: 6.25rem;
}

.contact-phone__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.contact-phone__list {
	grid-gap: 1.875rem 2.25rem;
	display: grid;
	gap: 1.875rem 2.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.contact-phone__item {
	background-color: #eff5f5;
	padding: 2.5rem 0;
}

.contact-phone__item-wrap {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-phone__type {
	align-items: baseline;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.9375rem;
	line-height: 1.6;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-phone__name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.contact-phone__tel {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0.875rem;
	text-align: center;
}

.contact-phone__time {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.0625rem;
}

.contact-phone__place {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
}

.contact__cta {
	margin-top: 7.5rem;
	position: relative;
}

.contact__cta::before {
	background-color: rgba(255, 255, 255, 0.8);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.contact__cta-content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.contact__cta-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.contact__cta-text {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2.9375rem;
}

.form-contact {
	background-color: #f5f4f2;
	padding: 7.5rem 0;
}

.form-contact__inner {
	background-color: #fff;
	border-radius: 1.25rem;
	margin: 0 auto;
	max-width: 70rem;
	padding: 6.25rem 0 7.5rem;
	width: 100%;
}

.form-contact__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 60px;
}

.form-contact__form {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 56.9375rem;
	width: 100%;
}

.form-contact__group-flex {
	display: flex;
	font-weight: 500;
	margin-top: 2.5rem;
}

.form-contact__label {
	flex-shrink: 0;
	width: 16.25rem;
}

.form-contact__subtitle {
	font-weight: 700;
	line-height: 1.8;
}

.form-contact__required {
	background-color: #d60808;
	border-radius: 0.125rem;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	margin-left: 0.3125rem;
	padding: 0 0.3125rem;
}

.form-contact__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 1.875rem;
	max-width: 40.625rem;
}

.form-contact__radio {
	font-weight: 400;
	padding-left: 1.875rem;
	position: relative;
}

.form-contact__radio input + span::before {
	background: #fafafa;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.form-contact__radio input + span::after {
	background: #10929b;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1rem;
}

.form-contact__radio input:checked + span::before {
	border: 1px solid #10929b;
}

.form-contact__radio input:checked + span::after {
	opacity: 1;
}

.form-contact__group-flex--select {
	position: relative;
	width: 20.0625rem;
}

.form-contact__group-flex--select::after {
	background: url(../images/common/triangle-blue-right.svg) no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 0.375rem;
}

.form-contact__select {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 0.25rem;
	color: #212121;
	font-size: 1rem;
	font-weight: 500;
	padding: 1.125rem;
	width: 100%;
}

.form-contact__input,
.form-contact__textarea {
	background-color: #f8f8f8;
	border: 1px solid #d8d8d8;
	border-radius: 0.25rem;
	color: #212121;
	font-size: 0.875rem;
	padding: 1.15625rem 0.75rem;
	width: 100%;
}

input[type=tel] {
	width: 20.0625rem;
}

.form-contact__textarea {
	min-height: 13.125rem;
	resize: none;
}

.form-contact__group--checkbox {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	margin-top: 3.875rem;
}

.form-contact__checkbox a {
	-webkit-text-decoration: underline;
	color: #2b7f8b;
	padding-left: 2.125rem;
	text-decoration: underline;
}

.form-contact__checkbox input + span {
	position: relative;
}

.form-contact__checkbox input + span::before {
	background: #fafafa;
	border: 1px solid #a7a7a7;
	border-radius: 0.25rem;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.form-contact__checkbox input + span::after {
	border-bottom: 0.1875rem solid #fff;
	border-left: 0.1875rem solid #fff;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.form-contact__checkbox input:checked + span::before {
	background-color: #10929b;
	border: 1px solid #10929b;
}

.form-contact__checkbox input:checked + span::after {
	opacity: 1;
}

.form-contact__submit-flex {
	margin: 5rem auto 0;
	max-width: 31.25rem;
	text-align: center;
	width: 100%;
}

.form-contact__button {
	background-color: #10929b;
	border: none;
	border-radius: 56.25rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1.875rem 0;
	transition: background-color 0.2s ease-in;
	width: 100%;
}

.form-contact__button:hover {
	background-color: #649aa2;
}

.environment-content {
	background-color: #f5f4f2;
	border-radius: 1.25rem;
	display: none;
	margin-top: 1.375rem;
	padding: 6.25rem 1.25rem 0.625rem;
}

.environment-content.is-active {
	display: block;
}

.environment-content__inner {
	margin: 0 auto;
	max-width: 53.125rem;
}

.schedule-content__inner {
	margin: 0 auto;
	max-width: 53.125rem;
}

.tab.tab--environment {
	margin-top: 5rem;
}

.schedule__item {
	align-items: flex-start;
	display: flex;
	gap: 3.625rem;
	min-height: 8.1875rem;
	position: relative;
}

.schedule__item::after {
	background-color: #f5f4f2;
	content: "";
	height: 33%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 6.25rem;
	z-index: 0;
}

.schedule__item:not(:last-child)::before {
	background-image: radial-gradient(circle at center, #6a8e8d 1.5px, transparent 1.5px);
	background-repeat: repeat-y;
	background-size: 3px 8px;
	content: "";
	height: 71%;
	left: 54.5%;
	pointer-events: none;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: 3px;
}

.schedule__item__img {
	display: none;
	flex-shrink: 0;
	max-width: 23.375rem;
	position: absolute;
	width: 100%;
}

.schedule__item__img img {
	-o-object-fit: cover;
	aspect-ratio: 371/211;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.schedule__time-block {
	display: flex;
	margin-left: auto;
	margin-top: -0.625rem;
	width: 50%;
}

.schedule__time {
	color: #10929b;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	width: 5rem;
	z-index: 1;
}

.schedule__time::after {
	display: none;
}

.schedule__time span {
	letter-spacing: -0.2em;
	margin-left: -0.4375rem;
}

.schedule__content {
	margin-left: 2.5rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.schedule__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.schedule__title:not(:first-child) {
	margin-top: 0.625rem;
}

.schedule__text {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.page-section--year {
	padding-bottom: 7.5rem;
}

.schedule-lists {
	display: flex;
	flex-direction: column;
	gap: 3.0625rem;
	position: absolute;
}

.schedule-lists__item {
	max-width: 23.375rem;
	width: 100%;
}

.schedule-lists__item img {
	-o-object-fit: cover;
	aspect-ratio: 374/211;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.event {
	grid-gap: 3.75rem 3rem;
	display: grid;
	gap: 3.75rem 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.event__image {
	width: 100%;
}

.event__image img {
	-o-object-fit: cover;
	aspect-ratio: 341/192;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.event__caption {
	font-size: 12px;
	font-weight: 400;
	margin-top: 0.375rem;
	text-align: right;
}

.event__body {
	display: flex;
	margin-top: 0.375rem;
}

.event__month {
	align-items: baseline;
	background-color: #99bf4c;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 4.375rem;
	justify-content: center;
	padding: 0.25rem 0.625rem;
	width: 4.375rem;
}

.event__month span {
	font-size: 2.5rem;
}

.event__title {
	font-weight: 500;
	line-height: 1.6;
	margin-left: 1.25rem;
}

.event__annotation {
	font-weight: 400;
	margin-top: 3.75rem;
	text-align: center;
}

.footer {
	background-color: #f8f8f8;
	padding: 6.8125rem 0 2.5rem;
	position: relative;
	z-index: 1;
}

.footer__wrap {
	margin: 0 auto;
	max-width: 83.125rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.footer__top-page {
	position: absolute;
	right: 1.25rem;
	top: -9.375rem;
	transition: top 0.3s ease-in-out;
	width: 5rem;
}

.footer__top-page:hover {
	top: -10.625rem;
}

.footer__logo {
	align-items: center;
	display: flex;
}

.footer__logo img {
	height: auto;
	width: 4.5rem;
}

.footer__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-left: 1.375rem;
}

.footer__nav {
	margin-top: 3.75rem;
	padding: 0 0.75rem;
}

.footer__nav-wrapper {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.125rem;
}

.footer__nav-wrap {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.footer__list--head {
	grid-gap: 1.5rem 2.875rem;
	display: grid;
	gap: 1.5rem 2.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1.5rem;
}

.footer__group--head {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	flex-direction: column;
	padding-bottom: 2.875rem;
}

.footer__heading {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__heading:hover::after {
	right: -2.1875rem;
}

.footer__heading::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 1.125rem;
}

.footer__heading span {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin-top: 1.6875rem;
}

.footer__item {
	padding-left: 1.25rem;
}

.footer__item span {
	font-weight: bold;
	display: block;
}

.footer__item--main {
	border-bottom: 1px dashed #707070;
	padding-bottom: 1.0625rem;
}

.footer__item--sub {
	padding-top: 1.0625rem;
}

.footer__item a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
	display: inline-block;
}

.footer__item a::before {
	background-color: #10929b;
	content: "";
	height: 0.0625rem;
	left: -1.1875rem;
	position: absolute;
	top: 0.625rem;
	width: 0.5625rem;
}

.footer__bottom {
	margin-top: 3.75rem;
	text-align: center;
}

.footer__bottom-sns {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.footer__bottom-sns-item {
	width: 1.875rem;
}

.footer__bottom-nav {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.footer__bottom-nav li a {
	font-weight: 500;
	line-height: 1.6;
}

.footer__copy {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.625rem;
}

.header__nav-link-modal {
	transition: color 0.3s;
}

.header__nav-link-modal::after {
	transition: background-image 0.3s, bottom 0.3s;
}

.js-header {
	transition: background-color 0.3s, width 0.3s, left 0.3s, transform 0.3s, border-radius 0.3s, top 0.3s;
}

.header__nav-item a {
	transition: color 0.3s;
}

.header__nav-item a:hover {
	color: #10929b;
	opacity: 1;
}

.js-header-logo a,
.js-header-text,
.js-header-contact,
.header__nav-item--contact a {
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.header.is-open .js-header-logo a,
.header.is-scrolled .js-header-logo a {
	color: #212121;
}

.header.is-open .header__nav-item a,
.header.is-scrolled .header__nav-item a {
	color: #212121;
	transition: color 0.3s;
}

.header.is-open .header__nav-item a:hover,
.header.is-scrolled .header__nav-item a:hover {
	color: #10929b;
	opacity: 1;
}

.header.is-open .js-header-text,
.header.is-scrolled .js-header-text {
	color: #212121;
}

.header.is-open .js-header-contact,
.header.is-scrolled .js-header-contact {
	color: #00a3af;
}

.header.is-open .js-header-contact-icon img,
.header.is-scrolled .js-header-contact-icon img {
	content: url("/assets/images/common/envelope-fill-blue.svg");
}

.header.is-open .header__nav-link-modal,
.header.is-scrolled .header__nav-link-modal {
	color: #212121;
	transition: color 0.3s;
}

.header.is-open .header__nav-link-modal:hover,
.header.is-scrolled .header__nav-link-modal:hover {
	color: #10929b;
	opacity: 1;
}

.header.is-scrolled .header__nav-link-modal.active,
.header.is-scrolled .header__nav-item a.active{
	color: #10929b;
}

.header.is-open .header__nav-item--contact a,
.header.is-scrolled .header__nav-item--contact a {
	background-color: #00a3af;
	border-color: #00a3af;
	color: #fff;
	transition: background-color 0.3s, border-color 0.3s;
}

.header.is-open .header__nav-item--contact a:hover,
.header.is-scrolled .header__nav-item--contact a:hover {
	background-color: transparent;
}

.header.is-open .header__inner {
	background-color: #fff;
}

.header.is-scrolled {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0.625rem;
	left: 0;
	margin: 0 auto;
	max-width: 88.375rem;
	position: fixed;
	top: 0.625rem;
	transform: none;
	width: 98%;
}

.header.is-scrolled .header__hamburger-line {
	background-color: #212121;
}

.header.is-scrolled .header__nav-link-modal::after {
	background: url(../images/common/triangle-blue.svg) no-repeat center center/cover;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	height: 6.25rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 83.125rem;
	padding: 0 1.275rem;
	width: 100%;
}

.header__logo {
	align-items: center;
	display: flex;
	font: inherit;
}

.header__logo a {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.header__logo-ja {
	font-size: clamp(1rem, -0.875rem + 3vw, 1.25rem);
	font-weight: bold;
	line-height: 1.4545454545;
}

.header__logo-en {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top: 0.1875rem;
}

.header__nav {
	align-items: center;
	display: flex;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item,
.header__nav-modal-wrap {
	height: 6.25rem;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.6875rem;
}

.header__nav-item > a,
.header__nav-link-modal {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: inherit;
	line-height: 1.6;
	padding: 0 0.65rem
}

.header__nav-link-modal {
	position: relative;
}

.header__nav-link-modal::after {
	background: url(../images/common/triangle.svg) no-repeat center center/cover;
	bottom: 1.75rem;
	content: "";
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.5625rem;
}

.header__nav-modal {
	background-color: #fff;
	border-radius: 0.625rem;
	height: 0;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	padding-top: 7.5625rem;
	pointer-events: none;
	position: fixed;
	top: 0.625rem;
	transform: translateX(-50%) translateY(0px);
	transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 98%;
	z-index: 100;
}

.header__nav-modal.is-visible {
	height: auto;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 1px;
}

.header__nav-modal--about-us .header__nav-modal-inner,
.header__nav-modal--recruit .header__nav-modal-inner {
	justify-content: initial;
}

.header__nav-modal--about-us .header__nav-modal-list,
.header__nav-modal--recruit .header__nav-modal-list {
	display: flex;
	gap: 3.125rem;
	margin-left: 3.125rem;
}

.header__nav-modal--about-us .header__nav-modal-item a,
.header__nav-modal--recruit .header__nav-modal-item a {
	position: relative;
}

.header__nav-modal--about-us .header__nav-modal-item a::after,
.header__nav-modal--recruit .header__nav-modal-item a::after {
	background-color: #10929b;
	content: "";
	height: 0.0625rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.header__nav-modal--about-us .header__nav-modal-name,
.header__nav-modal--recruit .header__nav-modal-name {
	margin-top: 0;
	text-align: left;
}

.header__nav-modal--news .header__nav-modal-inner {
	justify-content: space-between;
	padding: 0 1.25rem 10.625rem;
}

.header__nav-modal--news .header__nav-modal-content {
	flex-direction: column;
	gap: 1.875rem;
	justify-content: space-between;
	width: 66.5%;
}

.header__nav-modal--news .header__nav-modal-header {
	width: 13.75rem;
}

.header__nav-modal--news .header__nav-modal-category {
	flex-shrink: 0;
	line-height: 1.6;
}

.header__nav-modal--news .header__nav-modal-category a {
	border-bottom: 1px dashed #707070;
	display: block;
	font-weight: 500;
	padding-bottom: 1.875rem;
	padding-left: 1.5625rem;
	position: relative;
	transition: 0.3s color ease;
}

.header__nav-modal--news .header__nav-modal-category a::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.header__nav-modal--news .header__nav-modal-category a:hover {
	color: #10929b;
	opacity: 1;
}

.header__nav-modal--news .header__nav-modal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.625rem 3.75rem;
	margin-left: 1.125rem;
	position: relative;
	width: 100%;
	width: 75%;
}

.header__nav-modal--news .header__nav-modal-item a {
	position: relative;
}

.header__nav-modal--news .header__nav-modal-item a::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.header__nav-modal--news .header__nav-modal-name {
	margin-top: 0;
	text-align: left;
}

.header__nav-modal-inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 83rem;
	padding: 0.75rem 1.25rem 10.625rem;
}

.header__nav-item.header__nav-item--contact a {
	border: 1px solid #fff;
	border-radius: 56.25rem;
	color: #fff;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	padding: 0.625rem 0;
	width: 6.875rem;
}

.header__nav-modal-wrap {
	display: flex;
}

.header__nav-modal-wrap:hover .header__nav-link-modal::after {
	bottom: 1.5625rem;
}

.header__nav-modal-header {
	flex-shrink: 0;
	width: 20rem;
    margin-right: 1.875rem;
}

.header__nav-modal-title {
	font-size: clamp(2.625rem, 0.313rem + 3.33vw, 3rem);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.header__nav-modal-link {
	border: 1px solid #202120;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 1.875rem;
	padding: 0.9375rem 0 0.9375rem 1.25rem;
	position: relative;
	min-width: 11.5rem;
}

.header__nav-modal-link:hover {
	opacity: 1;
}

.header__nav-modal-link:hover.header__nav-modal-link::after {
	right: 0.6875rem;
}

.header__nav-modal-link::after {
	background: url(../images/common/btn-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s right ease;
	width: 1.125rem;
}

.header__nav-modal-content {
	display: flex;
	flex-direction: column;
	margin-top: 0.625rem;
}

.header__nav-modal-list {
	grid-gap: 1.6875rem 1.875rem;
	display: grid;
	gap: 1.6875rem 1.875rem;
	grid-template-columns: repeat(4, 2fr);
}

.header__nav-modal-item a {
	display: block;
	transition: 0.3s color ease;
}

.header__nav-modal-item a:hover {
	color: #10929b;
	opacity: 1;
}

.header__nav-modal-item a:hover .header__nav-modal-thumbnail img {
	transform: scale(1.05);
}

.header__nav-modal-thumbnail {
	max-width: 12.5rem;
	overflow: hidden;
	width: 100%;
}

.header__nav-modal-thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 200/112;
	height: auto;
	object-fit: cover;
	transition: 0.3s transform ease;
	width: 100%;
}

.header__nav-modal-name {
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.625rem;
	text-align: center;
}

.header__nav-modal-footer {
	margin-top: 3.125rem;
	max-width: 14.8125rem;
}

.header__nav-modal-btn {
	border: 1px solid #afafaf;
	border-radius: 0.625rem;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 0.9375rem 0 0.9375rem 1.25rem;
	position: relative;
}

.header__nav-modal-btn:hover {
	opacity: 1;
}

.header__nav-modal-btn:hover.header__nav-modal-btn::after {
	right: 0.6875rem;
}

.header__nav-modal-btn::after {
	background: url(../images/common/btn-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s right ease;
	width: 1.125rem;
}

.header__hamburger-wrap {
	display: none;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	display: none;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.75rem;
	z-index: 999;
}

.header__hamburger-contact {
	display: none;
}

.header__hamburger-contact-icon {
	width: 1rem;
}

.header__hamburger-contact-text {
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
}

.header__hamburger-line {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.125rem;
}

.header__hamburger-menu {
	color: #fff;
	display: block;
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 3.2;
	margin-top: 0.875rem;
}

.header__hamburger-line:nth-of-type(1) {
	top: 0.8125rem;
}

.header__hamburger-line:nth-of-type(2) {
	top: 1rem;
}

.header__hamburger-line:nth-of-type(3) {
	top: 1.1875rem;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
	background-color: #212121;
	top: 0.875rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
	background-color: #212121;
	top: 0.75rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #fff;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 6.875rem;
	padding-top: 3.75rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: -1;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	margin: auto;
	max-width: 37.5rem;
	width: 100%;
}

.header__drawer-modal {
	border-bottom: 1px solid #eaeaea;
	display: block;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.9375rem 0 0.9375rem 1rem;
	position: relative;
}

.header__drawer-modal::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.header__drawer-modal-content a {
	border-bottom: 1px solid #eaeaea;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 0.65625rem 0 0.65625rem 2.6875rem;
	position: relative;
}

.header__drawer-modal-content a::before {
	background-color: #10929b;
	content: "";
	height: 0.0625rem;
	left: 1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.header__drawer-contact a {
	background-color: #10929b;
	border-radius: 56.25rem;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1.6;
	margin: 2.5rem auto 0;
	padding: 1.125rem 0;
	text-align: center;
	width: 74.1333%;
}

.header.is-hovering:not(.is-scrolled) .js-header-logo a,
.header.is-hovering:not(.is-scrolled) .js-header-text,
.header.is-hovering:not(.is-scrolled) .header__nav-item a,
.header.is-hovering:not(.is-scrolled) .js-header-contact,
.header.is-hovering:not(.is-scrolled) .header__nav-link-modal {
	color: #212121;
}

.header.is-hovering:not(.is-scrolled) .js-header-logo a:hover,
.header.is-hovering:not(.is-scrolled) .js-header-text:hover,
.header.is-hovering:not(.is-scrolled) .header__nav-item a:hover,
.header.is-hovering:not(.is-scrolled) .js-header-contact:hover,
.header.is-hovering:not(.is-scrolled) .header__nav-link-modal:hover {
	color: #10929b;
	opacity: 1;
}

.header.is-hovering:not(.is-scrolled) .header__nav-link-modal::after {
	background: url(../images/common/triangle-blue.svg) no-repeat center center/cover;
}

.header.is-hovering:not(.is-scrolled) .header__nav-item--contact a {
	background-color: #00a3af;
	border-color: #00a3af;
	color: #fff;
}

.header.is-hovering:not(.is-scrolled) .header__nav-item--contact a:hover {
	opacity: 1;
}

.header.is-hovering:not(.is-scrolled) .header__hamburger-line {
	background-color: #212121;
}

.page-section--requirement {
	margin-top: 3.75rem;
	padding: 5.625rem 0;
}

.page-section--requirement .page-history__table {
	background-color: #fff;
}

.page-section--recruit {
	margin-top: 11.25rem;
	padding-top: 5.5625rem;
}

.page-section--recruit .page-news__category {
	margin-top: 3.75rem;
}

.interview__btn {
	margin-top: 7.5rem;
	position: relative;
}

.interview__btn a {
	display: block;
}

.interview__content {
	left: 3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.interview__label {
	color: #10929b;
	display: block;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.interview__title {
	display: block;
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 0.875rem;
	position: relative;
}

.interview__title::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -2.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.interview__btn img {
	border: 0.0625rem solid #d6d6d6;
	border-radius: 0.625rem;
}

.recruit-job {
	padding: 7.5rem 0;
}

.recruit-job__title {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.recruit-job__label {
	border: 0.0625rem solid #7c7f80;
	border-radius: 0.25rem;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 1.6875rem auto 0;
	padding: 0.625rem 3.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-job__image {
	margin: 7.5rem auto 0;
	max-width: 56.9375rem;
	width: 100%;
}

.recruit-job__image img {
	-o-object-fit: cover;
	aspect-ratio: 911/512;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recruit-job__image-mobile {
	margin-top: 8.75rem;
}

.recruit-job__note {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-job__note::before,
.recruit-job__note::after {
	background-color: #212121;
	bottom: 0;
	content: "";
	height: 1.75rem;
	position: absolute;
	width: 0.0625rem;
}

.recruit-job__note::before {
	left: -1.25rem;
	transform: rotate(-35deg);
}

.recruit-job__note::after {
	right: -1.25rem;
	transform: rotate(35deg);
}

.recruit-job__link {
	display: flex;
	justify-content: center;
	margin: 1.875rem auto 0;
}

.recruit-job__link a {
	background-color: #effbff;
	border: 0.125rem solid #1dade5;
	border-radius: 0.625rem;
	display: block;
	max-width: 43rem;
	padding: 2.5625rem 0;
	position: relative;
	width: 100%;
}

.recruit-job__link a img {
	margin: 0 auto;
	max-width: 13.8125rem;
}

.recruit-job__link a::after {
	background: url(../images/recruit/tab.svg) no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.recruit-job__content {
	margin: 6.25rem auto 0;
	max-width: 1120px;
	padding: 0 10px;
  
}

.recruit-job__subtext {
	font-weight: 400;
	line-height: 1.8;
	margin: 2.5rem auto 0;
	max-width: 56.9375rem;
	width: 100%;
}

.recruit-job__content p {
	font-weight: 400;
	line-height: 1.8;
	margin: 2.5rem auto 0;
	max-width: 56.9375rem;
	width: 100%;
}

.culture {
	margin: 7.5rem auto;
	max-width: 83.125rem;
	padding: 0 1.25rem;
}

.culture__inner {
	background-color: #eff5f5;
	border-radius: 1.25rem;
	padding: 5rem 1.25rem;
}

.culture__item {
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	gap: 1.4375rem;
	margin: 0 auto;
	max-width: 70rem;
	padding: 2.5rem;
	width: 100%;
}

.culture__item:not(:first-child) {
	margin-top: 3.75rem;
}

.culture__image {
	flex-shrink: 0;
	max-width: 21.25rem;
	width: 100%;
}

.culture__image img {
	aspect-ratio: 340/226;
	border-radius: 0.625rem;
	height: auto;
	width: 100%;
}

.culture__heading {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
}

.culture__text {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.staff-interview {
	padding-bottom: 7.5rem;
}

.staff-interview:not(:first-child) {
	padding-top: 7.5rem;
}

.staff-interview:nth-child(even) {
	background-color: #eff5f5;
}

.staff-interview__item {
	display: flex;
	gap: 3.125rem;
}

.staff-interview:nth-child(even) .staff-interview__item {
	flex-direction: row-reverse;
}

.staff-interview__image {
	max-width: 32rem;
	width: 100%;
}

.staff-interview__image img {
	-o-object-fit: cover;
	aspect-ratio: 512/521;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.staff-interview__content {
	width: 100%;
}

.staff-interview__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
}

.staff-interview__position {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.9375rem;
	margin-top: 1.5625rem;
}

.staff-interview__badge {
	background-color: #10929b;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.25rem 0.75rem;
}

.staff-interview__text {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.mv {
	height: 100vh;
	min-height: 37.5rem;
	position: relative;
	z-index: 1;
}

.mv::after {
	background: url(../images/common/treat-white.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 3.6875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.mv__video {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__main-title {
	bottom: 10%;
	height: 100%;
	margin: 4.25rem auto 0;
	max-width: 34.375rem;
	width: 100%;
}

.mv__sub-title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
	height: inherit;
	min-height: inherit;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.news-detail {
	padding-bottom: 7.5rem;
}

.news-detail__meta {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
}

.news-detail__date {
	font-weight: 500;
}

.news-detail__category {
	border: 1px solid #8e8e8e;
	color: #8e8e8e;
	font-size: 12px;
	padding: 0.1875rem 0.625rem;
}

.news-detail__title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 2rem;
	text-align: center;
}

.news-detail__content img {
	height: auto;
	margin: 5rem auto 0;
	object-fit: contain;
	width: unset;
}

.news-detail__content p {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 3rem;
}

.news-detail__content p a {
	-webkit-text-decoration: underline;
	color: #2b7f8b;
	text-decoration: underline;
}

.news-detail__content h1,
.news-detail__content h2 {
	border-bottom: 1px solid #707070;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 5.125rem;
	padding: 0 1.25rem 1.125rem 0;
}

.news-detail__content h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4.375rem;
	padding-left: 1.4375rem;
	position: relative;
}

.news-detail__content h3::before {
	background-color: #10929b;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.news-detail__content h4 {
	background-color: #eff5f5;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4.375rem;
	padding: 0.5625rem 1.4375rem;
	position: relative;
}

.news-detail__content h4::before {
	background-color: #aad0d3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.news-detail__content h5 {
	border: 1px solid #6a8e8d;
	border-radius: 0.25rem;
	color: #6a8e8d;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 3.125rem;
	padding: 0.5rem 1.25rem;
}

.news-detail__content h6 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 3.125rem;
}

.news-detail__content-box {
	background-color: #fcfcfc;
	border: 1px solid #d1d1d1;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 3.75rem;
	padding: 2.5rem;
}

.news-detail__content-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.news-detail__content-career {
	font-size: 0.875rem;
	font-weight: 400;
}

.news-detail__content-text {
	font-weight: 400;
	line-height: 1.6;
}

.news-detail__content table {
      margin-top: 3.125rem;
}
  
.news-detail__content table td {
	line-height: 1.6;
    padding: 0.875rem 0.875rem;
}

.faq {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 3.75rem;
}

.faq__item {
	border: 1px solid #e0e0e0;
}

.faq__question {
	background-color: #f8f8f8;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.9375rem 4.875rem 0.9375rem 4.25rem;
	position: relative;
}

.faq__question span {
	position: relative;
}

.faq__question span::before {
	background: url(../images/common/Q.webp) no-repeat center center/cover;
	content: "";
	height: 2.4375rem;
	left: -2.5rem;
	position: absolute;
	top: -0.4375rem;
	width: 1.3125rem;
}

.faq__question::before,
.faq__question::after {
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.875rem;
	top: 1rem;
	width: 1.75rem;
}

.faq__question::before {
	background: url(../images/common/close.webp) no-repeat center center/cover;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.faq__question::after {
	background: url(../images/common/open.webp) no-repeat center center/cover;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.faq__question.is-open::before {
	opacity: 0;
	z-index: 1;
}

.faq__question.is-open::after {
	opacity: 1;
}

.faq__answer.is-open {
	display: block;
}

.faq__answer-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.faq__answer {
	border-top: 1px solid #e0e0e0;
	display: none;
	font-weight: 400;
	line-height: 1.6;
	padding: 1.5625rem 1.875rem 1.25rem 4.25rem;
	position: relative;
}

.faq__answer::before {
	background: url(../images/common/A.webp) no-repeat center center/cover;
	content: "";
	height: 2.4375rem;
	left: 1.875rem;
	position: absolute;
	top: 1.25rem;
	width: 1.25rem;
}

.page-news-nursery {
	padding-bottom: 7.5rem;
}

.page-news-nursery .page-news__list {
	margin-top: 3.75rem;
}

.page-news__category {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 53.75rem;
}

.page-news__category-item {
	background-color: #fff;
	border: 1px solid #003139;
	border-radius: 0.375rem;
	color: #003139;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	width: 12.5rem;
}

#Recruit .page-news__category-item {
	padding: 0.9375rem 0;
}

.page-news__category-item a {
	display: block;
	padding: 0.9375rem 0;
}

.page-news__category-item--current {
	background-color: #003139;
	color: #fff;
}

.page-news__category-item.is-active {
	background-color: #003139;
	color: #fff;
}

.page-news-list {
	margin-bottom: 7.5rem;
}

.page-news-list__inner {
	display: flex;
	gap: 5.5%;
	justify-content: space-between;
}

.page-news-list__main {
	flex: 1;
}

.page-news-list__items {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

.page-news-list__item a {
	border-bottom: 1px dashed #d8d8d8;
	display: block;
	padding-bottom: 0.9375rem;
}

.page-news-list__meta {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.page-news-list__date {
	display: inline-block;
}

.page-news-list__category {
	border: 1px solid #8e8e8e;
	color: #8e8e8e;
	display: inline-block;
	font-size: 12px;
	padding: 0.1875rem 0.625rem;
}

.page-news-list__title {
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.page-news-list__sidebar {
	flex-shrink: 0;
	width: 19.9375rem;
}

.page-news-list__sidebar-inner {
	border-top: 1px solid #212121;
	position: sticky;
	top: 7.5rem;
}

.page-news-list__sidebar-title {
	font-weight: 700;
	margin-top: 0.9375rem;
}

.page-news-list__category-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.page-news-list__category-link {
	background-color: #f5f4f2;
	border-radius: 0.25rem;
	display: block;
	font-weight: 500;
	padding: 1.125rem 1.25rem;
	position: relative;
}

.page-news-list__category-link:hover::after {
	right: 0.5rem;
}

.page-news-list__category-link::after {
	background: url("/assets/images/common/txt-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 0.75rem;
}

.info {
	margin-top: 3.75rem;
}

.info__image {
	margin: 0 auto;
	max-width: 56.9375rem;
	position: relative;
}

.info__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 6.625rem;
}

.info__tag {
	border: 1px solid #8e8e8e;
	border-radius: 56.25rem;
	color: #555;
	font-weight: 500;
	padding: 0.4375rem 0.875rem;
}

.info__wrap {
	margin: 0 auto;
	max-width: 56.9375rem;
}

.info__data {
	background-color: #f5f5f5;
	margin-top: 3.75rem;
	padding: 2.5rem;
}

.info__data--inaho {
	padding: 2.5rem 1.5rem 2.5rem 2.5rem;
}

.info__data--inaho .info__list {
	width: 53%;
}

.info__heading {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.625rem;
}

.info__lists {
	display: flex;
}

.info .page-overview__map-button {
	margin-top: 0;
}

.info .page-overview__map-button.u-mobile {
	display: none;
}

.info__list {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	width: 57%;
}

.info__item {
	display: flex;
	gap: 1.9375rem;
}

.info__item--access {
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.info__label {
	font-size: 0.875rem;
	font-weight: 500;
	width: 3.5rem;
}

.info__label--access {
	width: 4.0625rem;
}

.info__desc {
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
}

.info__desc--address {
	padding-left: 0.625rem;
}

.info__item--map {
	width: 50%;
}

.info__access {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.info__links {
	grid-column-gap: 1.9375rem;
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
}

.info__links-wrap {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
}

.info__link01 {
	padding: 1.5625rem 0 1.5625rem 0.625rem;
}

.info__link.info__link02 {
	margin: 0 auto;
	max-width: 27.5rem;
	padding: 1.5625rem 0;
	width: 100%;
}

.info__link.info__link03 {
	margin: 0 auto;
	max-width: 27.5rem;
	padding: 1.5625rem 0 1.5625rem 2.5rem;
	width: 100%;
}

.info__link {
	border: 1px solid #afafaf;
	border-radius: 0.625rem;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	transition: background-color 0.2s ease-in;
}

.info__link:hover {
	background-color: #f8f8f8;
	opacity: 1;
}

.info__link span {
	position: relative;
}

.info__link01 span::before,
.info__link01 span::after,
.info__link02 span::after,
.info__link03 span::before {
	content: "";
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
}

.info__link01 span::before {
	background: url(../images/common/book.svg) no-repeat center center/cover;
	height: 1.3125rem;
	left: -2.5rem;
	width: 1.75rem;
}

.info__link01 span::after,
.info__link02 span::after {
	background: url(../images/common/PDF.svg) no-repeat center center/cover;
	height: 1rem;
	right: -1rem;
	width: 0.75rem;
}

.info__link03 span::before {
	background: url(../images/common/instagram.webp) no-repeat center center/cover;
	height: 1.875rem;
	left: -2.8125rem;
	width: 1.875rem;
}

.info__swiper {
	margin-bottom: 1.25rem;
	position: relative;
}

.info__swiper-slide {
	aspect-ratio: 911/529;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.info__swiper-pagination {
	bottom: -3.125rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.info__swiper-pagination .swiper-pagination-bullet {
	background-color: #eaeaea;
	height: 1rem;
	margin: 0 0.4375rem;
	opacity: 1;
	width: 1rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.info__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #10929b;
}

.swiper-button-prev,
.swiper-button-next {
	width: 3.125rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.info__swiper-button-prev {
	left: -3.75rem;
}

.info__swiper-button-next {
	right: -3.75rem;
}

.page-news {
	background-color: #f5f4f2;
	margin-left: calc(50% - 50vw);
	margin-top: 3.75rem;
	padding: 5.625rem 0;
	width: 100vw;
}

.page-news__header {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.page-news__heading {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.page-news__list {
	grid-gap: 3.75rem 3rem;
	display: grid;
	gap: 3.75rem 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.page-news__item a {
	display: block;
}

.page-news__item a:hover .page-news__image img {
	transform: scale(1.05);
}

.page-news__image {
	overflow: hidden;
}

.page-news__image img {
	-o-object-fit: cover;
	aspect-ratio: 341/192;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.page-news__info {
	margin-top: 0.5625rem;
}

.page-news__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.page-news__date {
	color: #8e8e8e;
	font-size: 0.875rem;
	font-weight: 500;
}

.page-news__label {
	background-color: #fff;
	border: 1px solid #8e8e8e;
	color: #8e8e8e;
	display: inline-block;
    white-space: nowrap;
	font-size: 0.825rem;
	padding: 0.09375rem 0.5625rem;
	margin-left: 0.5rem;
}

.page-news__title {
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.page-news__filter {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	margin-top: 3.75rem;
}

.page-news__filter-button {
	background-color: #fff;
	border: 1px solid #afafaf;
	border-radius: 0.375rem;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 1.0625rem 1.25rem;
	position: relative;
	width: 12.5rem;
}

.page-news__filter-button:hover::after {
	right: 0.75rem;
}

.page-news__filter-button::after {
	background: url(../images/common/txt-arrow-black.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 0.75rem;
}

.info__bottom-link {
	margin-top: 2.5rem;
}

.info__bottom-link a {
	border: 1px solid #d6d6d6;
	border-radius: 0.625rem;
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	overflow: hidden;
	position: relative;
}

.info__bottom-link a:hover span::after {
	right: -2.5rem;
}

.info__bottom-link span {
	left: 3.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.info__bottom-link span::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 1.25rem;
}

.info__bottom-link a img {
	-o-object-fit: cover;
	aspect-ratio: 911/280;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-mv,
.page-mv-green {
	position: relative;
}

.page-mv::before {
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-mv::after,
.page-mv-green::after {
	background: url(../images/common/treat-mv.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 6.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-mv img {
	-o-object-fit: cover;
	aspect-ratio: 1440/650;
	height: 40.625rem;
	object-fit: cover;
	width: 100%;
}

.page-mv-green img {
	-o-object-fit: cover;
	aspect-ratio: 1440/251;
	height: 15.6875rem;
	object-fit: cover;
	width: 100%;
}

.breadcrumb {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 0.75rem;
}

.breadcrumb__link {
	color: #10929b;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	transition: color 0.3s ease-in;
}

.breadcrumb__link:not(:first-child) {
	margin-left: 1.6875rem;
}

.breadcrumb__link:not(:first-child)::before {
	background-color: #10929b;
	content: "";
	height: 0.0625rem;
	left: -1.3125rem;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.breadcrumb__link__current {
	color: #212121;
	pointer-events: none;
}

.breadcrumb__link__current:hover {
	color: #212121;
	opacity: 1;
}

.page-header {
	margin-top: 4.875rem;
	padding-bottom: 7.5rem;
}

.page-header-s {
	margin-top: 3.75rem;
	padding-bottom: 7.5rem;
}

.page-header__title {
	align-items: flex-end;
	display: flex;
	font-size: 2.5rem;
	font-weight: bold;
	gap: 2.1875rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.page-header__title span {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.page-header__title-about-us {
	width: 34.875rem;
}

.page-header__title-daily-yearly {
	width: 24.125rem;
}

.page-header--nursery .page-header__title-nursery {
	width: 17.875rem;
}

.page-header__title-environment {
	width: 37.625rem;
}

.page-header__title-news-nursery {
	width: 21.125rem;
}

.page-header__title-yoshino {
	width: 41.8125rem;
}

.scroll-btn {
	background-color: #eff5f5;
	padding: 2.5rem 0;
}

.scroll-btn--nursery .scroll-btn__item a {
	padding-top: 1.25rem;
}

.scroll-btn__inner {
	margin: 0 auto;
	max-width: 76.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.scroll-btn__list {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin: 0 auto;
}

.scroll-btn__item {
	background-color: #fff;
	height: 6.25rem;
	text-align: center;
	width: 11.25rem;
}

.scroll-btn__item a {
	border: 1px solid transparent;
	display: block;
	font-weight: 500;
	height: inherit;
	line-height: 1.09375;
	padding-top: 2.1875rem;
	position: relative;
	transition: border 0.3s ease-in-out;
	width: 100%;
}

.scroll-btn__item a:hover {
	border: 1px solid #10929b;
	opacity: 1;
}

.scroll-btn__item a:hover:after {
	bottom: 0.5625rem;
}

.scroll-btn__item a::after {
	background: url(../images/common/txt-arrow-tiny.svg) no-repeat center center/cover;
	bottom: 0.875rem;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: bottom 0.2s ease-in;
	width: 0.75rem;
}

.scroll-btn__item span {
	display: block;
	font-size: 0.8125rem;
	font-weight: 400;
	padding-bottom: 0.3125rem;
	text-align: center;
}

.page-section {
	overflow: hidden;
	padding-top: 7.5rem;
}

.page-section.thanks {
	margin-bottom: 100px;
}

.page-section-main-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 6.6875rem;
}

.page-section-treat {
	position: relative;
}

.page-section-treat::before,
.page-section-treat::after {
	background-image: url(../images/common/dashed-line.svg);
	background-repeat: repeat-x;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-section__inner {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-section__content {
	margin: 3.75rem auto 0;
	max-width: 60rem;
	width: 100%;
}

.page-section__content--childcare {
	margin: 2.5rem auto 0;
}

.page-section__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	padding-top: 3.25rem;
	text-align: center;
}

.page-section__lead {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 4.375rem;
	text-align: center;
}

.page-section__text {
	display: flex;
	line-height: 1.8;
	margin: 2.5rem auto 0;
}

.page-section__text--large {
	margin: 5rem auto 0;
}

.page-section__subtext {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.875rem;
	text-align: center;
}

.page-section__subtext-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	line-height: 1.6;
}

.page-section__subtitle {
	background-color: #eef2e6;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 1rem 0;
	position: relative;
	text-align: center;
}

.page-section__subtitle::before,
.page-section__subtitle::after {
	background: url(../images/common/subtitle-line.svg) no-repeat center center/cover;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98.6619%;
}

.page-section__subtitle::before {
	top: 0.5rem;
}

.page-section__subtitle::after {
	bottom: 0.5rem;
}

.page-section__subtitle--sub {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
}

.recruit-job__content h2 {
	background-color: #eef2e6;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 1rem 0;
	position: relative;
	text-align: center;
    margin-top: 6.25rem;
}

.recruit-job__content h2::before,
.recruit-job__content h2::after {
	background: url(../images/common/subtitle-line.svg) no-repeat center center/cover;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98.6619%;
}

.recruit-job__content h2::before {
	top: 0.5rem;
}

.recruit-job__content h2::after {
	bottom: 0.5rem;
}

.page-section__sub-text {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	line-height: 1.8;
}

.page-section__annotation {
	background-color: #fff2d9;
	border-radius: 1.25rem;
	margin-top: 3.75rem;
	padding: 2.5rem 1.875rem;
}

.page-section__annotation-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
	text-align: center;
}

.page-section__annotation-text {
	line-height: 1.8;
}

.page-section__img img {
	-o-object-fit: cover;
	aspect-ratio: 911/512;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-section__item,
.page-section__item--star {
	font-weight: 400;
	line-height: 1.8;
	padding-left: 1rem;
	position: relative;
}

.page-section__item::before {
	background-color: #212121;
	border-radius: 50%;
	content: "";
	height: 0.125rem;
	left: 0.375rem;
	position: absolute;
	top: 0.75rem;
	width: 0.125rem;
}

.page-section__item--star::before {
	color: #212121;
	content: "★";
	font-size: 1rem;
	left: 0;
	position: absolute;
	top: 0;
}

.footer-btn-section {
	background-color: #f5f4f2;
	border-top: 1px solid #bfbfbf;
	padding: 2.5rem 0;
}

.footer-btn-section__list {
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
	padding: 0 1.5625rem;
}

.footer-btn-section__item {
	max-width: 16.875rem;
	width: 100%;
}

.footer-btn-section__link {
	background-color: #fff;
	border: 0.0625rem solid #6a8e8d;
	border-radius: 0.375rem;
	color: #6a8e8d;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 1.375rem 0 1.375rem 1.25rem;
	position: relative;
}

.footer-btn-section__link:hover {
	opacity: 1;
}

.footer-btn-section__link:hover::after {
	right: 0.875rem;
}

.footer-btn-section__link::after {
	background: url(../images/common/txt-arrow-tiny-g.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: right 0.2s ease-in;
	width: 0.75rem;
}

.layout-page-top {
	bottom: 0.9375rem;
	position: fixed;
	right: 0.9375rem;
}

.page-top {
	align-items: center;
	background-color: #739099;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.9375rem;
	height: 4.1875rem;
	justify-content: center;
	line-height: 1;
	padding-top: 0.9375rem;
	text-transform: uppercase;
	width: 4.1875rem;
}

.page-top::before {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	top: 1.25rem;
	transform: translateX(-50%) rotate(-45deg);
	width: 0.8125rem;
}