@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
html{
	width: 100%;
	font-size: 2.66666vw; /* 画面幅375pxの時1rem=10px */
	font-weight: 400;
}
body{
	min-width: 320px;
	line-height: 1;
	color: #000;
	position: relative;
	overflow-x: hidden;
	font-family: 'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: linear-gradient(to right,
		#fff 0%, #fff calc(100% / 3 - 1px), #F1F1F1 calc(100% / 3 - 1px), #F1F1F1 calc(100% / 3),
		#fff calc(100% / 3), #fff calc(100% / 3 * 2 - 1px), #F1F1F1 calc(100% / 3 * 2 - 1px), #F1F1F1 calc(100% / 3 * 2),
		#fff calc(100% / 3 * 2), #fff 100%);
}
@media only screen and (min-width: 600px) {
	html{
		font-size: 0.76923vw; /* 画面幅1300pxの時1rem=10px */
	}
	body{
		background: linear-gradient(to right,
			#fff 0%, #fff calc((100% - 130rem) / 2), #F1F1F1 calc((100% - 130rem) / 2), #F1F1F1 calc((100% - 130rem) / 2 + 1px),
			#fff calc((100% - 130rem) / 2 + 1px), #fff calc((100% - 130rem) / 2 + 130rem / 4), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 + 1px),
			#fff calc((100% - 130rem) / 2 + 130rem / 4 + 1px), #fff calc((100% - 130rem) / 2 + 130rem / 4 * 2), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 * 2), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 * 2 + 1px),
			#fff calc((100% - 130rem) / 2 + 130rem / 4 * 2 + 1px), #fff calc((100% - 130rem) / 2 + 130rem / 4 * 3), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 * 3), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 * 3 + 1px),
			#fff calc((100% - 130rem) / 2 + 130rem / 4 * 3 + 1px), #fff calc((100% - 130rem) / 2 + 130rem / 4 * 4 - 1px), #F1F1F1 calc((100% - 130rem) / 2 + 130rem / 4 * 4 - 1px), #F1F1F1 calc((100% - 130rem) / 2 + 130rem),
			#fff calc((100% - 130rem) / 2 + 130rem), #fff 100%);
	}
}
@media only screen and (min-width: 1300px) {
	html{
		font-size: 10px;
	}
}

img{
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a{
	text-decoration: none;
	color:inherit;
}
svg{
	width: 100%;
	height: 100%;
}
a,
input, textarea, button, label, select,
.js--btn-hamburger, .js--btn-hamburger-close, .js--btn-search-container,
.js--btn-popup, .popup--cmn .close,
.swiper-button-prev, .swiper-button-next,
.js--btn-tab,
.js--btn-ac{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	 outline: 0;
}
::selection {
	background: rgba(144, 195, 31, .2);
}

/*====================================
Common
====================================*/
.fw700{
	font-weight: 700;
}
.anchor{
	display: block;
	width: 0;
	height: 0;
	padding-top: 7rem;
	margin-top: -7rem;
}
.width--cmn,
.width--cmn2{
	margin-left: auto;
	margin-right: auto;
	width: 31.5rem;
}

@media only screen and (max-width: 599px) {
	.disp--pc{
		display: none !important;
	}
}

@media print,screen and (min-width: 600px) {
	.disp--sp{
		display: none !important;
	}
	.width--cmn{
		width: 110rem;
	}
	.width--cmn2{
		width: 90rem;
	}
}

/* effect
--------------------------------------*/
.effect--fadein-up.is--show,
.is--show .effect--fadein-up{
	opacity: 1 !important;
	transform: translate(0) !important;
	transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1), transform .5s cubic-bezier(0.33, 1, 0.68, 1);
}
.effect--spring-up.is--show,
.is--show .effect--spring-up{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
}

@media only screen and (max-width: 599px) {
	.effect--fadein-up:not(.effect--pc-only){
		opacity: 0;
		transform: translateY(1.5rem);
	}
	.effect--spring-up:not(.effect--pc-only){
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
	}
}

@media print,screen and (min-width: 600px) {
	.effect--fadein-up:not(.effect--sp-only){
		opacity: 0;
		transform: translateY(1.5rem);
	}
	.effect--spring-up:not(.effect--sp-only){
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
	}
}

/* アイコン
--------------------------------------*/
.icon--svg{
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background: #000;
	transition: background .3s ease;
}
.icon--tel{
	mask-image: url(../img/common/icon-tel.svg);
	-webkit-mask-image: url(../img/common/icon-tel.svg);
	width: 2.2rem;
	height: 3rem;
}
.icon--company-logo{
	mask-image: url(../img/common/company-logo.svg);
	-webkit-mask-image: url(../img/common/company-logo.svg);
}
.icon--company-logo-icon{
	mask-image: url(../img/common/company-logo-icon.svg);
	-webkit-mask-image: url(../img/common/company-logo-icon.svg);
}
.icon--arrow1,
.arrow--circled1:before{
	mask-image: url(../img/common/icon-arrow1.svg);
	-webkit-mask-image: url(../img/common/icon-arrow1.svg);
	width: 2.6rem;
	height: 1.2rem;
}
.icon--arrow2,
.arrow--circled2:before{
	mask-image: url(../img/common/icon-arrow2.svg);
	-webkit-mask-image: url(../img/common/icon-arrow2.svg);
	width: 0.771rem;
	height: 0.991rem;
}

/* ボタン
--------------------------------------*/
.arrow--circled1,
.arrow--circled2{
	box-sizing: border-box;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s ease, border .3s ease;
}
.arrow--circled1:before,
.arrow--circled2:before{
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	content :'';
	transition: background .3s ease;
}
.arrow--circled1{
	border: 1px solid #fff;
	width: 5.2rem;
	height: 5.2rem;
}
.arrow--circled1:before{
	background-color: #fff;
}
.arrow--circled2{
	border: 1px solid #727171;
	width: 1.9rem;
	height: 1.9rem;
}
.arrow--circled2:before{
	margin-left: 0.22rem;
	background: #727171;
}

.btn--cmn1{
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 30rem;
	height: 6rem;
	background-color: #2E2E2E;
	color: #fff;
	font-size: 1.5rem;
	clip-path: polygon(3.5rem 0, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
}
.btn--cmn1 .icon--arrow1{
	background-color: #fff;
	position: absolute;
	right: 3.7rem;
	top: calc((100% - 1.2rem) / 2);
}

@media print,screen and (min-width: 600px) {
	a:hover .arrow--circled1.hover--bg-white{
		background-color: #fff;
	}
	a:hover .arrow--circled1.hover--bg-white:before{
		background-color: #000;
	}
	a:hover .arrow--circled2.hover--bg-gray{
		border-color: #727171;
	}
	a:hover .arrow--circled2.hover--bg-gray:before{
		background-color: #fff;
	}
	a:hover .arrow--circled2.hover--bg-lightgreen{
		border-color: #90C31F;
	}
	a:hover .arrow--circled2.hover--bg-lightgreen:before{
		background-color: #fff;
	}

	.btn--cmn1{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.btn--cmn1:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		background-color: #90C31F;
		z-index: 1;
		opacity: 0;
		top: 0;
		left: 105%;
		width: 0;
		height: 100%;
		transform: skewX(-30deg);
		transition: left .3s cubic-bezier(.455,.03,.515,.955) 0ms, width 0s cubic-bezier(.455,.03,.515,.955) .3s, opacity .3s cubic-bezier(.455,.03,.515,.955) .1s;
	}
	.btn--cmn1:hover:before{
		width: 110%;
		left: -5%;
		opacity: 1;
		transition: left 0s cubic-bezier(.455,.03,.515,.955) 0s, width .3s cubic-bezier(.455,.03,.515,.955) 0s, opacity .3s cubic-bezier(.455,.03,.515,.955) 0s;
	}
	.btn--cmn1 > *{
		position: relative;
		z-index: 2;
	}
}


/* タイトル
--------------------------------------*/
.sec-pagettl{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50rem;
	background: url(../img/company/pagettl-bg-sp.jpg) no-repeat center center;
	background-size: cover;
}
.sec-pagettl .bg-txt{
	position: absolute;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 6rem;
	line-height: 1.5;
	opacity: .15;
}
.sec-pagettl .sec-inner{
	box-sizing: border-box;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec-pagettl .pagettl{
	position: relative;
	z-index: 2;
	font-size: 2.2rem;
}

.sec-pagettl2 .pnkz{
	padding-top: 22rem;
	padding-bottom: 4rem;
}

@media print,screen and (min-width: 600px) {
	.sec-pagettl .bg-txt{
		font-size: 8rem;
	}

	.sec-pagettl2 .pnkz{
		padding-top: 29rem;
	}
}

.ttl--cmn1{
	font-size: 2.2rem;
	position: relative;
	padding-left: 1.8rem;
	padding-top: 2.2rem;
	padding-bottom: 3.9rem;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ttl--cmn1:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	height: 0;
	width: 0.4rem;
	clip-path: polygon(0 0, 100% 0.2rem, 100% 100%, 0 calc(100% - 0.2rem));
	transform: rotate(30deg);
	transform-origin: left top;
	top: 0;
	left: 4.5rem;
	background: linear-gradient(to bottom, #90C31F 0%, #90C31F 1.6rem, transparent 1.6rem, transparent 5.7rem, #90C31F 5.7rem, #90C31F 100%);
	transition: height .35s cubic-bezier(0.22, 1, 0.36, 1);
}
.is--show .ttl--cmn1,
.ttl--cmn1.is--show{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.is--show .ttl--cmn1:before,
.ttl--cmn1.is--show:before{
	transition-delay: .4s;
	height: 9.2rem;
}

.ttl--cmn1-v,
.ttl--cmn1-h{
	margin: 0 auto 5rem auto;
	position: relative;
	font-size: 2.2rem;
}
.ttl--cmn1-v:before,
.ttl--cmn1-v:after,
.ttl--cmn1-h span:before,
.ttl--cmn1-h span:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	height: 0;
	width: 0.4rem;
	clip-path: polygon(0 0, 100% 0.2rem, 100% 100%, 0 calc(100% - 0.2rem));
	transform: rotate(30deg);
	transform-origin: right top;
	background: #90C31F;
	transition: height .35s cubic-bezier(0.22, 1, 0.36, 1);
}
.is--show .ttl--cmn1-v:before,
.ttl--cmn1-v.is--show:before,
.is--show .ttl--cmn1-v:after,
.ttl--cmn1-v.is--show:after,
.is--show .ttl--cmn1-h span:before,
.ttl--cmn1-h.is--show span:before,
.is--show .ttl--cmn1-h span:after,
.ttl--cmn1-h.is--show span:after{
	height: 3.6rem;
}
.is--show .ttl--cmn1-v span,
.ttl--cmn1-v.is--show span,
.is--show .ttl--cmn1-h span,
.ttl--cmn1-h.is--show span{
	transition-delay: .3s;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.ttl--cmn1-v{
	width: 8rem;
	height: 16.2rem;
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ttl--cmn1-v:before{
	top: 0;
	left: 1.9rem;
}
.ttl--cmn1-v:after{
	right: 0;
	top: calc(100% - 3.3rem);
}
.ttl--cmn1-v span{
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is--show .ttl--cmn1-v:after,
.ttl--cmn1-v.is--show:after{
	transition-delay: .6s;
}
.ttl--cmn1-h{
	text-align: center;
}
.ttl--cmn1-h span{
	position: relative;
	display: inline-block;
	padding: 0.5rem 3.9rem;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ttl--cmn1-h span:before{
	top: 0;
	left: 1.9rem;
}
.ttl--cmn1-h span:after{
	top: 0;
	right: 0;
}

.ttl--cmn2{
	background-color: #2E2E2E;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.88;
	padding: 1.3rem 2rem;
	margin-bottom: 3rem;
}


/* 色
--------------------------------------*/
.c--white{
	color: #fff;
}
.c--black{
	color: #000;
}
.c--gray{
	color: #979797;
}
.c--gray2{
	color: #727171;
}
.c--lightgray{
	color: #F5F5F5;
}
.c--lightgreen{
	color: #90C31F;
}

.bg--white{
	background-color: #fff;
}
.bg--black{
	background-color: #000;
}
.bg--black2{
	background-color: #2E2E2E;
}
.bg--gray{
	background-color: #727171;
}
.bg--lightgray{
	background-color: #F5F5F5;
}
.bg--lightgreen{
	background-color: #90C31F;
}

.bg--frosted-glass{
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.bg--frosted-glass:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #fff;
	filter: brightness(0);
}

/* ホバー
--------------------------------------*/
@media print,screen and (min-width: 600px) {
	.hover--c-white,
	.hover--c-black,
	.hover--c-lightgreen{
		transition: color .3s ease;
	}
	a.hover--c-white:hover,
	a:hover .hover--c-white,
	.txt--line-clamp.hover--c-white a:hover,
	.has--child:hover .hover--c-white{
		color: #fff;
	}
	a.hover--c-black:hover,
	a:hover .hover--c-black{
		color: #000;
	}
	a.hover--c-lightgreen:hover,
	a:hover .hover--c-lightgreen{
		color: #90C31F;
	}

	.hover--bg-white,
	.hover--bg-black,
	.hover--bg-gray,
	.hover--bg-lightgreen{
		transition: background .3s ease, color .3s ease;
	}
	a.hover--bg-white:hover,
	a:hover .hover--bg-white,
	.swiper-button-prev:hover .hover--bg-white,
	.swiper-button-next:hover .hover--bg-white{
		background-color: #fff;
	}
	a.hover--bg-black:hover,
	a:hover .hover--bg-black{
		background-color: #000;
	}
	a.hover--bg-gray:hover,
	a:hover .hover--bg-gray{
		background-color: #727171;
	}
	a.hover--bg-lightgreen:hover,
	a:hover .hover--bg-lightgreen,
	.swiper-button-prev.hover--bg-lightgreen:hover,
	.swiper-button-next.hover--bg-lightgreen:hover{
		background-color: #90C31F;
	}

	.hover--underline{
		background-position: right bottom;
		background-size: 0 100%;
		background-image: linear-gradient(to bottom, transparent calc(100% - 1px), currentColor 1px);
		background-repeat: no-repeat;
		transition: color .3s ease, background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	}
	a.hover--underline:hover,
	a:hover .hover--underline,
	.nav-item.has--child:hover > .hover--underline{
		background-position: left bottom;
		background-size: 100% 100%;
	}

	.hover--opacity,
	.hover--img-opacity > img{
		transition: opacity .3s ease;
	}
	a.hover--opacity:hover,
	.js--btn-popup.hover--opacity:hover,
	a.hover--img-opacity:hover > img,
	a:hover .hover--img-opacity > img{
		opacity: 0.7;
	}

	.hover--img-zoom{
		position: relative;
	}
	.hover--img-zoom > img{
		transition: transform .35s cubic-bezier(0.33, 1, 0.68, 1);
	}
	a.hover--img-zoom:hover > img,
	a:hover .hover--img-zoom > img,
	.js--btn-popup.hover--img-zoom:hover > img,
	.js--btn-popup:hover .hover--img-zoom > img{
		transform: scale(1.1);
	}
}

/* 画像
--------------------------------------*/
.img--fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* IE */
.browser--ie .img--fit{
	position: relative;
	overflow: hidden;
}
.browser--ie .img--fit img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.img--posted{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.img--posted > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img--dummy{
	border: 1px solid #ECECEC;
	background-color: #fff;
	position: relative;
}
.img--dummy .icon{
	position: absolute;
	width: 7.7rem;
	height: 8.6rem;
	top: calc((100% - 8.6rem) / 2);
	left: calc((100% - 7.7rem) / 2);
	background-color: #DEDEDE;
}

@media print,screen and (min-width: 600px) {
	.img--dummy .icon{
		width: 8.1rem;
		height: 9rem;
		top: calc((100% - 9rem) / 2);
		left: calc((100% - 8.1rem) / 2);
		transition: transform .3s ease;
	}
	a:hover .img--dummy .icon,
	a.img--dummy:hover .icon{
		transform: scale(1.1);
	}
}

/* テキスト
--------------------------------------*/
div.txt--i,
p.txt--i,
ul.txt--i > li,
li.txt--i{
	padding-left: 1em;
	text-indent: -1em;
}
.txt--u{
	text-decoration: underline;
}
.txt--center{
	text-align: center;
}

@media print,screen and (min-width: 600px) {
	.txt--u:hover{
		text-decoration: none;
	}
}

.txt--cmn{
	font-size: 1.8rem;
	line-height: 2.22;
}
.txt--cmn p:not(:last-child),
.txt--cmn ul:not(:last-child){
	margin-bottom: 2.22em;
}
.txt--cmn img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.txt--line-clamp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: calc(2.22em * 2);
	overflow: hidden;
}
.txt--line-clamp a{
	transition: color .3s ease;
}
.txt--line-clamp .hover--underline{
	transition: background-size 1.5s cubic-bezier(0.19, 1, 0.22, 1), color .3s ease;
}


/* iframe処理
--------------------------------------*/
.gmap--wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
}
.gmap--wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie--wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie--wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie--wrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* パンくず
--------------------------------------*/
.pnkz{
	font-size: 1.3rem;
	padding-top: 2rem;
	padding-bottom: 11rem;
	display: flex;
	justify-content: flex-end;
}
.pnkz > a,
.pnkz > span{
	position: relative;
	line-height: 2rem;
	max-height: 2rem;
}
.pnkz > a:not(:last-child),
.pnkz > span:not(:last-child){
	margin-right: 3.1rem;
}
.pnkz > a:not(:last-child):before,
.pnkz > span:not(:last-child):before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 2.2rem;
	background-color: #90C31F;
	transform: rotate(30deg);
	right: -1.6rem;
	top: 0;
}
.pnkz span:nth-child(3),
.pnkz span:nth-child(4) {
	max-width: 40%;
}
.pnkz .txt--line-clamp{
	-webkit-line-clamp: 1;
}

@media print,screen and (min-width: 600px) {
	.pnkz{
		padding-bottom: 16rem;
	}
}

/* popup
--------------------------------------*/
.popup--cmn{
	display: none;
	z-index:1005;
	position: relative;
}
.popup--cmn .popup-overlay{
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup--cmn .popup-container{
	position: relative;
	pointer-events: auto;
}
.popup--cmn .close{
	position: absolute;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 2;
	width: 3.3rem;
	height: 3.3rem;
	top: -6.6rem;
	right: 0;
}
.popup--cmn .close:before,
.popup--cmn .close:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #fff;
	width: 4.8rem;
	height: 2px;
	border-radius: 5rem;
	top: calc(50% - 1px);
	left: calc(50% - 2.4rem);
}
.popup--cmn .close:before{
	transform: rotate(45deg);
}
.popup--cmn .close:after{
	transform: rotate(135deg);
}
.popup--cmn .popup-inner{
	box-sizing: border-box;
	width: 100%;
	max-height: calc(100vh - 22rem);
}
.popup--cmn .scroll-area{
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(100vh - 22rem);
}

@media only screen and (max-width: 599px) {
	.popup--cmn .close{
		right: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	.js--btn-popup{
		cursor: pointer;
	}
	.popup--cmn .popup-inner{
		width: 110rem;
	}
}

/* swiper
--------------------------------------*/
/* ページネーション */
.swiper-pagination{
	display: flex;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}
.swiper-pagination-bullet{
	box-sizing: border-box;
	position: relative;
	margin: 0 !important;
	pointer-events: auto;
	width: 1.5rem;
	height: 1.5rem;
	background: #D6D6D6;
	border-radius: 100%;
	opacity: 1;
	transition: background .3s ease;
}
.swiper-pagination-bullet:not(:last-child){
	margin-right: 1.5rem !important;
}
.swiper-pagination-bullet-active{
	background-color: #AD9161;
}

@media screen and (min-width: 600px) {
	.swiper-pagination-bullet-active{
		pointer-events: none;
	}
}

/* ナビゲーション */
.swiper-arrows{
	position: absolute;
	pointer-events: none;
	width: 100%;
	z-index: 5;
}
.swiper-button-prev,
.swiper-button-next{
	box-sizing: border-box;
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	top: 0;
	margin: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-prev .icon--arrow1{
	transform: rotateY(180deg);
}
.swiper-button-next{
	right: 0;
}

/* スクロールバー */
.swiper-scrollbar.swiper-scrollbar-horizontal{
	box-sizing: border-box;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 3;
	border-radius: 0;
	background-color: #F5F5F5;
	padding: 0.3rem;
	height: 1.4rem;
}
.swiper-scrollbar-drag{
	border-radius: 0;
	background-color: #979797;
	height: 0.8rem;
}

/* ページャー
--------------------------------------*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	box-sizing: border-box;
	height: 4rem;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend{
	box-sizing: border-box;
	font-size: 1.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	border: 1px solid #000;
}
.wp-pagenavi .current{
	background-color: #90C31F;
	border-color: #90C31F;
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 1.4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 2.3rem;
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink{
	margin-right: 1rem;
}
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink{
	margin-left: 1rem;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.9rem;
	border-top: solid 0.2rem #000;
	top: 50%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after{
	border-left: solid 0.2rem #000;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after{
	border-right: solid 0.2rem #000;
}
.wp-pagenavi .previouspostslink:before{
	left: 50%;
	transform: translate(-20%,-50%) rotate(-45deg);
}
.wp-pagenavi .first:before{
	left: 0.5rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .first:after{
	right: -0.8rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:before{
	right: 50%;
	transform: translate(20%,-50%) rotate(45deg);
}
.wp-pagenavi .last:before{
	left: -0.8rem;
	transform: translateY(-50%) rotate(45deg);
}
.wp-pagenavi .last:after{
	right: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.wp-pagenavi{
		margin-top: 15rem;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.wp-pagenavi .page{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.wp-pagenavi a.page:hover{
		background-color: #90C31F;
		border-color: #90C31F;
		color: #fff;
	}
	.wp-pagenavi .first{
		margin-right: 2rem;
	}
	.wp-pagenavi .previouspostslink{
		margin-right: 4rem;
	}
	.wp-pagenavi .last{
		margin-left: 2rem;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: 4rem;
	}
	.wp-pagenavi .previouspostslink:before,
	.wp-pagenavi .nextpostslink:before,
	.wp-pagenavi .first:before,
	.wp-pagenavi .last:before,
	.wp-pagenavi .first:after,
	.wp-pagenavi .last:after{
		transition: border .3s ease;
	}
	.wp-pagenavi .previouspostslink:hover:before,
	.wp-pagenavi .nextpostslink:hover:before,
	.wp-pagenavi .first:hover:before,
	.wp-pagenavi .last:hover:before,
	.wp-pagenavi .first:hover:after,
	.wp-pagenavi .last:hover:after{
		border-color: #90C31F;
	}
}

/*====================================
header
====================================*/
.hamburger-btn{
	box-sizing: border-box;
	cursor: pointer;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 9rem;
	height: 9rem;
	overflow: hidden;
	pointer-events: none;
}
.hamburger-btn:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(225deg, #90C31F 0%, #90C31F 50%, transparent 50%, transparent 100%);
	transform: translateY(-100%);
	transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}
.hamburger-btn-inner{
	opacity: 0;
	display: block;
	position: absolute;
	z-index: 2;
	width: 1.8rem;
	height: 1.8rem;
	top: 1.7rem;
	right: 1.8rem;
	transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
.hamburger-btn.is--scroll,
.hamburger-btn.is--open{
	pointer-events: auto;
}
.hamburger-btn.is--scroll:before,
.hamburger-btn.is--open:before{
	transform: translateY(0);
}
.hamburger-btn.is--scroll .hamburger-btn-inner,
.hamburger-btn.is--open .hamburger-btn-inner{
	opacity: 1;
}
.hamburger-btn span{
	position: absolute;
	top: 0;
	right: 0;
	width: 1.8rem;
	height: 0.2rem;
	background-color: #fff;
	transition: transform 0.35s ease, opacity 0.35s ease;
}
.hamburger-btn span:nth-child(2){
	top: 0.8rem;
}
.hamburger-btn span:last-child{
	top: 1.6rem;
}
.hamburger-btn.is--open .hamburger-btn-inner{
	width: 1.443rem;
	height: 1.443rem;
	transform: rotate(360deg);
}
.hamburger-btn.is--open span:first-child{
	transform:translate(0, 0.8rem) rotate(-45deg);
}
.hamburger-btn.is--open span:nth-child(2){
	opacity: 0;
}
.hamburger-btn.is--open span:last-child{
	transform:translate(0, -0.8rem) rotate(45deg);
}


/* hamburger menu
--------------------------------------*/
#hamburger-menu{
	z-index:1000;
	position: fixed;
	box-sizing: border-box;
	height: 100vh;
	top: 0;
	width: 30rem;
	right: -30rem;
	transition: transform .3s ease;
}
#hamburger-menu.is--open{
	transform: translateX(-30rem);
}

#hamburger-menu .menu-inner{
	box-sizing: border-box;
	position: relative;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 10rem 2rem;
}
#hamburger-menu .nav-item-txt{
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 8rem;
	padding-left: 5rem;
	padding-right: 2rem;
}
#hamburger-menu .nav-item:not(:first-child) .nav-item-txt{
	border-top: 1px solid #979797;
}
#hamburger-menu .nav-item-txt .arrow--circled2{
	position: absolute;
	pointer-events: none;
	left: 2rem;
	top: calc((100% - 1.9rem) / 2);
	border-color: #fff;
}
#hamburger-menu .nav-item-txt .arrow--circled2:before{
	background-color: #fff;
}
#hamburger-menu .nav-item.has--dd .nav-item-txt .arrow--circled2{
	transform: rotate(90deg);
	transition: background .3s ease, transform .3s ease;
}
#hamburger-menu .nav-item.has--dd .nav-item-txt.is--open .arrow--circled2{
	background-color: #fff;
	transform: rotate(-90deg);
}
#hamburger-menu .nav-item.has--dd .nav-item-txt.is--open .arrow--circled2:before{
	background-color: #000;
}
#hamburger-menu .nav-sublist{
	padding-left: 2rem;
}
#hamburger-menu .nav-subitem{
	border-top: 1px solid #979797;
}
#hamburger-menu .nav-subitem-txt{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 8rem;
	padding-left: 3rem;
}

