.p-mv {
	position: relative;
}
.p-mv__deco .deco {
	position: absolute;
	z-index: 1;
}
.p-mv__deco .top {
	top: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	background-image: url(../images/top/img_mv_top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}
@media screen and (max-width: 767px) {
	.p-mv__deco .top {
		display: none;
	}
}
.p-mv__deco .left {
	bottom: -20.2rem;
	left: 28.2rem;
	width: 30.3rem;
	height: 29.2rem;
	background-image: url(../images/top/img_mv-deco01.svg);
}
@media screen and (max-width: 767px) {
	.p-mv__deco .left {
		bottom: -10rem;
		left: -1.2rem;
		width: 13.5rem;
		height: 13.1rem;
	}
}
.p-mv__deco .right {
	bottom: 6.7rem;
	right: 11.5rem;
	width: 36.8rem;
	height: 41.6rem;
	background-image: url(../images/top/img_mv-deco02_sp.svg);
}
@media screen and (max-width: 767px) {
	.p-mv__deco .right {
		bottom: -2.5rem;
		right: -6.5rem;
		width: 15.2rem;
		height: 15.4rem;
	}
}
.p-mv__slider .slide img {
	width: 100%;
}

.p-intro {
	padding-top: 10.3rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 4rem;
		padding-bottom: 3.5rem;
	}
}
.p-intro .text {
	font-weight: bold;
	font-size: 3.4rem;
	line-height: 2.2647058824;
	letter-spacing: 0.15em;
	padding-left: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-intro .text {
		font-size: 1.5rem;
		line-height: 2.2666666667;
		padding: 0 0 0 0.9rem;
	}
}
.p-intro__image {
	width: 152.6rem;
	margin: -16.9rem auto auto;
	max-width: 100%;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	.p-intro__image {
		width: 34.3rem;
		margin: -2.6rem 0 0 0.3rem;
	}
}
.p-intro__image img {
	position: relative;
	left: -2.9rem;
}
@media screen and (max-width: 767px) {
	.p-intro__image img {
		left: auto;
	}
}

