<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =======================================

reset

 ======================================= */
 

*{
margin:0;
padding:0;
list-style:none;
text-decoration: none;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
line-height: 1.6em;
letter-spacing: 0.05em;
}





html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  -webkit-text-size-adjust: none;
}

#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}


/*******************************
　　ヘッダー
*******************************/

.mainImage_area{
position: relative;
overflow: hidden;
}

.mainImage_area &gt; .inner{
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	/* width: 1024px; */
	margin: 0 auto;
	z-index: 10;
	animation: opacity_move 0.5s alternate linear;
	width: 90%;
}

@keyframes opacity_move {
0% {opacity: 0; left: -20px;}
50% {opacity: 0.7;}
100% {opacity: 1;}
}


.mainImage_area &gt; .inner &gt; span.catch01{
  text-shadow: 0px -1px 12px #4e779a, -1px 1px 12px #4e779a, 1px 3px 12px #4e779a, 1px 2px 12px #4e779a;
  color: #fff;
  line-height: 1.5em;
  display: block;
  margin: 0 0 10px 0px;
  background-blend-mode: multiply;
  /* font-weight: bold; */
  position: relative;
  padding: 0px 0 0px 0px;
  font-size: 4vw;
  font-family: 'Noto Sans Japanese';
}
.mainImage_area &gt; .inner &gt; span.catch02{
	text-shadow: 0px -1px 12px #4e779a, -1px 1px 12px #4e779a, 1px 3px 12px #4e779a, 1px 2px 12px #4e779a;
	/* text-shadow: 0px 0px 10px #4e779a; */
	color: #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 0 10px 0px;
	background-blend-mode: multiply;
	/* font-weight: bold; */
	position: relative;
	padding: 0px 0 0px 0px;
	font-size: 5.5vw;
	font-family: 'Noto Sans Japanese';
}



/* スマホ */
.mainImage_area_sp {
background-color: #F6F6F6;
display: none;
}


.slick-slide
{
    height: 400px!important;

}
  


header{
  width: 100%;
  background: rgba(255,255,255,.8);
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100;
  border-top: 8px #268635 solid;
}

.header-top-text{width: 100%;background: #268635;display: none;}

.header-top-text span{
  /* width: 1024px; */
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  width: 95%;
}

header .inner{
  /* width: 1024px; */
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0 5%;
  width: 95%;
}

.logo{
  position: relative;
  margin: 0 5% 0 0;
  width: 70%;
}
.logo a{
display: block;
line-height: 0;
}
.logo a img{display: block;width: 100%;}

.logo .anniv01{
    font-size: 16px;
    color: #ef8701;
    text-align: right;
    /* border-bottom: 1px #00abef solid; */
    margin: 0 0 8px 0;
    /* padding: 0 0 8px 0; */
    position: absolute;
    top: 0;
    left: auto;
    right: -150px;
    width: 130px;
}
.logo .anniv01 i{
  font-size: 32px;
  color: #efd401;
  margin: 0 8px 8px 0;
  vertical-align: middle;
}


.global-nav{
  align-self: center;

}


/* グローバルナビ */
.global-nav ul{
  display: none;
  /* width: 1024px; */
  margin: 0px auto 0;
  padding: 16px 0;
  justify-content: space-between;
}



.global-nav ul li{margin: 0 0px 0 0;width: 100%;border-right: 1px #ccc solid;position: relative;}




.global-nav ul li a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
}
.global-nav ul li a &gt; div{
  font-size: 10px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
}

.global-nav ul li a:hover{
  color: #268635;
  transition: 0.2s ease-in-out;
}

.global-nav ul li a:hover i{
  color: #268635;
  transition: 0.2s ease-in-out;
}
.global-nav ul li a:hover div{
  color: #268635;
  transition: 0.2s ease-in-out;
}




.global-nav ul li:nth-child(1){
  border-left: 1px #ccc solid;
      width: 50%;
      align-self: center;
}

.global-nav ul li:nth-child(1) a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 0;
}
.global-nav ul li:nth-child(1) a i{
  font-size: 32px;
}

.global-nav ul li:nth-child(1) a &gt; div{
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: auto;
  bottom: -28px;
  width: 100%;
}

.global-nav ul li:nth-child(1) a &gt; div i{
  font-size: 24px;
  color: #ccc;
}


.global-nav ul li:nth-child(7){
      align-self: center;
          width: 120%;
}

.global-nav ul li:nth-child(7) a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #f2be0b;
  padding: 8px 0px;
  margin: 0 8px 0;
}

.global-nav ul li:nth-child(7) a i{
margin: 0 8px 0 0;
}



.global-nav ul li a:hover{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}

.global-nav ul li a:hover i{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}
.global-nav ul li a:hover div{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}

.global-nav ul li:nth-child(7) a:hover{
  color: #fff;
  transition: 0.2s ease-in-out;
}

.global-nav ul li:nth-child(7) a:hover i{
  color: #fff;
  transition: 0.2s ease-in-out;
}
.global-nav ul li:nth-child(7) a:hover div{
  color: #fff;
  transition: 0.2s ease-in-out;
}




/* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 */
/*ドロワーメニュー*/

/* #bt_open_modal{
display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    #bt_open_modal{
    display: block;
    }

}
 */


#modal_area{
	position: absolute;
	z-index: 1;
    background: rgba(38, 134, 53, 0.95)!important;
  display: none;
  overflow: hidden;
}

.close-modal_area{
  color: #fff;
  display: block;
  position: absolute;
  top: 5%;
  vertical-align: middle;
  bottom: auto;
  left: auto;
  right: 3%;
  height: auto;
  width: 25px;
  font-size: 2em;
  z-index: 1;
  line-height: 0;
  cursor: pointer;
}


#modal_logo_area{
	width: 100%;
	position: relative;
	display: flex;
	    align-items: center;
}

#modal_logo{
  width: 40%;
  position: relative;
      padding: 2% 0 2% 2%;
}


.modal_bt_tel01{
margin: 0 0 20px;
}
.modal_bt_tel01 a{
	background: #0d3780;
	    /* transition: 0.5s ease-in-out; */
	    position: relative;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    box-shadow: 1px 0px 10px #6b8094;
	    z-index: 0;
	    display: flex;
	    width: 60%;
	    flex-direction: column;
	    margin: 0 auto;
}
.modal_bt_tel01 a i{
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 25%;
	font-size: 7vw;
}

.modal_bt_tel01 a span:nth-of-type(1){
	display: block;
	text-align: center;
	font-size: 3vw;
	padding: 0 0 0 30px;
}
.modal_bt_tel01 a span:nth-of-type(2){
	display: block;
	text-align: center;
	font-size: 4vw;
	padding: 0 0 0 30px;
}




.modal-content{
  padding: 4% 0 4% 0;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}


.modal-content ul{
  position: relative;
  z-index: 0;
}

.modal-content ul li{
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 24px 0px;
}

.modal-content ul li a{
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 3.5vw;
  padding: 0px 0px 0px 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.modal-content ul li a:hover{
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
      padding: 0px 0px 0px 16px;
color: #00ff28;
}
.modal-content ul li a i{
margin: 0 2% 0 0;
}

.modal-content &gt; .ill_hachidai{
  width: 20%;
  margin: 0 5% 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-content &gt; .ill_hachidai img{
  width: 100%;
}





.fixed_bt_modal{
  background-color: rgba(35, 13, 60, 0.85)!important;
  padding: 2% 0% 2% 0%!important;
  border-radius: 5px;
  line-height: 0;
  width: 10%!important;
  letter-spacing: 0;
  margin: 0% 0% 0% 0%!important;
  right: 1%;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  position: fixed!important;
      z-index: -50!important;
}

.fixed_bt_modal &gt; img{
  width: 70%!important;
  display: block;
  margin: 0 auto!important;
  z-index: -1;
position: relative;
    z-index: -50;
}



.modal_tel_area{

}

.modal_tel_area dl{
    display: flex;
}

.modal_tel_area dl dt{
	color: #3c3c3c;
	    font-size: 0.8em;
	    margin: 0 0% 0 0%;
	    font-weight: bold;
}

.modal_tel_area dl dd{
	color: #0031af;
	font-size: 0.8em;
	font-weight: bold;
}



/*モーダルここまで*/


/*ドロワーメニュー*/

/* ボタン共通設定 */
.btn01 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        position: relative;
}
.btn01 a {
        width: 100%;
        color: #253136;
        background: #268635;
        font-size: 16px;
        padding: 8px 0px;
        border: solid 1px #fff;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
}
.btn01 a i{
  
}

.btn01 a:hover {
    color: #15b52e;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        /* background: #008cff; */
            /* color: #fff; */
}

.btn01::after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 1%;
  left: auto;
  width: 50%;
  top: 18%;
  height: 20px;
  max-width: 410px;
  background: #253136;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #253136;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}




.btn02 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        position: relative;
}
.btn02 a {
      width: 100%;
      color: #ffffff;
    background: #253136;
      display: block;
      padding: 8px 16px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
}
.btn02 a i{
  
}