/* hamburger-layer */
#hamburger-layer{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index:999;
	pointer-events: none;
	opacity: 0;
}
#hamburger-layer.is--open{
	pointer-events: auto;
	opacity: 1;
}

/* header
--------------------------------------*/
header{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 2rem;
}
.header-bg-scrolled{
	display: none;
}
.header-logo{
	display: block;
	width: 30.7rem;
}

.gnav{
	display: flex;
	justify-content: flex-end;
}
.gnav .nav-item{
	height: 2.7rem;
	position: relative;
}
.gnav .nav-item:not(:last-child){
	padding-right: 3.2rem;
}
.gnav .nav-item:not(:last-child):before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 2.3rem;
	background-color: #fff;
	transform: rotate(30deg);
	right: 0.5rem;
	top: 0;
}
.gnav .nav-item:not(:first-child){
	padding-left: 2rem;
}
.gnav .nav-item-txt{
	font-size: 1.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.gnav .nav-sublist-container{
	padding-top: 3rem;
	position: absolute;
	top: 1.5rem;
	overflow: hidden;
	height: 0;
	transition: height .35s ease;
}
.gnav .nav-item.has--child:hover .nav-sublist-container{
	height: 28.5rem;
	z-index: 3;
}

.gnav .nav-item2 .nav-sublist-container{
	width: 17.2rem;
	left: calc((100% - 17.2rem) / 2);
}
.gnav .nav-item3 .nav-sublist-container{
	width: 24.7rem;
	left: calc((100% - 24.7rem) / 2);
}
.gnav .nav-item3:hover .nav-sublist-container{
	height: 19.3rem;
}
.gnav .nav-sublist{
	position: relative;
	z-index: 2;
	padding: 4rem 3.5rem 4rem 4rem;
}
.gnav .nav-subitem:not(:last-child){
	margin-bottom: 3rem;
}
.gnav .nav-subitem a{
	font-size: 1.5rem;
	padding-left: 2rem;
	position: relative;
	display: inline-block;
}
.gnav .nav-subitem .icon--arrow2{
	position: absolute;
	left: 0;
	top: 0.2em;
}

@media only screen and (max-width: 599px) {
	.header-logo{
		margin-left: auto;
		margin-right: auto;
	}
	body.page--not-has-sec-pagettl .header-logo .logo-white{
		display: none;
	}
}

@media print,screen and (min-width: 600px) {
	header{
		padding-top: 4rem;
	}
	.header-inner{
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.gnav-container{
		flex: 1;
	}

	header.is--scroll{
		position: fixed;
		height: 7rem;
		padding-top: 1.5rem;
		animation: header-scroll-anim .3s ease-out forwards;
	}
	header.is--scroll .header-bg-scrolled{
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	header.is--scroll .header-logo{
		width: 24.5rem;
	}
	header.is--scroll .gnav .nav-sublist-container{
		padding-top: 4rem;
	}

	body.page--not-has-sec-pagettl header:not(.is--scroll) .header-logo .logo-white{
		display: none;
	}
	body.page--not-has-sec-pagettl header.is--scroll .header-logo .logo-black{
		display: none;
	}
	body.page--not-has-sec-pagettl header:not(.is--scroll) .gnav{
		color: #000;
	}
	body.page--not-has-sec-pagettl header:not(.is--scroll) .gnav .nav-item:not(:last-child):before{
		background-color: #000;
	}
}

@keyframes header-scroll-anim {
	0% {
		transform: translateY(-7rem);
	}
	100% {
		transform: translateY(0);
	}
}

/*===============================
footer
===============================*/
/* float-bnr
--------------------------------------*/
.float-bnr{
	position: fixed;
	z-index: 900;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 7rem;
}
.float-bnr .float-recruit-bnr{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2E2E2E;
	display: flex;
	align-items: center;
	justify-content: center;
}
.float-bnr .float-recruit-bnr > img{
	position: absolute;
	top: 0;
	left: 0;
}
.float-bnr .float-recruit-bnr .bnr-inner{
	position: relative;
	z-index: 2;
}
.float-bnr .float-recruit-bnr .small{
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.float-bnr .float-recruit-bnr .large{
	font-size: 2.2rem;
}
.float-bnr .float-recruit-bnr .arrow--circled2{
	position: absolute;
	bottom: calc((100% - 1.9rem) / 2);
	right: 2rem;
	border-color: #fff;
}
.float-bnr .float-recruit-bnr .arrow--circled2:before{
	background-color: #fff;
}

@media only screen and (max-width: 599px) {
	.float-bnr{
		bottom: -7rem;
		transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.float-bnr.is--scroll{
		transform: translateY(-7rem);
	}
}

@media print,screen and (min-width: 600px) {
	.float-bnr{
		width: 24rem;
		height: 12rem;
		bottom: calc(100vh - (64rem + 12rem));
		transition: transform .4s ease;
	}
	.float-bnr.is--footerfix{
		transform: translateX(24rem);
	}
	.float-bnr .float-recruit-bnr{
		overflow: hidden;
	}
	.float-bnr .float-recruit-bnr .small{
		text-align: center;
	}
	.float-bnr .float-recruit-bnr .arrow--circled2{
		right: 1.5rem;
		bottom: 1.5rem;
	}
}
@media print,screen and (min-width: 600px) and (max-height: 800px) {
	.float-bnr{
		bottom: 0;
	}
}

/* footer
--------------------------------------*/
footer{
	position: relative;
	padding-top: 15rem;
}
.js--btn-to-top{
	position: absolute;
	box-sizing: border-box;
	display: block;
	width: 9rem;
	height: 9rem;
	right: 0;
	bottom: 0;
	background: linear-gradient(315deg, #727171 0%, #727171 50%, transparent 50%, transparent 100%);
	transition: background .3s ease, border .3s ease, opacity .3s ease;
}
.js--btn-to-top:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: linear-gradient(315deg, #90C31F 0%, #90C31F 50%, transparent 50%, transparent 100%);
	opacity: 0;
	transition: opacity .3s ease;
}
.js--btn-to-top .icon{
	position: absolute;
	z-index: 2;
	right: 1.2rem;
	bottom: 2.3rem;
	transform: rotate(-90deg);
}

.footer-inner{
	padding-bottom: 9rem;
}
.footer-logo{
	display: block;
	width: 30.7rem;
}
.footer-tel-box{
	font-size: 2.6rem;
}
.footer-sns-box{
	display: flex;
	align-items: center;
}
.footer-sns-item{
	display: block;
	width: 4rem;
	height: 4rem;
}
.footer-sns-item:not(:last-child){
	margin-right: 3rem;
}
.footer-sns-item.item-facebook{
	mask-image: url(../img/common/icon-facebook.svg);
	-webkit-mask-image: url(../img/common/icon-facebook.svg);
}
.footer-sns-item.item-instagram{
	mask-image: url(../img/common/icon-instagram.svg);
	-webkit-mask-image: url(../img/common/icon-instagram.svg);
}
.footer-nav-block .nav-list:not(:last-child){
	margin-right: 3rem;
}
.footer-nav-block .nav-item:not(:last-child){
	margin-bottom: 2.5rem;
}
.footer-nav-block .nav-item-txt{
	position: relative;
	padding-left: 3rem;
	font-size: 1.5rem;
}
.footer-nav-block .nav-item-txt .arrow--circled2{
	position: absolute;
	left: 0;
	top: 0;
}
.footer-nav-block .sub-nav-list{
	margin-top: 2rem;
	padding-left: 2.9rem;
}
.footer-nav-block .sub-nav-item:not(:last-child){
	margin-bottom: 2rem;
}
.footer-nav-block .sub-nav-item-txt{
	font-size: 1.5rem;
}
.footer-copyright{
	padding-top: 10rem;
}

@media only screen and (max-width: 599px) {
	footer{
		margin-bottom: 7rem;
	}
	.footer-logo-wrap{
		margin-bottom: 6.5rem;
	}
	.footer-logo{
		margin: 0 auto;
	}
	.footer-tel-box{
		text-align: center;
		margin-bottom: 4.7rem;
	}
	.footer-sns-box{
		justify-content: center;
	}
}

@media print,screen and (min-width: 600px) {
	footer{
		padding-top: 20rem;
	}
	.js--btn-to-top:hover:before{
		opacity: 1;
	}

	.footer-container{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-contact-block{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-sns-box{
		margin-left: 5rem;
	}
	.footer-sns-item{
		width: 2.9rem;
		height: 2.9rem;
	}
	.footer-sns-item:not(:last-child){
		margin-right: 2rem;
	}
	.footer-nav-block{
		display: flex;
		margin-top: 5rem;
	}
}


/*====================================
form
====================================*/
/* common
--------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select,
button{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background: none;
	border: none;
	font-family : inherit;
	color: inherit;
	box-sizing: border-box;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	transition: background .3s ease;
}

/* form--tbl
--------------------------------------*/
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"],
.form--tbl textarea{
	border: 1px solid #E6E6E6;
}
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"]{
	height: 6rem;
	padding: 0 1rem;
}
.form--tbl input:placeholder-shown,
.form--tbl textarea:placeholder-shown {
	color: #ECECEC;
}
.form--tbl input::-webkit-input-placeholder,
.form--tbl textarea::-webkit-input-placeholder {
	color: #ECECEC;
}
.form--tbl textarea{
	padding: 1rem;
}

/* checkbox radio */
.form--tbl span.wpcf7-list-item{
	margin: 0;
}
.form--tbl .wpcf7-radio,
.form--tbl .wpcf7-checkbox{
	display: block;
	margin-top: -2rem;
	width: calc(100% + 3rem);
}
.form--tbl .wpcf7-radio .wpcf7-list-item,
.form--tbl .wpcf7-checkbox .wpcf7-list-item{
	margin-top: 2rem;
	margin-right: 3rem;
}
.form--tbl .wpcf7-radio input[type="radio"],
.form--tbl .wpcf7-checkbox input[type="checkbox"],
.form--tbl .wpcf7-acceptance input[type="checkbox"]{
	display: none;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label{
	display: inline-block;
	position: relative;
	padding-left: 2.3rem;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before{
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 1rem;
	background-color: #fff;
	border: 1px solid #ECECEC;
	transition: background .2s ease, border .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before{
	border-radius: 100%;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	opacity: 0;
	transition: opacity .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after{
	width: 0.8rem;
	height: 0.8rem;
	background-color: #90C31F;
	left: 0.4rem;
	top: 1.4rem;
	border-radius: 100%;
}
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	left: 0.4rem;
	width: 0.8rem;
	height: 1.1rem;
	top: 1rem;
	transform: rotate(40deg);
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
}
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before{
	background-color: #90C31F;
	border-color: #90C31F;
}
.form--tbl .wpcf7-radio input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
}

@media print,screen and (min-width: 600px) {
	.form--tbl .wpcf7-radio,
	.form--tbl .wpcf7-checkbox{
		margin-top: -1rem;
	}
	.form--tbl .wpcf7-radio .wpcf7-list-item,
	.form--tbl .wpcf7-checkbox .wpcf7-list-item{
		margin-top: 1rem;
	}
	.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after{
		border-width: 0.3rem;
	}
}

/* ボタン */
.btn--form{
	position: relative;
	margin: 5rem auto 0 auto;
	pointer-events: none;
}
.btn--form .icon--arrow1{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: calc((100% - 2rem) / 2);
	right: 3.7rem;
}
.btn--form > p{
	height: 100%;
}
.btn--form input{
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 6rem;
	font-size: 1.5rem;
	color: #fff;
	pointer-events: auto;
	transition: background .3s ease, color .3s ease, border .3s ease, opacity .3s ease;
}
.btn--form input:disabled{
	opacity: .7;
	pointer-events: none;
}

@media print,screen and (min-width: 600px) {
	.btn--form{
		margin-top: 10rem;
	}
}

.form--tbl{
	box-sizing: border-box;
	width: 100%;
}
.form--tbl p:not(:last-child){
	margin-bottom: 0;
}
.form--tbl th,
.form--tbl td{
	box-sizing: border-box;
	display: block;
}
.form--tbl th{
	padding-bottom: 2rem;
}
.form--tbl tr:not(:last-child) td{
	padding-bottom: 4rem;
}

.form--tbl .req{
	color: #90C31F;
	padding-left: 1rem;
}
.form--tbl .td-block:not(:last-child){
	margin-bottom: 2rem;
}
.form--tbl .td-label{
	line-height: 1.2;
	margin-bottom: 1rem;
}
.form--tbl .td-detail-txt:not(:first-child){
	margin-top: 0.5rem;
}
.form--tbl .unit-wrap{
	display: flex;
	align-items: center;
}
.form--tbl .unit-wrap .unit:not(:last-child){
	margin-right: 1rem;
}

@media print,screen and (min-width: 600px) {
	.form--tbl tr:not(:last-child) td{
		padding-bottom: 6rem;
	}
	.form--tbl .td-txt{
		margin-bottom: 1rem;
	}
}

/* response-output */
.wpcf7 form .wpcf7-response-output{
	padding: 2.4rem 2rem;
	border: none !important;
}
.wpcf7 form:not(.sent) .wpcf7-response-output{
	background-color: #980404;
	color: #fff;
}
.wpcf7 .recaptha-caption{
	margin-top: 10rem;
}
.wpcf7 .recaptha-caption a{
	text-decoration: underline;
}
.grecaptcha-badge { visibility: hidden; }
.wpcf7 form.sent .block-lead,
.wpcf7 form.sent .form--tbl,
.wpcf7 form.sent .btn--form,
.wpcf7 form.sent .recaptha-caption,
.wpcf7 form.sent .wpcf7-response-output{
	display: none;
}
.wpcf7 form .sent-thankyou-message{
	display: none;
}
.wpcf7 form.sent .sent-thankyou-message{
	display: block;
	background-color: #fff;
	padding: 3rem;
}

@media print,screen and (min-width: 600px) {
	.wpcf7 form.sent .sent-thankyou-message{
		padding: 6rem;
	}
}

/* unique */
.form--tbl .address-block-postcode{
	display: flex;
}
.form--tbl .address-block-postcode .btn-setaddress{
	width: 15rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 1rem;
}
.form--tbl span[data-name="your-address"],
.form--tbl span[data-name="your-address2"]{
	display: block;
}

@media screen and (max-width: 599px) {
	.form--tbl .address-block-postcode .unit-wrap{
		flex: 1;
	}
	.form--tbl .address-block-postcode .btn-setaddress{
		font-size: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	.form--tbl .address-block-postcode .unit-input{
		width: 15rem;
	}
}

/*====================================
parts
====================================*/
.list--archive1 .item-img{
	display: block;
}
.list--archive1 .item-img-box{
	margin-bottom: 2rem;
}
.list--archive1 .item-head{
	padding-bottom: 0.9rem;
}
.list--archive1 .item-time{
	font-size: 1.5rem;
}
.list--archive1 .item-ttl{
	line-height: 1.88;
	max-height: calc(1.88em * 2);
}
.list--archive1 .item-tag-box{
	padding-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
}
.list--archive1 .item-tag{
	margin-top: 1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
	line-height: 1.2;
}

@media only screen and (max-width: 599px) {
	.list--archive1-item:not(:last-child){
		margin-bottom: 6rem;
	}
}

@media print,screen and (min-width: 600px) {
	.list--archive1{
		display: flex;
		flex-wrap: wrap;
	}
	.list--archive1-item{
		width: calc((100% - 5.8rem * 2) / 3);
	}
	.list--archive1-item:not(:nth-child(3n)){
		margin-right: 5.8rem;
	}
	.list--archive1-item:nth-child(n+4){
		margin-top: 8rem;
	}
}

.section--tag-list{
	box-sizing: border-box;
	margin-bottom: 13rem;
	padding: 3rem 0;
}
.section--tag-list .sec-ttl{
	line-height: 1;
	margin-bottom: 0.5rem;
}
.section--tag-list .tag-list{
	display: flex;
	flex-wrap: wrap;
}
.section--tag-list .tag-item{
	margin-top: 1.5rem;
	margin-right: 2rem;
	font-size: 1.3rem;
	line-height: 1.69;
}
.section--tag-list .btn{
	cursor: pointer;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3rem;
	bottom: -6rem;
}
.section--tag-list .btn.is--open .off-txt{
	display: none;
}
.section--tag-list .btn:not(.is--open) .on-txt{
	display: none;
}

@media only screen and (max-width: 599px) {
	.section--tag-list.width--cmn{
		width: 100%;
	}
}

@media print,screen and (min-width: 600px) {
	.section--tag-list{
		margin-bottom: 15rem;
		padding: 6rem;
	}
	.section--tag-list .sec-inner.width--cmn{
		width: 100%;
	}
	.section--tag-list .sec-ttl{
		margin-bottom: 1.5rem;
	}
	.section--tag-list .btn{
		bottom: -9rem;
	}
}

.part--tag-ttl{
	box-sizing: border-box;
	padding: 3.3rem 3rem;
	margin-bottom: 6rem;
}
.part--tag-ttl .tag-ttl{
	line-height: 1.88;
}

@media print,screen and (min-width: 600px) {
	.part--tag-ttl{
		margin-bottom: 8rem;
	}
}

/* single
--------------------------------------*/
.page--single .single-head{
	margin-bottom: 2rem;
}
.page--single .single-time{
	font-size: 1.5rem;
}
.page--single .single-ttl{
	font-size: 2.6rem;
	line-height: 1.69;
}
.page--single .single-tag-box{
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
}
.page--single .single-tag{
	margin-top: 1rem;
	margin-right: 1.2rem;
	font-size: 1.3rem;
	line-height: 1.2;
}
.page--single .single-content{
	margin-top: 6rem;
}
.page--single .single-content a:not([class]){
	text-decoration: underline;
	color: #90C31F;
}
.page--single .single-btn-to-archive{
	margin: 10rem auto 0 auto;
}

@media print,screen and (min-width: 600px) {
	.page--single .single-tag-box{
		padding-top: 1.5rem;
	}
	.page--single .single-content{
		margin-top: 8rem;
	}
	.page--single .single-content a:not([class]):hover{
		text-decoration: none;
	}
	.page--single .single-btn-to-archive{
		margin-top: 15rem;
	}
}

/*====================================
top
====================================*/
#top .sec-main{
	position: relative;
}
#top .sec-main:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 50rem;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 24rem, rgba(0,0,0,0) 100%);
	opacity: 0.35;
}
#top .area-video{
	width: 100%;
	height: 50rem;
	overflow: hidden;
}
#top .area-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.browser--ie #top .area-video video{
	position: absolute;
	top: calc(50% - 50vh);
	left: calc(50% - 50vw);
}
#top .sec-main .catch-container{
	position: absolute;
	z-index: 3;
	top: 23.5rem;
	width: 23.9rem;
	left: calc((100% - 23.9rem) / 2);
	pointer-events: none;
}
#top .sec-main .catch-container .txt1{
	width: 21.9rem;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 2.5rem;
	transition-delay: 0.3s;
}
#top .sec-main .catch-container .txt2{
	width: 21.9rem;
	transition-delay: 0.6s;
}
body.is--loaded #top .sec-main .catch-container .txt1,
body.is--loaded #top .sec-main .catch-container .txt2{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
}
#top .sec-main .news-container{
	box-sizing: border-box;
	padding: 2rem 6rem 1.5rem 3rem;
	position: relative;
}
#top .sec-main .news-container .container-ttl{
	position: relative;
	padding-right: 3.3rem;
	font-size: 1.5rem;
}
#top .sec-main .news-container .container-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2px;
	height: 2.3rem;
	background-color: #90C31F;
	transform: rotate(30deg);
	right: 0.5rem;
	top: -0.3rem;
}
#top .sec-main .swiper-slide.swiper-slide-prev .news-item,
#top .sec-main .swiper-slide.swiper-slide-next .news-item{
	opacity: 0;
}
#top .sec-main .news-time{
	font-size: 1.5rem;
}
#top .sec-main .news-ttl{
	font-size: 1.5rem;
	line-height: 1.73;
	max-height: calc(1.73em * 2);
}
#top .sec-main .news-container .swiper-arrows{
	top: 0;
	right: 0;
}
#top .sec-main .news-container .swiper-button-prev,
#top .sec-main .news-container .swiper-button-next{
	width: 6rem;
	height: 6rem;
}
#top .sec-main .news-container .swiper-button-prev:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #D5D5D5;
}

