@charset "utf-8";
/* CSS Document */
.ImgBox{
  background: #000;
  overflow: hidden;
z-index: 0
}
.ImgBox img{
  transition-duration: 0.4s;
}
.ImgBox img:hover{
  transform: scale(1.1);
  transition-duration: 0.4s;
  opacity: 0.6;
}
.contents {
	padding: 4em 0;
}
.contents section{
	padding: 2em 0;
}
.contents .ttl h2 {
    position: relative;
    background-color: #ededed;
    padding: 20px 20px;
    color: #007c36;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
	text-align: left
}
.contents .ttl h2::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color:#007c36;
    width: 4px;
    height: calc(100% - 50px);
    content: "";
}
.contents .ttl > * {
    margin-bottom: 50px;
}
.contents .lead h2 {
    font-size: 2em;
    font-weight: 900;
    color: #007c36;
    padding: 1em 0;
}
.contents .lead p {
	font-size: 1.2em;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 8em;
}
@media (max-width: 750px) {
	.contents .ttl h2 {
		letter-spacing: 0.1em;
		font-size: 16px;
	}
	.contents .lead h2 {
    font-size: 1.2em;
    font-weight: 900;
    color: #007c36;
    padding: 1em 0;
	line-height: 2;
}
	.contents .lead p {
	font-size: 1em;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 2em;
}
}
/***************************************************
セカンド　ページタイトル　
***************************************************/

.pagetitle {
	box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.1) inset, 0px -2px 2px -1px rgba(0,0,0,0.1) inset;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
}
.other .pagetitle {
	background-image: url(../img/titleBg_other.jpg);
	background-color: #8DAEE3;
}
.company .pagetitle {
	background-image: url(../img/titleBg_company.jpg);
	background-color: #48494E;
}
.business .pagetitle {
	background-image: url(../img/titleBg_business.jpg) ;
	background-color: #8DAEE3;
}
.machine .pagetitle {
	background-image: url(../img/titleBg_machine.jpg) ;
	background-color: #8DAEE3;
}
.jisseki .pagetitle {
	background-image: url(../img/titleBg_jisseki.jpg) ;
	background-color: #8DAEE3;
}
.building .pagetitle {
	background-image: url(../img/titleBg_building.jpg) ;
	background-color: #8DAEE3;
}