.btn02 a:hover {
    color: #15b52e;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        /* background: #008cff; */
            /* color: #fff; */
}

.btn02::after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 1%;
  left: auto;
  width: 50%;
  top: 18%;
  height: 20px;
  max-width: 410px;
  background: #253136;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #253136;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}








/* ボタン共通設定 */

/* タイトル共通 */
h2.title01{
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px #15b52e solid;
	color: #15b52e;
	padding: 0 0 0 0px;
	position: relative;
}





/* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで */
/* ヘッダー上部ナビ */
.global-nav02{margin: 0 0px 0px 0;width: 25%;height: 100%;}

.global-nav02 ul{
  /* display: flex; */
  /* justify-content: space-between; */
  /* margin: 0 0px 0px 0; */
  position: relative;
  height: 100%;
}

.global-nav02 ul li:nth-child(1){margin-right: 0;width: 26%;display: none;}

.global-nav02 ul li:nth-child(2){margin-right: 0;width: 30%;display: none;}

.global-nav02 ul li:nth-child(1) a,.global-nav02 ul li:nth-child(2) a{
  color: #253136;
  /* background: #253136; */
  font-size: 14px;
  transition: 0.2s ease-in-out;
  padding: 8px 0;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px #ccc solid;
  font-weight: bold;
}
.global-nav02 ul li:nth-child(1) a i,.global-nav02 ul li:nth-child(2) a i{
  color: #253136;
    margin: 0 8px 0 0;
}
.global-nav02 ul li:nth-child(1) a:hover,.global-nav02 ul li:nth-child(2) a:hover{
    background: rgba(38, 134, 53, 0.2);
}


.global-nav02 ul li:nth-child(3){margin-right: 0;width: 18%;display: none;}
.global-nav02 ul li:nth-child(3) a{
  color: #fff;
  background: #268635;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  padding: 8px 0;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.global-nav02 ul li:nth-child(3) a:hover{
    background: #15b52e;
      transition: 0.2s ease-in-out;
}
.global-nav02 ul li:nth-child(3) a i{
    color: #ccc;
    
    margin: 0 8px 0 0;
}

.global-nav02 ul li:nth-child(4){margin-right: 0%;margin-left: auto;width: 100%;height: 100%;position: absolute;}
.global-nav02 ul li:nth-child(4) a{
  color: #fff;
  background: #253136;
  font-size: 2.5vw;
  padding: 2% 0px;
  text-shadow: none;
  width: 15%;
  display: block;
  text-align: center;
  font-weight: bold;
  position: fixed;
  z-index: 1000;
  top: 4%;
  right: 3%;
}
.global-nav02 ul li:nth-child(4) a:hover{
    background: #15b52e;
}

.global-nav02 ul li:nth-child(4) a i{
    color: #ccc;
    margin: 0 0px 2% 0;
    display: block;
    font-size: 3vw;
}





main{
  position: relative;
  
}

/*トップスライダー下テキスト*/

.slider-under {
    background: #333;
}
.slider-under &gt; .inner {
  /* width: 1024px; */
  margin: 0 auto;
  display: flex;
  padding: 16px 16px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}


/*トップスライダー下テキスト ここまで*/


/*トップnewヘッドライン*/
#news_headline {
    background: #333;
}
#news_headline &gt; .inner {
  /* width: 1024px; */
  margin: 0 auto;
  display: flex;
  padding: 8px 16px;
  align-items: center;
}
#news_headline &gt; .inner &gt; h2 {
  color: #fff;
  font-size: 14px;
  /* border-right: 1px #fff solid; */
  padding: 0 16px 0 0;
  width: 100%;
  max-width: 132px;
}
#news_headline &gt; .inner &gt; .right {
  padding: 0 0px 0 16px;
  color: #fff;
  font-size: 14px;
  border-left: 1px #fff solid;
}
#news_headline &gt; .inner &gt; .ticker {

}

/* トップ共通項目 */


/* トップ施工実績 */
.top-work {
	width: 100%;
	background: #268635;

}
.top-work-title {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
	padding: 24px 0 32px;
}

.top-work .btn01 {
  display: block;
  width: 270px;
  margin: 32px auto 0;
  position: relative;
  z-index: 1;
}
.top-work .btn01::after{
  position: absolute;
      content: "";
      bottom: 15px;
      right: 0px;
      left: auto;
      width: 50%;
      top: 6%;
      height: 30px;
      max-width: 410px;
      background: #044e10;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #044e10;
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -1;
}
.top-work .btn01 a {
	color: #253136;
	background: #e8e8e8;
	font-size: 16px;
	padding: 8px 0px;
	border: solid 1px #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.top-work .btn01 a:hover {
  	color: #15b52e;
}
.top-work h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
  	color: #fff;
}
.top-work p {
  font-size: 14px;
  text-align: center;
  /* width: 500px; */
  margin: 16px auto;
  color: #fff;
}








/* cssスライダー */
.infinity-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
  .slider-top-work {
    -webkit-animation: infinity-loop 180s infinite linear 0.3s both;
    animation: infinity-loop 180s infinite linear 0.3s both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 200px; */
    position: relative;
    background: #fff;
    padding: 8px 0;
  }

.slider-top-work li{
  display: block;
  width: 150px;
  margin: 0 8px 0 0;
}
.slider-top-work li a{
color: #333;
      display: block;
      overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
white-space: nowrap;
}

.slider-top-work li a img{
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  margin: 0 0 0px 0;
}

.slider-top-work li a:hover img{
  -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}


.slider-top-work li a .date{
  background: #e6e6e6;
  font-weight: bold;
  padding: 4px 4px 4px 8px;
  position: relative;
  z-index: 100;
  font-size: 3vw;
}
.slider-top-work li a .title{
  background: #f2be0b;
  font-weight: bold;
  padding: 4px 4px 4px 8px;
  /* display: flex; */
  position: relative;
  z-index: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
  font-size: 3vw;
}