@media only screen and (max-width: 599px) {
	#top .sec-main .news-container .container-ttl{
		display: inline-block;
		position: absolute;
		z-index: 5;
		top: 2rem;
		background-color: #F5F5F5;
	}
	#top .sec-main .news-head{
		margin-left: 11rem;
		margin-bottom: 1.3rem;
	}
	#top .sec-main .news-ttl{
		height: calc(1.73em * 2);
	}
	#top .sec-main .news-container .swiper-arrows{
		width: 6rem;
		height: 12rem;
	}
	#top .sec-main .news-container .swiper-button-prev{
		top: auto;
		bottom: 0;
	}
	#top .sec-main .news-container .swiper-button-prev:before{
		top: 0;
		height: 1px;
		width: 3rem;
		left: calc((100% - 3rem) / 2);
	}
	#top .sec-main .news-container .swiper-button-next{
		top: 0;
		right: 0;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-main{
		height: 70rem;
		/* background: url(../img/top/main-img-pc.jpg?update=20230622) no-repeat center center;
		background-size: cover; */
	}
	#top .sec-main:before{
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 32.5rem, rgba(0,0,0,0) 100%);
		height: 100%;
		opacity: 0.25;
	}
	#top .area-video{
		height: 70rem;
	}
	#top .sec-main .catch-container{
		top: 31rem;
		left: calc((100% - 110rem) / 2 + 5rem);
	}
	#top .sec-main .news-container{
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc((100% - 110rem) / 2 + 66rem);
		padding-left: calc((100% - 110rem) / 2);
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
		padding-right: 12rem;
		min-height: 6rem;
		display: flex;
		align-items: center;
	}
	#top .sec-main .news-container .block-slide{
		box-sizing: border-box;
		width: 44.5rem;
		padding-left: 2rem;
	}
	#top .sec-main .news-item{
		display: flex;
		align-items: center;
	}
	#top .sec-main .news-head{
		margin-right: 1rem;
	}
	#top .sec-main .news-ttl{
		-webkit-line-clamp: 1;
		line-height: 1.4;
		max-height: 1.4em;
	}
	#top .sec-main .news-container .swiper-arrows{
		width: 12rem;
	}
	#top .sec-main .news-container .swiper-button-prev:before{
		width: 1px;
		height: 3rem;
		right: 0;
		top: calc((100% - 3rem) / 2);
	}
}

