body {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	background: #fdfbf5;
	color: #333333;
}

.u-sp {
	display: none;
}

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

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

/* ホバー */

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

body.active {
	overflow: hidden;
}

*,
*::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;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

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

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

address {
	font-style: normal;
}

.anchor__list {
	gap: 80px;
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.anchor__item {
	text-align: center;
	width: 146px;
	width: 9.125rem;
}

.anchor__link {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	position: relative;
	width: 100%;
}

.anchor__link::before {
	background: #6bb43d;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 20px;
	width: 1.25rem;
}

.anchor__link::after {
	-webkit-mask: url(../../assets/images/common/arrow.svg) center center no-repeat;
	background: #fff;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	height: 7px;
	height: 0.4375rem;
	left: 50%;
	mask: url(../../assets/images/common/arrow.svg) center center no-repeat;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 10px;
	width: 0.625rem;
}

.anchor__link:hover::before {
	background: #fff;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
}

.anchor__link:hover::after {
	background: #6bb43d;
}

/*===============================
	採用案内用
================================*/

.anchor__list--job {
	gap: 119px;
	gap: 7.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.anchor__link--job {
	font-size: 14px;
	font-size: 0.875rem;
}

.anchor__link--job::before {
	background: #6bb43d;
	bottom: 4px;
	bottom: 0.25rem;
	left: 49%;
}

.anchor__link--job::after {
	bottom: 10px;
	bottom: 0.625rem;
	left: 49%;
}

.bg-icon {
	position: relative;
}

.bg-icon--after {
	position: relative;
}

.bg-icon--top {
	position: relative;
}

.bg-icon--after::after {
	background: url(../../assets/images/common/icon1.svg) center center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 48px;
	width: 3rem;
}

.bg-icon::before {
	background: url(../../assets/images/common/icon1.svg) center center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 48px;
	width: 3rem;
}

.bg-icon--top::before {
	background: url(../../assets/images/common/icon1.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 48px;
	width: 3rem;
}

.btn__link {
	border: 1px solid #d1cbc1;
	border: 0.0625rem solid #d1cbc1;
	border-radius: 1.5rem;
	display: inline-block;
	padding: 7px 0;
	padding: 0.4375rem 0;
	position: relative;
	width: 100%;
}

.btn__link::before {
	background: -webkit-gradient(linear, left top, right top, from(#fffbdd), to(#fdefc0));
	background: linear-gradient(to right, #fffbdd, #fdefc0);
	border-radius: 1.5rem;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 0;
	z-index: -1;
}

.btn__link:hover::before {
	width: 100%;
}

.btn__link:hover span::before {
	right: -50px;
	right: -3.125rem;
}

.btn__link:hover span::after {
	right: -53px;
	right: -3.3125rem;
}

.btn__link--recruit:hover span::before {
	right: -30px;
	right: -1.875rem;
}

.btn__link--recruit:hover span::after {
	right: -33px;
	right: -2.0625rem;
}

.btn__link span {
	position: relative;
}

.btn__link span::before {
	background: url(../../assets/images/common/arrow.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: -45px;
	right: -2.8125rem;
	top: 8.5px;
	top: 0.53125rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 9px;
	width: 0.5625rem;
	z-index: 5;
}

.btn__link span::after {
	background: #6bb43d;
	border-radius: 50%;
	content: "";
	height: 16px;
	height: 1rem;
	position: absolute;
	right: -48px;
	right: -3rem;
	top: 3px;
	top: 0.1875rem;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 16px;
	width: 1rem;
}

.btn__contact {
	background: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 1.5rem;
	color: #fff;
	display: inline-block;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 48px;
	height: 3rem;
	letter-spacing: 0.01em;
	padding-top: 0;
	place-items: center;
	text-align: center;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 175px;
	width: 10.9375rem;
}

.btn__contact:hover {
	background: #fff;
	color: #6bb43d;
}

.btn__link--single,
.btn__link--facilities,
.btn__link--job {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.single__body a.btn__link--single,
.single__body a.btn__link--facilities,
.single__body a.btn__link--job {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(51, 51, 51);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	z-index: 1;
}

.btn__link--single span::after {
	left: -21px;
	left: -1.3125rem;
	right: auto;
	right: initial;
	top: -7px;
	top: -0.4375rem;
}

.btn__link--single span::before {
	left: -18px;
	left: -1.125rem;
	right: auto;
	right: initial;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn__link--facilities span::after {
	left: -38px;
	left: -2.375rem;
	right: auto;
	right: initial;
	top: -7px;
	top: -0.4375rem;
}

.btn__link--facilities span::before {
	left: -35px;
	left: -2.1875rem;
	right: auto;
	right: initial;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn__link--recruit {
	padding: 12px 0;
	padding: 0.75rem 0;
	z-index: 0;
}

.btn__link--recruit span::before {
	right: -19px;
	right: -1.1875rem;
}

.btn__link--recruit span::after {
	right: -22px;
	right: -1.375rem;
}

.btn__link--job span::after {
	left: -82px;
	left: -5.125rem;
	right: auto;
	right: initial;
	top: -7px;
	top: -0.4375rem;
}

.btn__link--job span::before {
	left: -79px;
	left: -4.9375rem;
	right: auto;
	right: initial;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn__link--job:hover span::after {
	left: -90px;
	left: -5.625rem;
	right: auto;
	right: initial;
	top: -7px;
	top: -0.4375rem;
}

.btn__link--job:hover span::before {
	left: -87px;
	left: -5.4375rem;
	right: auto;
	right: initial;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn__link--green {
	background: #6bb43d;
	border: none;
	color: #fff;
	opacity: 1;
	padding: 11px 0;
	padding: 0.6875rem 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 175px;
	width: 10.9375rem;
}

.btn__link--green::before {
	background: none;
}

.btn__link--green span::before {
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #6bb43d;
	height: 6px;
	height: 0.375rem;
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	right: -86px;
	right: -5.375rem;
	width: 7px;
	width: 0.4375rem;
}

.btn__link--green span::after {
	background: #fff;
	right: -89px;
	right: -5.5625rem;
}

.btn__link--green:hover {
	background: #6bb43d;
	color: #fff;
	opacity: 0.8;
}

.btn__link--green:hover span::before {
	right: -86px;
	right: -5.375rem;
}

.btn__link--green:hover span::after {
	right: -89px;
	right: -5.5625rem;
}

.btn__link--back {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	color: #6bb43d;
	font-size: 14px;
	font-size: 0.875rem;
	height: 38px;
	height: 2.375rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	opacity: 1;
	padding: 0 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 165px;
	width: 10.3125rem;
}

.btn__link--back::before {
	background: none;
}

.btn__link--back:hover {
	opacity: 0.8;
}

.btn__link--back span::before {
	height: 6px;
	left: -28px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 7px;
}

.btn__link--back span::after {
	left: -32px;
}

.card__link:hover .card__s-title {
	background-size: 100% 0.4375rem;
}

.card__link:hover .card__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.card__img {
	border-radius: 0.3125rem;
	overflow: hidden;
	padding-top: 73.3%;
	position: relative;
}

.card__img img {
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 100%;
}

.card__list {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.card__item {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.card__item--green {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 0.1875rem;
	color: #6bb43d;
}

.card__item--blue {
	border: 1px solid #2e97a0;
	border: 0.0625rem solid #2e97a0;
	border-radius: 0.1875rem;
	color: #2e97a0;
}

.card__s-title {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(107, 180, 61, 0.5)),
			to(rgba(107, 180, 61, 0.5))
		)
		0 100%/0 0.4375rem no-repeat;
	background: linear-gradient(rgba(107, 180, 61, 0.5), rgba(107, 180, 61, 0.5)) 0 100%/0 0.4375rem no-repeat;
	display: inline;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 8px;
	margin-top: 0.5rem;
	-webkit-transition: background 0.6s;
	transition: background 0.6s;
}

.card__date {
	color: #868686;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.common-head__container {
	height: 268px;
	height: 16.75rem;
	position: relative;
	width: 100%;
}

.common-head__container--news {
	background: url(../../assets/images/news/head-img.jpg) center center no-repeat;
	background-size: cover;
}

.common-head__container--about {
	background: url(../../assets/images/about/head-img.jpg) center center no-repeat;
	background-size: cover;
}

.common-head__container--facilities {
	background: url(../../assets/images/facilities/head-img.jpg) center center no-repeat;
	background-size: cover;
}

.common-head__container--feature {
	background: url(../../assets/images/feature/head-img.jpg) center center no-repeat;
	background-size: cover;
}

.common-head__body {
	left: 50.2%;
	position: absolute;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.common-head__img {
	margin: auto;
	width: 66px;
	width: 4.125rem;
}

.common-head__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2.1428571429;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.common-title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	padding-left: 5px;
	padding-left: 0.3125rem;
	text-align: center;
}

.common__logo {
	height: 54px;
	height: 3.375rem;
	left: 40px;
	left: 2.5rem;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	width: 82px;
	width: 5.125rem;
	z-index: 1;
}

.drawer-icon {
	position: fixed;
	right: 19px;
	right: 1.1875rem;
	top: 26px;
	top: 1.625rem;
	z-index: 102;
}

.drawer-icon__button {
	border: none;
	cursor: pointer;
	height: 38px;
	height: 2.375rem;
	outline: none;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
	width: 38px;
	width: 2.375rem;
	z-index: 102;
}

.drawer-icon__button span {
	background: #333333;
	border-radius: 0.125rem;
	height: 2px;
	height: 0.125rem;
	left: 2px;
	left: 0.125rem;
	position: absolute;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 86%;
}

.drawer-icon__button span:nth-child(1) {
	top: 8px;
	top: 0.5rem;
}

.drawer-icon__button span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.drawer-icon__button span:nth-child(3) {
	bottom: 7px;
	bottom: 0.4375rem;
}

.drawer-icon__button span.active:nth-child(1) {
	left: -1px;
	left: -0.0625rem;
	top: 18px;
	top: 1.125rem;
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
	width: 98%;
}

.drawer-icon__button span.active:nth-child(2) {
	opacity: 0;
}

.drawer-icon__button span.active:nth-child(3) {
	bottom: 18px;
	bottom: 1.125rem;
	left: 0;
	-webkit-transform: rotate(-36deg);
	transform: rotate(-36deg);
	width: 98%;
}

.drawer {
	min-height: 100vh;
}

.drawer__list {
	padding-top: 78px;
	padding-top: 4.875rem;
}

.drawer__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #d1cbc1;
	border-bottom: 0.0625rem solid #d1cbc1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 20px 14px;
	padding: 0.875rem 1.25rem 0.875rem;
	position: relative;
	width: 100%;
}

.drawer__link::before {
	background: url(../../assets/images/common/arrow.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: 25px;
	right: 1.5625rem;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 9px;
	width: 0.5625rem;
	z-index: 5;
}

.drawer__link::after {
	background: #6bb43d;
	border-radius: 50%;
	content: "";
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.drawer__link.drawer__contact::before {
	content: normal;
	content: initial;
}

.drawer__item:last-of-type {
	text-align: center;
}

.drawer__item:last-of-type .drawer__link {
	border-bottom: none;
}

.drawer__link img {
	width: 46px;
	width: 2.875rem;
}

.drawer__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-left: 14px;
	margin-left: 0.875rem;
}

.drawer__contact {
	background: #6bb43d;
	border-radius: 1.5rem;
	color: #fdfbf5;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 48px;
	height: 3rem;
	line-height: 48px;
	line-height: 3rem;
	margin: 47px auto 0;
	margin: 2.9375rem auto 0;
	padding: 0;
	width: 175px;
	width: 10.9375rem;
}

.error__wrap {
	padding: 92px 0;
	padding: 5.75rem 0;
	text-align: center;
}

.error__large {
	font-size: 56px;
	font-size: 3.5rem;
	letter-spacing: 0.08em;
	line-height: 0.7142857143;
}

.error__middle {
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	line-height: 1.7391304348;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.error__small {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.4285714286;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.error__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	margin-top: 41px;
	margin-top: 2.5625rem;
}

/*===============================

	スクロール時のヘッダー

================================*/

.fixed {
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
}

.fixed.scroll {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: anime;
	animation-name: anime;
	background: #fdfbf5;
	opacity: 0.95;
	position: fixed;
	visibility: visible;
	width: 100%;
}

.fixed__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	max-width: 1260px;
	max-width: 78.75rem;
	padding: 16px 56px;
	padding: 1rem 3.5rem;
}

.fixed__nav-item {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1.1666666667;
	position: relative;
}

.fixed__nav-item:nth-child(1) {
	margin-left: 0;
}

.fixed__nav-item:nth-child(2) {
	margin-left: 4.2%;
}

.fixed__nav-item:nth-child(3) {
	margin-left: 4.2%;
}

.fixed__nav-item:nth-child(4) {
	margin-left: 7%;
	margin-top: -8px;
	margin-top: -0.5rem;
	width: 64px;
	width: 4rem;
}

.fixed__nav-item:nth-child(5) {
	margin-left: 7.1%;
}

.fixed__nav-item:nth-child(6) {
	margin-left: 4.15%;
}

.fixed__nav-item:nth-child(7) {
	margin-left: 4.3%;
	margin-top: -4px;
	margin-top: -0.25rem;
}

.fixed__nav-item::after {
	background: #6bb43d;
	border-radius: 0.0625rem;
	bottom: -16px;
	bottom: -1rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
	width: 100%;
}

.fixed__nav-item:not(:nth-child(4)):not(:last-child):hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.fixed__nav-item:last-of-type a {
	background: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 1.3125rem;
	color: #fff;
	display: grid;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 36px;
	height: 2.25rem;
	margin-top: 0px;
	margin-top: 0rem;
	padding-top: 0;
	place-items: center;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 140px;
	width: 8.75rem;
}

.fixed__nav-item:last-of-type a:hover {
	background: #fdfbf5;
	color: #6bb43d;
}

.fixed__nav-item a {
	gap: 6px;
	gap: 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fixed__nav-item img {
	height: 28px;
	height: 1.75rem;
	width: 28px;
	width: 1.75rem;
}

.fixed__nav-item--pa img {
	height: 42px;
	height: 2.625rem;
	width: 64px;
	width: 4rem;
}

.fixed__nav-tex {
	display: grid;
	place-items: center;
}

.footer__wrap {
	background: #fefeee;
	border-top: 1px solid #000;
	border-top: 0.0625rem solid #000;
	padding: 40px 0 7px;
	padding: 2.5rem 0 0.4375rem;
}

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

.footer__title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.8333333333;
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.footer__address {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-left: 17px;
	margin-left: 1.0625rem;
	margin-top: -2px;
	margin-top: -0.125rem;
}

.footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2;
	margin-left: 11px;
	margin-left: 0.6875rem;
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.footer__btn {
	margin-left: 51px;
	margin-left: 3.1875rem;
	margin-top: -1px;
	margin-top: -0.0625rem;
}

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

.header__nav-list {
	gap: 80px;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 85px;
	height: 5.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 50px;
	padding-left: 3.125rem;
}

.header__nav-item {
	font-size: 13px;
	font-size: 0.8125rem;
	height: 85px;
	height: 5.3125rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding-top: 11px;
	padding-top: 0.6875rem;
	position: relative;
	text-align: center;
}

.header__nav-item::after {
	background: #6bb43d;
	border-radius: 0.125rem;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
	width: 100%;
}

.header__nav-item:not(:nth-child(4)):not(:last-child):hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.header__nav-item--pa {
	padding-top: 0;
}

.header__nav-item a {
	display: inline-block;
	display: grid;
	height: inherit;
	place-items: center;
	width: 100%;
}

.header__nav-item:last-of-type {
	background: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 1.5rem;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 48px;
	height: 3rem;
	letter-spacing: 0.01em;
	margin-top: 17px;
	margin-top: 1.0625rem;
	padding-top: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 175px;
	width: 10.9375rem;
}

.header__nav-item:last-of-type:hover {
	background: #fdfbf5;
	color: #6bb43d;
}

.header__drawer-icon {
	display: none;
}

.header__drawer {
	opacity: 0;
	position: fixed;
	top: 0;
	top: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	visibility: hidden;
	width: 100%;
}

.header__drawer.drawer.active {
	background: #fdfbf5;
	opacity: 1;
	position: absolute;
	top: 0;
	visibility: visible;
	z-index: 101;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
	max-width: 61.875rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.pagetop {
	background: #fdfbf5;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 50%;
	bottom: 50px;
	bottom: 3.125rem;
	cursor: pointer;
	height: 46px;
	height: 2.875rem;
	opacity: 0;
	position: fixed;
	right: 10px;
	right: 0.625rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 46px;
	width: 2.875rem;
	z-index: 99;
}

.pagetop:after {
	border-right: 1.5px solid #6bb43d;
	border-right: 0.09375rem solid #6bb43d;
	border-top: 1.5px solid #6bb43d;
	border-top: 0.09375rem solid #6bb43d;
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 10px;
	width: 0.625rem;
}

.pagetop:hover {
	background: #6bb43d;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.pagetop:hover:after {
	border-right: 1.5px solid #fff;
	border-right: 0.09375rem solid #fff;
	border-top: 1.5px solid #fff;
	border-top: 0.09375rem solid #fff;
}

.pagetop.active {
	opacity: 1;
}

.pagination__list {
	gap: 11.5px;
	gap: 0.71875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 83px;
	margin-top: 5.1875rem;
	padding-right: 1px;
	padding-right: 0.0625rem;
}

.pagination__item .page-numbers {
	border: 1px solid #b1cc9e;
	border: 0.0625rem solid #b1cc9e;
	border-radius: 0.3125rem;
	color: #b1cc9e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
}

.pagination__item .page-numbers.dots {
	border: none;
	padding: 0;
}

.pagination__item .page-numbers.current {
	background: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
}

.pagination__item .next.page-numbers,
.pagination__item .prev.page-numbers {
	border: none;
	border-radius: 0.3125rem;
	color: #6bb43d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	padding: 5px;
	padding: 0.3125rem;
	position: relative;
}

.pagination__item .next.page-numbers {
	padding: 5px 30px 5px 11px;
	padding: 0.3125rem 1.875rem 0.3125rem 0.6875rem;
}

.pagination__item .next.page-numbers::before {
	background: url(../../assets/images/common/arrow-green.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 17.5px;
	height: 1.09375rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	width: 1.0625rem;
}

.pagination__item .prev.page-numbers {
	padding: 5px 11px 5px 30px;
	padding: 0.3125rem 0.6875rem 0.3125rem 1.875rem;
}

.pagination__item .prev.page-numbers::before {
	background: url(../../assets/images/common/arrow-green.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 17.5px;
	height: 1.09375rem;
	left: 6px;
	left: 0.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	width: 17px;
	width: 1.0625rem;
}

.single__wrap {
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
}

.single__inner.inner {
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
}

.single__list {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single__category {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 0.3125rem;
	color: #6bb43d;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8666666667;
	padding: 2px 8px;
	padding: 0.125rem 0.5rem;
}

.single__tag {
	border: 1px solid #2e97a0;
	border: 0.0625rem solid #2e97a0;
	border-radius: 0.3125rem;
	color: #2e97a0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 8px;
	padding: 0 0.5rem;
}

.single__date {
	color: #868686;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-left: 6px;
	margin-left: 0.375rem;
}

.single__title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 43px;
	margin-top: 2.6875rem;
	padding: 0 113px;
	padding: 0 7.0625rem;
	text-align: center;
}

.single__body {
	border-top: 1px solid #000;
	border-top: 0.0625rem solid #000;
	margin-top: 38px;
	margin-top: 2.375rem;
	padding: 65px 0;
	padding: 4.0625rem 0;
}

.single__body p {
	color: #333333;
	line-height: 2;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.single__body figure {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.single__btn-box {
	height: 48px;
	height: 3rem;
	letter-spacing: 0.08em;
	margin: auto;
	margin-top: 67px;
	margin-top: 4.1875rem;
	text-align: center;
	width: 240px;
	width: 15rem;
}

.single__btn {
	height: inherit;
}

.single__body a {
	color: #2271b1;
	text-decoration: underline;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.about__wrap {
	overflow: hidden;
	padding: 51px 0;
	padding: 3.1875rem 0;
	position: relative;
}

.about__content {
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	margin-top: 96px;
	margin-top: 6rem;
	overflow: hidden;
	padding-bottom: 94px;
	padding-bottom: 5.875rem;
	position: relative;
}

.about__box {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.about__description {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.about__img-box {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.about__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
	width: 18.75rem;
}

.about__img-director {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.about__img-name {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8888888889;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.about__content2 {
	background: #fffded;
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	padding-bottom: 95px;
	padding-bottom: 5.9375rem;
	padding-top: 94px;
	padding-top: 5.875rem;
}

.about__list {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.about__item {
	gap: 141px;
	gap: 8.8125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about__item + .about__item {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.about__date {
	color: #6bb43d;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	position: relative;
	width: 100px;
	width: 6.25rem;
}

.about__date::before {
	background: #6bb43d;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: -121px;
	right: -7.5625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 114px;
	width: 7.125rem;
}

.about__desc {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5294117647;
}

.about__content3 {
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	padding-top: 94px;
	padding-top: 5.875rem;
}

.about__table {
	border-collapse: collapse;
	margin: 42px auto;
	margin: 2.625rem auto;
	max-width: 940px;
	max-width: 58.75rem;
	width: 100%;
}

.about__tr {
	border-top: 1px solid #d1cbc1;
	border-top: 0.0625rem solid #d1cbc1;
}

.about__tr:last-child {
	border-bottom: 1px solid #d1cbc1;
	border-bottom: 0.0625rem solid #d1cbc1;
}

.about__th {
	background: #f7f4e9;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	text-align: left;
	vertical-align: baseline;
	vertical-align: initial;
	width: 220px;
	width: 13.75rem;
}

.about__td,
.about__pdf {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	width: 720px;
	width: 45rem;
}

.about__pdf-item {
	padding-left: 17px;
	padding-left: 1.0625rem;
}

.about__pdf a {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(107, 180, 61, 0.5)),
			to(rgba(107, 180, 61, 0.5))
		)
		0 100%/0 0.4375rem no-repeat;
	background: linear-gradient(rgba(107, 180, 61, 0.5), rgba(107, 180, 61, 0.5)) 0 100%/0 0.4375rem no-repeat;
	position: relative;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.about__pdf a:hover {
	background-size: 100% 0.4375rem;
}

.about__pdf a::before {
	background: url(../../assets/images/about/icon-pdf.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	height: 1rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.about__pdf a::after {
	content: "・";
	left: -17px;
	left: -1.0625rem;
	position: absolute;
	top: -4px;
	top: -0.25rem;
}

/*===============================

	SVGアニメーション

================================*/

.about__svg1 {
	position: absolute;
	right: -152px;
	right: -9.5rem;
	top: 237px;
	top: 14.8125rem;
	z-index: -1;
}

.about__svg2 {
	bottom: -100px;
	bottom: -6.25rem;
	left: -100px;
	left: -6.25rem;
	position: absolute;
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	z-index: -1;
}

.contact__wrap {
	padding: 60px 0 94px;
	padding: 3.75rem 0 5.875rem;
}

.contact__title {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2.1428571429;
	text-align: center;
}

.contact__progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.contact__tag {
	color: #868686;
	display: grid;
	position: relative;
	text-align: center;
}

.contact__tag:nth-child(2) {
	margin: 0 31px 0px 23px;
	margin: 0 1.9375rem 0rem 1.4375rem;
}

.contact__tag:nth-child(2)::before {
	background: #868686;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: -56px;
	left: -3.5rem;
	position: absolute;
	top: 44%;
	width: 110px;
	width: 6.875rem;
}

.contact__tag:nth-child(3)::before {
	background: #868686;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: -80px;
	left: -5rem;
	position: absolute;
	top: 44%;
	width: 110px;
	width: 6.875rem;
}

.contact__tag--active {
	color: #6bb43d;
}

.contact__tag:nth-child(2).contact__tag--active::before {
	background: #6bb43d;
}

.contact__tag:nth-child(3).contact__tag--active::before {
	background: #6bb43d;
}

.contact__number {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	position: relative;
}

.contact__number::before {
	background: #868686;
	border-radius: 50%;
	bottom: 0;
	bottom: -18px;
	bottom: -1.125rem;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14px;
	width: 0.875rem;
}

.contact__tag--active .contact__number::before {
	background: #6bb43d;
}

.contact__situation {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.contact__description {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.contact__footer {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.contact__s-title {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5454545455;
}

.contact__tel {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 400;
	line-height: 1.4545454545;
	margin-top: 9px;
	margin-top: 0.5625rem;
	padding-left: 37px;
	padding-left: 2.3125rem;
	position: relative;
}

.contact__tel::before {
	background: url(../../assets/images/common/icon-tel.png) center center no-repeat;
	background-size: cover;
	content: "";
	height: 28px;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 13px;
	top: 0.8125rem;
	width: 28px;
	width: 1.75rem;
}

.contact__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.contact__pdf {
	gap: 37px;
	gap: 2.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 21px;
	margin-top: 1.3125rem;
	position: relative;
}

.contact__pdf::before {
	background: #333333;
	content: "";
	height: 53%;
	left: 54.5%;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
}

.contact__pdf a {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	padding-right: 20px;
	padding-right: 1.25rem;
	position: relative;
}

.contact__pdf a::before {
	background: url(../../assets/images/about/icon-pdf.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

/*===============================

	MW WP Formの中のクラス

================================*/

.contact__list {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.contact__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 10rem 1fr;
}

.contact__item:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact__item:last-child .contact__label {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.contact__item + .contact__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.contact__item + .contact__item.contact__item--mt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 27px 0 25px;
	margin: 1.6875rem 0 1.5625rem;
}

.contact__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 2;
	width: 160px;
	width: 10rem;
}

.contact__item input,
.contact__item textarea {
	background: #fff;
	border: 1px solid #e6e6e6;
	border: 0.0625rem solid #e6e6e6;
	border-radius: 0.4375rem;
	padding: 12px 0 12px 19px;
	padding: 0.75rem 0 0.75rem 1.1875rem;
	width: 100%;
}

.contact__item input::-moz-placeholder,
.contact__item textarea::-moz-placeholder {
	color: #cccccc;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

.contact__item input::-webkit-input-placeholder,
.contact__item textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

.contact__item input::-moz-placeholder,
.contact__item textarea::-moz-placeholder {
	color: #cccccc;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

.contact__item input::-ms-input-placeholder,
.contact__item textarea::-ms-input-placeholder {
	color: #cccccc;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

.contact__item input::placeholder,
.contact__item textarea::placeholder {
	color: #cccccc;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

.contact__item textarea {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	height: 167px;
	height: 10.4375rem;
	line-height: 2;
}

span.mwform-radio-field.horizontal-item {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-left: 2px;
	margin-left: 0.125rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 31px;
	margin-left: 1.9375rem;
}

.mwform-radio-field-text {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* デフォルトのボタン */

input[type="radio"] {
	opacity: 0; /* デフォルトのボタンを非表示 */
	position: absolute;
}

/* チェック前のボタン */

.mwform-radio-field-text::before {
	background: #fff;
	border: 1px solid #d1cbc1;
	border: 0.0625rem solid #d1cbc1;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	margin-bottom: auto;
	margin-right: 5px;
	margin-right: 0.3125rem;
	margin-top: auto;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s; /* 色をじんわり変化させる */
	width: 18px;
	width: 1.125rem;
}

/* チェック後のボタン */

input[type="radio"]:checked + .mwform-radio-field-text::before {
	background-color: #2f75bc; /* チェック後の中心の色 */
	-webkit-box-shadow: inset 0 0 0 0.1875rem #fff;
	box-shadow: inset 0 0 0 0.1875rem #fff; /* 中心の色のスタイル */
}

.mw_wp_form .contact__item .horizontal-item + .horizontal-item {
	margin-left: 29px;
	margin-left: 1.8125rem;
}

.contact__btn-box {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

/*===============================

	MW WP Form エラー画面

================================*/

.contact__error {
	background: #ffeded;
	color: #eb3b3b;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.contact .mw_wp_form .error {
	font-size: 14px;
	font-size: 0.875rem;
	grid-column: 2/3;
	grid-row: 2/3;
	padding: 6px 0 0 3px;
}

.contact .mw_wp_form .error + input,
.contact .mw_wp_form .error + textarea {
	border: 1px solid #eb3b3b;
}

/*===============================

	MW WP Form 確認画面

================================*/

.mw_wp_form_confirm .contact__list {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 2;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.mw_wp_form_confirm textarea {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 2;
}

.mw_wp_form_confirm .contact__btn-link {
	gap: 30px;
	gap: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mw_wp_form_confirm .contact__item + .contact__item.contact__item--mt {
	margin: 24px 0 20px;
	margin: 1.5rem 0 1.25rem;
}

.mw_wp_form_confirm .contact__item:last-child .contact__label {
	margin-top: 0;
}

.mw_wp_form_confirm .contact__btn-box {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.mw_wp_form_confirm .job-recruit__btn-box {
	margin-top: 44px;
	margin-top: 2.75rem;
}

/*===============================

	MW WP Form 送信完了画面

================================*/

.facilities__title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	padding-left: 8px;
	padding-left: 0.5rem;
	text-align: center;
}

.facilities1__wrap {
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	padding-bottom: 42px;
	padding-bottom: 2.625rem;
}

.facilities1__img {
	border-radius: 0.3125rem;
	margin: -40px auto 0;
	margin: -2.5rem auto 0;
	position: relative;
	width: 620px;
	width: 38.75rem;
}

.facilities1__img img {
	border-radius: 0.3125rem;
}

.facilities1__title {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: center;
}

.facilities1__anchor {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.facilities2 {
	background: #fffded;
}

.facilities2__wrap {
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	padding: 94px 0;
	padding: 5.875rem 0;
}

.facilities2__inner.inner {
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
}

.facilities2__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

/*===============================

	スライド

================================*/

.facilities2__swiper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.facilities2__swiper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 668px;
	width: 41.75rem;
}

.facilities2__swiper .swiper-slide {
	border-radius: 0.3125rem;
}

.facilities2__swiper .swiper-slide img {
	border-radius: 0.3125rem;
}

.facilities2__swiper .swiper-button-next,
.facilities2__swiper .swiper-button-prev {
	cursor: pointer;
	height: 76px;
	height: 4.75rem;
	position: absolute;
	top: 51%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
	z-index: 1;
}

.facilities2__swiper .swiper-button-prev {
	top: 50%;
}

.facilities2__swiper .swiper-button-next {
	left: auto;
	right: 0;
}

.facilities2__swiper .swiper-button-prev {
	left: 0;
	right: auto;
}

.facilities2__swiper .swiper-button-next::before {
	background-color: #333333;
	border-radius: 0.3125rem 0 0 0.3125rem;
	content: "";
	height: 76px;
	height: 4.75rem;
	opacity: 0.7;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

.facilities2__swiper .swiper-button-next::after {
	border-right: 1.5px solid #fff;
	border-right: 0.09375rem solid #fff;
	border-top: 1.5px solid #fff;
	border-top: 0.09375rem solid #fff;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 47.5%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.facilities2__swiper .swiper-button-prev::before {
	background-color: #333333;
	border-radius: 0 0.3125rem 0.3125rem 0;
	content: "";
	height: 76px;
	height: 4.75rem;
	opacity: 0.7;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

.facilities2__swiper .swiper-button-prev::after {
	border-right: 1.5px solid #fff;
	border-right: 0.09375rem solid #fff;
	border-top: 1.5px solid #fff;
	border-top: 0.09375rem solid #fff;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 3px;
	right: 0.1875rem;
	top: 36%;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

/*===============================

	スライド(サムネイル)

================================*/

.facilities2__swiper-thumbnail .swiper-wrapper {
	gap: 10px;
	gap: 0.625rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 51px;
	margin-left: 3.1875rem;
}

.facilities2__swiper-thumbnail .swiper-wrapper--height {
	height: 75%;
}

.facilities2__swiper-thumbnail .swiper-wrapper--height2 {
	height: 49%;
}

.facilities2__swiper-thumbnail .swiper-slide {
	border-radius: 0.3125rem;
	cursor: pointer;
	height: 105px;
	height: 6.5625rem;
	position: relative;
	width: 105px !important;
	width: 6.5625rem !important;
}

.facilities2__swiper-thumbnail .swiper-slide img {
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.facilities2__swiper-thumbnail .swiper-slide-thumb-active img {
	border: 2px solid #6bb43d;
	border: 0.125rem solid #6bb43d;
}

.facilities3__wrap {
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	padding: 94px 0 50px;
	padding: 5.875rem 0 3.125rem;
}

.facilities3__container {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.facilities3__box {
	border-bottom: 1px solid #d1cbc1;
	border-bottom: 0.0625rem solid #d1cbc1;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
}

.facilities3__box:last-child {
	border-bottom: none;
}

.facilities3__box + .facilities3__box {
	margin-top: 46px;
	margin-top: 2.875rem;
}

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

.facilities3__texts {
	width: calc(100% - 28.75rem);
}

.facilities3__name {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8181818182;
}

.facilities3__capacity {
	color: #2e97a0;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.facilities3__address {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.facilities3__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 4px;
	margin-top: 0.25rem;
	width: 460px;
	width: 28.75rem;
}

.facilities3__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.facilities3_map {
	margin-top: 2.8125rem;
}

.facilities4 {
	background: #fffded;
}

.facilities4__wrap {
	padding: 94px 0 0;
	padding: 5.875rem 0 0;
}

.facilities4__title {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.facilities4__title--center {
	text-align: center;
}

.facilities4__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.facilities5 {
	background: #fffded;
}

.facilities5__wrap {
	padding: 59px 0 100px;
	padding: 3.6875rem 0 6.25rem;
	border-bottom: 0.0625rem solid #000;
}

.facilities5__text {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 2;
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.facilities5__box {
	gap: 2.1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.facilities5__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
	width: 18.75rem;
}

.facilities5__title {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.facilities5__btn-box {
	margin-top: 68px;
	margin-top: 4.25rem;
	text-align: center;
}

.facilities5__btn {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin: auto;
	width: 240px;
	width: 15rem;
}

.facilities5__documents {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 1rem;
	margin-top: 3.125rem;
}
.facilities5__documents-item {
	width: 15rem;
}

.facilities-Insta__wrap {
	padding: 3.6875rem 0 6.25rem;
}

.facilities-Insta__container {
	margin-top: 2.4375rem;
}

.facilities-Insta-icon {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	margin-left: 10px;
}

.facilities-Insta .facilities__title {
	font-size: 1.6rem;
}

.facilities-Insta .facilities__title::after {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../images/common/icon-insta.png) center/cover no-repeat;
}

.feature__wrap {
	overflow: hidden;
	padding: 100px 0;
	padding: 6.25rem 0;
	position: relative;
}

.feature__title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 2;
	margin-top: 42px;
	margin-top: 2.625rem;
	padding-left: 34px;
	padding-left: 2.125rem;
	text-align: center;
}

.feature__lead {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 28px;
	margin-top: 1.75rem;
	text-align: center;
}

.feature__container {
	margin: 195px auto 0;
	margin: 12.1875rem auto 0;
	max-width: 1260px;
	max-width: 78.75rem;
}

.feature__box {
	gap: 80px;
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.feature__box--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.feature__box + .feature__box {
	margin-top: 198px;
	margin-top: 12.375rem;
}

.feature__text-box {
	margin-top: -7px;
	margin-top: -0.4375rem;
	width: 460px;
	width: 28.75rem;
}

.feature__s-title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	margin-left: 44px;
	margin-left: 2.75rem;
	position: relative;
}

.feature__s-title span {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	left: -44px;
	left: -2.75rem;
	letter-spacing: 0.12em;
	line-height: 2;
	position: absolute;
	top: 0;
}

.feature__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.feature__img {
	border-radius: 0.625rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 560px;
	width: 35rem;
}

.feature__img img {
	border-radius: 0.625rem;
}

/*===============================

	SVGアニメーション

================================*/

.feature__bg1 {
	position: relative;
}

.feature__svg1 {
	position: absolute;
	right: -152px;
	right: -9.5rem;
	top: 380px;
	top: 23.75rem;
	z-index: -1;
}

.feature__svg2 {
	left: -100px;
	left: -6.25rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	z-index: -1;
}

.feature__svg3 {
	position: absolute;
	right: -50px;
	right: -3.125rem;
	top: 30%;
	z-index: -1;
}

.feature__svg4 {
	bottom: 20%;
	left: -130px;
	left: -8.125rem;
	position: absolute;
	-webkit-transform: rotate(360deg) scale(1.6);
	transform: rotate(360deg) scale(1.6);
	z-index: -1;
}

.feature__svg5 {
	bottom: 0;
	position: absolute;
	right: -200px;
	right: -12.5rem;
	z-index: -1;
}

.news__wrap {
	padding-bottom: 110px;
	padding-bottom: 6.875rem;
}

.news__inner.inner {
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.news__nav {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.news__category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__category-item:not(:first-child) a {
	border-left: none;
}

.news__category-item a {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	color: #6bb43d;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8888888889;
	padding: 14px 0 13px;
	padding: 0.875rem 0 0.8125rem;
	position: relative;
	text-align: center;
	width: 235px;
	width: 14.6875rem;
}

.news__category-item:first-child a {
	border-radius: 0.3125rem 0 0 0.3125rem;
}

.news__category-item:last-child a {
	border-radius: 0 0.3125rem 0.3125rem 0;
}

.news__category-item a.is-active {
	background: #6bb43d;
	color: #fff;
}

.news__category-item a.is-active::before {
	border-left: 15px solid transparent;
	border-left: 0.9375rem solid transparent;
	border-right: 15px solid transparent;
	border-right: 0.9375rem solid transparent;
	border-top: 15px solid #6bb43d;
	border-top: 0.9375rem solid #6bb43d;
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news__tag-list {
	-moz-column-gap: 1.1%;
	row-gap: 6px;
	row-gap: 0.375rem;
	-webkit-column-gap: 1.1%;
	column-gap: 1.1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.news__tag-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__tag-item:nth-child(2) {
	display: none;
}

.news__tag-item:nth-child(6) {
	width: 100%;
}

.news__tag-item a {
	border: 1px solid #2e97a0;
	border: 0.0625rem solid #2e97a0;
	border-radius: 0.3125rem;
	color: #2e97a0;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8666666667;
	padding: 2px 7px;
	padding: 0.125rem 0.4375rem;
}

.news__tag-item a.is-active {
	background: #2e97a0;
	color: #fff;
}

.news__cards {
	-moz-column-gap: 2.3%;
	row-gap: 47px;
	row-gap: 2.9375rem;
	-webkit-column-gap: 2.3%;
	column-gap: 2.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
	margin-top: 5rem;
}

.news__card {
	width: 31.7%;
}

.news__card:nth-child(16) {
	display: none;
}

.news__no-data {
	text-align: center;
	width: 100%;
}

.common-staff__wrap {
	margin-top: 110px;
	margin-top: 6.875rem;
	padding: 76px 0 84px;
	padding: 4.75rem 0 5.25rem;
	position: relative;
}

.common-staff__wrap::before {
	background: url(../../assets/images/top/top-recruit-img05.png) center center no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.common-staff__title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.8888888889;
	margin-left: -8px;
	margin-left: -0.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.common-staff__list {
	-moz-column-gap: 1%;
	-webkit-column-gap: 1%;
	column-gap: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px 0 0;
	margin: 3.75rem 0 0;
}

.common-staff__link:hover .common-staff__img {
	opacity: 0.8;
}

.common-staff__link:hover .common-staff__name::before {
	right: 0px;
	right: 0rem;
}

.common-staff__link:hover .common-staff__name::after {
	right: 0px;
	right: 0rem;
}

.common-staff__img {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.common-staff__item {
	position: relative;
}

.common-staff__item:nth-child(2) {
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.common-staff__item:nth-child(3) {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.common-staff__name {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6875;
	margin-left: 9px;
	margin-left: 0.5625rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	position: relative;
	text-align: left;
}

.common-staff__name::before {
	background: #333333;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 7px;
	right: 0.4375rem;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 12%;
}

.common-staff__name::after {
	background: #333333;
	bottom: 12px;
	bottom: 0.75rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 12px;
	width: 0.75rem;
}

.job-demand__wrap {
	padding: 168px 0 144px;
	padding: 10.5rem 0 9rem;
}

.job-demand__container {
	gap: 56px;
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.job-demand__text {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
}

.job-number__wrap {
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
}

.job-number__container {
	margin-top: 107px;
	margin-top: 6.6875rem;
}

.job-number__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.job-number__area + .job-number__area {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.job-number__box1 {
	border-top: 1px solid #d1cbc1;
	border-top: 0.0625rem solid #d1cbc1;
	text-align: center;
	width: 49%;
}

.job-number__box2 {
	border-top: 1px solid #d1cbc1;
	border-top: 0.0625rem solid #d1cbc1;
	text-align: center;
	width: 32%;
}

.job-number__title {
	background: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.2941176471;
	padding-left: 44px;
	padding-left: 2.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
	position: relative;
	-webkit-transform: translateY(-0.75rem);
	transform: translateY(-0.75rem);
}

.job-number__title::before {
	content: "";
	height: 26px;
	height: 1.625rem;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.job-number__title--01::before {
	background: url(../../assets/images/job_offer/icon01.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--02::before {
	background: url(../../assets/images/job_offer/icon02.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--03::before {
	background: url(../../assets/images/job_offer/icon03.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--04::before {
	background: url(../../assets/images/job_offer/icon04.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--05::before {
	background: url(../../assets/images/job_offer/icon05.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--06::before {
	background: url(../../assets/images/job_offer/icon06.svg) center center no-repeat;
	background-size: cover;
}

.job-number__title--07::before {
	background: url(../../assets/images/job_offer/icon07.svg) center center no-repeat;
	background-size: cover;
}

.job-number__s-box {
	margin: 34px auto 0;
	margin: 2.125rem auto 0;
	width: 232px;
	width: 14.5rem;
}

.job-number__s-box--width {
	width: 236px;
	width: 14.75rem;
}

.job-number__s-box--width2 {
	width: 246px;
	width: 15.375rem;
}

.job-number__s-box--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.job-number__count {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 82px;
	font-size: 5.125rem;
	font-weight: 500;
	line-height: 0.4634146341;
	padding-left: 0;
	position: relative;
}

.job-number__count--before::before {
	color: #333333;
	content: "平均";
	font-size: 14px;
	font-size: 0.875rem;
	left: 2px;
	left: 0.125rem;
	line-height: 1.7142857143;
	position: absolute;
	top: -33px;
	top: -2.0625rem;
}

.job-number__count span {
	font-family: "Noto Serif JP", serif;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 600;
	line-height: 0.9393939394;
}

.job-number__count2 {
	color: #6bb43d;
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 0.4583333333;
	position: relative;
	-webkit-transform: translateY(0.875rem);
	transform: translateY(0.875rem);
}

.job-number__count2::before {
	color: #333333;
	content: "男性";
	font-size: 18px;
	font-size: 1.125rem;
	left: 37px;
	left: 2.3125rem;
	position: absolute;
	top: -28px;
	top: -1.75rem;
}

.job-number__count2::after {
	color: #333333;
	content: "女性";
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	right: 37px;
	right: 2.3125rem;
	top: -28px;
	top: -1.75rem;
}

.job-number__count2 span {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 0.4615384615;
}

.job-number__count2 span.job-number__middle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 0.4722222222;
}

.job-number__note {
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
	text-align: center;
}

.job-number__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: right;
}

.job-recruit__text {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8888888889;
	margin-top: 55px;
	margin-top: 3.4375rem;
	text-align: center;
}

.job-recruit__wrap {
	padding: 70px 0 78px;
	padding: 4.375rem 0 4.875rem;
}

.job-recruit__table.is-active::before {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.job-recruit__btn-box {
	margin-top: 53px;
	margin-top: 3.3125rem;
	text-align: center;
}

.job-recruit__btn {
	display: inline-block;
	letter-spacing: 0.08em;
	width: 240px;
	width: 15rem;
}

.job-table {
	border: 1px solid #cccccc;
	border: 0.0625rem solid #cccccc;
	border-collapse: collapse;
	margin-top: 45px;
	margin-top: 2.8125rem;
	width: 100%;
}

.job-table__row {
	border: 1px solid #cccccc;
	border: 0.0625rem solid #cccccc;
	border-collapse: collapse;
}

.job-table__cell {
	border: 1px solid #cccccc;
	border: 0.0625rem solid #cccccc;
	border-collapse: collapse;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.job-table__cell--header {
	background: #e6f2d9;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	width: 90px;
	width: 5.625rem;
}

.job-table__cell--label {
	background: #f4f6f2;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px;
	padding: 0.625rem;
	padding: 9px 23px 9px 9px;
	padding: 0.5625rem 1.4375rem 0.5625rem 0.5625rem;
	text-align: left;
	width: 130px;
	width: 8.125rem;
}

.job-table__row:nth-child(3) .job-table__cell--label {
	padding: 9px 35px 9px 9px;
	padding: 0.5625rem 2.1875rem 0.5625rem 0.5625rem;
}

.job-table__cell--header-top {
	background: #d9efca;
	padding-left: 11px;
	padding-left: 0.6875rem;
	text-align: left;
}

th.job-table__cell:nth-child(3) {
	padding: 8px 19px;
	padding: 0.5rem 1.1875rem;
}

th.job-table__cell:nth-child(6) {
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

th.job-table__cell:nth-child(7) {
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
}

.details-link {
	background: #6bb43d;
	border-radius: 0.1875rem;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.job-title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	position: relative;
	text-align: center;
}

.job-title::before {
	background: #6bb43d;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 47px;
	width: 2.9375rem;
}

.job {
	background: #fff;
}

.job-mv__wrap {
	position: relative;
}

.job-mv__box {
	bottom: 26.5%;
	color: #fff;
	left: 8.5%;
	position: absolute;
}

.job-mv__title {
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.2083333333;
}

.job-mv__text {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.job-mv__anchor {
	color: #fff;
	margin-top: -84px;
	margin-top: -5.25rem;
}

.s-job-adoption__wrap {
	padding: 44px 0;
	padding: 2.75rem 0;
}

.s-job-adoption__table {
	border-collapse: collapse;
}

.s-job-adoption__table tr {
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-top: 0.0625rem solid #cccccc;
}

.s-job-adoption__table tr:last-child {
	border-bottom: 1px solid #cccccc;
	border-bottom: 0.0625rem solid #cccccc;
}

.s-job-adoption__table th {
	background: #f6f7f4;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7142857143;
	padding: 18px 18px 18px 20px;
	padding: 1.125rem 1.125rem 1.125rem 1.25rem;
	text-align: left;
	vertical-align: top;
	width: 220px;
	width: 13.75rem;
}

.s-job-adoption__table td {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	max-width: 720px;
	max-width: 45rem;
	padding: 18px 18px 16.5px 20px;
	padding: 1.125rem 1.125rem 1.03125rem 1.25rem;
	width: 720px;
	width: 45rem;
}

.s-job-adoption__table td a {
	color: #2f75bc;
}

.s-job-adoption__box {
	margin-bottom: 76px;
	margin-bottom: 4.75rem;
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.s-job-adoption__box--mb {
	margin-bottom: 0;
}

.s-job-adoption__box-flow td img {
	height: auto;
}

.s-job-adoption__box-flow td:nth-child(2) {
	width: 20rem;
}

/*===============================
	テーブル用
================================*/

.s-job-adoption__table td.s-job-adoption__padding0 {
	padding: 0;
}

.s-job-adoption__table2 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: -1px;
	margin: -0.0625rem;
}

.s-job-adoption__table2 tr {
	border-top: 1px solid #cccccc;
	border-top: 0.0625rem solid #cccccc;
}

.s-job-adoption__table2 th {
	background: #fff;
	width: 310px;
	width: 19.375rem;
}

.s-job-adoption__table2 td {
	border-collapse: separate;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.s-job-adoption__table2 th.check,
.s-job-adoption__table2 td.check {
	background: #f6f7f4;
}

.s-job-adoption__table2 td span {
	font-size: 10px;
	font-size: 0.625rem;
}

.s-job-adoption__table2 td:nth-child(1) {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7142857143;
	text-align: left;
}

.s-job-adoption__table2 td:nth-child(2) {
	border-left: 1px dotted #cccccc;
	border-left: 0.0625rem dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-right: 0.0625rem dotted #cccccc;
}

.s-job-adoption__table2 tr td:nth-child(2) {
	border-right: none;
	font-weight: 400;
	text-align: center;
}

.s-job-adoption__table2 td:nth-child(2).left {
	text-align: left;
}

.s-job-adoption__table2 th.center {
	vertical-align: middle;
}

.s-job-btns__box {
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	text-align: center;
}

.s-job-btns .job-recruit__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.s-job-contact {
	background: url(../../assets/images/job_offer/s-job/bg.jpg) center center no-repeat;
	background-size: cover;
	height: 194px;
	height: 12.125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding-top: 47px;
	padding-top: 2.9375rem;
	width: 100%;
}

.s-job-contact__title {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.8888888889;
	text-align: center;
}

.s-job-contact__btn .btn__contact {
	margin: 15px auto 0;
	margin: 0.9375rem auto 0;
}

.s-job-mv__inner {
	position: relative;
}

.s-job-mv__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 2.1428571429;
	position: absolute;
	top: 43%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.staff__inner {
	margin: auto;
	max-width: 1260px;
	max-width: 78.75rem;
	position: relative;
}

.staff__box {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.staff__box--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.staff__box--mt {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.staff__box--ml {
	margin-left: 80px;
	margin-left: 5rem;
}

.staff__box--mr {
	margin-right: 80px;
	margin-right: 5rem;
}

.staff__l-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 940px;
	width: 58.75rem;
}

.staff__title.top-title {
	margin: 161px 0 0 44px;
	margin: 10.0625rem 0 0 2.75rem;
}

.staff__text-box {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 940px;
	max-width: 58.75rem;
}

.staff__text-box--width {
	margin: -5px auto 0;
	margin: -0.3125rem auto 0;
	width: 380px;
	width: 23.75rem;
}

.staff__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 620px;
	width: 38.75rem;
}

.staff__s-title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 2;
}

.staff__text {
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2.5882352941;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.staff__message {
	gap: 57px;
	gap: 3.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 144px auto 0;
	margin: 9rem auto 0;
	max-width: 940px;
	max-width: 58.75rem;
}

.staff__s-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 183px;
	width: 11.4375rem;
}

.staff__message-title {
	width: 111px;
	width: 6.9375rem;
}

.staff__message-text {
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.2666666667;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.staff__common-staff {
	margin-top: 148px;
	margin-top: 9.25rem;
}

/*===============================

	スッタフインタビュー用

================================*/

.staff__common-staff .common-staff__wrap {
	padding: 76px 0 80px;
	padding: 4.75rem 0 5rem;
}

.staff__common-staff .common-staff__img--01 {
	-webkit-transform: translate(-11px, -8px);
	transform: translate(-11px, -8px);
	width: 102%;
}

.staff__common-staff .common-staff__img--02 {
	-webkit-transform: translate(-3px, 0px);
	transform: translate(-3px, 0px);
	width: 102%;
}

.staff__common-staff .common-staff__img--02 {
	-webkit-transform: translate(2px, -7px);
	transform: translate(2px, -7px);
	width: 102%;
}

.staff__common-staff .common-staff__name--01 {
	margin-left: 0;
	margin-top: -16px;
}

.staff__common-staff .common-staff__name--02 {
	margin-left: 6px;
	margin-top: -10px;
}

.staff__common-staff .common-staff__name--03 {
	margin-left: 14px;
	margin-top: -13px;
}

/*===============================

	スッタフインタビューボタン調整用

================================*/

/*===============================

	TOPページのMVスライダー

================================*/

.js-mv-slide .swiper-slide[class*="-active"] .slide-media img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.js-mv-slide .swiper-slide[class*="-active"] .slide-title {
	-webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
	animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.mv {
	height: 100vh;
}

.mv__wrap {
	height: 100%;
	position: relative;
}

.mv__title {
	left: 140px;
	left: 8.75rem;
	position: absolute;
	top: 161px;
	top: 10.0625rem;
	width: 200px;
	width: 12.5rem;
	z-index: 2;
}

.mv__slide.swiper {
	height: 100%;
	width: 100%;
}

.mv__img {
	padding-top: 37.301587%;
	position: relative;
	width: 100%;
}

.mv__img img {
	-o-object-fit: cover;
	height: calc(100% - 11.25rem);
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	height: 0.5rem;
	width: 8px;
	width: 0.5rem;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.swiper-pagination-bullet-active {
	background-color: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
}

.swiper-pagination.mv__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -266px;
	margin-top: -16.625rem;
	position: relative;
	z-index: 10;
}

.top-about__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 120px;
	margin-top: 7.5rem;
}

.top-about__img {
	margin-left: 104px;
	margin-left: 6.5rem;
	margin-top: 9px;
	margin-top: 0.5625rem;
	position: relative;
	width: 162px;
	width: 10.125rem;
}

.top-about__img svg {
	height: 106%;
	left: -161px;
	left: -10.0625rem;
	position: absolute;
	top: 50px;
	top: 3.125rem;
	z-index: -1;
}

.top-about__svg3 {
	-webkit-animation: diagonalMove 200s ease-in-out infinite;
	animation: diagonalMove 200s ease-in-out infinite;
	transform-box: fill-box;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.top-about__texts {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 139px;
	margin-left: 8.6875rem;
	margin-top: -4px;
	margin-top: -0.25rem;
	width: 380px;
	width: 23.75rem;
}

.top-about__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.top-about__title {
	margin-left: 58px;
	margin-left: 3.625rem;
	margin-top: 62px;
	margin-top: 3.875rem;
}

.top-about__btn {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
	width: 240px;
	width: 15rem;
}

.top-anchor__list {
	background: #fdfbf5;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -237px auto 0;
	margin: -14.8125rem auto 0;
	max-width: 940px;
	max-width: 58.75rem;
	padding: 15px 38px 0;
	padding: 0.9375rem 2.375rem 0;
	position: relative;
	z-index: 3;
}

.top-anchor__list::before {
	background: url(../../assets/images/top/anchor-img06.png) center center no-repeat;
	background-size: contain;
	content: "";
	height: 13px;
	height: 0.8125rem;
	position: absolute;
	right: -13px;
	right: -0.8125rem;
	top: 45px;
	top: 2.8125rem;
	width: 13px;
	width: 0.8125rem;
	z-index: 5;
}

.top-anchor__list::after {
	background: url(../../assets/images/top/anchor-img06.png) center center no-repeat;
	background-size: contain;
	content: "";
	height: 13px;
	height: 0.8125rem;
	left: -13px;
	left: -0.8125rem;
	position: absolute;
	top: 45px;
	top: 2.8125rem;
	-webkit-transform: rotate(269deg);
	transform: rotate(269deg);
	width: 13px;
	width: 0.8125rem;
	z-index: 5;
}

.top-anchor__item {
	position: relative;
}

.top-anchor__item::before {
	background: #6bb43d;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 20px;
	width: 1.25rem;
}

.top-anchor__item::after {
	-webkit-mask: url(../../assets/images/common/arrow.svg) center center no-repeat;
	background: #fff;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	height: 7px;
	height: 0.4375rem;
	left: 50%;
	mask: url(../../assets/images/common/arrow.svg) center center no-repeat;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 10px;
	width: 0.625rem;
}

.top-anchor__item:hover::before {
	background: #fff;
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
}

.top-anchor__item:hover::after {
	background: #6bb43d;
}

.top-anchor__item img {
	margin: auto;
	width: 50px;
	width: 3.125rem;
}

.top-anchor__item:nth-child(2) {
	margin-left: 83px;
	margin-left: 5.1875rem;
}

.top-anchor__item:nth-child(3) {
	margin-left: 91px;
	margin-left: 5.6875rem;
}

.top-anchor__item:nth-child(4) {
	margin-left: 75px;
	margin-left: 4.6875rem;
}

.top-anchor__item:nth-child(5) {
	margin-left: 93px;
	margin-left: 5.8125rem;
}

.top-anchor__link {
	display: inline-block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.top-anchor__s-title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
	text-align: center;
}

.top-anchor__s-title--mt {
	margin-top: 10px;
	margin-top: 0.625rem;
}

/*===============================

	SVGアニメーション

================================*/

.top-anchor__svg {
	height: 50px;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	width: 3.125rem;
	z-index: -1;
}

.top-feature__wrap {
	overflow: hidden;
	position: relative;
}

.top-feature__container {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 104px;
	margin-top: 6.5rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.top-feature__title {
	margin-left: 3px;
	margin-left: 0.1875rem;
	margin-top: 60px;
	margin-top: 3.75rem;
}

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

.top-feature__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.top-feature__btn {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 35px;
	margin-top: 2.1875rem;
	text-align: center;
	width: 240px;
	width: 15rem;
}

.top-feature__svg {
	bottom: 37px;
	bottom: 2.3125rem;
	position: absolute;
	right: -152px;
	right: -9.5rem;
	z-index: -1;
}

.top-news {
	background: #fffded;
}

.top-news__wrap {
	border-top: 1px solid #000;
	border-top: 0.0625rem solid #000;
	overflow: hidden;
	padding: 103px 0;
	padding: 6.4375rem 0;
	position: relative;
}

.top-news__svg {
	left: -106px;
	left: -6.625rem;
	position: absolute;
	top: 35px;
	top: 2.1875rem;
}

.top-news__inner {
	position: relative;
}

.top-news__container {
	gap: 63px;
	gap: 3.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-news__title {
	margin-left: 6px;
	margin-left: 0.375rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.top-news__contents {
	min-width: 510px;
	width: 100%;
}

.top-news__boxs {
	-moz-column-gap: 2.6%;
	row-gap: 35px;
	row-gap: 2.1875rem;
	-webkit-column-gap: 2.6%;
	column-gap: 2.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-news__box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 244px;
	width: 15.25rem;
}

.top-news__link:hover .top-news__s-title {
	background-size: 100% 0.4375rem;
}

.top-news__link:hover .top-news__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.top-news__img {
	border-radius: 0.3125rem;
	overflow: hidden;
	padding-top: 73.170732%;
	position: relative;
}

.top-news__img img {
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 100%;
}

.top-news__list {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.top-news__item {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.top-news__item--green {
	border: 1px solid #6bb43d;
	border: 0.0625rem solid #6bb43d;
	border-radius: 0.1875rem;
	color: #6bb43d;
}

.top-news__item--blue {
	border: 1px solid #2e97a0;
	border: 0.0625rem solid #2e97a0;
	border-radius: 0.1875rem;
	color: #2e97a0;
}

.top-news__s-title {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(107, 180, 61, 0.5)),
			to(rgba(107, 180, 61, 0.5))
		)
		0 100%/0 0.4375rem no-repeat;
	background: linear-gradient(rgba(107, 180, 61, 0.5), rgba(107, 180, 61, 0.5)) 0 100%/0 0.4375rem no-repeat;
	display: inline;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 8px;
	margin-top: 0.5rem;
	-webkit-transition: background 0.6s;
	transition: background 0.6s;
}

.top-news__date {
	color: #868686;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.top-news__btn {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 35px;
	margin-top: 2.1875rem;
	position: relative;
	text-align: center;
	width: 240px;
	width: 15rem;
	z-index: 1;
}

.top-recruit__wrap {
	border-top: 1px solid #000;
	border-top: 0.0625rem solid #000;
	padding: 90px 0 76px;
	padding: 5.625rem 0 4.75rem;
	position: relative;
}

.top-recruit__wrap::before {
	background: url(../../assets/images/top/top-recruit-img05.png) center center no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-recruit__container {
	gap: 111px;
	gap: 6.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-recruit__title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.8888888889;
	margin-left: -8px;
	margin-left: -0.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-recruit__list {
	-moz-column-gap: 1%;
	-webkit-column-gap: 1%;
	column-gap: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -15px 0 0;
	margin: -0.9375rem 0 0;
}

.top-recruit__link:hover .top-recruit__img {
	opacity: 0.8;
}

.top-recruit__link:hover .top-recruit__name::before {
	right: 0px;
	right: 0rem;
}

.top-recruit__link:hover .top-recruit__name::after {
	right: 0px;
	right: 0rem;
}

.top-recruit__img {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.top-recruit__item:nth-child(2) {
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: 46px;
	margin-top: 2.875rem;
	position: relative;
}

.top-recruit__item:nth-child(2)::before {
	background: url(../../assets/images/top/top-recruit-img04.png) center center no-repeat;
	background-size: contain;
	content: "";
	height: 65px;
	height: 4.0625rem;
	left: -9px;
	left: -0.5625rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	width: 246px;
	width: 15.375rem;
	z-index: 1;
}

.top-recruit__item:nth-child(3) {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.top-recruit__name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-left: 9px;
	margin-left: 0.5625rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	position: relative;
	text-align: left;
}

.top-recruit__name::before {
	background: #333333;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 7px;
	right: 0.4375rem;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 12%;
}

.top-recruit__name::after {
	background: #333333;
	bottom: 12px;
	bottom: 0.75rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 12px;
	width: 0.75rem;
}

.top-recruit__texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.top-recruit__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	white-space: nowrap;
}

.top-recruit__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin: 3px 0 0 92px;
	margin: 0.1875rem 0 0 5.75rem;
	text-align: center;
	width: 240px;
	width: 15rem;
}

.top-service {
	background: #fffded;
}

.top-service__wrap {
	overflow: hidden;
	padding: 69px 0 93px;
	padding: 4.3125rem 0 5.8125rem;
	position: relative;
}

.top-service__container {
	gap: 63px;
	gap: 3.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.top-service__title {
	margin-left: 6px;
	margin-left: 0.375rem;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.top-service__text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.top-service__city {
	margin-top: 1.375rem;
}

.top-service__list {
	-moz-column-gap: 2.5%;
	row-gap: 24px;
	row-gap: 1.5rem;
	-webkit-column-gap: 2.5%;
	column-gap: 2.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.top-service__item {
	width: 48.4%;
}

.top-service__img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.top-service__img {
	cursor: pointer;
	border-radius: 0.3125rem;
	overflow: hidden;
}

.top-service__img img {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.top-service__name {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 6px;
	margin-top: 0.375rem;
	/* display: flex;
	align-items: center;
	gap: 5px; */
}

.top-service__insta-link {
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
}

.top-service__insta {
	max-width: 22px;
	transition: 0.3s ease-out;
}

.top-service__insta:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

/*===============================

	SVGアニメーション

================================*/

.top-service__svg {
	position: absolute;
	right: -77px;
	right: -4.8125rem;
	top: 102px;
	top: 6.375rem;
}

.top-small-title {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.275em;
	line-height: 1.2727272727;
	padding: 0 34px;
	padding: 0 2.125rem;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-small-title::before {
	background: #333333;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: -18px;
	top: -1.125rem;
	width: 100px;
	width: 6.25rem;
}

.top-small-title::after {
	background: #333333;
	bottom: -23px;
	bottom: -1.4375rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100px;
	width: 6.25rem;
}

.top-service__title.top-small-title::after {
	bottom: 11px;
	bottom: 0.6875rem;
}

.top-title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.2142857143;
	padding: 0 34px;
	padding: 0 2.125rem;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-title::before {
	background: url(../../assets/images/top/top-title-img.svg) center center no-repeat;
	background-size: contain;
	content: "";
	height: 33.33px;
	height: 2.083125rem;
	left: 0;
	position: absolute;
	top: -62px;
	top: -3.875rem;
	width: 100px;
	width: 6.25rem;
}

@media (min-width: 1260px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 1260px) {
	html {
		font-size: 1.2698412698vw;
	}
}

@media screen and (max-width: 768px) {
	.u-sp {
		display: block;
	}

	.u-pc {
		display: none;
	}

	html {
		font-size: 16px;
	}

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

	a:hover {
		opacity: 0.8;
	}

	.anchor__list {
		gap: 2.125rem;
	}

	.anchor__list--facilities {
		gap: 1.4375rem;
	}

	.anchor__item {
		width: 5.875rem;
	}

	.anchor__link {
		font-size: 1rem;
		line-height: 1.5;
		padding-bottom: 2.1875rem;
	}

	.anchor__link--width {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 4.375rem;
	}

	.anchor__link--mt {
		margin-top: 0.625rem;
		padding-bottom: 3rem;
	}

	.anchor__list--job {
		gap: 2.4%;
	}

	.anchor__link--job {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1.4285714286;
	}

	.anchor__item--job-mt {
		margin-top: 0.3125rem;
	}

	.anchor__link--job--pb {
		padding-bottom: 2.75rem;
	}

	.anchor__item--job {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 5.375rem;
	}

	.btn__link--top-news {
		margin: auto;
		width: 15rem;
	}

	.btn__contact {
		margin: auto;
	}

	.card__link:hover .card__s-title {
		background-size: auto auto;
		background-size: initial;
	}

	.card__list {
		display: block;
		margin-bottom: 0;
		margin-top: 0.5625rem;
	}

	.card__item {
		display: inline-block;
		white-space: nowrap;
	}

	.card__s-title {
		background: none;
		display: inline-block;
		margin-top: 0.375rem;
	}

	.common-head__container--news {
		background: url(../../assets/images/news/head-img-sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.common-head__container--about {
		background: url(../../assets/images/about/head-img-sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.common-head__container--facilities {
		background: url(../../assets/images/facilities/head-img-sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.common-head__container--feature {
		background: url(../../assets/images/feature/head-img-sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.common-head__body {
		top: 51%;
	}

	.common-head__body--width {
		top: 44%;
		width: 100%;
	}

	.common-head__title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-top: 0.75rem;
		text-align: center;
	}

	.common-title {
		padding-left: 0;
	}

	.common__logo {
		left: 1.3125rem;
		top: 1.3125rem;
	}

	.fixed {
		display: none;
	}

	.fixed.scroll {
		display: none;
	}

	.footer__inner {
		max-width: 24.375rem;
	}

	.footer__list {
		display: block;
		margin-top: 0.375rem;
		text-align: center;
	}

	.footer__address {
		margin-left: 0;
		margin-top: 0.4375rem;
	}

	.footer__copyright {
		margin-left: 0.4375rem;
		margin-top: 1.875rem;
		text-align: center;
	}

	.footer__btn {
		margin-left: 0;
		margin-top: 1.625rem;
	}

	.header {
		background: rgba(253, 251, 245, 0.95);
		position: fixed;
		top: 0;
		width: 100%;
	}

	.header__nav-list {
		gap: 0rem;
		padding-left: 0;
	}

	.header__nav-item:not(:nth-child(4)) {
		display: none;
	}

	.header__nav-item--pa {
		padding-top: 0.3125rem;
	}

	.header__drawer-icon {
		display: block;
	}

	.inner {
		max-width: 1300px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pagetop {
		bottom: 5rem;
		height: 3.375rem;
		right: 1rem;
		width: 3.375rem;
	}

	.pagetop:after {
		height: 0.75rem;
		width: 0.75rem;
	}

	.pagination__list {
		margin-top: 5.3125rem;
	}

	.pagination__item .next.page-numbers {
		font-size: 0;
		margin-left: -0.1875rem;
		padding: 0;
	}

	.pagination__item .next.page-numbers::before {
		right: -1.0625rem;
		top: -0.3125rem;
	}

	.pagination__item .prev.page-numbers {
		font-size: 0;
		margin-right: -0.1875rem;
		padding: 0;
	}

	.pagination__item .prev.page-numbers::before {
		left: -1.0625rem;
		top: -0.3125rem;
	}

	.single__wrap {
		padding-bottom: 1.875rem;
	}

	.single__inner.inner {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.single__tag {
		display: inline-block;
		line-height: 1.7;
		padding: 0 0.5rem;
	}

	.single__tag + .single__tag {
		margin-left: 0;
	}

	.single__title {
		font-size: 1.125rem;
		line-height: 1.8888888889;
		margin-top: 2.875rem;
		padding: 0;
	}

	.single__body {
		padding: 4.25rem 0;
	}

	.about__wrap {
		padding: 1.75rem 0 3.25rem;
	}

	.about__content {
		margin-top: 2.75rem;
		padding-bottom: 6.25rem;
	}

	.about__box {
		display: block;
	}

	.about__img-box {
		display: grid;
	}

	.about__img {
		grid-column: 1/2;
		grid-row: 2/3;
		margin-top: 1.5625rem;
		width: 100%;
	}

	.about__img-texts {
		gap: 0.625rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
		margin-top: 1.0625rem;
	}

	.about__img-director {
		margin-top: 0;
	}

	.about__img-name {
		margin-top: 0;
	}

	.about__content2 {
		padding-bottom: 6.125rem;
	}

	.about__list {
		margin-top: 2.625rem;
	}

	.about__item {
		gap: 0.25rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about__item + .about__item {
		margin-top: 1.1875rem;
	}

	.about__date {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.about__date::before {
		content: normal;
		content: initial;
	}

	.about__content3 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.about__tr {
		display: grid;
	}

	.about__th {
		padding: 16px 20px 15px;
		width: 100%;
	}

	.about__td,
	.about__pdf {
		width: 100%;
	}

	.about__pdf a {
		display: inline;
	}

	.about__pdf a::before {
		bottom: 0.125rem;
		right: -1.125rem;
		top: auto;
		top: initial;
		-webkit-transform: none;
		transform: none;
		-webkit-transform: initial;
		transform: initial;
	}

	.about__pdf a::after {
		left: -1.0625rem;
		top: -0.1875rem;
	}

	.about__svg1 {
		right: -7.1875rem;
		top: 21.875rem;
		width: 100%;
		z-index: -1;
	}

	.about__svg2 {
		bottom: -12.5rem;
		width: 77%;
	}

	.contact__pdf {
		display: block;
	}

	.contact__pdf::before {
		content: normal;
		content: initial;
	}

	.contact__pdf a {
		display: inline-block;
	}

	.contact__pdf a::before {
		bottom: 0.625rem;
		right: 0;
		top: auto;
		top: initial;
		-webkit-transform: none;
		transform: none;
		-webkit-transform: initial;
		transform: initial;
	}

	.contact__list {
		margin-top: 2.6875rem;
	}

	.contact__item {
		display: block;
	}

	.contact__item + .contact__item {
		margin-top: 1.125rem;
	}

	.contact__item + .contact__item.contact__item--mt {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 1.6875rem 0 2.375rem;
	}

	.contact__item input,
	.contact__item textarea {
		margin-top: 0.1875rem;
	}

	span.mwform-radio-field.horizontal-item {
		margin-left: -0.0625rem;
		margin-top: 0.3125rem;
	}

	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0;
		margin-top: 0.5625rem;
	}

	.mwform-radio-field-text::before {
		margin-right: 0.375rem;
	}

	.mw_wp_form .contact__item .horizontal-item + .horizontal-item {
		margin-left: 0;
	}

	.contact__btn-box {
		margin-top: 2.9375rem;
	}

	.mw_wp_form_confirm .contact__item {
		display: grid;
		grid-template-columns: initial;
	}

	.mw_wp_form_confirm .contact__item + .contact__item {
		margin-top: 1.375rem;
	}

	.mw_wp_form_confirm .contact__item + .contact__item.contact__item--mt {
		margin: 1.375rem 0 0;
	}

	.mw_wp_form_confirm .contact__item + .contact__item:last-child {
		margin-top: 0.875rem;
	}

	.mw_wp_form_confirm .contact__btn-link {
		gap: 1.75rem;
		display: grid;
	}

	.mw_wp_form_confirm .btn__link--back {
		margin-left: 0.3125rem;
	}

	.mw_wp_form_confirm .job-recruit__btn-box {
		margin-top: 3.3125rem;
		padding-right: 0;
	}

	.facilities__title {
		padding-left: 0;
	}

	.facilities1__wrap {
		padding-bottom: 4rem;
	}

	.facilities1__img {
		margin: -1.9375rem auto 0;
		width: 100%;
	}

	.facilities1__anchor {
		margin-top: 1.3125rem;
	}

	.facilities2__inner.inner {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.facilities2__text {
		margin-top: 1.6875rem;
	}

	.facilities2__swiper-box {
		display: block;
		margin-top: 1.4375rem;
	}

	.facilities2__swiper {
		width: 100%;
	}

	.facilities2__swiper .swiper-button-next,
	.facilities2__swiper .swiper-button-prev {
		height: 3.75rem;
		top: 50%;
		width: 1.5rem;
	}

	.facilities2__swiper .swiper-button-next::before {
		height: 3.75rem;
		right: 0;
		width: 1.5rem;
	}

	.facilities2__swiper .swiper-button-next::after {
		height: 0.625rem;
		right: 0.75rem;
		width: 0.625rem;
	}

	.facilities2__swiper .swiper-button-prev::before {
		height: 3.75rem;
		left: 0;
		width: 1.5rem;
	}

	.facilities2__swiper .swiper-button-prev::after {
		height: 0.625rem;
		right: 0.125rem;
		width: 0.625rem;
	}

	.facilities2__swiper-thumbnail .swiper-wrapper {
		gap: 2.9%;
		row-gap: 0.625rem;
		margin-left: 0;
		margin-top: 1.25rem;
	}

	.facilities2__swiper-thumbnail .swiper-wrapper--height {
		height: 100%;
	}

	.facilities2__swiper-thumbnail .swiper-wrapper--height2 {
		height: 100%;
	}

	.facilities2__swiper-thumbnail .swiper-slide {
		height: 20.4vw;
		width: 22.8% !important;
	}

	.facilities3__area {
		display: block;
	}

	.facilities3__texts {
		width: 100%;
	}

	.facilities3__img {
		margin-top: 1rem;
		width: 100%;
	}

	.facilities3__text {
		margin-top: 2.8125rem;
	}

	.facilities5__box {
		-moz-column-gap: 6%;
		row-gap: 1.875rem;
		-webkit-column-gap: 6%;
		column-gap: 6%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.facilities5__img-box {
		width: 47%;
	}

	.facilities5__img {
		width: 100%;
	}

	.facilities5__btn-box {
		margin-top: 3rem;
	}

	.facilities5__documents-item {
    width: 15rem;
}

	.feature__lead span {
		display: inline-block;
	}

	.feature__box {
		display: block;
	}

	.feature__svg1 {
		right: -9.0625rem;
		top: 6.25rem;
		width: 100%;
		z-index: -1;
	}

	.feature__svg2 {
		top: -6.25rem;
		width: 77%;
	}

	.news__wrap {
		padding-bottom: 6.75rem;
	}

	.news__inner.inner {
		padding-left: 1.25rem;
	}

	.news__category-item {
		width: 26%;
	}

	.news__category-item a {
		font-size: 0.875rem;
		padding: 1.0625rem 0;
		width: 100%;
	}

	.news__category-item a.is-active::before {
		content: normal;
		content: initial;
	}

	.news__tag-list {
		-moz-column-gap: 3.1%;
		row-gap: 0.875rem;
		-webkit-column-gap: 3.1%;
		column-gap: 3.1%;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin-top: 1.25rem;
	}

	.news__tag-item {
		width: 48%;
	}

	.news__tag-item:nth-child(6) {
		display: none;
		width: 0;
	}

	.news__tag-item a {
		display: inline-block;
		font-size: 0.75rem;
		letter-spacing: -1px;
		line-height: 2;
		padding: 0.125rem 0;
		text-align: center;
		width: 100%;
	}

	.news__cards {
		-moz-column-gap: 5.6%;
		row-gap: 1.59375rem;
		-webkit-column-gap: 5.6%;
		column-gap: 5.6%;
	}

	.news__card {
		width: 47%;
	}

	.news__card:nth-child(16) {
		display: block;
	}

	.common-staff__wrap {
		padding: 47px 0 60px;
	}

	.common-staff__title {
		font-size: 1.375rem;
		line-height: 1.6363636364;
		margin-left: 0.4375rem;
		text-align: center;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.common-staff__list {
		display: grid;
		margin: 3rem 0 0 0;
	}

	.common-staff__img--01 {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}

	.common-staff__img--03 {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}

	.common-staff__item {
		width: 89%;
	}

	.common-staff__item:nth-child(1) {
		margin: 0;
		width: 91%;
	}

	.common-staff__item:nth-child(2) {
		margin-left: 1.0625rem;
		margin-top: 24px;
		width: 90%;
	}

	.common-staff__item:nth-child(3) {
		margin-left: 0.375rem;
		margin-top: 1.3125rem;
		width: 86%;
	}

	.common-staff__name {
		font-size: 1rem;
		line-height: 1.6875;
		margin-left: 29px;
		margin-top: -10px;
	}

	.common-staff__name::before {
		bottom: 12px;
		right: 21px;
		width: 12%;
	}

	.common-staff__name::after {
		bottom: 17px;
		right: 19px;
		width: 16px;
	}

	.common-staff__name--02 {
		margin-left: 11px;
		margin-top: 0;
	}

	.common-staff__name--03 {
		margin-left: 30px;
		margin-top: -5px;
	}

	.common-staff__name--01::before {
		bottom: 7px;
		right: -2px;
		width: 12%;
	}

	.common-staff__name--01::after {
		bottom: 12px;
		right: -5px;
		width: 16px;
	}

	.common-staff__name--03::before {
		bottom: 13px;
		right: -2px;
		width: 12%;
	}

	.common-staff__name--03::after {
		bottom: 18px;
		right: -5px;
		width: 16px;
	}

	.job-demand__wrap {
		padding: 10.625rem 0 8.625rem;
	}

	.job-demand__container {
		display: block;
		margin-top: 3.625rem;
	}

	.job-demand__text {
		margin-top: 46px;
	}

	.job-number__container {
		margin-top: 4.8125rem;
	}

	.job-number__area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.job-number__area + .job-number__area {
		margin-top: 4.125rem;
	}

	.job-number__area + .job-number__area.job-number__area--mt {
		margin-top: 4.3125rem;
	}

	.job-number__box1 {
		width: 47%;
	}

	.job-number__box2 {
		width: 47%;
	}

	.job-number__box2--width {
		margin-top: 3.375rem;
		width: 100%;
	}

	.job-number__title {
		padding-left: 2.75rem;
		padding-right: 0.6875rem;
		-webkit-transform: translateY(-0.6875rem);
		transform: translateY(-0.6875rem);
	}

	.job-number__title--03 {
		-webkit-transform: translateY(-1.3125rem);
		transform: translateY(-1.3125rem);
	}

	.job-number__title--04 {
		-webkit-transform: translateY(-1.375rem);
		transform: translateY(-1.375rem);
	}

	.job-number__title--06 {
		margin-top: -1.25rem;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.job-number__title--07 {
		margin-top: -1.25rem;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.job-number__s-box {
		margin: 1.8125rem auto 0;
		width: 10.3125rem;
	}

	.job-number__s-box--mt {
		margin: 1.0625rem auto 0;
	}

	.job-number__s-box--mt2 {
		margin: 1.375rem auto 0;
	}

	.job-number__s-box--width {
		margin-top: 1.625rem;
		width: 100%;
	}

	.job-number__s-box--width2 {
		width: 82%;
	}

	.job-number__count {
		font-size: 3.5625rem;
	}

	.job-number__count--before::before {
		font-size: 0.6875rem;
		top: -1.625rem;
	}

	.job-number__count span {
		font-size: 1.5rem;
	}

	.job-number__count2 {
		font-size: 2.1875rem;
	}

	.job-number__count2::before {
		font-size: 0.8125rem;
		left: 1.5rem;
		top: -1.375rem;
	}

	.job-number__count2::after {
		font-size: 0.8125rem;
		right: 1.5rem;
		top: -1.375rem;
	}

	.job-number__count2 span {
		display: inline-block;
		font-size: 1.1875rem;
		-webkit-transform: translate(0.0625rem, -0.125rem);
		transform: translate(0.0625rem, -0.125rem);
	}

	.job-number__count2 span.job-number__middle {
		font-size: 1.625rem;
	}

	.job-number__note--mt {
		margin-top: 1.1875rem;
	}

	.job-number__text {
		margin-top: 1.0625rem;
	}

	.job-recruit__wrap {
		overflow-x: scroll;
		padding: 3.9375rem 0 4.875rem;
	}

	.job-recruit__table {
		margin-left: -0.625rem;
		overflow-x: scroll;
		position: relative;
	}

	.job-recruit__table::before {
		background: url(../../assets/images/job_offer/table-img.png) center center no-repeat;
		background-size: cover;
		content: "";
		height: 5.5rem;
		left: 51%;
		position: absolute;
		top: 53%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 5.5rem;
	}

	.job-recruit__btn-box {
		margin-top: 2.875rem;
		padding-right: 1.0625rem;
	}

	.job-table {
		width: 58.75rem;
	}

	.job-table__row th:nth-child(1),
	.job-table__row td:nth-child(1) {
		border: 0.0625rem solid #cccccc;
		border-collapse: collapse;
		left: 0;
		position: sticky;
	}

	.job-table__row th:nth-child(1)::before,
	.job-table__row td:nth-child(1)::before {
		background: #cccccc;
		content: "";
		height: 100%;
		left: -0.0625rem;
		position: absolute;
		top: 0;
		width: 0.0625rem;
	}

	.job-table__row th:nth-child(1)::after,
	.job-table__row td:nth-child(1)::after {
		background: #cccccc;
		content: "";
		height: 100%;
		position: absolute;
		right: -0.0625rem;
		top: 0;
		width: 0.0625rem;
	}

	.job-mv__box {
		bottom: 21%;
		left: 5.5%;
	}

	.job-mv__title {
		font-size: 1.875rem;
		line-height: 2;
	}

	.job-mv__text {
		font-size: 1rem;
		line-height: 2;
		margin-top: 0.125rem;
	}

	.job-mv__anchor {
		margin-top: -6.3125rem;
	}

	.s-job-adoption__wrap {
		padding: 2.875rem 0;
	}

	.s-job-adoption__table {
		width: 100%;
	}

	.s-job-adoption__table tr {
		display: grid;
	}

	.s-job-adoption__table th {
		font-size: 1.0625rem;
		line-height: 2;
		padding: 1rem 1.125rem 0.9375rem 1.25rem;
		width: 100%;
	}

	.s-job-adoption__table--width th {
		width: 100%;
	}

	.s-job-adoption__table td {
		font-size: 1.0625rem;
		line-height: 2;
		padding: 1rem 1.125rem 0.875rem 1.25rem;
		width: 100%;
	}

	.s-job-adoption__box {
		margin-bottom: 4.625rem;
	}

	.s-job-adoption__box--mb {
		margin-bottom: 0;
	}

	.s-job-adoption__table2 {
		width: 100%;
	}

	.s-job-adoption__table2 tr {
		display: table-row;
	}

	.s-job-adoption__table2 th {
		font-size: 0.875rem;
		width: 9rem;
	}

	.s-job-adoption__table2 td {
		padding: 1.09375rem 1.3125rem 1rem;
		width: 30%;
	}

	.s-job-adoption__table2 td span {
		line-height: 1.6;
		margin-top: -0.5rem;
	}

	.s-job-adoption__table2 td:nth-child(1) {
		vertical-align: top;
	}

	.s-job-adoption__table2 td:nth-child(1) {
		width: 28.66%;
	}

	.s-job-adoption__table2 td:nth-child(2) {
		font-size: 0.875rem;
		width: 56.77%;
	}

	.s-job-adoption__table2 td:nth-child(3) {
		font-size: 0.875rem;
		width: 35.57%;
	}

	.s-job-adoption__table2 td.s-job-adoption__padding1 {
		padding: 1rem 0.3125rem;
	}

	.s-job-adoption__box-flow td:nth-child(2) {
		width: 100%;
	}

	.s-job-mv__title {
		top: 50%;
	}

	.staff__box {
		gap: 0.625rem;
		display: grid;
	}

	.staff__box--reverse {
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
	}

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

	.staff__box--ml {
		margin-left: 0;
	}

	.staff__box--mr {
		margin-right: 0;
		margin-top: 9.4375rem;
	}

	.staff__l-img {
		width: 70%;
	}

	.staff__title.top-title {
		font-size: 1.3125rem;
		letter-spacing: 0.2em;
		line-height: 1.1904761905;
		margin: 9.375rem 0 0 0.0625rem;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.staff__title.top-title::before {
		left: 50%;
		top: -3.4375rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 4.6875rem;
	}

	.staff__text-box {
		padding: 0 1.25rem;
	}

	.staff__text-box--width {
		grid-column: 1/2;
		grid-row: 1/2;
		width: 100%;
	}

	.staff__img {
		margin-top: 0.6875rem;
		width: 100%;
	}

	.staff__message {
		display: block;
		margin: 9.4375rem auto 0;
	}

	.staff__message-box {
		margin-top: 2.5625rem;
		padding: 0 1.25rem;
	}

	.staff__s-img {
		margin: auto;
	}

	.staff__common-staff .common-staff__wrap {
		padding: 2.5625rem 0 3.125rem;
	}

	.staff__common-staff .common-staff__list {
		-moz-column-gap: 4%;
		-webkit-column-gap: 4%;
		column-gap: 4%;
		margin: 2.125rem 0 0 0;
	}

	.staff__common-staff .common-staff__item:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/3;
		margin-left: 1.0625rem;
		margin-top: 8.8125rem;
		width: 86%;
	}

	.staff__common-staff .common-staff__item {
		width: 89%;
	}

	.staff__common-staff .common-staff__item:nth-child(1) {
		margin: 0;
		width: 91%;
	}

	.staff__common-staff .common-staff__item:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/3;
		margin-left: 1.0625rem;
		margin-top: 8.8125rem;
		width: 86%;
	}

	.staff__common-staff .common-staff__item:nth-child(3) {
		margin-left: 0.375rem;
		margin-top: 1.3125rem;
		width: 86%;
	}

	.staff__common-staff .common-staff__img--01 {
		-webkit-transform: translateX(0.4375rem);
		transform: translateX(0.4375rem);
		width: 98%;
	}

	.staff__common-staff .common-staff__img--02 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 98%;
	}

	.staff__common-staff .common-staff__img--02 {
		-webkit-transform: translateX(0.4375rem);
		transform: translateX(0.4375rem);
		width: 98%;
	}

	.staff__common-staff .common-staff__name {
		font-size: 0.75rem;
		line-height: 1.5;
		margin-left: -0.375rem;
		margin-top: 0.3125rem;
	}

	.staff__common-staff .common-staff__name--01 {
		margin-left: 0;
		margin-top: 0.625rem;
	}

	.staff__common-staff .common-staff__name--02 {
		margin-left: 0;
		margin-top: 0.3125rem;
		-webkit-transform: translateX(-0.5625rem);
		transform: translateX(-0.5625rem);
	}

	.staff__common-staff .common-staff__name--03 {
		margin-left: 0;
		margin-top: 0.375rem;
		-webkit-transform: translateX(-0.3125rem);
		transform: translateX(-0.3125rem);
	}

	.staff__common-staff .common-staff__img--03 {
		-webkit-transform: translateX(0.3125rem);
		transform: translateX(0.3125rem);
		width: 99%;
	}

	.staff__common-staff .common-staff__name::before {
		bottom: 0.375rem;
		right: -0.9375rem;
		width: 19%;
	}

	.staff__common-staff .common-staff__name::after {
		bottom: 0.6875rem;
		right: -1.0625rem;
	}

	.staff__btn .s-job-btns__box {
		padding-bottom: 3.625rem;
	}

	.mv__title {
		bottom: 37.8%;
		left: 1%;
		max-width: 14.5625rem;
		top: auto;
		top: initial;
		width: 40.5%;
	}

	.mv__img img {
		height: calc(100% - 15.5rem);
	}
	
	.mv__img--01 img {
		object-position: 30%;
	}

	.top-about__container {
		display: grid;
		margin-top: 0;
	}

	.top-about__img {
		margin-left: 0;
		margin-top: 3.125rem;
		width: 100%;
	}

	.top-about__img img {
		margin: auto;
		width: 34.5%;
	}

	.top-about__img svg {
		height: 62vw;
		left: 0;
		top: 0.75rem;
		width: 100%;
	}

	.top-about__texts {
		margin-left: 0;
		margin-top: 3.8125rem;
		width: 100%;
	}

	.top-about__title {
		grid-column: 1/2;
		grid-row: 1/2;
		margin-left: 0;
		margin-top: 7.4375rem;
		text-align: center;
	}

	.top-about__btn {
		margin: 2.25rem auto 0;
	}

	.top-anchor__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0.25rem 1.4375rem 0 0.6875rem;
	}

	.top-anchor__list::before {
		display: none;
	}

	.top-anchor__list::after {
		display: none;
	}

	.top-anchor__item img {
		width: 2.5rem;
	}

	.top-anchor__item:nth-child(2) {
		margin-left: 5.4vw;
	}

	.top-anchor__item:nth-child(3) {
		margin-left: 5.6vw;
	}

	.top-anchor__item:nth-child(4) {
		margin-left: 5.9vw;
	}

	.top-anchor__item:nth-child(5) {
		margin-left: 8.6vw;
	}

	.top-anchor__s-title {
		font-size: 0.625rem;
		line-height: 1.4;
		margin-top: 0.75rem;
		white-space: nowrap;
	}

	.top-anchor__s-title--mt {
		margin-top: 0.75rem;
	}

	.top-anchor__s-title--mt2 {
		margin-top: 0.3125rem;
	}

	.top-feature__container {
		display: block;
		margin-top: 9.5625rem;
		padding-bottom: 4.9375rem;
	}

	.top-feature__title {
		text-align: center;
	}

	.top-feature__box {
		margin-top: 2.625rem;
	}

	.top-feature__btn {
		margin: 2.1875rem auto 0;
	}

	.top-feature__svg {
		bottom: 4.5625rem;
		right: -7.1875rem;
		width: 100%;
		z-index: -1;
	}

	.top-news__wrap {
		padding: 4.25rem 0;
	}

	.top-news__svg {
		left: -7.5rem;
		top: -1.75rem;
		width: 96%;
	}

	.top-news__container {
		display: block;
	}

	.top-news__title {
		margin-left: 0;
	}

	.top-news__contents {
		min-width: 0;
		min-width: initial;
	}

	.top-news__boxs {
		-moz-column-gap: 5.6%;
		row-gap: 1.5625rem;
		-webkit-column-gap: 5.6%;
		column-gap: 5.6%;
		margin-top: 4.4375rem;
	}

	.top-news__box {
		width: 47%;
	}

	.top-news__link:hover .top-news__s-title {
		background-size: auto auto;
		background-size: initial;
	}

	.top-news__list {
		display: block;
		margin-bottom: 0;
		margin-top: 0.5625rem;
	}

	.top-news__item {
		display: inline-block;
	}

	.top-news__s-title {
		background: none;
		display: inline-block;
		margin-top: 0.375rem;
	}

	.top-news__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 100%;
		flex: 0 100%;
		margin: 0.625rem auto 0;
		margin-top: 2.375rem;
	}

	.top-recruit__wrap {
		padding: 3.625rem 0 3.75rem;
	}

	.top-recruit__container {
		display: block;
	}

	.top-recruit__title {
		font-size: 1.375rem;
		line-height: 1.6363636364;
		margin-left: 0.4375rem;
		text-align: center;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.top-recruit__list {
		display: grid;
		margin: 0.75rem 0 0 0.375rem;
	}

	.top-recruit__item {
		width: 89%;
	}

	.top-recruit__item:nth-child(1) {
		margin: 0;
		width: 91%;
	}

	.top-recruit__item:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/3;
		margin-left: 1.0625rem;
		margin-top: 8.8125rem;
		width: 86%;
	}

	.top-recruit__item:nth-child(2)::before {
		background: url(../../assets/images/top/top-recruit-img04-sp.png) center center no-repeat;
		background-size: contain;
		height: 21vw;
		left: -0.3125rem;
		top: -6.5625rem;
		width: 100%;
		width: 110%;
	}

	.top-recruit__item:nth-child(3) {
		margin-left: 0.375rem;
		margin-top: 1.3125rem;
		width: 86%;
	}

	.top-recruit__name {
		font-size: 0.75rem;
		line-height: 1.5;
		margin-left: -0.375rem;
		margin-top: 0.3125rem;
	}

	.top-recruit__name::before {
		bottom: 0.5625rem;
		right: -0.5625rem;
		width: 19%;
	}

	.top-recruit__name::after {
		bottom: 0.8125rem;
		right: -0.6875rem;
	}

	.top-recruit__texts {
		display: block;
		margin-left: 0;
		margin-top: 0.9375rem;
	}

	.top-recruit__text {
		white-space: normal;
		white-space: initial;
	}

	.top-recruit__btn {
		margin: 0.9375rem auto 0;
	}

	.top-service__wrap {
		padding: 0.875rem 0 4.6875rem;
	}

	.top-service__container {
		display: block;
	}

	.top-service__area {
		margin-top: 4.1875rem;
	}

	.top-service__list {
		display: block;
	}

	.top-service__item {
		width: 100%;
	}

	.top-service__item + .top-service__item {
		margin-top: 1.5rem;
	}

	.top-service__name {
		letter-spacing: -1px;
	}

	.top-service__svg {
		top: -2.8125rem;
		width: 77%;
	}

	.top-small-title {
		letter-spacing: 0.2em;
		padding: 0;
		text-align: center;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.top-small-title::before {
		content: normal;
		content: initial;
	}

	.top-small-title::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 3.125rem;
	}

	.top-service__title.top-small-title::after {
		bottom: -1.3125rem;
	}

	.top-title {
		font-size: 1.5rem;
		line-height: 1.4166666667;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.top-title::before {
		left: 50%;
		top: -3.4375rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 750px) {
	.feature__wrap {
		padding: 3.125rem 0 6.25rem;
	}

	.feature__title {
		font-size: 1.5rem;
		letter-spacing: normal;
		letter-spacing: initial;
		line-height: 2;
		margin-top: 2.75rem;
		padding-left: 0;
	}

	.feature__lead {
		font-size: 1.125rem;
		line-height: 2;
	}

	.feature__container {
		margin: 6.0625rem auto 0;
		padding: 0 1.25rem;
	}

	.feature__box + .feature__box {
		margin-top: 6.25rem;
	}

	.feature__text-box {
		width: 100%;
	}

	.feature__img {
		margin-top: 1.5rem;
		width: 100%;
	}

	.feature__svg3 {
		top: 27%;
		width: 70%;
	}

	.feature__svg4 {
		bottom: 36%;
		left: -12.5rem;
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}

	.feature__svg5 {
		bottom: 9%;
		right: -7.5rem;
		width: 100%;
	}
}

@media (max-width: 389px) {
	.top-anchor__item:nth-child(2),
	.top-anchor__item:nth-child(3),
	.top-anchor__item:nth-child(4),
	.top-anchor__item:nth-child(5) {
		margin-left: 2.5vw;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes anime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes mv01-fadeIn {
	0% {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="300" /></filter></svg>#filter');
		-webkit-filter: blur(300px);
		filter: blur(300px);
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes mv01-fadeIn {
	0% {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="300" /></filter></svg>#filter');
		-webkit-filter: blur(300px);
		filter: blur(300px);
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes diagonalMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-100px, -100px);
		transform: translate(-100px, -100px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes diagonalMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-100px, -100px);
		transform: translate(-100px, -100px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/* 260426改修 */
/* お問い合わせフォーム */
.contact__item {
	display: block;
}

.contact__item > p,
.contact__item--adoption {
	display: grid;
	grid-template-columns: 12rem 1fr;
	align-items: center;
	column-gap: 16px;
	margin: 0;
}

.contact__item:first-of-type,
.contact__item:last-of-type > p {
	align-items: flex-start;
}

.contact__item--adoption .contact__text {
	margin-top: 0;
}

.wpcf7 {
	margin-top: 1.25rem;
}

.contact__label {
	width: 12rem;
}

.contact__item.contact__item--mt {
	display: block;
}

.contact__item input,
.contact__item textarea,
.contact__item select {
	color: #333;
}

.contact__item select {
	background: #fff;
	border: 1px solid #e6e6e6;
	border: 0.0625rem solid #e6e6e6;
	border-radius: 0.4375rem;
	padding: 12px 0 12px 19px;
	padding: 0.75rem 0 0.75rem 1.1875rem;
	width: 100%;
	position: relative;
}

.wpcf7-form-control-wrap:has(.contact__select)::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 8px solid #333333;
	border-bottom: 0;
}

.contact__item:has([data-name="zipcode"]) .contact__input {
	width: 10em;
}

.contact__item--zipcode .wpcf7-form-control-wrap::before {
	content: "〒";
	margin-right: 0.4em;
	font-size: 1.0625rem;
	color: #333;
}

.contact__item--zipcode .wpcf7-form-control-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
}

.contact__required {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 7px 4px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #6bb43d;
	border-radius: 3px;
	line-height: 1;
}

.contact__optional {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 7px 4px;
	font-size: 13px;
	font-weight: bold;
	color: #6bb43d;
	background-color: #fff;
	border: solid 1px #6bb43d;
	border-radius: 3px;
	line-height: 1;
}

.wpcf7-spinner {
	display: none;
}

.contact__list--confirm .contact__item {
	line-height: 2;
}

.contact__list--confirm .contact__item--adoption:last-child {
	align-items: center;
}

.contact__btn--confirm {
	gap: 30px;
	gap: 1.875rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.contact__item > p,
	.contact__item--adoption {
		grid-template-columns: initial;
	}
	.contact__item input,
	.contact__item textarea,
	.contact__item select {
		margin-top: 0.5rem;
	}
	.contact__required {
		font-size: 14px;
	}
	.contact__item + .contact__item {
		margin-top: 1.5rem;
	}
}

/* 募集要項 */
.s-job-adoption__image {
	margin-top: 3.5625rem;
}
.s-job-adoption__image img {
	height: auto;
}

.s-job-adoption__lead {
	margin-top: 3.5625rem;
}
.s-job-adoption__lead-ttl {
	color: #6bb43d;
	font-size: 1.75rem;
	font-family: "Noto Serif JP", serif;
}
.s-job-adoption__lead-body {
	margin-top: 1rem;
	font-size: 1rem;
}
.s-job-contact {
	height: auto;
	padding: 2.9375rem;
}

.s-job-contact .contact__s-title {
	font-size: 1.125rem;
}

.s-job-gallery {
	padding: 0 0 2.75rem;
}

.s-job-gallery__box {
	margin-top: 3.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

@media screen and (max-width: 768px) {
	.s-job-gallery {
		padding: 0 0 2.875rem;
	}
}

@media screen and (max-width: 480px) {
	.s-job-gallery__box {
		grid-template-columns: 1fr;
	}
}

/* エントリーフォーム */
.s-job-entry {
	padding: 2.75rem 0;
}

.s-job-entry .wpcf7 {
	margin-top: 2rem;
}

.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

/* 横並び */
.wpcf7-radio {
	display: flex;
	gap: 20px;
}

/* ラベル */
.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

/* ○ */
.wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #d1cbc1;
	border-radius: 50%;
	background: #fff;
}

/* ● */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background-color: #6bb43d;
	box-shadow: inset 0 0 0 3px #fff;
}

/* 横並び */
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

/* ラベル */
.wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

/* □ */
.wpcf7-checkbox .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #d1cbc1;
	background: #fff;
}

/* ✔ */
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #6bb43d;
	border-bottom: 2px solid #6bb43d;
}

.contact__text {
	line-height: 1;
	white-space: pre-line;
}

.wpcf7-response-output {
	display: none;
}

.entry__wrap {
	padding: 60px 0 94px;
}

.contact__list--entry-confirm .contact__item--adoption:last-child {
	align-items: center;
}

.contact__list--entry-confirm .contact__item:first-of-type > p,
.contact__list--entry-confirm .contact__item:last-of-type > p {
	align-items: flex-start;
}

.contact__list--entry-confirm .contact__text {
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.s-job-entry {
		padding: 2.875rem 0;
	}
}

/* header */
.header__nav-list {
	gap: 6rem;
}
.fixed__nav-list {
	justify-content: space-between;
	align-items: center;
	max-width: 1366px;
	padding: 1rem;
}
.header__nav-item,
.fixed__nav-item {
	font-size: 1rem;
}
.header__nav-item {
	padding-top: 0;
}
.fixed__nav-item a {
	align-items: center;
}
.header__nav-item:last-of-type {
	margin-top: 0;
	width: 12.5rem;
}
.fixed__nav-list .fixed__nav-item {
	margin-left: 0;
}
.fixed__nav-item:last-of-type a {
	width: 11.25rem;
}

/* footer */
.btn__contact {
	width: 12.5rem;
}


/* 260709 第3フェーズ */
.job-number__s-box--width2 {
	width:16.5625rem;
}

@media screen and (max-width: 768px) {
	.job-number__s-box--width2 {
		width:100%;
	}
}

.footer__inner {
	max-width: 80rem;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5rem;
}

.footer__info {
	flex: 0 0 21rem;
}

.footer__title {
	margin-left: 0;
}

.footer__btn {
	margin-top: 5px;
	margin-left: 0;
}

.footer__address {
	margin-top: 0.625rem;
	margin-left: 0;
}

.footer__nav {
	display: flex;
	flex: 1;
	justify-content: space-between;
	gap: 5rem;
}

.footer__menu a,
.footer__facility-item a {
	position: relative;
	display: inline-block;
	padding-left: 1rem;
}

.footer__menu,
.footer__facility-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.footer__menu a,
.footer__facility-list a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
}

.footer__menu a::before,
.footer__facility-item a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -5px;
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	margin-left: 0.5rem;
	border-top: 2px solid #5ea33b;
	border-right: 2px solid #5ea33b;
	transform: rotate(45deg);
	transition: transform 0.3s;
}

.footer__menu a:hover,
.footer__facility-list a:hover {
	opacity: 0.7;
}

.footer__menu a:hover::before,
.footer__facility-item a:hover::before {
	transform: translate(1px) rotate(45deg);
}

.footer__facility {
	flex: 1;
}

.footer__heading {
	margin-bottom: 0.5rem;
}

.footer__facility-list {
	display: grid;
	grid-template-rows: repeat(5, auto);
	grid-auto-flow: column;
	gap: 0.3125rem 0;
	max-width: 33.125rem;
	font-size: 0.9375rem;
}

.sp-fixed-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	.footer__content {
		flex-direction: column;
		gap: 2.5rem;
	}

	.footer__info {
		margin: auto;
		flex: 0 0 auto;
	}

	.footer__title {
		text-align: center;
	}

	.footer__facility-list {
		grid-template-columns: 1fr;
		gap: 0.5rem 0;
		font-size: 0.8125rem;
	}
	.sp-fixed-btn {
		display: flex;
	}

	body {
		padding-bottom: 4rem;
	}
}

@media screen and (max-width: 480px) {
	.footer__nav {
		flex-direction: column;
		gap: 1.5rem;
	}

	.sp-fixed-btn {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0 -0.25rem 0.75rem rgba(0, 0, 0, 0.12);
	}

	.sp-fixed-btn__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 4rem;
		text-decoration: none;
		font-size: 1rem;
		transition: opacity 0.3s;
	}

	.sp-fixed-btn__item:hover {
		opacity: 0.85;
	}

	.sp-fixed-btn__item + .sp-fixed-btn__item {
		border-left: 1px solid rgba(0, 0, 0, 0.08);
	}

	.sp-fixed-btn__item--yellow {
		background: #f99900;
		color: #fff;
	}

	.sp-fixed-btn__item--white {
		background: #fff;
		color: #333;
	}

	.sp-fixed-btn__item--green {
		background: #5ea33b;
		color: #fff;
	}

	.sp-fixed-btn__item + .sp-fixed-btn__item {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	.sp-fixed-btn__icon {
		font-size: 1.25rem;
		line-height: 1;
		width: 30px;
	}
	.sp-fixed-btn__icon--recruit {
		width: 35px;
	}
}
