@charset "UTF-8";
/* =================================
Foundation
================================= */
/*
Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
/*
Settings
————————————————————————————————————————— */
/*
Base
————————————————————————————————————————— */
@font-face {
	font-family: "GenEiKiwamiGo";
	src: url("../fonts/GenEiKiwamiGo.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
	scroll-behavior: smooth;
	overflow-x: clip;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-style: normal;
	font-stretch: normal;
	color: #212121;
	line-height: 1.6;
	letter-spacing: 0.03em;
	transition: background-color 0.5s ease;
	overflow-x: clip;
}
body.home {
	overflow-x: hidden;
}
h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 32px;
}
h2 {
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 48px;
}
h3 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 32px;
}
h4 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 24px;
}
p {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 16px;
}
p.text18 {
	font-size: 1.125rem;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	html, body {
		overflow-x: hidden;
	}
	h1 {
		font-size: 2rem;
		margin-bottom: 32px;
	}
	h2 {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
	h3 {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 1.25rem;
		margin-bottom: 16px;
	}
}
/* =================================
Layout
================================= */
/*
layout
————————————————————————————————————————— */
.l-main {
	flex: 1;
	padding: 96px 0 0 0;
}
body.home .l-main {
	padding: 0;
}
.l-siteWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.l-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.l-wrapper2 {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.l-wrapper3 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.l-wrapper4 {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}
.l-section {
	padding: 72px 0;
}
.l-section2 {
	padding-top: 72px;
}
.l-section3 {
	padding-top: 128px;
}
.l-section4 {
	padding-bottom: 64px;
}
.l-section5 {
	padding-top: 128px;
	padding-bottom: 48px;
}
.l-section6 {
	padding: 96px 0;
}
.l-section7 {
	padding: 128px 0;
}
.l-section8 {
	padding-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
	/* ======================
	layout(992)
	=========================*/
	.l-wrapper, .l-wrapper2, .l-wrapper3 {
		max-width: 86%;
	}
}
@media screen and (max-width: 767px) {
	/* ======================
	layout(767)
	=========================*/
	.l-main {
		padding: 72px 0;
	}
	.l-section {
		padding: 48px 0;
	}
	.l-section2 {
		padding-top: 48px;
	}
	.l-section3 {
		padding-top: 96px;
	}
	.l-section4 {
		padding-bottom: 96px;
	}
	.l-section5 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.l-section6 {
		padding: 48px 0;
	}
	.l-section7 {
		padding: 64px 0;
	}
	.l-section4 {
		padding: 32px 0;
	}
	.l-wrapper.-full, .l-wrapper2.-full {
		max-width: 100%;
	}
}
/* =================================
Object
================================= */
/*
component
————————————————————————————————————————— */
h1.c-title {
	font-weight: 500;
	font-size: 3.5rem;
}
h1.c-title span {
	font-family: "Poppins", sans-serif;
	color: #71C220;
	font-size: 2rem;
	display: block;
}
h1.c-title.center {
	text-align: center;
}
h2.c-title {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 6rem;
	line-height: 1;
	color: #71C220;
	/* 英字：PCは普通に表示 */
	/* 英字：SPで流す（PCは隠す） */
	/* 無限ループ（2セット前提） */
}
h2.c-title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #212121;
	font-size: 2rem;
	display: block;
	margin-bottom: 24px;
}
h2.c-title .stroke {
	color: #fff;
	-webkit-text-stroke: 1px #71C220;
	text-stroke: 1px #71C220;
}
h2.c-title .en-static {
	display: inline;
}
h2.c-title .en-marquee {
	display: none;
}
h2.c-title .en-marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
h2.c-title .en-marquee__track {
	display: inline-flex;
	width: max-content;
	gap: 2rem;
	animation: marquee-x 12s linear infinite;
	will-change: transform;
}
h2.c-title .en-marquee__item {
	display: inline-flex;
	align-items: baseline;
}
@keyframes marquee-x {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
h2.c-title02 {
	font-weight: 500;
	font-size: 2.8rem;
	position: relative;
}
h2.c-title02 span {
	font-family: "Poppins", sans-serif;
	color: #71C220;
	font-size: 2rem;
	display: block;
}
h2.c-title02.line {
	padding-bottom: 24px;
}
h2.c-title02.line:after {
	content: "";
	display: inline-block;
	background: #71C220;
	width: 50px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
h2.c-title02.line02 {
	padding-bottom: 24px;
}
h2.c-title02.line02:after {
	content: "";
	display: inline-block;
	background: #71C220;
	width: 320px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
h2.c-title02.center {
	text-align: center;
}
h3.c-title {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 500;
	font-size: 2rem;
	color: #71C220;
}
h3.c-title:before {
	content: "";
	display: inline-block;
	background: #71C220;
	width: 30px;
	height: 1px;
}
.c-mv {
	padding-top: 40px;
	margin-bottom: 128px;
}
.c-mv .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-mv .titleBox {
	width: 45%;
	position: relative;
	z-index: 2;
}
.c-mv .mv {
	width: 51%;
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.c-mv .mv img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 80px 0 0 0;
}
.c-mv hgroup {
	text-align: left;
}
.c-mv hgroup .en {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 6rem;
	color: #71C220;
	display: block;
	line-height: 1.2;
	white-space: nowrap;
}
.c-mv hgroup h1 {
	font-weight: 500;
	font-size: 1.5rem;
}
.c-breadCrumb ul {
	display: flex;
	align-items: center;
}
.c-breadCrumb li {
	font-size: 0.875rem;
	color: #212121;
	margin: 0 30px 0 0;
	position: relative;
}
.c-breadCrumb li a {
	color: #212121;
}
.c-breadCrumb li:before {
	content: ">";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -20px;
	color: #212121;
	transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
	margin: 0;
}
.c-breadCrumb li:last-child:before {
	display: none;
}
.c-link {
	color: #fff;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	width: fit-content;
	min-width: 260px;
	padding: 12px;
	background: linear-gradient(135deg, #71c220 0%, #2d7712 100%);
	border-radius: 25px 0 25px 0;
	margin-top: 32px;
	box-shadow: 9px 9px #E6F200;
}
.c-link::after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow01.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 18px;
	transition: all 0.3s ease 0s;
}
.c-link.center {
	margin-inline: auto;
}
.c-link:hover::after {
	transform: translateX(10px);
}
.c-button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.c-hamburger {
	position: fixed;
	top: 18px;
	right: 5%;
	z-index: 50;
	width: 35px;
	height: 20px;
	margin: auto;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
	box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 35px;
	height: 2px;
	background-color: #FA6F12;
	-webkit-transition: inherit;
	transition: inherit;
	transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FA6F12;
	content: "";
	-webkit-transition: inherit;
	transition: inherit;
}
.c-hamburger__line:before {
	top: -10px;
}
.c-hamburger__line:after {
	top: 10px;
}
body.home .c-hamburger__line {
	background-color: #fff;
}
body.home .c-hamburger__line:before, body.home .c-hamburger__line:after {
	background-color: #fff;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
	background-color: transparent;
	transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
	display: block;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	h1.c-title {
		font-size: 2rem;
	}
	h1.c-title span {
		font-size: 1.5rem;
	}
	h2.c-title {
		font-size: 3.25rem;
	}
	h2.c-title .ja {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	h2.c-title .stroke {
		display: block;
	}
	h2.c-title .en-static {
		display: none;
	}
	h2.c-title .en-marquee {
		display: block;
	}
	h2.c-title02 {
		font-size: 1.75rem;
	}
	h2.c-title02 span {
		font-size: 1.5rem;
		margin-bottom: 16px;
	}
	h2.c-title02.line {
		padding-bottom: 24px;
	}
	h2.c-title02.line:after {
		width: 48px;
	}
	h2.c-title02.line02 {
		padding-bottom: 24px;
	}
	h2.c-title02.line02:after {
		width: 160px;
	}
	h3.c-title {
		font-size: 1.25rem;
		gap: 8px;
	}
	h3.c-title:before {
		width: 24px;
	}
	h4 {
		font-size: 1.125rem;
	}
	.c-link {
		margin-inline: auto;
	}
	.c-mv {
		padding-top: 0;
		margin-bottom: 48px;
	}
	.c-mv .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.c-mv .flex {
		flex-direction: column;
		gap: 32px;
	}
	.c-mv .titleBox {
		width: 100%;
	}
	.c-mv .mv {
		width: 100%;
		margin: 0;
	}
	.c-mv hgroup {
		text-align: center;
	}
	.c-mv hgroup h1 {
		font-size: 2rem;
	}
	.c-mv .mv-marquee {
		overflow: hidden;
		width: 100%;
	}
	.c-mv .mv-marquee__track {
		display: flex;
		width: max-content;
		will-change: transform;
		transform: translate3d(0, 0, 0);
		animation: none;
	}
	.c-mv .mv-marquee__item {
		font-size: 6rem;
		line-height: 1;
		white-space: nowrap;
		flex: 0 0 auto;
		padding-right: 3.75rem;
	}
	.c-mv .mv-marquee__track.is-marquee {
		animation: mvMarquee var(--marquee-duration, 10s) linear infinite;
	}
	@keyframes mvMarquee {
		from {
			transform: translate3d(0, 0, 0);
		}
		to {
			transform: translate3d(calc(-1 * var(--marquee-distance, 0px)), 0, 0);
		}
	}
	.c-breadCrumb ul {
		justify-content: center;
	}
	.c-pageTOP {
		width: 35px;
		right: 15px;
	}
}
/*
footer
————————————————————————————————————————— */
.p-footer {
	background: #4E9C00;
	padding: 128px 0 72px;
	position: relative;
	z-index: 2;
}
.p-footer:after {
	content: "";
	display: inline-block;
	background: url(../img/common/footer_copy.png) no-repeat;
	background-size: contain;
	aspect-ratio: 6.1023622047;
	width: 90%;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.p-footer:before {
	content: "";
	display: inline-block;
	background: url(../img/common/footer02.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.1415525114;
	width: 50%;
	max-width: 750px;
	position: absolute;
	bottom: 72px;
	right: 5%;
	z-index: -1;
}
.p-footer .body {
	display: flex;
	gap: 30px;
	margin-bottom: 120px;
}
.p-footer .body .left {
	width: 335px;
}
.p-footer .body .left img {
	border-radius: 0 50px 0 50px;
}
.p-footer .body .right {
	flex: 1;
}
.p-footer .body hgroup {
	margin-bottom: 24px;
}
.p-footer .body hgroup .ja {
	display: block;
	font-size: 1.125rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.p-footer .body hgroup .en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 4rem;
	color: #fff;
	line-height: 1.3;
	display: block;
}
.p-footer .body .adress_flex {
	display: flex;
	gap: 60px 40px;
}
.p-footer .body .adress_flex address {
	font-size: 2rem;
	line-height: 1.8;
	color: #fff;
}
.p-footer .body .adress_flex address span {
	display: block;
	font-size: 1rem;
}
.p-footer .body .adress_flex .telBox {
	margin-bottom: 40px;
}
.p-footer .body .adress_flex .telBox p {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 0;
}
.p-footer .body .adress_flex .telBox p span {
	font-size: 0.75rem;
	display: inline-block;
	margin-left: 8px;
}
.p-footer .body .adress_flex .telBox .telBtn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 2.25rem;
	color: #fff;
}
.p-footer .body .adress_flex .telBox .telBtn svg {
	fill: #fff;
	width: 28px;
}
.p-footer .body ul {
	display: flex;
	margin-bottom: 32px;
}
.p-footer .body ul li {
	width: calc(100% / 2);
	padding: 0 20px;
	text-align: center;
}
.p-footer .body ul li:not(:last-child) {
	border-right: solid 1px #fff;
}
.p-footer .body ul li .title {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 8px;
}
.p-footer .body ul li .text {
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 24px;
}
.p-footer .body ul li .mailBtn, .p-footer .body ul li .materialsBtn {
	font-size: 1rem;
	color: #212121;
	width: 260px;
	margin-inline: auto;
	height: 50px;
	background: #E6F200;
	border: solid 1px #E6F200;
	border-radius: 100vmax;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	transition: all 0.3s ease 0s;
}
.p-footer .body ul li .mailBtn:hover, .p-footer .body ul li .materialsBtn:hover {
	background: #fff;
	color: #71C220;
}
.p-footer .body ul li .mailBtn svg path, .p-footer .body ul li .materialsBtn svg path {
	stroke: #71C220;
}
.p-footer .body .banner_flex {
	display: flex;
	align-items: flex-end;
	gap: 24px;
}
.p-footer .body .banner_flex .banner01 {
	width: 78px;
}
.p-footer .body .banner_flex .banner02 {
	width: 120px;
}
.p-footer .bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 16px 40px;
}
.p-footer .bottom .footer_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.p-footer .bottom .footer_list > .footer_item {
	color: #fff;
}
.p-footer .bottom .footer_list > .footer_item a {
	font-size: 1rem;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.p-footer .bottom .footer_list > .footer_item a:hover {
	opacity: 0.7;
}
.p-footer .bottom .footer_listChild {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}
.p-footer__copy {
	padding: 14px 0;
	background: #2D7712;
}
.p-footer__copy small {
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	color: #fff;
	display: block;
	text-align: center;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-footer {
		padding: 170px 0 48px;
	}
	.p-footer::after {
		content: "";
		position: absolute;
		top: 40px;
		left: 0;
		transform: none;
		z-index: 1;
		width: 300%;
		height: 160px;
		pointer-events: none;
		background-image: url("../img/common/footer_copy.png");
		background-repeat: repeat-x;
		background-size: 1000px 100%;
		background-position: 0 50%;
		animation: marqueeBg 20s linear infinite;
		will-change: background-position;
	}
	@keyframes marqueeBg {
		to {
			background-position-x: -1000px;
		}
	}
	.p-footer:before {
		background: url(../img/common/footer02_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.5716463415;
		width: 100%;
		max-width: 100%;
		bottom: 260px;
		right: unset;
		left: 0;
	}
	.p-footer .body {
		flex-direction: column;
		gap: 64px;
		margin-bottom: 108px;
	}
	.p-footer .body .left {
		width: 300px;
		margin-inline: auto;
	}
	.p-footer .body hgroup {
		text-align: center;
		margin-bottom: 32px;
	}
	.p-footer .body hgroup .en {
		font-size: 3rem;
	}
	.p-footer .body .adress_flex {
		flex-direction: column;
	}
	.p-footer .body .adress_flex address {
		font-size: 1.75rem;
		text-align: center;
	}
	.p-footer .body .adress_flex .telBox {
		margin-bottom: 40px;
	}
	.p-footer .body .adress_flex .telBox p {
		text-align: center;
	}
	.p-footer .body .adress_flex .telBox p span {
		display: none;
	}
	.p-footer .body .adress_flex .telBox .telBtn {
		justify-content: center;
	}
	.p-footer .body ul {
		flex-direction: column;
		margin-bottom: 0;
	}
	.p-footer .body ul li {
		width: 100%;
		padding: 64px 0;
		position: relative;
	}
	.p-footer .body ul li:before {
		content: "";
		display: inline-block;
		background: #fff;
		width: 147px;
		height: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-footer .body ul li:not(:last-child) {
		border-right: none;
	}
	.p-footer .body .banner_flex {
		justify-content: center;
	}
	.p-footer .bottom {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
		width: 90%;
		margin-inline: auto;
	}
	.p-footer .bottom .footer_list {
		gap: 24px;
	}
	.p-footer .bottom .footer_listChild {
		gap: 24px;
		margin-top: 24px;
	}
	.p-footer__copy {
		padding: 10px 0;
	}
	.p-footer__copy small {
		font-size: 0.625rem;
	}
}
/*
header
————————————————————————————————————————— */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease 0s;
	background-color: rgba(255, 255, 255, 0.8);
}
.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 360px;
	transition: all 0.3s ease 0s;
}
.header-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.header-list-top {
	display: flex;
	gap: 8px;
	margin-right: 15px;
}
.header-recruit a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 40px;
	border-radius: 10px 0 10px 0;
	gap: 10px;
	background: #71C220;
	border: solid 1px #71C220;
	transition: all 0.3s ease 0s;
	color: #fff;
	height: 80px;
	line-height: 1;
	position: relative;
}
.header-recruit a::after {
	content: "";
	display: inline-block;
	background: url(../img/common/recruit-human.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.1;
	width: 80px;
	position: absolute;
	bottom: 0;
	left: -50px;
}
.header-recruit a svg {
	transition: all 0.3s ease 0s;
}
.header-recruit a:hover {
	opacity: 0.7;
	background: #fff;
	color: #71C220;
}
.header-recruit a:hover svg path {
	stroke: #71C220;
}
.header-mail a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 10px 0 10px 0;
	gap: 10px;
	background: #FEA833;
	border: solid 1px #FEA833;
	transition: all 0.3s ease 0s;
	color: #fff;
	height: 80px;
	line-height: 1;
}
.header-mail a svg {
	transition: all 0.3s ease 0s;
}
.header-mail a:hover {
	opacity: 0.7;
	background: #fff;
	color: #FEA833;
}
.header-mail a:hover svg path {
	stroke: #FEA833;
}
.header-list {
	display: flex;
	align-items: center;
}
.header-item a {
	font-size: 0.875rem;
	color: #212121;
	display: block;
	padding: 15px;
	transition: all 0.3s ease 0s;
}
.header-item > a:hover {
	color: #71C220;
}
.megaMenu {
	background-color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 100%;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}
.megaMenu-image {
	overflow: hidden;
	aspect-ratio: 1;
	width: 286px;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.megaMenu-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.megaMenu-list {
	width: calc(100% - 343px);
	display: flex;
	flex-wrap: wrap;
	gap: 9px 30px;
}
.megaMenu-item {
	position: relative;
	width: calc(33.3333333333% - 20px);
	transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 20px 0;
	font-size: 1rem;
	letter-spacing: 0.04em;
	color: #212121 !important;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}
.megaMenu-item a:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #71C220;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
	transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
	opacity: 1;
	visibility: visible;
}
/* レイアウトのためのスタイル */
a {
	text-decoration: none;
}
#p-globalMenuSp {
	width: 100%;
	height: 100vh;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	position: fixed;
	top: -120%;
	left: 0;
	z-index: -10;
	padding-top: 104px;
	padding-bottom: 40px;
	transition: all 0.6s;
	overflow: auto;
}
#p-globalMenuSp.is-active {
	top: 0;
	z-index: -1;
}
.p-globalMenuSp__list {
	width: 90%;
	margin-inline: auto;
	text-align: left;
	margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
	margin-left: 5%;
}
.p-globalMenuSp__list .child {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 8px;
}
.p-globalMenuSp__list .child a {
	font-size: 0.875rem;
	color: #fff;
	position: relative;
	padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
	content: "";
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
	margin-bottom: 0;
}
.p-globalMenuSp__item > a {
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	line-height: 1.6;
	padding: 16px 5%;
	display: block;
	border-bottom: solid 1px #fff;
	position: relative;
}
#p-globalMenuSp .click-menu > a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
	transform: translateY(-50%) rotate(225deg);
	top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
	display: none;
}
#p-globalMenuSp .header-mail {
	width: 90%;
	margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
	opacity: 0.7;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.header {
		padding: 10px 0;
		position: fixed;
		background: rgba(255, 255, 255, 0.6);
	}
	.header-logo {
		width: 210px;
	}
	.header-nav {
		justify-content: space-between;
		gap: 20px;
	}
	.header-menu {
		display: none;
	}
	.header-tel {
		display: block;
		margin-right: 65px;
	}
	.header-tel svg {
		width: 30px;
		fill: #FA6F12;
	}
	body.home .header-tel svg {
		fill: #fff;
	}
	.header-recruit {
		margin-bottom: 20px;
	}
	.header-recruit a {
		max-width: 240px;
		margin-inline: auto;
	}
	.header-mail a {
		max-width: 240px;
		margin-inline: auto;
	}
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}
.p-top__mainvisual:after {
	content: "";
	display: inline-block;
	background: #000;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0.43;
}
.p-mainvisual_inner {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.p-mainvisual_inner video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: 2;
}
.p-mainvisual_hero {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	z-index: 4;
}
.p-mainvisual_hero h1 {
	font-family: "GenEiKiwamiGo", sans-serif;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	transform: rotate(-10deg);
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: clamp(1rem, 2vw, 2rem);
}
.p-mainvisual_hero h1 .indent {
	text-indent: 5em;
	display: inline-block;
}
.p-mainvisual_hero .hero_copy {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
}
.p-mainvisual_hero .hero_copy rt {
	font-weight: 300;
	font-size: 0.5em;
	padding-bottom: 0.15em;
}
.p-mainvisual_hero .hero_text {
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}
.p-top__about {
	padding-top: 62px;
	position: relative;
	z-index: 8;
}
.p-top__about h2 {
	position: relative;
	z-index: 2;
}
.p-top__about .flex {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 140px 10%;
	position: relative;
}
.p-top__about .flex:before {
	content: "";
	display: inline-block;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	width: 78vw;
	max-width: 72vw;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
	z-index: -2;
}
.p-top__about .flex .image {
	max-width: 430px;
	margin-top: -330px;
	position: relative;
}
.p-top__about .flex .image:before {
	content: "";
	display: inline-block;
	background: url(../img/top/about_area.png) no-repeat;
	background-size: contain;
	background-position: center;
	aspect-ratio: 1.1437246964;
	width: 400px;
	position: absolute;
	bottom: 0;
	left: -280px;
}
.p-top__about .flex .image img {
	border-radius: 230px;
	border: solid 14px #71C220;
	position: relative;
	z-index: -1;
}
.p-top__about .flex .text {
	color: #fff;
	flex: 1;
	position: relative;
	z-index: 3;
	padding-bottom: 32px;
}
.p-top__about .p-top__slider {
	margin-top: -2%;
	position: relative;
	z-index: -1;
}
.p-top__about .p-loop__slider {
	position: relative;
	width: 100%;
	height: 200px;
}
.p-top__about ul {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	max-width: 10000%;
	min-width: 100%;
	width: calc(500px * 2 * 2);
	animation: 60s linear infinite;
}
.p-top__about ul li {
	width: calc(100% / 1);
	margin-right: 16px;
}
.p-top__about ul li img {
	border-radius: 10px;
}
.p-top__about ul.loop1 {
	width: calc(500px* 2* 2);
	animation-name: loop1;
}
.p-top__about ul.loop2 {
	width: calc(500px* 2* 2);
	animation-name: loop2;
}
@keyframes loop1 {
	0% {
		transform: translateX(0);
	}
	49.99999% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.p-top_techinical {
	padding-top: 128px;
	position: relative;
	z-index: 9;
}
.p-top_techinical:before {
	content: "";
	display: inline-block;
	background: url(../img/top/circle01.png) no-repeat;
	background-size: contain;
	background-position: center;
	aspect-ratio: 0.8756567426;
	width: 500px;
	max-width: 35%;
	position: absolute;
	top: -160px;
	left: 0;
	z-index: -1;
}
.p-top_techinical h2 {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 24px;
}
.p-top_techinical h2 .ja {
	text-align: center;
}
.p-top_techinical h2 .stroke {
	display: block;
	text-indent: 3em;
}
.p-top_techinical p {
	text-align: center;
}
.p-top_mold01 {
	padding-top: 80px;
	position: relative;
}
.p-top_mold01:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle02.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.3769230769;
	width: 490px;
	max-width: 30%;
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 3;
}
.p-top_mold01 h2 {
	position: relative;
	z-index: 2;
	padding-left: 6%;
}
.p-top_mold01 h2 .ja {
	color: #fff;
	margin-bottom: 0;
}
.p-top_mold01 h2 .stroke {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
}
.p-top_mold01 h2:before {
	content: "";
	display: inline-block;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	width: calc(100% + (50vw - 50%));
	height: 140%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	flex: 1;
	margin-right: calc(50% - 50vw);
	z-index: -2;
	border-radius: 120px 0 0 0;
}
.p-top_mold01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px 72px;
	margin-top: -80px;
}
.p-top_mold01 .flex .image {
	width: 48%;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.p-top_mold01 .flex .image img {
	border-radius: 0 0 300px 0;
}
.p-top_mold01 .flex .text {
	width: 45%;
}
.p-top_mold01 .flex .text .c-link {
	position: relative;
	z-index: 4;
}
.p-top_mold02 {
	padding-top: 120px;
}
.p-top_mold02 h2 {
	position: relative;
	z-index: 2;
}
.p-top_mold02 h2 .ja {
	color: #fff;
	margin-bottom: 0;
}
.p-top_mold02 h2 .stroke {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
}
.p-top_mold02 h2:before {
	content: "";
	display: inline-block;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	width: calc(100% + (50vw - 50%));
	height: 140%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	flex: 1;
	margin-left: calc(50% - 50vw);
	z-index: -2;
	border-radius: 0 120px 0 0;
}
.p-top_mold02 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 32px 72px;
	margin-top: -80px;
}
.p-top_mold02 .flex .image {
	width: 48%;
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.p-top_mold02 .flex .image img {
	border-radius: 0 0 0 300px;
}
.p-top_mold02 .flex .text {
	width: 45%;
}
.p-top_mold02 .c-link {
	position: relative;
	z-index: 4;
}
.p-top__production {
	padding-top: 182px;
	position: relative;
}
.p-top__production:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle03.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.386068477;
	width: 650px;
	max-width: 40%;
	position: absolute;
	top: -50%;
	left: 0;
	z-index: 3;
}
.p-top__production .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px 120px;
}
.p-top__production .image, .p-top__production .text {
	width: 50%;
}
.p-top__production .image {
	position: relative;
}
.p-top__production .image:after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(50px, 50px);
	background: linear-gradient(45deg, #569c3c 0%, #e6f200 100%);
	z-index: -1;
	border-radius: inherit;
	border-radius: 180px 0 180px 0;
}
.p-top__production .image img {
	border-radius: 180px 0 180px 0;
}
.p-top__production h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.p-top__production h2 .ja {
	color: #71C220;
}
.p-top__production h2 .stroke {
	color: transparent;
}
.p-top__production .c-link {
	position: relative;
	z-index: 4;
}
.p-top__cutting {
	padding-top: 128px;
	position: relative;
}
.p-top__cutting:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle04.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.5402597403;
	width: 400px;
	max-width: 30%;
	position: absolute;
	top: -40%;
	right: 0;
	z-index: 3;
}
.p-top__cutting .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 40px 120px;
}
.p-top__cutting .image, .p-top__cutting .text {
	width: 50%;
}
.p-top__cutting .image {
	position: relative;
}
.p-top__cutting .image:after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(50px, 50px);
	background: linear-gradient(45deg, #569c3c 0%, #e6f200 100%);
	z-index: -1;
	border-radius: inherit;
	border-radius: 180px 0 180px 0;
}
.p-top__cutting .image img {
	border-radius: 180px 0 180px 0;
}
.p-top__cutting h2 {
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.p-top__cutting h2 .ja {
	color: #71C220;
}
.p-top__cutting h2 .stroke {
	color: transparent;
}
.p-top__cutting .c-link {
	position: relative;
	z-index: 4;
}
.p-top__quality {
	padding-top: 128px;
}
.p-top__quality .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px 120px;
}
.p-top__quality .image, .p-top__quality .text {
	width: 50%;
}
.p-top__quality .image {
	position: relative;
}
.p-top__quality .image:after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(50px, 50px);
	background: linear-gradient(45deg, #569c3c 0%, #e6f200 100%);
	z-index: -1;
	border-radius: inherit;
	border-radius: 180px 0 180px 0;
}
.p-top__quality .image img {
	border-radius: 180px 0 180px 0;
}
.p-top__quality h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.p-top__quality h2 .ja {
	color: #71C220;
}
.p-top__quality h2 .stroke {
	color: transparent;
}
.p-top__quality .c-link {
	position: relative;
	z-index: 4;
}
.p-top__product {
	margin-top: 200px;
	position: relative;
}
.p-top__product:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle05.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.6516264428;
	width: 600px;
	max-width: 30%;
	position: absolute;
	top: -36%;
	right: 0;
	z-index: 3;
}
.p-top__product .l-wrapper {
	padding: 48px 0 64px;
	position: relative;
}
.p-top__product .l-wrapper:after {
	content: "";
	display: inline-block;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	width: calc(100% + (50vw - 50%));
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	flex: 1;
	margin-left: calc(50% - 50vw);
	z-index: -2;
	border-radius: 0 0 400px 0;
}
.p-top__product h2 {
	color: #fff;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.p-top__product h2 .ja {
	color: #fff;
}
.p-top__product h2 .stroke {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
}
.p-top__product .flex {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 4%;
}
.p-top__product .flex .text {
	width: 56%;
}
.p-top__product .flex .image {
	width: 44%;
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-top: -10%;
}
.p-top__product .box {
	display: flex;
	flex-direction: column;
}
.p-top__product .text_flex {
	display: flex;
	gap: 40px;
}
.p-top__product .text_flex p {
	font-size: 1rem;
	color: #fff;
}
.p-top__product .text_flex p span {
	font-size: 1.25rem;
	display: block;
}
.p-top__product .c-link {
	margin-top: auto;
}
.p-top__equipment {
	padding-top: 108px;
	position: relative;
	z-index: 2;
}
.p-top__equipment:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle06.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.6663770634;
	width: 700px;
	max-width: 40%;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: -3;
}
.p-top__equipment .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.p-top__equipment .text {
	width: 45%;
}
.p-top__equipment .image {
	width: 48%;
	position: relative;
}
.p-top__equipment .image:before {
	content: "";
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	display: inline-block;
	aspect-ratio: 1.5;
	width: 80%;
	position: absolute;
	top: 40px;
	left: -40px;
	border-radius: 0 80px 0 80px;
}
.p-top__equipment .image:after {
	content: "";
	background: linear-gradient(45deg, #e6f200 0%, #569c3c 100%);
	display: inline-block;
	aspect-ratio: 1.5;
	width: 80%;
	position: absolute;
	bottom: -40px;
	right: -40px;
	border-radius: 0 80px 0 80px;
}
.p-top__equipment .image .image01 {
	display: block;
	width: 50%;
	position: relative;
	z-index: 3;
}
.p-top__equipment .image .image01 img {
	border-radius: 0 80px 0 80px;
}
.p-top__equipment .image .image02 {
	display: block;
	width: 85%;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.p-top__equipment .image .image02 img {
	border-radius: 0 80px 0 80px;
}
.p-top__equipment .linkBg {
	position: relative;
	padding: 50px 0;
}
.p-top__equipment .linkBg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 200vw;
	/* 画面幅いっぱい */
	height: 100%;
	/* 親高さに依存 */
	transform: translateX(-50%);
	background: #F4FFCF;
	z-index: -1;
}
.p-top__equipment .linkBg .c-link {
	margin-top: 0;
}
.p-top__company {
	padding-top: 108px;
	position: relative;
	z-index: 2;
}
.p-top__company .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-top__company .text {
	width: 45%;
}
.p-top__company .image {
	width: 48%;
	position: relative;
}
.p-top__company .image:before {
	content: "";
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	display: inline-block;
	aspect-ratio: 1.5;
	width: 80%;
	position: absolute;
	top: 40px;
	left: -40px;
	border-radius: 0 80px 0 80px;
}
.p-top__company .image:after {
	content: "";
	background: linear-gradient(45deg, #e6f200 0%, #569c3c 100%);
	display: inline-block;
	aspect-ratio: 1.5;
	width: 80%;
	position: absolute;
	bottom: -40px;
	right: -40px;
	border-radius: 0 80px 0 80px;
}
.p-top__company .image .image01 {
	display: block;
	width: 50%;
	position: relative;
	z-index: 3;
}
.p-top__company .image .image01 img {
	border-radius: 0 80px 0 80px;
}
.p-top__company .image .image02 {
	display: block;
	width: 85%;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.p-top__company .image .image02 img {
	border-radius: 0 80px 0 80px;
}
.p-top__company .linkBg {
	position: relative;
	padding: 50px 0;
}
.p-top__company .linkBg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 200vw;
	/* 画面幅いっぱい */
	height: 100%;
	/* 親高さに依存 */
	transform: translateX(-50%);
	background: #F4FFCF;
	z-index: -1;
}
.p-top__company .linkBg .c-link {
	margin-top: 0;
}
.p-top__recruit {
	position: relative;
	margin-top: 270px;
	z-index: 2;
}
.p-top__recruit:after {
	content: "";
	display: inline-block;
	background: linear-gradient(90deg, #569c3c 0%, #e6f200 100%);
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 600px 0 0 0;
	z-index: -1;
}
.p-top__recruit .l-wrapper {
	position: relative;
	padding-top: 70px;
}
.p-top__recruit .l-wrapper .human01 {
	width: 700px;
	position: absolute;
	top: -240px;
	left: 0;
}
.p-top__recruit h2.c-title {
	text-align: center;
	line-height: 0.6;
}
.p-top__recruit h2.c-title .ja {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 0;
}
.p-top__recruit h2.c-title .en-static {
	color: #E6F200;
	font-size: 2.5rem;
}
.p-top__recruit h3 {
	font-family: "GenEiKiwamiGo", sans-serif;
	font-size: 4.375rem;
	line-height: 1.2;
	text-align: center;
	width: 90%;
	margin-inline: auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.p-top__recruit h3:before {
	content: "";
	display: inline-block;
	background: #fff;
	background-size: contain;
	width: 6px;
	height: 150px;
	transform: rotate(-20deg);
}
.p-top__recruit h3:after {
	content: "";
	display: inline-block;
	background: #fff;
	background-size: contain;
	width: 6px;
	height: 150px;
	transform: rotate(20deg);
}
.p-top__recruit p {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
}
.p-top__recruit .movieBox {
	text-align: center;
	margin-top: 48px;
	padding-bottom: 300px;
	position: relative;
}
.p-top__recruit .movieBox > img {
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
}
.p-top__recruit .movieBox iframe {
	aspect-ratio: 1.5;
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
}
.p-top__recruit .movieBox .human02 {
	position: absolute;
	top: 0;
	left: -10px;
	width: 200px;
}
.p-top__recruit .movieBox .human03 {
	position: absolute;
	top: -40px;
	right: -10px;
	width: 200px;
}
.p-top__recruit .movieBox .human04 {
	position: absolute;
	bottom: 40px;
	left: 100px;
	width: 280px;
}
.p-top__recruit .movieBox .human05 {
	position: absolute;
	bottom: 100px;
	left: 45%;
	width: 300px;
}
.p-top__recruit .movieBox .human06 {
	position: absolute;
	bottom: 185px;
	right: 60px;
	width: 220px;
}
.p-top__recruit ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 45px;
	position: relative;
	z-index: 2;
}
.p-top__recruit ul li a:hover .image {
	opacity: 0.7;
}
.p-top__recruit ul .image {
	position: relative;
	transition: all 0.3s ease 0s;
}
.p-top__recruit ul .image:after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(20px, 20px);
	background: linear-gradient(45deg, #e6f200 0%, #569c3c 100%);
	z-index: -1;
	border-radius: inherit;
	border-radius: 80px 0 80px 0;
}
.p-top__recruit ul .image img {
	border-radius: 80px 0 80px 0;
}
.p-top__recruit ul h4 {
	text-align: center;
	font-weight: 500;
	font-size: 1.75rem;
	color: #212121;
	margin-top: 32px;
}
.p-top__entry {
	padding: 128px 0 182px;
	position: relative;
}
.p-top__entry:before {
	content: "";
	display: inline-block;
	background: url(../img/top/circle07.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.8605898123;
	width: 300px;
	max-width: 30%;
	position: absolute;
	top: -60%;
	right: 0;
	z-index: -3;
}
.p-top__entry:after {
	content: "";
	display: inline-block;
	background: url(../img/top/circle08.png) no-repeat;
	background-size: contain;
	aspect-ratio: 0.7992656059;
	width: 600px;
	max-width: 40%;
	position: absolute;
	bottom: -90%;
	left: 0;
	z-index: -3;
}
.p-top__entry .box {
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	padding: 48px;
	border-radius: 80px 0 80px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px 64px;
	position: relative;
}
.p-top__entry .box:hover .entry_title:after {
	transform: translateX(5px);
}
.p-top__entry .entry_title {
	font-family: "Poppins", sans-serif;
	font-size: 3.75rem;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
}
.p-top__entry .entry_title:after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow02.png) no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	transition: all 0.3s ease 0s;
}
.p-top__entry .entry_text {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}
.p-top__entry .human01 {
	width: 150px;
	position: absolute;
	top: -28%;
	right: 5%;
}
.p-top__news {
	padding: 120px 0;
	background: #F8F8F8;
}
.p-top__news hgroup {
	margin-bottom: 48px;
	text-align: center;
}
.p-top__news hgroup .en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 4rem;
	color: #71C220;
	display: block;
}
.p-top__news hgroup .ja {
	display: block;
	font-size: 1.125rem;
}
.p-top__news .newsList {
	height: 380px;
	overflow-y: scroll;
	background: #fff;
	padding: 24px;
}
.p-top__news .newsList a {
	display: flex;
	gap: 60px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
	line-height: 1.6;
	margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
	opacity: 0.7;
}
.p-top__news .date {
	font-size: 0.875rem;
	color: #212121;
	transition: all 0.3s ease 0s;
}
.p-top__news .title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
	transition: all 0.3s ease 0s;
}
.p-top__news .c-link02 {
	font-size: 1rem;
	margin-inline: auto;
	margin-top: 36px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-mainvisual_hero h1 {
		margin-bottom: 48px;
	}
	.p-mainvisual_hero h1 .indent {
		text-indent: 2em;
	}
	.p-mainvisual_hero .hero_copy {
		margin-bottom: 56px;
	}
	.p-mainvisual_hero .hero_text {
		font-size: 1.375rem;
	}
	.p-top__about {
		padding-top: 24px;
	}
	.p-top__about .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__about h2 {
		text-align: center;
	}
	.p-top__about .flex {
		flex-direction: column;
		gap: 140px;
	}
	.p-top__about .flex:before {
		width: 100%;
		max-width: 100%;
		height: 70%;
		bottom: 0;
		left: 0;
		margin: 0;
	}
	.p-top__about .flex .image {
		max-width: 340px;
		margin-top: -60px;
		margin-left: auto;
		margin-right: -40px;
	}
	.p-top__about .flex .image:before {
		aspect-ratio: 1.1433021807;
		width: 360px;
		position: absolute;
		bottom: -100px;
		left: -30%;
	}
	.p-top__about .flex .image img {
		border: solid 9px #71C220;
	}
	.p-top__about .flex .text {
		color: #fff;
		flex: 1;
		position: relative;
		z-index: 3;
		padding-bottom: 88px;
	}
	.p-top__about .flex .text p {
		max-width: 80%;
		margin-inline: auto;
		line-height: 2.6;
	}
	.p-top__about .p-top__slider {
		margin-top: -2%;
		position: relative;
		z-index: -1;
	}
	.p-top__about .p-loop__slider {
		position: relative;
		width: 100%;
		height: 200px;
	}
	.p-top_techinical {
		padding-top: 88px;
		z-index: 7;
	}
	.p-top_techinical:before {
		background: url(../img/top/circle01_sp.png) no-repeat;
		background-size: contain;
		background-position: center;
		aspect-ratio: 0.5065502183;
		width: 110px;
		max-width: 30%;
		top: -140px;
	}
	.p-top_techinical h2 {
		width: 100%;
		margin-bottom: 48px;
	}
	.p-top_techinical h2 .ja {
		text-align: center;
	}
	.p-top_techinical h2 .stroke {
		display: inline;
		text-indent: 0.3em;
	}
	.p-top_techinical p {
		line-height: 2.6;
		width: 90%;
		margin-inline: auto;
	}
	.p-top_mold01 {
		padding-top: 64px;
	}
	.p-top_mold01 .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top_mold01:after {
		background: url(../img/top/circle02_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.5783365571;
		width: 290px;
		max-width: 80%;
		top: -30%;
	}
	.p-top_mold01 h2 {
		padding-left: 0;
		z-index: 4;
	}
	.p-top_mold01 h2 .ja {
		text-align: center;
		font-size: 2.25rem;
		margin-bottom: 8px;
	}
	.p-top_mold01 h2:before {
		height: 150%;
		border-radius: 100px 0 0 0;
	}
	.p-top_mold01 .flex {
		flex-direction: column;
		align-items: flex-start;
		margin-top: -80px;
	}
	.p-top_mold01 .flex .image {
		width: 90%;
		margin: 0;
	}
	.p-top_mold01 .flex .image img {
		border-radius: 0 0 260px 0;
	}
	.p-top_mold01 .flex .text {
		width: 80%;
		margin-inline: auto;
	}
	.p-top_mold01 .flex .text p {
		line-height: 2.6;
	}
	.p-top_mold02 {
		padding-top: 128px;
		position: relative;
	}
	.p-top_mold02 .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top_mold02:after {
		content: "";
		display: inline-block;
		background: url(../img/top/circle03_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.3868360277;
		width: 330px;
		max-width: 80%;
		position: absolute;
		top: 40%;
		left: 0;
		z-index: -2;
	}
	.p-top_mold02 h2 {
		z-index: 4;
	}
	.p-top_mold02 h2 .ja {
		text-align: center;
		font-size: 2.25rem;
		margin-bottom: 8px;
	}
	.p-top_mold02 h2:before {
		height: 150%;
		border-radius: 0 100px 0 0;
	}
	.p-top_mold02 .flex {
		flex-direction: column;
		align-items: flex-end;
		margin-top: -80px;
	}
	.p-top_mold02 .flex .image {
		width: 90%;
		margin: 0 0 0 auto;
	}
	.p-top_mold02 .flex .image img {
		border-radius: 0 0 0 260px;
	}
	.p-top_mold02 .flex .text {
		width: 80%;
		margin-inline: auto;
	}
	.p-top_mold02 .flex .text p {
		line-height: 2.6;
	}
	.p-top__production {
		padding-top: 128px;
	}
	.p-top__production .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__production:after {
		display: none;
	}
	.p-top__production .flex {
		flex-direction: column-reverse;
	}
	.p-top__production .image, .p-top__production .text {
		width: 100%;
	}
	.p-top__production .image:after {
		transform: translate(0, 40px);
		border-radius: 0 0 140px 0;
	}
	.p-top__production .image img {
		border-radius: 0 0 140px 0;
		width: calc(100% - 40px);
	}
	.p-top__production h2 {
		align-items: center;
	}
	.p-top__production h2 .ja {
		text-align: center;
		font-size: 2.25rem;
	}
	.p-top__production h2 .stroke {
		color: #fff;
	}
	.p-top__production p {
		line-height: 2.6;
		max-width: 80%;
		margin-inline: auto;
	}
	.p-top__cutting .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__cutting:after {
		display: none;
	}
	.p-top__cutting .flex {
		flex-direction: column-reverse;
	}
	.p-top__cutting .image, .p-top__cutting .text {
		width: 100%;
	}
	.p-top__cutting .image:after {
		transform: translate(40px, 40px);
		border-radius: 0;
	}
	.p-top__cutting .image img {
		border-radius: 140px 0 0;
		width: 100%;
	}
	.p-top__cutting h2 {
		align-items: center;
	}
	.p-top__cutting h2 .ja {
		text-align: center;
		font-size: 2.25rem;
	}
	.p-top__cutting h2 .stroke {
		color: #fff;
	}
	.p-top__cutting p {
		line-height: 2.6;
		max-width: 80%;
		margin-inline: auto;
	}
	.p-top__quality {
		position: relative;
	}
	.p-top__quality .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__quality:after {
		content: "";
		display: inline-block;
		background: url(../img/top/circle05_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.3020833333;
		width: 140px;
		max-width: 40%;
		position: absolute;
		top: -10%;
		right: 0;
		z-index: -1;
	}
	.p-top__quality .flex {
		flex-direction: column-reverse;
	}
	.p-top__quality .image, .p-top__quality .text {
		width: 100%;
	}
	.p-top__quality .image:after {
		transform: translate(0, 40px);
		border-radius: 0 0 140px 0;
	}
	.p-top__quality .image img {
		border-radius: 0 0 140px 0;
		width: calc(100% - 40px);
	}
	.p-top__quality h2 {
		align-items: center;
	}
	.p-top__quality h2 .ja {
		text-align: center;
		font-size: 2.25rem;
	}
	.p-top__quality h2 .stroke {
		color: #fff;
	}
	.p-top__quality p {
		line-height: 2.6;
		max-width: 80%;
		margin-inline: auto;
	}
	.p-top__product {
		margin-top: 128px;
		z-index: 2;
	}
	.p-top__product:after {
		display: none;
	}
	.p-top__product .l-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 64px 0;
	}
	.p-top__product .l-wrapper:after {
		background: #A0C81D;
		border-radius: 0;
	}
	.p-top__product h2 {
		text-align: center;
	}
	.p-top__product .flex {
		flex-direction: column-reverse;
		padding-right: 0;
	}
	.p-top__product .flex .text {
		width: 90%;
		margin-inline: auto;
	}
	.p-top__product .flex .image {
		width: 100%;
		margin: 0;
	}
	.p-top__product .text_flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-top__product .text_flex p {
		line-height: 2.2;
	}
	.p-top__product .c-link {
		margin-top: 32px;
	}
	.p-top__equipment {
		padding-top: 128px;
		position: relative;
		z-index: 1;
	}
	.p-top__equipment .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__equipment:after {
		background: url(../img/top/circle06_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.704845815;
		width: 160px;
		top: -70px;
		z-index: -1;
	}
	.p-top__equipment .flex {
		flex-direction: column;
		gap: 48px;
	}
	.p-top__equipment .text {
		width: 100%;
	}
	.p-top__equipment h2.c-title .ja {
		text-align: center;
		font-size: 2.25rem;
		margin-bottom: 8px;
	}
	.p-top__equipment .image {
		width: 100%;
	}
	.p-top__equipment .image:before {
		width: 100%;
		left: 0;
		border-radius: 0 60px 0 60px;
	}
	.p-top__equipment .image:after {
		width: 80%;
		bottom: -40px;
		right: -40px;
		border-radius: 0 60px 0 60px;
	}
	.p-top__equipment .image .image01 {
		width: 70%;
	}
	.p-top__equipment .image .image01 img {
		border-radius: 0 60px 0 60px;
	}
	.p-top__equipment .image .image02 {
		width: 90%;
		margin-top: 24px;
	}
	.p-top__equipment .image .image02 img {
		border-radius: 60px 0 0 0;
	}
	.p-top__equipment .linkBg {
		padding: 0;
	}
	.p-top__equipment .linkBg:after {
		display: none;
	}
	.p-top__equipment .linkBg .c-link {
		margin-inline: auto;
	}
	.p-top__company {
		padding-top: 128px;
		position: relative;
		z-index: 0;
	}
	.p-top__company .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__company:after {
		content: "";
		display: inline-block;
		background: url(../img/top/circle06_sp02.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.3670886076;
		width: 140px;
		position: absolute;
		top: -180px;
		right: 0;
		z-index: -2;
	}
	.p-top__company .flex {
		flex-direction: column;
		gap: 48px;
	}
	.p-top__company .text {
		width: 100%;
	}
	.p-top__company h2.c-title .ja {
		text-align: center;
		font-size: 2.25rem;
		margin-bottom: 8px;
	}
	.p-top__company .image {
		width: 100%;
	}
	.p-top__company .image:before {
		width: 100%;
		left: 0;
		border-radius: 0 60px 0 60px;
	}
	.p-top__company .image:after {
		width: 80%;
		bottom: -40px;
		right: -40px;
		border-radius: 0 60px 0 60px;
	}
	.p-top__company .image .image01 {
		width: 70%;
	}
	.p-top__company .image .image01 img {
		border-radius: 0 60px 0 60px;
	}
	.p-top__company .image .image02 {
		width: 90%;
		margin-top: 24px;
	}
	.p-top__company .image .image02 img {
		border-radius: 60px 0 0 0;
	}
	.p-top__company .linkBg {
		padding: 0;
	}
	.p-top__company .linkBg:after {
		display: none;
	}
	.p-top__company .linkBg .c-link {
		margin-inline: auto;
	}
	.p-top__recruit {
		margin-top: 200px;
	}
	.p-top__recruit:after {
		background: #83B729;
		height: 63%;
		width: 200%;
		margin-left: -80%;
	}
	.p-top__recruit .l-wrapper {
		padding-top: 100px;
	}
	.p-top__recruit .l-wrapper .human01 {
		width: 300px;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-top__recruit h2.c-title {
		text-align: center;
		line-height: 1.4;
	}
	.p-top__recruit h2.c-title .en-marquee {
		color: #E6F200;
		font-size: 2.5rem;
	}
	.p-top__recruit h3 {
		font-size: 3.5rem;
		display: block;
	}
	.p-top__recruit h3:before, .p-top__recruit h3:after {
		display: none;
	}
	.p-top__recruit .movieBox {
		margin-top: 16px;
		padding-top: 300px;
		padding-bottom: 430px;
	}
	.p-top__recruit .movieBox .human02 {
		top: 20px;
		width: 160px;
	}
	.p-top__recruit .movieBox .human03 {
		top: 180px;
		width: 140px;
	}
	.p-top__recruit .movieBox .human04 {
		bottom: 250px;
		left: 0;
		width: 180px;
	}
	.p-top__recruit .movieBox .human05 {
		bottom: 180px;
		left: unset;
		right: 0;
		transform: unset;
		width: 200px;
	}
	.p-top__recruit .movieBox .human06 {
		bottom: 25px;
		right: unset;
		left: 0;
		width: 160px;
	}
	.p-top__recruit ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 56px;
		position: relative;
	}
	.p-top__recruit ul:before {
		content: "";
		display: inline-block;
		background: url(../img/top/circle07_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.5632183908;
		width: 100px;
		position: absolute;
		top: 15%;
		right: -6%;
		z-index: -3;
	}
	.p-top__recruit ul .image {
		margin-right: 20px;
	}
	.p-top__recruit ul .image:after {
		border-radius: 60px 0 60px 0;
	}
	.p-top__recruit ul .image img {
		border-radius: 60px 0 60px 0;
	}
	.p-top__entry {
		padding: 72px 0 128px;
	}
	.p-top__entry:before {
		display: none;
	}
	.p-top__entry:after {
		background: url(../img/top/circle08_sp.png) no-repeat;
		background-size: contain;
		aspect-ratio: 0.4171907757;
		width: 200px;
		max-width: 50%;
		bottom: unset;
		top: -85%;
	}
	.p-top__entry .box {
		background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
		padding: 48px 48px 128px;
		border-radius: 80px 0 80px 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 24px 64px;
		position: relative;
	}
	.p-top__entry .box:hover .entry_title:after {
		transform: translateX(5px);
	}
	.p-top__entry .entry_text {
		line-height: 1.6;
	}
	.p-top__entry .entry_text .text {
		display: block;
	}
	.p-top__entry .entry_text .point {
		display: none;
	}
	.p-top__entry .human01 {
		width: 120px;
		top: unset;
		bottom: -40px;
		right: 3%;
	}
	.p-top__news {
		padding: 72px 0;
	}
	.p-top__news hgroup {
		margin-bottom: 16px;
	}
	.p-top__news hgroup .en {
		font-size: 2.5rem;
	}
	.p-top__news .newsList a {
		flex-direction: column;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-top__news .c-link02 {
		margin-top: 24px;
	}
}
/*
tem
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
	background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}
.p-tem {
	/**------------------------------------------
	flexbox
	--------------------------------------------*/
}
.p-tem .btnFlex {
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
}
.p-tem .btnFlex.center {
	justify-content: center;
}
.p-tem .btnFlex .c-link {
	margin: 0;
}
.p-tem .p-list li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}
.p-tem .p-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #000;
}
.p-tem .p-list2 {
	list-style-type: decimal;
	padding-left: 20px;
}
.p-tem .p-list2 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-tem .p-list3 {
	list-style-type: circle;
	padding-left: 20px;
}
.p-tem .p-list3 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-tem .p-dashedList li {
	padding: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.p-tem section.bg-color01 {
	background: #F8F8F8 !important;
}
.p-tem .p-text-center {
	text-align: center;
}
.p-tem .w10 {
	width: 10%;
}
.p-tem .w20 {
	width: 20%;
}
.p-tem .w30 {
	width: 30%;
}
.p-tem .w40 {
	width: 40%;
}
.p-tem .w50 {
	width: 50%;
}
.p-tem .w60 {
	width: 60%;
}
.p-tem .w70 {
	width: 70%;
}
.p-tem .w80 {
	width: 80%;
}
.p-tem .w90 {
	width: 90%;
}
.p-tem .gap {
	gap: 5%;
}
.p-tem .gap3 {
	gap: 3%;
}
.p-tem .fw_wrap {
	flex-wrap: wrap;
}
.p-tem .ai_center {
	align-items: center;
}
.p-tem .ai_end {
	align-items: flex-end;
}
.p-tem .ai_self_center {
	align-self: center;
}
.p-tem .jc_center {
	justify-content: center;
}
.p-tem .jc_between {
	justify-content: space-between;
}
.p-tem .rev {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.p-tem .flexbox {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.p-tem .w10, .p-tem .w20, .p-tem .w30, .p-tem .w40, .p-tem .w50, .p-tem .w60, .p-tem .w70, .p-tem .w80, .p-tem .w90 {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-tem .flexbox.rev {
		flex-direction: row-reverse;
	}
	.p-tem .sp_nowrap {
		display: flex;
	}
	.p-tem .sp_nowrap .w10 {
		width: 10%;
	}
	.p-tem .sp_nowrap .w20 {
		width: 20%;
	}
	.p-tem .sp_nowrap .w30 {
		width: 30%;
	}
	.p-tem .sp_nowrap .w40 {
		width: 40%;
	}
	.p-tem .sp_nowrap .w50 {
		width: 50%;
	}
	.p-tem .sp_nowrap .w60 {
		width: 60%;
	}
	.p-tem .sp_nowrap .w70 {
		width: 70%;
	}
	.p-tem .sp_nowrap .w80 {
		width: 80%;
	}
	.p-tem .sp_nowrap .w90 {
		width: 90%;
	}
	.p-tem .sp_ai_top {
		align-items: flex-start;
	}
	.p-tem .sp_no_mb {
		margin-bottom: 0 !important;
	}
	.p-tem .sp_no_pb {
		padding-bottom: 0 !important;
	}
}
.p-tem .mb0 {
	margin-bottom: 0;
}
.p-tem .mb8 {
	margin-bottom: 8px;
}
.p-tem .mb16 {
	margin-bottom: 16px;
}
.p-tem .mb24 {
	margin-bottom: 24px;
}
.p-tem .mb32 {
	margin-bottom: 32px;
}
.p-tem .mb48 {
	margin-bottom: 48px;
}
.p-tem .mb64 {
	margin-bottom: 64px;
}
.p-tem .mb72 {
	margin-bottom: 72px;
}
.p-tem .mb96 {
	margin-bottom: 96px;
}
.p-tem .mb128 {
	margin-bottom: 128px;
}
.p-tem .mt8 {
	margin-top: 8px;
}
.p-tem .mt16 {
	margin-top: 16px;
}
.p-tem .mt24 {
	margin-top: 24px;
}
.p-tem .mt32 {
	margin-top: 32px;
}
.p-tem .mt64 {
	margin-top: 64px;
}
.p-tem .mt72 {
	margin-top: 72px;
}
.p-tem .mt96 {
	margin-top: 96px;
}
.p-tem .mt128 {
	margin-top: 128px;
}
.p-tem .pb0 {
	padding-bottom: 0;
}
.p-tem .pb8 {
	padding-bottom: 8px;
}
.p-tem .pb16 {
	padding-bottom: 16px;
}
.p-tem .pb24 {
	padding-bottom: 24px;
}
.p-tem .pb32 {
	padding-bottom: 32px;
}
.p-tem .pb64 {
	padding-bottom: 64px;
}
.p-tem .pb72 {
	padding-bottom: 72px;
}
.p-tem .pb96 {
	padding-bottom: 96px;
}
.p-tem .pb128 {
	padding-bottom: 128px;
}
.p-tem .pt8 {
	padding-top: 8px;
}
.p-tem .pt16 {
	padding-top: 16px;
}
.p-tem .pt24 {
	padding-top: 24px;
}
.p-tem .pt32 {
	padding-top: 32px;
}
.p-tem .pt64 {
	padding-top: 64px;
}
.p-tem .pt72 {
	padding-top: 72px;
}
.p-tem .pt96 {
	padding-top: 96px;
}
.p-tem .pt128 {
	padding-top: 128px;
}
@media screen and (max-width: 768px) {
	.p-tem .mb8 {
		margin-bottom: 4px;
	}
	.p-tem .mb16 {
		margin-bottom: 8px;
	}
	.p-tem .mb24 {
		margin-bottom: 16px;
	}
	.p-tem .mb32 {
		margin-bottom: 24px;
	}
	.p-tem .mb48 {
		margin-bottom: 48px;
	}
	.p-tem .mb64 {
		margin-bottom: 32px;
	}
	.p-tem .mb72 {
		margin-bottom: 64px;
	}
	.p-tem .mb96 {
		margin-bottom: 72px;
	}
	.p-tem .mb128 {
		margin-bottom: 96px;
	}
	.p-tem .mt8 {
		margin-top: 4px;
	}
	.p-tem .mt16 {
		margin-top: 8px;
	}
	.p-tem .mt24 {
		margin-top: 16px;
	}
	.p-tem .mt32 {
		margin-top: 24px;
	}
	.p-tem .mt64 {
		margin-top: 32px;
	}
	.p-tem .mt72 {
		margin-top: 64px;
	}
	.p-tem .mt96 {
		margin-top: 72px;
	}
	.p-tem .mt128 {
		margin-top: 96px;
	}
	.p-tem .pb8 {
		padding-bottom: 4px;
	}
	.p-tem .pb16 {
		padding-bottom: 8px;
	}
	.p-tem .pb24 {
		padding-bottom: 16px;
	}
	.p-tem .pb32 {
		padding-bottom: 24px;
	}
	.p-tem .pb64 {
		padding-bottom: 32px;
	}
	.p-tem .pb72 {
		padding-bottom: 64px;
	}
	.p-tem .pb96 {
		padding-bottom: 72px;
	}
	.p-tem .pb128 {
		padding-bottom: 96px;
	}
	.p-tem .pt8 {
		padding-top: 4px;
	}
	.p-tem .pt16 {
		padding-top: 8px;
	}
	.p-tem .pt24 {
		padding-top: 16px;
	}
	.p-tem .pt32 {
		padding-top: 24px;
	}
	.p-tem .pt64 {
		padding-top: 32px;
	}
	.p-tem .pt72 {
		padding-top: 64px;
	}
	.p-tem .pt96 {
		padding-top: 72px;
	}
	.p-tem .pt128 {
		padding-top: 96px;
	}
}
.p-tem .table__scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: hidden;
	display: contents;
}
.p-tem .table__scroll::-webkit-scrollbar {
	display: none;
}
.p-tem .p-page__table01 {
	border-collapse: collapse;
	width: 100%;
}
.p-tem .p-page__table01 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
	padding: 20px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-tem .p-page__table01 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
}
.p-tem .p-page__table02 {
	border-collapse: collapse;
	width: 100%;
}
.p-tem .p-page__table02 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
	padding: 20px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-tem .p-page__table02 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #71C220;
}
.p-tem .p-page__table02 th:first-child {
	border-top: 1px solid #71C220;
}
.p-tem .p-page__table03 {
	border-collapse: collapse;
	width: 100%;
	min-width: 1000px;
}
.p-tem .p-page__table03 tr.gray td {
	background: #FBFBFB;
}
.p-tem .p-page__table03 th, .p-tem .p-page__table03 td {
	font-size: 0.875rem;
	border: solid 1px #D8D8D8;
	padding: 16px 32px;
	text-align: left;
}
.p-tem .p-page__table03 th {
	font-weight: 600;
	background: #F3FFED;
}
.p-tem .p-page__table03 .center {
	text-align: center;
}
.p-tem .p-page__table03 .gallery {
	color: #212121;
}
.p-tem .p-page__table03 .gallery:after {
	content: "";
	display: inline-block;
	background: url(../img/common/link_icon02.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 8px;
}
.p-tem .flex-content .image01 {
	width: 60%;
}
.p-tem .flex-content .image02 {
	width: 40%;
}
.p-tem .sticky-content {
	position: relative;
}
.p-tem .sticky-content .flexbox {
	align-items: flex-start;
}
.p-tem .sticky-content .image {
	position: sticky;
	top: 128px;
}
.p-tem .sticky-content .image img {
	border-radius: 5px;
}
.p-tem .sticky-content .column-outside-right {
	flex: 1;
	margin-right: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-right img {
	border-radius: 5px 0 0 245px;
}
.p-tem .sticky-content .column-outside-left {
	flex: 1;
	margin-left: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-left img {
	border-radius: 0 5px 245px 0;
}
.p-tem .step-content .step-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 70px 45px;
}
.p-tem .step-content .step-list li {
	position: relative;
	text-align: center;
}
.p-tem .step-content .step-list li:not(:nth-child(4n)):not(:last-child) .image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 45px;
	height: 2px;
	background: #71C220;
	z-index: -1;
}
.p-tem .step-content .step-list .image {
	position: relative;
	z-index: 1;
}
.p-tem .step-content .step-list .number {
	font-family: "Poppins", sans-serif;
	font-size: 3.125rem;
	color: #71C220;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 5px;
}
.p-tem .step-content .step-list .number span {
	display: block;
	font-size: 1.25rem;
}
.p-tem .step-content .step-list h3 {
	margin-bottom: 8px;
	margin-top: 8px;
}
.p-tem .bg-content {
	background: #F8F8F8;
	padding: 56px 48px;
	border-radius: 10px;
}
.p-tem .modaal-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 30px;
}
.p-tem .modaal-list .image {
	margin-bottom: 18px;
}
.p-tem .modaal-list table {
	width: 100%;
	border-collapse: collapse;
}
.p-tem .modaal-list table tr {
	border-bottom: 1px dashed #D9D9D9;
}
.p-tem .modaal-list table th, .p-tem .modaal-list table td {
	font-size: 1rem;
	line-height: 1.6;
	padding: 14px 8px;
}
.p-tem .modaal-list table th {
	white-space: nowrap;
}
.p-tem .parallax-content .parallax_wrap {
	min-height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.p-tem .parallax-content .front_content {
	padding: 60px;
	background-color: #fff;
}
.p-tem .parallax-content .parallax_wrap.img_bg_01 {
	background-image: url(../img/matsuyama/bg01.jpg);
}
/*.p-tem .parallax-content .parallax_wrap.img_bg_02 {
background-image: url(../img/tem/parallax02.jpg);
}
.p-tem .parallax-content .parallax_wrap.img_bg_03 {
background-image: url(../img/tem/parallax03.jpg);
}*/
.p-tem .grid-full {
	margin: 0 0 26px;
}
.p-tem .grid-full p {
	font-size: 1rem;
	text-align: center;
	margin: 5px 0 0;
}
.p-tem .grid-full .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-tem .grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-tem .grid p {
	font-size: 1rem;
	margin: 5px 0 0;
}
.p-tem .grid > div {
	margin: 0 0 26px;
}
.p-tem .grid .gcol12 {
	width: 100%;
}
.p-tem .grid .gcol6 {
	width: 49%;
}
.p-tem .grid .gcol4 {
	width: 32%;
}
.p-tem .grid .gcol5 {
	width: 46%;
}
.p-tem .grid .gcol8 {
	width: 66%;
}
.p-tem .grid .gcol3 {
	width: 23.5%;
}
.p-tem .grid .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-tem .grid .h-type2 {
	object-fit: cover;
	height: 100px;
}
.p-tem .grid.center {
	display: flex;
	justify-content: center;
}
.p-tem .grid.center > div {
	margin: 0 2% 26px 0;
}
.p-tem .grid.center > div:last-child {
	margin: 0 0 26px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-tem .btnFlex {
		justify-content: center;
	}
	.p-tem .p-list li {
		font-size: 1rem;
		margin-bottom: 6px;
		padding-left: 12px;
	}
	.p-tem .p-list2 li {
		font-size: 1.125rem;
		margin-bottom: 6px;
	}
	.p-tem .mt128 {
		margin-top: 64px;
	}
	.p-tem .mb128 {
		margin-bottom: 64px;
	}
	.p-tem .table__scroll {
		display: block;
	}
	.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
		display: block;
		padding: 8px 32px;
	}
	.p-tem .p-page__table01 th {
		font-weight: 700;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.p-tem .p-page__table01 td {
		width: 100%;
	}
	.p-tem .p-page__table02 tr {
		border-bottom: none;
	}
	.p-tem .p-page__table02 tr:first-child {
		border-top: none;
	}
	.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
		display: block;
		padding: 8px 32px;
	}
	.p-tem .p-page__table02 th {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #D8D8D8;
	}
	.p-tem .p-page__table02 th:first-child {
		border-top: none;
	}
	.p-tem .p-page__table02 td {
		width: 100%;
		border-bottom: 1px solid #71C220;
	}
	.p-tem .flex-content .image01 {
		display: block;
		width: 80%;
	}
	.p-tem .flex-content .image02 {
		display: block;
		width: 45%;
		margin-left: auto;
		margin-top: -60px;
	}
	.p-tem .flex-content .image.rev .image01 {
		margin-left: auto;
	}
	.p-tem .flex-content .image.rev .image02 {
		margin-left: 0;
	}
	.p-tem .sticky-content .image {
		position: relative;
		top: auto;
		width: 100%;
	}
	.p-tem .sticky-content .column-outside-right {
		margin-left: 6%;
		margin-right: calc(50% - 50vw);
	}
	.p-tem .sticky-content .column-outside-right img {
		width: 100%;
		height: auto;
		border-radius: 5px 0 0 160px;
	}
	.p-tem .sticky-content .column-outside-left img {
		width: 100%;
		height: auto;
		border-radius: 0 5px 160px 0;
	}
	.p-tem .step-content .step-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 156px 45px;
	}
	.p-tem .step-content .step-list li:not(:nth-child(4n)):not(:last-child) .image::after {
		display: none;
	}
	.p-tem .step-content .step-list li:not(:last-child)::after {
		content: "";
		position: absolute;
		bottom: -108px;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 60px;
		background: #71C220;
		z-index: -1;
	}
	.p-tem .step-content .step-list li {
		text-align: left;
	}
	.p-tem .bg-content {
		padding: 32px 20px;
	}
	.p-tem .modaal-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 72px;
	}
	.p-tem .parallax-content .parallax_wrap {
		min-height: 300px;
		background-attachment: unset;
	}
	.p-tem .grid-full .h-type1 {
		height: 220px;
	}
	.p-tem .grid .gcol6 {
		width: 100%;
	}
	.p-tem .grid .gcol4 {
		width: 100%;
	}
	.p-tem .grid .gcol5 {
		width: 100%;
	}
	.p-tem .grid .gcol8 {
		width: 100%;
	}
	.p-tem .grid .gcol3 {
		width: 49%;
	}
	.p-tem .grid .h-type1 {
		height: 220px;
	}
	.p-tem .grid .h-type2 {
		height: 120px;
	}
}
/*
news
————————————————————————————————————————— */
.p-news .p-news__article {
	display: flex;
	gap: 60px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
	opacity: 0.7;
}
.p-news .p-news__date {
	font-size: 0.875rem;
	color: #212121;
}
.p-news .p-news__title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
}
.p-pagenation {
	margin-top: 80px;
}
.p-pagenation ul {
	display: flex;
	justify-content: center;
}
.p-pagenation li {
	margin-right: 18px;
}
.p-pagenation li:last-child {
	margin: 0;
}
.p-pagenation li .current {
	border-bottom: 1px solid #212121;
}
.p-pagenation a, .p-pagenation span {
	font-weight: 700;
	font-size: 1.125rem;
	color: #212121;
}
.p-single .p-single__date {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
.p-single .p-single__title {
	font-weight: 500;
	font-size: 1.125rem;
}
.p-single .p-single__content img {
	width: auto;
}
.p-single .p-single__content p {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 2;
}
.p-single .c-link {
	margin-inline: auto;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-news .p-news__article {
		flex-direction: column;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-pagenation {
		margin-top: 32px;
	}
	.p-single .p-single__title {
		font-size: 1rem;
	}
}
/*
product
————————————————————————————————————————— */
.p-product th, .p-product td {
	color: #212121;
}
.p-product .category-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 40px;
	gap: 10px;
}
.p-product .category-btn li a {
	display: block;
	padding: 10px 30px;
	background: #fff;
	border: solid 1px #71C220;
	color: #71C220;
	font-size: 1rem;
	border-radius: 100vmax;
	transition: 0.3s ease;
}
.p-product .category-btn li a:hover {
	opacity: 0.8;
}
.p-product .filter-btn.active {
	background-color: #71C220;
	color: #fff;
}
.p-product .is-animate {
	opacity: 1;
	animation: 0.6s zoom-in;
}
@keyframes zoom-in {
	0% {
		opacity: 0.3;
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.p-productdetail .p-detail__flex {
	display: flex;
	justify-content: space-between;
}
.p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
	width: 48%;
}
.p-productdetail .p-detail__sticky {
	position: sticky;
	top: 100px;
}
.p-productdetail .slider-main, .p-productdetail .slider-thumbs {
	width: 100%;
}
.p-productdetail .slider-main {
	margin-bottom: 10px;
}
.p-productdetail .slider-thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
}
.p-productdetail .slider-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.p-productdetail .p-detail__contents {
	margin-top: 32px;
}
.p-productdetail .c-link {
	margin-inline: auto;
	margin-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-productdetail .p-detail__flex {
		flex-direction: column;
	}
	.p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
		width: 100%;
	}
	.p-productdetail .p-detail__text {
		margin-top: 32px;
	}
	.p-productdetail .p-detail__sticky {
		position: static;
		top: unset;
	}
	.p-productdetail .c-link {
		margin-top: 32px;
	}
}
/*
facility
————————————————————————————————————————— */
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
}
/*
company
————————————————————————————————————————— */
.p-company .history .flex {
	display: flex;
	gap: 32px;
}
.p-company .history .map {
	width: 50%;
}
.p-company .history .map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-company .history .text {
	width: calc(50% - 32px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.p-company .history .text h3 {
	margin-bottom: 16px;
}
.p-company .history .text h4 {
	margin-bottom: 8px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-company .history .flex {
		flex-direction: column;
	}
	.p-company .history .map {
		width: 100%;
	}
	.p-company .history .map iframe {
		height: auto;
		aspect-ratio: 1.5;
	}
	.p-company .history .text {
		width: 100%;
	}
}
/*
recruit
————————————————————————————————————————— */
.p-recruit .flow ul {
	display: flex;
	gap: 48px;
}
.p-recruit .flow li {
	background: #71C220;
	border-radius: 100vmax;
	padding: 25px;
	color: #fff;
	text-align: center;
	position: relative;
}
.p-recruit .flow li:after {
	content: "";
	display: inline-block;
	background: #71C220;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
	display: none;
}
.p-recruit .faq .wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.p-recruit .faq .faq-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
.p-recruit .faq .faq-item summary {
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
	background: #f7f7f7;
	position: relative;
	list-style: none;
}
.p-recruit .faq .faq-item summary::-webkit-details-marker {
	display: none;
}
.p-recruit .faq .faq-item summary:after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 1.125rem;
	transition: transform 0.3s;
	top: 50%;
	transform: translateY(-50%);
}
.p-recruit .faq .faq-item[open] summary:after {
	content: "-";
	transform: translateY(-50%) rotate(180deg);
}
.p-recruit .faq .faq-item .faq-answer {
	padding: 16px;
	background: #fff;
	animation: fadein 0.3s ease-in;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-recruit .flow ul {
		flex-direction: column;
		gap: 32px;
	}
	.p-recruit .flow li {
		padding: 20px;
	}
	.p-recruit .flow li:after {
		width: 1px;
		height: 100%;
		top: unset;
		bottom: -100%;
		right: unset;
		left: 50%;
		transform: translate(-50%);
	}
	.p-recruit .faq .faq-item summary {
		padding: 14px 36px 14px 16px;
		font-size: 1rem;
	}
	.p-recruit .faq .faq-item summary:after {
		right: 16px;
		font-size: 16px;
	}
	.p-recruit .faq .faq-item .faq-answer {
		padding: 14px 16px;
		font-size: 0.875rem;
	}
}
/*
  number
————————————————————————————————————————— */
.p-number .number {
  background: linear-gradient(90deg, #6ea92e 0%, #e5ec00 100%);
}

.p-number .number .l-wrapper {
  position: relative;
}

.p-number .number .human01 {
  position: absolute;
  top: 160px;
  right: -100px;
  width: 170px;
}

.p-number .number .human02 {
  position: absolute;
  bottom: 10px;
  left: -100px;
  width: 170px;
}

.p-number .number h3.c-title {
  color: #fff;
}
.p-number .number h3.c-title::before {
  background: #fff;
}

.p-number .number-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px 42px;
  margin-top: 46px;
}

.p-number .number-card {
  grid-column: span 4;
  background: #efefef;
  border-radius: 12px;
  min-height: 230px;
  padding: 24px 22px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 上段 */
.p-number .number-card--01,
.p-number .number-card--02,
.p-number .number-card--03 {
  grid-column: span 4;
}

/* 中段 */
.p-number .number-card--04 {
  grid-column: span 6;
}

.p-number .number-card--05 {
  grid-column: span 3;
}

.p-number .number-card--06 {
  grid-column: span 3;
}

/* 下段 */
.p-number .number-card--07,
.p-number .number-card--08,
.p-number .number-card--09 {
  grid-column: span 4;
}

.p-number .number-card__title {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #54a34d;
}

.p-number .number-card__icon {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.p-number .number-card__icon img {
  max-width: 74px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.p-number .number-card__icon--double {
  gap: 24px;
}

.p-number .number-card__icon--double img {
  max-width: 42px;
  max-height: 52px;
}

.p-number .number-card__mini-labels {
  display: flex;
  justify-content: center;
  gap: 54px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.p-number .number-card__mini-labels--orange {
  color: #f18b22;
}

.p-number .number-card__colon {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #111;
}

.p-number .number-card__colonMark {
  transform: translateY(-2px);
}

.p-number .number-card__single {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}

.p-number .number-card__singleValue {
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.03em;
}

.p-number .number-card__singleSuffix {
  font-size: 16px;
  line-height: 1.1;
  color: #111;
  padding-bottom: 4px;
}

.p-number .number-card__two {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 38px;
}

.p-number .two-item__label {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.p-number .two-item__value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.03em;
}

.p-number .two-item__suffix {
  font-size: 16px;
  line-height: 1.1;
  color: inherit;
  padding-bottom: 3px;
}

.p-number .two-item--pink .two-item__value {
  color: #f03e5b;
}

.p-number .number-card__two--smallLabel .two-item__label {
  font-size: 14px;
}

.p-number .number-card__two--orangeLabel .two-item__label {
  color: #f18b22;
}

.p-number .number-card__wideInner {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.p-number .number-card__icon--people {
  margin-bottom: 0;
  flex-shrink: 0;
}

.p-number .number-card__icon--people img {
  max-width: 78px;
  max-height: 78px;
}

.p-number .number-card__ages {
  display: flex;
  gap: 46px;
  text-align: left;
}

.p-number .number-card__agesCol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-number .age-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-width: 138px;
  font-size: 18px;
  line-height: 1.45;
  color: #111;
}

.p-number .number .right {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 767px) {

  .p-number .number .human01 {
    top: -140px;
    right: -5%;
    width: 130px;
  }

  .p-number .number .human02 {
    bottom: -20px;
    left: -5%;
    width: 120px;
  }

  .p-number .number-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }

  .p-number .number-card,
  .p-number .number-card--01,
  .p-number .number-card--02,
  .p-number .number-card--03,
  .p-number .number-card--04,
  .p-number .number-card--05,
  .p-number .number-card--06,
  .p-number .number-card--07,
  .p-number .number-card--08,
  .p-number .number-card--09 {
    grid-column: span 1;
    min-height: auto;
    padding: 22px 16px 18px;
  }

  .p-number .number-card__title {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .p-number .number-card__icon {
    height: 56px;
    margin-bottom: 12px;
  }

  .p-number .number-card__icon img {
    max-width: 66px;
    max-height: 52px;
  }

  .p-number .number-card__icon--double {
    gap: 18px;
  }

  .p-number .number-card__mini-labels {
    gap: 34px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .p-number .number-card__colon {
    font-size: 36px;
    gap: 12px;
  }

  .p-number .number-card__singleValue,
  .p-number .two-item__value {
    font-size: 36px;
  }

  .p-number .number-card__singleSuffix,
  .p-number .two-item__suffix {
    font-size: 14px;
    padding-bottom: 2px;
  }

  .p-number .two-item__label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .p-number .number-card__two {
    gap: 24px;
  }

  .p-number .number-card__two--smallLabel .two-item__label {
    font-size: 12px;
  }

  .p-number .number-card__wideInner {
    flex-direction: column;
    gap: 16px;
  }

  .p-number .number-card__ages {
    width: 50%;
    flex-direction: column;
    gap: 8px;
  }

  .p-number .number-card__agesCol {
    gap: 8px;
  }

  .p-number .age-item {
    min-width: 0;
    font-size: 16px;
  }

  .p-number .number .right {
    font-size: 13px;
    margin-top: 14px;
  }

}

/*
utillity
————————————————————————————————————————— */
.u-screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.u-sp-none992 {
	display: none;
}
.u-sp-none768 {
	display: none;
}
.u-sp-none576 {
	display: none;
}
.u-link-none {
	pointer-events: none;
}
.u-radius-sm {
	border-radius: 10px;
}
.u-m-auto {
	margin: 0 auto;
}
.u-display-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.u-position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.u-fade {
	opacity: 0;
	transition: all 1s ease;
}
.u-fade2 {
	transition: all 2s ease;
}
.u-fade.is-active {
	opacity: 1;
	transform: none;
}
.u-fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}
.u-fade-up.is-active {
	transform: translateY(0);
}
.u-fade-down {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1s;
}
.u-fade-down.is-active {
	transform: translateY(0);
}
.u-fade-down2 {
	transition: all 2s;
}
.u-fade-lr {
	transform: translate(-100px, 0);
}
.u-fade-rl {
	transform: translate(100px, 0);
}
.u-mask-bg {
	color: transparent;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.u-mask-bg h2 {
	opacity: 0;
	transition: all 1s ease;
}
.u-mask-bg img {
	opacity: 0;
	transition: all 0.6s ease;
	transform: translateX(-100%);
}
.u-mask-bg:after {
	background: #71C220;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.-black:after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
	opacity: 1;
}
.u-mask-bg.is-animated img {
	opacity: 1;
	transform: translateX(0);
}
.u-mask-bg.is-active:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
	opacity: 1;
}
.u-mask-bg.is-active img {
	opacity: 1;
	transform: translateX(0);
}
@keyframes mask-bg {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(110%);
	}
}
.u-fade-blur {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.u-fade-blur.is-active {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: 0.8s;
}
@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
	overflow: hidden;
	display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
	opacity: 0;
	/* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
	animation-name: slideTextY100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY100 {
	from {
		transform: translateY(100%);
		/* 要素を上の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
.slideAnimeUpDown {
	animation-name: slideTextY-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY-100 {
	from {
		transform: translateY(-100%);
		/* 要素を下の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #569c3c 0%, #e6f200 100%);
	z-index: 9999999;
	text-align: center;
	color: #fff;
}
#splash-logo {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash-logo img {
	width: 220px;
	display: block;
	margin-inline: auto;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
	display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
	display: block;
	content: "";
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #71C220;
	/*伸びる背景色の設定*/
	animation-name: PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes PageAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
	opacity: 0;
	/*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes PageAnimeAppear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
	/* ======================
	utility(992)
	=========================*/
	.u-sp-none992 {
		display: block;
	}
	.u-pc-none992 {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
		cursor: none;
	}
}
@media screen and (min-width: 768px) {
	/* ======================
	utility(768)
	=========================*/
	.u-sp-none768 {
		display: block;
	}
	.u-pc-none768 {
		display: none;
	}
}
@media screen and (min-width: 576px) {
	/* ======================
	utility(576)
	=========================*/
	.u-sp-none576 {
		display: block;
	}
	.u-pc-none576 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.u-sp-visuallyHidden {
		position: absolute;
		white-space: nowrap;
		width: 1px;
		height: 1px;
		overflow: hidden;
		border: 0;
		padding: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		margin: -1px;
	}
	.u-fade-up-delay1 {
		transition-delay: unset;
	}
	.u-fade-up-delay2 {
		transition-delay: unset;
	}
	.u-fade-up-delay3 {
		transition-delay: unset;
	}
}


/* contact*/
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 1.6;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding: 10px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}

.policy__textBox {
	border: 1px solid #d0d0d0;
	overflow: hidden;
	padding: 22px 16px;
	max-height: 280px;
	overflow-y: scroll;
	margin-top: 31px;
}
.policy__textBox p {
	font-size: 0.8rem;
	line-height: 1.6;
}
.policy__textBox h3 {
	font-size: 1.0rem;
	line-height: 1.6;
}

.center {
	text-align: center;
}
.red {
	color: crimson;
}

/* /contact*/

/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
/* /sitemap */


/*
働く社員の声
————————————————————————————————————————— */
.worksVoice_sec {
	padding-top: 256px;
}
.worksVoice_sec .l-wrapper {
	position: relative;
}
.worksVoice_sec .content01 {
	padding: 128px 0 70px;
	position: relative;
}
.worksVoice_sec .content01::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 0 400px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(135deg,rgba(230, 242, 0, 1) 0%, rgba(86, 156, 60, 1) 100%);
}
.worksVoice_sec .content01 .image01 {
	width: 35%;
	margin-left: auto;
	margin-right: 20px;
}
.worksVoice_sec .content01 .image02 {
	width: 50%;
	margin-top: -150px;
}
.worksVoice_sec .content01 .image03 {
	width: 60%;
	margin-left: auto;
	margin-top: -70px;
}
.worksVoice_sec .content01 .human01 {
	width: 700px;
	position: absolute;
	top: -440px;
	left: -5%;
	z-index: 2;
}
.worksVoice_sec .content01 .human02 {
	width: 400px;
	position: absolute;
	top: -300px;
	right: 2%;
	z-index: 2;
}
.worksVoice_sec .content01 .human03 {
	width: 240px;
	position: absolute;
	bottom: -40px;
	left: 2%;
	z-index: 2;
}
.worksVoice_sec .content02::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 300px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(135deg,rgba(86, 156, 60, 1) 0%, rgba(230, 242, 0, 1) 100%);
}
.worksVoice_sec .content02 {
	margin-top: 128px;
	padding: 128px 0 70px;
	position: relative;
}
.worksVoice_sec .content01::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 0 300px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(135deg,rgba(230, 242, 0, 1) 0%, rgba(86, 156, 60, 1) 100%);
}
.worksVoice_sec .content02 .image01 {
	width: 35%;
	margin-left: 20px;
}
.worksVoice_sec .content02 .image02 {
	width: 50%;
	margin-top: -150px;
	margin-left: auto;
}
.worksVoice_sec .content02 .image03 {
	width: 60%;
	margin-top: -70px;
}
.worksVoice_sec .content02 .human04 {
	width: 180px;
	position: absolute;
	top: -280px;
	left: 40%;
	transform: translateX(-50%);
	z-index: 2;
}
.worksVoice_sec .content02 .human05 {
	width: 220px;
	position: absolute;
	bottom: -140px;
	right: -2%;
	z-index: 2;
}
.worksVoice_sec h3 {
	color: #fff;
	font-size: 32px;
	padding-top: 10px;
	position: relative;
}
.worksVoice_sec h3::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.worksVoice_sec ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 16px;
	flex-wrap: wrap;
}
.worksVoice_sec li {
	border-radius: 100vmax;
	text-align: center;
	background: #fff;
	padding: 12px;
	letter-spacing: 0;
	font-size: 14px;
}
.worksVoice_sec .imageBox {
	position: relative;
	margin-top: -180px;
}