/* common
--------------------------------------*/
#top .top-cmn-sec{
	position: relative;
	overflow: hidden;
}
#top .top-cmn-bg-txt{
	position: absolute;
	pointer-events: none;
	font-size: 10rem;
	left: 9.3rem;
}

@media print,screen and (min-width: 600px) {
	#top .top-cmn-bg-txt{
		font-size: 15rem;
	}
}

/* about
--------------------------------------*/
#top .sec-about{
	padding-top: 14.2rem;
}
#top .sec-about .top-cmn-bg-txt{
	top: 12rem;
}
#top .sec-about .sec-inner{
	position: relative;
	z-index: 2;
}
#top .sec-about .block-ttl{
	margin-bottom: 6rem;
}
#top .sec-about .block-img .img-clip{
	width: calc(100% + 15.5rem);
	height: 40rem;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
#top .sec-about .block-img .img{
	width: calc(100% + 1.5rem);
	height: 100%;
	transform: translateX(1.5rem);
	transition: transform 4s ease;
}
#top .sec-about .is--show .img-clip{
	clip-path: polygon(23rem 0, 100% 0%, 100% 100%, 0% 100%);
}
#top .sec-about .is--show .img{
	transform: translateX(0);
}
#top .sec-about .block-img .img img{
	width: auto;
	height: 100%;
}
#top .sec-about .catch{
	font-size: 2.2rem;
	line-height: 1.81;
	margin-bottom: 3.4rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-about .block-img .img-clip{
		position: relative;
		left: -15.5rem;
	}
	#top .sec-about .block-txt{
		margin-top: 5.5rem;
	}
	#top .sec-about .box-btn{
		margin-top: 5.5rem;
	}
	#top .sec-about .btn{
		margin: 0 auto;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-about{
		padding-top: 24.7rem;
	}
	#top .sec-about .top-cmn-bg-txt{
		left: calc((100% - 110rem) / 2 + 22.5rem);
		top: 19rem;
	}
	#top .sec-about .block-ttl{
		margin-bottom: 4.5rem;
	}
	#top .sec-about .block-img{
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc((100% - 110rem) / 2 + 65rem);
	}
	#top .sec-about .block-img .img-clip{
		width: 100%;
		height: 48.7rem;
	}
	#top .sec-about .block-img .img{
		width: calc(100% + 1.5rem);
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#top .sec-about .is--show .img-clip{
		clip-path: polygon(28rem 0, 100% 0%, 100% 100%, 0% 100%);
	}
	#top .sec-about .is--show .img{
		transform: translateX(-1.5rem);
	}
	#top .sec-about .block-txt .block-inner{
		width: 45rem;
		position: relative;
		padding-bottom: 12.5rem;
	}
	#top .sec-about .box-btn{
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#top .sec-about .is--show .ttl--cmn1{
		transition-delay: .3s;
	}
	#top .sec-about .is--show .ttl--cmn1:before{
		transition-delay: .7s;
	}
	#top .sec-about .is--show .effect--spring-up{
		transition-delay: .6s;
	}
}

