.layout-pagination {
	margin-top: 3.75rem;
}

.pagination__inner {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 13.75rem;
	width: 100%;
}

.pagination__button a {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
}

.pagination__button a::before {
	background: url(../images/news/prev-next.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 0.15625rem;
	left: 0;
	position: absolute;
	width: 5.625rem;
}

.pagination__button a::after {
	background: url(../images/common/btn-arrow-black.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	top: 0.5rem;
	width: 1.375rem;
}

.pagination__button--prev a {
	margin-right: auto;
	padding: 0 0.3125rem 0.5625rem 3rem;
}

.pagination__button--prev a::after {
	left: 0.3125rem;
	transform: rotate(180deg);
}

.pagination__button--next a {
	margin-left: auto;
	padding: 0 3rem 0.5625rem 0.3125rem;
}

.pagination__button--next a::after {
	right: 0.3125rem;
}

.page-news-list__btn {
	margin: 3.75rem auto 0;
	max-width: 22.5rem;
	width: 100%;
}

.page-news-list__btn a {
	border: 1px solid #afafaf;
	border-radius: 0.375rem;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 1.5625rem 1.25rem;
	position: relative;
}

.page-news-list__btn a:hover::after {
	right: 0.75rem;
}

.page-news-list__btn a::after {
	background: url(../images/common/txt-arrow-black.svg) no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 0.875rem;
}

.page-news-list__btn a span {
	font-size: 1.125rem;
	font-weight: 500;
}

.philosophy__image img {
	-o-object-fit: cover;
	aspect-ratio: 911/512;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.philosophy__subtitle {
	margin-top: 3.75rem;
}

.tab__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 3.75rem;
	text-align: center;
}

.tab {
	margin-top: 3.75rem;
}

.tab__list {
	display: flex;
	gap: 0.3125rem;
	justify-content: space-between;
}

.tab__item {
	background-color: #eaeaea;
	border-radius: 0.625rem;
	cursor: pointer;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 1.6875rem 0;
	text-align: center;
}

.tab__item--active {
	background-color: #10929b;
	color: #fff;
	position: relative;
	transition: background-color 0.4s, color 0.4s;
}

.tab__item--active::after {
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.75rem solid #10929b;
	bottom: -0.6875rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.4s;
	width: 0;
}

.policy-content {
	background-color: #f5f4f2;
	border-radius: 1.25rem;
	display: none;
	margin-top: 1.375rem;
	padding: 4.9375rem 0 5rem;
}

.policy-content__inner {
	margin: 0 auto;
	max-width: 56.9375rem;
}

.policy-content.is-active {
	display: block;
}

.policy-content__title {
	background-color: #fff;
	border-radius: 56.25rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.5rem;
	padding: 0.5rem 2.875rem;
}

.policy-content__section {
	margin-top: 1.25rem;
}

.policy-content__label {
	background-color: #10929b;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	padding: 0.6875rem 1.25rem;
}

.policy-content__main {
	margin-top: 1.25rem;
}

.policy-content__lead {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.policy-content__list {
	margin-top: 1.25rem;
}

.policy-content__item {
	line-height: 2;
	padding-left: 1rem;
	position: relative;
}

.policy-content__item::before {
	border: 0.125rem solid #10929b;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 0.75rem;
}

.policy__annotation {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 3.75rem;
	text-align: center;
}

.policy-btn {
	display: flex;
	justify-content: center;
	margin: 1.875rem auto 0;
}

.policy-btn__link {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-greeting__content {
	margin-top: 3.75rem;
}

.page-greeting__sub-content {
	margin-top: 5rem;
}

.page-greeting__title {
	margin-top: 3.75rem;
}

.page-greeting__text {
	margin-top: 1.875rem;
}

.page-greeting__name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 1.5625rem;
	margin-top: 2.5rem;
	text-align: right;
}

.page-greeting__block {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.page-greeting__block-text {
	width: 100%;
}

.page-greeting__block-img {
	width: 87%;
}

.page-greeting__block-img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-greeting__image {
	margin: 0 auto;
	max-width: 56.9375rem;
	width: 100%;
}

.page-greeting__image img {
	-o-object-fit: cover;
	aspect-ratio: 911/512;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-history__gallery {
	display: flex;
	gap: 2.3125rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.page-history__sub-gallery {
	display: flex;
	gap: 2.3125rem;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.page-history__gallery-item {
	width: 50%;
}

.page-history__gallery-item img {
	-o-object-fit: cover;
	aspect-ratio: 437/246;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-history__caption {
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.page-history__text {
	margin-top: 3.75rem;
}

.page-history__table {
	border-top: 1px solid #8e8e8e;
	margin-top: 3.75rem;
}

.page-history__row {
	border-bottom: 1px solid #8e8e8e;
	display: flex;
}

.page-history__date {
	background-color: #e5edd5;
	display: flex;
	flex-shrink: 0;
	font-weight: 500;
	gap: 0.25rem;
	padding: 1.1875rem 0 1.1875rem 1.125rem;
	width: 10.5rem;
}

.page-history__date-year,
.page-history__date-month {
	font-weight: 500;
	line-height: 1.6;
}

.page-history__date-year {
	flex-shrink: 0;
	width: 4.2rem;
}

.page-history__description {
	line-height: 1.6;
	padding: 1.1875rem 0.875rem;
}

.page-overview {
	margin-top: 9.375rem;
	padding: 5.625rem 0 6.375rem;
}

.page-overview__title {
	text-align: center;
}

.page-overview__list {
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	padding: 3.125rem 2.5625rem;
}

.page-overview__item {
	display: flex;
}

.page-overview__item:not(:first-child) {
	border-top: 0.0625rem solid #d8d8d8;
	padding-top: 1.1875rem;
}

.page-overview__item:not(:last-child) {
	padding-bottom: 1.1875rem;
}

.page-overview__term {
	flex-shrink: 0;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 1.25rem;
	position: relative;
	width: 8.125rem;
}

.page-overview__item:not(:last-child) .page-overview__term::after {
	background-color: #10929b;
	bottom: -1.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-overview__desc {
	line-height: 1.6;
	padding-left: 3.25rem;
}

.page-overview__map-button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.375rem;
	color: #000;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding: 0.75rem 1rem;
	position: relative;
	transition: background-color 0.3s;
	width: 11.6875rem;
}

.page-overview__map-button:hover {
	opacity: 1;
}

.page-overview__map-button:hover::after {
	right: 0.625rem;
}

.page-overview__map-button::after {
	background: url(../images/common/txt-arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 0.9rem;
}

.map {
	height: 0;
	padding-top: 41.5%;
	position: relative;
	width: 100%;
}

.map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.privacy {
	padding-bottom: 7.5rem;
}

.privacy__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.privacy__text a {
	-webkit-text-decoration: underline;
	color: #10929b;
	text-decoration: underline;
}

.privacy__heading,
.privacy__text,
.privacy__item {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.privacy__heading {
	font-weight: 700;
	margin-top: 1.625rem;
}

.privacy__content {
	margin-top: 2.5rem;
}

.privacy__annotation {
	margin-top: 1.25rem;
	text-align: right;
}

.service {
	overflow-x: hidden;
}

.service__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.service__swiper {
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.service-card a {
	background-color: #fff9ee;
	display: block;
	height: 100%;
	padding: 0.9375rem 0.9375rem 2.1875rem;
}

.service-card a:hover {
	opacity: 1;
}

.service-card__img {
	overflow: hidden;
	width: 100%;
}

.service-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/186;
	object-fit: cover;
	transition: 0.6s;
	width: 100%;
}

.service-card:hover .service-card__img img {
	transform: scale(1.2);
}

.service-card__text {
	font-size: 0.9375rem;
	line-height: 1;
	margin-top: 0.9375rem;
}

.page-section--sick-childcare {
	padding-bottom: 7.5rem;
}

.chilcare-block {
	margin-top: 6.25rem;
}

.childcare-img {
	margin: 2.5rem auto 0;
	max-width: 56.9375rem;
}

.childcare__subtitle {
	background-color: #eb798e;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 3.75rem;
	padding: 0.5rem 0;
	text-align: center;
}

.page-section__annotation--beige {
	background-color: #f5f4f2;
}

.symptom-box__list {
	margin-top: 1.875rem;
}

.symptom-box__list--small {
	margin-top: 0.3125rem;
}

.symptom-box__item {
	font-weight: 500;
	line-height: 1.8;
	padding-left: 0.875rem;
	position: relative;
}

.symptom-box__item::before {
	background-color: #10929b;
	border-radius: 50%;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 0.25rem;
}

.symptom-box__note {
	display: flex;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.flow-box {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.flow-box__step {
	align-items: flex-start;
	border-top: 1px solid #e0e0e0;
	display: flex;
	gap: 1.5rem;
	padding: 1.6875rem 1.875rem;
}

.flow-box__step:last-child {
	border-bottom: 1px solid #e0e0e0;
}

.flow-box__number {
	align-items: center;
	background-color: #003138;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 500;
	height: 2.5625rem;
	justify-content: center;
	width: 2.5625rem;
}

.flow-box__body {
	flex: 1;
}

.flow-box__content-inner {
	display: flex;
	justify-content: space-between;
}

.flow-box__title {
	font-size: 1.125rem;
	font-weight: 700;
}

.flow-box__text {
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.25rem;
}

.flow-box__text a {
	font-weight: bold;
}

.flow-box__button {
	background-color: #10929b;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	height: 5.625rem;
	margin-top: 1.4375rem;
	padding: 1.875rem 1.25rem 1.875rem 0;
	position: relative;
	text-align: center;
	width: 22.5rem;
}

.flow-box__button::after {
	background: url(../images/common/tab.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 3.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.90625rem;
}

.flow-box__subtext-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.flow-box__subtext {
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.download-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.download-list__group-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.download-list__item {
	border: 1px solid #afafaf;
	border-radius: 0.625rem;
	display: flex;
	gap: 2.625rem;
	margin-top: 1.25rem;
}

.download-list__link {
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 2.3125rem;
	padding: 1.5625rem 1.0625rem;
	width: 100%;
}

.download-list__label {
	flex-shrink: 0;
	min-width: 14.6875rem;
	padding-left: 0.875rem;
	position: relative;
}

.download-list__label::before {
	background: url(../images/common/triangle-blue-right.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	left: -0.125rem;
	position: absolute;
	top: 0.625rem;
	width: 0.3125rem;
}

.download-list__label span {
	position: relative;
}

.download-list__label span::after {
	background: url(../images/common/PDF.svg) no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: -1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.download-list__note {
	flex: 1 1 100%;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.belongings-list {
	margin-top: 3.75rem;
}

.belongings-list__row {
	align-items: flex-start;
	border-top: 1px solid #8e8e8e;
	display: flex;
	gap: 1.5625rem;
	padding: 1.25rem 0.9375rem;
	position: relative;
}

.belongings-list__row:last-child {
	padding-bottom: 0;
}

.belongings-list__row::before {
	background-color: #10929b;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: -0.0625rem;
	width: 16.25rem;
}

.belongings-list__label {
	flex-shrink: 0;
	font-weight: 500;
	width: 16.25rem;
}

.belongings-list__desc {
	font-weight: 400;
	line-height: 1.6;
}

.flow-schedule {
	display: flex;
	flex-direction: column;
	gap: 4.125rem;
}

.flow-schedule__row {
	align-items: center;
	background-color: #fff;
	border: 1px solid #212121;
	display: flex;
	font-size: 0.875rem;
	min-height: 7.5rem;
	padding: 1.25rem;
	position: relative;
}

.flow-schedule__row:not(:last-of-type)::before {
	background: url(../images/common/flow-icon.svg) no-repeat center center/cover;
	bottom: -3.125rem;
	content: "";
	height: 1.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
}

.flow-schedule__row:nth-child(even) {
	background-color: #f6fcec;
}

.flow-schedule__label {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	width: 17.375rem;
}

.flow-schedule__label::after {
	background-color: #212121;
	content: "";
	height: 5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.flow-schedule__desc {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.875rem;
}

.flow-schedule__btn {
	margin: 3.75rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.layout-hero {
	background-color: #fff;
	overflow: hidden;
	padding: 8.75rem 0 10.4375rem;
	position: relative;
	z-index: 1;
}

.layout-hero::after {
	background-color: #f5f4f2;
	bottom: 0;
	content: "";
	height: 63.875rem;
	position: absolute;
	right: 0;
	width: 79.8611%;
	z-index: 0;
}

.hero__treat-img img {
	position: absolute;
	z-index: 1;
}

.hero__treat-img img:nth-child(1) {
	max-width: 45rem;
	right: calc(50% - 20.9375rem);
	top: 1.75rem;
}

.hero__treat-img img:nth-child(2) {
	bottom: 10.8125rem;
	max-width: 12rem;
	right: calc(50% - 3.3125rem);
}

.hero__treat-img img:nth-child(3) {
	bottom: -8.4375rem;
	max-width: 24.5625rem;
	right: calc(50% + 20.3125rem);
}

.hero__treat-img img:nth-child(4) {
	bottom: -2.6875rem;
	left: calc(50% + 16.5rem);
	max-width: 25.625rem;
}

.hero__inner {
	display: flex;
	gap: 0.9375rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 80.625rem;
	position: relative;
	z-index: 2;
}

.hero__content {
	margin-top: 2.5rem;
	padding: 0 0 0 5.3125rem;
}

.hero__title {
	margin-left: -5.3125rem;
	max-width: 32.6875rem;
	position: relative;
	z-index: 1;
}

.hero__lead,
.hero__subtext {
	align-items: center;
	display: flex;
}

.hero__lead {
	gap: 1rem;
	letter-spacing: 0.05em;
	margin-top: 2.625rem;
}

.hero__subtext {
	gap: 0.3125rem;
}

.hero__lead-highlight img {
	display: inline-block;
	max-width: 5.5rem;
	padding-top: 0.5rem;
}

.hero__subtext-emphasis img {
	display: inline-block;
	max-width: 14.8125rem;
	padding-top: 0.1875rem;
}

.hero__text {
	margin-top: 2.9375rem;
}

.hero__image-wrap {
	left: calc(50% + 6rem);
	position: absolute;
	width: 43.3vw;
}

.hero__image img {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 624/745;
	height: 46.5625rem;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.hero__btn {
	display: flex;
	margin-right: auto;
	margin-top: 2.6875rem;
}

.hero__btn.u-mobile {
	display: none;
}

.layout-child {
	background-color: #13303b;
	color: #fff;
	position: relative;
	z-index: 1;
}

.child__visual {
	position: relative;
	width: 100%;
}

.child__visual::after {
	background: url(../images/common/treat-blue.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 3.6875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.child__visual img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 1440/700;
	height: 43.75rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.child__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10rem 0 9.75rem;
}

.child__content {
	width: 54%;
}

.child__lead {
	letter-spacing: 0.05em;
}

.child__first-line {
	display: block;
}

.child__lead-highlight {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.4375rem;
}

.child__lead-highlight-icon01 {
	max-width: 9.3125rem;
}

.child__lead-highlight-icon02 {
	margin-left: -0.75rem;
	max-width: 10.1875rem;
}

.child__text {
	margin-top: 2.1875rem;
	width: 95%;
}

.child__btn {
	margin-right: 6.25rem;
	margin-top: 4.375rem;
}

.layout-food {
	background-color: #e5edd5;
	overflow: hidden;
	padding: 7.5rem 0 9.375rem;
	position: relative;
	z-index: 1;
}

.food__inner {
	margin: 0 auto;
	max-width: 83.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.food__content {
	display: flex;
	gap: 8%;
	justify-content: space-between;
}

.food__wrap {
	margin-left: auto;
	width: 44%;
}

.food__images {
	display: flex;
	justify-content: space-between;
}

.food__image img {
	-o-object-fit: cover;
	-o-object-position: top;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.food__image--main {
	margin-top: 2.5rem;
	position: absolute;
	right: calc(50% + 3.4375rem);
	width: 46.1vw;
}

.food__image--main img {
	aspect-ratio: 1/1;
	height: 41.5625rem;
}

.food__image--circle {
	height: 24.8125rem;
	margin-left: 3.125rem;
	margin-top: 23.625rem;
	width: 25.8125rem;
}

.food__image--circle img {
	-o-object-fit: cover;
	aspect-ratio: 413/397;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.food__image--sub {
	left: calc(50% + 3.4375rem);
	margin-top: 6.875rem;
	position: absolute;
	width: 46.1vw;
}

.food__image--sub img {
	aspect-ratio: 1/1;
}

.food__lead {
	align-items: flex-end;
	display: flex;
	letter-spacing: 0.05em;
}

.food__lead-icon {
	display: inline-block;
}

.food__lead-icon img {
	max-width: 4.625rem;
}

.food__text {
	margin-top: 3rem;
}

.food__btn {
	margin-top: 2.875rem;
}

.news {
	background-color: #fff;
	padding: 13.75rem 0 0;
	position: relative;
	z-index: 1;
}

.news::after {
	background: url(../images/common/treat-beige.svg) no-repeat center center/cover;
	content: "";
	height: 3.6875rem;
	left: 0;
	position: absolute;
	top: -0.1875rem;
	width: 100%;
}

.news__lead {
	align-items: baseline;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	letter-spacing: 0.05em;
}

.news__lead-icon img {
	max-width: 7.6875rem;
}

.news__list {
	grid-gap: 2.1875rem 4.5625rem;
	display: grid;
	gap: 2.1875rem 4.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 6.75rem auto 0;
	max-width: 67.25rem;
}

.news__item {
	position: relative;
}

.news__item::before {
	background: url(../images/top/pin.svg) no-repeat center center/cover;
	content: "";
	height: 2.875rem;
	left: 46%;
	position: absolute;
	top: -1.9375rem;
	transform: translateX(-50%);
	width: 2rem;
}

.news__item:nth-child(3n-1) {
	margin-top: 8.75rem;
}

.news__item:nth-child(2n) .news__title {
	background-color: #e5edd5;
}

.news__item a {
	display: block;
}

.news__item a:hover .news__link::after {
	right: 0.625rem;
}

.news__item a:hover .news__image img {
	transform: scale(1.05);
}

.news__title {
	background-color: #e4f1f2;
	border-radius: 0.625rem 0.625rem 0 0;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 1.1875rem 0 0.375rem;
	text-align: center;
}

.news__image {
	overflow: hidden;
}

.news__image img {
	-o-object-fit: cover;
	aspect-ratio: 310/174;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.news__body {
	margin-top: 0.625rem;
}

.news__meta {
	align-items: center;
	color: #8e8e8e;
	display: flex;
	justify-content: space-between;
}

.news__date {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.news__tag {
	border: 1px solid #8e8e8e;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.6;
	padding: 0.125rem 0.5625rem;
}

.news__subtitle {
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.news__link {
	border: 1px solid #202120;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 1.125rem auto 0;
	padding: 0.9375rem 0 0.9375rem 1.25rem;
	position: relative;
	width: 84%;
}

.news__link--w {
	width: 83.5484%;
}

.news__link::after {
	background: url(../images/common/btn-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease;
	width: 1.125rem;
}

.link-cards {
	background-color: #fff;
	padding: 10rem 0;
	position: relative;
	z-index: 1;
}

.link-cards__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.link-cards__link {
	display: block;
	position: relative;
}

.link-cards__link:hover .link-cards__text::after {
	right: 2rem;
}

.link-cards__link:hover .link-cards__img img {
	transform: scale(1.05);
}

.link-cards__img {
	max-width: 70rem;
	overflow: hidden;
	width: 100%;
}

.link-cards__img img {
	-o-object-fit: cover;
	aspect-ratio: 1120/360;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.link-cards__text {
	background-color: #fff;
	bottom: 0;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 1.875rem 5.75rem 1.875rem 2.5rem;
	position: absolute;
	right: 0;
}

.link-cards__text::after {
	background: url(../images/common/btn-arrow-black.svg) no-repeat center center/cover;
	bottom: 3rem;
	content: "";
	height: 1.0625rem;
	position: absolute;
	right: 2.5rem;
	transition: right 0.3s ease;
	width: 2rem;
}

.layout-parallax {
	height: 41.25rem;
	position: relative;
	width: 100%;
}

.layout-parallax::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%;
	z-index: 1;
}

.news-welfare {
	background-color: #fff;
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

.news-welfare__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.news-welfare__list {
	display: flex;
	flex-direction: column;
	margin-top: 3.125rem;
	max-width: 53.75rem;
}

.news-welfare__item a {
	align-items: center;
	display: flex;
	padding: 1.875rem 0 1.25rem;
}

.news-welfare__item:not(:first-child) a {
	border-top: 1px solid #abb9bc;
}

.news-welfare__date {
	font-weight: 500;
	line-height: 1.6;
}

.news-welfare__label {
	border: 1px solid #bcbcbc;
	color: #5a5a5a;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 1.25rem;
	padding: 0.1875rem 0;
	text-align: center;
	width: 9.375rem;
}

.page-news-list .news-welfare__label,
.news-detail .news-welfare__label {
	width: 6rem;
	margin-left: 0.5rem;
}

.news-welfare__label--info {
	background-color: #e6f2ec;
}

.news-welfare__label--recruit {
	background-color: #fff4f4;
}

.news-welfare__label--hoiku {
	background-color: #fff6e8;
}

.news-welfare__label--release {
	background-color: #eff9ff;
}

.news-welfare__label--recruit-info {
	background-color: #fff4f4;
}

.news-welfare__label--childcare {
	background-color: #fff6e8;
}

.news-welfare__label--disclosure {
	background-color: #eff9ff;
}

.news-welfare__label--development-support,
.news-welfare__label--child-development {
	background-color: #f2e9ff;
}

.news-welfare__text {
	flex: 1;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 1.25rem;
}

.news-welfare__btn {
	display: flex;
	justify-content: center;
	margin: 3.75rem auto 0;
}

.bottom-btn {
	background-color: #fff;
	padding: 7.5rem 0 7.1875rem;
	position: relative;
	z-index: 1;
}

.bottom-btn__list {
	display: flex;
	gap: 2.4375rem;
}

.bottom-btn__item {
	flex: 1;
}

.bottom-btn__link {
	display: block;
}

.bottom-btn__link:hover .bottom-btn__img img {
	transform: scale(1.05);
}

.bottom-btn__link:hover .bottom-btn__button::after {
	right: 0.75rem;
}

.bottom-btn__img {
	overflow: hidden;
	width: 100%;
}

.bottom-btn__img img {
	-o-object-fit: cover;
	aspect-ratio: 540/324;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.bottom-btn__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.125rem;
}

.bottom-btn__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
}

.bottom-btn__button {
	border: 1px solid #202120;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.875rem 0 0.875rem 1.25rem;
	position: relative;
	transition: all 0.3s ease;
	width: 8.25rem;
}

.bottom-btn__button::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: right 0.3s ease;
	width: 1.125rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/*add*/
.news-detail__content .faq p {
  margin-top: 0;
}

.news-detail__content .faq .faq__question {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.notfound .news-detail__content p {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3.75rem;
  text-align: center;
}