@charset "utf-8";
/* CSS Document */

.pc {
	display: none !important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

.top{
    position: relative;
}

#main{
}

#mvWrap{
    padding-top: 60px;
	position: relative;
	box-sizing: border-box;
    text-align: center;
	padding-bottom: 25px;
}
.mv{
	position: relative;
}
.mvTxtW{
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.mvCopy1{
	text-align: left;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 50px;
	padding-top: 30px;
	letter-spacing: 0.05em;
}
.mvCopy2{
	text-align: left;
	line-height: 2.4rem;
	letter-spacing: 0.05em;
	font-size: 1.4rem
}
.mvImgW{
	position: absolute;
	width: 50%;
	height: 250px;
	top: 0;
	left: 50%;
	transform: translateX(20px);
}
.mvImgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.mvImgW:before{
	content: "";
	background: #006934;
	width: 100px;
	height: 80px;
	position: absolute;
	display: block;
	right: -20px;
	bottom: -60px;
}
	
.mvImgW2{
	position: relative;
	text-align: right;
	z-index: 1;
}
.mvImg2{
	width: 250px;
	position: absolute;
	left: 50%;
	transform: translateX(-195px);
	top: 0;
}
.mvImg2 img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mvImg2:before{
	content: "";
	background: #1EAA39;
	width: 200px;
	height: 80px;
	position: absolute;
	display: block;
	right: -53px;
	bottom: -60px;
	z-index: 0;
}
.mvImg3{
	position: relative;
	width: 200px;
	display: inline-block;
	margin-top: 150px;
}
.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: 50px 0 20px;
    text-align: left;
	position: relative;
}
.top01W{
}
.top01TtlW{
	display: inline-block;
	margin-bottom: 30px;
}
.newsLists{
	display: inline-block;
	border-top: 1px solid rgba(0,0,0,1);
}
.newsList{
	border-bottom: 1px solid rgba(0,0,0,1);
	padding: 20px 0;
}
.newsDate{
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 30px;
}
.newsTxt{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
}

#topSec02{
    position: relative;
}
.topSec02W{
    text-align: left;
	padding: 50px 0;
	position: relative;
}
.topSec02W:before{
	content: "";
	background: url("../img/leaf_1.png") no-repeat;
	background-size: contain;
	width: 163px;
	height: 184px;
	position: absolute;
	right: -40px;
	top: 40px;
}
.top02W1{
	position: relative;
	margin-bottom: 60px;
}
.top02Ttl1S{
    margin-bottom: 30px;
}
.top02Copy{
	margin-bottom: 30px;
}
.top02Txt1{
	margin-bottom: 30px;
}

.top02Img1 {
	height: 300px;
}
.top02Img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top02W2{
}
.top02Box1{
	margin-bottom: 60px;
}
.top02Img2{
	margin-bottom: 20px;
}
.top02Txt2{
	margin-bottom: 30px;
}

.top02Box2{
}

.top02Box2 .top02Ttl2No{
}
.top02Box2 .top02Ttl2{
}
.top02Box2 .commonBtn01W{
}

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

#secCta{
	background: #006934;
	position: relative;
}
.secCtaW{
	text-align: center;
	padding: 50px 0;
	color: #fff;
}
.secCtaTtlW{
	margin-bottom: 30px;
}
.secCtaLists1{
	margin-bottom: 30px;
}
.secCtaList1{
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 20px 0;
}
.secCtaList1:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.secCtaTtl2{
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.secCtaTtl3{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.secCtaTxt{
	font-size: 1.4rem;
	line-height: 2.5rem;
	letter-spacing: 0.05em;
}

.secCtaLists2{
	display: flex;
	justify-content: space-around;
}
.secCtaList2{
	width: 50px;
	text-align: center;
	position: relative;
	padding-top: 40px;
}

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

/*中面共通*/

#inMain{
}

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

.inBreadW{
	text-align: left;
	font-size: 1.2rem;
	padding-top: 15px;
}
.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: 50px 0;
	position: relative;
}
.ser01Box1{
	margin-bottom: 60px;
}
.ser01Img2{
	margin-bottom: 20px;
}
.ser01Txt2{
	margin-bottom: 30px;
}

#serSec02{
	position: relative;
}
.serSec02W{
    text-align: center;
    padding: 50px 0;
	position: relative;
	border-bottom: 1px solid #000;
}
.ser02TtlW{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.ser02TtlW:after{
	content: "";
	background: #000;
	width: 25px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.ser02TxtW{
	margin-bottom: 50px;
}
.ser02Lists{
}
.ser02List{
	text-align: left;
	margin-bottom: 30px;
}
.ser02Img01{
	margin-bottom: 15px;
	height: 300px;
}
.ser02Img01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#serSec03{
	position: relative;
}
.serSec03W{
    text-align: center;
    padding: 50px 0;
	position: relative;
	border-bottom: 1px solid #000;
}
#serSec04{
	position: relative;
}
.serSec04W{
    text-align: center;
    padding: 50px 0;
	position: relative;
}
.ser04TxtW{
	margin-bottom: 30px;
}
.ser04Lists{
	text-align: left;
}
.ser04List{
	margin-bottom: 20px;
}
.serQ{
	font-size: 1.6rem;
	color: #006934;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.serA{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

/*会社案内*/

#comSec01{
    position: relative;
}
.comSec01W{
	padding: 50px 0;
	position: relative;
}
.com01TxtW{
	position: relative;
	margin-bottom: 30px;
}
.com01TtlW{
	margin-bottom: 30px;
}
.com01Ttl1{
}
.com01Ttl1S{
}
.com01Img{
}
.com01Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#comSec02{
    position: relative;
}
.comSec02W{
    text-align: left;
	padding: 50px 0;
	position: relative;
}
.com02TxtW{
	display: inline-block;
	margin-bottom: 30px;
}
.com02Img {
}
.com02Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#comSec03{
    position: relative;
}
.comSec03W{
	padding: 50px 0;
	position: relative;
	border-bottom: 1px solid #000;
}
.com03W{
	position: relative;
}
.com03TxtW{
	margin-bottom: 30px;
}
.com03Txt{
	font-size: 1.4rem;
}
.com03Dl{
	border-bottom: 1px solid #B5B5B6;
	padding: 10px 0;
	width: 100%;
}
.com03Dl dt{
	display: block;
	width: 100%;
	color: #006934;
	margin-bottom: 10px;
}
.com03Dl dd{
	width: 100%;
}
.com03Img{
	margin-bottom: 50px;
}
.gMap iframe{
	width: 100%;
	height: 200px;
}

#comSec04{
    position: relative;
}
.comSec04W{
	padding: 50px 0;
	position: relative;
}
.comSec04W img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.com04W1{
	text-align: left;
	position: relative;
	margin-bottom: 50px;
}
.com04TxtW1{
	margin-bottom: 30px;
}

.com04Img1{
}

.com04W2{
	position: relative;
	margin-bottom: 50px;
}
.com04TxtW2{
	margin-bottom: 30px;
}
.com04Img2{
}
.com04W3{
	text-align: left;
	position: relative;
	margin-bottom: 50px;
}
.com04TxtW3{
	margin-bottom: 30px;
}
.com04Txt{
	font-size: 1.6rem;
}
.com04Img3{
}

.com04W4{
	position: relative;
	margin-bottom: 50px;
}
.com04TxtW4{
}
.com04W5{
	text-align: left;
	position: relative;
}
.com04BnW{
}
.com04Bn{
	width: 100%;
	color: #fff !important;
	margin-bottom: 20px;
	display: block;
}
.comAsset{
	margin-bottom: 50px;
}

/*プライバシー*/

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

