body {
	background: #fff;
	color: #485946;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

main {
	overflow-x: clip;
}

p,
a,
li {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.015em;
	line-height: 1.8;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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;
	height: auto;
	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;
}

/* フォームリセット */

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=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.3s ease;
	align-items: center;
	background: #2c9e54;
	border: 1px solid #2c9e54;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	gap: 16px;
	gap: 1rem;
	justify-content: center;
	padding: 15px 54px;
	padding: 0.9375rem 3.375rem;
	transition: background-color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn__icon {
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	height: 1.875rem;
	margin-right: -15px;
	margin-right: -0.9375rem;
	position: relative;
	width: 30px;
	width: 1.875rem;
}

.c-btn__icon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	background-color: #2c9e54;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 10px;
	width: 0.625rem;
}

.c-btn.--small {
	border-radius: 1.5rem;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	width: 152px;
	width: 9.5rem;
}

.c-btn.--orange {
	background: #e4902a;
	border-color: #e4902a;
}

.c-btn.--orange .c-btn__icon::before {
	background-color: #e4902a;
}

.c-btn.--icon {
	gap: 5px;
	gap: 0.3125rem;
}

.c-btn.--icon .c-btn__icon {
	background-color: transparent;
	margin-right: -21px;
	margin-right: -1.3125rem;
}

.c-btn.--icon .c-btn__icon::before {
	-webkit-mask-image: url(../images/icon/window.svg);
	-webkit-transform: translate(-50%, -50%);
	background-color: #fff;
	height: 28px;
	height: 1.75rem;
	mask-image: url(../images/icon/window.svg);
	transform: translate(-50%, -50%);
	width: 28px;
	width: 1.75rem;
}

.c-btn.--icon.--mail {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	padding-left: 22px;
	padding-left: 1.375rem;
	padding-right: 22px;
	padding-right: 1.375rem;
}

.c-btn.--icon.--mail .c-btn__icon {
	margin-left: 2px;
	margin-right: 0;
}

.c-btn.--icon.--mail .c-btn__icon::before {
	-webkit-mask-image: url(../images/icon/mail.svg);
	mask-image: url(../images/icon/mail.svg);
}

.c-fixedBtn {
	display: none;
}

.c-fixedBtn__instagram {
	-webkit-transition: -webkit-transform 0.3s ease;
	display: block;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
}

.c-fixedBtn__instagram img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-fixedBtn__recruit {
	-webkit-transition: -webkit-transform 0.3s ease;
	display: block;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 48px;
	width: 3rem;
}

.c-fixedBtn__recruit img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-fixedBtnSp {
	bottom: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.c-fixedBtnSp a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #2c9e54;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.015em;
}