@media screen and (max-width: 767px) {
	.worksVoice_sec {
		padding-top: 250px;
	}
	.worksVoice_sec .content01 {
		padding: 128px 0;
	}
	.worksVoice_sec .content01::after {
		height: calc(100% - 100px);
		border-radius: 300px 0 0 0;
		top: 100px;
		background: linear-gradient(135deg,rgba(86, 156, 60, 1) 0%, rgba(230, 242, 0, 1) 100%);
	}
	.worksVoice_sec .content01 .image01 {
		width: 35%;
		margin-left: auto;
		margin-right: 20px;
	}
	.worksVoice_sec .content01 .image02 {
		width: 55%;
		margin-left: -8%;
		margin-top: -70px;
	}
	.worksVoice_sec .content01 .image03 {
		width: 64%;
		margin-right: -8%;
	}
	.worksVoice_sec .content01 .human01 {
		display: none;
	}
	.worksVoice_sec .content01 .human02 {
		width: 240px;
		top: -160px;
		right: unset;
		left: 4%;
	}
	.worksVoice_sec .content01 .human03 {
		display: none;
	}
	.worksVoice_sec .content02 {
		padding: 128px 0;
		position: relative;
	}
	.worksVoice_sec .content02::after {
		height: calc(100% - 100px);
		border-radius: 0 300px 0 0;
		top: 100px;
	}
	.worksVoice_sec .content02 .image01 {
		width: 35%;
		margin-left: 20px;
	}
	.worksVoice_sec .content02 .image02 {
		width: 55%;
		margin-right: -8%;
		margin-top: -70px;
	}
	.worksVoice_sec .content02 .image03 {
		width: 64%;
		margin-left: -8%;
	}
	.worksVoice_sec .content02 .human04 {
		width: 240px;
		position: absolute;
		top: -160px;
		left: 50%;
	}
	.worksVoice_sec .content02 .human05 {
		width: 250px;
		bottom: -200px;
		right: 4%;
	}
	.worksVoice_sec .content02 .human06 {
		width: 180px;
		position: absolute;
		bottom: -40px;
		right: 0;
	}
	.worksVoice_sec h3 {
		font-size: 22px;
	}
	.worksVoice_sec ul {
		grid-template-columns: repeat(1,1fr);
	}
	.worksVoice_sec .imageBox {
		margin-bottom: 32px;
	}
}