.slider-top-work li a i{
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  align-self: center;
  position: absolute;
  top: 8px;
  right: 8px;
}







  /* 無限ループ用アニメーション設定 */
  @-webkit-keyframes infinity-loop {
    from {
      -webkit-transform: translateX(0vw);
      transform: translateX(0vw);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes infinity-loop {
    from {
      -webkit-transform: translateX(0vw);
      transform: translateX(0vw);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
/* cssスライダーここまで */





/* トップニュース */
.top-news{
  /* width: 1024px; */
  margin: 40px auto 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
}
.top-news h2{
  width: 100%;
  max-width: 340px;
  margin: 0px auto;
  font-size: 32px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-news h2::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #ccc;
  /* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  padding: 0px 0 0px 0;
  display: block;
  margin: -18px 0 0 0;
}

.top-news &gt; .inner{
	margin: 40px auto 0;
	width: 90%;
}
.top-news &gt; .inner &gt; article{
  margin: 0 0 16px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 16px 0;
    position: relative;
}
.top-news &gt; .inner &gt; article{
  display: flex;
  color: #222;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.top-news &gt; .inner &gt; article &gt; .icon_box{
  display:  flex;
}


.top-news &gt; .inner &gt; article &gt; .icon_box &gt; span.icon01{
	width: 100px;
	font-size: 14px;
	background: #25af78;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
}
.top-news &gt; .inner &gt; article &gt; .icon_box &gt; span.icon02{
	font-size: 14px;
background: #cb1f6c;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.top-news &gt; .inner &gt; article &gt; .icon_box &gt; span.icon03{
	font-size: 14px;
    background: #21b0b0;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.top-news &gt; .inner &gt; article &gt; .icon_box &gt; span.icon04{
	font-size: 14px;
	background: #606060;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.top-news &gt; .inner &gt; article &gt; .icon_box &gt; .date {
  font-size: 14px;
  margin: 0 24px 0 0px;
  font-weight: bold;
  color: #268635;
}
.top-news &gt; .inner &gt; article &gt; .title{
  margin: 0 0px 0 16px;
  display: block;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  font-size: 14px;
  /* font-weight: bold; */
  width: 77%;
}
.top-news &gt; .inner &gt; article:hover &gt; .title {
	text-decoration: underline;
}
.top-news &gt; .inner &gt; article &gt; .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top-news &gt; .inner &gt; article &gt; .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top-news &gt; .inner &gt; article:hover &gt; .title {
	text-decoration: underline;
}



.top-news .btn01 {
  display: block;
      width: 270px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
}
.top-news .btn01::after{
  position: absolute;
  content: "";
  bottom: 15px;
  right: 1%;
  left: auto;
  width: 50%;
  top: 18%;
  height: 20px;
  max-width: 410px;
  background: #253136;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #253136;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.top-news .btn01 a {
	color: #fff;
	background: #253136;
	font-size: 16px;
	padding: 8px 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.top-news .btn01 a:hover {
  	color: #50f76a;
}

/* トップ私たちの強み */
.top-strength {
  width: 100%;
  margin: 0px 0 56px 0;
}

.top-strength-title {
    background: #268635;
    width: 100%;
    margin: 0px auto;
    padding: 24px 0 24px;
    position: relative;
}
.top-strength-title h2{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  color: #fff;
}
.top-strength-title::after{
  width: 0;
  height: 0;
  border-top: 40px solid #268635;
  border-right: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 80px solid transparent;
  content: "";
  display: inline-block;
  margin: 0px auto 0px auto;
  position: absolute;
  top: auto;
  bottom: -20%;
  right: 0;
  left: 0;
}

.top-strength-title p{
  font-size: 16px;
  text-align: center;
  /* width: 500px; */
  margin: 16px auto 0;
  color: #fff;
}


.top-strength .inner{
  width: 90%;
  margin: 56px auto 0;
  /* display: flex; */
}
.top-strength .inner dl{
    width: 100%;
    margin: 0px 0% 16px 0;
}
.top-strength .inner dl dt{
  margin: 0 0 24px 0;
  color: #162849;
  font-weight: bold;
  font-size: 20px;
}
.top-strength .inner dl dt .number{
  background: #f2be0b;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 16px 0 0;
      position: relative;
}
.top-strength .inner dl dt .number::before{
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0%;
  left: auto;
  width: 45px;
  top: 5%;
  height: 45px;
  background: #999;
  /* -webkit-box-shadow: 0 15px 10px #777; */
  -moz-box-shadow: 0 15px 10px #777;
  /* box-shadow: 0 15px 10px #253136; */
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(-15deg);
  z-index: -1;
}

.top-strength .inner dl dd{
  font-size: 14px;
  line-height: 1.4em;
}


.top-strength .inner figure{
    width: 100%;
    margin: 0px 0% 0 0;
}
.top-strength .inner figure img{
    width: 100%;

}



.top-strength .inner:nth-of-type(3){
  /* width: 1024px; */
  margin: 56px auto 0;
  /* display: flex; */
  /* flex-direction: row-reverse; */
}
.top-strength .inner:nth-of-type(3) dl{
    width: 100%;
    margin: 0px 0% 16px 0;
}

.top-strength .inner:nth-of-type(3) figure{
    width: 100%;
    margin: 0px 0% 0 0;
}





.two-col{
  /* display: flex; */
}

.top-technology{
  width: 100%;
  background: url(../img/bg-top-technology.jpg);
  /* height: 420px; */
  padding: 24px 0;
}
.top-technology .inner{
  width: 90%;
  /* max-width: 570px; */
  margin: 0px auto 0px auto;
  background: rgba(0, 0, 0, 0.5);
  border: 2px #ffffff solid;
  position: relative;
}

.top-technology-title{
  margin: 32px 0 32px 0;
}
.top-technology-title h2{
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  color: #fff;
  margin: 32px 0 32px;
}
.top-technology-title p{
  font-size: 14px;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  margin: 0px auto 0px;
  font-weight: bold;
  width: 95%;
}
.top-technology figure{
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0px;
  right: auto;
  z-index: 0;
  opacity: 0.6;
}
.top-technology figure img{
width: 70%;
}


.top-technology .btn01 {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 32px auto 32px;
  position: relative;
  z-index: 1;
}

.top-technology .btn01::after{
display: none;
}

.top-technology .btn01 a {
  color: #253136;
      background: #e8e8e8;
      font-size: 14px;
      padding: 8px 16px;
      border: solid 1px #fff;
      font-weight: bold;
      letter-spacing: 0.1em;
}
.top-technology .btn01 a:hover {
  	color: #15b52e;
}





.top-recruit{
  width: 100%;
  background: url(../img/bg-top-recruit.jpg);
  /* height: 420px; */
  padding: 48px 0;
}
.top-recruit .inner{
  width: 90%;
margin: 0 auto;
}

.top-recruit-title{
      margin: 0px 0 32px 0;
}
.top-recruit-title h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  color: #162849;
  margin: 0px 0 32px;
}
.top-recruit-title p{
  font-size: 16px;
  /* text-align: center; */
  line-height: 1.4em;
  color: #333;
  margin: 16px 0 16px 0;
}

.top-recruit .btn-area{
  /* display: flex; */
  justify-content: center;
}

.top-recruit .btn-area .btn01{
    box-shadow: 4px 4px 0px 0px #ccc;
    width: 100%;
}

.top-recruit .btn-area .btn01:nth-child(1){
    margin: 0 0px 16px 0;
}

.top-recruit .btn-area .btn01:nth-child(1) a{
  color: #fff;
  background: #1f9465;
  font-size: 16px;
  padding: 8px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top-recruit .btn-area .btn01:nth-child(2) a{
  color: #fff;
  background: #1b8b8b;
  font-size: 16px;
  padding: 8px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top-recruit .btn-area .btn01:nth-child(1) a:hover {
  background: #11d687;
}
.top-recruit .btn-area .btn01:nth-child(2) a:hover {
  background: #10d2d2;
}

/* トップここまで */
/* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 */
/* 下層メイン画像 */
#mainImage_u {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 240px;
	max-width: 1920px;
	position: relative;

}
.title_box {
	width: 100%;
	height: 220px;
	/* max-width: 1024px; */
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.title_txt {
  color: #fff;
  font-size: 20px;
  font-family: "游明朝";
  font-weight: bold;
  position: relative;
  padding: 16px;
  z-index: 1;
  margin: 0 16px 0 0;
  background: rgba(38, 134, 53, 0.75);
}


#mainImage_u .img_box{


}
#mainImage_u .img_box img{
  position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
}

/*----------パンくず----------*/

ul.breadcrums {
	width: 90%;
	margin: 8px auto 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.breadcrums li {
	font-size: 12px;
	margin: 0 12px 0 0;
}
ul.breadcrums li a {
  font-size: 12px;
  color: #268635;
  font-weight: bold;
}
ul.breadcrums li a:hover {
	border-bottom: 1px #268635 solid;
}

/*----------パンくずここまで----------*/

/* 下層キャッチ */
#catch_u {
	width: 100%;
	padding: 28px 0;
	background: #d7ffcb;
}
.catch_u_inner {
	width: 90%;
	/* max-width: 1024px; */
	margin: 0px auto;
}
#catch_u h2 {
	font-size: 20px;
	font-family: "游明朝";
	font-weight: bold;
	text-align: center;
}
#catch_u p {
	font-size: 14px;
	text-align: center;
}
/* 下層キャッチ ここまで*/



/* 下層共通部分 ここまで*/





/* 強み */

.strength_box{
  width: 90%;
  margin: 24px auto 80px;
}
.strength_box .inner{
  /* width: 1024px; */
  margin: 0px auto 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.strength_box .inner .left{
  border: solid 1px #aaa;
  width: 100%;
  background: #fff;
  padding: 24px;
  margin: 0 0px 0px 0;
}
.strength_box .inner .left .strength_title{
  font-family: "游明朝";
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 12px;
letter-spacing: 0.5em;
  
}
.strength_box .inner .left .sentence{
  text-align: justify;
letter-spacing: 0.01em;
  
}
.strength_box .inner .right{
  
  
}

.strength_box .inner .right img{
  width: 100%;
  
}



.strength_box:nth-child(2n) .inner{
  /* width: 1024px; */
  margin: 0px auto 0px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; 
}
.strength_box:nth-child(2n) .inner .left{
  border: solid 1px #aaa;
  width: 100%;
  background: #fff;
  padding: 24px;
  margin: 0 0 0 0px;
}
.strength_box:nth-child(2n) .inner .left .strength_title{
  font-family: "游明朝";
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 12px;
letter-spacing: 0.5em;
  
}
.strength_box:nth-child(2n) .inner .left .sentence{
  
  
}
.strength_box:nth-child(2n) .inner .right{
  
  
}

.strength_box:nth-child(2n) .right img{
  width: 100%;
  
}


/* 強み */







/*----------会社案内--------------------*/

#shakun_u {
	width: 100%;
	padding: 28px 0;
}
.shakun_u_inner {
  width: 100%;
  height: 400px;
  /* max-width: 1024px; */
  margin: 0px auto;
  background-image: url(../img/company-top-img01.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#shakun_u h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#shakun_u h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
#shakun_u_txt {
  border: solid 1px #aaa;
  width: 90%;
  background: #fff;
  padding: 16px;
  margin: 0 auto 0 auto;
}
#shakun_u_txt ul{

}
#shakun_u_txt ul li{
  font-family: "游明朝";
  font-size: 14px;
  font-weight: bold;
}


#shakun_u_txt h5{
  font-family: "游明朝";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.5em;
}


