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

　共通

--------------------------------------------*/
#contents{
    position: relative;
}
.secInner{
    padding: 0 1%;
}
.secInner{
    max-width: 1200px;
    margin: 0 auto;
}
.under  #mainimage{
    width: 100%;
    position: relative;
    background:url("../image/PC/works/works-mainimage.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 42.7%;
}
.ttl_box01{
    position: relative;
    z-index: 3;
}
.ttl_box01:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 64px;
    background: url("../image/PC/top/top-business.svg")no-repeat center top;
    background-size: contain;
    z-index: 1;
}
.ttl_box01-jpn{
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}
.ttl_box01-eng{
    font-size: 88px;
    font-weight: 300;
    color: #333333;
    position: relative;
    z-index: 2
}
.ttl_box02{
    color: #fff;
    position: absolute;
    left: 96px;
    top: 245px;
}
.under_ttl_02-jpn{
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.under_ttl_02-jpn:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.under_sub-eng{
    position: relative;
    font-size: 60px;
    font-weight: 300;
}
.under_sub-eng:after{
    content: "";
    display: block;
    width: 610px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:url("../image/PC/csr/csr.svg")no-repeat center top;
    background-size: contain;
}
.lead{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.breadcrumb{
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 21px 10px 18px 85px;
    background-color: #e3e3e3;
}
.breadcrumb a{
    color: #979797;
}
.breadcrumb  .arrow{
    position: relative;
    padding-right: 54px;
}
.breadcrumb  .arrow:after{
    content: ">";
    display: block;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}
.Sec_ttl01{
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}
.Sec_ttl01:after{
    content: "";
    display: block;
    width: 185px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background:linear-gradient(to right, #14cf97 45%,#dcfa34);
}
.Sec_ttl01-jpn{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 26px;
}
.Sec_ttl01-eng{
    font-size: 44px;
    font-weight: 200;
}
.conts_ttl{
    position: relative;
    font-size: 30px;
    padding-left: 44px;
}
.conts_ttl:before{
    content: "";
    display: block;
    width: 10px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -16px;
    background: linear-gradient(to bottom, #14cf97 45%,#dcfa34);
}
.conts_ttl:after{
    content: "";
    display: block;
    width: 140px;
    height: 62px;
    position: absolute;
    left: 232px;
    top: 10px;
    z-index: -1;
    background:url("../image/PC/demolition/flow.svg")no-repeat center top;
    background-size: contain;
}
.totop{
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 99;
}
.totop img{
    width: 50px;
}
/*--------------------------------------------

	TOP_MV

--------------------------------------------*/
.top_contents .mv_container{
    position:relative;
    padding-bottom: 6.1%;
    z-index: 5;
}
#top .top_contents .mv_container:after{
    content: "";
    display: block;
    width: 54%;
    height: 420px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
    z-index: -1;
}
.top_contents #mainimage{
    width: 92%;
    position: relative;
    background:url("../image/PC/top/top_mainimage.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 56.9%;
}
.top_contents #mainimage:before{
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#14cf97 25%,#dcfa34);
}
.top_contents  #mainimage .ttl_box{
    color: #fff;
    position: absolute;
    left: 14.2%;
    top: 50%;
    transform: translateY(-50%);
}
.top_contents  #mainimage .mainimage_sub-eng{
    font-size: 7.5vw;
    font-weight: 300;
}
.top_contents  #mainimage .mainimage_sub-eng:first-child{
    margin-bottom: 1.2vw;
}
.top_contents  #mainimage .mainimage_ttl_02-jpn{
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.06em;
    margin-bottom: 1.2vw;
}
.top_contents .side_bar{
    width: 8vw;
    height: 73%;
    position: absolute;
    top: 0;
    right: 0;
    background-color:#f0f0f0;
    z-index: 11;
    box-sizing: border-box;
}
@media screen and (max-width : 1350px ){
	.top_contents .side_bar{
		width: 106px;
	}
}
.side_bar .company-info{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%);
    writing-mode: vertical-rl;
    font-size: 24px;
    color: #666666;
}
/*--------------------------------------------

    TOP- DEMOLITION

--------------------------------------------*/
#top_demolition {
    padding-top: 100px;
}
#top_demolition .ttl_box01{
    padding-bottom: 88px;
    margin-bottom: 34px;
    display: inline-block;
}
#top_demolition .ttl_box01-jpn{
    margin-bottom: 33px;
}
#top_demolition .ttl_box01:after{
    left: 134px;
    width: 428px;
    height: 103px;
    background-image: url("../image/PC/top/top-demolition.svg");
}
#top_demolition .top_demolition-left{
    width: 50%;
}
#top_demolition .top_demolition-left{
    background: url("../image/PC/top/top-demolition.jpg")no-repeat center top;
    background-size: cover;
}
#top_demolition .top_demolition-right{
    width: 50%;
    padding: 70px 40px 60px;
    background-color: #f0f0f0;
    text-align: center;
}
#top_demolition .lead{
    margin-bottom: 56px;
}
#top_demolition .top_demolition-btn:not(:last-child){
    margin-bottom: 12px;
}
#top_demolition .top_demolition-btn a{
    position: relative;
    width: 392px;
    text-align: left;
    padding: 24px 0 24px 56px ;
    border: 1px solid #333;
    box-sizing: border-box;
    font-size: 17px;
    letter-spacing: 0.05em;
}
#top_demolition .top_demolition-btn a:hover{
    background-color: #333;
    color: #fff;
}
#top_demolition .top_demolition-btn a:after{
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 15%;
    background-color: #333;
}
#top_demolition .top_demolition-btn a:hover:after{
    background-color: #fff;
}
/*--------------------------------------------

	TOP-top_business

--------------------------------------------*/
#top_business{
	padding-top: 100px ;
    border: 1px solid #fff;
    border-width: 1px 0 1px 0;
}
#top_business .secInner{
    max-width: 100%;
    padding: 0 5.5% 0 0;
    margin: 0;
}
#top_business .ttl_box01{
    margin-bottom: 85px;
    text-align: center;
    padding-bottom: 50px;
}
#top_business  .ttl_box01:after{
    left: calc(50% - 64px);
    width: 546px;
    height: 87px;
}
#top_business .top_business-slider{
    position: relative;
    padding-right: 82px;
    background-color: #333;
}
#top_business .top_business-slider:before{
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: -14px;
    left: 0;
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
}
#top_business .top_business-item{
     width:420px;
}
#top_business .top_business-item a{
    width: 100%;
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 90px 0 276px;
    background: url("../image/PC/top/top-demoli.jpg")no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;   
}
#top_business .top_business-item .asbesto{
    background-image: url("../image/PC/top/top-asbesto.jpg");
}
#top_business .top_business-item .product{
    background-image: url("../image/PC/top/top-product.jpg");
}
#top_business .top_business-item .solar{
    background-image: url("../image/PC/top/top_mainimage.jpg");
}
#top_business .top_business-item .civil{
    background-image: url("../image/PC/top/top-civil.jpg");
}
#top_business .top_business-item .indutrial{
    background-image: url("../image/PC/top/top-industrial.jpg");
}
#top_business .top_business-item a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background:linear-gradient(#14cf97 45%,#dcfa34); 
    transition: .7s;
}
#top_business .top_business-item a:hover:after{
    height: 110%;
    transform: scale(1,1.2);
    z-index: 8;
}
#top_business  .top_business-textbox{
    position: relative;
    z-index: 10;
}
#top_business .top_business-number{
    font-size: 100px;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-bottom: 28px;
}
#top_business .top_business-sub{
    font-size: 18px;
    margin-bottom: 70px;
    font-weight: 400;
}
#top_business .top_business-main{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.029em;
}
#top_business .slick-prev{
    display: none;
    }