.p-secttl {
	position: relative;
}
.p-secttl span {
	position: relative;
}
.p-secttl::before {
	content: "";
	display: block;
	position: absolute;
	width: 14.5rem;
	height: 12.7rem;
	background-image: url(../images/top/bg_title-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-secttl::before {
		width: 10rem;
		height: 8.7rem;
	}
}
.p-secttl.-green::before {
	background-image: url(../images/top/bg_title-green.svg);
}

.p-news {
	padding-top: 12.3rem;
	padding-bottom: 11.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-news {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
}
.p-news .deco {
	background-image: url(../images/top/img_news.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 133.4rem;
	position: absolute;
	bottom: 6.3rem;
	left: -2.8rem;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-news .deco {
		display: none;
	}
}
.p-news__title {
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-news__title {
		font-size: 2.1rem;
	}
}
.p-news__area {
	position: relative;
	width: 90rem;
	max-width: 100%;
	height: 30rem;
	overflow-y: scroll;
	margin: 10rem auto auto;
	padding: 7.5rem 7rem 5rem 8.5rem;
	background-color: #ffffff;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 2.1904761905;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-news__area {
		margin-top: 4.5rem;
		height: 15.4rem;
		font-size: 1.4rem;
		line-height: 1.8571428571;
		letter-spacing: 0.1em;
		padding: 1.4rem 0.5rem 1.5rem 1.9rem;
	}
}
.p-news__area textarea {
    height: 200px;
}

.p-more {
	padding-top: 10rem;
	padding-bottom: 8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-more {
		padding-top: 4.5rem;
		padding-bottom: 3rem;
	}
}
.p-more .deco {
	background-image: url(../images/top/img_more.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 141rem;
	position: absolute;
	bottom: 8rem;
	left: 0rem;
	width: 100%;
	height: 100%;
}
.p-more__title {
	font-size: 3rem;
	line-height: 1.6666666667;
	letter-spacing: 0.45em;
	text-align: center;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-more__title {
		font-size: 1.8rem;
		line-height: 1.7777777778;
	}
}
.p-more__title::after {
	content: "";
	display: block;
	width: 1px;
	height: 4.8rem;
	background-color: #000000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -8rem;
}
@media screen and (max-width: 767px) {
	.p-more__title::after {
		content: none;
	}
}
.p-more__content {
	margin-top: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	gap: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-more__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3.4rem;
		margin: 3.5rem auto auto;
		width: 31.3rem;
	}
}
.p-more__content .item {
	width: 33rem;
}
@media screen and (max-width: 767px) {
	.p-more__content .item {
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.p-more__content .item:nth-of-type(2) {
		margin-top: 8.5rem;
	}
}
.p-more__content .item__inn {
	display: block;
}
.p-more__content .item__inn .img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.p-more__content .item__inn .img img {
	display: block;
}
.p-more__content .item__inn .cnt {
	width: 21rem;
	height: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.25em;
	background-color: #7fd7a7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: -2.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-more__content .item__inn .cnt {
		width: 18rem;
		height: 4.5rem;
		font-size: 1.8rem;
		margin-top: -3.3rem;
	}
}
.p-more__content .item__inn .cnt.-wide {
	width: 25rem;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.p-more__content .item__inn .cnt.-wide {
		width: 22.5rem;
	}
}
@media (any-hover: hover) {
	.p-more__content .item__inn:hover {
		opacity: 1;
	}
	.p-more__content .item__inn:hover .img {
		opacity: 0.7;
	}
	.p-more__content .item__inn:hover .cnt {
		background-color: #98d6b8;
	}
}

.p-recruit {
	padding-top: 13.4rem;
	padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
	.p-recruit {
		padding-top: 4.5rem;
		padding-bottom: 4.7rem;
	}
}
.p-recruit .l-content-inner {
	position: relative;
}
.p-recruit .deco {
	width: 20.4rem;
	height: 24.8rem;
	background-image: url(../images/top/img_recruit.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: -7.4rem;
	bottom: -16.5rem;
}
@media screen and (max-width: 767px) {
	.p-recruit .deco {
		display: none;
	}
}
.p-recruit__title {
	text-align: center;
	font-weight: bold;
	line-height: 2.3571428571;
	font-size: 2.8rem;
	letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
	.p-recruit__title {
		font-size: 1.9rem;
	}
}
.p-recruit .text {
	position: relative;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: 500;
	font-size: 2.1rem;
	margin-top: 7.9rem;
}
@media screen and (max-width: 767px) {
	.p-recruit .text {
		margin-top: 3.5rem;
		font-size: 1.5rem;
	}
}
.p-recruit-btn {
	width: 50rem;
	height: 8.1rem;
	margin: 6.2rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-recruit-btn {
		width: 30.7rem;
		height: 5.6rem;
		margin-top: 2.1rem;
	}
}
.p-recruit-btn__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #7fd7a7;
	color: #ffffff;
	letter-spacing: 0.5em;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
	clip-path: polygon(100% 98.2%, 72.8% 96.7%, 31.9% 100%, 0% 98.2%, 0% 0%, 22.9% 4.3%, 76% 2.7%, 100% 0%, 100% 25.4%, 100% 98.2%);
	-webkit-clip-path: polygon(100% 98.2%, 72.8% 96.7%, 31.9% 100%, 0% 98.2%, 0% 0%, 22.9% 4.3%, 76% 2.7%, 100% 0%, 100% 25.4%, 100% 98.2%);
}
@media screen and (max-width: 767px) {
	.p-recruit-btn__inn {
		font-size: 1.5rem;
	}
}
.p-recruit-btn__inn::after {
	content: "";
	width: 1rem;
	height: 1.2rem;
	display: block;
	background-image: url(../images/top/arrow_recruit-btn.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-recruit-btn__inn::after {
		width: 1rem;
		height: 1rem;
		right: 3rem;
	}
}
@media (any-hover: hover) {
	.p-recruit-btn__inn:hover {
		opacity: 1;
		background-color: #98d6b8;
	}
}
/*# sourceMappingURL=top.css.map */