.lease .pagetitle {
	background-image: url(../img/titleBg_lease.jpg) ;
	background-color: #8DAEE3;
}
.saiyou .pagetitle {
	background-image: url(../img/titleBg_saiyou.jpg) ;
	background-color: #8DAEE3;
}
.doboku .pagetitle {
	background-image: url(../img/titleBg_doboku.jpg) ;
	background-color: #8DAEE3;
}
.contact .pagetitle {
	background-image: url(../img/titleBg_contact.jpg) ;
	background-color: #8DAEE3;
}
	.link .pagetitle {
	background-image:  url(../img/titleBg_link.jpg) ;
	background-color: #8DAEE3;
}
	.news .pagetitle {
	background-image: url(../img/titleBg_news.jpg) ;
	background-color: #8DAEE3;
}
.error_doc .pagetitle {
	background: url(../img/titleBg_error_doc.jpg) ;
	background-color: #8DAEE3;
}.catalog .pagetitle  {
	background: url(../img/titleBg_catalog.jpg) ;
	background-color: #8DAEE3;
}
.pagetitle h1 {
	font-weight: bold;
	color: #FFF;
	text-shadow:2px 2px 5px rgba(0,0,0,.2),-2px 2px 5px rgba(0,0,0,.2),2px -2px 5px rgba(0,0,0,.2),-2px -2px 5px rgba(0,0,0,.2);
}
@media (max-width: 750px) {
.pagetitle {
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 220px;
	margin-top: 70px;
}
.pagetitle h1 {
	padding: 20px 5px;
}
.pagetitle p {
	padding: 0
}
}
@media (min-width: 751px) {
.pagetitle {
	height: 300px;
	background-color: #8DAEE3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.other .pagetitle {
	background: url(../img/titleBg_other.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.company .pagetitle {
	background: url(../img/titleBg_company.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
	height: 400px;
}
.business .pagetitle {
	background: url(../img/titleBg_business.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.machine .pagetitle {
	background: url(../img/titleBg_machine.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.jisseki .pagetitle {
	background: url(../img/titleBg_jisseki.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.lease .pagetitle {
	background: url(../img/titleBg_lease.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}	
.saiyou .pagetitle {
	background: url(../img/titleBg_saiyou.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}	
.building .pagetitle {
	background: url(../img/titleBg_building.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.contact .pagetitle {
	background: url(../img/titleBg_contact.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
	.link .pagetitle {
	background: url(../img/titleBg_link.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
	.news .pagetitle {
	background: url(../img/titleBg_news.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}	.error_doc .pagetitle {
	background: url(../img/titleBg_error_doc.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
.pagetitle h1 {
	font-size: 40px;
	margin-top: 100px;
}
.company .pagetitle h1 {
	font-size: 40px;
	margin-top: 0
}
.doboku .pagetitle {
	background: url(../img/titleBg_doboku.jpg) no-repeat center center;
	background-color: #8DAEE3;
	background-size: cover;
}
}


/***********************見出しナビ****************************/
.nav_wrap{
	position: relative;
}
.nav_wrap .nav{
	    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1060px;
}
.nav_wrap .nav ul{
	 webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(0 124 54);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 124 54)), color-stop(85%, rgb(964 174 126)));
    background-image: linear-gradient(90deg, rgb(0 124 54) 0%, rgb(64 174 126) 85%);
    width: 100%;
    max-width: 1000px;
}
.nav_wrap .nav ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    position: relative;
    flex: 1;
}
.nav_wrap .nav ul > li a{
   -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
	color: #FFF;
	padding: 2em 0
}
.nav_wrap .nav ul > li a::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    background-color: #e2e2e2;
    width: 1px;
    height: 60%;
    content: "";
}
.nav_wrap .nav ul > li:last-of-type a::after {
  content: none;
}

.conts_toi{
	background: #007c36;
	color: #FFF;
	margin-bottom: -4em;
}
.conts_toi h3.midashi{
	font-size: 1.2em;
	font-weight: 900;
	padding: 1em 0;
}
.conts_toi span{
	font-size: 1.5em;
    font-weight: 900;
    font-family: 'Bahnschrift', sans-serif;
	display: block;
}
.conts_toi .btn{
	margin: 2em 0;
}
.conts_toi .btn a{
	padding: 1em 2em;
    background: #FFF;
    display: inline-block;
    border-radius: 50px;
    color: #007c36;
    font-size: 1.2em;
    font-weight: 900;
    text-decoration: none;
}

/************************.news************************/
.news section{
	text-align: left;
	margin: 0 auto;
    width: 80%;
}
.news section h2.midashi{
	font-weight: 900;
	margin-bottom: 1em;
}
.news section h2.midashi span{
	font-size: 0.7em;
	margin-right: 20px;
	padding: 5px 20px 5px 0;
	border-right: 1px solid #333;
}
@media (min-width: 768px) {
.news section p{
	margin-left: 8em;
	margin-bottom:1em;
}
}
.news section p a{
}
@media (max-width: 767px) {
	.news section h2.midashi span{
	font-size: 0.7em;
	border-right: none;
		display: block
}
	.news section{
		border-bottom: solid #ccc 1px;
	}
	.news section p{
	margin-bottom:1em;
}
}

/************************.company***********************/
.access .flex.row2_1 div:first-child{
	flex-basis: 40%;
	text-align: left;
}
.access .flex.row2_1 div:last-child{
	flex-basis: 60%;
	text-align: left;
}
@media (max-width: 767px) {
.access .flex.row2_1 {
	display: block;
}
}
.company table dl dt{
	font-weight: 900;
	color: #007c36;
}
.company table dl dd{
	margin: 0em 0 1em 0;
}
/*************************jisseki*************************/
@media (min-width: 768px) {
.jisseki #jisseki_wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;
	gap:20px;
}
.jisseki #jisseki_wrap #main{
	 width: calc( 100% - 200px );
}
.jisseki #jisseki_wrap #nav{
	 width: 180px;
}
	}
.jisseki #jisseki_wrap #nav ul{
	 
}.jisseki #jisseki_wrap #nav ul li{
	border-bottom: 1px solid rgba(127,127,127,1.00);
}
.jisseki #jisseki_wrap #nav ul li a{
	padding: 1em;
	display: block;
}
.jisseki .j_doboku .j_dobokuSec {
	margin-bottom: 20px;
	background-color: #F6F6F6;
	border-radius: 5px;
}
.jisseki .j_doboku .j_dobokuSec h3 {
	font-weight: bold;
}
.jisseki .j_doboku .j_dobokuSec dl {
	margin-bottom: 1em;
	text-align: left;
}
.jisseki .j_doboku .j_dobokuSec dl dt {
	float: left;
	width: 25%;
}
.jisseki .j_doboku .j_dobokuSec dl dd {
	padding-left: 25%;
	border-bottom: 1px dotted #CCC;
}
.jisseki .j_doboku .j_dobokuSec .j_d_photo ul {
	width: 100%;
	margin-bottom: 10px;
}
.jisseki .j_doboku .j_dobokuSec .j_d_photo ul li {
	width: 50%;
	float: left;
}
.jisseki .j_doboku .j_dobokuSec .j_d_photo ul li > div {
	margin: 5px;
}

@media (max-width: 767px) {
	.jisseki .j_doboku .j_dobokuSec {
	padding: 5px;
}
.jisseki .j_doboku .j_dobokuSec dl {
	
}
}
@media (min-width: 768px) {
.jisseki .jissekiSec ul {
	width: 90%;
	margin: 20px auto 50px;
}
.jisseki .jissekiSec ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}
.jisseki .j_doboku .j_dobokuSec {
	padding: 20px;
}
}
.jisseki .j_doboku .j_dobokuSec h5 {
    font-weight: bold;
}
/******************************.sitemap ***************************************/
.sitemap h3{text-align: left;}
.sitemap section ul li {
	border-top: 1px dotted #CCC;
	text-align: left
}
.sitemap section ul li:last-child {
}
.sitemap section ul li a {
	position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
	padding: 10px 10px 10px 20px;
}
.sitemap section ul li a:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #007c36;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.sitemap section ul li a:hover {
	background-color: #F2F2F2;
	display:block
}
@media (max-width: 767px) {
.sitemap section ul li > ul {
	margin-left: 1em;
}
}
@media (min-width: 768px) {
.sitemap section ul {
	margin-left: 2em;
	width: 70%;
	margin: auto;
}
}
/******************************.privacy****************************************/
.privacy h3{
	text-align: left;
	margin: 1em 0;
	color: #007c36;
	font-weight: 900;
}
.privacy .privacySec {
	margin-bottom: 50px;
	text-align: left
}
.privacy .privacySec ul {
	margin-left: 1.5em;
}
.privacy .privacySec ul li {
	list-style-position: outside;
	list-style-type: disc;
}
@media (max-width: 767px) {
.privacy .privacySec {
	font-size: 80%;
}
}
@media (min-width: 768px) {
.privacy .privacySec {
	margin-left: 30px;
	}
.privacy section{
	width: 80%;
	text-align: left;
	margin: auto;
	}
}
/*******************************.link***************************************/
.link .linkSec ul li {
	border-bottom: 1px dotted #CCC;
}
.link .linkSec ul li a {
	display: block;
}
@media (max-width: 767px) {
.link .linkSec ul li a {
	padding: 10px;
}
}
@media (min-width: 768px) {
.link .linkSec ul li a {
	padding: 10px;
	text-align: left;
}
}
.link .linkSec ul li a span:after {
    content: url(../img/icon_open.png);
    padding-left: 5px;
}
/*******************************.doboku****************************************/
.doboku .doboku_menu .flex{
	margin: 5em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.doboku .doboku_menu .flex.row3_1 > div{
	flex: 30% 0 1;
	position: relative;
}
.doboku .doboku_menu .flex div.doboku01{
	margin-top: 0;
}
.doboku .doboku_menu .flex div.doboku02{
	margin-top: 40px;
}
.doboku .doboku_menu .flex div.doboku03{
	margin-top: 80px;
}
.doboku .doboku_menu .flex div h3{
	color: #007c36;
	padding: 0.5em 0;
    font-size: 1.2em;
    font-weight: 900;
	text-align: left;
}.doboku .doboku_menu .flex div p{
    text-align: left;
	color: #333;
}
.doboku .doboku_menu .flex div .numbering{
	color: #ededed;
    position: absolute;
    top: -30px;
    font-size: 3em;
    font-weight: 900;
    font-family: 'Bahnschrift', sans-serif;
	z-index: 3
}

@media (max-width: 767px) {
	.doboku .doboku_menu .flex{
		flex-direction: column;
	}
}

/*******************************.machine ****************************************/
@media (min-width: 768px) {
.machine #machine_wrap{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    gap: 20px;
}
.machine #machine_wrap #main{
	 width: calc( 100% - 250px );
}
.machine #machine_wrap #nav{
	 width: 200px;
}
}
.machine #machine_wrap #nav ul{
	 
}.machine #machine_wrap #nav ul li{
	border-bottom: 1px solid rgba(127,127,127,1.00);
}
.machine #machine_wrap #nav ul li a{
	padding: 1em;
	display: block;
}
.machine .flex.row3_2{
	align-items: flex-end;
}
.machine .flex.row3_2> div{
	padding: 20px;
}
.machine .flex a h4{
	font-size: 1.1em;
	font-weight: 900;
	color:#007c36 
}
.machine .machineSec{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	gap:40px;
}
.machine .machineSec .imgLeft{
	flex-basis: 30%;
	text-align: justify;
}
.machine .machineSec .dataR{
	flex-basis: 60%;
}
@media (max-width: 767px) {
.machine .machineSec{
	flex-direction: column;
}
}
/*******************************.business****************************************/
@media (min-width: 768px) {
.business #business_wrap{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    gap: 20px;
}
.business #business_wrap #main{
	 width: calc( 100% - 230px );
}
.business #business_wrap #nav{
	 width: 200px;
}
	}