.c-fixedBtnSp a::before {
	-webkit-mask-image: url(../images/icon/tel.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #fff;
	content: "";
	height: 20px;
	height: 1.25rem;
	mask-image: url(../images/icon/tel.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 20px;
	width: 1.25rem;
}

.c-fixedBtnSp a:nth-child(2) {
	background: #e4902a;
}

.c-title__en {
	color: #9ec054;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.c-title__ja {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.c-title.--white {
	color: #fff;
}

.c-title.--white .c-title__en {
	color: #fff;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.block-editor * + * {
	margin-top: 1em;
}

.block-editor a {
	color: blue;
	text-decoration: underline;
}

.block-editor ul {
	list-style: disc;
	padding-left: 2em;
}

.block-editor ol {
	list-style: decimal;
	padding-left: 2em;
}

.block-editor li {
	margin: 0;
}

.block-editor h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.block-editor h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.block-editor h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.block-editor img {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.p-about {
	background: #faf8f4;
	padding-bottom: 139px;
	padding-bottom: 8.6875rem;
}

.p-about__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 45px;
	gap: 2.8125rem;
	grid-template-columns: 1fr;
	justify-items: center;
}

.p-about__inner::after {
	background-image: url(../images/top/tree_welfare.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 235px;
	height: 14.6875rem;
	width: 211px;
	width: 13.1875rem;
}

.p-about__text {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-aboutArchive {
	padding: 50px 0 146px;
	padding: 3.125rem 0 9.125rem;
}

.p-aboutArchive__title {
	text-align: center;
}

.p-aboutArchive__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-aboutSlide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -100px 0 0;
	margin: -6.25rem 0 0;
	overflow: hidden;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-aboutSlide__images {
	-webkit-animation: scroll-left 38s infinite linear 0.5s both;
	-ms-flex-negative: 0;
	animation: scroll-left 38s infinite linear 0.5s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	gap: 16px;
	gap: 1rem;
	max-width: none;
	max-width: initial;
	padding-right: 16px;
	padding-right: 1rem;
	width: auto;
}

.p-aboutSlide__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-aboutSlide__img img {
	-o-object-fit: cover;
	aspect-ratio: 204/193;
	border-radius: 0.5rem;
	height: 100%;
	max-width: 204px;
	max-width: 12.75rem;
	object-fit: cover;
	width: 100%;
}

.p-aboutSlide__img:nth-child(odd) img {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-activity {
	background: #faf8f4;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-activity__box {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 36px 0;
	padding: 2.25rem 0;
}

.p-activity__title {
	text-align: center;
}

.p-activity__slides {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-ms-overflow-style: none;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	gap: 1.5rem;
	justify-content: flex-start;
	margin-top: 32px;
	margin-top: 2rem;
	overflow-x: auto;
	padding: 0 18px;
	padding: 0 1.125rem;
	scrollbar-width: none;
	width: 100%;
}

.p-activity__slides::-webkit-scrollbar {
	display: none;
}

.p-activity__slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 221px;
	width: 13.8125rem;
}

.p-activity__img img {
	-o-object-fit: cover;
	aspect-ratio: 221/188;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-activity__caption {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-activity__text {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-archive {
	background: #faf8f4;
	padding: 50px 0 146px;
	padding: 3.125rem 0 9.125rem;
}

.p-archive__tags {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	gap: 0.5rem;
	justify-content: flex-start;
}

.p-archive__tag a {
	background: #fff;
	border: 1px solid #cfae87;
	border: 0.0625rem solid #cfae87;
	border-radius: 0.9375rem;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 2px 16px;
	padding: 0.125rem 1rem;
}

.p-archive__tag.is-current a {
	background: #cfae87;
	color: #fff;
}

.p-archive__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-breadcrumb {
	-ms-overflow-style: none;
	display: block;
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.p-breadcrumb::-webkit-scrollbar {
	display: none;
}

.p-breadcrumb__inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
	gap: 0.5625rem;
	justify-content: flex-end;
	letter-spacing: 0;
	line-height: 1;
	padding: 14px 20px;
	padding: 0.875rem 1.25rem;
}

.p-breadcrumb__inner span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 11px;
	gap: 0.6875rem;
	max-width: 600px;
	max-width: 37.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-breadcrumb__inner span + span::before {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(45deg);
	border-right: 1px solid #e4902a;
	border-top: 1px solid #e4902a;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 6px;
	height: 0.375rem;
	transform: rotate(45deg);
	width: 6px;
	width: 0.375rem;
}

.p-buna {
	padding-top: 21px;
	padding-top: 1.3125rem;
}

.p-buna__inner {
	position: relative;
}

.p-buna__title {
	text-align: center;
}

.p-buna__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-buna__img {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-contact {
	padding: 47px 0 143px;
	padding: 2.9375rem 0 8.9375rem;
}

.p-contact__title {
	text-align: center;
}

.p-contact__form {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-cta {
	background: #93cfa8;
	margin-top: -53px;
	margin-top: -3.3125rem;
	padding: 2px 0 39px;
	padding: 0.125rem 0 2.4375rem;
	position: relative;
	text-align: center;
}

.p-cta::before {
	background-image: url(../images/common/contact_shape_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 53px;
	height: 3.3125rem;
	left: 0;
	position: absolute;
	top: -51px;
	top: -3.1875rem;
	width: 100%;
}

.p-cta__box {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 22px 6px 24px;
	padding: 1.375rem 0.375rem 1.5rem;
}

.p-cta__content {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-cta__contact {
	border-bottom: 1px solid #ebe4d6;
	border-top: 1px solid #ebe4d6;
	margin: 32px 10px 0;
	margin: 2rem 0.625rem 0;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.p-cta__name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-cta__name:not(:first-child) {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-cta__tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #2c9e54;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: -3px;
	margin-top: -0.1875rem;
}

.p-cta__tel::before {
	background-image: url(../images/icon/tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 28px;
	height: 1.75rem;
	width: 28px;
	width: 1.75rem;
}

.p-cta__time {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-cta__btn {
	margin: 23px auto 0;
	margin: 1.4375rem auto 0;
}

.p-cta__map {
	margin-top: 32px;
	margin-top: 2rem;
	padding-top: 114.24%;
	position: relative;
	width: 100%;
}

.p-cta__map iframe {
	border-radius: 0.9375rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-cta__recruit {
	-webkit-transition: -webkit-transform 0.3s ease;
	-webkit-filter: drop-shadow(0 4px 12.3px rgba(69, 51, 18, .11));
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="12" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(69,51,18,0.11)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	filter: drop-shadow(0 4px 12.3px rgba(69, 51, 18, .11));
	margin-top: 43px;
	margin-top: 2.6875rem;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-cta__recruit img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-drawer {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-webkit-overflow-scrolling: touch;
	background: #faf8f4;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding: 16px 18px;
	padding: 1rem 1.125rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.p-drawer__logo a {
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
	width: 96px;
	width: 6rem;
}

.p-drawer__inner {
	padding-left: 0;
	padding-right: 0;
}

.p-drawer__items {
	margin-top: 51px;
	margin-top: 3.1875rem;
	padding: 0 16px;
	padding: 0 1rem;
}

.p-drawer__item:last-child {
	border-bottom: 1px solid #dddddd;
}

.p-drawer__item > a,
.p-drawer__item > p {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	border-top: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0.015em;
	line-height: 1.8;
	padding: 15px 20px 15px 0;
	padding: 0.9375rem 1.25rem 0.9375rem 0;
	position: relative;
	width: 100%;
}

.p-drawer__item > a::after,
.p-drawer__item > p::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #485946;
	border-bottom: 0.125rem solid #485946;
	border-right: 2px solid #485946;
	border-right: 0.125rem solid #485946;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 7px;
	height: 0.4375rem;
	position: absolute;
	right: -3px;
	right: -0.1875rem;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: center;
	width: 7px;
	width: 0.4375rem;
}

.p-drawer__item > p.js-toggle::after,
.p-drawer__item > p.js-toggle::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #485946;
	border: none;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: -3px;
	right: -0.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 12px;
	width: 0.75rem;
}

.p-drawer__item > p.js-toggle::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-drawer__item > p.js-toggle.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-drawer__subItems {
	display: none;
	margin-top: -6px;
	margin-top: -0.375rem;
	padding-bottom: 18px;
	padding-bottom: 1.125rem;
}

.p-drawer__subItem > a,
.p-drawer__subItem > p {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	width: 100%;
}

.p-drawer__subItem.--mt > p {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-drawer__btns {
	display: grid;
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-drawer__instagram {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-drawer__instagram a {
	display: block;
	margin: 29px auto 0;
	margin: 1.8125rem auto 0;
	width: 24px;
	width: 1.5rem;
}

/* active */

.p-drawer.active {
	opacity: 1;
	visibility: visible;
}

.p-evaluationForm {
	padding: 50px 0 46px;
	padding: 3.125rem 0 2.875rem;
}

.p-evaluationForm__title {
	text-align: center;
}

.p-evaluationForm__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-facilityAbout {
	padding-bottom: 155px;
	padding-bottom: 9.6875rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-facilityAbout__box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding: 40px 18px;
	padding: 2.5rem 1.125rem;
}

.p-facilityAbout__title {
	text-align: center;
}

.p-facilityAbout__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-facilityFv {
	padding: 74px 18px 0;
	padding: 4.625rem 1.125rem 0;
	position: relative;
}

.p-facilityFv__wrapper {
	padding: 5vw 0 18vw;
	position: relative;
}

.p-facilityFv__wrapper::after {
	background-image: url(../images/facility/facility_shape_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -1px;
	content: "";
	height: 53px;
	height: 3.3125rem;
	left: -1px;
	position: absolute;
	width: 101%;
}

.p-facilityFv__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-facilityFv__img img {
	-o-object-fit: cover;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-facilityFv__inner {
	padding-left: 0;
	padding-right: 0;
}

.p-facilityFv__title {
	position: relative;
	text-align: center;
}

.p-facilityFv__breadcrumb {
	display: none;
}

.p-facilityService {
	background: #faf8f4;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-facilityService__box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding: 40px 18px;
	padding: 2.5rem 1.125rem;
}

.p-facilityService__title {
	text-align: center;
}

.p-facilityService__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 48px;
	gap: 3rem;
}

.p-facilityService__img img {
	-o-object-fit: cover;
	aspect-ratio: 303/258;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-facilityService__caption {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-facilityService__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-facilityService__instagram {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-facilityService__instagram img {
	width: 30px;
	width: 1.875rem;
}

.p-faq {
	background: #faf8f4;
	padding: 21px 0 160px;
	padding: 1.3125rem 0 10rem;
}

.p-faq__nav {
	display: grid;
	gap: 6px;
	gap: 0.375rem;
	grid-template-columns: 1fr;
}

.p-faq__navItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border-radius: 0.625rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	gap: 0.375rem;
	justify-content: center;
	padding: 4px 0;
	padding: 0.25rem 0;
}

.p-faq__navItem::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(45deg) translateY(-2px);
	-webkit-transform-origin: center;
	border-bottom: 1px solid #bac6b9;
	border-right: 1px solid #bac6b9;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 5px;
	height: 0.3125rem;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	width: 5px;
	width: 0.3125rem;
}

.p-faq__navIcon img {
	height: 24px;
	height: 1.5rem;
	width: auto;
}

.p-faq__content {
	padding: 29px 0 0;
	padding: 1.8125rem 0 0;
}

.p-faq__subTitle {
	background: #2c9e54;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
	padding: 15px 0;
	padding: 0.9375rem 0;
	text-align: center;
}

.p-faq__subTitle span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-faq__subTitle.--orange {
	background: #e4902a;
}

.p-faq__subTitle.--pink {
	background: #dd6b74;
}

.p-faq__subTitle.--yellowgreen {
	background: #9ec054;
}

.p-faq__items {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-faq__item {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
}

.p-faq__question {
	color: #333;
	cursor: pointer;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.8;
	padding: 32px 40px 32px 0;
	padding: 2rem 2.5rem 2rem 0;
	position: relative;
}

.p-faq__question::before,
.p-faq__question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #333;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 18px;
	width: 1.125rem;
}

.p-faq__question::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__question.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-faq__answer {
	display: none;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.015em;
	line-height: 1.8;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.p-faq__answer a {
	color: #007fff;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: underline;
}

.p-features {
	padding: 49px 0 160px;
	padding: 3.0625rem 0 10rem;
}

.p-features__inner {
	position: relative;
}

.p-features__title {
	text-align: center;
}

.p-features__items {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-features__item {
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
}

.p-features__img img {
	-o-object-fit: cover;
	aspect-ratio: 339/240;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-features__content {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-features__num {
	color: #9ec054;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-features__heading {
	color: #2c9e54;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
}

.p-features__text {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-flow {
	background: #faf8f4;
	padding: 0 0 50px;
	padding: 0 0 3.125rem;
}

.p-flow__box {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 32px 18px 82px;
	padding: 2rem 1.125rem 5.125rem;
}

.p-flow__title {
	text-align: center;
}

.p-flow__lead {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-flow__items {
	counter-reset: flow-counter;
	margin-top: 66px;
	margin-top: 4.125rem;
}

.p-flow__item {
	counter-increment: flow-counter;
	padding: 9px 0 33px 67px;
	padding: 0.5625rem 0 2.0625rem 4.1875rem;
	position: relative;
}

.p-flow__item:not(:last-child)::before {
	background: #2c9e54;
	content: "";
	display: block;
	height: 100%;
	left: 23px;
	left: 1.4375rem;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	width: 3px;
	width: 0.1875rem;
}

.p-flow__num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #2c9e54;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	height: 48px;
	height: 3rem;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 48px;
	width: 3rem;
}

.p-flow__num::before {
	content: counter(flow-counter);
}

.p-flow__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-flow__text {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-flow__note {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-flow__link {
	color: #007fff;
	display: block;
	margin: 12px auto 0;
	margin: 0.75rem auto 0;
	text-align: center;
	text-decoration: underline;
}

.p-footer {
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
	padding-top: 42px;
	padding-top: 2.625rem;
}

.p-footer__nav {
	display: grid;
	gap: 11px 32px;
	gap: 0.6875rem 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__wrapper.--column {
	grid-column: 1/3;
}

.p-footer__item > a {
	-webkit-transition: color 0.3s;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 6px 0;
	padding: 0.375rem 0;
	transition: color 0.3s;
}

.p-footer__heading {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	position: relative;
}

.p-footer__heading::before {
	background: #2c9e54;
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 40px;
	width: 2.5rem;
}

.p-footer__subItems + .p-footer__subItems {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-footer__subItem > p,
.p-footer__subItem > a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding: 4px 0;
	padding: 0.25rem 0;
}

.p-footer__subItem > a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-footer__logo {
	display: block;
	margin: 36px auto 13px;
	margin: 2.25rem auto 0.8125rem;
	max-width: 260px;
	max-width: 16.25rem;
}

.p-footer__address {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
}

.p-footer__address + .p-footer__address {
	border-top: 1px solid #c6cbc6;
	margin-top: 11px;
	margin-top: 0.6875rem;
	padding-top: 11px;
	padding-top: 0.6875rem;
}

.p-footer__copyright {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-footer__copyright small {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
}

.p-form input[type=radio] {
	border: 1px solid #999;
	border-radius: 50%;
	height: 24px;
	height: 1.5rem;
	margin: 0;
	position: relative;
	width: 24px;
	width: 1.5rem;
}

.p-form input[type=radio]:checked {
	background: #999;
}

.p-form input[type=radio]:checked::before {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	width: 0.6875rem;
}

.p-form input[type=checkbox] {
	border: 1px solid #999;
	border-radius: 0.125rem;
	height: 15px;
	height: 0.9375rem;
	margin: 0;
	position: relative;
	width: 15px;
	width: 0.9375rem;
}

.p-form input[type=checkbox]:checked::before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 2px solid #e4902a;
	border-bottom: 0.125rem solid #e4902a;
	border-left: 2px solid #e4902a;
	border-left: 0.125rem solid #e4902a;
	content: "";
	display: block;
	height: 7px;
	height: 0.4375rem;
	left: 0;
	margin-top: -0.2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	width: 0.9375rem;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea,
.p-form select {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f3f3f3;
	border: none;
	border-radius: 0.5rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 9px;
	padding: 0.5625rem;
	width: 100%;
}

.p-form textarea {
	height: 240px;
	height: 15rem;
	resize: vertical;
}

.p-form__item:not(:last-child) {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-form__required {
	background: #fff;
	border: 1px solid #e4902a;
	border-radius: 0.625rem;
	color: #e4902a;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1;
	margin-right: 9px;
	margin-right: 0.5625rem;
	padding: 2px 7px;
	padding: 0.125rem 0.4375rem;
}

.p-form__input {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 17px 41px;
	gap: 1.0625rem 2.5625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-form__input label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	gap: 0.75rem;
	justify-content: flex-start;
}

.p-form__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-form__privacy {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-form__privacy label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	gap: 0.375rem;
	justify-content: center;
}

.p-form__privacy a {
	color: #007fff;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: underline;
}

.p-form__btn {
	margin-top: 23px;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-form__btn .c-btn {
	margin: 0 auto;
	padding: 18px 77px;
	padding: 1.125rem 4.8125rem;
}

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

.wpcf7-form-control.wpcf7-radio {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 17px 41px;
	gap: 1.0625rem 2.5625rem;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.p-fv {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
	opacity: 0;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-fv__copy {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #2c9e54;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.4;
	position: relative;
	text-orientation: upright;
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-fv__copy::before,
.p-fv__copy::after {
	background-image: url(../images/top/fv_leaf01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	height: 2.1875rem;
	position: absolute;
	right: -73px;
	right: -4.5625rem;
	top: -2px;
	top: -0.125rem;
	width: 27px;
	width: 1.6875rem;
}

.p-fv__copy::after {
	background-image: url(../images/top/fv_leaf02.png);
	bottom: 75px;
	bottom: 4.6875rem;
	height: 31px;
	height: 1.9375rem;
	left: -91px;
	left: -5.6875rem;
	right: auto;
	top: auto;
	width: 49px;
	width: 3.0625rem;
}

.p-fv__slides {
	margin-top: -25px;
	margin-top: -1.5625rem;
	width: 100%;
}

.p-fv__slides .slick-dots {
	bottom: -21px;
	bottom: -1.3125rem;
}

.p-fv__slides .slick-dots li {
	height: 8px;
	height: 0.5rem;
	margin: 0 3px;
	margin: 0 0.1875rem;
	width: 8px;
	width: 0.5rem;
}

.p-fv__slides .slick-dots li button {
	height: 8px;
	height: 0.5rem;
	width: 8px;
	width: 0.5rem;
}

.p-fv__slides .slick-dots li button:before {
	color: #d1d1d1;
	font-size: 8px;
	font-size: 0.5rem;
	height: 8px;
	height: 0.5rem;
	opacity: 1;
	width: 8px;
	width: 0.5rem;
}

.p-fv__slides .slick-dots li.slick-active button:before {
	color: #485946;
}

.p-fv__slide img {
	-o-object-fit: cover;
	aspect-ratio: 375/399;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-growth {
	background: #faf8f4;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-growth__title {
	text-align: center;
}

.p-growth__box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 50px 18px;
	padding: 3.125rem 1.125rem;
}

.p-growth__heading {
	color: #e4902a;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-growth__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-guide {
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-top: 13px;
	padding-top: 0.8125rem;
}

.p-guide__title {
	text-align: center;
}

.p-guide__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-guide__mainImg {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-guide__mainImg img {
	-o-object-fit: cover;
	aspect-ratio: 339/182;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-guide__slides {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-guide__slides .slick-list {
	overflow: visible;
}

.p-guide__slides .slick-dots {
	bottom: -25px;
	bottom: -1.5625rem;
}

.p-guide__slides .slick-dots li {
	height: 8px;
	height: 0.5rem;
	margin: 0 3px;
	margin: 0 0.1875rem;
	width: 8px;
	width: 0.5rem;
}

.p-guide__slides .slick-dots li button {
	height: 8px;
	height: 0.5rem;
	width: 8px;
	width: 0.5rem;
}

.p-guide__slides .slick-dots li button:before {
	color: #d1d1d1;
	font-size: 8px;
	font-size: 0.5rem;
	height: 8px;
	height: 0.5rem;
	opacity: 1;
	width: 8px;
	width: 0.5rem;
}

.p-guide__slides .slick-dots li.slick-active button:before {
	color: #485946;
}

.p-guide__slide {
	padding: 0 9px;
	padding: 0 0.5625rem;
}

.p-guide__img img {
	-o-object-fit: cover;
	aspect-ratio: 240/175;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-guide__caption {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 50px;
	height: 3.125rem;
	outline: none;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	width: 3.125rem;
	z-index: 102;
}

.p-hamburger span {
	-webkit-transition: 0.3s -webkit-transform;
	background: #fff;
	border-radius: 0.3125rem;
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	width: 26px;
	width: 1.625rem;
}

.p-hamburger span:nth-child(1) {
	top: 17px;
	top: 1.0625rem;
}

.p-hamburger span:nth-child(2) {
	top: 23px;
	top: 1.4375rem;
}

.p-hamburger span:nth-child(3) {
	-webkit-transform: scale(0.8);
	background: none;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	height: auto;
	left: 11px;
	left: 0.6875rem;
	letter-spacing: 0.015em;
	line-height: 1;
	text-transform: uppercase;
	top: 26px;
	top: 1.625rem;
	transform: scale(0.8);
	width: auto;
}

/* active */

.p-hamburger.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	background: #485946;
	left: 8px;
	left: 0.5rem;
	top: 31px;
	top: 1.9375rem;
	transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	background: #485946;
	left: 8px;
	left: 0.5rem;
	top: 31px;
	top: 1.9375rem;
	transform: rotate(45deg);
}

.p-hamburger.active span:nth-child(3) {
	display: none;
}

.p-header {
	background: #fff;
	height: 52px;
	height: 3.25rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding: 0 0 0 18px;
	padding: 0 0 0 1.125rem;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 96px;
	width: 6rem;
}

.p-header__nav {
	display: none;
}

.p-header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
	height: inherit;
}

.p-header__item {
	height: inherit;
}

.p-header__item > a,
.p-header__item > p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: color 0.3s ease;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: inherit;
	transition: color 0.3s ease;
}

.p-header__item.js-menuOpen > p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	gap: 0.5rem;
	justify-content: center;
}

.p-header__item.js-menuOpen > p::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(45deg) translateY(-2px);
	-webkit-transform-origin: center;
	border-bottom: 1px solid #485946;
	border-right: 1px solid #485946;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 5px;
	height: 0.3125rem;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	width: 5px;
	width: 0.3125rem;
}

.p-header__subMenu {
	-webkit-transform: translateX(-50%);
	-webkit-filter: drop-shadow(0 10px 19.3px rgba(0, 0, 0, .09));
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	background: #faf8f4;
	border-radius: 0.9375rem;
	display: none;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="19" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.09)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	filter: drop-shadow(0 10px 19.3px rgba(0, 0, 0, .09));
	left: 0;
	left: 50%;
	max-width: 1000px;
	max-width: 62.5rem;
	opacity: 0;
	padding: 40px;
	padding: 2.5rem;
	position: absolute;
	top: 100%;
	top: 65px;
	top: 4.0625rem;
	transform: translateX(-50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 100;
}

.p-header__subMenu.is-active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1;
	visibility: visible;
}

header::before {
	-webkit-transition: opacity 0.3s ease;
	background: #000;
	content: "";
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.3s ease;
	width: 100%;
}

header:has(.p-header__subMenu.is-active)::before {
	opacity: 0.2;
}

.p-header__subItems {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	gap: 2rem;
	justify-content: flex-start;
}

.p-header__subItem {
	width: 259px;
	width: 16.1875rem;
}

.p-header__subItemImg {
	position: relative;
}

.p-header__subItemImg img {
	-o-object-fit: cover;
	aspect-ratio: 258/250;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-header__subItemImg::before {
	-o-object-fit: cover;
	-webkit-transition: opacity 0.3s ease;
	aspect-ratio: 258/250;
	background: #000;
	border-radius: 0.9375rem;
	content: "";
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-header__subItemText {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-transition: -webkit-transform 0.3s ease;
	align-items: flex-start;
	color: #485946;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 17px;
	gap: 1.0625rem;
	justify-content: flex-start;
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-header__subItemIcon {
	background-color: #2c9e54;
	border-radius: 50%;
	height: 30px;
	height: 1.875rem;
	position: relative;
	width: 30px;
	width: 1.875rem;
}

.p-header__subItem:nth-child(2) .p-header__subItemIcon {
	background-color: #e4902a;
}

.p-header__subItem:nth-child(3) .p-header__subItemIcon {
	background-color: #dd6b74;
}

.p-header__subItemIcon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	background-color: #fff;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 10px;
	width: 0.625rem;
}

.p-header__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: 23px;
	margin-left: 1.4375rem;
}

.p-header__btn .c-btn {
	height: auto;
}

.p-header__spNav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-header__instagram {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: center;
	width: 40px;
	width: 2.5rem;
}

.p-header__instagram img {
	width: 23px;
	width: 1.4375rem;
}

.p-header__recruit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #e4902a;
	border-radius: 0 0 0.3125rem 0.3125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	line-height: 1.28;
	width: 50px;
	width: 3.125rem;
}

.p-header__hamburger {
	background: #2c9e54;
	border-radius: 0 0 0 0.3125rem;
	display: block;
	height: inherit;
	width: 50px;
	width: 3.125rem;
}

.p-history {
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-history__title {
	text-align: center;
}

.p-history__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-instagram {
	background: #faf8f4;
	padding: 34px 0 50px;
	padding: 2.125rem 0 3.125rem;
	position: relative;
	text-align: center;
}

.p-instagram.--top {
	padding: 31px 0 160px;
	padding: 1.9375rem 0 10rem;
}

.p-instagram__inner {
	position: relative;
}

.p-instagram__inner.--leaf::after {
	background-image: url(../images/common/leaf02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 137px;
	height: 8.5625rem;
	left: 7px;
	left: 0.4375rem;
	position: absolute;
	top: -70px;
	top: -4.375rem;
	width: 70px;
	width: 4.375rem;
}

.p-instagram__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
}

.p-instagram__facility {
	color: #2c9e54;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-instagram__facility.--orange {
	color: #e4902a;
}

.p-instagram__feed {
	margin: 16px auto 0;
	margin: 1rem auto 0;
}

.p-instagram__btn {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
}

.p-instagram__link {
	color: #3410ff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-decoration: underline;
}

.p-list__items {
	border-bottom: 1px solid #ddd;
}

.p-list__item {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	padding: 0.9375rem 0;
}

.p-list__heading {
	color: #2c9e54;
	line-height: 1.8;
}

.p-list__text {
	line-height: 1.8;
	margin-top: 1px;
	margin-top: 0.0625rem;
}

.p-list__box {
	background: #faf8f4;
	border-radius: 0.3125rem;
	margin-top: 9px;
	margin-top: 0.5625rem;
	padding: 16px;
	padding: 1rem;
}

.p-list__link {
	color: #007fff;
	display: block;
	padding: 4px 0;
	padding: 0.25rem 0;
	text-decoration: underline;
}

.p-list__box:not(:last-child) {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.p-list__subHeading {
	background: #e7f0eb;
	border-radius: 0.3125rem;
	display: inline-block;
	margin-top: 9px;
	margin-top: 0.5625rem;
	padding: 2px 16px;
	padding: 0.125rem 1rem;
}

.p-list__subHeading:not(:first-child) {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-list__map {
	margin-top: 14px;
	margin-top: 0.875rem;
	padding-top: 98.3%;
	position: relative;
	width: 100%;
}

.p-list__map iframe {
	border-radius: 0.9375rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-message {
	background: #faf8f4;
	padding: 19px 0;
	padding: 1.1875rem 0;
}

.p-message__content {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-message__img {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 339/403;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-message__name {
	color: #485946;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-message__name span {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-newsList__item {
	border-bottom: 1px solid #dddddd;
	display: block;
	padding: 16px 0;
	padding: 1rem 0;
	position: relative;
}

.p-newsList__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 4.875rem 1fr;
	justify-content: start;
}

.p-newsList__date {
	color: #485946;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-newsList__category {
	background: #e4902a;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-newsList__title {
	-webkit-box-orient: vertical;
	-webkit-transition: color 0.3s ease;
	-webkit-line-clamp: 2;
	color: #485946;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 36px;
	margin-right: 2.25rem;
	margin-top: 6px;
	margin-top: 0.375rem;
	overflow: hidden;
	position: relative;
	transition: color 0.3s ease;
}

.p-topNews__icon {
	background-color: #faf2e7;
	border-radius: 50%;
	bottom: 19px;
	bottom: 1.1875rem;
	height: 30px;
	height: 1.875rem;
	position: absolute;
	position: absolute;
	right: 0;
	width: 30px;
	width: 1.875rem;
}

.p-topNews__icon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	background-color: #e4902a;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 10px;
	width: 0.625rem;
}

.p-notFound {
	background: #faf8f4;
	padding: 120px 0 160px;
	padding: 7.5rem 0 10rem;
	text-align: center;
}

.p-notFound__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
}

.p-notFound__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-outline {
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-outline__title {
	text-align: center;
}

.p-outline__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 36px;
	height: 2.25rem;
	justify-content: center;
	width: 36px;
	width: 2.25rem;
}

.p-pagination .current {
	background: #e4902a;
	color: #fff;
}

.p-philosophy {
	background: #faf8f4;
	padding: 79px 0 27px;
	padding: 4.9375rem 0 1.6875rem;
}

.p-philosophy__title {
	text-align: center;
}

.p-philosophy__box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 32px 10px;
	padding: 2rem 0.625rem;
}

.p-philosophy__item + .p-philosophy__item {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-philosophy__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-philosophy__text {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-privacy {
	background: #faf8f4;
	display: grid;
	gap: 60px;
	gap: 3.75rem;
	grid-template-columns: 1fr;
	padding: 19px 0 146px;
	padding: 1.1875rem 0 9.125rem;
}

.p-privacy__title {
	text-align: center;
}

.p-privacy__box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 30px 18px;
	padding: 1.875rem 1.125rem;
}

.p-privacy__box h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-privacy__box ul {
	list-style: disc;
	padding-left: 1.8em;
}

.p-privacy__box ol {
	list-style: none;
	padding-left: 1.8em;
}

.p-privacy__box ol li {
	counter-increment: item;
	position: relative;
}

.p-privacy__box ol li::before {
	content: "(" counter(item) ")";
	left: -1.8em;
	position: absolute;
	top: 0;
}

.p-privacy__box ol:not(:first-of-type) {
	counter-reset: none;
}

.p-privacy__box ol:first-of-type,
.p-privacy__box ol.reset {
	counter-reset: item;
}

.p-privacy__box li {
	line-height: 1.8;
}

.p-privacy__box li + li {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-privacy__box a {
	color: #007fff;
	display: block;
	padding: 4px 0;
	padding: 0.25rem 0;
	text-decoration: underline;
}

.p-service {
	background: #faf8f4;
	padding: 20px 0 80px;
	padding: 1.25rem 0 5rem;
}

.p-service__nav {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 16px 10px;
	padding: 1rem 0.625rem;
}

.p-service__navHeading {
	background: #2c9e54;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1;
	padding: 5px 0 3px;
	padding: 0.3125rem 0 0.1875rem;
	text-align: center;
}

.p-service__navHeading.--orange {
	background: #e4902a;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-service__navHeading.--pink {
	background: #dd6b74;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-service__navItem {
	-webkit-transition: -webkit-transform 0.3s ease;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-service__navIcon {
	-webkit-transform: translateY(-50%);
	height: 30px;
	height: 1.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-service__navIcon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	-webkit-transition: opacity 0.3s ease;
	background-color: #2c9e54;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(270deg);
	transition: opacity 0.3s ease;
	width: 10px;
	width: 0.625rem;
	z-index: 1;
}

.p-service__navIcon::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-webkit-transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
	background-color: #c8f1d6;
	border-radius: 50%;
	content: "";
	height: 30px;
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
	width: 30px;
	width: 1.875rem;
}

.p-service__navItem.is-active .p-service__navIcon::before {
	opacity: 0;
}

.p-service__navItem.is-active .p-service__navIcon::after {
	background-color: #2c9e54;
	height: 8px;
	height: 0.5rem;
	width: 8px;
	width: 0.5rem;
}

.p-service__navItems.--orange .p-service__navItem .p-service__navIcon::before {
	background-color: #e4902a;
}

.p-service__navItems.--orange .p-service__navItem .p-service__navIcon::after {
	background-color: #faf2e7;
}

.p-service__navItems.--orange .p-service__navItem.is-active .p-service__navIcon::after {
	background-color: #e4902a;
}

.p-service__navItems.--pink .p-service__navItem .p-service__navIcon::before {
	background-color: #dd6b74;
}

.p-service__navItems.--pink .p-service__navItem .p-service__navIcon::after {
	background-color: #fae9ea;
}

.p-service__navItems.--pink .p-service__navItem.is-active .p-service__navIcon::after {
	background-color: #dd6b74;
}

.p-service__content {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-service__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	gap: 0.9375rem;
	justify-content: center;
}

.p-service__headingImg img {
	height: 55px;
	height: 3.4375rem;
	width: auto;
}

.p-service__headingText {
	color: #2c9e54;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1;
}

.p-service__headingText.--orange {
	color: #e4902a;
}

.p-service__headingText.--pink {
	color: #dd6b74;
}

.p-service__items {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-service__item {
	padding: 32px 0;
	padding: 2rem 0;
}

.p-service__item + .p-service__item {
	border-top: 2px solid #dddddd;
	border-top: 0.125rem solid #dddddd;
}

.p-service__spNav {
	background: #fff;
	border-radius: 0;
	border-radius: 0 0 0.9375rem 0.9375rem;
	left: 0;
	padding-top: 7px;
	padding-top: 0.4375rem;
	position: fixed;
	top: 52px;
	top: 3.25rem;
	width: 100%;
	z-index: 50;
}

.p-service__spNav .p-service__nav {
	display: none;
}

.p-service__spNavBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 0 0 0.9375rem 0.9375rem;
	color: #eee;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	height: 32px;
	height: 2rem;
	justify-content: center;
	padding: 16px 0;
	padding: 1rem 0;
}

.p-service__spNavBtn::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(45deg) translateY(-2px);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 5px;
	height: 0.3125rem;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	width: 5px;
	width: 0.3125rem;
}

.p-service__spNavBtn.--green {
	background: #2c9e54;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-service__spNavBtn.--orange {
	background: #e4902a;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-service__spNavBtn.--pink {
	background: #dd6b74;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-service__spNavBtn.is-open {
	background: #eee;
	color: #485946;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-service__spNavBtn.is-open::after {
	-webkit-transform: rotate(-135deg) translateY(-2px);
	border-bottom: 1px solid #485946;
	border-right: 1px solid #485946;
	transform: rotate(-135deg) translateY(-2px);
}

.p-serviceItem__name {
	color: #2c9e54;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-serviceItem__name.--orange {
	color: #e4902a;
}

.p-serviceItem__name.--pink {
	color: #dd6b74;
}

.p-serviceItem__telItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-serviceItem__telItem span {
	border-radius: 0.9375rem;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 6px;
	padding: 0.375rem;
}

.p-serviceItem__telItem span.kannami {
	background: #c8f1d6;
	color: #2c9e54;
}

.p-serviceItem__telItem span.nirayama {
	background: #f3ebe1;
	color: #e4902a;
}

.p-serviceItem__telItem a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	color: #485946;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	gap: 4px;
	gap: 0.25rem;
	justify-content: flex-start;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-serviceItem__telItem a::before {
	background-image: url(../images/icon/tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 27px;
	height: 1.6875rem;
	width: 27px;
	width: 1.6875rem;
}

.p-serviceItem__img {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-serviceItem__img img {
	-o-object-fit: cover;
	aspect-ratio: 339/244;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-serviceItem__lead {
	font-weight: 700;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-serviceItem__text {
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-serviceItem__box {
	background: #fff;
	border-radius: 0.3125rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 16px;
	padding: 1rem;
}

.p-serviceItem__price:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-serviceItem__priceTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	table-layout: fixed;
	width: 100%;
}

.p-serviceItem__priceTable th {
	background: #f5f5f5;
	background: #dddddd;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	padding: 3px 8px;
	padding: 0.1875rem 0.5rem;
	text-align: left;
}

.p-serviceItem__priceTable th:first-child {
	border-radius: 0.3125rem 0 0 0;
	width: 90px;
	width: 5.625rem;
}

.p-serviceItem__priceTable th:last-child {
	border-radius: 0 0.3125rem 0 0;
}

.p-serviceItem__priceTable td {
	background: #fff;
	border: 1px solid #dddddd;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.015em;
	padding: 5px 8px;
	padding: 0.3125rem 0.5rem;
}

.p-serviceItem__link {
	color: #007fff;
	display: block;
	padding: 3px 0;
	padding: 0.1875rem 0;
	text-decoration: underline;
}

.p-single {
	background: #faf8f4;
	padding: 100px 0 146px;
	padding: 6.25rem 0 9.125rem;
}

.p-single__breadcrumb {
	display: none;
}

.p-single__heading {
	position: relative;
}

.p-single__category {
	background: #e4902a;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-single__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-single__date {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 6px;
	top: 0.375rem;
}

.p-single__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-single__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 12px;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 51px;
	margin-top: 3.1875rem;
	position: relative;
}

.p-single__icon {
	background-color: #e4902a;
	border-radius: 50%;
	height: 28px;
	height: 1.75rem;
	position: relative;
	width: 28px;
	width: 1.75rem;
}

.p-single__icon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%);
	background-color: #fff;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	width: 0.625rem;
}

.p-subFv {
	padding-bottom: 104px;
	padding-bottom: 6.5rem;
	padding-top: 84px;
	padding-top: 5.25rem;
	position: relative;
}

.p-subFv::before {
	background-image: url(../images/common/subFv_shape_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 64px;
	height: 4rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-subFv__title {
	position: relative;
	text-align: center;
}

.p-subFv__breadcrumb {
	display: none;
}

.p-topAbout {
	background-image: url(../images/top/about_shape_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 88%;
	margin-top: -9px;
	margin-top: -0.5625rem;
	padding-top: 81px;
	padding-top: 5.0625rem;
}

.p-topAbout__title {
	max-width: 339px;
	max-width: 21.1875rem;
	position: relative;
}

.p-topAbout__title::after {
	background-image: url(../images/common/tree.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 122px;
	height: 7.625rem;
	position: absolute;
	right: 19px;
	right: 1.1875rem;
	top: -46px;
	top: -2.875rem;
	width: 114px;
	width: 7.125rem;
}

.p-topAbout__text {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.p-topAbout__btn {
	margin: 33px auto 0;
	margin: 2.0625rem auto 0;
}

.p-topAbout__sliderWrapper {
	height: 145vw;
	margin-top: 62px;
	margin-top: 3.875rem;
	position: relative;
}

.p-topAbout__sliderWrapper::after {
	background-image: url(../images/top/welfare.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -30px;
	bottom: -1.875rem;
	content: "";
	height: 101px;
	height: 6.3125rem;
	left: 25px;
	left: 1.5625rem;
	position: absolute;
	width: 98px;
	width: 6.125rem;
}

.p-topAbout__slider {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-topAbout__images {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-animation: scroll-down 38s infinite linear 0.5s both;
	animation: scroll-down 38s infinite linear 0.5s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 29px;
	gap: 1.8125rem;
	padding-bottom: 29px;
	padding-bottom: 1.8125rem;
}

.p-topAbout__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-topAbout__img img {
	-o-object-fit: cover;
	aspect-ratio: 240/144;
	border-radius: 0.5rem;
	height: 100%;
	max-width: 400px;
	max-width: 25rem;
	object-fit: cover;
	width: 64vw;
}

.p-topAbout__img:nth-child(even) img {
	-webkit-transform: rotate(-3.27deg);
	margin-left: 8px;
	margin-left: 0.5rem;
	transform: rotate(-3.27deg);
}

.p-topAbout__img:nth-child(odd) img {
	-webkit-transform: rotate(3.27deg);
	margin-left: auto;
	margin-right: 8px;
	margin-right: 0.5rem;
	transform: rotate(3.27deg);
}

.p-topicsList {
	display: grid;
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.p-topicsList__item {
	background: #fff;
	border-radius: 0.75rem;
	display: block;
	padding: 16px 16px 12px;
	padding: 1rem 1rem 0.75rem;
}

.p-topicsList__img {
	border-radius: 0.9375rem;
	overflow: hidden;
}

.p-topicsList__img img {
	-o-object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	aspect-ratio: 16/9;
	height: 100%;
	object-fit: cover;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-topicsList__body {
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 16px;
	padding: 1rem;
}

.p-topicsList__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 4rem 1fr;
	justify-content: start;
}

.p-topicsList__date {
	color: #303430;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-topicsList__category {
	background: #2c9e54;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 4px 9px;
	padding: 0.25rem 0.5625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-topicsList__category.--orange {
	background: #e4902a;
}

.p-topicsList__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 4px;
	margin-top: 0.25rem;
	overflow: hidden;
	position: relative;
}

.p-topicsList__excerpt {
	display: none;
}

.p-topNews {
	padding: 51px 0 68px;
	padding: 3.1875rem 0 4.25rem;
}

.p-topNews__title {
	text-align: center;
}

.p-topNews__list {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-topNews__btn {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.p-topService {
	background: #faf8f4;
	padding: 47px 0;
	padding: 2.9375rem 0;
}

.p-topService__title {
	text-align: center;
}

.p-topService__items {
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-topService__item {
	background: #fff;
	border-radius: 0.5rem;
	padding: 16px 32px 22px;
	padding: 1rem 2rem 1.375rem;
}

.p-topService__heading {
	background: #2c9e54;
	border-radius: 0.5625rem;
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 5px 0 3px;
	padding: 0.3125rem 0 0.1875rem;
	text-align: center;
}

.p-topService__illust {
	margin: 33px auto 37px;
	margin: 2.0625rem auto 2.3125rem;
	max-width: 187px;
	max-width: 11.6875rem;
}

.p-topService__link {
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 8px 30px 8px 0;
	padding: 0.5rem 1.875rem 0.5rem 0;
	position: relative;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.p-topService__name {
	color: #485946;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-topService__tags {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	gap: 0.375rem;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-topService__tag {
	border-radius: 0.5625rem;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0 8px;
	padding: 0 0.5rem;
}

.p-topService__tag.--kannami {
	background: #c8f1d6;
	color: #2c9e54;
}

.p-topService__tag.--nirayama {
	background: #f3ebe1;
	color: #e4902a;
}

.p-topService__icon {
	-webkit-transform: translateY(-50%);
	background-color: #c8f1d6;
	border-radius: 50%;
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.p-topService__icon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	background-color: #2c9e54;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 10px;
	width: 0.625rem;
}

.p-topService__btn {
	margin: 41px auto 0;
	margin: 2.5625rem auto 0;
}

.p-topService__item.--orange .p-topService__heading {
	background: #e4902a;
}

.p-topService__item.--orange .p-topService__icon {
	background-color: #faf2e7;
}

.p-topService__item.--orange .p-topService__icon::before {
	background-color: #e4902a;
}

.p-topService__item.--pink .p-topService__heading {
	background: #dd6b74;
}

.p-topService__item.--pink .p-topService__icon {
	background-color: #fae9ea;
}

.p-topService__item.--pink .p-topService__icon::before {
	background-color: #dd6b74;
}

.p-topTopics {
	background: #faf8f4;
	padding: 97px 0 50px;
	padding: 6.0625rem 0 3.125rem;
	position: relative;
}

.p-topTopics::before {
	background-image: url(../images/top/topics_shape_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 51px;
	height: 3.1875rem;
	left: 0;
	position: absolute;
	top: -1px;
	top: -0.0625rem;
	width: 100%;
}

.p-topTopics__inner {
	position: relative;
}

.p-topTopics__inner::after {
	background-image: url(../images/common/leaf03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 107px;
	height: 6.6875rem;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: -96px;
	top: -6rem;
	width: 55px;
	width: 3.4375rem;
}

.p-topTopics__title {
	text-align: center;
}

.p-topTopics__list {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-topTopics__btn {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
}

.p-topFacility {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 53px;
	padding-top: 3.3125rem;
}

.p-topFacility__title {
	text-align: center;
}

.p-topFacility__items {
	display: grid;
	gap: 32px;
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-topFacility__item {
	position: relative;
}

.p-topFacility__img {
	border-radius: 0.9375rem;
	overflow: hidden;
}

.p-topFacility__img img {
	-o-object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	aspect-ratio: 339/240;
	height: 100%;
	object-fit: cover;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-topFacility__wrapper {
	bottom: -1px;
	left: -1px;
	position: absolute;
}

.p-topFacility__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border-radius: 0 0.9375rem 0 0;
	color: #485946;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 17px;
	gap: 1.0625rem;
	justify-content: center;
	padding: 5px 10px 3px 5px;
	padding: 0.3125rem 0.625rem 0.1875rem 0.3125rem;
	position: relative;
}

.p-topFacility__text::before,
.p-topFacility__text::after {
	-webkit-transform: translateY(-100%) rotate(180deg);
	background-image: url(../images/top/facility_shape.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: -1px;
	position: absolute;
	top: 1px;
	transform: translateY(-100%) rotate(180deg);
	width: 15px;
	width: 0.9375rem;
}

.p-topFacility__text::after {
	-webkit-transform: translateX(100%) rotate(180deg);
	bottom: -1px;
	left: auto;
	right: 1px;
	top: auto;
	transform: translateX(100%) rotate(180deg);
}

.p-topFacility__icon {
	-webkit-transition: background-color 0.3s ease;
	background-color: #2c9e54;
	border: 1px solid #2c9e54;
	border-radius: 50%;
	height: 30px;
	height: 1.875rem;
	position: relative;
	transition: background-color 0.3s ease;
	width: 30px;
	width: 1.875rem;
}

.p-topFacility__item:nth-child(2) .p-topFacility__icon {
	background-color: #e4902a;
	border: 1px solid #e4902a;
}

.p-topFacility__item:nth-child(3) .p-topFacility__icon {
	background-color: #dd6b74;
	border: 1px solid #dd6b74;
}

.p-topFacility__icon::before {
	-webkit-mask-image: url(../images/icon/arrow_white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	background-color: #fff;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	mask-image: url(../images/icon/arrow_white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 10px;
	width: 0.625rem;
}

@media (any-hover: hover) {

.c-btn:hover {
	background: #fff;
	color: #2c9e54;
	opacity: 1;
}

.c-btn:hover .c-btn__icon {
	background-color: #2c9e54;
}

.c-btn:hover .c-btn__icon::before {
	background-color: #fff;
}

.c-btn.--orange:hover {
	color: #e4902a;
}

.c-btn.--orange:hover .c-btn__icon {
	background-color: #e4902a;
}

.c-btn.--icon:hover .c-btn__icon {
	background-color: transparent;
}

.c-btn.--icon:hover .c-btn__icon::before {
	background-color: #2c9e54;
}

.c-btn.--icon.--orange:hover .c-btn__icon::before {
	background-color: #e4902a;
}

.c-fixedBtn__instagram:hover {
	-webkit-transform: scale(1.05);
	opacity: 1;
	transform: scale(1.05);
}

.c-fixedBtn__recruit:hover {
	-webkit-transform: scale(1.05);
	opacity: 1;
	transform: scale(1.05);
}

.p-footer__item > a:hover {
	color: #e4902a;
	opacity: 1;
}

.p-footer__subItem > a:hover {
	color: #e4902a;
	opacity: 1;
}

.p-header__item > a:hover,
.p-header__item > p:hover {
	color: #e4902a;
	opacity: 1;
}

.p-header__subItem > a:hover {
	opacity: 1;
}

.p-header__subItem > a:hover .p-header__subItemText {
	-webkit-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

.p-header__subItem > a:hover .p-header__subItemImg::before {
	opacity: 0.2;
}

.p-newsList__item:hover {
	opacity: 1;
}

.p-newsList__item:hover .p-newsList__title {
	color: #e4902a;
}

.p-service__navItem:hover {
	-webkit-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

.p-topicsList__item:hover {
	opacity: 1;
}

.p-topicsList__item:hover .p-topicsList__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-topService__link:hover {
	-webkit-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

.p-topFacility__item:hover {
	opacity: 1;
}

.p-topFacility__item:hover .p-topFacility__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-topFacility__item:hover .p-topFacility__icon {
	background: white;
}

.p-topFacility__item:hover .p-topFacility__icon::before {
	background-color: #2c9e54;
}

.p-topFacility__item:hover:nth-child(2) .p-topFacility__icon::before {
	background-color: #e4902a;
}

.p-topFacility__item:hover:nth-child(3) .p-topFacility__icon::before {
	background-color: #dd6b74;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.7;
}

p,
a,
li {
	font-size: 1.125rem;
}

.c-fixedBtn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 11.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	position: fixed;
	right: 0;
	z-index: 99;
}

.c-fixedBtnSp {
	display: none;
}

.c-title__en {
	font-size: 1.125rem;
}

.c-title__ja {
	font-size: 2rem;
}

.c-title__ja.--large {
	font-size: 2.25rem;
	letter-spacing: 0.03em;
	margin-top: 0.375rem;
}

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

.p-about {
	padding-bottom: 17.125rem;
	padding-top: 6.125rem;
}

.p-about__inner {
	gap: 11%;
	grid-template-columns: 700fr 358fr;
}

.p-about__inner::after {
	height: 24.9375rem;
	margin-left: auto;
	width: 22.375rem;
}

.p-aboutArchive {
	padding: 4.0625rem 0 33.5625rem;
}

.p-aboutSlide {
	margin: -11.875rem 0 0;
}

.p-aboutSlide__images {
	gap: 1.9375rem;
	padding-right: 1.9375rem;
}

.p-aboutSlide__img img {
	aspect-ratio: 382/362;
	border-radius: 0.9375rem;
	max-width: 23.875rem;
}

.p-aboutSlide__img:nth-child(odd) img {
	margin-top: 4.125rem;
}

.p-activity {
	padding-top: 6.125rem;
}

.p-activity__slides {
	display: block;
	overflow-x: visible;
	position: relative;
}

.p-activity__slides .slide-arrow {
	-webkit-transform: translateY(-50%);
	background-image: url(../images/icon/slide_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 3.125rem;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	width: 0;
	width: 3.125rem;
	z-index: 10;
}

.p-activity__slides .prev-arrow {
	left: -1.5rem;
}

.p-activity__slides .next-arrow {
	-webkit-transform: translateY(-50%) rotate(180deg);
	right: -1.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-activity__slide {
	padding: 0 1.25rem;
	width: 100%;
}

.p-archive {
	padding: 3.5625rem 0 26.4375rem;
}

.p-archive__inner {
	max-width: 59.375rem;
}

.p-archive__tags {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-archive__tag a {
	border-radius: 1.875rem;
	padding: 0.3125rem 1.4375rem;
}

.p-buna {
	padding-top: 3.8125rem;
}

.p-buna__inner::after {
	background-image: url(../images/common/leaf01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14.8125rem;
	position: absolute;
	right: 3.3125rem;
	top: -6.3125rem;
	width: 7.75rem;
}

.p-buna__text {
	text-align: center;
}

.p-contact {
	padding: 4.875rem 0 27.6875rem;
}

.p-contact__inner {
	max-width: 43.125rem;
}

.p-contact__form {
	margin-top: 2.25rem;
}

.p-cta {
	margin-top: -11.8125rem;
	padding: 0 0 3.375rem;
}

.p-cta::before {
	background-image: url(../images/common/contact_shape.svg);
	height: 11.8125rem;
	top: -11.6875rem;
}

.p-cta.--top::after {
	background-image: url(../images/common/tree.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20.1875rem;
	position: absolute;
	right: 6.3%;
	top: -29.625rem;
	width: 18.9375rem;
}

.p-cta__inner {
	max-width: 82.125rem;
}

.p-cta__box {
	padding: 2.4375rem 10.3% 2.4375rem;
}

.p-cta__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 3rem 7%;
	grid-template-columns: 500fr 428fr;
	margin-top: 1.875rem;
}

.p-cta__contact {
	margin: 1.9375rem auto 0;
	max-width: 18.75rem;
	padding: 0.4375rem 0;
}

.p-cta__map {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	margin-top: 0;
	order: -1;
	padding-top: 73.8%;
}

.p-cta__recruit {
	grid-column: 1/3;
	margin-top: 0;
}

.p-evaluationForm {
	padding: 11.375rem 0 1.25rem;
}

.p-facilityAbout {
	padding-bottom: 30.375rem;
	padding-top: 4.75rem;
}

.p-facilityFv {
	padding: 9.5625rem 2.8125rem 4.1875rem;
}

.p-facilityFv__wrapper {
	padding: 7.3vw 0 14vw;
}

.p-facilityFv__wrapper::after {
	background-image: url(../images/facility/facility_shape.svg);
	height: 8.75rem;
}

.p-facilityFv__breadcrumb {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-facilityService {
	padding-bottom: 8.25rem;
	padding-top: 4.75rem;
}

.p-facilityService__box {
	margin-top: 2rem;
	padding: 2.5rem 2rem 6.1875rem;
}

.p-facilityService__items {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5.375rem 2.5rem;
	justify-content: center;
}

.p-facilityService__item {
	width: calc(33.33333% - 1.66667rem);
}

.p-faq {
	padding: 1.25rem 0 27rem;
}

.p-faq__inner {
	max-width: 59.375rem;
}

.p-faq__nav {
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-faq__navItem {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	border-radius: 0.9375rem;
	flex-direction: column;
	gap: 0;
	padding: 0.8125rem 0;
}

.p-faq__navItem::after {
	height: 0.625rem;
	margin-top: 0.3125rem;
	width: 0.625rem;
}

.p-faq__navIcon img {
	height: 2.6875rem;
}

.p-faq__content {
	padding-top: 2.1875rem;
}

.p-faq__subTitle {
	font-size: 1.5rem;
	padding: 0.875rem 0;
}

.p-faq__subTitle span {
	font-size: 1.125rem;
}

.p-faq__question {
	font-size: 1.125rem;
}

.p-faq__answer {
	font-size: 1.125rem;
}

.p-features {
	padding: 9.1875rem 0 25.625rem;
}

.p-features__inner::after {
	background-image: url(../images/common/leaf02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.875rem;
	left: -1.25rem;
	position: absolute;
	top: -4.25rem;
	width: 9.8125rem;
}

.p-features__items {
	margin-top: 1.9375rem;
}

.p-features__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.125rem;
	justify-content: space-between;
	margin-bottom: 4.6875rem;
}

.p-features__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-features__img {
	width: 34.375rem;
}

.p-features__content {
	margin-top: 0;
	width: calc(100% - 37.5rem);
}

.p-features__heading {
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

.p-flow {
	padding: 2rem 0 5.625rem;
}

.p-flow__box {
	padding: 2.375rem 1.875rem 5.625rem;
}

.p-flow__lead {
	margin: 1.9375rem auto 0;
	max-width: 45.125rem;
}

.p-flow__content {
	margin: 0 auto;
	max-width: 52.875rem;
}

.p-flow__items {
	margin-top: 3.9375rem;
}

.p-flow__item {
	padding: 0.5625rem 0 2.3125rem 5.375rem;
}

.p-flow__item:not(:last-child)::before {
	left: 1.6875rem;
}

.p-flow__num {
	font-size: 1.375rem;
	height: 3.5rem;
	width: 3.5rem;
}

.p-flow__num::before {
	content: counter(flow-counter, decimal-leading-zero);
}

.p-flow__text {
	margin-top: 0.875rem;
}

.p-flow__note {
	margin-top: 0.875rem;
}

.p-flow__link {
	margin-top: 0.375rem;
}

.p-footer {
	padding-bottom: 1rem;
	padding-top: 3.1875rem;
}

.p-footer__content {
	display: grid;
	gap: 8%;
	grid-template-columns: 13.1875rem 1fr;
}

.p-footer__nav {
	gap: 3.125rem 5%;
	grid-template-columns: repeat(5, 1fr);
}

.p-footer__wrapper.--column {
	grid-column: auto;
}

.p-footer__heading {
	padding-top: 0.375rem;
}

.p-footer__info {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.p-footer__logo {
	margin-top: 0;
}

.p-footer__address {
	text-align: left;
	white-space: nowrap;
}

.p-footer__copyright {
	grid-column: 1/3;
	margin-top: 0;
}

.p-form__item:not(:last-child) {
	margin-bottom: 2.3125rem;
}

.p-form__input {
	margin-top: 0.75rem;
}

.p-form__input label {
	font-size: 1.125rem;
}

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

.p-form__privacy {
	margin-top: 1.6875rem;
}

.p-form__btn {
	margin-top: 1.75rem;
}

.p-form__btn .c-btn {
	letter-spacing: 0.15em;
	padding: 1.1875rem 4.5rem;
}

.p-form__btn {
	margin-top: 2.75rem;
}

.p-fv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: minmax(0, 1134fr) minmax(0, 306fr);
	padding-top: 7.75rem;
}

.p-fv__copy {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	line-height: 1.7;
	margin: 0 auto 8.125rem 2.875rem;
	order: 2;
}

.p-fv__copy::before,
.p-fv__copy::after {
	height: 4.625rem;
	right: -5.375rem;
	top: -5.4375rem;
	width: 3.5625rem;
}

.p-fv__copy::after {
	bottom: -9.625rem;
	height: 3.5rem;
	left: 2.4375rem;
	right: auto;
	top: auto;
	width: 6.375rem;
}

.p-fv__slides {
	margin-top: 0;
}

.p-fv__slides .slick-dots {
	width: 100vw;
}

.p-fv__slides .slick-dots li {
	margin: 0 0.4375rem;
}

.p-fv__slide img {
	aspect-ratio: 1134/616;
	border-radius: 0 0.9375rem 0.9375rem 0;
}

.p-growth {
	padding-top: 8.9375rem;
}

.p-growth__box {
	padding: 3.125rem 12.5%;
}

.p-growth__lead {
	margin-bottom: -0.375rem;
	text-align: center;
}

.p-growth__heading {
	font-size: 1.5rem;
	margin-top: 1.0625rem;
}

.p-guide {
	padding-bottom: 7.25rem;
	padding-top: 2rem;
}

.p-guide__text {
	margin: 2rem auto 0;
	max-width: 56.25rem;
}

.p-guide__mainImg {
	margin-top: 1.9375rem;
}

.p-guide__mainImg img {
	aspect-ratio: 1200/460;
}

.p-guide__mainImg.--narrow {
	margin: 2rem auto 0;
	max-width: 56.25rem;
}

.p-guide__slides {
	display: grid;
	gap: 1rem 1.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-guide__slide {
	padding: 0;
}

.p-hamburger {
	display: none;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	padding: 0 2rem;
}

.p-header__logo img {
	width: 10rem;
}

.p-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-header__spNav {
	display: none;
}

.p-history {
	padding: 2rem 0;
}

.p-instagram {
	padding: 5.1875rem 0 5.5rem;
}

.p-instagram.--top {
	padding: 1.9375rem 0 29.875rem;
}

.p-instagram__inner.--leaf::after {
	height: 19rem;
	left: 6.6875rem;
	top: 0.5rem;
	width: 9.75rem;
}

.p-instagram__title {
	font-size: 2rem;
}

.p-instagram__facility {
	font-size: 1.5rem;
	margin-top: 3.5rem;
}

.p-instagram__feed {
	margin-top: 1.5rem;
	max-width: 33rem;
}

.p-instagram__link {
	margin-top: 0.9375rem;
}

.p-list__item {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 18.125rem 1fr;
	padding: 1rem 0;
}

.p-list__item.--wide {
	grid-template-columns: 11.875rem 1fr;
}

.p-list__heading {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-list__text {
	font-size: 1.125rem;
}

.p-list__link {
	max-width: 28.4375rem;
	padding: 0 0 0.5rem;
}

.p-list__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 26rem;
}

.p-list__subHeading {
	margin-top: 0;
	padding: 0 1rem;
}

.p-list__subHeading:not(:first-child) {
	margin-top: 1.4375rem;
}

.p-list__map {
	margin-top: 0;
}

.p-message {
	padding: 4.75rem 0;
}

.p-message__content {
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 1fr 23.125rem;
}

.p-message__img {
	margin-top: 0;
}

.p-message__img img {
	aspect-ratio: 370/440;
}

.p-message__name {
	margin-left: 2.5625rem;
}

.p-newsList__item {
	padding: 0.75rem 0;
}

.p-newsList__title {
	-webkit-line-clamp: 1;
	font-size: 1rem;
	letter-spacing: 0.04em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-topNews__icon {
	bottom: 0.8125rem;
}

.p-notFound {
	min-height: 100vh;
	padding: 20rem 0 37.5rem;
}

.p-notFound__title {
	font-size: 2rem;
}

.p-outline {
	padding: 4rem 0;
}

.p-pagination .page-numbers {
	font-size: 1rem;
	height: 2.75rem;
	width: 2.75rem;
}

.p-philosophy {
	padding: 3.3125rem 0 6.6875rem;
}

.p-philosophy__box {
	padding: 3.1875rem 0.625rem;
}

.p-philosophy__items {
	margin: 0 auto;
	max-width: 39.125rem;
}

.p-philosophy__item + .p-philosophy__item {
	margin-top: 1.5rem;
}

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

.p-privacy {
	gap: 6.25rem;
	padding: 0.875rem 0 36.875rem;
}

.p-privacy__box {
	padding: 3.125rem 12.5%;
}

.p-privacy__box h3 {
	font-size: 1.5rem;
	margin-bottom: 0.875rem;
	margin-top: 2rem;
}

.p-privacy__box ul {
	padding-left: 2.8em;
}

.p-privacy__box ol {
	padding-left: 2.8em;
}

.p-privacy__box ol li::before {
	left: -1.8em;
}

.p-service {
	padding: 2.625rem 0 29.1875rem;
}

.p-service__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 19.1875rem 1fr;
	position: relative;
}

.p-service__nav {
	-webkit-transition: all 0.3s ease;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-bottom: 3.25rem;
	padding: 3.5rem 2rem;
	position: sticky;
	top: 7.5rem;
	transition: all 0.3s ease;
}

.p-service__navIcon::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.p-service__content {
	margin-top: 0;
}

.p-service__headingImg img {
	height: 4.5625rem;
}

.p-service__headingText {
	font-size: 1.5rem;
}

.p-service__items {
	background: #fff;
	border-radius: 0.9375rem;
	margin-bottom: 3.25rem;
	margin-top: 0.9375rem;
	padding: 0 4rem;
}

.p-service__spNav {
	display: none;
}

.p-serviceItem__heading {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-serviceItem__telItems {
	margin-left: auto;
}

.p-serviceItem__telItem span {
	font-size: 1rem;
}

.p-serviceItem__telItem:first-child {
	margin-top: 0;
}

.p-serviceItem__img img {
	aspect-ratio: 733/250;
	border-radius: 0.625rem;
}

.p-serviceItem__box {
	background: #faf8f4;
}

.p-serviceItem__boxText.--small {
	font-size: 1rem;
}

.p-serviceItem__priceTable th:first-child {
	width: 12.5rem;
}

.p-serviceItem__link {
	padding: 0 0 0.5rem;
}

.p-single {
	padding: 15rem 0 25.5rem;
}

.p-single__breadcrumb {
	display: block;
}

.p-single__inner {
	max-width: 59.375rem;
}

.p-single__heading {
	margin-top: 2.25rem;
}

.p-single__content {
	margin-top: 2.1875rem;
}

.p-subFv {
	padding-bottom: 13.4375rem;
	padding-top: 10.6875rem;
}

.p-subFv::before {
	background-image: url(../images/common/subFv_shape.svg);
	height: 10.625rem;
}

.p-subFv__breadcrumb {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-topAbout {
	background-image: url(../images/top/about_shape.svg);
	background-size: 100% 100%;
	margin-top: -6.4375rem;
	padding-bottom: 4.75rem;
	padding-top: 13.5625rem;
}

.p-topAbout__inner {
	position: relative;
}

.p-topAbout__body {
	width: 50%;
}

.p-topAbout__title {
	max-width: 100%;
}

.p-topAbout__title::after {
	height: 20.125rem;
	left: -3.875rem;
	right: auto;
	top: -22.4375rem;
	width: 18.9375rem;
}

.p-topAbout__text {
	margin-top: 1.25rem;
}

.p-topAbout__btn {
	margin-left: 0;
	margin-top: 3.25rem;
}

.p-topAbout__sliderWrapper {
	height: 115%;
	margin-top: -3.125rem;
	padding: 0 0.3125rem;
	padding-right: 1.9375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 42%;
}

.p-topAbout__sliderWrapper::after {
	bottom: -3.125rem;
	height: 11.625rem;
	left: -0.625rem;
	width: 11.3125rem;
}

.p-topAbout__images {
	gap: 2.75rem;
}

.p-topAbout__img img {
	max-width: 22.25rem;
	width: 100%;
}

.p-topicsList {
	gap: 2rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-topicsList__item {
	padding: 1rem 0.875rem 0.75rem;
}

.p-topicsList__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.p-topicsList__category {
	margin-left: auto;
}

.p-topicsList__title {
	font-size: 1.125rem;
	margin-top: 0.5625rem;
}

.p-topicsList__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
}

.p-topNews {
	padding: 6rem 0 11rem;
}

.p-topNews__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 3.5rem 0.625rem;
	grid-template-columns: 1fr 40rem;
	grid-template-rows: auto 1fr;
	justify-items: start;
}

.p-topNews__title {
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-topNews__list {
	grid-column: 2/3;
	grid-row: 1/3;
	margin-top: -0.75rem;
}

.p-topNews__btn {
	margin: 0;
}

.p-topService {
	background: #fff;
	padding: 0;
}

.p-topService__box {
	background: #faf8f4;
	border-radius: 0.9375rem;
	padding: 2.5rem 2rem;
}

.p-topService__items {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto 1fr;
	margin-top: 2.4375rem;
}

.p-topService__item {
	border-radius: 0.9375rem;
	padding: 2rem 1.5rem 1.3125rem;
}

.p-topService__heading {
	font-size: 1.25rem;
	padding: 0.375rem 0 0.3125rem;
}

.p-topService__illust {
	margin: 1.4375rem auto 0.625rem;
	max-width: 16.1875rem;
}

.p-topService__link {
	margin: 0 auto;
	max-width: 21.875rem;
	padding: 0.6875rem 2.5rem 0.6875rem 0;
}

.p-topService__tag {
	font-size: 0.9375rem;
	padding: 0 0.6875rem;
}

.p-topService__icon {
	height: 1.875rem;
	width: 1.875rem;
}

.p-topService__item.--orange {
	grid-column: 2/3;
	grid-row: 1/3;
}

.p-topTopics {
	padding: 13.375rem 0 3.125rem;
}

.p-topTopics::before {
	background-image: url(../images/top/topics_shape.svg);
	height: 12.3125rem;
}

.p-topTopics__inner {
	max-width: 64.875rem;
}

.p-topTopics__inner::after {
	height: 15.9375rem;
	right: -6.4375rem;
	top: -13.8125rem;
	width: 7.8125rem;
}

.p-topTopics__list {
	margin-top: 1.9375rem;
}

.p-topFacility {
	padding-bottom: 6.125rem;
	padding-top: 4.375rem;
}

.p-topFacility__items {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.9375rem;
}

.p-topFacility__img img {
	aspect-ratio: 379/350;
}

.p-topFacility__text {
	padding: 0.9375rem 0.625rem 0.8125rem 0.375rem;
}

}

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

.p-cta__recruit:hover {
	-webkit-transform: scale(1.03);
	opacity: 1;
	transform: scale(1.03);
}

}

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

.p-guide__mainImg.--narrow img {
	aspect-ratio: 901/460;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.p-header__items {
	gap: 2.4375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@-webkit-keyframes scroll-down {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@keyframes scroll-down {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}


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