#top_business .slick-next{
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(../image/PC/top/arrow.svg)no-repeat center top;
    background-size: contain;
}
#top_business .slick-next:before {
    content: "";
}
/*--------------------------------------------

   TOP-	ABOUT 

--------------------------------------------*/
#top_about{
    padding: 5% 0 6%;
}
#top_about .secInner{
    max-width: 1280px;
}
#top_about  .ttl_box01{
    padding-bottom: 80px;
    margin-bottom: 40px;
}
#top_about .ttl_box01:after{
    width:493px;
    height: 120px;
    background-image: url("../image/PC/top/top-about.svg");
}
#top_about .lead{
    margin-bottom: 50px;
}
#top_about .top_about-list{
    justify-content: space-between;
}
#top_about .top_about-item{
     width: calc(100%/3 - 8px);
}
#top_about .top_about-item a{
    display: block;
    padding: 36px 0 135px 40px;
    background: url("../image/PC/top/top-profile.jpg")no-repeat center top;
    background-size: cover;
    color: #fff;
}
#top_about .top_about-item:nth-child(2) a{
    background-image: url("../image/PC/top/top-message.jpg");
}
#top_about .top_about-item:nth-child(3) a{
    background-image: url("../image/PC/top/top-access.jpg");
    color: #000;
}
#top_about .top_about-item a:hover{
    opacity: 0.7;
}
#top_about .top_about-jpn{
    position: relative;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 38px;
    margin-bottom: 40px;
}
#top_about .top_about-jpn:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
#top_about .top_about-item:nth-child(3) .top_about-jpn:after{
    background-color: #000;
}
#top_about .top_about-eng{
    font-size:40px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
#top_about  .top_about-more{
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 13px  24px;
    border: 2px solid #fff;
    display: inline-block;
}
#top_about .top_about-item:nth-child(3) .top_about-more{
    border-color: #000;
}

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

	-BUSINESS MAINIMAGE