.business #business_wrap #nav ul{
	 
}.business #business_wrap #nav ul li{
	border-bottom: 1px solid rgba(127,127,127,1.00);
}
.business #business_wrap #nav ul li a{
	padding: 1em;
	display: block;
}
.business #business_wrap .photoR .text{
	text-align: justify;
}
.business #business_wrap h4{
	text-align: left;
	margin: 1em 0;
	font-weight: 900;
	color: #007c36;
}
.business .tt h2{
}
.business .ttl span{
	background: #007c36;
    display: block;
    padding: 1em;
    color: #FFF;
    margin-top: -50px;
	margin-bottom: 0px;
}
.business .lead h3 {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.business .kouhouWrap{
	padding: 0 0 12vw;
}
.business .kouhou .text{
	position: relative;
    color: #007c36;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.business .kouhou .text p{
    font-weight: 900;
    width: 60%;
    letter-spacing: 2px;
	font-size: 1.6em;
}
.business .kouhou .flex{
	margin: 1em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business .kouhou .flex.row3_1 > div{
	flex: 30% 0 1;
	position: relative;
}

.business .kouhou .flex div h3{
	color: #007c36;
	padding: 0.5em 0;
    font-size: 1.2em;
    font-weight: 900;
	text-align: left;
}
.business .kouhou .flex div p{
    text-align: left;
}
.business .kouhou .flex div .numbering{
	color: #cbdced;
    position: absolute;
    top: -30px;
    font-size: 3em;
    font-weight: 900;
    font-family: 'Bahnschrift', sans-serif;
	z-index: 3
}

.business .kouhou .kouhou_kcmm{
	display: flex;
	position: relative;
    justify-content: flex-end;
	margin-bottom: 5em;
}
.business .kouhou a.kouhou_kcmm{
}

.business .kouhou .kouhou_kcmm div.image{
	flex-basis: 80%;
}
.business .kouhou .kouhou_kcmm div.ttl h3 > span{
	color: #007c36;
	font-size: 0.6em;
	padding: 0;
	font-weight: 900;
	margin-top: -20px;
	display: block;
	background: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	}
.business .kouhou .kouhou_kcmm div.ttl h3{
	color: #007c36;
	font-size: 5em;
	font-weight: 900;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business .kouhou .kouhou_kcmm:hover div.ttl h3,
.business .kouhou .kouhou_kcmm:hover div.ttl h3 > span{
  color: rgba(255, 110, 0, 1.00);
}
.business .kouhou .kouhou_kcmm div.ttl p{
	font-size: 1.5em;
    background: #007c36;
    color: #FFF;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business .kouhou .kouhou_kcmm:hover div.ttl p {
  background: rgba(255, 110, 0, 1.00);
}
.business .kouhou .kouhou_kcmm div.ttl p.numbering{
	color: #cbdced;
	line-height: 0;
    font-size: 6em;
    font-weight: 900;
    font-family: 'Bahnschrift', sans-serif;
	z-index: 3
}

@media (min-width: 751px) {
	.business .kouhouWrap .kouhou:before {
    content: '';
    width: 87%;
    height: 100%;
    display: block;
    background-color: #f4f8fb;
    position: absolute;
    left: 13%;
}
.business .kouhou{
	    padding-top: 100px;
}
.business .kouhou .flex div.kouhou01,
.business .kouhou .flex div.kouhou04{
	margin-top: 0;
}
.business .kouhou .flex div.kouhou02,
.business .kouhou .flex div.kouhou05{
	margin-top: 40px;
}
.business .kouhou .flex div.kouhou03,
.business .kouhou .flex div.kouhou06{
	margin-top: 80px;
}
	.business .kouhou .kouhou_kcmm div.ttl{
	flex-basis: 60%;
	position: absolute;
    bottom: 0;
    left: 0;
	text-align: left;
	z-index: 3
}
}
@media (max-width: 767px) {
	.business .kouhou .text p{
    font-weight: 900;
    width: 100%;
    letter-spacing: 2px;
	font-size: 1.2em;
	padding-top: 2em;
}
	.business .kouhou .flex{
		flex-direction: column;
	}
	.business .kouhou{
		margin: 0 2em;
	}
	.business .kouhou .flex div{
		margin-top: 40px;
	}
	.business .kouhouWrap{
	background-color: #f4f8fb;
}
	.business .kouhou .text{
		text-align: left;
	}
	.business .kouhou .flex div .numbering{
    top: 10px;
}

	.business .kouhou a.kouhou_kcmm{
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	.business .kouhou .kouhou_kcmm div.ttl{
		text-align: left;
	}
.business .kouhou .kouhou_kcmm div.ttl h3{
	color: #007c36;
	font-size: 2em;
	font-weight: 900;
	margin-bottom: 0;
}
.business .kouhou .kouhou_kcmm div.ttl h3 > span{
	display: inline-block;
	}
.business .kouhou .kouhou_kcmm div.ttl p{
	font-size: 1.1em;
    background: #007c36;
    color: #FFF;
	margin-bottom: 0;
}
.business .kouhou .kouhou_kcmm div.ttl p.numbering{
    font-size: 3em;
	position: absolute;
    top: 0;
}
}


.business .machine {
	background: url(../business/img/machine_bg.png) no-repeat top center;
	background-color:#cae9fd;
	min-height: 400px;
	background-size: cover;
	margin-bottom: -4em;
}

@media (max-width: 750px) {
.business .machine {
	background: url(../business/img/machine_bg.png) no-repeat bottom center;
	min-height: 150px;
	background-size: contain;
	margin-bottom: -4em;
	    background-color: #cae9fd;
}
}

.business .midashi{
	text-align: left;
    padding: 0.5em 0;
    font-size: 1.4em;
    font-weight: 900;
    color: #007c36;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
}
.business .btn {
    margin: 2em 0;
}
.business .btn a {
    padding: 1em 2em;
    background: #FFF;
    display: inline-block;
    border-radius: 50px;
    color: #007c36;
    font-size: 1.2em;
    font-weight: 900;
    text-decoration: none;
}

.business .conts_toi{
    gap: 50px;}
.business .conts_toi h3{
font-size: 1.2em;
    font-weight: 900;
    padding: 1em 0;
}
.business .conts_toi h4{font-weight: 900;}
.business .conts_toi ul{
gap:100px;}
.business .conts_toi ul li{
text-align: left;
padding: 1em;
position: relative;}
@media (min-width: 751px) {
.business .conts_toi ul li::after{
border: 1px solid #fff;
content: "";
position: absolute;
    right: -50px;
    top: 0;
    width: 0px;
    height: 200px;
}
.business .conts_toi ul li:last-child::after{
 display: none
}
}

/*******************************.building****************************************/

.building .buld_ttl{
	text-align: left;
}
.building .buld_ttl p{
	line-height: 1.8;
	letter-spacing: 2px;
}
.building .buld_ttl h2{
	font-size: 3em;
	font-weight: 900;
	margin: 1em 0;
	line-height: 1.2;
	color: #007c36;
}
.building .buld_ttl h2 span{
	font-size: 1em;
	font-weight: 900;
	font-family: 'Bahnschrift', sans-serif;
	display: block;
}
.building h3{
    color: #007c36;
    font-size: 1.2em;
    font-weight: 900;
	text-align: left;
}
#house .wrap,
#renovation .wrap,
#solution .wrap{
	position: relative;
	z-index: 0;
}
#renovation .yane{
	display: flex;
}
#renovation .renov_ttl div:last-child{
		position: relative;
	}
	#renovation .renov_ttl div:last-child h3{
		position: absolute;
		bottom: 0;
		left: 0;
	}