/* business
--------------------------------------*/
#top .sec-business{
	padding-top: 14.2rem;
}
#top .sec-business .top-cmn-bg-txt{
	top: 12.5rem;
}
#top .sec-business .sec-inner{
	position: relative;
	z-index: 2;
}
#top .sec-business .business-block{
	width: 100%;
	height: 40rem;
}
#top .sec-business .block-ttl{
	margin-bottom: 3.5rem;
}
#top .sec-business .business-block .block-inner{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top .sec-business .business-block .business-ttl{
	font-size: 2.6rem;
	margin-bottom: 2.3rem;
}
#top .sec-business .business-block .arrow--circled1{
	margin: 0 auto;
}

@media only screen and (max-width: 599px) {
	#top .sec-business .sec-ttl{
		margin-bottom: 5.5rem;
	}
	#top .sec-business .business-block{
		background: url(../img/top/business-bg1-sp.jpg?update=20230622) no-repeat center center;
		background-size: cover;
	}
	#top .sec-business .business-block:not(:last-child){
		border-bottom: 1px solid #fff;
	}
	#top .sec-business .business-block2{
		background-image: url(../img/top/business-bg2-sp.jpg?update=20230622);
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-business{
		padding-top: 29.7rem;
	}
	#top .sec-business .top-cmn-bg-txt{
		left: calc((100% - 110rem) / 2 + 21rem);
		top: 23.5rem;
	}
	#top .sec-business .block-ttl{
		margin-bottom: 4.5rem;
		display: flex;
		justify-content: space-between;
	}
	#top .sec-business .block-ttl .box-lead{
		width: 61.3rem;
	}
	#top .sec-business .business-block-wrap{
		background-color: #000;
		width: 100%;
		position: relative;
		overflow: hidden;
		display: flex;
	}
	#top .sec-business .business-block{
		box-sizing: border-box;
		position: relative;
		z-index: 3;
		width: 50%;
		height: 60rem;
	}
	#top .sec-business .business-block:not(:last-child){
		border-right: 1px solid #fff;
	}
	#top .sec-business .business-block-bg{
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
    background-position: center center;
		background-size: cover;
		opacity: 0;
		transform: scale(1.1);
		transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1), transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
	}
	#top .sec-business .business-block1:hover ~ .business-block-bg1,
	#top .sec-business .business-block2:hover ~ .business-block-bg2{
		opacity: 1;
		transform: scale(1);
		z-index: 2;
	}
	#top .sec-business .business-block-bg0{
		background-image: url(../img/top/business-bg0-pc.jpg?update=20230622);
		opacity: 1;
		transform: scale(1);
    transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
	}
	#top .sec-business .business-block:hover ~ .business-block-bg0{
		opacity: 0;
	}
	#top .sec-business .business-block-bg1{
		background-image: url(../img/top/business-bg1-pc.jpg?update=20230622);
	}
	#top .sec-business .business-block-bg2{
		background-image: url(../img/top/business-bg2-pc.jpg?update=20230622);
	}
}

/* works
--------------------------------------*/
#top .sec-works{
	padding-top: 14.2rem;
}
#top .sec-works .top-cmn-bg-txt{
	top: 12rem;
}
#top .sec-works .sec-ttl{
	margin-bottom: 5.5rem;
}
#top .sec-works .block-slide{
	opacity: 0;
	transform: translateX(2rem);
	transition: opacity .75s cubic-bezier(0.33, 1, 0.68, 1), transform .75s cubic-bezier(0.33, 1, 0.68, 1);
}
#top .sec-works .block-slide.is--show{
	opacity: 1;
	transform: translateX(0);
}
#top .sec-works .block-slide .block-inner{
	position: relative;
	padding-bottom: 8rem;
}
#top .sec-works .swiper{
	width: calc(100% - 8.2rem);
	margin: 0;
	overflow: visible;
}
#top .sec-works .works-item-inner{
	display: block;
}
#top .sec-works .works-img{
	position: relative;
}
#top .sec-works .works-img:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background-color: #90C31F;
	height: 7rem;
	width: 0.4rem;
	clip-path: polygon(0 0, 100% 0.2rem, 100% 100%, 0 calc(100% - 0.2rem));
	transform: rotate(30deg);
	transform-origin: left bottom;
	bottom: -3.2rem;
	left: 0;
}
#top .sec-works .works-img .img--posted{
	padding-bottom: 125.75%;
}
#top .sec-works .works-txt-box{
	padding-top: 3rem;
	padding-left: 3rem;
}
#top .sec-works .works-ttl{
	line-height: 1.44;
	max-height: calc(1.44em * 2);
}

@media only screen and (max-width: 599px) {
	#top .sec-works .block-txt{
		margin-bottom: 3.5rem;
	}
	#top .sec-works .block-slide{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	#top .sec-works .block-btn{
		margin-top: 6rem;
	}
	#top .sec-works .block-btn .btn{
		margin: 0 auto;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-works{
		padding-top: 29.7rem;
	}
	#top .sec-works .top-cmn-bg-txt{
		left: calc((100% - 110rem) / 2 + 22rem);
		top: 23.5rem;
	}
	#top .sec-works .sec-ttl{
		margin-bottom: 6.5rem;
	}
	#top .sec-works .block-txt .block-inner{
		position: relative;
		width: 40rem;
		padding-bottom: 21rem;
	}
	#top .sec-works .block-txt .box-btn{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#top .sec-works .block-slide{
		overflow: hidden;
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc((100% - 110rem) / 2 + 64rem);
	}
	#top .sec-works .block-slide .block-inner{
		padding-top: 3.9rem;
		padding-bottom: 4.4rem;
	}
	#top .sec-works .swiper{
		width: 33.3rem;
	}
	#top .sec-works .works-img .img--posted{
		padding-bottom: 114.11%;
	}
	#top .sec-works .works-ttl{
		-webkit-line-clamp: 1;
		line-height: 1.4;
		max-height: 1.4em;
	}
	#top .sec-works .swiper-arrows{
		width: 16.6rem;
		top: 0;
		left: 52rem;
	}
	#top .sec-works .swiper-button-prev,
	#top .sec-works .swiper-button-next{
		width: 7.8rem;
		height: 7.8rem;
		border-radius: 100%;
	}
}