--------------------------------------------*/
#business #mainimage{
    background-image: url("../image/PC/business/business-mainimage.jpg");
}
#business .under_sub-eng:after{
    background-image: url("../image/PC/business/ourbusiness.svg");
    width: 546px;
    height: 86px;
    position: absolute;
    bottom:-40px;
    left: 78px;
}
/*--------------------------------------------

	-BUSINESS SEC01

--------------------------------------------*/
#business #Sec_01{
    padding: 6.7% 0 6.1%;
}
#business #Sec_01 .Sec_ttl01{
    margin-bottom:48px;
}
#business  .business_navi-list{
    justify-content: space-between;
    margin-bottom: 70px;
}
#business  .business_navi-item a{
    width: 186px;
    padding: 24px 0;
    text-align: center;
    color: #fff;
    background:url("../image/PC/business/green-bg01.jpg")no-repeat center top;
    background-size: cover;
}
#business  .business_navi-item:nth-child(2) a{
    background-image: url("../image/PC/business/green-bg02.jpg");
}
#business  .business_navi-item:nth-child(3) a{
    background-image: url("../image/PC/business/green-bg03.jpg");
}
#business  .business_navi-item:nth-child(4) a{
    background-image: url("../image/PC/business/green-bg04.jpg");
}
#business  .business_navi-item:nth-child(5) a{
    background-image: url("../image/PC/business/green-bg05.jpg");
}
#business  .business_navi-item:nth-child(6) a{
    background-image: url("../image/PC/business/green-bg06.jpg");
}
#business  .business_navi-item a:hover{
    opacity: 0.7;
}
#business .business-BottomBox-list{
    justify-content: space-between;
    flex-wrap: wrap;
}
#business .business-BottomBox-item{
   position: relative;
    width: 46%;
    padding: 60px 0 0 0;
}
#business .business-BottomBox-item:first-child,#business .business-BottomBox-item:nth-child(2){
    padding: 0;
}
#business .business-BottomBox-item:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #14cf97 transparent;
}
#business .business-BottomBox-item:nth-child(n + 3){
}
#business .business-BottomBox-item:nth-child(2n){
    margin-left: 8%;
}
#business  .business_navi-item:not(:last-child){
    margin-right: 18px;
}
#business .BottomBox-imgBox{
    margin-bottom: 42px;
}
#business .BottomBox-textBox{
    margin-bottom: 100px;
}
#business .BottomBox-ttl{
    position: relative;
    font-size: 25px; 
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 52px;
    margin-bottom: 36px;
}
#business .BottomBox-ttl:before{
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    position: absolute;
    top:-12px;
    left: 0;
    background: linear-gradient(to bottom, #14cf97 45%,#dcfa34);
}
#business  .more_btn{
    position: absolute;
    bottom: 50px;
    right: 63px;
}
#business  .more_btn a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#business .more_btn a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#business  .more_btn a:hover:after{
    opacity: 0.7;
    transform: scale(1, 1);
}
/*--------------------------------------------

	DEMOLITION-WORKS MAINIMAGE

--------------------------------------------*/
#demolition-works #mainimage{
    background-image: url("../image/PC/demolition/demolidtion-mainimage.jpg");
}
#demolition-works .under_sub-eng:after{
    background-image: url("../image/PC/common/business.svg");
    width: 373px;
    height: 86px;
    position: absolute;
    bottom:-70px;
    left: 177px;
}
/*--------------------------------------------

	DEMOLITION-WORKS Sec01

--------------------------------------------*/
#demolition-works #Sec_01{
    padding: 6.8% 0 4.8%;
}
#demolition-works #Sec_01 .conts_ttl{
    margin-bottom: 64px;
}
#demolition-works .Sec_ttl01{
    margin-bottom: 40px;
}
#demolition-works .textBox .textBox-box01:first-child{
    margin-bottom: 60px;
}
#demolition-works .price-Box{
    margin-top: 38px;
}
#demolition-works .price-ttl{
    font-size: 18px;
    padding: 0.8em;
    letter-spacing: 0.08em;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 1em;
}
#demolition-works .price-Box .price-list{
    background-color: #eee;
    font-weight: bold;
}
#demolition-works table,#demolition-works th,#demolition-works td{
    border: 1px solid #000;
    box-sizing: border-box;
}
#demolition-works .price-Box th{
    width: 200px;
    text-align: left;
}
#demolition-works th,#demolition-works td{
     padding: 1em 1em 1em 1.8em;
}
/*--------------------------------------------

	DEMOLITION-WORKS Sec01

--------------------------------------------*/
#demolition-works #Sec_02{
    padding-bottom: 3.8%;
}
#demolition-works #Sec_02 .conts_ttl{
    margin-bottom: 96px;
}
#demolition-works .flow_inner .itemBox{
    position: relative;
    z-index: 10;
    padding: 50px 0 104px;
}
#demolition-works .flow_inner .itemBox:nth-child(2),#demolition-works .flow_inner .itemBox:nth-child(8){
    padding-bottom: 77px;
}
#demolition-works .flow_inner .itemBox:nth-child(odd):before{
    right: 140px;
}
#demolition-works .flow_inner .itemBox:nth-child(even):before{
    left: 140px;
}
#demolition-works .flow_inner .itemBox:after{
    content: "";
    display: block;
    width: 74.8%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #eee;
    z-index: -1;
}
#demolition-works .flow_inner .itemBox:nth-child(odd):after{
    right: 0;
}
#demolition-works .flow_inner .itemBox:nth-child(even):after{
    left: 0;
}
#demolition-works .flow_inner .itemBox:nth-child(odd){
    padding-right: 70px;
    flex-direction: row-reverse;
}
#demolition-works .flow_inner .itemBox:nth-child(even){
    padding-left: 70px;
}
#demolition-works .flow_inner .itemBox:not(:last-child){
    margin-bottom: 84px;
}
#demolition-works .flow-imgBox{
    width: 61%;
    height: 530px;
    position: absolute;
    z-index: 3;
    background: url("../image/PC/demolition/demolidtion-flow-01.jpg")no-repeat center top;
    background-size: cover;
}
#demolition-works .flow-02 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-02.jpg");
    height: 738px;
}
#demolition-works .flow-03 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-03.jpg");
    height: 578px;
}
#demolition-works .flow-04 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-04.jpg");
    height: 560px;
}
#demolition-works .flow-05 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-05.jpg");
    height: 514px;
}
#demolition-works .flow-06 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-06.jpg");
    height: 606px;
}
#demolition-works .flow-07 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-07.jpg");
    height: 586px;
}
#demolition-works .flow-08 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-08.jpg");
    height: 720px;
}
#demolition-works .flow-09 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-09.jpg");
    height: 530px;
}
#demolition-works .flow-10 .flow-imgBox{
    background-image:  url("../image/PC/demolition/demolidtion-flow-10.jpg");
    height: 490px;
}
#demolition-works .itemBox:nth-child(odd) .flow-imgBox{
    left: 0;
}
#demolition-works .itemBox:nth-child(even) .flow-imgBox{
    right: 0;
}
#demolition-works .itemBox .flow-textbox{
    width: 50%;
    position: relative;
    z-index: 7;
    padding:50px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 50px;
}
#demolition-works .itemBox:nth-child(odd) .flow-textbox{
    padding-right: 50px;
}
#demolition-works .itemBox:nth-child(even) .flow-textbox{
    padding-left: 50px;
    padding-right: 50px
}
#demolition-works .flow-07 .flow-textbox{
    padding-bottom: 160px;
}
#demolition-works .flow-09 .flow-textbox{
    padding-bottom: 150px;
}
#demolition-works .flow-10 .flow-textbox{
    padding-bottom: 100px;
}
#demolition-works .flow_ttlbox{
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 26px;
}
#demolition-works .flow_ttlbox:after{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
}
#demolition-works .flow-02 .flow_ttlbox:after{
    display: none;
}
#demolition-works .flow-08 .flow_ttlbox:after{
    display: none;
}
#demolition-works .flow-number{
    width: 100px;
    margin-bottom: 20px;
}
#demolition-works .flow_ttl{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}
#demolition-works .itemBox:nth-child(even) .flow_ttl{
    text-align: center;
}
#demolition-works .itemBox:nth-child(even) .flow-number{
    margin: 0 auto 32px;
}
#demolition-works .flow_ttlbox .flow_ttl-under{
    margin-bottom: 0;
}
#demolition-works .flow-02 .flow_ttlbox .lead{
    line-height: 1.8;
}
#demolition-works .flow-02 .flow_ttlbox .lead:not(:last-child){
    margin-bottom: 20px;
}
#demolition-works .flow-textbox .lead_bottom{
    margin-top: 1.4em;
}
#demolition-works .flow_tel {
    line-height: 1;
}
#demolition-works .flow_tel a {
    color: #14ce96;
    font-weight: bold;
}
#demolition-works .lifeline a{
    background-color: #11CE93;
    color: #fff;
    padding: 6px;
    line-height: 1;
    margin-top: 20px;
}
#demolition-works .lifeline a:hover{
    opacity: 0.7;
}
#demolition-works .flow_field-text{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#demolition-works .dot{
    position: relative;
    padding-left: 32px;
}
#demolition-works .dot:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #14ce96;
}
#demolition-works  .comimt a{
    background-color: #11CE93;
    color: #fff;
    padding: 6px;
    line-height: 1;
}
#demolition-works  .comimt a:hover{
    opacity: 0.7;
}
#demolition-works .flow_field-under{
    margin-bottom: 30px;
}
#demolition-works .flow_field-under .lead{
    line-height: 1.6;
}
#demolition-works .flow_field-list{
    text-align: center;
    margin-bottom: 28px;
}
#demolition-works .flow_field-list .flow_field-item{
    position: relative;
    background-color: #eee;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 1em 0;
}
#demolition-works .flow_field-list .flow_field-item:not(:last-child){
    margin-bottom: 26px;
}
#demolition-works .flow_field-list .flow_field-item:not(:last-child):after{
    content: "";
    display: block;
    width: 32px;
    height: 6px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../image/PC/demolition/arrow.svg")no-repeat center top;
    background-size: contain;
}
/*--------------------------------------------

	DEMOLITION-WORKS Sec03

--------------------------------------------*/
#demolition-works #Sec_03{
    padding:3.2% 0  6.3%;
}
#demolition-works #Sec_03 .Sec_03-ttlBox{
    margin-bottom: 75px;
}
#demolition-works #Sec_03 .conts_ttl:after{
   background-image: url("../image/PC/demolition/voice.svg");
    left: 170px;
}
#demolition-works .voice-catch{
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
#demolition-works .voice-item:not(:first-child){
    padding-top: 26px;
}
#demolition-works .voice-item:not(:last-child){
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
}
#demolition-works .voice-wrap .imgBox{
    width: 20%;
    margin-right: 5%;
}
#demolition-works .voice-wrap .imgBox a{
    cursor: pointer;
}
#demolition-works #voice01,#demolition-works #voice02,#demolition-works #voice03{
    display: none;
}
#demolition-works .voice-wrap .textBox{
    flex: 1;
    line-height: 1.7;
}
#demolition-works .voice-wrap .textBox .lead{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 40px;
}
#demolition-works .voice-name,#demolition-works .voice-label{
    text-align: right;
    font-size: 14px;
}
.modaal-content-container{
    text-align: center;
}
#demolition-works #Sec_03 .comimt {
    text-align: center;
    margin-top: 30px;
}
#demolition-works #Sec_03 .comimt a{
    font-size: 20px;
    padding: 0.8em;
}
/*--------------------------------------------

	DEMOLITION-WORKS Sec04

--------------------------------------------*/
#demolition-works #Sec_04{
    padding: 3.3% 0 4.3%;
    background-color: #eee;
}
#demolition-works #Sec_04 .conts_ttl{
    margin-bottom: 55px;
}
#demolition-works .Sec_04-headBox{
    margin-bottom: 45px;
}
#demolition-works .Sec_04-headBox .lead{
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}
#demolition-works .Sec_04-middleBox{
    background-color: #eee;
    padding-bottom:50px;
}
#demolition-works .bottomBox-text{
    font-size: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}