#message_u_txt .ill_hachidai{
display: none;
}





#message_u {
	width: 100%;
	padding: 28px 0;
position: relative;
}
.message_u_inner {
  width: 100%;
  /* height: 600px; */
  /* max-width: 1024px; */
  margin: 0px auto;
  /* background-image: url(../img/president.jpg); */
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
/* 社長イラスト *//* 社長イラスト */
.ill_president{
  position: absolute;
  top: auto;
  width: 20%;
  left: 8%;
  right: 5%;
  bottom: -12%;
  transition: 0.1s ease-in-out;
}
.ill_president img{
  width: 100%;
}


/* 社長イラスト *//* 社長イラスト */



#message_u h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#message_u h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
#message_u_txt {
  border: solid 1px #aaa;
  width: 90%;
  background: #fff;
  padding: 5% 4% 5% 4%;
  margin: 0 auto 0 auto;
  /* position: absolute; */
  top: auto;
  left: 0;
  right: 0px;
  bottom: 0;
}
#message_u_txt h5 {
	font-family: "游明朝";
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 0.5em;
}
#message_u_txt p {
	text-align: justify;
	font-size: 4.2vw;
}
#message_u_txt h6 {
	font-size: 3vw;
	font-family: "游明朝";
	text-align: right;
	font-weight: bold;
	margin-top: 12px;
}
#message_u_txt h6 span {
	font-family: "游明朝";
	font-size: 5vw;
	font-weight: bold;
}
#message_u_txt img{
width: 100%;
}



#gaiyou_u {
	width: 100%;
	padding: 28px 0;
}
.gaiyou_u_inner {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
}
#gaiyou_u h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#gaiyou_u h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
#gaiyou_u dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #222;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  padding: 8px 0;
}
#gaiyou_u dt {
  width: 100%;
  font-weight: bold;
  /* text-align: center; */
}
#gaiyou_u dd {
	width: 100%;
	padding: 0 16px;
}

#gaiyou_u dd a{
color: #222;
}

#gaiyou_u ul {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px auto;
    flex-wrap: wrap;
}
#gaiyou_u li {
  width: 49%;
  margin: 0 2% 8px 0;
    line-height: 0;
}
#gaiyou_u li:nth-child(2n){
margin-right: 0; 
}

#gaiyou_u li figure{
  
}

#gaiyou_u li figure img{
  width: 100%;
}

#gaiyou_u2 {
	width: 100%;
	padding: 28px 0;
}
.gaiyou_u2_inner {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
}

#gaiyou_u2 dl {
	width: 90%;
	border-bottom: solid 1px #222;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	padding: 8px 0;
	margin: 0 auto;
}


#gaiyou_u2 dt {
	width: 100%;
	/* text-align: center; */
	font-weight: bold;
}
#gaiyou_u2 dd {
	width: 80%;
	padding: 0 16px;
}
#gaiyou_u2 dd.gaiyou_u_herf1 {
	width: 100%;
	padding: 0 16px;
}
#gaiyou_u2 dd.gaiyou_u_herf2 {
	width: 95%;
	padding: 0!important;
	margin: 16px auto;
}
#gaiyou_u2 dd.gaiyou_u_herf2 img {
	width: 100%;
}
#gaiyou_u2 ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 24px 0;
}
#gaiyou_u2 li {
}

#history_u {
	width: 100%;
	padding: 28px 0;
}
.history_u_inner {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
}
#history_u h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#history_u h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
#history_u dl {
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 1px #222;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	padding: 8px 0;
}
#history_u dt {
	width: 100%;
	font-weight: bold;
	/* text-align: center; */
}
#history_u dd {
	width: 100%;
	padding: 0 16px;
}
#history_u ul {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 24px auto;
	flex-wrap: wrap;
}
#history_u li {
	width:49%;
	margin: 0 2% 8px 0;
	line-height: 0;
}
#history_u li:nth-child(2n){
	margin-right: 0;
	}

#history_u li figure img{
	width: 100%;
	}

  #kems_sengen {
  	width: 100%;
  	padding: 28px 0;
  }
  .kems_sengen_inner {
  	width: 100%;
  	max-width: 1024px;
  	margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #kems_sengen h3 {
  	font-size: 24px;
  	font-weight: bold;
  	text-align: center;
  	margin-bottom: 24px;
    width: 100%;
  }
  #kems_sengen h3::before {
  	content: "";
  	display: inline-block;
  	width: 12px;
  	height: 24px;
  	background: #268635;
  	position: relative;
  	top: 4px;
  	margin-right: 12px;
  }
  .kems_unit {
    width: 32%;
    margin: 0 2% 0 0;
    border: 1px #9c9c9c solid;
  }
  .kems_unit img{
  width: 100%;
  }
  
  .sengen_unit {
    width: 32%;
    margin: 0 0 0 0;
    border: 1px #9c9c9c solid;
  }
  .sengen_unit img{
  width: 100%;
  }


#access_u {
	width: 100%;
	padding: 28px 0;
}
.access_u_inner {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
}
#access_u h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#access_u h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
.add_unit {
  position: relative;
  padding: 0px 0 24px;
  border-bottom: 1px #000 dashed;
	margin: 36px 0 48px;
}

.add_unit iframe{
width: 100%;
/* height: 100%; */

}


.add_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}
.add_address {
	font-size: 14px;
	text-align: center;
}