/* recruit
--------------------------------------*/
#top .sec-recruit{
	padding-top: 14.2rem;
}
#top .sec-recruit .top-cmn-bg-txt{
	top: 12.3rem;
}
#top .sec-recruit .bg{
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: calc(100% - 60rem - 3rem);
	bottom: 3rem;
	left: 0;
}
#top .sec-recruit .sec-inner{
	position: relative;
	z-index: 2;
}
#top .sec-recruit .block-ttl{
	margin-bottom: 6rem;
}
#top .sec-recruit .block-img .img-clip{
	width: calc(100% + 15.5rem);
	height: 40rem;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
#top .sec-recruit .block-img .img{
	width: calc(100% + 1.5rem);
	height: 100%;
	transform: translateX(1.5rem);
	transition: transform 4s ease;
}
#top .sec-recruit .is--show .img-clip{
	clip-path: polygon(23rem 0, 100% 0%, 100% 100%, 0% 100%);
}
#top .sec-recruit .is--show .img{
	transform: translateX(0);
}
#top .sec-recruit .block-img .img img{
	width: auto;
	height: 100%;
}
#top .sec-recruit .point-item:not(:last-child){
	margin-bottom: 4.5rem;
}
#top .sec-recruit .point-label{
	margin-bottom: 0.7rem;
}
#top .sec-recruit .point-label span{
	display: inline-block;
	position: relative;
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
#top .sec-recruit .point-label span:before,
#top .sec-recruit .point-label span:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2px;
	height: 3.9rem;
	background-color: #ACACAC;
	transform: rotate(30deg);
}
#top .sec-recruit .point-label span:before{
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
}
#top .sec-recruit .point-label span:after{
	right: 0;
	top: 0;
	transform-origin: top right;
}
#top .sec-recruit .box-btn{
	margin-top: 5.5rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-recruit .block-img .img-clip{
		position: relative;
		left: -15.5rem;
	}
	#top .sec-recruit .block-txt{
		margin-top: 6rem;
	}
	#top .sec-recruit .btn{
		margin: 0 auto;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-recruit{
		padding-top: 29.7rem;
	}
	#top .sec-recruit .top-cmn-bg-txt{
		left: calc((100% - 110rem) / 2 + 21rem);
		top: 24rem;
	}
	#top .sec-recruit .bg{
		width: calc((100% - 110rem) / 2 + 96.8rem);
		height: calc(100% - 45rem - 3rem);
		clip-path: polygon(0 0, 100% 0%, calc(100% - 34rem) 100%, 0% 100%);
	}
	#top .sec-recruit .block-ttl{
		margin-bottom: 13rem;
	}
	#top .sec-recruit .block-img{
		position: absolute;
		right: 0;
		top: -0.6rem;
		width: calc((100% - 110rem) / 2 + 58rem);
	}
	#top .sec-recruit .block-img .img-clip{
		width: 100%;
		height: 60.1rem;
	}
	#top .sec-recruit .block-img .img{
		width: calc(100% + 1.5rem);
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#top .sec-recruit .is--show .img-clip{
		clip-path: polygon(34.7rem 0, 100% 0%, 100% 100%, 0% 100%);
	}
	#top .sec-recruit .is--show .img{
		transform: translateX(-1.5rem);
	}
	#top .sec-recruit .point-item{
		width: 49.7rem;
	}
	#top .sec-recruit .point-item:nth-last-child(3){
		padding-left: 10rem;
	}
	#top .sec-recruit .point-item:nth-last-child(2){
		padding-left: 5rem;
	}
	#top .sec-recruit .box-btn{
		margin-top: 6.5rem;
		padding-left: 7.7rem;
	}

	#top .sec-recruit .is--show .ttl--cmn1{
		transition-delay: .3s;
	}
	#top .sec-recruit .is--show .ttl--cmn1:before{
		transition-delay: .7s;
	}
	#top .sec-recruit .is--show .point-item:nth-child(1){
		transition-delay: .5s;
	}
	#top .sec-recruit .is--show .point-item:nth-child(2){
		transition-delay: .7s;
	}
	#top .sec-recruit .is--show .point-item:nth-child(3){
		transition-delay: .9s;
	}
	#top .sec-recruit .is--show .box-btn{
		transition-delay: 1.2s;
	}
}

/* other-content
--------------------------------------*/
#top .sec-other-content{
	padding-top: 15rem;
	margin-bottom: -5rem;
}
#top .sec-other-content .other-block{
	width: 100%;
	height: 30rem;
	background: url(../img/top/other-content-bg1-sp.jpg?update=20250717) no-repeat center center;
	background-size: cover;
}
#top .sec-other-content .other-block2{
	background-image: url(../img/top/other-content-bg2-sp.jpg?update=20250717);
}
#top .sec-other-content .other-block .block-inner{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top .sec-other-content .other-block .other-subttl{
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
}
#top .sec-other-content .other-block .other-ttl{
	font-size: 2.6rem;
	margin-bottom: 2.3rem;
}
#top .sec-other-content .other-block .arrow--circled1{
	margin: 0 auto;
}

@media only screen and (max-width: 599px) {
	#top .sec-other-content .other-block:not(:last-child){
		margin-bottom: 0.4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-other-content{
		padding-top: 27.5rem;
		margin-bottom: -8.5rem;
	}
	#top .sec-other-content .other-block-wrap{
		position: relative;
	}
	#top .sec-other-content .other-block{
		position: relative;
		overflow: hidden;
		width: calc(50% + 6.2rem);
		background-image: url(../img/top/other-content-bg1-pc.jpg?update=20230622);
		background-size: auto 100%;
		background-position: right center;
		clip-path: polygon(0 0, 100% 0%, calc(100% - 17.4rem) 100%, 0% 100%);
	}
	#top .sec-other-content .other-block:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		transition: opacity .35s cubic-bezier(0.33, 1, 0.68, 1);
		background: linear-gradient(to left, #BBE560 0%, #BBE560 5.5rem, #7FB800 76.5rem, #7FB800 100%);
	}
	#top .sec-other-content .other-block:hover:before{
		opacity: 0;
	}
	#top .sec-other-content .other-block2{
		position: absolute;
		width: calc(50% + 6.2rem - 1px);
		right: 0;
		top: 0;
		background-image: url(../img/top/other-content-bg2-pc.jpg?update=20230622);
		background-position: left center;
		clip-path: polygon(17.4rem 0, 100% 0%, 100% 100%, 0% 100%);
		transform: translateY(-8rem) !important;
	}
	#top .sec-other-content .other-block2:before{
		background: linear-gradient(to right, #BBE560 0%, #BBE560 12.5rem, #7FB800 89.5rem, #7FB800 100%);
	}
	#top .sec-other-content .other-block .block-inner{
		position: relative;
		z-index: 2;
	}
}

/*====================================
privacy-policy
====================================*/
#privacy-policy .sec-pagettl{
	background-image: url(../img/privacy-policy/pagettl-bg-sp.jpg);
}
#privacy-policy .sec-policy .block-lead{
	margin-bottom: 7.5rem;
}
#privacy-policy .sec-policy .policy-item:not(:last-child){
	margin-bottom: 5.5rem;
}

@media print,screen and (min-width: 600px) {
	#privacy-policy .sec-pagettl{
		background-image: url(../img/privacy-policy/pagettl-bg-pc.jpg);
	}
	#privacy-policy .sec-policy .policy-item:not(:last-child){
		margin-bottom: 7.5rem;
	}
}

/*====================================
404 / coming soon
====================================*/
#page404 .sec-404 .sec-ttl,
#coming-soon .sec-coming-soon .sec-ttl{
	font-size: 2.6rem;
	margin-bottom: 4.5rem;
}
#page404 .sec-404 .btn,
#coming-soon .sec-coming-soon .btn{
	margin: 10rem auto 0 auto;
}

/*====================================
machinery
====================================*/
#machinery .sec-pagettl{
	background-image: url(../img/machinery/pagettl-bg-sp.jpg);
}
#machinery .sec-machinery .machinery-img-box{
	width: 100%;
}
#machinery .sec-machinery .machinery-img-box.img--dummy{
	padding-bottom: 74.92%;
}
#machinery .sec-machinery .machinery-img-box img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#machinery .sec-machinery .machinery-count-box{
	margin-top: 2rem;
	margin-bottom: 1rem;
	display: flex;
}
#machinery .sec-machinery .machinery-count{
	display: flex;
	align-items: center;
	padding: 1.1rem 2rem;
	font-size: 1.5rem;
}
#machinery .sec-machinery .machinery-ttl-box{
	line-height: 1.88;
	margin-bottom: 1.5rem;
}
#machinery .sec-machinery .machinery-link-item:not(:last-child){
	margin-bottom: 1.4rem;
}
#machinery .sec-machinery .machinery-link{
	position: relative;
	display: inline-block;
	padding-left: 2.6rem;
	font-size: 1.5rem;
	line-height: 1.3;
}
#machinery .sec-machinery .machinery-link .arrow--circled2{
	position: absolute;
	left: 0;
	top: 0.2rem;
}

@media only screen and (max-width: 599px) {
	#machinery .sec-machinery .machinery-item:not(:last-child){
		margin-bottom: 6rem;
	}
}

@media print,screen and (min-width: 600px) {
	#machinery .sec-pagettl{
		background-image: url(../img/machinery/pagettl-bg-pc.jpg);
	}
	#machinery .sec-machinery .machinery-list{
		display: flex;
		flex-wrap: wrap;
	}
	#machinery .sec-machinery .machinery-item{
		width: calc((100% - 5.8rem * 2) / 3);
	}
	#machinery .sec-machinery .machinery-item:not(:nth-child(3n)){
		margin-right: 5.8rem;
	}
	#machinery .sec-machinery .machinery-item:nth-child(n+4){
		margin-top: 8rem;
	}
}

/*====================================
kouyaita jukasetsu
====================================*/
#business .sec-lead{
	position: relative;
	overflow: hidden;
}
#business .sec-lead .bg{
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: calc(100% - 40rem);
	bottom: 0;
	left: 0;
}
#business .sec-lead .sec-inner{
	position: relative;
	z-index: 2;
}
#business .sec-lead .block-img .img-clip{
	width: calc(100% + 15.6rem);
	height: 40rem;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
#business .sec-lead .block-img .img{
	width: calc(100% + 1.5rem);
	height: 100%;
	transform: translateX(1.5rem);
	transition: transform 4s ease;
}
#business .sec-lead .is--show .img-clip{
	clip-path: polygon(23rem 0, 100% 0%, 100% 100%, 0% 100%);
}
#business .sec-lead .is--show .img{
	transform: translateX(0);
}
#business .sec-lead .block-img .img img{
	width: auto;
	height: 100%;
}
#business .sec-lead .block-txt{
	padding: 5.5rem 0;
}