#demolition-works .bottomBox-list{
    justify-content: space-between;
    padding-bottom: 21px;
}
#demolition-works .bottomBox-item{
    width: calc((100% / 5 ) - 12px);
    position: relative;
    background-color: #dcfa34;
    padding: 30px 0;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.8;
}
#demolition-works .bottomBox-item:after{
    content: "";
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    position: absolute;
    bottom:-38px;
    right: 0;
    color: #333;
}
#demolition-works .first:after{
    content: "※1";
}
#demolition-works .second:after{
    content: "※2";
}
#demolition-works .third:after{
    content: "※3";
}
#demolition-works  .Sec_04-caution{
    padding:50px 0 0 50%;
}
#demolition-works .caution-item{
    font-size: 16px;
    letter-spacing: 0.04em; 
    line-height: 2;
}
#demolition-works .caution-item:nth-child(2){
    padding-left: 1em;
}
/*--------------------------------------------

	COMMITMENT MAINIMAGE

--------------------------------------------*/
#commitment #mainimage{
    background-image: url("../image/PC/commitment/commitment-mainimag.jpg");
}
#commitment .under_sub-eng:after{
    width: 373px;
    height: 90px;
    bottom: -35px;
    left: 140px;
    background-image: url("../image/PC/commitment/strengths.svg");
}
/*--------------------------------------------

	BUSINESS - COMMITMENT - SEC01

--------------------------------------------*/
#commitment #Sec_01{
    padding: 7% 0;
}
#commitment  .Sec_ttl01{
    margin-bottom: 38px;
}
#commitment .textBox-box .lead{
    text-align: center;
}
#commitment .textBox-box{
    margin-bottom: 80px;
}
/*--------------------------------------------

	BUSINESS - COMMITMENT - SEC02

--------------------------------------------*/
#commitment .itemBox{
    position: relative;
    z-index: 10;
    padding: 96px 0 ;
}
#commitment .itemBox:before{
    content: "";
    display: block;
    width: 196px;
    height: 180px;
    position: absolute;
    top: -30px;
    right: 146px;
    z-index: 11;
    background:url("../image/PC/common/number01.svg")no-repeat center top;
    background-size: contain;
}
#commitment .itemBox:nth-child(even):before{
    right: inherit;
    left: 136px;
}
#commitment .itemBox:nth-child(2):before{
    background-image:url("../image/PC/common/number02.svg");
}
#commitment .itemBox:nth-child(3):before{
    
    background-image:url("../image/PC/common/number03.svg");
}
#commitment .itemBox:nth-child(4):before{
    background-image:url("../image/PC/common/number04.svg");
}
#commitment .itemBox:nth-child(5):before{
    background-image:url("../image/PC/common/number05.svg");
}
#commitment .itemBox:nth-child(6):before{
    background-image:url("../image/PC/common/number06.svg");
}
#commitment .itemBox:after{
    content: "";
    display: block;
    width: 74%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eee;
    z-index: -1;        
}
#commitment .itemBox:nth-child(even):after{
    right: inherit;
    left: 0;
}
#commitment .itemBox:nth-child(odd){
    right: 0;
    flex-direction: row-reverse;
}
#commitment .itemBox{
    margin-bottom: 82px;
}
#commitment .itemBox:last-child{
    margin-bottom: 50px;
}
#commitment .itemBox .commit-imgBox{
    width: 54%;
    height:450px;
    position: absolute;
    top: 50px;
    z-index: 3;
    background: url("../image/PC/commitment/commit04.jpg")no-repeat center bottom;
    background-size: cover;
}
#commitment .commit-02 .commit-imgBox{
    background-image: url("../image/PC/commitment/commit03.jpg");
}
#commitment .commit-03 .commit-imgBox{
    background-image: url("../image/PC/commitment/commit02.jpg");
}
#commitment .commit-04 .commit-imgBox{
    background-image: url("../image/PC/commitment/commit07.jpg");
}
#commitment .commit-05 .commit-imgBox{
    background-image: url("../image/PC/commitment/commit05.jpg");
}