.add_caution{
  font-size: 14px;
  color: #d52a2a;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}


.btn_map01{
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  color: #3a84df;
  padding: 8px 16px;
  font-size: 14px;
  box-shadow: 1px 1px 4px #b9b9b9;
  display: block;  
}

/*----------会社案内----------ここまで----------*/






/* 施工実績 */


.work_box{
  width: 90%;
  margin: 64px auto 80px;
}

.bg_work_box{
  width: 100%;
  margin: 24px auto 80px;
  padding: 24px 0 24px;
  background: #f1f1f1;
  box-shadow: 0px 5px 10px #d6d6d6;
}
.bg_work_box .work_box{
  width: 90%;
  margin: 0px auto 0px;
}



.work_title{
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #268635;
  border-bottom: 1px #268635 solid;
  padding: 0 0 8px 0;
  word-break: break-all;
  }
.work_box .inner{
  margin: 0px auto 0 auto;
  /* display: flex; */
  width: 100%;
}
.work_box .inner .sentence{
  width: 100%;
  margin: 0 0 32px 0px;
}

.work_box .inner .sentence h4{
    font-size: 16px;
}
.work_box .inner .sentence .content{
  margin: 0px 0px 24px 0;
  text-align: justify;
  font-size: 14px;
}
.work_box .inner .sentence ul{
  margin: 0px 0px 24px 0;
text-align: justify;
}
.work_box .inner .sentence ul li{
  margin: 0px 0px 0px 0;
  text-align: justify;
  font-size: 14px;
}

.work_box .inner .sentence dl{
  margin: 0px 0px 24px 0;
text-align: justify;
}

.work_box .inner .sentence dl dt{
  margin: 0px 0px 0px 0;
  padding: 16px 16px 16px 16px;
  width: 100%;
  background: #268635;
  color: #fff;
  border-bottom: 1px #f1f1f1 solid;
}

.work_box .inner .sentence dl dd{
  margin: 0px 0px 0px 0;
  padding: 16px 16px 16px 16px;
  width: 100%;
  background: #f1f1f1;
  border-bottom: 1px #268635 solid;
  font-size: 14px;
  word-break: break-all;
}


.work_box .inner .sentence p{
  margin: 0px 0px 24px 0;
  text-align: justify;
  font-size: 14px;
  }

.work_box .inner .photo{
  width: 100%;
  margin: 0 0 0 0px;
  align-self: flex-start;
  border: 1px #268635 solid;
}
.work_box .inner .photo a{
  display: block;
line-height: 0;
overflow: hidden;
}
.work_box .inner .photo a img{
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
      width: 100%;
}

.work_box .inner .photo a:hover img{
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.work_box .photo_area{
  margin: 24px auto 0 auto;
  display: flex;
  width: 100%;
  
}
.work_box .photo_area li{
    width: 49%;
          border: 1px #268635 solid;
          margin: 0 2% 8px 0;
}

.work_box .photo_area li:nth-child(2n){
      margin-right: 0;
}

.work_box .photo_area li a{
  width: 100%;
display: block;
overflow: hidden;

}
.work_box .photo_area li a img{
  width: 100%;
display: block;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.work_box .photo_area li:last-child{
      margin-right: 0;
  
}
.work_box .photo_area li a:hover img{
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work_box .inner .sentence .btn02{
  width: 270px;
margin: 0 auto;
}


/* 施工実績ここまで */










/*----------求人情報--------------------*/

#top_mes {
	width: 100%;
	padding: 28px 0;
	max-width: 800px;
	margin: 0 auto;
}
#top_mes p {
	width: 90%;
	border: solid 1px #222;
	padding: 24px;
	text-align: center;
	margin: 0 auto;
}

#message_r {
	width: 100%;
	padding: 28px 0;
}
.message_r_inner {
  width: 100%;
  /* height: 400px; */
  /* max-width: 1024px; */
  padding: 16px 0;
  margin: 0px auto;
  background-image: url(../img/company-top-img01.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;

}
#message_r h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
#message_r h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
#message_r_txt {
  border: solid 1px #aaa;
      width: 90%;
      background: rgba(255, 255, 255, 0.9);
      padding: 32px;
      margin: 0px auto 0 auto;
}
#message_r_txt ul{

}
#message_r_txt ul li{
  font-family: "游明朝";
	font-size: 14px;
	font-weight: bold;
}



#message_r_txt h5{
  font-family: "游明朝";
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 12px;
      letter-spacing: 0.5em;
}
.staff_r {
  width: 100%;
  margin: 56px 0 16px 0;
}

.staff_r-title {
    background: #268635;
    width: 100%;
    margin: 0px auto;
    padding: 24px 0 24px;
    position: relative;
}
.staff_r-title h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  color: #fff;
}
.staff_r-title::after{
  width: 0;
  height: 0;
  border-top: 40px solid #268635;
  border-right: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 80px solid transparent;
  content: "";
  display: inline-block;
  margin: 0px auto 0px auto;
  position: absolute;
  top: auto;
  bottom: -20%;
  right: 0;
  left: 0;
}

.staff_r-title p{
  font-size: 14px;
  text-align: center;
  /* width: 500px; */
  margin: 16px auto 0;
  color: #fff;
}


.staff_r .inner{
  width: 90%;
  margin: 56px auto 0;
  /* display: flex; */
}
.staff_r .inner dl{
    width: 100%;
    margin: 0px 0% 16px 0;
}
.staff_r .inner dl dt{
  margin: 0 0 24px 0;
  color: #162849;
  font-weight: bold;
  font-size: 20px;
}
.staff_r .inner dl dt .number{
  background: #f2be0b;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 16px 0 0;
      position: relative;
}
.staff_r .inner dl dt .number::before{
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0%;
  left: auto;
  width: 45px;
  top: 5%;
  height: 45px;
  background: #999;
  /* -webkit-box-shadow: 0 15px 10px #777; */
  -moz-box-shadow: 0 15px 10px #777;
  /* box-shadow: 0 15px 10px #253136; */
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(-15deg);
  z-index: -1;
}

.staff_r .inner dl dd{
  font-size: 16px;
  line-height: 1.4em;
}


.staff_r .inner figure{
    width: 100%;
    margin: 0px 0% 0 0;
}
.staff_r .inner figure img{
    width: 100%;

}



.staff_r .inner:nth-of-type(3){
  width: 90%;
  margin: 56px auto 0;
  /* display: flex; */
  /* flex-direction: row-reverse; */
}
.staff_r .inner:nth-of-type(3) dl{
    width: 100%;
    margin: 0px 0% 16px 0;
}

.staff_r .inner:nth-of-type(3) figure{
    width: 100%;
    margin: 0px 0% 0 0;
}


.youkou_u {
	width: 100%;
	padding: 24px 0;
}
.youkou_u_inner {
	width: 90%;
	/* max-width: 800px; */
	margin: 0px auto;
}
.youkou_u h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.youkou_u h3::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.youkou_u dl {
	width: 100%;
	border-top: solid 1px #222;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
}
.youkou_u dl:last-of-type {
	border-bottom: solid 1px #222;
}
.youkou_u dt {
	width: 100%;
	/* text-align: center; */
	padding: 8px 0 8px 16px;
	border: solid 1px #222;
	border-top: none;
}
.youkou_u dd {
	width: 100%;
	padding: 8px 24px;
	border: 1px #222 solid;
	border-bottom: none;
	border-top: none;
}

.recruit-btn-area {
  /* display: flex; */
  justify-content: center;
  margin: 8px auto 80px auto;
  width: 90%;
}


.recruit-btn-area .btn01{
    box-shadow: 4px 4px 0px 0px #ccc;
    width: 100%;
}

.recruit-btn-area .btn01:nth-child(1){
    margin: 0 0px 16px 0;
    width: 100%;
}