#renovation .sp_flex div{
	position: relative;
}
#renovation .sp_flex div h3{
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0.5em;
}

#solution .solution_ttl div {
   position: relative;
}
#solution .solution_ttl div h3{
		position: absolute;
		top: 50px;
    right: 40px;
	}
#solution .plantWrap{
	padding: 10vw 0
}
@media (min-width: 751px) {
	.building .buld_ttl p{
	width: 80%;
}
	#house .container,
	#renovation .container,
	#solution .container{width: 1300px;}
	#house{padding: 0 0 12vw;}
#house .wrap:before {
   content: '';
    width: 80%;
    height: 100%;
    display: block;
    background-color: #f4f8fb;
    position: absolute;
    left: 20%;
    z-index: -1;
    top: 50px;
}
	#house .flex.row2_1>div:nth-child(3){
	margin-top: -100px;
}
	#renovation .wrap:before {
   content: '';
    width: 80%;
    height: 90%;
    display: block;
    background-color: #f4f8fb;
    position: absolute;
    right: 20%;
    z-index: -1;
    top: 50px;
}
	#renovation .renov_ttl{
		flex-direction: row-reverse;
	}
	#renovation .wrap{
	position: relative;
	z-index: 0;
}
	#renovation .sp_flex{
	margin: 4em 0;
}
#solution .wrap:before {
   content: '';
    width: 80%;
    height: 90%;
    display: block;
    background-color: #f4f8fb;
    position: absolute;
    left: 20%;
    z-index: -1;
    top: 50px;
}
	#solution .solution_ttl {
   justify-content: flex-start;
}
	#solution .solution_ttl div:nth-child(3) {
   margin-top: -300px;
	salign-self: flex-start
}
	#solution .plant{
	display: flex;
    position: relative;
    justify-content: space-between;
    margin: 3em auto;
    align-items: flex-end;
	}