#commitment .itemBox:nth-child(odd) .commit-imgBox{
    left: 0;
}
#commitment .itemBox:nth-child(even) .commit-imgBox{
    right: 0;
}
#commitment .itemBox .commit-textbox{
    width: 50%;
    position: relative;
    z-index: 6;
    height: 350px;
    background-color: #fff;
    padding: 42px 60px 58px;
    box-sizing: border-box;
}
#commitment .itemBox:nth-child(odd) .commit-textbox{
    margin-right: 70px;
}
#commitment .itemBox:nth-child(even) .commit-textbox{
     margin-left: 70px;
}
#commitment .itemBox:nth-child(even) .commit_ttlbox{
     text-align: right;
}
#commitment .commit_ttl{
    position: relative;
    display: inline-block;
    font-size:20px;
    font-weight: 300;
    letter-spacing: 0.06em;
    padding-bottom: 22px;
    margin-bottom: 18px;
}
#commitment .commit_ttl:after{
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
}
#commitment .itemBox:nth-child(even) .commit_ttl:after{
    left: inherit;
    right: 0;
}
#commitment .commit_ttl-jpn{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
    line-height: 1.4;
}
#commitment .commit_field .lead{
    line-height: 1.8;
}
#commitment .company-pdf{
    margin-right: 1em;
}
#commitment .company-pdf a{
    position: relative;
    display: inline-block;
    width: 240px;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 1em 1em 1em 2em;
    box-sizing: border-box;
    border: 1px solid #333;
    text-align: left;
    margin-top: 1.3em
}
#commitment .company-pdf a:hover{
    background-color: #333;
    color: #fff;
}
#commitment .company-pdf a:after{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
}
#commitment .company-pdf a:hover:after{
    background-color: #fff;
}
#commitment .lead-links a{
    font-size: 18px;
    font-weight: bold;
    background-color: #11CE93;
    color: #fff;
    padding: 0.8em 1.2em;
    line-height: 1;
    margin-top: 1.2em;
}
#commitment .lead-links a:hover{
    opacity: .7;
}
#commitment .demolition{
    text-align: center;
}
#commitment .demolition a{
    width: 200px;
    font-size: 22px;
    padding: 0.8em;
    background-color: #11CE93;
    color: #fff;
    line-height: 1;
}
#commitment .demolition a:hover{
    opacity: 0.7;
}
/*-------------------------------------------

	BUSINESS - INDUSTRIAL WORKS

--------------------------------------------*/
#industrial-works #mainimage{
    background-image: url("../image/PC/industrial/industrial-mainimage.jpg");
}
#industrial-works .under_sub-eng:after{
    width: 373px;
    height: 83px;
    bottom: -70px;
    left: 188px;
    background-image: url("../image/PC/common/business.svg");
}
/*--------------------------------------------

	BUSINESS - CINDUSTRIALIVIL WORKS Sec01

--------------------------------------------*/
#industrial-works #Sec_01{
    padding:6.6% 0;
}
#industrial-works .Sec_01-headBox{
    margin-bottom: 60px;
}
#industrial-works .Sec_ttl01{
    margin-bottom: 36px;
}
#industrial-works .Sec_01-bottomBox .industrial_contBox{
    justify-content: space-between;
    align-items: flex-start;
}
#industrial-works .Sec_01-bottomBox .industrial_contBox:nth-child(2){
    flex-direction: row-reverse;
}
#industrial-works .Sec_01-bottomBox .industrial_contBox:not(:last-child){
    margin-bottom:100px;
}
#industrial-works .industrial_contBox-left{
    flex: 1;
}
#industrial-works  .cont-ttlBox{
    margin-bottom: 43px;
}
#industrial-works .conts_ttl{
    margin-bottom:90px;
}
#industrial-works  .conts_ttl:after{
    background-image: url("../image/PC/industrial/conte01.svg");
    width: 486px;
    height: 55px;
    left: 55px;
}
#industrial-works  .dot{
    position: relative;
    padding-left: 30px;
}
#industrial-works  .dot:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #14ce96;
}
#industrial-works .cont-table{
    margin: 40px 0 30px;
}
#industrial-works .cont-table th,#industrial-works .cont-table td{
    font-size: 16px;
    letter-spacing: 0.1em;
     border: 1px solid #333;
    box-sizing: border-box;
    text-align: center;
}
#industrial-works .cont-table .mode{
    writing-mode: tb-rl;
    padding: 32px 8.5px 30px 8.5px;
    box-sizing: border-box;
    font-weight: normal;
}
#industrial-works .cont-table .table-item{
    width: 70px;
}
#industrial-works .cont-table td{
    padding: 20px 8px;
    box-sizing: border-box;
}
#industrial-works .textBox01{
    margin-bottom: 30px;
}
#industrial-works .industrial_contBox-right{
    width: 48%;
    margin-left: 3%;
}
#industrial-works .industrial_contBox:nth-child(2) .industrial_contBox-right{
    margin-right: 3%;
    margin-left: 0;
}
#industrial-works .contBox-img01{
    margin-bottom: 20px;
}
/*--------------------------------------------

	BUSINESS - INDUSTRIAL WORKS SEC02

--------------------------------------------*/
#industrial-works  #Sec_02{
    padding: 6% 0 7.5%;
    background-color: #ececec;
}
#industrial-works  .flow_ttlBox{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 58px;
}
#industrial-works  .flow_ttlBox:after{
    content: "";
    display: block;
    width: 185px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background:linear-gradient(to right, #14cf97 45%,#dcfa34);
}
#industrial-works .flow_ttl-jpn{
    font-size: 20px;
    margin-bottom: 24px;
}
#industrial-works .flow_ttl-eng{
    font-size: 40px;
    font-weight: 300;        
}
#industrial-works .collection_flow-list{
    background-color: #fff;
    padding: 78px 60px;
    width: 90%;
    margin: 0 auto;
}
#industrial-works .collection_flow-imgBox{
    width: 27%;
    margin-right: 6%;
}
#industrial-works .collection_flow-textbox{
    flex: 1;
}
#industrial-works .collection_flow-item:not(:last-child){
    margin-bottom: 50px;    
}
#industrial-works .flow_text-number{
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.06em;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
#industrial-works .flow_text-number:after{
    content: "";
    display: block;
    width:55px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
}
#industrial-works .flow_text-ttl{
    font-size: 25px;
    margin-bottom: 18px;
}
#industrial-works .flow_tel a{
    margin-top: 1.2em;
    background-color: #14ce96;
    color: #fff;
    font-weight: bold;
    padding: 0.6em;
}
#industrial-works .collection_flow-textbox .lead{
    line-height: 1.8;
}
#industrial-works  .caution{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
}
/*--------------------------------------------

	BUSINESS - Common

--------------------------------------------*/
.intoroductionBox{
    justify-content: space-between;
    align-items: center;
}
.intoroduction-textBox{
    flex: 1;
}
.intoroduction-textBox .intoroduction-name{
    font-size: 20px;
    margin-bottom: 28px;
}
.intoroductionBox .lead{
    line-height: 2.1;
}
.intoroduction-imgBox{
    width: 37%;
    margin-left: 6%;
}
/*--------------------------------------------

	BUSINESS - CIVIL WORKS

--------------------------------------------*/
#civil-works #mainimage{
    background-image: url("../image/PC/civil-work/civil-work-mainimage.jpg");
}
#civil-works .under_sub-eng:after{
    width: 373px;
    height: 83px;
    bottom: -70px;
    left: 114px;
    background-image: url("../image/PC/common/business.svg");
}
/*--------------------------------------------

	BUSINESS - CIVIL WORKS Sec01

--------------------------------------------*/
#civil-works #Sec_01{
    padding:6.6% 0;
}
#civil-works .Sec_ttl01{
    margin-bottom: 60px;
}
/*--------------------------------------------

	BUSINESS -ASBESTO

--------------------------------------------*/
#asbesto #mainimage{
    background-image: url("../image/PC/asbesto/asbesto-mainimage.jpg");
}
#asbesto .under_sub-eng:after{
    width: 373px;
    height: 83px;
    bottom: -70px;
    left: 180px;
    background-image: url("../image/PC/common/business.svg");
}
/*--------------------------------------------

	BUSINESS - ASBESTO Sec01

--------------------------------------------*/
#asbesto #Sec_01{
    padding:6.6% 0;
}
#asbesto .Sec_ttl01{
    margin-bottom: 60px;
}
/*--------------------------------------------

	BUSINESS - PRODUCT SALE

--------------------------------------------*/
#product-sale #mainimage{
    background-image: url("../image/PC/product-sale/producr-sale-mainimage.jpg");
}
#product-sale .under_sub-eng:after{
    width: 373px;
    height: 83px;
    bottom: -70px;
    left: 177px;
    background-image: url("../image/PC/common/business.svg");
}
/*--------------------------------------------

	BUSINESS - PRODUCT SALE Sec01

--------------------------------------------*/
#product-sale #Sec_01{
    padding:6.6% 0;
}
#product-sale .Sec_ttl01{
    margin-bottom: 60px;
}
#product-sale .intoroductionBox{
    align-items: flex-end;
}
#product-sale .intoroduction-textBox .intoroduction-name{
    margin-bottom: 50px;
}
#product-sale .intoroduction_box01:not(:last-of-type){
    margin-bottom:30px; 
}
#product-sale .intoroduction_box01-sub{
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 22px;
}
#product-sale .dot{
    position: relative;
    padding-left: 24px;
}
#product-sale .dot:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 9px;;
    background-color: #14ce96;
}
#product-sale .intoroduction-imgBox .intoroduction-imgBox01:first-child{
    margin-bottom: 32px;
}
/*--------------------------------------------

	BUSINESS -SOLAR POWER

--------------------------------------------*/
#solar-power #mainimage{
    background-image: url("../image/PC/solar-power/solar-mainimage.jpg");
}
#solar-power .under_sub-eng:after{
    width: 373px;
    height: 83px;
    bottom: -70px;
    left: 300px;
    background-image: url("../image/PC/common/business.svg");
}
/*--------------------------------------------

	BUSINESS - ASBESTO Sec01

--------------------------------------------*/
#solar-power #Sec_01{
    padding:6.6% 0;
}
#solar-power .Sec_ttl01{
    margin-bottom: 60px;
}
/*--------------------------------------------

	CSR MAINIMAGE

--------------------------------------------*/
#csr #mainimage{
    background-image: url("../image/PC/csr/csr-mainimage.jpg");
}
#csr #mainimage .under_sub-eng:after{
    bottom:-80px;
}
/*--------------------------------------------

	CSR SEC01

--------------------------------------------*/
#csr #Sec_01{
    padding: 6.6% 0 5.7%;
}
#csr #Sec_01 .Sec_ttl01{
    margin-bottom: 42px;
}
#csr .policy_box01{
    margin-bottom: 48px;
}
#csr .policy_ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}
#csr .policy_box01 .lead{
    text-align: center;
}
#csr .policy_lead{
    font-size: 16px;
    letter-spacing: 0.05em;
}
#csr .policy_text_box .policy_lead:not(:last-child){
    margin-bottom: 26px;
}
#csr .policy_lead .side{
    display: block;
    padding-left: 1.2em;
    margin-top: 26px;
}
/*--------------------------------------------

	CSR SEC02

--------------------------------------------*/
#csr #Sec_02{
    padding: 4.6% 0 8.3%;
    background-color: #eeeeee;
}
#csr #Sec_02 .Sec_ttl01{
    margin-bottom: 46px;
} 
#csr .csr_box{
    justify-content: center;
    margin-bottom: 60px;
}
#csr .csr_box-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}
#csr .csr_box0-left, #csr .csr_box0-right{
    width: 40%;
}
#csr .csr_box0-left{
    margin-right: 5%;
}
#csr .csr_sliderlist,#csr .csr_sliderlist02{
    margin-bottom: 6px;
}
#csr .csr_thumbnail .slick-slide,#csr .csr_thumbnail02 .slick-slide {
    margin-right: 7px;
}
#csr .slick-prev:before, .slick-next:before {
    content: "";
}
#csr .ISo_ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px; 
}
#csr .Iso_pdf{
    justify-content: center;
}
#csr .Iso_box-left,#csr .Iso_box-right{
    width: 20%;
}
#csr .Iso_box-left{
    margin-right: 5%;
}
/*--------------------------------------------

	WORKS MAINIMAGE

--------------------------------------------*/
#works #mainimage{
    background-image: url("../image/PC/works/works-mainimage.jpg");
}
#works .under_sub-eng:after{
    background-image: url("../image/PC/works/works.svg");
    width: 594px;
    height: 105px;
    position: absolute;
    bottom: -75px;
    left: 40px;
}
/*--------------------------------------------

	WORKS SEC01

--------------------------------------------*/
#works #Sec_01{
    padding: 6.6% 0 12.5%;
}
#works .Sec_ttl01{
    margin-bottom: 40px;
}
#works .Sec_ttl01-eng{
    margin-bottom: 24px;
}
#works .works-caution{
    font-size: 14px;
    letter-spacing: 0.05em;
}
#works .works-caution .small{
    font-size: 13px;
}
#works .works-nav{
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8%;
    margin-bottom: 26px;
}
#works .works-nav-item{
    width: 198px;
}
#works .works-nav-item:nth-child( n + 6){
    margin-top: 4px;
}
#works .works-nav-item a{
    display: block;
    background:url("../image/PC/works/green-bg01.jpg")no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.05em;
}
#works .works-nav-item a:hover{
    opacity: 0.7;
}
#works .works-nav-item:first-child a,#works .works-nav-item:nth-child(6) a{
    background-image: url("../image/PC/works/green-bg01.jpg");
}
#works .works-nav-item:nth-child(2) a{
   background-image: url("../image/PC/works/green-bg02.jpg");
}
#works .works-nav-item:nth-child(3) a{
   background-image: url("../image/PC/works/green-bg03.jpg");
}
#works .works-nav-item:nth-child(4) a{
    background-image: url("../image/PC/works/green-bg04.jpg");
}
#works .works-nav-item:nth-child(5) a{
    background-image: url("../image/PC/works/green-bg05.jpg");
}
#works .works-nav-item:nth-child(7) a{
    background-image: url("../image/PC/works/green-bg07.jpg");
}
#works .works-nav-item:nth-child(8) a{
    background-image: url("../image/PC/works/green-bg08.jpg");
}
#works .works-nav-item:nth-child(9) a{
    background-image: url("../image/PC/works/green-bg09.jpg");
}
#works .works-nav-item:nth-child(10) a{
    background-image: url("../image/PC/works/green-bg10.jpg");
}
#works .works-bottomBox .worksBox{
    padding-top: 46px;
}
#works .works-bottomBox .worksBox:not(:last-child){
    margin-bottom: 46px;
}
#works .works_container01{
    margin-bottom: 56px;
}
#works .works-ttl{
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: center;
}
#works .works-year{
    font-size: 23px;
    text-align: left;
    margin-bottom: 15px;
}
#works .sheet01{
    text-align: center;
    border-collapse: collapse;
    font-size: 16px;
    letter-spacing: 0.05em;
}
#works .sheet01 th{
     border: 1px solid  #333;
}
/*
#works .sheet01 th:first-child{
    border-right: 1px solid  #333;
}*/
#works .sheet01 td{
    border:1px solid #333;
    color: #333;
    padding: 20px 0;
    box-sizing: border-box;
}
#works .sheet-top{
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
    color: #fff;
}
#works .sheet-top th:first-child{
    width: 360px;
    padding: 22px 0;
    box-sizing: border-box;
}
/*--------------------------------------------

	COMPANY MAINIMAGE

--------------------------------------------*/
#company #mainimage{
    background-image: url("../image/PC/company/company-mainimage.jpg");
}
#company .under_sub-eng:after{
    background-image: url("../image/PC/company/aboutus.svg");
    width: 567px;
    height: 99px;
    position: absolute;
    bottom: -36px;
    left: 52px;
}
/*--------------------------------------------

	Company SEC01

--------------------------------------------*/
#company #Sec_01{
    padding: 3.3% 0;
}
#company #Sec_01 .Sec_ttl01{
    margin-bottom: 35px;
}
#company #Sec_01 .company_navi-list{
    justify-content: space-between;
}
#company .company_navi-item a{
    width: 160px;
    display: block;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 24px 0;
    color: #fff;
    background: url("../image/PC/company/bg_01.jpg") no-repeat center top;
    background-size: cover;
}
#company .company_navi-item:nth-child(2) a{
    background-image:url("../image/PC/company/bg_02.jpg");
}
#company .company_navi-item:nth-child(3) a{
    background-image:url("../image/PC/company/bg_03.jpg");
}
#company .company_navi-item:nth-child(4) a{
    background-image:url("../image/PC/company/bg_04.jpg");
}
#company .company_navi-item:nth-child(5) a{
    background-image:url("../image/PC/company/bg_05.jpg");
}
#company .company_navi-item:nth-child(6) a{
    background-image:url("../image/PC/company/bg_06.jpg");
}
#company .company_navi-item:nth-child(7) a{
    background-image:url("../image/PC/company/bg_07.jpg");
}
#company .company_navi-item a:hover{
    opacity: 0.7;
}
/*--------------------------------------------

	Company message

--------------------------------------------*/
#company #message {
    padding:3.3% 0  5.1%;
}
#company #message .conts_ttl{
    margin-bottom: 64px;
}
#company #message .conts_ttl:after{
    width: 216px;
    height: 51px;
    top:8px;
    left: 68px;
    background-image: url("../image/PC/company/message.svg");
}
#company .message_box{
    justify-content: space-between;
}
#company .message_left{
    width: 45.8%;
}
#company .message_right{
    flex: 1;
    margin-left: 3.4%;
}
#company .message_right p{
    line-height: 1.8;
}
#company .message_right p:not(:last-child){
    margin-bottom: 16px;
}
#company .message_right .ceo{
    text-align: right;
}
/*--------------------------------------------

	Company philosophy

--------------------------------------------*/
#company #philosophy {
    padding: 5.3% 0;
    background-color: #ebebeb;
}
#company .philosophy_ttlbox{
    margin-bottom: 50px;
    text-align: center;
}
#company .philosophy_ttl-jpn{
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
}
#company .philosophy_ttl-eng{
    position: relative;
    font-size: 40px;
    font-weight: 200;
    padding-bottom: 40px;
    display: inline-block;
    letter-spacing: -0.01em;
}
#company .philosophy_ttl-eng:after{
    content: "";
    display: block;
    width: 185px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
}
#company .philosophy_box{
    background-color: #fff;
    padding: 34px 0;
    text-align: center;
}
#company .philosophy_box:nth-child(2){
    margin-bottom: 50px;
}
#company .philosophy_box-ttl{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
}
#company .philosophy_box:nth-child(2) .lead:last-child{
    margin-top: 10px;
}
#company .philosophy_box:nth-child(3) .lead{
    line-height: 2;
    margin-bottom: 30px;
}
#company .philosophy_list{
    justify-content: center;
    color: #fff;
}
#company .philosophy_item{
    width: 248px;
    padding: 30px 0 36px;
    text-align: center;
    background:url("../image/PC/company/philosophy-bg01.jpg")no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}
