@charset "UTF-8";
@import url("mobile_menu.css");

body {
   position: relative;
}
body.fixed {
   width: 100%;
}
img {
	width: 100%;
	height: auto;
}
.link-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.pc-only {
	display: none!important;
}
.sp-only {
	display: block;
}
.pc-video {
	display: block!important;
}
.sp-video {
	display: block!important;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.brpc {
	display: none;
}
.more-txt:before {
	content: "READ MORE";
	position: absolute;
	right: 8px;
	bottom: 8px;
	font-family: var(--en-font);
	font-size: 10px;
	letter-spacing: 0.08em;
	z-index: 3;
	line-height: 1em;
	transition: all .4s .0s;
}
.more-txt:after {
	position: absolute;
	width: 50%;
	max-width: 160px;
	height: 1px;
	z-index: 3;
	right: 60px;
	bottom: 12px;
	background-size: 200% auto;
	background-image: linear-gradient(90deg, rgba(132,194,97,1.00) 0%, rgba(61,160,49,1.00) 50%, rgba(0,0,0,1.00) 51%, rgba(0,0,0,1.00) 100%);
	background-position: center right;
	transition: all .4s;
}


/* ////////////////////////////////////////////////////////////////////  header */

header {
	position: fixed;
	box-sizing: border-box;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	border-bottom: solid 1px #F4F4F4;
}
.header-container {
	width: 100%;
	height: 100%;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-container .logo {
	width: 300px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 5px 5px 10px;
	position: relative;
}
.header-menu {
	width: calc(100% - 50px);
	right: 50px;
	position: absolute;
}
.header-container .logo .logo-img {
	width: 50px;
	display: block;
}
.header-container .logo .logo-txt {
	width: calc(100% - 80px);
	display: block;
	padding: 0 0 0 10px;
}
.header-container .logo .logo-txt p:nth-child(1) {
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}
.header-container .logo .logo-txt p:nth-child(2) {
	font-size: 10px;
	font-family: var(--en-font);
	line-height: 1.4em;
}
.header-container .logo .logo-txt p:nth-child(2) span {
	color: var(--main-color);
}



/* ////////////////////////////////////////////////////////////////////  footer */
footer {
	position: relative;
}
.footer-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-container .footer-info {
	width: 100%;
	background: #FFF;
	padding: 50px 3% 30px;
	box-sizing: border-box;
	position: relative;
	ext-align: center;
}
.footer-info .box {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-logo {
	width: 80%;
	max-width: 130px;
	margin: 0 auto;
}
.footer-logo-txt p:nth-child(1) {
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
}
.footer-logo-txt p:nth-child(2) {
	font-size: 12px;
	font-family: var(--en-font);
	color: var(--main-color);
	text-align: center;
}
.footer-txt {
	padding: 20px 0 0;
	text-align: center;
}
.footer-txt p {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 1em;
	text-align: center;
}
.footer-container .footer-nav {
	width: 100%;
	background: #F2F2F2;
	display: flex;
	justify-content: space-between;
	padding: 50px 4% 20px;
}
.footer-container .footer-nav .nav-column:nth-of-type(1),
.footer-container .footer-nav .nav-column:nth-of-type(2),
.footer-container .footer-nav .nav-column:nth-of-type(3),
.footer-container .footer-nav .nav-column:nth-of-type(4) {
	display: none;
}
.pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.90);
	background-size: contain;
	cursor: pointer;
	right: 5px;
	bottom: 5px;
	z-index: 3;
	transition: all .3s;
}
.pagetop.bottom {
	bottom: 50px;
}
.pagetop p {
	color: #FFF;
	font-family: var(--en-font);
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding-top: 24px;
	position: relative;
}
.pagetop p:before  {
	background-image: url("../img/common_img/top-arrow.svg");
	width: 11px;
	height: 14px;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.bottom-links {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	white-space: nowrap;
}
.bottom-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bottom-links ul li {
	font-size: 12px;
	padding: 0 10px;
	position: relative;
}
.bottom-links ul li:nth-child(1):after {
	height: 10px;
	width: 1px;
	background: #000;
	right: 0;
	top: 8px;
}
.bottom-links ul li a:hover {
	text-decoration: underline;
}
.bottom-links ul li.copyright {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--main-color);
}

/* //////////////////////////////////////////////////////////////////// 下層共通 */

main {
	margin: 50px 0 0;
	position: relative;
	overflow: hidden;
}
.content {
	width: 90%;
	margin: 0 auto;
}
.content-wide {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}
.no-lsp {
	letter-spacing: 0!important;
}
.page-basic main {
	margin: 50px 0 0;
}
.page-path {
	display: none;
}
.page-basic .page-ttl {
	padding: 10px 3%;
}
.page-basic .page-ttl p {
	font-family: var(--en-font);
	font-size: min(4vw,16px);
	font-weight: 500;
	line-height: 1.4em;
}
.page-basic .page-ttl h1 {
	font-size: min(6vw,30px);
	line-height: 1.4em;
}
.page-basic .first-content {
	margin-top: 20px;
}
/* //////////////////////////////////////////////////////////////////// 採用関連リンク */


@media screen and (max-width: 600px) {
	.scroll-box > div {
		min-width: 600px;
	}
	.scroll-box:before {
		content: "横スクロールできます";
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translate(-50%,0);
		opacity: 1;
		transition: all .5s;
		background: rgba(0,0,0,0.2);
		z-index: 2;
		color: #FFF;
		font-size: 11px;
		line-height: 1.6em;
		padding: 3px 12px;
		white-space: nowrap;
	}
	.scroll-box.on:before {
		 opacity: 0;
	}
	.scroll-box {
		overflow-x: auto;
		padding-bottom: 40px;
		-webkit-overflow-scrolling: touch;
		position: relative;
		margin-bottom: 30px;
	}
	.scroll-box::-webkit-scrollbar {
		height: 6px;
	}
	.scroll-box::-webkit-scrollbar-track {
		background: #eee;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		background: #E2E2E2;
		border: none;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb:hover {
		background: #999;
		border-radius: 3px;
	}
}


	


/* //////////////////////////////////////////////////////////////////// ページ内メニュー */

.inner-content-wrap {
	position: relative;
	padding: 0 0 0;
}
.inner-menu-wrap {
	position: relative;
	width: calc(100%);
	left: 50%;
	transform: translateX(-50%);
	max-width: 1120px;
	z-index: 4;
	background: #F2F2F2;
	transition: all .4s;
}
.inner-menu-wrap_fixed {
	position: fixed;
	top: 50px;
}
.inner-menu-wrap_fixed ~ .in-section:nth-of-type(1) {
	margin-top: 70px;
}
.inner-menu-wrap-nm {
	position: relative;
	width: calc(100%);
	margin: 0 auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	background: #F2F2F2;
	transition: all .4s;
}
.inner-menu-wrap:before,
.inner-menu-wrap-nm:before {
	background: #F2F2F2;
	position: absolute;
	width: 100vw;
	left: 20vw;
	height: 100%;
	top: 0;
}
.inner-menu-box {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 8px 0 8px;
}
.in-btn.active p {
	color: var(--main-color);
}
.inner-menu-box > p {
	position: absolute;
	width: 50px;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
}
.inner-menu-box > p span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: var(--en-font);
	font-weight: 600;
}
.inner-menu-box ul {
	padding-left: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-menu-box ul li {
	width: auto;
	margin: 0 3px 1px 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	transition: all .5s;
}
.inner-menu-box ul li p {
	position: relative;
	font-size: min(2.6vw,12px);
	line-height: 1.1em;
	padding: 3px 12px 3px 6px;
}
.inner-menu-box ul li p:before {
	width: 7px;
	height: 8px;
	background-image: url("../img/common_img/inner-menu-arrow.svg");
	right: 0px;
	top: 4px;
}
.inner-menu-box .button-group {
	padding-left: 85px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-menu-box .button-group .button {
	width: auto;
	margin: 0 5px 5px 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	background: #FFF;
	transition: all .5s;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 6px 10px;
	border: solid 1px #000;
	color: #000!important;
}



.recommend {
	padding: 20px 0;
	background: #E4E4E4;
	position: relative;
}
.recommend:before {
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #84c261 0%, #39992d 37.93%, #003400 100%);
	top: 0;
	left: 0;
}
.recommend .section-ttl {
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
}
.recommend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto 0;
	width: 102%;
	position: relative;
	left: -1%;
	max-width: 500px;
}
.recommend ul li {
	width: 48%;
	margin: 0 1% 10px;
	position: relative;
}
.recommend ul li:before {
	width: 10px;
	height: 10px;
	background-image: url("../img/common_img/window-green.svg");
	right: 5px;
	bottom: 10px;
	z-index: 2;
}



.side-lines {
	position: relative;
	margin-bottom: 20px;
}
.side-lines span {
	position: relative;
	color: #39992D;
	font-size: min(3.3vw,16px);
	display: inline-block;
	background: #FFF;
	padding: 0 20px;
	left: 50%;
	transform: translateX(-50%);
}
.side-lines:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #39992D;
	z-index: -1;
}
.catch-txt {
	text-align: center;
	font-size: min(3.7vw,20px);
	line-height: 1.6em;
	margin-bottom: 10px;
}
.catch-txt span {
	color: #39992D;
}
.large-btn-box {
	margin: 50px auto;
	position: relative;
}
.large-btn-box .btn-desc {
	text-align: center;
	line-height: 1.6em;
	color:  #39992D;
	margin-bottom: 10px;
}
.large-btn-box .green-btn {
	width: 90%;
	max-width: 550px;
	margin: 0 auto 80px;
	background-size: 250% auto;
	background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
	background-position: center right;
	position: relative;
	transition: all .5s;
	padding: 14px 5px;
}
.large-btn-box .green-btn:before {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-white.svg");
	right: 10px;
	bottom: 10px;
	transition: all .4s;
}
.large-btn-box .green-btn p {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0;
}
.large-btn-box .green-btn p span {
	display: block;
	font-size: 11px;
	line-height: 1.2em;
}
.green-btn:has(+ .green-btn) {
	margin-bottom: 20px;
}
.section-ttl-header {
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: min(6vw,18px);
	line-height: 1.4em;
}
.section-ttl-header:before {
	width: 4px;
	height: 100%;
	background: linear-gradient(#84c261 0%, #39992d 37.93%, #003400 100%);
	left: 0;
	top: 0;
}