@media only screen and (max-width: 599px) {
	#business .sec-lead .block-img .img-clip{
		position: relative;
		left: -15.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-lead .bg{
		width: calc((100% - 110rem) / 2 + 76.1rem);
		height: calc(100% - 7rem);
		clip-path: polygon(0 0, 100% 0%, calc(100% - 28rem) 100%, 0% 100%);
	}
	#business .sec-lead .block-img{
		position: absolute;
		right: 0;
		top: 0;
		width: calc((100% - 110rem) / 2 + 76.1rem);
	}
	#business .sec-lead .block-img .img-clip{
		width: 100%;
		height: 48.7rem;
	}
	#business .sec-lead .block-img .img{
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#business .sec-lead .is--show .img-clip{
		clip-path: polygon(28rem 0, 100% 0%, 100% 100%, 0% 100%);
	}
	#business .sec-lead .is--show .img{
		transform: translateX(-1.5rem);
	}
	#business .sec-lead .block-txt{
		box-sizing: border-box;
		padding: 19.5rem 0 20.5rem 0;
	}
	#business .sec-lead .block-txt .box-txt{
		width: 35rem;
	}
}

#business .sec-method{
	padding: 15rem 0 14.5rem 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 27rem, #F5F5F5 27rem, #F5F5F5 100%);
}
#business .sec-method .method-img-box.img--dummy{
	padding-bottom: 75.23%;
}
#business .sec-method .method-ttl{
	font-size: 2.2rem;
	line-height: 1.81;
	padding: 2.2rem 0 1.2rem 0;
}
#business .sec-method .method-ttl-link{
	position: relative;
	padding-left: 2.9rem;
	display: inline-block;
}
#business .sec-method .method-ttl-link .arrow--circled2{
	position: absolute;
	top: 0.9rem;
	left: 0;
}

@media only screen and (max-width: 599px) {
	#business .sec-method .method-item:not(:last-child){
		margin-bottom: 5.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-method{
		padding: 20rem 0 19.5rem 0;
		background: linear-gradient(to bottom, transparent 0%, transparent 39rem, #F5F5F5 39rem, #F5F5F5 100%);
	}
	#business .sec-method .method-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#business .sec-method .method-item{
		width: calc((100% - 8rem) / 2);
	}
	#business .sec-method .method-item:nth-child(n+3){
		margin-top: 11.5rem;
	}
	#business .sec-method .method-ttl{
		padding-top: 3rem;
	}
}

/* kouyaita
--------------------------------------*/
#business.page--kouyaita .sec-pagettl{
	background-image: url(../img/kouyaita/pagettl-bg-sp.jpg);
}

@media print,screen and (min-width: 600px) {
	#business.page--kouyaita .sec-pagettl{
		background-image: url(../img/kouyaita/pagettl-bg-pc.jpg);
	}
}

/* jukasetsu
--------------------------------------*/
#business.page--jukasetsu .sec-pagettl{
	background-image: url(../img/jukasetsu/pagettl-bg-sp.jpg);
}
#business.page--jukasetsu .sec-pagettl .bg-txt{
	line-height: 1.8;
}

@media only screen and (max-width: 599px) {
	#business.page--jukasetsu .sec-pagettl .bg-txt{
		width: 15em;
		left: calc((15em - 100%) / 2 * -1);
	}
}

@media print,screen and (min-width: 600px) {
	#business.page--jukasetsu .sec-pagettl{
		background-image: url(../img/jukasetsu/pagettl-bg-pc.jpg);
	}
}


/*====================================
works
====================================*/
#works .sec-pagettl{
	background-image: url(../img/works/pagettl-bg-sp.jpg);
}

#works.page--single .single-period{
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.2;
}
#works.page--single .single-period .label{
	width: 8rem;
	height: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#works.page--single .single-period .txt{
	flex: 1;
	padding-left: 1rem;
}
#works.page--single .single-content2,
#works.page--single .gallery-block{
	margin-top: 6rem;
	margin-bottom: 6rem;
}

@media only screen and (max-width: 599px) {
	#works.page--single .gallery-block .img-box{
		pointer-events: none;
	}
	#works.page--single .gallery-block .img-box:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#works .sec-pagettl{
		background-image: url(../img/works/pagettl-bg-pc.jpg);
	}

	#works.page--single .motouke-box{
		margin-bottom: 8rem;
	}
	#works.page--single .single-content2,
	#works.page--single .gallery-block{
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
	#works.page--single .gallery-block{
		display: flex;
		flex-wrap: wrap;
	}
	#works.page--single .gallery-block .img-box{
		width: calc((100% - 5.7rem * 2) / 3);
	}
	#works.page--single .gallery-block .img-box:not(:nth-child(3n)){
		margin-right: 5.7rem;
	}
	#works.page--single .gallery-block .img-box:nth-child(n+4){
		margin-top: 5.7rem;
	}

	#works.page--single .popup--img .popup-inner{
		width: 100%;
	}
	#works.page--single .popup--img .scroll-area{
		overflow: visible;
	}
	#works.page--single .popup--img .js--popup-receive{
		height: 100%;
		width: 100%;
	}
	#works.page--single .popup--img .js--popup-receive img{
		width: auto;
		height: auto;
		max-width: calc(100vw - 12rem);
		max-height: calc(100vh - 22rem);
	}
}


/*====================================
news
====================================*/
#news .sec-pagettl{
	background-image: url(../img/news/pagettl-bg-sp.jpg);
}

@media print,screen and (min-width: 600px) {
	#news .sec-pagettl{
		background-image: url(../img/news/pagettl-bg-pc.jpg);
	}
}


/*====================================
contact
====================================*/
#contact .sec-pagettl{
	background-image: url(../img/contact/pagettl-bg-sp.jpg);
}
#contact .sec-form{
	padding-bottom: 15rem;
}
#contact .sec-form .block-lead{
	margin-bottom: 6rem;
}
#contact .sec-form .block-lead p{
	margin-bottom: 0;
}
#contact .sec-form .block-lead .req-txt{
	margin-top: 0.5rem;
	font-size: 1.5rem;
}
#contact .sec-form .block-lead .req-txt span{
	padding-right: 0.5rem;
}

@media print,screen and (min-width: 600px) {
	#contact .sec-pagettl{
		background-image: url(../img/contact/pagettl-bg-pc.jpg);
	}
	#contact .sec-form{
		padding-bottom: 20rem;
	}
	#contact .sec-form .block-lead{
		margin-bottom: 7.5rem;
	}
}

/*====================================
company
====================================*/
#company .sec-pagettl{
	background-image: url(../img/company/pagettl-bg-sp.jpg);
}
#company .sec-philosophy{
	position: relative;
	overflow: hidden;
}
#company .sec-philosophy .sec-inner{
	position: relative;
}
#company .sec-philosophy .block-img .img-clip{
	position: relative;
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
#company .sec-philosophy .block-img .img{
	width: calc(100% + 1.5rem);
	height: 100%;
	transform: translateX(1.5rem);
	transition: transform 4s ease;
}
#company .sec-philosophy .is--show .img{
	transform: translateX(0);
}
#company .sec-philosophy .block-img .img img{
	width: auto;
	height: 100%;
}
#company .sec-philosophy .block-img1 .img-clip{
	width: 61.6rem;
	height: 24.6rem;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#company .sec-philosophy .block-img2 .img-clip{
	width: calc(100% + 15.6rem);
	height: 40rem;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

#company .sec-philosophy .block-txt{
	box-sizing: border-box;
	padding: 10rem 2rem;
}

@media only screen and (max-width: 599px) {
	#company .sec-philosophy .block-img1 .img-clip{
		left: -29.1rem;
	}
	#company .sec-philosophy .block-img1.is--show .img-clip{
		clip-path: polygon(0 0, 100% 0, calc(100% - 14.2rem) 100%, 0% 100%);
	}
	#company .sec-philosophy .block-img2 .img-clip{
		left: -15.5rem;
	}
	#company .sec-philosophy .block-img2.is--show .img-clip{
		clip-path: polygon(23rem 0, 100% 0%, 100% 100%, 0% 100%);
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-pagettl{
		background-image: url(../img/company/pagettl-bg-pc.jpg);
	}
	#company .sec-philosophy .block-img{
		position: absolute;
	}
	#company .sec-philosophy .block-img .img-clip{
		width: 100%;
	}
	#company .sec-philosophy .block-img .img{
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#company .sec-philosophy .is--show .img{
		transform: translateX(-1.5rem);
	}
	#company .sec-philosophy .block-img1{
		left: 0;
		top: 0;
		width: calc((100% - 110rem) / 2 + 30rem);
	}
	#company .sec-philosophy .block-img1 .img-clip{
		height: 30rem;
	}
	#company .sec-philosophy .block-img1 .img{
		display: flex;
		justify-content: flex-end;
	}
	#company .sec-philosophy .is--show .block-img1 .img-clip{
		clip-path: polygon(0 0, 100% 0, calc(100% - 17.3rem) 100%, 0% 100%);
	}
	#company .sec-philosophy .block-img2{
		right: 0;
		bottom: 0;
		width: calc((100% - 110rem) / 2 + 60rem);
	}
	#company .sec-philosophy .block-img2 .img-clip{
		height: 48.7rem;
	}
	#company .sec-philosophy .is--show .block-img2 .img-clip{
		clip-path: polygon(28rem 0, 100% 0%, 100% 100%, 0% 100%);
	}
	#company .sec-philosophy .block-txt{
		padding: 17rem 0 19rem 24.9rem;
	}
	#company .sec-philosophy .block-txt .block-inner{
		width: 27.8rem;
	}

	#company .sec-philosophy .is--show .ttl--cmn1-v:before{
		transition-delay: .2s;
	}
	#company .sec-philosophy .is--show .ttl--cmn1-v span{
		transition-delay: .35s;
	}
	#company .sec-philosophy .is--show .ttl--cmn1-v:after{
		transition-delay: .5s;
	}
	#company .sec-philosophy .is--show .box-txt{
		transition-delay: .7s;
	}
	#company .sec-philosophy .is--show .block-img2 .img-clip{
		transition-delay: 1s;
	}
}

#company .sec-policy{
	padding: 15rem 0;
}
#company .sec-policy .sec-ttl{
	margin-bottom: 7rem;
}
#company .sec-policy .policy-ttl-box{
	display: flex;
	justify-content: center;
}
#company .sec-policy .policy-ttl-box-inner{
	position: relative;
}
#company .sec-policy .policy-ttl{
	font-size: 6rem;
}
#company .sec-policy .policy-item .cursive{
	position: absolute;
	pointer-events: none;
	transform: rotate(-15deg);
	width: 6.6rem;
	bottom: -0.9rem;
	right: -2.7rem;
}
#company .sec-policy .policy-item.item2 .cursive{
	width: 8.8rem;
}
#company .sec-policy .policy-item.item3s .cursive{
	width: 7.1rem;
}
#company .sec-policy .policy-sub-ttl{
	font-size: 1.3rem;
	margin: 3rem 0;
}

@media only screen and (max-width: 599px) {
	#company .sec-policy .policy-item:not(:last-child){
		margin-bottom: 8rem;
	}
	#company .sec-policy .policy-item .is--show .cursive{
		transition-delay: .15s;
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-policy{
		padding: 20rem 0;
	}
	#company .sec-policy .policy-list{
		display: flex;
		justify-content: center;
	}
	#company .sec-policy .policy-item:not(:last-child){
		margin-right: 7rem;
	}
	#company .sec-policy .is--show .policy-item.item1 .policy-sub-ttl{
		transition-delay: .1s;
	}
	#company .sec-policy .is--show .policy-item.item1 .policy-txt{
		transition-delay: .2s;
	}
	#company .sec-policy .is--show .policy-item.item2 .policy-ttl{
		transition-delay: .4s;
	}
	#company .sec-policy .is--show .policy-item.item2 .cursive{
		transition-delay: .5s;
	}
	#company .sec-policy .is--show .policy-item.item2 .policy-sub-ttl{
		transition-delay: .6s;
	}
	#company .sec-policy .is--show .policy-item.item2 .policy-txt{
		transition-delay: .7s;
	}
	#company .sec-policy .is--show .policy-item.item3 .policy-ttl{
		transition-delay: .9s;
	}
	#company .sec-policy .is--show .policy-item.item3 .cursive{
		transition-delay: 1s;
	}
	#company .sec-policy .is--show .policy-item.item3 .policy-sub-ttl{
		transition-delay: 1.1s;
	}
	#company .sec-policy .is--show .policy-item.item3 .policy-txt{
		transition-delay: 1.2s;
	}
}