#company .philosophy_item:nth-child(2){
    background-image: url("../image/PC/company/philosophy-bg02.jpg");
}
#company .philosophy_item:nth-child(3){
    background-image: url("../image/PC/company/philosophy-bg03.jpg");
}
#company .philosophy_item:not(:last-child){
    margin-right: 26px;
}
#company  .philosophy_item-top{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}
#company  .philosophy_item-top{
    font-size: 16px;
    letter-spacing: 0.05em;
}
/*--------------------------------------------

	Company philosophy

--------------------------------------------*/
#company #companyinfo {
    padding: 6.6% 0 5.1%;
}
#company #companyinfo .conts_ttl{
    margin-bottom: 96px;
}
#company #companyinfo .conts_ttl:after{
    width: 498px;
    height: 70px;
    top:-8px;
    left: 84px;
    background-image: url("../image/PC/company/info.svg");
}
.company-table{
    max-width: 865px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.05em;
}
#company #companyinfo .company-table{
    margin-bottom: 75px;
}
.company-table tr{
    vertical-align: text-top;
    text-align: left;
}
.company-table th{
    border-right: 1px solid #333;
    font-weight: normal;
    box-sizing: border-box;
    width: 206px;
}
#company .companyinfo-field{
    padding-bottom: 20px;
}  
.company-table td{
    padding-left: 142px;
}
#company .companyinfo-item-box{
    margin-bottom: 52px;
}
#company tr:last-child .companyinfo-item-box{
    margin-bottom: 0;
}
#company .companyinfo-item-box p:not(:last-child){
    margin-bottom: 16px;
}
#company .companyinfo-item-box .white{
    padding-left: 1em;
}
#company .companyinfo-pdf{
    text-align: center;
}
#company .companyinfo-pdf a{
    position: relative;
    display: inline-block;
    width: 390px;
    font-size: 17px;
    letter-spacing: 0.05em;
    padding: 25px 60px 25px 40px;
    box-sizing: border-box;
    border: 1px solid #333;
    text-align: left;
}
#company .companyinfo-pdf a:hover{
    background-color: #333;
    color: #fff;
}
#company .companyinfo-pdf a:after{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
}
#company .companyinfo-pdf a:hover:after{
    background-color: #fff;
}
/*--------------------------------------------

	Company history

--------------------------------------------*/
#company #history {
    padding: 6.6% 0 5.1%;
    background-color: #ebebeb;
}
#company #history .conts_ttl{
    margin-bottom: 60px;
    z-index: 4;
}
#company #history .conts_ttl:after{
    width: 178px;
    height: 48px;
    top:8px;
    left: 56px;
    background-image: url("../image/PC/company/history.svg");
}
#company #history .company-table tr:nth-child(even){
    background-color: #d3d3d3;
}
#company .history-field{
    padding: 20px 20px 20px 36px;
    border: 0;
}
#company #history .companyinfo-item-box{
    margin-bottom:22px;
}
#company .companyinfo-item-box .companyinfo-text:first-child{
    margin-bottom: 16px;
}
/*--------------------------------------------

	Company authorization

--------------------------------------------*/
#company #authorization {
    padding: 6.6% 0 5.1%;
}
#company #authorization .conts_ttl{
    margin-bottom: 88px;
}
#company #authorization .conts_ttl:after{
    width: 343px;
    height: 54px;
    top:0;
    left: 88px;
    background-image: url("../image/PC/company/authori.svg");
}
#company .authori-container .authori-box:not(:last-child){
    border-bottom: 1px solid #333;
}
#company .authori-box{
    padding:45px 160px 40px 120px;
}
#company .authori-box:first-child{
    padding-top: 0;
}
#company .authori-ttl{
    font-size: 18px;
    margin-bottom: 12px;
}
#company .dot{
    position: relative;
}
#company .authori-ttl .dot:before{
     content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: -42px;
    background-color: #14ce96;
}
#company .authori-box .lead{
    line-height: 1.8;
}
#company .authori-box .bottom{
    margin-bottom: 20px;
}
#company .authori-box-list{
    justify-content: center;
    margin-top: 44px;
}
#company .authori-box-item{
    width: 24%;
}
#company .authori-box-item:first-child{
    margin-right: 3%;
}
#company .authori-box-item .lead{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
/*--------------------------------------------

	Company facility

--------------------------------------------*/
#company #facility {
    padding: 6.6% 0 5.1%;
    background-color: #ebebeb;
}
#company #facility .conts_ttl{
    margin-bottom: 96px;
    z-index: 4;
}
#company #facility .conts_ttl:after{
    width: 180px;
    height: 48px;
    top:12px;
    left: 78px;
    background-image: url("../image/PC/company/facility.svg");
}
#company .slider_box{
    margin-bottom: 63px;
    align-items: flex-end;
}
#company .slider_box-left{
    width: 50%;
}
#company .slider_box-right{
    width: 50%;
}
#company .slick-prev, .slick-next{
    display: none;
}
#company .slider_box-right .slick-slide{
    margin-right: 30px;
}
#company .facility-list{
    justify-content: space-between;
}
#company .facility-item{
    width: 32%;
    padding: 36px 46px 36px 80px;
    background-color: #fff;
    box-sizing: border-box;
}
#company .facility-item:nth-child(2){
    padding-left: 106px;
}
#company .facility-item:nth-child(3){
    padding-left: 100px;
}
#company .facility-item:not(:last-child){
    margin-right: 2%;
}
#company .facility-item-ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 52px;
}
#company .facility-item-ttl .dot:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: -35px;
    background-color: #14ce96;
}
/*--------------------------------------------

	Company facility

--------------------------------------------*/
#company #license {
    padding: 6.6% 0 5.1%;
}
#company #license .conts_ttl{
    margin-bottom: 96px;
}
#company #license .conts_ttl:after{
    width: 178px;
    height: 42px;
    top:6px;
    left: 78px;
    background-image: url("../image/PC/company/lisence.svg");
}
#company #license .licenseBox{
    justify-content: center;
}
#company .licenseBox-left,#company .licenseBox-right{
    width: 50%;
    box-sizing: border-box;
}
#company .licenseBox-left{
    padding-left: 170px;
    border-right: 1px solid #333;
}
 #company .license-item:not(:last-child){
    margin-bottom: 24px;
} 
#company  .licenseBox-right{
    padding-left: 120px;
}
/*--------------------------------------------

	Company facility

--------------------------------------------*/
#company #access {
    padding: 6.6% 0 7.1%;
    background-color: #ebebeb;
}
#company #access .conts_ttl{
    margin-bottom: 84px;
    z-index: 4;
}
#company #access .conts_ttl:after{
    width: 155px;
    height: 46px;
    top:12px;
    left: 92px;
    background-image: url("../image/PC/company/access.svg");
}
#company .access_box{
    justify-content: space-between;
}
#company .access_box-inner{
    width: 48%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 64px;
}
#company .access_box-inner:first-child{
    margin-right: 4%;
}
#company .access_box-ttl{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 45px;
}
#company .access_box-img{
    margin-bottom: 30px;
}
#company .access_box-info{
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
#company .access_box-text:not(:last-child){
    margin-bottom: 14px;
}
/*--------------------------------------------

	STAFF MAINIMAGE

--------------------------------------------*/
#staff #mainimage{
    background-image: url("../image/PC/staff/staff-mainimage.jpg");
}
#staff .under_sub-eng:after{
    background-image: url("../image/PC/staff/staff.svg");
    width: 413px;
    height: 66px;
    position: absolute;
    top: 30px;
    left:60px;
}
/*--------------------------------------------

	contact sec01

--------------------------------------------*/
#staff  #Sec_01{
    padding:6.4% 0 7.4%;
}
#staff .Sec_ttl01{
    margin-bottom: 42px;
}
#staff .Sec_ttl01_box01{
    margin-bottom: 64px;
}
.staff_intro-list{
    flex-wrap: wrap;
}
.staff_intro-item{
    width:49%;
    font-size: 1.6rem;
}
.staff_intro-item:nth-child(2n){
    margin-left: 2%;
}
.staff_intro-item:nth-child(n + 3){
    margin-top: 7%;
}
.staff_intro-inner{
    margin-bottom: 2.25em;
}
.staff_intro-imgBox{
    flex: 1;
}
.staff_intro-imgBox img{
    border-radius: 50%;
}
.staff_intro-profile{
    width: 50%;
    letter-spacing: 0.05em;
    padding: 0.5em 1.1em 0 0;
    margin-left: 2em;
    box-sizing: border-box;
}
.staff_intro-post{
    background-color: #dcfa34;
    padding: 0.5em 0.8em;
    display: inline-block;
    margin-bottom: 1em;
}
.staff_intro-post .staff_intro-name{
    font-weight: bold;  
}
.staff_intro-name{
    font-size: 2rem;
    margin-bottom: 1.4em;
}
.staff_intro-cts{
    padding-bottom: 0.8em;
    border-bottom: 1px solid #333;
}
.staff_intro-cts:not(:last-child){
    margin-bottom: 0.8em;
}
.staff_intro-field{
    margin-right: 1em;
}
.staff_intro-comment{
    padding-left: 2.25em;
}
.staff_intro-comment-ttl{
    position: relative;
    font-weight: bold;
    padding: 0.5em 0 0.6em;
    margin-bottom: 1em;
}
.staff_intro-comment-ttl:before{
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    left: -2.25em;
    top: 0;
    background-color: #dcfa34;
}
.staff_intro-lead{
    line-height: 2.2;
}
/*--------------------------------------------

	STAFF MAINIMAGE

--------------------------------------------*/
#recruit #mainimage{
    background-image: url("../image/PC/recruit/recruit-mainimage.jpg");
}
#recruit .under_sub-eng:after{
    background-image: url("../image/PC/recruit/employment.svg");
    width: 486px;
    height: 106px;
    position: absolute;
    top: 12px;
    left:38px;
}
/*--------------------------------------------

	contact sec01

--------------------------------------------*/
#recruit  #Sec_01{
    padding:6.4% 0 6.5%;
}
#recruit .Sec_ttl01{
    margin-bottom: 42px;
}
#recruit .Sec_ttl01_box01{
    margin-bottom: 54px;
}
.recruit_Box{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.recruit_Box-required{
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    padding: 0.8em;
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
}
.recruit_Box-item{
    align-items: center;
    border: 1px solid #333;
    border-top: 0;
 }
.recruit_Box-field{
    width: 30%;
    font-weight: bold;
    text-align: center;
}
.recruit_Box-detail{
    flex: 1;
    padding: 1em 2.5em 1em 4.5em;
    border-left: 1px solid #333;
    line-height: 1.8;
}
/*--------------------------------------------

	recruit sec02

--------------------------------------------*/
#recruit #Sec_02 {
    padding-bottom: 5.5%;
}
#recruit #Sec_02 .Sec_ttl01_box01{
    text-align: center;
}
.recruit_contact-Box{
    background-color: #e3e3e3;
    padding: 26px;
}
.recruit_contact-inner{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #fff;
    padding: 1.8em 0 1.8em;
}
.recruit_contact-name{
    font-weight: bold;
    margin-bottom: 1.5em;
}
.recruit_contact-tel{
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.recruit_tel-icon{
     position: relative;
    padding-left: 1.6em;
}
.recruit_tel-icon:before{
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../image/PC/recruit/recruit-tel.svg")
}
.recruit_contact-hour{
    margin-bottom: 1.2em;
}
/*--------------------------------------------

	COMPANY MAINIMAGE

--------------------------------------------*/
#contact #mainimage{
    background-image: url("../image/PC/contact/contact-mainimage.jpg");
}
#contact .under_sub-eng:after{
    background-image: url("../image/PC/contact/contact.svg");
    width: 567px;
    height: 99px;
    position: absolute;
    top: 30px;
    left:14px;
}
/*--------------------------------------------

	contact sec01

--------------------------------------------*/
#contact  #Sec_01{
    padding:6.6% 0;
}
#contact .Sec_ttl01{
    margin-bottom: 42px;
}
#contact .textBox{
    margin-bottom: 40px;
}
#contact .textBox .lead{
    text-align: center;
}
#contact .contactBox{
    margin-bottom: 56px;
}
#contact .form_item{
    width: 382px;
    background-color: #14cf97;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 32px;
    border-bottom: 1px solid #fff;
}
#contact .formBox:last-child .form_item{
    border-bottom: 0;
}
#contact .must{
    font-size: 12px;
    color: red;
    margin-top: 1em;
}
#contact .error{
    font-size: 13px;
    color: red;
    margin-top: 14px;
}
#contact .form_field{
    flex: 1;
    background-color: #eeeeee;
    padding: 24px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
}
#contact .formBox:last-child .form_field{
    border-bottom: 0;
}
#contact  .formtext{
    padding:30px 0 184px;
}
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"], #contact textarea{
    width: 100% !important;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 14px 18px 14px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-family: 'Noto Sans JP',"游ゴシック","YuGothic", "游ゴシック体","メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 0;
    border: 1px solid #333;
}
#contact textarea{
    height: 200px;
}
#contact .upload{
    font-size: 16px;
    line-height: 1.8;
}
#contact .form_check{
     margin-bottom: 40px;
}
#contact .checkbox{
    justify-content: center;
}
#contact .checkbox input[type="checkbox"] {
    margin: 0 0 3px 0;
}
#contact .form_check .error{
    text-align: center;
}
#contact .praivacy{
    font-size: 15px;
    margin-left: 15px;
}
#contact .submit_btn{
    text-align: center;
}
#contact input[type="submit"]{
    width: 340px;
    margin: 0 auto;
    background-color: #333333;
    font-size: 23px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 18px 0;
    -webkit-appearance: none;
    cursor: pointer;
}