.recruit-btn-area .btn01:nth-child(1) a{
  color: #fff;
  background: #1f9465;
  font-size: 16px;
  padding: 8px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recruit-btn-area .btn01:nth-child(2) a{
  color: #fff;
  background: #1b8b8b;
  font-size: 16px;
  padding: 8px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recruit-btn-area .btn01:nth-child(1) a:hover {
  background: #11d687;
}
.recruit-btn-area .btn01:nth-child(2) a:hover {
  background: #10d2d2;
}

/*----------求人情報----------ここまで----------*/











/* 技術案内 */
.top_tech_mes{
  width: 100%;
  padding: 28px 0;
    /* max-width: 1024px; */
  margin: 0 auto;
  position: relative;
  line-height: 0;
}
.top_tech_mes p{
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  text-shadow: 0px -1px 12px #444, -1px 1px 12px #444, 1px 3px 12px #444, 1px 2px 12px #444;
  /* text-shadow: 0px 0px 10px #444; */
  color: #fff;
  line-height: 1.5em;
  display: block;
  margin: 0 0 0px 0px;
  background-blend-mode: multiply;
  font-weight: bold;
  font-size: 5.5vw;
  text-align: center;
  font-family: 'Noto Sans Japanese';
}
.top_tech_mes img{width: 180%;display: block;margin: 0 auto;}
.spr_koho{
  
}


.spr_koho h3{
  width: 100%;
  /* max-width: 1024px; */
  margin: 0 auto;
  position: relative;
}
.spr_koho h3 div:nth-child(1){
  font-size: 12px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 16px;
}
.spr_koho h3 div:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 24px;
    background: #268635;
    position: relative;
    top: 4px;
    margin-right: 12px;
}


.spr_koho h3 div:nth-child(2){
      background: #268635;
      padding: 16px 24px;
}
.spr_koho h3 div:nth-child(2) span:nth-child(1){
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 0;
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.spr_koho h3 div:nth-child(2) span:nth-child(2){
  color: #fff;
  font-size: 16px;
  line-height: 0;
  vertical-align: middle;
}


.spr_koho h4{
  margin: 0 auto 24px auto;
  font-size: 24px;
  font-weight: bold;
  color: #268635;
  border: 1px #268635 solid;
  padding: 8px 0 8px 24px;
  width: 100%;
  border-radius: 4px;
}

.spr_koho_block{
  width: 90%;
  /* display: flex; */
  /* max-width: 1024px; */
  margin: 24px auto;
  position: relative;
}

.spr_koho_block .left{width: 100%;margin: 0 0% 0 0px;}
.spr_koho_block .left h4{
  margin: 0 0 24px 0!important;
  font-size: 24px!important;
  font-weight: bold!important;
  color: #268635!important;
  border-bottom: 1px #268635 solid!important;
  border: none;
  border-radius: 0;
  padding: 0 0 8px 0!important;
}

.spr_koho_block .left .sente{

}
.spr_koho_block .left img{margin: 24px 0 0 0;width: 100%;}

.spr_koho_block .right{width: 100%;}

.spr_koho_block .right img{width: 100%;}



.spr_koho_block02{
  width: 90%;
  display: flex;
    /* max-width: 1024px; */
  margin: 24px auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.spr_koho_block02 article{
  width: 90%;
  margin: 0px 0% 24px 0;
}


.spr_koho_block02 article h5{
    background: #c9d3ba;
    padding: 4px 16px 4px 16px;
    text-align: center;
    border-radius: 24px;
    margin: 0 0 16px 0;
}
.spr_koho_block02 article h5 span:nth-child(1){
      font-size: 16px;
      margin: 0 8px 0 0;
      vertical-align: middle;
}
.spr_koho_block02 article h5 span:nth-child(2){
      font-size: 14px;
      margin: 0 0px 0 0;
      vertical-align: middle;
}


.spr_koho_block02 article .sente{font-size: 14px;}
.spr_koho_block02 article img{margin: 24px 0 0 0;width: 100%;}

.spr_koho_block02 article:nth-of-type(2){
margin-right: 0;

}



.spr_koho_block03{
  width: 90%;
  display: flex;
    /* max-width: 1024px; */
  margin: 24px auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}


.spr_koho_block03 .left{
  width: 90%;
  margin: 0 5% 24px 0px;
}

.spr_koho_block03 .left ul{

}
.spr_koho_block03 .left ul li{margin: 0px 0 4px 0;font-size: 16px;font-weight: bold;}

.spr_koho_block03 .right{width: 95%;}

.spr_koho_block03 .right img:nth-child(1){width: 100%;}
.spr_koho_block03 .right img:nth-child(2){width: 100%;}
.spr_koho_block03 .right img:nth-child(3){width: 100%;}
.spr_koho_block03 .right img:nth-child(4){width: 100%;}





.spr_koho_block04{
  width: 90%;
  /* max-width: 1024px; */
  margin: 24px auto;
  position: relative;
}

.spr_koho_block04 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 56px;
}
.spr_koho_block04 ul li{
  margin: 0px 0% 16px 0;
  font-size: 14px;
  border-bottom: 1px #268635 solid!important;
  font-weight: bold;
  width: 100%;
}
.spr_koho_block04 ul li:nth-child(2n){
  margin-right: 0;

}


.spr_koho_block05{
  width: 90%;
    /* max-width: 1024px; */
  margin: 24px auto;
  position: relative;
}

.spr_koho_block05 ul{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.spr_koho_block05 ul li{
  margin: 0px 2% 8px 0;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 48%;
  background: #268635;
}

.spr_koho_block05 ul li:nth-child(2n){
  margin-right: 0;

}



.spr_koho_block06{
  width: 100%;
  /* max-width: 1024px; */
  margin: 32px auto 32px;
  position: relative;
}
.spr_koho_block06 ul{
  width: 90%;
  margin: 0 auto;
}
.spr_koho_block06 ul li{
  /* display: flex; */
  margin: 0 0 48px 0;
  border: 1px #d2d2d2 solid;
}
.spr_koho_block06 ul li .left{
    width: 100%;
}
.spr_koho_block06 ul li .left .title{
  background: #deb228;
  color: #fff;
  padding: 16px 16px;
}
.spr_koho_block06 ul li .left .title div:nth-child(1){
    font-size: 20px;
}

.spr_koho_block06 ul li .left .title div:nth-child(2){
    font-size: 14px;
    font-weight: normal;
}
.spr_koho_block06 ul li .left .catch{
    font-size: 14px;
    font-weight: bold;
    color: #deb228;
    padding: 16px 16px;
}
.spr_koho_block06 ul li .right{
line-height: 0;

}
.spr_koho_block06 ul li .right img{width: 100%;}




.spr_koho_block06 ul li:nth-child(2n) .left .title{
  background: #268635;
  color: #fff;
  padding: 16px 16px;
}
.spr_koho_block06 ul li:nth-child(2n) .left .catch{
    font-size: 14px;
    font-weight: bold;
    color: #268635;
    padding: 16px 16px;
}



.spr_koho_block07{
  width: 90%;
  /* max-width: 1024px; */
  margin: 80px auto 80px;
  position: relative;
}
.spr_koho_block07 ul{
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.spr_koho_block07 ul li{
  width: 48%;
  margin: 0 2% 8px 0;
  line-height: 0;
}

.spr_koho_block07 ul li:nth-child(2n){
  margin-right: 0;
}
.spr_koho_block07 ul li img{
  width: 100%;
}

/* 技術案内 end*/






/*----------サイトマップ--------------------*/
main.sitemap{
}

main.sitemap &gt; .sitemap-block{
	width: 90%;
	margin: 24px auto 40px;
}

main.sitemap &gt; .sitemap-block &gt; ul{
	background: linear-gradient(180deg, #edffe8 ,#fffdef, #edffe8);
	padding: 0;
	width: 100%;
	/* display: flex; */
	/* flex-wrap: wrap; */
  border-top: 16px #268635 solid;
  border-bottom: 16px #268635 solid;
  border-left: 1px #aee2b6 solid;
  border-right: 1px #aee2b6 solid;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li{
	/* border-bottom: 2px #f75d11 solid; */
	position: relative;
	width: 90%;
	margin: 0 auto 0px auto;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; a{
	color: #268635;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 16px 0 16px 24px;
	-webkit-transition: 1s ease-in-out;
	border-bottom: 2px #268635 solid;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

main.sitemap &gt; .sitemap-block &gt; ul &gt; li:last-child &gt; a{

	border-bottom: none;
}

main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; a i{
	margin: 0px 8px 0 0px;
}

main.sitemap &gt; .sitemap-block &gt; ul &gt; li:hover &gt; a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #15b52e;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li:hover &gt; a::before {
	/* content: "";
	background: #f7b111;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 20px;
	left: 0; */
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; a::before {
	/* content: "";
	background: #f75d11;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 20px;
	left: 0; */
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul{
	padding: 0px 0 40px 50px;
	/* border-top: 2px #f75d11 solid; */
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li{
	border-bottom: 1px #268635 solid;
	position: relative;
	border-left: 1px #268635 solid;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li &gt; a{
	color: #268635;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 16px 32px;
	display: block;
	-webkit-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li &gt; a i{
	margin: 0px 8px 0 0px;
}

main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li &gt; a::before{
	/* content: "";
	background: #f75d11;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 20px;
	left: 0; */
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a{
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #15b52e;
}
main.sitemap &gt; .sitemap-block &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a::before{
	/* content: "";
	background: #f7b111;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 20px;
	left: 0; */
}

/*----------サイトマップ----------ここまで----------*/




/*----------個人情報保護方針--------------------*/

#pri_u {
	width: 100%;
	padding: 28px 0;
}
.pri_u_inner {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}
.pri_top_txt {
	width: 90%;
	margin: 0 auto;
}
.pri_u_unit {
	width: 90%;
	margin: 0 auto;
}
.pri_u_unit h4 {
  font-size: 18px;
  border-bottom: dotted 2px #268635;
  margin: 24px 0;
  font-weight: bold;
}
.pri_u_unit p {
	font-size: 16px;
}

/*----------個人情報保護方針----------ここまで----------*/








/*----------お問い合せ----------*/

#contact_u {
	width: 100%;
	padding: 28px 0;
	margin-bottom: 40px;
}
.contact_u_inner {
  width: 90%;
      /* max-width: 800px; */
      margin: 0px auto;
}
.contact_u_inner h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
}
.contact_u_inner h3::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.contact_u_inner &gt; .tel_area {
	width: 1200px;
	margin: 40px auto;
	border: 1px #d0d0d0 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_u_inner &gt; .tel_area .inner {
}
.contact_u_inner &gt; .tel_area .inner ul {
}
.contact_u_inner &gt; .tel_area .inner ul li {
	text-align: center;
	margin: 10px 0;
}
.contact_u_inner &gt; .tel_area .inner ul li:nth-child(1) {
	background: #ff7121;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 2rem;
}
.contact_u_inner &gt; .tel_area .inner ul li:nth-child(3) {
	font-size: 2.4rem;
}
.contact_u_inner &gt; form.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.contact_u_inner &gt; form.inner &gt; .inner {
	position: relative;
}
/*----------入力エリア----------*/

.contact_u_inner &gt; form.inner &gt; .inner {
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl {
	margin: 20px 0 0px 0;
	border-bottom: 1px #666 dashed;
	padding: 0 0 20px 20px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt.required::after {
	font-size: 12px;
	color: #fff;
	background: #268635;
	padding: 1px 10px;
	content: "必須";
	border-radius: 3px;
	/* position: absolute; */
	margin-left: 0px;
	display: block;
	width: 30px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt &gt; i {
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt.required::after {
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd {
	width: 100%;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	margin: 20px 0 0 20px;
	/* -webkit-box-align: start; */
	-ms-flex-align: start;
	align-items: center;
	-ms-align-items: flex-start;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dt {
	width: 180px;
	font-size: 16px;
	margin: 0 20px 0 0;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd {
	position: relative;
	width: 100%;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd &gt; input {
	width: 100%;
	padding: 4px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd &gt; textarea {
	width: 100%;
	padding: 2px;
	/* margin: 0px 0 0 163px; */
}
/*----------プライバシーエリア----------*/

.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box {
	background: #e0f7e3;
	padding: 24px 24px;
	margin: 24px auto 0;
	width: 100%;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area {
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area p {
	color: #222;
	font-size: 16px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area p a {
	color: #268635;
	font-size: 16px;
	border-bottom: 1px #268635 solid;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area p a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area #bt_check {
	margin: 0px 0 0 0px;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area #bt_check &gt; #check {
	margin: 0 12px 0 0;
	vertical-align: middle;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area #bt_check label {
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.contact_u_inner &gt; form.inner &gt; .inner &gt; .privacy_box &gt; .check_area #bt_check label:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#check_send[disabled] {
	opacity: 0.3!important;
	pointer-events: none;
	position: relative;
}
/*----------プライバシーエリア----------*/


/*----------ボタンエリア----------*/

.contact_u_inner section.bt_area {
	width: 100%;
	margin: 32px auto 24px;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
}
.contact_u_inner section.bt_area #reset {
	width: 100%;
	margin: 0px 0px 16px 0px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px #268635 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	color: #268635;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}
.contact_u_inner section.bt_area #reset:hover {
	color: #fff;
	background: #268635;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.contact_u_inner section.bt_area #check_send {
	width: 100%;
	padding: 10px 20px;
	border: 1px #268635 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	color: #268635;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}
.contact_u_inner section.bt_area #check_send:hover {
	color: #fff;
	background: #268635;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*----------ボタンエリア----------*/




/*----------入力内容確認----------*/

#confirm_u {
	margin: 28px 0;
}

.confirm_u_inner h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
}
.confirm_u_inner h3::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 24px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 8px;
}

#confirm_u .confirm_u_inner {
  width: 90%;
  /* max-width: 800px; */
  margin: 0px auto;
}
#confirm_u .confirm_u_inner &gt; form.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner {
	width: 100%;
	max-width: 800px;
	position: relative;
	margin: auto;
}
/*----------入力エリア----------*/

#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner {
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner {
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl {
	margin: 20px 0 0px 0;
	border-bottom: 1px #666 dashed;
	padding: 0 0 20px 0;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt {
	font-size: 16px;
	color: #333;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt.required::after {

    font-size: 12px;
    color: #fff;
    background: #268635;
    padding: 1px 10px;
    content: "必須";
    border-radius: 3px;
    /* position: absolute; */
    margin-left: 0px;
    display: block;
    width: 30px;

}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt &gt; i {
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dt.required::after {
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd {
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	margin: 16px 0 0 16px;
	/* -webkit-box-align: start; */
	-ms-flex-align: start;
	/* align-items: flex-start; */
	-ms-align-items: flex-start;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dt {
	width: 100%;
	font-size: 16px;
	margin: 0 0px 0 0;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd {
	width: 100%;
	position: relative;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd &gt; input {
	width: 100%;
	padding: 2px;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd &gt; span {
	position: absolute;
	font-size: 1.2rem;
	top: 5px;
	left: auto;
	right: 60px;
}
#confirm_u .confirm_u_inner &gt; form.inner &gt; .inner &gt; .inner &gt; dl &gt; dd &gt; dl &gt; dd &gt; textarea {
	width: 100%;
	padding: 2px;
	margin: 0 0 0 110px;
}
/*----------ボタンエリア----------*/

#confirm_u .confirm_u_inner section.bt_area {
	width: 100%;
	margin: 40px auto 80px;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
}
#confirm_u .confirm_u_inner section.bt_area #back {
	width: 100%;
	margin: 0px 0px 16px 0px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px #268635 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	color: #268635;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}
#confirm_u .confirm_u_inner section.bt_area #back:hover {
	color: #fff;
	background: #268635;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#confirm_u .confirm_u_inner section.bt_area #send {
	width: 100%;
	padding: 10px 20px;
	border: 1px #268635 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	color: #268635;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}
#confirm_u .confirm_u_inner section.bt_area #send:hover {
	color: #fff;
	background: #268635;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*----------ボタンエリア----------*/


/*----------入力内容確認----------*/


/*----------ボタンエリア----------*/


/*----------入力内容確認ここまで----------*/


/*----------送信完了----------*/





#thanks_u {
}

.thanks_u_inner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
}
.thanks_u_inner h3::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 24px;
    background: #268635;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

#thanks_u .thanks_u_inner {
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}
#thanks_u .thanks_u_inner figure {
	width: 150px;
	margin: 0px auto;
	position: relative;
}
#thanks_u .thanks_u_inner figure figcaption {
	font-size: 16px;
	color: #268635;
	text-align: center;
	font-weight: bold;
}
#thanks_u .thanks_u_inner figure img {
	width: 100%;
}
#thanks_u .thanks_u_inner article.sentence {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 20px;
	position: relative;
	/* text-align: center; */
	font-size: 16px;
}
#thanks_u .thanks_u_inner article.sentence br{
display: none;
}

#thanks_u .thanks_u_inner .bt_pagetop {
	text-align: center;
}
#thanks_u .thanks_u_inner .bt_pagetop a {
	width: 240px;
	margin: 20px auto 20px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px #268635 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #268635;
	box-shadow: 1px 1px 2px #268635;
	color: #268635;
	font-weight: bold;
	font-size: 1rem;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}
#thanks_u .thanks_u_inner .bt_pagetop:hover a {
	color: #fff;
	background: #268635;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*----------ボタンエリア----------*/


/*----------送信完了ここまで----------*/





/*----------form関連ボタンブラウザ依存スタイルリセット----------*/

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*----------お問い合せ　ここまで----------*/







#estimates {
	width: 100%;
	background-image: url(../img/bg_estimates.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 32px 0;
	background-size: cover;
}
.est-inner {
	width: 100%;
	/* max-width: 1024px; */
	margin: 0px auto;
	padding: 0px 0 0px;
}
.est-inner ul {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  margin: 0px 0 0px;
}
.est-inner ul li {
}

.est-inner ul li:nth-child(1){width: 90%;margin: 0 auto 16px;line-height: 0;}
.est-inner ul li:nth-child(2){

}


.est-inner ul li img{width: 100%;}

.est-inner ul li:last-child {
}
.tel-unit {
	border: solid 1px #268635;
	padding: 16px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	margin: 24px auto;
}
.est-inner h4 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 auto;
	/* width: 200px; */
      text-align: center;
}
.est-inner h4 br {
	line-height: 1em;
}
.est-inner h5 {
	font-size: 14px;
	font-weight: bold;
}
.est-inner h5::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 20px;
	background: #268635;
	position: relative;
	top: 4px;
	margin-right: 6px;
}
.est-inner p {
	font-size: 20px;
	font-weight: bold;
}
.est-inner p a{
	font-size: 20px;
	font-weight: bold;
  color: #268635;
}


#estimates .btn02{
    display: block;
    width: 270px;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}


/* 動画背景 */
.bg_video_wrap{

  height: 100%;
  width: 100%;
}
.bg_video_wrap video{
  height: 100%;
object-fit: cover;
width: 100%;
}

/* 動画背景 */



/*フッター*/
footer{
	width: 100%;
	background: url(../img/bg_footer.jpg);
	margin: 0px 0 0 0!important;
	position: relative;
}






#footer_top{
	width: 100%;
	margin: 0px 0 0px 0;
	/* background: url(../img/bg_footer_top.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 0 0px 0;
	position: relative;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
	background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff);
	/* border-top: 1px #d4d4d4 solid; */
	/* border-bottom: 1px #d4d4d4 solid; */
}

#footer_top &gt; .inner{
	/* display: flex; */
	/*border: 1px #333 solid;*/
	border-top: none;
	position: relative;
}



#footer_top &gt; .inner &gt; ul{
  margin: 0 auto;
  position: relative;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 16px 0;
}


#footer_top &gt; .inner &gt; ul li{
    text-align: left;
}
#footer_top &gt; .inner &gt; ul li .title01{
	color: #268635;
	/* background: #268635; */
	border-bottom: 1px #268635 solid;
	font-weight: bold;
	padding: 8px;
	margin: 0 0 8px 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: relative;
}
#footer_top &gt; .inner &gt; ul li .title01::after{
	border-bottom: 1px #2cb9ff solid;
	width: 100%;
	height: 0px;
	/* content: ""; */
	display: block;
	position: absolute;
	top: auto;
	bottom: 0px;
}

#footer_top &gt; .inner &gt; ul li a{
	color: #fff;
	display: block;
	padding: 8px 0;
}

#footer_top &gt; .inner &gt; ul li{
    width: 100%;
}

