@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}

.top{
    position: relative;
}
/*MV*/

#main{
    padding-top: 140px;
}

#mvWrap{
	position: relative;
	box-sizing: border-box;
    text-align: center;
}
.mv{
	position: relative;
}
.mvTxtW{
	margin-bottom: 80px;
}
.mvCopy1{
	text-align: left;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	padding-top: 100px;
}
.mvCopy2{
	text-align: left;
	line-height: 4rem;
	letter-spacing: 0.05em;
	font-size: 1.8rem
}
.mvImgW{
	position: absolute;
	width: 830px;
	height: 703px;
	top: 0;
	left: 50%;
	transform: translateX(128px);
	z-index: 1;
	animation-name: mv_img;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv_img{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.mvImgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.mvImgW:before{
	content: "";
	background: #006934;
	width: 300px;
	height: 200px;
	position: absolute;
	display: block;
	left: -85px;
	bottom: -115px;
}
	
.mvImgW2{
	position: relative;
	text-align: right;
	z-index: 1;
}
.mvImg2{
	width: 1038px;
	position: absolute;
	left: 50%;
	transform: translateX(-960px);
	top: 0;
}
.mvImg2 img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mvImg2:before{
	content: "";
	background: #1EAA39;
	width: 388px;
	height: 258px;
	position: absolute;
	display: block;
	right: 333px;
	bottom: -130px;
	z-index: 0;
}
.mvImg3{
	position: relative;
	width: 557px;
	display: inline-block;
	margin-top: 406px;
}
.assetImg01{
	width: 100%;
	height: 36.4vw;
	background: url("../img/asset_img_01.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}

/*TOPページ*/

#topSec01{
    position: relative;
}
.topSec01W{
    padding: 100px 0 40px;
    text-align: left;
	position: relative;
}
.top01W{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,1);
}
.top01TtlW{
	display: inline-block;
}
.newsLists{
	width: 867px;
	display: inline-block;
	border-top: 1px solid rgba(0,0,0,1);
	margin-bottom: 135px;
}
.newsList{
	border-bottom: 1px solid rgba(0,0,0,1);
	padding: 30px 0;
}
.newsDate{
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 30px;
	vertical-align: top;
}
.newsTxt{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: top;
}
.newsTxt a:hover{
	text-decoration: underline;
}

#topSec02{
    position: relative;
}
.topSec02W{
    text-align: left;
	padding: 100px 0 200px;
	position: relative;
}
.top02W1{
	position: relative;
	margin-bottom: 182px;
}
.top02Ttl1S{
    margin-bottom: 60px;
}
.top02Copy{
	margin-bottom: 70px;
}

.top02Img1 {
	width: 45vw;
	position: absolute;
	left: 50%;
	transform: translateX(87px);
	top: 0;
	height: 1100px;
}
.top02Img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top02W2{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.top02Box1{
	width: 500px;
}
.top02Img2{
	margin-bottom: 30px;
}
.top02Txt2{
	margin-bottom: 30px;
}

.top02Box2{
	width: 500px;
	margin-top: 280px;
}

.top02Box2 .top02Ttl2No{
	text-align: right;
}
.top02Box2 .top02Ttl2{
	text-align: right;
}
.top02Box2 .commonBtn01W{
	text-align: right;
}

#topSec03{
    position: relative;
}
.topSec03W{
	padding: 230px 0 178px;
	position: relative;
}
.top03W{
	display: flex;
	justify-content: space-between;
}
.top03Box{
	width: 486px;
}
.top03Box a{
	display: block;
}
.top03Box a:hover{
	opacity: 0.8;
}
.top03TtlS{
	margin-bottom: 55px;
}
.top03Img{
}

#secCta{
	background: #006934;
	position: relative;
}
.secCtaW{
	text-align: center;
	padding: 80px 0 90px;
	color: #fff;
}
.secCtaTtlW{
	margin-bottom: 50px;
}
.secCtaLists1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.secCtaList1{
	width: 34%;
	border-left: 1px solid rgba(255,255,255,1);
}
.secCtaList1:last-child{
	border-right: 1px solid rgba(255,255,255,1);
}
.secCtaTtl2{
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.secCtaTtl3{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.secCtaTxt{
	font-size: 1.6rem;
	line-height: 2.5rem;
	letter-spacing: 0.05em;
}

.secCtaLists2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
	width: 500px;
	margin: 0 auto;
}
.secCtaList2{
	width: 100px;
	text-align: center;
	position: relative;
	padding-top: 60px;
}

.iconTxt{
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: bold;
}
.iconTxt:after{
	content: "";
	background: url("../img/arrow_b.svg") no-repeat;
	width: 19px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
	white-space: nowrap;
	font-size: 2rem;
	font-weight: bold;
}
.ctaIcon{
	display: inline-block;
}
.ctaIcon:hover{
	filter: brightness(1.1);
}


/*中面共通*/

#inMain{
    padding-top: 140px;
}

#inMvWrap{
	position: relative;
	box-sizing: border-box;
    text-align: center;
}
.inMv{
	text-align: center;
	background: #006934;
	color: #fff;
	height: 200px;
	box-sizing: border-box;
	padding-top: 60px;
}
.inMvTtl{
	font-size: 5rem;
	line-height: 5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.inMvTtlS{
	font-size: 1.6rem;
}

.inBreadW{
	text-align: left;
	font-size: 1.2rem;
	padding-top: 24px;
}
.inBread01{
	color: #006934 !important;
	display: inline-block;
	position: relative;
}
.inBread01:after{
	content: ">";
	margin: 0 10px;
}
.inBread02{
	color: #006934 !important;
	display: inline-block;
	position: relative;
}

/*サービスページ*/

#serSec01{
    position: relative;
}
.serSec01W{
    text-align: left;
	padding: 60px 0 200px;
	position: relative;
}

