/* -----------------------------------------------
= reset
----------------------------------------------- */
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%
}
body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
figure, figcaption {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
button,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}
button {
	cursor: pointer;
}
input {
	border: none;
	border-radius: 0;
	font: inherit;
}
select {
	font: inherit;
}
iframe {
	border: none;
}
/*--------------------------------------------------
= font
--------------------------------------------------*/
@font-face {
	font-family: "LINE Seed";
	src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "LINE Seed";
	src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}
/* -----------------------------------------------
= variable
----------------------------------------------- */
:root {
	--green: #188a22;
	--gradGreen: linear-gradient(#35a048,#22924a);
	--gradGreenHover: linear-gradient(#22924a,#35a048);
	--filterGreen: invert(35%) sepia(99%) saturate(833%) hue-rotate(88deg) brightness(88%) contrast(83%);
	--filterOrange: invert(57%) sepia(55%) saturate(3338%) hue-rotate(345deg) brightness(101%) contrast(90%);
	--filterWhite: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/* -----------------------------------------------
= animation
----------------------------------------------- */
.js-inview {
	opacity: 0;
	transition: opacity .8s;
}
.js-inview.is-show {
	opacity: 1;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
body {
	color: #0d0d0d;
	font-family: "LINE Seed", sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
.is-pc {
	display: none;
}
@media print, screen and (width >= 768px) {/* PC */
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= contact
----------------------------------------------- */
.contact .tel {
	width: 182px;
	margin-bottom: 15px;
	border-right: 1px solid rgba(24,138,34,.2);
	text-align: center;
}
.contact .tel p {
	margin-left: 18px;
}
.contact .tel p:first-child {
	margin-top: 4px;
	color: #666;
	font-size: calc(.9rem / 1.6);
}
.contact .tel p:last-child {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: calc(1.8rem / 1.6);
	font-weight: bold;
}
.contact .tel p:last-child::before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/shared/icon_tel.svg) no-repeat 50% / cover;
	filter: var(--filterGreen);
}
.contact .job {
	width: 170px;
	margin-bottom: 15px;
	padding-left: 15px;
}
.contact .job a {
	position: relative;
	padding-left: 20px;
	color: var(--green);
	font-size: calc(1.5rem / 1.6);
	font-weight: bold;
}
.contact .job a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 11px;
	height: 11px;
	background: url(../img/shared/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filterGreen);
}
.contact .job p {
	color: #666;
	font-size: calc(1.25rem / 1.6);
}
@media print, screen and (width >= 1140px) {/* PC */
.contact .tel {
	width: auto;
	margin: 0;
	padding: 0 10px 0 16px;
	border-left: 1px solid rgba(24,138,34,.2);
}
.contact .tel p {
	margin-left: 0;
}
.contact .tel p:first-child {
	margin-top: 0;
	font-size: calc(1.3rem / 1.6);
}
.contact .tel p:last-child {
	padding-left: 28px;
	font-size: calc(2.4rem / 1.6);
}
.contact .tel p:last-child::before {
	top: calc(50% - 12px);
	width: 23px;
	height: 23px;
}
.contact .job {
	width: auto;
	margin: 0;
	padding: 0 16px;
	border-right: 1px solid rgba(24,138,34,.2);
}
.contact .job a {
	padding-left: 20px;
	font-size: calc(1.6rem / 1.6);
}
.contact .job a:hover {
	text-decoration: underline;
}
.contact .job a::before {
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
}
.contact .job p {
	font-size: calc(1.3rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	position: relative;
	z-index: 5;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.header .inner {
	display: flex;
}
.header .logo {
	flex: 1;
	padding: 6px 0 6px 17px;
}
.header .logo a {
	display: flex;
	align-items: center;
}
.header .logo img {
	width: 125px;
}
.header .logo span {
	margin: 10px 0 0 10px;
	font-size: calc(.85rem / 1.6);
}
.header .mail {
	width: 65px;
	margin: 8px 65px 8px 0;
	border-left: 1px solid rgba(24,138,34,.2);
}
.header .mail a {
	display: block;
	position: relative;
	padding-top: 28px;
	font-size: calc(1.1rem / 1.6);
	text-align: center;
}
.header .mail a::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 18px;
	background: url(../img/shared/icon_mail.svg) no-repeat 50% / auto 100%;
	filter: var(--filterOrange);
}
.header .contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding: 18px 0 3px;
	background: #fff;
	overflow: hidden;
}
.header .contact {
	display: none;
}
.header .contact.open {
	display: flex;
}
.header .contact .btn {
	display: block;
	position: relative;
	width: 246px;
	margin: 0 0 15px 18px;
	padding: 11px 0 11px 20px;
	color: #fff;
	background: linear-gradient(#f29633,#f25323);
	border-radius: 3em;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	font-size: calc(1.8rem / 1.6);
	font-weight: bold;
	text-align: center;
}
.header .contact .btn::before {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	left: 14px;
	width: 18px;
	height: 18px;
	background: url(../img/shared/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filterWhite);
}
.header .contact .privacy {
	width: 47px;
	margin: 0 20px 15px;
}
@media print, screen and (width >= 1140px) {/* PC */
.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.header .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 44px;
}
.header .logo {
	padding: 16px 0 0;
}
.header .logo img {
	width: 160px;
}
.header .logo span {
	margin: 10px 0 0 20px;
	font-size: calc(1.3rem / 1.6);
}
.header .mail {
	display: none;
}
.header .contact {
	display: flex;
	flex-wrap: nowrap;
	justify-content: end;
	position: static;
	width: auto;
	padding: 13px 0 0;
	background: transparent;
	overflow: visible;
}
.header .contact .btn {
	order: 4;
	width: auto;
	margin: 0 0 0 16px;
	padding: 11px 18px 11px 40px;
	font-size: calc(1.6rem / 1.6);
}
.header .contact .btn:hover {
	background: linear-gradient(#f25323,#f29633);
}
.header .contact .privacy {
	order: 1;
	width: 53px;
	margin: 0;
	padding: 0 27px 0 0;
}
.header .contact .tel {
	order: 2;
}
.header .contact .job {
	order: 3;
	padding-block: 6px;
}
}/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 65px;
	height: 65px;
	color: #fff;
	background: var(--gradGreen);
	border-radius: 0 0 0 3px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}
.nav_btn::before,
.nav_btn::after,
.nav_btn span::before {
	content: "";
	position: absolute;
	left: 18px;
	height: 2px;
	background: #fff;
}
.nav_btn::before {
	top: 10px;
	width: 30px;
}
.nav_btn::after {
	top: 19px;
	width: 25px;
}
.nav_btn span::before {
	top: 28px;
	width: 20px;
}
.nav_btn span::after {
	content: "MENU";
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	font-size: calc(1rem / 1.6);
	font-weight: bold;
	line-height: 1;
}
.nav_btn[aria-expanded="true"]::before {
	top: 19px;
	left: 18px;
	width: 24px;
	transform: rotate(-45deg);
}
.nav_btn[aria-expanded="true"]::after {
	left: 18px;
	transform: rotate(45deg);
}
.nav_btn[aria-expanded="true"] span::before {
	display: none;
}
.nav_btn[aria-expanded="true"] span::after {
	content: "CLOSE";
}
.nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100svh;
	color: #fff;
	background: #329744;
	overflow-y: auto;
	overscroll-behavior: contain;
}
.nav.open {
	display: block;
}
.nav .menu {
	margin: 60px 18px 170px;
}
.nav .menu li {
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.nav .menu li a {
	display: block;
	position: relative;
	padding: 16px 43px 16px 12px;
	font-size: calc(1.8rem / 1.6);
	font-weight: bold;
}
.nav .menu li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	right: 12px;
	width: 18px;
	height: 18px;
	background: url(../img/shared/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filterWhite);
}
@media print, screen and (width >= 1140px) {/* PC */
.nav_btn {
	display: none;
}
.nav {
	display: block !important;
	position: absolute;
	top: 85px;
	height: auto;
	background: transparent;
	overflow-y: visible;
}
.nav .menu {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	background: var(--gradGreen);
	border-radius: 5px;
}
.nav .menu li {
	width: 100%;
	border-bottom: none;
}
.nav .menu li a {
	display: block;
	padding: 17px 0;
	text-align: center;
}
.nav .menu li + li a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: calc(100% - 30px);
	background: rgba(255,255,255,.15);
}
.nav .menu li a::after {
	top: auto;
	right: calc(50% - 60px);
	bottom: 0;
	width: 120px;
	height: 5px;
	background: #fff;
	border-radius: 3px 3px 0 0;
	filter: none;
	opacity: 0;
}
.nav .menu li a:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	background: #f0f4f0;
}
@media print, screen and (width >= 1140px) {/* PC */
.main {
	margin-top: 114px;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	padding: 25px 0 0;
}
.footer .logo {
	display: block;
	width: 160px;
	margin: 0 auto 15px;
}
.footer .name {
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: bold;
	text-align: center;
}
.footer .address {
	margin-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
}
.footer .contact {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.footer .menu {
	padding: 20px 18px 100px;
	color: #fff;
	background: #2c7733;
}
.footer .menu ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 340px;
	margin: 0 auto 15px;
}
.footer .menu li {
	width: 50%;
	margin-bottom: 10px;
}
.footer .menu li a {
	position: relative;
	padding-left: 20px;
	font-size: calc(1.3rem / 1.6);
}
.footer .menu li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 11px;
	height: 11px;
	background: url(../img/shared/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filterWhite);
}
.footer .copyright {
	font-size: calc(1.3rem / 1.6);
	text-align: center;
}
.footer .pagetop {
	position: fixed;
	right: 8px;
	bottom: 80px;
	z-index: 3;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.footer .pagetop.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.footer .pagetop::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 10px;
	background: var(--green);
	clip-path: polygon(50% 0,100% 100%,0 100%);
}
@media print, screen and (width >= 768px) {/* PC */
.footer {
	padding: 30px 0 0;
}
.footer .inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 15px;
}
.footer .logo {
	width: 180px;
	margin: 0 30px 30px 0;
}
.footer .set {
	flex: 1;
	min-width: 200px;
}
.footer .name {
	margin-bottom: 5px;
	font-size: calc(1.8rem / 1.6);
	text-align: left;
}
.footer .address {
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: left;
}
.footer .contact .tel {
	padding: 5px 20px;
}
.footer .contact .job {
	padding: 5px 20px;
}
.footer .menu {
	padding: 20px 0;
}
.footer .menu .inner {
	justify-content: space-between;
	padding: 0 20px;
}
.footer .menu ul {
	max-width: none;
	margin: 0;
}
.footer .menu li {
	width: auto;
	margin: 0 25px 0 0;
}
.footer .menu li a {
	padding-left: 20px;
	font-size: calc(1.5rem / 1.6);
}
.footer .menu li a:hover {
	text-decoration: underline;
}
.footer .menu li a::before {
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
}
.footer .copyright {
	padding: 0;
	font-size: calc(1.5rem / 1.6);
}
.footer .pagetop {
	right: 20px;
	bottom: 37px;
	width: 60px;
	height: 60px;
}
.footer .pagetop::after {
	width: 16px;
	height: 14px;
}
.footer .pagetop:hover {
	background: #32a047;
}
.footer .pagetop:hover::after {
	background: #fff;
}
}/* @media */
@media print, screen and (1140px > width) {/* TABLET */
.footer .menu {
	padding-bottom: 100px;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.footer > .inner {
	max-width: 580px;
	margin: 0 auto;
}
.footer .contact {
	margin: 0 auto;
}
}/* @media */
/* -----------------------------------------------
= contact fixed
----------------------------------------------- */
.contact.fixed {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: var(--gradGreen);
}
.contact.fixed .tel {
	margin-bottom: 0;
	padding-block: 13px;
	border-right: 1px solid rgba(255,255,255,.3);
}
.contact.fixed .tel p:first-child {
	color: #fff;
}
.contact.fixed .tel p:last-child::before {
	filter: var(--filterWhite);
}
.contact.fixed .job {
	margin-bottom: 0;
	padding-block: 13px;
}
.contact.fixed .job a {
	color: #fff;
}
.contact.fixed .job a::before {
	filter: var(--filterWhite);
}
.contact.fixed .job p {
	color: #fff;
}
@media print, screen and (width >= 768px) {/* PC */
.contact.fixed {
	display: none;
}
}/* @media */