#footer_top &gt; .inner &gt; ul li img{transition: 0.2s ease-in-out;width: 70%;display: block;margin: 0 auto;}
#footer_top &gt; .inner &gt; ul li a:hover img{
opacity: 0.7;
transition: 0.2s ease-in-out;
}


#footer_top &gt; .inner &gt; ul li:nth-child(2){
	font-size: 14px;
	color: #000;
	width: 90%;
	margin: 8px auto 16px;
}
#footer_top &gt; .inner &gt; ul li:nth-child(2) div{
	color: #000;
	text-align: center;
	font-size: 14px;
	margin: 0px 0 0 0;
}
#footer_top &gt; .inner &gt; ul li:nth-child(2) div a{
	color: #000;
  display: inline-block;
}



#footer_top &gt; .inner &gt; ul.footer_bt_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0px auto 0px;
}


#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(1){
	color: #fff;
	    display: block;
	    padding: 0px 0;

}

#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(1) a{
	display: block;
	padding: 10px 0;
	background: #268635;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}



#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(2){
  color: #fff;
      display: block;
      padding: 0px 0;
      margin: 0px 1px;
}

#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(2) a{
	display: block;
	padding: 10px 0;
	background: #268635;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}



#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(3){
	color: #fff;
	    display: block;
	    padding: 0px 0;

}