.ser01Img1{
	width: 45vw;
	position: absolute;
	left: 50%;
	transform: translateX(87px);
	top: 0;
	height: 670px;
}
.ser01Img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ser01W2{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.ser01Box1{
	width: 500px;
}
.ser01Img2{
	margin-bottom: 30px;
}
.ser01Txt2{
	margin-bottom: 30px;
}

.ser01Box2{
	width: 500px;
}
.ser01BtnW{
	text-align: center;
}

#serSec02{
	position: relative;
}
.serSec02W{
    text-align: center;
	padding: 60px 0 100px;
	position: relative;
	border-bottom: 1px solid #000;
}
.ser02TtlW{
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.ser02TtlW:after{
	content: "";
	background: #000;
	width: 50px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.ser02TxtW{
	margin-bottom: 100px;
}
.ser02Lists{
	display: flex;
	justify-content: space-between;
}
.ser02List{
	width: 316px;
	text-align: left;
}
.ser02Img01{
	margin-bottom: 15px;
}
#serSec03{
	position: relative;
}
.serSec03W{
    text-align: center;
	padding: 100px 0 100px;
	position: relative;
	border-bottom: 1px solid #000;
}
#serSec04{
	position: relative;
}
.serSec04W{
    text-align: center;
	padding: 100px 0 100px;
	position: relative;
}
.ser04TxtW{
	margin-bottom: 60px;
}
.ser04Lists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.ser04List{
	width: 48%;
	margin-bottom: 40px;
}
.serQ{
	font-size: 2rem;
	color: #006934;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.serA{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.7rem;
	letter-spacing: 0.05em;
}

/*会社案内*/

#comSec01{
    position: relative;
}
.comSec01W{
    text-align: right;
	padding: 60px 0 250px;
	position: relative;
	white-space: nowrap;
}
.com01TxtW{
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	position: relative;
	font-feature-settings: normal;
}
.com01TtlW{
	margin-left: 96px;
}
.com01Ttl1{
	display: inline-block;
}
.com01Ttl1S{
	display: inline-block;
}
.com01Img{
	position: absolute;
	top: 60px;
	right: 430px;
	width: 60.9vw;
	height: 790px;
	max-width: 1046px;
	min-width: 720px;
}
.com01Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#comSec02{
    position: relative;
}
.comSec02W{
    text-align: left;
	padding: 100px 0 35px;
	position: relative;
}
.com02TxtW{
	width: 620px;
	display: inline-block;
}
.com02Img {
	width: 830px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(130px);
	height: 650px;
}
.com02Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#comSec03{
    position: relative;
}
.comSec03W{
	padding: 100px 0 187px;
	position: relative;
	border-bottom: 1px solid #000;
}
.com03W{
	text-align: right;
	position: relative;
	margin-bottom: 140px;
}
.com03TxtW{
	width: 580px;
	display: inline-block;
}
.com03Txt{
	text-align: left;
	font-size: 2rem;
}
.com03Dl{
	border-bottom: 1px solid #B5B5B6;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.com03Dl dt{
	display: inline-block;
	width: 137px;
	color: #006934;
}
.com03Dl dd{
	width: 443px;
}
.com03Img{
	width: 44.7vw;
	max-width: 860px;
	position: absolute;
	top: 0;
	right: 650px;
	height: 538px;
}
.com03Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gMap iframe{
	width: 100%;
	height: 300px;
}

#comSec04{
    position: relative;
}
.comSec04W{
	padding: 200px 0 250px;
	position: relative;
}
.comSec04W img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.com04W1{
	text-align: left;
	position: relative;
	margin-bottom: 286px;
}
.com04TxtW1{
	display: inline-block;
	width: 620px;
}

.com04Img1{
	position: absolute;
	width: 43.2vw;
	max-width: 830px;
	top: 0;
	left: 50%;
	transform: translateX(130px);
	height: 377px;
}

.com04W2{
	text-align: right;
	position: relative;
	margin-bottom: 286px;
}
.com04TxtW2{
	display: inline-block;
	width: 890px;
}
.com04Img2{
	position: absolute;
	width: 29vw;
	max-width: 556px;
	right: 957px;
	top: 0;
	height: 378px;
}
.com04W3{
	text-align: left;
	position: relative;
	margin-bottom: 300px;
}
.com04TxtW3{
	display: inline-block;
	width: 620px;
}

.com04Img3{
	position: absolute;
	width: 43.2vw;
	max-width: 830px;
	top: 0;
	left: 50%;
	transform: translateX(130px);
	height: 377px;
}

.com04W4{
	text-align: right;
	position: relative;
	margin-bottom: 170px;
}
.com04TxtW4{
	display: inline-block;
	width: 890px;
}
.com04W5{
	text-align: left;
	position: relative;
}
.com04BnW{
	display: flex;
	justify-content: space-between;
}
.com04Bn{
	width: 500px;
	color: #fff !important;
}
.com04Bn a:hover{
	opacity: 0.8;
}
.comAsset{
	margin-bottom: 280px;
}

/*プライバシー*/

#priSec01{
    position: relative;
}
.priSec01W{
    text-align: left;
	padding: 80px 0 200px;
	position: relative;
}
.priTtl{
	margin-bottom: 20px;
}
.priTxt{
	margin-bottom: 20px;
}

