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

.pc {
	display: none !important;
}

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

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


img{
	width: 100%;
	height: auto;
}

/*MV*/

#inMvWrap{
	position: relative;
	width: 100%;
    padding-top: 60px;
	overflow: hidden;
	box-sizing: border-box;
}

#inMv{
	position: relative;
	width: 100%;
	height: 120px;
	padding-top: 45px;
	box-sizing: border-box;
}

.inMvTtl{
	font-size: 1.6rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	font-weight: bold;
}
.breadCrumb{
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 1.0rem;
	margin-bottom: 30px;
}
.breadCrumb li{
	display: inline-block;
	margin-right: 5px;
}
.breadCrumb li:after{
	content: ">";
	margin-left: 5px;
}
.breadCrumb li:last-child{
	margin-right: 0;
}
.breadCrumb li:last-child:after{
	content: "";
}

/*ネットワークについて*/
.mvNetwork{
	background: url("../../img/network/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.inMvCap{
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 1rem;
	color: rgba(0,0,0,0.5);
	letter-spacing: 0;
}

#secNet01{
	margin-bottom: 30px;
}
.secNet01W{
	display: block;
}
.secNet01L{
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.secNetTxt01{
}
.secNet01R{
	display: block;
	width: 100%;
	background: url("../../img/network/network_img_01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}
.secNetImg01{
}
#secNet02{
	position: relative;
	background: #f4f4f4;
	width: 100%;
}
.secNet02W{
	padding: 30px 0 20px;
	text-align: center;
}
.secNetLogo01{
	width: 200px;
	margin: 0 auto 20px;
}
.secNetImg02{
	margin-bottom: 20px;
}
.secNet02Ttl{
	font-size: 1.8rem;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.secNet02Txt{
	margin-bottom: 20px;
}
.secNet03Box{
    border-top: 1px solid #ddd;
	padding-top: 20px;
}

.secNet03Ttl{
	font-size: 1.6rem;
	margin-bottom: 10px !important;
}
.secNet03Txt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#secNet03{
	
}
.secNet03W{
	padding: 30px 0;
}
.secNetLogos{
	letter-spacing: -0.4em;
	text-align: center;
}
.secNetLogo{
	display: inline-block;
	margin-bottom: 20px;
}
.secNetLogo:last-child{
	margin-right: 0;
}

.secNetMovie{
	margin-bottom: 40px;
}
.secNetMovie iframe{
	width: 100%;
	height: 53.3vw;
}

.secNetImg03{
	width: 100%;
	margin: 0 auto;
}

/*製品ラインナップ*/

.mvLineup{
	background: url("../../img/lineup/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

.secProduct01W{
	padding-bottom: 30px;
}

#secProduct02{
	position: relative;
	background: #f4f4f4;
	width: 100%;
}

.products{
	padding: 30px 0 0;
	letter-spacing: -0.4em;
	text-align: center;
}
.product{
	vertical-align: top;
	letter-spacing: normal;
	width: 240px;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}
.product:nth-child(3n){
	margin-right: 0;
}
.productImg{
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
    box-sizing: border-box;
	display: inline-block;
}
.productName{
	text-align: center;
	font-size: 1.8rem;
	color: #037d65;
	margin-bottom: 20px;
}

/*OEM*/

.mvOem{
	background: url("../../img/oem/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

#secOem{
	position: relative;
	background: #f4f4f4;
	width: 100%;
	padding: 0 0 30px;
}
.secOemImg{
	width: 100%;
	background: url("../../img/oem/oem_img_01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 150px;
	box-sizing: border-box;
	padding-top: 40px;
	margin-bottom: 20px;
}
.secOemW{
	width: 90%;
	margin: 0 auto;
}
.secOemCopy{
	margin-bottom: 20px;
}
.oemLists{
	width: 95%;
	margin: 0 auto;
}
.oemList{
	background: #98cc98;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	padding: 15px 15px 15px 50px;
	box-sizing: border-box;
}
.oemList:before{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #98cc98;
	left: -20px;
	top: -8px;
	overflow: hidden;
}
.oemList:after{
	content: "▼";
	color: #98cc98;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	font-size: 3.0rem;
}
.oemList:last-child:after{
	content: "";
}
.oem01:before{
	content: url("../../img/oem/oem_list_icon_01.png");
}
.oem02:before{
	content: url("../../img/oem/oem_list_icon_02.png");
}
.oem03:before{
	content: url("../../img/oem/oem_list_icon_03.png");
}
.oem04:before{
	content: url("../../img/oem/oem_list_icon_04.png");
}
.oem05:before{
	content: url("../../img/oem/oem_list_icon_05.png");
}
.oem06:before{
	content: url("../../img/oem/oem_list_icon_06.png");
}

/*お問い合わせ*/

#secInq{
}

.secInqW{
	width: 100%;
	margin: 30px auto 0;
}

.inqTtl{
	font-size: 2rem;
	margin-bottom: 20px;
}
.inqTxt1{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	margin-bottom: 30px;
}
.inqTxt2{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 3.5rem;
	margin-bottom: 40px;
}
.inqTable{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid rgba(204,204,204,0.5);
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.inqTable th{
	padding: 10px 0 0px 10px;
	text-align: left;
	font-size: 1.4rem !important;
	color: #037d65;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.inqTable td{
	border-bottom: 1px solid rgba(204,204,204,0.5);
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 1.4rem !important;
	display: block;
}
.inquiryBtn{
	text-align: center;
	margin-bottom: 30px;
}
.wpcf7-list-item-label:after {
    content: "\A";
	white-space: pre;
}
.wpcf7-text {
    padding: 5px;
}
.wpcf7-textarea {
    width: 100%;
}


/*パートナー*/

.mvPartner{
	background: url("../../img/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}


#secPartner{
	padding-bottom: 30px;
}
.partnerLists{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.partnerList{
	vertical-align: top;
	letter-spacing: normal;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}
.partnerList:last-child{
	margin-bottom: 0;
}
.partnerName{
    background: #037D65;
	color: #fff;
	padding: 8px 0;
	margin-bottom: 20px;
}
.partnerLogo{
    border: 1px solid rgba(102,102,102,0.5);
	margin-bottom: 20px;
}
.partnerTxt{
	text-align: left;
	line-height: 2.4rem;
	word-break: break-all;
}


/*会社概要*/

.mvCompany{
	background: url("../../img/company/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

#secCompany01{
	background: url("../../img/company/company_bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}
.missionW{
	width: 90%;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
}
.missionTtl{
	margin-bottom: 20px;
}
.missionTxt{
}

#secCompany02{
	position: relative;
	width: 100%;
	padding: 30px 0;
}
.memberW{
	
}
.memberTtl01{
	margin-bottom: 20px;
}
.memberBox{
	width: 95%;
	margin: 0 auto;
}
.memberL{
	display: block;
	width: 100%;
	height: 300px;
	background: url("../../img/company/company_img_01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.memberR{
	display: block;
	box-sizing: border-box;
	line-height: 2.0rem;
}
.memberTtl02{
	margin-bottom: 10px;
	font-weight: bold;
}
.memberName{
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	margin-bottom: 20px;
}
.memberTxt01{
	margin-bottom: 20px;
}
.memberTxt02{
	margin-bottom: 10px;
}
.memberTxt03 p{
	margin-bottom: 10px;
	font-weight: bold;
}
.memberTable01{
	width: 100%;
}
.memberTable01 th{
	width: 35%;
	text-align: left;
}

#secCompany03{
	position: relative;
	width: 100%;
	padding: 30px 0 0;
	background: #f4f4f4;
}
.companyW{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.companyTtl{
	margin-bottom: 20px;
}
.companyTable{
	width: 100%;
	margin-bottom: 60px;
}
.companyTable th{
	border-bottom: 1px solid #037d65;
	padding: 10px 0;
	text-align: center;
	color: #037d65;
	width: 25%;
}
.companyTable td{
	border-bottom: 1px solid #333;
	padding: 10px 0;
	text-align: left;
}
.gMap iframe{
	width: 100%;
	height: 300px;
}

/*BLOG*/

.mvBlog{
	background: url("../../img/blog/in_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

#sec01{
}
.catBtnW{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.catBtn{
	border: 5px solid #efefef;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 5px;
	letter-spacing: 0.06em;
	color: #9fa0a0 !important;
	width: 30%;
}
.catBtn.current{
	border: 5px solid #037d65;
	color: #037d65 !important;
}
.newsListW{
	width: 90%;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.newsList{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 30px;
	vertical-align: top;
}
.newsList img{
	width: 100%;
	height: auto;
}
.newsLink{
	display: block;
	transition: 0.3s ease-in-out;
}
.newsImg{
	display: block;
	width: 275px;
	height: 244px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url("../../img/no_image.jpg") no-repeat;
}
.newsDate{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.newsCat{
	margin-left: 15px;
}
.newsSubTit{
	font-size: 1.8rem;
	margin-bottom: 5px;
	color: #037d65;
}
.newsTxt{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
.newsContW{
	position: relative;
	height: 42px;
	margin-bottom: 40px;
}
.newsBtn01{
	display: inline-block;
	width: 80px;
	height: 30px;
	color: #037d65 !important;
	background: #efefef;
	position: absolute;
	font-size: 1.4rem;
	padding-top: 3px;
	box-sizing: border-box;
	top: 0;
	letter-spacing: normal;
}
.btnFirst{
	left: 0;
	padding-left: 24px;
}
.btnFirst:before{
	content: "<";
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 8px;
	top: 3px;
}
.btnFirst:hover{
	color: #fff !important;
	background: #037d65;
}
.btnFirst:hover:before{
	background: url("../../img/news/news_arrow_l_ov.png") no-repeat;
}
.btnLast{
	right: 0;
	padding-right: 24px;
    text-align: right;
}
.btnLast:after{
	content: ">";
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 8px;
	top: 3px;
}
.btnLast:hover{
	color: #fff !important;
	background: #037d65;
}
.btnLast:hover:after{
	background: url("../../img/news/news_arrow_r_ov.png") no-repeat;
}
.newsContCenter{
	width: 160px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.newsBtn02{
	display: inline-block;
	width: 80px;
	height: 30px;
	color: #fff !important;
	background: #037d65;
	font-size: 1.4rem;
	padding-top: 3px;
	box-sizing: border-box;
	letter-spacing: normal;
	position: relative;
}
.newsBtn02:hover{
	opacity: 0.8;
}
.btnBack{
	padding-left: 24px;
	float: left;
}
.btnBack:before{
	content: "";
	display: inline-block;
	background: url("../../img/news/news_arrow_l_ov.png") no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 8px;
	top: 10px;
}
.btnNext{
	padding-right: 24px;
	text-align: right;
	float: right;
}
.btnNext:after{
	content: "";
	display: inline-block;
	background: url("../../img/news/news_arrow_r_ov.png") no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 8px;
	top: 10px;
}
.btnNext:hover{
	color: #fff !important;
	background: #037d65;
}


/*ブログ詳細Style*/

#secNews{
}
.newsSDate{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.newsSCat{
	margin-left: 10px;
}
.newsSTit{
	color: #037d65;
	font-size: 2.0rem;
	box-sizing: border-box;
	padding-top: 15px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.newsSImg{
	background: #3e3a39;
	text-align: center;
	margin-bottom: 30px;
}
.newsSImg img{
	width: 100%;
	height: auto;
}

.newsSTxt{
	margin-bottom: 80px;
	font-size: 1.4rem;
}
.newsSTxt a{
	color: #037d65 !important;
}
.newsBtnTit01{
	display: none;
}
.newsBtnTit01 a:hover{
	color: #037d65 !important;
}
.newsBtnTit02{
	display: none;
}
.newsBtnTit02 a:hover{
	color: #037d65 !important;
}