#solution .plant div:first-child{
    margin-bottom: 2em;
    position: absolute;
    left: 40%;
 
	}
#solution .plant div:last-child{
	text-align: right;
	z-index: 1;
	}
}

@media (max-width: 750px) {
	.building .contents section .flex > div{
	  margin: 1em 0;
	}.building .contents section .sp_flex80{
	  width: 80%;
    margin: auto;
	}
	.building .buld_ttl h2{
	font-size: 2em;
}
	#renovation .sp_flex div{
	width: 80%;
	padding: 1em;
}
	#renovation .sp_flex div:nth-child(even){
		align-self: flex-end;
}
	#solution .plant div:last-child{
	width: 90%;
    margin: -20px auto;
	z-index: 1;
	}
	#house .wrap:before,
#renovation .wrap:before,
#solution .wrap:before{
	 content: '';
    width: 80%;
    height: 90%;
    display: block;
    background-color: #f4f8fb;
    position: absolute;
    left: 20%;
    z-index: -1;
}
	#solution .solution_ttl div h3 {
    position: absolute;
    top: 10px;
    right: 0px;
}
}
	#solution.kiso{
		
	}
	#solution.kaitai{
		
	}
#solution.kiso .solution_ttl div h3,
	#solution.kaitai .solution_ttl div h3
	{
		position: initial;
	}