#footer_top &gt; .inner &gt; ul.footer_bt_area li:nth-child(3) a{
	display: block;
	padding: 10px 0;
	background: #268635;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}









#footer_middle{

}

/* フッターナビ */
#footer_navi{
width: 100%;
margin: 0 auto;
}

.btn_open{
  font-size: 14px;
font-weight: bold;
color: #fff;
padding: 20px 0 20px 20px;
border-bottom: 1px #fff solid;
background: #111111;
text-align: center;
}

.btn_open i{
padding: 0px 8px 0 0;
}


#footer_navi &gt; .inner{margin: 16px auto 16px;padding: 0 0 0px 0;display: none;width: 90%;}

#footer_navi &gt; .inner &gt; li{
  width: 100%;
  border-left: 1px #c7c7c7 solid;
  padding: 0 0 24px 0;
}


#footer_navi &gt; .inner &gt; li &gt; a{
  color: #222;
  font-size: 12px;
  display: block;
  /* border-bottom: 1px #fff solid; */
  padding: 0px 0px 0px 16px;
  border-left: 2px #268635 solid;
}

#footer_navi &gt; .inner li a:hover{
text-decoration: underline;
}

#footer_navi &gt; .inner &gt; li &gt; a &gt; i{
margin: 0 8px 0 0;
}


#footer_navi &gt; .inner &gt; li &gt; ul{
padding: 0px 0px 0px 10px;
}
#footer_navi &gt; .inner &gt; li &gt; ul &gt; li{

}

#footer_navi &gt; .inner &gt; li &gt; ul &gt; li &gt; a{
  font-size: 12px;
  color: #222;
  padding: 0 0 0 32px;
}
#footer_navi &gt; .inner &gt; li &gt; ul &gt; li &gt; a i{
margin: 0 8px 0 0;
}

/* フッターナビ */





#footer_bottom{
	background: #111;
  	margin: 0 auto;
}

#footer_bottom .inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 104px 0;
	align-items: center;
}




#footer_bottom .inner .footer_logo{
	margin: 0 20px 0 0;
	width: 391px;
}

#footer_bottom .inner .footer_logo a{

}

#footer_bottom .inner .footer_logo a:hover{
	opacity: 0.5;
	transition: 0.2s ease-in-out;
}


#footer_bottom .inner .footer_logo a img{

}

#footer_bottom .inner .footer_address{
	font-size: 14px;
	margin: 0 40px 0 0;
	width: 390px;
}

#footer_bottom .inner .footer_address br{
	display: none;
}


#footer_bottom .inner p#copyright{
	font-size: 2vw;
	text-align: center;
	width: 95%;
	background: #111;
	color: #fff;
	margin: 0 auto;
}


#page-top {
  position: fixed;
  right: 16px;
  font-size: 12px;
  z-index: 1000;
  width: 23%;
}



/*フッターここまで*/


#page-top a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background: #268635;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  border: 1px #fff solid;
  font-size: 3vw;
}
#page-top a:hover{
    color: #FFFFFF;
  background: #15b52e;
}
#page-top a i{
    font-size: 14px;
    margin: 0 0px 0 0;
    color: #ccc;
    display: block;
}
#page-top .inner{width: 100%;margin: 0 auto;position: relative;}

/* キャラクター *//* キャラクター */
#page-top .inner .ill_hachidai{
  position: absolute;
  width: 100%;
  left: auto;
  display: none;
  right: 0%;
  bottom: 0;
  top: auto;
  transition: 0.1s ease-in-out;
}
#page-top .inner .ill_hachidai img{
    width: 100%;
    margin: 0 0 80% 0;
}

#page-top:hover .ill_hachidai{
  position: absolute;
  width: 9%;
  /* width: 60px; */
  left: auto;
  right: 0%;
  bottom: 16px;
  top: auto;
  transition: 0.1s ease-in-out;
}

/* キャラクター *//* キャラクター */

/*フッターここまで*/



		/*ページネイション*/
		.pagination {
      margin: 0px auto 64px;
      /* width: 1024px; */
      width: 100%;
      padding: 0px 0 0px;
		}
		.pagination_inner {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
						-webkit-box-pack: center;
						-ms-flex-pack: center;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}
		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
      color: #fff;
      background: #bbbbbb;
      display: block;
      padding: 5px 15px 5px 15px;
      font-size: 4vw;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
		}

		.pagination_inner li:hover a{
		       background: #268635;
				-webkit-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
		}


		.pagination_inner li a.pagination_on{
    background: #268635;
		}


		/*ページネイション*/



.object_fit_img{
  object-fit: cover;
font-family: 'object-fit: cover;'
}

.object_fit_img02{
  object-fit: contain;
font-family: 'object-fit: contain;'
}


@media print{
  /* 印刷用CSSの定義を指定する */
  #wrapper{
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .backstretch{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
  }
  .backstretch img{
  /* width: 100%!important;
  height: 100%!important; */
  }
  
  
  
.top-company-img-block{
  background-attachment: unset;
}

.top-product-img-block{
background-attachment: unset;
}

.top-strength-img-block{
background-attachment: unset;
}

.top-recruit-img-block{
background-attachment: unset;
}
  
}
</pre></body></html>