/* ORGANIZATION（製造工程フロー） */
.p-works .pop-org .lead {
  text-align: center;
  margin-bottom: 64px;
  line-height: 2;
}
.p-works .pop-org .flow-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-works .pop-org .flow-list li {
  position: relative;
  text-align: center;
}
/* デフォルトの4列用コネクタ（緑の横バー）を無効化 */
.p-works .pop-org .flow-list li .image::after {
  content: none !important;
}
/* 矢印は .image を基準にして画像の上下中央に配置 */
.p-works .pop-org .flow-list li:not(:last-child) .image::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #71C220;
  border-right: 2px solid #71C220;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.p-works .pop-org .flow-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-works .pop-org .flow-list .image {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  z-index: 1;
}
.p-works .pop-org .flow-list .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}
.p-works .pop-org .flow-link:hover .image {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.p-works .pop-org .flow-list .number {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #71C220;
  font-weight: 600;
  line-height: 1.1;
  margin: 14px 0 4px;
}
.p-works .pop-org .flow-list .number span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.p-works .pop-org .flow-list h3 {
  font-size: 1rem;
  line-height: 1.45;
  margin: 8px 0 0;
  font-weight: 600;
}
.p-works .pop-org .flow-list h3 small {
  display: block;
  font-size: 0.78em;
  color: #666;
  font-weight: 500;
  margin-top: 2px;
}
.p-works .pop-org .flow-subLinks {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}
.p-works .pop-org .flow-subLinks a {
  display: block;
  padding: 7px 8px;
  background: #71C220;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background .3s ease;
}
.p-works .pop-org .flow-subLinks a:hover {
  background: #5fa519;
}

/* タブレット（3列） */
@media screen and (max-width: 1024px) {
  .p-works .pop-org .flow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 28px;
  }
  .p-works .pop-org .flow-list li:nth-child(3n) .image::before {
    display: none;
  }
}

/* VOICE */
.p-works .pop-voice h2.c-title02.line {
  margin-bottom: 16px;
}
.p-works .pop-voice .flexbox {
  border-radius: 12px;
  padding: 36px;
}
.p-works .pop-voice .flexbox:nth-of-type(1) { background: #f4f9ee; }
.p-works .pop-voice .flexbox:nth-of-type(2) { background: #eef5fa; }
.p-works .pop-voice .flexbox:nth-of-type(3) { background: #faf1ed; }

/* DEPARTMENT */
.p-works .pop-dept .flexbox {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* SP */
@media screen and (max-width: 768px) {
  .p-works .pop-voice .flexbox,
  .p-works .pop-dept .flexbox {
    padding: 24px 20px;
  }
  .p-works .pop-org .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  .p-works .pop-org .flow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px 0;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-works .pop-org .flow-list li:not(:last-child) .image::before {
    top: auto;
    bottom: -32px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(135deg);
  }
  .p-works .pop-org .flow-list .image {
    padding: 20px;
  }
  .p-works .pop-org .flow-subLinks a {
    padding: 10px 12px;
    font-size: 13px;
  }
}