@media (min-width: 751px) {
	#solution.kiso .solution_ttl div:nth-child(2){
		margin: -2em 0 5em;
	}
	#solution.kiso .solution_ttl div:nth-child(3),
	#solution.kiso .solution_ttl div:nth-child(5){
   margin-top: -150px;
	salign-self: flex-start
	}
	#solution.kaitai .solution_ttl div:nth-child(2),
	#solution.kaitai .solution_ttl div:nth-child(3){
		 margin-top: 100px;
	salign-self: flex-start
	}
	}

/************************erroer***********************/
@media (min-width: 751px) {
	.error_doc .contents section{
	margin-top: 100px;
}	
.error_doc .nav_404{
	position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 860px;
    padding: 2em;
    background: #FFF;
}
.error_doc .nav_404{
	position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 860px;
    padding: 2em;
    background: #FFF;
}
}
.error_doc .nav_404 h2{
	color: #007c36;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 1em;
}
@media (max-width: 750px) {
	.error_doc .nav_404{
		margin: 1em;
	}
	.error_doc .nav_404 p{
		text-align: justify;
	}
	.error_doc .nav_404 p br{
		display: none;
	}
}
/*********************.contact******************************/
.contact .inquiry span.hissu {
	 font-size: 70%;
	display: inline-block;
	background-color: #F00;
	color: #FFF;
	padding: 1px 1.5em 0;
	margin-left: 0.5em;
	border-radius: 4px;
}
.contact .form_ok {
	max-width: 500px;
    margin: auto;
    text-align: left;
}
.contact .form_ok p{
	color: #e95504;
	font-weight: 900;
	margin-bottom: 2em;
}
.contact .form_ok ul{
	margin-bottom: 2em;
}
.contact .form_ok ul li{
	padding: 0.2em
}
/************************catalog***********************/
.catalog dl{
width: calc(90% - 20px);
    max-width: 800px;
    text-align: left;
    margin: auto;
}
.catalog dl dt{
	font-size: 1.2em;
    font-weight: 900;
    border-left: 5px solid #007c36;
    padding-left: 1em;
}.catalog dl dd{
	margin-bottom: 2em;
    padding-bottom: 1em;
	padding-left: 2em
}.catalog dl dd a{
	position: relative;
    display: inline-block;
	color: #333;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
}.catalog dl dd a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #007c36;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}.catalog dl dd a:hover{
	background:rgba(233,233,233,1.00);
	 padding: 10px 30px 10px 20px;
}