#company .sec-history{
	background: url(../img/company/history-bg-sp.jpg) no-repeat center center;
	background-size: cover;
	padding: 8rem 0;
}
#company .sec-history .sec-ttl{
	height: 10.2rem;
}
#company .sec-history .history-list{
	line-height: 1.88;
	position: relative;
	padding-top: 4rem;
}
#company .sec-history .history-list:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2px;
	height: 100%;
	background-color: #707070;
	left: 5.1rem;
	top: 0;
}
#company .sec-history .history-block{
	position: relative;
	z-index: 2;
	display: flex;
}
#company .sec-history .history-block:not(:last-child){
	margin-bottom: 4.5rem;
}
#company .sec-history .history-block .box-date{
	width: 9.6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #727171;
}
#company .sec-history .history-block .box-txt{
	flex: 1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 599px) {
	#company .sec-history .history-block .box-txt{
		padding-left: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-history{
		background-image: url(../img/company/history-bg-pc.jpg);
		padding: 10rem 0;
	}
	#company .sec-history .history-list{
		padding-bottom: 4rem;
	}
	#company .sec-history .history-list:before{
		left: calc((100% - 2px) / 2);
	}
	#company .sec-history .history-block{
		width: calc(14rem + (100% - 14rem) / 2);
	}
	#company .sec-history .history-block:nth-child(odd){
		margin-right: 0;
		margin-left: auto;
	}
	#company .sec-history .history-block:not(:last-child){
		margin-bottom: 4rem;
	}
	#company .sec-history .history-block .box-date{
		width: 14rem;
	}
	#company .sec-history .history-block:nth-child(even) .box-date{
		order: 2;
	}
	#company .sec-history .history-block:nth-child(even) .box-txt{
		order: 1;
		padding-right: 3rem;
		justify-content: flex-end;
		text-align: right;
	}
	#company .sec-history .history-block:nth-child(odd) .box-txt{
		padding-left: 3rem;
	}
}

#company .sec-profile{
	padding: 15rem 0;
}
#company .sec-profile .profile-table{
	line-height: 1.88;
}
#company .sec-profile .profile-table p:not(:last-child){
	margin-bottom: 1.88em;
}
#company .sec-profile .profile-tr{
	padding: 2.4rem 3rem;
}
#company .sec-profile .profile-tr:not(:last-child){
	margin-bottom: 0.3rem;
}

@media only screen and (max-width: 599px) {
	#company .sec-profile .profile-th{
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #ECECEC
	}
	#company .sec-profile .profile-td{
		padding-top: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-profile{
		padding: 20rem 0;
	}
	#company .sec-profile .profile-tr{
		display: flex;
		align-items: center;
		padding: 2.5rem 0;
	}
	#company .sec-profile .profile-th{
		box-sizing: border-box;
		width: 15rem;
		padding: 0 3rem;
	}
	#company .sec-profile .profile-td{
		box-sizing: border-box;
		flex: 1;
		padding: 0 3.3rem;
		border-left: 1px solid #ECECEC;
	}
}

/*====================================
about
====================================*/
#about .sec-pagettl{
	background-image: url(../img/about/pagettl-bg-sp.jpg);
}
#about .sec-strength{
	position: relative;
	overflow: hidden;
}
#about .sec-strength .sec-ttl{
	height: 22.2rem;
}
#about .sec-strength .strength-block:not(:first-child){
	margin-top: 9.5rem;
}
#about .sec-strength .strength-block .box-ttl .item-num{
	line-height: 1;
	margin-bottom: 2.7rem;
}
#about .sec-strength .strength-block .box-ttl .item-ttl{
	font-size: 2.2rem;
	line-height: 1.81;
}
#about .sec-strength .img-clip{
	position: relative;
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
	width: 102.1rem;
	height: 33.1rem;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#about .sec-strength .is--show .img-clip{
	clip-path: polygon(19rem 0, 100% 0%, 100% 100%, 0% 100%);
}
#about .sec-strength .strength-block .img{
	width: calc(100% + 1.5rem);
	height: 100%;
	transform: translateX(1.5rem);
	transition: transform 4s ease;
}
#about .sec-strength .is--show .img{
	transform: translateX(0);
}
#about .sec-strength .strength-block .box-txt{
	margin-top: 2.7rem;
}


@media only screen and (max-width: 599px) {
	#about .sec-strength .strength-block .box-ttl{
		margin-bottom: 2.5rem;
	}
	#about .sec-strength .strength-block .box-img .img-clip{
		left: -36rem;
	}
}

@media print,screen and (min-width: 600px) {
	#about .sec-pagettl{
		background-image: url(../img/about/pagettl-bg-pc.jpg);
	}
	#about .about-bg-wrap{
		position: relative;
	}
	#about .about-bg-wrap > .bg{
		position: absolute;
		pointer-events: none;
		left: 0;
		top: 22.2rem;
		width: calc((100% - 96rem) / 2);
		height: calc(100% - 22.2rem);
		background: url(../img/about/about-bg.jpg) no-repeat top right;
		background-size: 52rem auto;
	}
	#about .about-bg-wrap > .bg:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		opacity: 0.85;
		background: linear-gradient(to bottom, #90C31F 0%, #000000 160rem);
	}
	#about .sec-strength .sec-ttl{
		margin-bottom: 15rem;
	}
	#about .sec-strength .strength-list,
	#about .sec-greeting{
		box-sizing: border-box;
		padding-left: 24rem;
	}
	#about .sec-strength .strength-block{
		position: relative;
	}
	#about .sec-strength .strength-block:not(:first-child){
		margin-top: 19.5rem;
	}
	#about .sec-strength .strength-block .box-ttl{
		box-sizing: border-box;
		min-height: 33.1rem;
		padding-top: 5.5rem;
	}
	#about .sec-strength .strength-block .box-img{
		position: absolute;
		top: 0;
		left: 29rem;
	}
	#about .sec-strength .strength-block .img{
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#about .sec-strength .is--show .img{
		transform: translateX(-1.5rem);
	}
	#about .sec-strength .strength-block .box-txt{
		margin-top: 6.7rem;
	}
}

/* greeting
--------------------------------------*/
#about .sec-greeting{
	padding-top: 14.5rem;
}
#about .sec-greeting .block-name{
	margin-top: 2.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#about .sec-greeting .block-name .box-txt{
	font-size: 1.5rem;
	margin-right: 1.7rem;
}
#about .sec-greeting .block-name .box-name{
	width: 10.2rem;
}

@media print,screen and (min-width: 600px) {
	#about .sec-greeting{
		padding-top: 19.5rem;
		padding-bottom: 10rem;
	}
}

/*====================================
csr
====================================*/
#csr .sec-pagettl{
	background-image: url(../img/csr/pagettl-bg-sp.jpg);
}
#csr .sec-lead{
	margin-bottom: 9.5rem;
}
#csr .sec-csr-wrap{
	overflow: hidden;
}
#csr .sec-csr{
	position: relative;
	padding-top: 5rem;
}
#csr .sec-csr:not(:last-child){
	margin-bottom: 5.5rem;
}
#csr .sec-csr .bg-img{
	position: absolute;
	top: 0;
}
#csr .sec-csr .bg-img .img-clip{
	position: relative;
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
	width: 102.1rem;
	height: 33.1rem;
}
#csr .sec-csr .bg-img .img{
	width: auto;
	height: 100%;
	transition: transform 4s ease;
}
#csr .sec-csr.is--show .bg-img .img{
	transform: translateX(0) !important;
}
#csr .sec-csr:nth-child(odd) .bg-img .img-clip{
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#csr .sec-csr:nth-child(odd).is--show .bg-img .img-clip{
	clip-path: polygon(19rem 0, 100% 0%, 100% 100%, 0% 100%);
}
#csr .sec-csr:nth-child(odd) .bg-img .img{
	transform: translateX(1.5rem);
}
#csr .sec-csr:nth-child(even) .bg-img .img-clip{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#csr .sec-csr:nth-child(even).is--show .bg-img .img-clip{
	clip-path: polygon(0 0, calc(100% - 19rem) 0%, 100% 100%, 0% 100%);
}
#csr .sec-csr:nth-child(even) .bg-img .img{
	transform: translateX(-1.5rem);
}
#csr .sec-csr .bg-img .img img{
	width: auto;
	height: 100%;
}
#csr .sec-csr .sec-inner{
	position: relative;
	z-index: 2;
}
#csr .sec-csr .sec-ttl{
	color: #fff;
}
#csr .sec-csr .csr-block .ttl{
	font-size: 2.2rem;
	line-height: 1.8;
}

@media only screen and (max-width: 599px) {
	#csr .sec-csr:nth-child(odd) .bg-img{
		left: -35.3rem;
	}
	#csr .sec-csr:nth-child(even) .bg-img{
		right: -35.3rem;
	}
	#csr .sec-csr .csr-block:not(:last-child){
		margin-bottom: 3.5rem;
	}
	#csr .sec-csr .csr-block .ttl{
		margin-top: 1.7rem;
		margin-bottom: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#csr .sec-pagettl{
		background-image: url(../img/csr/pagettl-bg-pc.jpg);
	}
	#csr .sec-lead{
		margin-bottom: 11.5rem;
	}
	#csr .sec-csr{
		padding-top: 7rem;
	}
	#csr .sec-csr:not(:last-child){
		margin-bottom: 19.5rem;
	}
	#csr .sec-csr .bg-img{
		width: 137.1rem;
	}
	#csr .sec-csr:nth-child(odd) .bg-img{
		left: 17.9rem;
	}
	#csr .sec-csr:nth-child(even) .bg-img{
		right: 17.9rem;
	}
	#csr .sec-csr .bg-img .img-clip{
		width: 100%;
	}
	#csr .sec-csr .bg-img .img{
		width: calc(100% + 1.5rem);
		transform: translateX(0);
		transition: transform 6s ease;
	}
	#csr .sec-csr.is--show .bg-img .img{
		transform: translateX(-1.5rem);
	}
	#csr .sec-csr .sec-ttl{
		margin-bottom: 7rem;
	}
	#csr .sec-csr .csr-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#csr .sec-csr .csr-block{
		width: calc((100% - 1rem) / 2);
	}
	#csr .sec-csr .csr-block:nth-child(n+3){
		margin-top: 5rem;
	}
	#csr .sec-csr .csr-block .box-img{
		position: relative;
	}
	#csr .sec-csr .csr-block .box-img .ttl{
		position: absolute;
		box-sizing: border-box;
		width: 36rem;
		height: 5rem;
		padding-top: 1.8rem;
		text-align: center;
		bottom: 0;
		left: calc((100% - 36rem) / 2);
	}
	#csr .sec-csr .csr-block .box-txt{
		padding: 1.7rem 4rem 0 4rem;
	}
}


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

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

@media only screen and (max-width: 599px) {
}

@media print,screen and (min-width: 600px) {
}

/*
--------------------------------------*/
