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


/*---------------------------------
* utility
---------------------------------*/


html{
    font-size: 62.5%; /*16px×62.5%=10px*/
}

body{
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-style: normal;
    min-width: 1000px;
    color: #444444;
}

img{
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

a{
    color: #444444;
    text-decoration: none;
    transition: all .2s linear;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
}


.sp-display{
  display: none;
}

.pc-display{
  display: block;
}

.eb_deco02 img{
    width: 100%;
}


/*---------------------------------
* header
---------------------------------*/

.header_wrapper{
  height: 105.7px;
  background-color: #d0ecb0;
}

.header{
  position: relative;
  max-width: 1440px;
  z-index: 100;
  background-image: url(../images/top/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 212px;
  background-position: bottom 0 right 0;
  margin: 0 auto;
}

.header.sub_page{
    min-height: 240px;
    width: 100%;
    height: auto;
    max-width: none;
}

.header.sub_page nav ul li:nth-of-type(2){
    position: relative;
}

.header.sub_page nav ul li:nth-of-type(2) .service_nav{
    top: 23px;
    left: 0;
}

.header_inner{
  display: flex;
  justify-content: space-between;
}

.nav{
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  width: 800px;
}

.header_btn{
  display: flex;
  justify-content: flex-end;
  margin-top: 19px;
  margin-right: 60px;
}

.header_btn li{
  display: flex;
}

.header_btn li a{
  display: flex;
}


.header_inner h1 img{
  width: 253px;
  margin-top: 17px;
}

nav li{
  text-align: center;
}

nav li:nth-of-type(1) img{
  width: 60px;
  margin-top: 12px;
}

nav li:nth-of-type(1) div:nth-of-type(1){
  text-transform: uppercase;
}

nav li:nth-of-type(2) img{
  width: 45px;
  margin-top: 7px;
}

nav li:nth-of-type(3) img{
  width: 50px;
  margin-top: 14px;
}

nav li:nth-of-type(4) img{
  width: 55px;
  margin-top: 14px;
}

nav li:nth-of-type(5) img{
  width: 45px;
  margin-top: 12px;
}

nav li:nth-of-type(6) img{
  width: 45px;
  margin-top: 5px;
}

nav li:nth-of-type(7) img{
  width: 40px;
  margin-top: 30px;
}

nav li a div:first-of-type{
  transition: all .3s linear;
  letter-spacing: 0.025em;
}

nav li img{
  font-weight: 500;
  transition: all .3s linear;
}

nav li a:hover img{
  transform: rotate(13deg);
}

nav li a:hover div:first-of-type{
  color: #e8b1d2;
}

nav li:nth-of-type(2):hover .service_nav{
  display: flex;
}

.header_btn li:nth-of-type(1) img{
  width: 20px;
}

.header_btn li:nth-of-type(1){
  background-color: #009767;
  width: 182px;
  height: 42px;
  border-radius: 20px;
  justify-content: center;
  margin-right: 24px;
  transition: all .1s linear;
}

.header_btn li:nth-of-type(1):hover{
  background-color: #fdf1b7;
  cursor: pointer;
  cursor: hand;
}

.header_btn li:nth-of-type(1):hover div:nth-of-type(2){
  color: #009767;
}

.header_btn li:first-of-type div:first-of-type{
  line-height: 32px;
  margin-right: 3px;
}

.header_btn li:first-of-type div:nth-of-type(2){
  line-height: 37px;
  font-weight: 500;
  color: #fff;
}

.header_btn li:nth-of-type(2) img{
  width: 25px;
}

.header_btn li:nth-of-type(2){
  background-color: #e8b1d2;
  width: 182px;
  height: 42px;
  border-radius: 20px;
  justify-content: center;
  transition: all .1s linear;
}

.header_btn li:nth-of-type(2) div:first-of-type{
  line-height: 30px;
  margin-right: 10px;
}

.header_btn li:nth-of-type(2) div:nth-of-type(2){
  line-height: 39px;
  font-weight: 500;
  color: #fff;
}

.header_btn li:nth-of-type(2):hover{
  background-color: #fdf1b7;
  cursor: pointer;
  cursor: hand;
}

.header_btn li:nth-of-type(2):hover div:nth-of-type(2){
  color: #009767;
}


.service_nav{
  position: absolute;
  display: none;
  flex-wrap: wrap;
  width: 544px;
  height: 214.58px;
  background-color: #d0ecb0;
  border: 2px solid #009767;
  border-radius: 10px;
  padding: 20px 13px;
  z-index: 30;
  box-sizing: border-box;
  top: 23px;
  left: 0px;
}

.service_nav li{
  margin-right: 11px;
  margin-bottom: 14px;
}

.service_nav li:nth-of-type(3n){
  margin-right: 0;
}

.service_nav li a{
  background-color: #009767;
  width: 163.72px;
  height: 42px;
  line-height: 39px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.header_wrapper.fix nav .nav .service_nav li:nth-of-type(7){
  margin-top: 0;
}


.service_nav li a:hover{
  background-color: #fdf1b7;
  color: #009767;
}

.service_nav li:nth-of-type(3n) a{
  margin-right: 0;
}

.service_nav li:nth-of-type(7) a{
  width: 217.21px;
  height: 57px;
  line-height: 1.43;
  padding-top: 5px;
  box-sizing: border-box;
}

.btn-trigger{
  display: none;
}

/*---------------------------------
* header fix時
---------------------------------*/

.header_wrapper.fix{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 500;
  animation: nyuru 0.5s;
  box-shadow: 0 0 6px #a0a0a0;
}

@keyframes nyuru {
     0%{
         margin-top:-64px;
     }
     100%{
         margin-top:0;
     }
 }

.header_wrapper.fix .header{
  background-image: none;
  background-color: #d0ecb0;
  height: 80px;
}

.header_wrapper.fix .header.sub_page{
  height: 80px;
  min-height: auto;
}

.header_wrapper.fix .header_inner h1 img{
  width: 197px;
  margin-top: 12px;
  margin-right: 28px;
}

.header_wrapper.fix nav li a div:nth-of-type(2){
  display: none;
}

.header_wrapper.fix nav li:nth-of-type(7) img{
  margin-top: 0;
}

.header_wrapper.fix nav .nav{
  width: 560px;
  margin-top: 29px;
}

.header_wrapper.fix nav .nav li:nth-of-type(7){
  margin-top: -11px;
}

.header_wrapper.fix .header_inner{
  justify-content: left;
}

.header_wrapper.fix .header_fix_inner{
  display: flex;
  justify-content: space-between;
}

.header_inner .nav li:nth-of-type(2){
  position: relative;
}

.header_wrapper.fix .service_nav{
  left: 0;
}

.header_wrapper.fix .header_btn{
  margin-right: 0;
  margin-top: 23px;
}

.header_wrapper.fix .header_btn li{
  font-size: 1.43rem;
}

.header_wrapper.fix .header_btn li:nth-of-type(1){
  width: 135px;
  height: 31.2px;
  margin-right: 3px;
}

.header_wrapper.fix .header_btn li:nth-of-type(2){
  width: 135px;
  height: 31.2px;
}

.header_wrapper.fix .header_btn li:nth-of-type(1) img{
  width: 13px;
}

.header_wrapper.fix .header_btn li:nth-of-type(2) img{
  width: 19px;
}

 .header_wrapper.fix .header_btn li:first-of-type div:first-of-type{
   margin-right: 0;
 }

 .header_wrapper.fix .header_btn li:first-of-type div:first-of-type{
   line-height: 25.2px;
 }

 .header_wrapper.fix .header_btn li:first-of-type div:nth-of-type(2){
   line-height: 31.2px;
 }

.header_wrapper.fix .header_btn li:nth-of-type(2) div:first-of-type{
    line-height: 23px;
  }

 .header_wrapper.fix .header_btn li:nth-of-type(2) div:nth-of-type(2){
   line-height: 31.2px;
 }

/*---------------------------------
* main_visual
---------------------------------*/

.main_visual_wrapper{
  background-color: #d0ecb0;
  height: 840px;
  margin-top: -125px;
}

.main_visual{
  position: relative;
  width: 1440px;
  background-color: #fff;
  margin: 0 auto;
}

.main_visual ul li{
  z-index: 20;
}

.main_visual ul li img:nth-of-type(2n-1){
  z-index: 10;
}

.main_visual ul li img:nth-of-type(2n){
  z-index: 5;
}

.main_visual ul li:nth-of-type(1) img{
  position: absolute;
  top: 85px;
  left: 0;
}

.main_visual ul li:nth-of-type(2) img{
  position: absolute;
  top: 363px;
  left: 0;
}

.main_visual ul li:nth-of-type(3) img{
  position: absolute;
  top: 86px;
  left: 85px;
}

.main_visual ul li:nth-of-type(4) img{
  position: absolute;
  top: 85px;
  left: 363px;
}

.main_visual ul li:nth-of-type(5) img{
  position: absolute;
  top: 364px;
  left: 363px;
}

.main_visual ul li:nth-of-type(6) img{
  position: absolute;
  top: 86px;
  left: 641px;
}


.main_visual ul li:nth-of-type(7) img{
  position: absolute;
  top: 89px;
  left: 915px;
}

.mv_deco01{
  position: absolute;
  top: 297px;
  right: 0;
  z-index: 30;
}

.mv_chara_bg::before{
  content: "";
  background-image: url(../images/top/mv_bg.png);
  width: 708px;
  height: 705px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 1;
}

.mv_deco02{
  position: absolute;
  top: 587px;
  right: 95px;
  z-index: 40;
}

/*---------------------------------
* pv
---------------------------------*/

.movie01{
  padding: 60px 0;
  background-color: #d0ecb0;
  text-align: center;
}

.media_inner_wrap{
  padding: 0 200px;
}

.media_inner{
  margin-bottom: 70px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.media_inner iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner{
  margin: 0 0 50px;
  text-align: center;
}


/*---------------------------------
* about us
---------------------------------*/

.eb_deco01{
  width: 100%;
  position: absolute;
  top: 617px;
  z-index: 200;
  text-align: center;
}

.eb_deco01 img{
  max-width: 1440px;
  margin: 0 auto;
}

.aboutus_element01{
  position: relative;
  padding: 85px 0 0;
  background-color: #d0ecb0;
  height: 750px;
  box-sizing: border-box;
  z-index: 300;
}

.aboutus_element01>div:first-of-type{
  position: absolute;
  right: 0;
}

.aboutus_element02{
  position: absolute;
  font-size: 2.8rem;
  color: #333333;
  line-height: 2.32;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 155px;
  text-shadow: 5px 5px 13px #fff;
}

.aboutus_content01{
  font-size: 3.2rem;
  color: #e8b1d2;
  font-weight: 700;
}

.aboutus_content02{
  font-size: 3.2rem;
  color: #333333;
  font-weight: 700;
}

.aboutus_element02::before{
  position: absolute;
  content: url(../images/top/aboutus_text.png);
  display: block;
  top: -240px;
}

/*---------------------------------
* top_price
---------------------------------*/

.top_price{
  padding: 80px 0 122px;
}

.top_price h2 img{
  margin: 0 auto;
}

.top_price ul{
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.top_price ul img{
  width: 449px;
}

.top_price ul li:first-of-type{
  margin-right: 46px;
}

/*---------------------------------
* トップ　サービス一覧
---------------------------------*/

.top_service_inner{
  background-color: #d0ecb0;
}

.top_service_inner h2{
  margin: 0 0 130px 280px;
}

.top_service_inner ul{
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}

.top_service_inner ul>li:nth-of-type(1) img{
  width: 586px;
}

.top_service_inner ul>li:nth-of-type(2){
  position: relative;
  width: 450px;
}


.top_service_inner ul>li:nth-of-type(2) dl{
  position: absolute;
  z-index: 20;
  margin-top: 40px;
  width: 384px;
}


.top_service_inner ul:nth-of-type(1)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco01.png);
  top: -85px;
  right: -45px;
}

.top_service_inner ul:nth-of-type(1)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco02.png);
  top: -32px;
  right: -40px;
}


.top_service_inner ul>li:nth-of-type(2) dl dt{
  font-size: 3.8rem;
  color: #e8b1d2;
  font-weight: 700;
  text-shadow: -3px -3px 8px #fff, 3px 3px 8px #fff;
  margin-bottom: 40px;
}

.top_service_inner ul>li:nth-of-type(2) dl dd:nth-of-type(1){
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.66;
}

.top_service_inner ul>li:nth-of-type(2) dl dd:nth-of-type(2) a{
  background-color: #009767;
  display: block;
  width: 245px;
  height: 52.43px;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 52.43px;
  text-align: center;
  margin: 100px auto 0;
}

.top_service_inner ul>li:nth-of-type(2) dl dd:nth-of-type(2) a:hover{
  background-color: #fdf1b7;
  color: #009767;
}


.flex_rvs{
  flex-direction: row-reverse;
}

.top_service_inner ul.flex_rvs>li:nth-of-type(2){
  margin-left: 60px;
}

.top_service_element01>ul:nth-of-type(3)>li:nth-of-type(2) dl dd:nth-of-type(2){
  margin: 40px auto 0;
}

.top_service_inner ul:nth-of-type(6)>li:nth-of-type(2) dl dt{
  font-size: 3.4rem;
  line-height: 1.91;
  white-space: nowrap;
}

.top_service_element01>ul:nth-of-type(6)>li:nth-of-type(2) dl dd:nth-of-type(2){
  margin: 60px auto 0;
}


.top_service_inner ul:nth-of-type(2)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco03.png);
  top: -85px;
  right: -26px;
}

.top_service_inner ul:nth-of-type(2)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco04.png);
  top: -50px;
  right: -100px;
}

.top_service_inner ul:nth-of-type(3)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco05.png);
  top: -12.5px;
  right: -70px;
}

.top_service_inner ul:nth-of-type(3)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco06.png);
  top: -5px;
  right: -30px;
}

.top_service_inner ul:nth-of-type(4)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco07.png);
  top: -35px;
  right: -5px;
}

.top_service_inner ul:nth-of-type(4)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco08.png);
  top: -32.5px;
  right: -47.5px;
}

.top_service_inner ul:nth-of-type(5)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco09.png);
  top: -30px;
  right: 10px;
}

.top_service_inner ul:nth-of-type(5)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco10.png);
  top: -25px;
  right: -27px;
}

.top_service_inner ul:nth-of-type(6)>li:nth-of-type(2)::before{
  position: absolute;
  z-index: 5;
  content: url(../images/top/top_service_deco11.png);
  top: -77.5px;
  right: 22.5px;
}

.top_service_inner ul:nth-of-type(6)>li:nth-of-type(2)::after{
  position: absolute;
  z-index: 10;
  content: url(../images/top/top_service_deco12.png);
  top: -37.5px;
  right: -62.5px;
}

/*---------------------------------
* 社会貢献活動
---------------------------------*/

.com_survice{
  padding: 34px 0 150px;
}

.com_survice h2{
  margin: 0 0 100px 195px;
  position: relative;
}

.com_survice h2::after{
  position: absolute;
  content: url(../images/top/top_comservice_deco.png);
  top: 20px;
  right: 145px;
}

.slider_wrap{
  max-width: 900px;
  margin: 0 auto;
}

.thumb-item{
  margin-bottom: 30px;
}

.thumb-item.slick-initialized .slick-slide img{
  width: 900px;
  height: 550px;
  object-fit: cover;
}


.com_survice .thumb-item-nav.slick-initialized .slick-slide img{
  width: auto;
  height: auto;
  object-fit: cover;
}

.thumb-item-nav.slick-initialized .slick-slide img{
  width: 180px;
  height: 101px;
  object-fit: cover;
}


.thumb-item .slick-prev:before{
  content: url(../images/utility/arrow01.png);
}

.thumb-item-road .slick-prev:before{
  content: url(../images/utility/arrow01.png);
}

.thumb-item .slick-prev{
  left: -67px!important;
}

.thumb-item-road .slick-prev{
  left: -67px!important;
}

.thumb-item .slick-prev,.slick-next{
  top: 47%!important;
  width: 42px!important;
  height: 74px!important;
}

.thumb-item-road .slick-prev,.slick-next{
  top: 47%!important;
  width: 42px!important;
  height: 74px!important;
}

.thumb-item .slick-next:before{
  content: url(../images/utility/arrow02.png);
}

.thumb-item-road .slick-next:before{
  content: url(../images/utility/arrow02.png);
}

.thumb-item .slick-next{
  right: -65px!important;
}

.thumb-item-road .slick-next{
  right: -65px!important;
}

.com_survice_content01{
  font-size: 1.8rem;
  line-height: 1.66;
  width: 645px;
  margin: 50px auto 0;
}

/*---------------------------------
* お問合わせ
---------------------------------*/

.contact_inner{
  background-color: #fdf1b7;
  padding-bottom: 130px;
}

.contact_inner h2{
  margin: -45px 0 0 270px;
}

.contact_element01{
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 65px;
}

.contact_element02{
  margin-top: -120px;
}

.top_sns{
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.top_sns>li:first-of-type{
  margin-right: 100px;
}

.top_sns img{
  width: 200px;
}

.top_sns_el{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_sns_el li:first-of-type{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.top_sns_cont01{
  color: #c5277d;
}

.top_sns_cont02{
  color: #06c755;
}

.contact_element03{
  background-color: #fff;
  margin: 83px auto 0;
  width: 937px;
  border-radius: 10px;
  padding: 80px 0 95px;
}

.contact_element03 ul li{
  width: 770px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 45px;
}

.contact_element03 ul li label{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48.41px;
}

.contact_element03 ul li label.height_ctl{
  line-height: 33px;
}

input:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

.contact_element03 ul li input{
  -moz-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  -webkit-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  appearance: none; /* シャドゥなどを消す効果がある */
  border-radius: 0; /* 角丸を消す */
  border: #cccccc solid 1px;  /* 表示したいスタイルを付ける */
  width: 455px;
  height: 48.41px;
  font-size: 1.8rem;
  padding-left: 18px;
  box-sizing: border-box;
}

.contact_element03 ul li textarea{
  -moz-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  -webkit-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  appearance: none; /* シャドゥなどを消す効果がある */
  border-radius: 0; /* 角丸を消す */
  border: #cccccc solid 1px;  /* 表示したいスタイルを付ける */
  width: 455px;
  height: 195px;
  font-size: 1.8rem;
  padding: 18px;
  box-sizing: border-box;
}

.cp_ipselect {
  overflow: hidden;
  width: 455px;
  text-align: center;
}
.cp_ipselect select {
  width: 455px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.required::after{
  content: "必須";
  font-size: 1.5rem;
  color: #fff;
  background-color: #009767;
  border-radius: 7px;
  width: 54px;
  height: 27.5px;
  display: inline-block;
  line-height: 27.5px;
  text-align: center;
}

.required01::after{
  margin-left: 165px;
}

.required02::after{
  margin-left: 148px;
}

.required03::after{
  margin-left: 95px;
}

.contact_element04{
  font-size: 1.8rem;
  line-height: 1.66;
  text-align: center;
}

.form_btn{
  display: block;
  margin: 65px auto 0;
  background-color: #009767;
  width: 264px;
  height: 59px;
  -moz-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  -webkit-appearance: none; /* webkitなどの内容も無いと、スマホで適用されない */
  appearance: none; /* シャドゥなどを消す効果がある */
  border: none;
  border-radius: 10px;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  transition: all .2s linear;
}

.form_btn:hover{
  background-color: #e8b1d2;
}

/*---------------------------------
* facebook
---------------------------------*/

.footer{
  background-color: #d0ecb0;
  padding: 85px 0 13px;
}

.facebook{
  padding: 44px 0 58px;
}

.facebook h2{
  margin-left: 15px;
  padding-bottom: 65px;
}

.fb_img{
  text-align: center;
}

.fb_img a img{
  transition: all .2s linear;
}

.fb_img a:hover img{
  opacity: 0.7;
}

/*---------------------------------
* footer
---------------------------------*/

.footer_inner{
  display: flex;
}

.footer_inner>div:nth-of-type(n+2){
  margin: auto 0;
}

.footer h2 img{
  width: 264.6px;
  padding-bottom: 24px;
}

.footer_content01 img{
  padding-top: 22px;
  width: 271.4px;
}

.footer nav ul{
  width: 383px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 110px;
}

.footer nav ul li{
  margin-right: 55px;
}

.footer nav ul li a:hover{
  color: #e8b1d2;
}

.footer nav ul li:first-of-type{
  text-transform: uppercase;
}

.footer nav ul li:nth-of-type(-n+3){
  margin: 5px 55px 40px 0;
}

.footer nav li:nth-of-type(7) img{
  margin-top: -14px;
}

.footer nav li:nth-of-type(5){
  margin-right: 73px;
}

.footer nav li:nth-of-type(6){
  margin-right: 50px;
}

.footer nav li:nth-of-type(7){
  margin-right: 0;
}

.footer .header_btn{
  flex-direction: column;
  margin-top: 0;
}

.footer .header_btn li:nth-of-type(1){
  margin-bottom: 24px;
}

.footer_inner>div:first-of-type{
  margin-right: 100px;
}

.footer_inner>div:first-of-type div:first-of-type{
   line-height: 1.5;
}

.copylight{
  text-align: center;
  margin-top: 60px;
}

.copylight small{
  font-size: 1.4rem;
}


/*---------------------------------
* サービス一覧　ページ
---------------------------------*/

.page_title{
  margin-top: -13px;
}

.page_title img{
  width: 100%;
  min-width: 1200px;
}

.servicepage_nav{
  width: 786px;
  border: 2px solid #009767;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 35px 55px;
  box-sizing: border-box;
  line-height: 1.87;
  margin: 20px auto 0;
}

.servicepage_nav li{
  width: 250px;
  margin-right: 65px;
  display: flex;
  margin-bottom: 40px;
}

.servicepage_nav li::before{
  content: url(../images/utility/arrow03.png);
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
}

.servicepage_nav li:nth-of-type(6){
  width: 322px;
  margin-right: 0;
}

.servicepage_nav li:nth-of-type(n+5){
  margin-bottom: 0;
}

.servicepage_nav a:hover{
  color: #e8b1d2;
}

.service_element01{
  padding: 124px 0 190px;
}

.service_element01 h3{
  position: relative;
  text-align: center;
}

.service_element01 h3::before{
  position: absolute;
  content: url(../images/service/service_subtitle01.png);
  top: -50px;
  left: 280px;
}

.service_element01 ul.service_ba{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.service_element01 ul.service_ba li img{
  width: 539px;
}

.service_element01 ul.service_ba li div:nth-of-type(2){
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 18px;
  position: relative;
  text-align: center;
}

.service_element01 ul.service_ba li:nth-of-type(1) div:nth-of-type(2){
  color: #999898;
}

.service_element01 ul.service_ba li:nth-of-type(1) div:nth-of-type(2)::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 88px;
  height: 42px;
  background-image: url(../images/service/service_deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -8px;
  left: 130px;
}

.service_element01 ul.service_ba li:nth-of-type(2) div:nth-of-type(2){
  color: #009767;
}

.service_element01 ul.service_ba li:nth-of-type(2) div:nth-of-type(2)::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 73px;
  height: 42px;
  background-image: url(../images/service/service_deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -8px;
  left: 143px;
}

.service_element01 ul.service_ba li:nth-of-type(2){
  position: relative;
}

.service_element01 ul.service_ba li:nth-of-type(2)::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 100px;
  height: 54px;
  background-image: url(../images/service/service_deco03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -63px;
  left: 383px;
}

.service_element01 ul.service_ba:nth-of-type(n+2){
  margin-top: 100px;
}

.service_content01{
  position: relative;
  font-size: 1.8rem;
  line-height: 1.66;
  width: 587px;
  margin: 120px auto 0;
}

.service_item01::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 303px;
  height: 297px;
  background-image: url(../images/top/top_service_deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -80px;
  left: -170px;
}

.service_element02{
  padding: 0;
}

.service_element03 img{
  width: 100%;
}

.service_bg{
  background-color: #d0ecb0;
  padding-top: 60px;
  margin-top: -1px;;
}

.service_element01 h3.eb_text02::before{
  content: url(../images/service/service_subtitle02.png);
  top: -60px;
  left: 267px;
}

.thumb-item-nav.slick-initialized.service_slide01 .slick-slide img{
  width: 300px;
  height: 150px;
}


.thumb-item-road-nav.service_slide01.slick-initialized .slick-slide img{
  width: 450px;
  height: 200px;
}

.service_element02 .slider_wrap{
  margin-top: 60px;
}

.service_item02{
  width: 629px;
  padding-bottom: 255px;
}

.service_item02::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 259px;
  height: 226px;
  background-image: url(../images/top/top_service_deco03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -40px;
  right: -111px;
}


.service_element04{
  padding: 120px 0 165px;
}

.service_element04 .slider_wrap{
  margin-top: 60px;
}

.service_item03{
  width: 719px;
}

.service_item03::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 429px;
  height: 182px;
  background-image: url(../images/top/top_service_deco05.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -30px;
  left: -187px;
}

.service_element01 h3.eb_text03::before{
  content: url(../images/service/service_subtitle03.png);
  top: -50px;
  left: 305px;
}

.service_element01 h3.eb_text04::before{
  content: url(../images/service/service_subtitle04.png);
  top: -40px;
  left: 400px;
}

.service_item04{
  width: 478.5px;
  padding-bottom: 185px;
}

.service_item04::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 230px;
  height: 207px;
  background-image: url(../images/top/top_service_deco07.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -48px;
  right: -170px;
}

.service_element01 h3.eb_text05::before{
  content: url(../images/service/service_subtitle05.png);
  top: -47px;
  left: 378px;
}

.service_item05{
  width: 735px;
}

.service_item05::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 235px;
  height: 170px;
  background-image: url(../images/top/top_service_deco09.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -40px;
  right: -66px;
}

.service_element05{
  padding: 124px 0 150px;
}

.service_element06{
  padding: 0 0 105px;
  line-height: 1.48;
}

.service_element01 h3.eb_text06::before{
  content: url(../images/service/service_subtitle06.png);
  top: -42px;
  left: 215px;
}

.service_element07{
  padding-top: 125px;
  text-align: center;
}

.service_element07 video{
  width: 800px;
}

.service_item06{
  width: 587px;
  padding-bottom: 200px;
}

.service_element07 video:hover{
  cursor: pointer;
  cursor: hand;
}


.service_item06::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 326px;
  height: 208px;
  background-image: url(../images/top/top_service_deco11.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -40px;
  right: -68px;
}

.service_bg02{
  background: linear-gradient(to bottom, #d0ecb0 90%, #fff);
  padding-top: 60px;
  margin-top: -1px;
}

/*---------------------------------
* 装備　ページ
---------------------------------*/

.equipment{
  padding-bottom: 95px;
}

.equipment .wrapper{
    min-width: 1100px;
}

.eb_text01{
  font-size: 4.4rem;
  font-weight: 700;
  color: #009767;
  text-shadow: 3px 3px 4px #b5b5b5;
}

.equipment h3{
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.equipment h3::before{
  position: absolute;
  content: url(../images/equipment/equipment_subtitle01.png);
  top: -87px;
  left: 60px;
}

.equipment ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 110px;
}


.equipment ul li img{
  width: 357px;
}

.equipment ul li div:nth-of-type(2){
  position: relative;
  font-size: 2.2rem;
  padding: 18px 0 58px;
  height: 130px;
  box-sizing: border-box;
}

.equipment ul li div:nth-of-type(2) p{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  line-height: 1.59;
  white-space: nowrap;
}

.iziModal .iziModal-header{
  background: #009767!important;
}

.iziModal{
  border-bottom: 3px solid #009767!important;
}

/*---------------------------------
* 作業風景 ページ
---------------------------------*/

.work_inner{
  padding: 75px 0 100px;
}

.thumb-item-nav.slick-initialized.work_slide01 .slick-slide img{
  width: 180px;
  height: 120px;
}

/*---------------------------------
* 見積り例 ページ
---------------------------------*/

.estimate_inner{
  display: flex;
  justify-content: space-between;
}

.estimate_inner div:first-of-type{
  margin-right: 20px;
}

.estimate_wrapper{
  padding-top: 45px;
}

.estimate_message{
  text-align: center;
  padding: 125px 0 65px;
}

@media screen and (max-width: 1100px){

  body{
    min-width: 1440px;
 }

 .header li:nth-of-type(2):hover .service_nav{
   display: flex;
 }

 .nav li{
   white-space: nowrap;
 }

 .header_btn li{
   white-space: nowrap;
 }

 .main_visual{
   min-width: 1100px;
 }


}

@media screen and (max-width: 767px){

  /*---------------------------------
  * utility
  ---------------------------------*/

  body {
   min-width: initial; /* 初期値 */
   min-width: 100%;
  }

  .wrapper{
    width: calc(100% - 50px);
    margin: 0 auto;

  }

  .sp-display{
    display: block;
  }

  .pc-display{
    display: none;
  }


  section{
    overflow-x: hidden !important;
  }


  /*---------------------------------
  * header
  ---------------------------------*/

  .header{
    background-image:url(../images/top/header_bg_sp.png);
    /* background-image: unset; */
    height: 68.5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .header.sub_page{
      min-height: 68.5px;
  }

  .header_wrapper{
    height: 68.5px;
  }

  .header_inner h1 img{
    width: 140px;
    margin-top: 2px;
  }

  .header_fix_inner{
    display: flex;
    justify-content: space-between;
  }

  .header_btn{
    display: block;
    margin-right: 11%;
    margin-top: 5px;
    font-size: 1.1rem;
  }

  .header_btn li:nth-of-type(1){
    width: 110.66px;
    height: 23.89px;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .header_btn li:nth-of-type(2){
    width: 110.66px;
    height: 23.89px;
  }

  .header_btn li:nth-of-type(1) img{
    width: 14px;
  }

  .header_btn li:nth-of-type(2) img{
    width: 17px;
  }

  .header_btn li:first-of-type div:first-of-type{
    line-height: 20.5px;
    margin-right: 2px;
  }

  .header_btn li:first-of-type div:nth-of-type(2){
    line-height: 23.89px;
  }

  .header_btn li:nth-of-type(2) div:first-of-type{
    line-height: 19px;
    margin-right: 3.5px;
  }

  .header_btn li:nth-of-type(2) div:nth-of-type(2){
    line-height: 23.89px;
  }

  .header li:nth-of-type(2):hover .service_nav{
    display: none;
  }

  .nav{
    background-color: #d0ecb0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    margin-top: 0;
    padding: 35px 0;
    box-sizing: border-box;
    font-size: 1.8rem;
    justify-content: start;
  }

  .nav>li{
    width: 100%;
    margin: 0 auto;
    background-color: #d0ecb0;
    padding: 0 25px 0;
    box-sizing: border-box;
  }

  .nav>li::after{
    content: '';
    display: block;
    background: #009767;
    height: 2px;
    width: 100%;
    margin-top: 10px;
  }

  .nav>li:nth-of-type(n+2){
    padding-top: 15px;
  }

  .nav>li:last-of-type{
    padding-bottom: 20px;
  }

  nav li:nth-of-type(7) img{
    margin-top: 0;
  }

  .nav li:last-of-type::after{
    content: none;
  }

  .service_nav{
    position: static;
    display: none;
    width: 100%;
    height: auto;
    border: none;
    padding: 20px 50px 0;
  }

  .service_nav li{
    text-align: left;
  }

  .service_nav li a{
    background: none;
    color: #444444;
    width: auto;
    height: auto;
    line-height: initial;
    margin-right: 0;
    font-size: 1.6rem;
    display: flex;
  }

  .service_nav li a::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url(../images/utility/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 6px 10px 0 0;
  }

  .service_accordion::after{
    content: "";
    position: absolute;
    right: 11%;
    top: 36%;
    transition: all 0.4s ease;
      -moz-transition: all 0.4s ease; /* Firefox 4 */
      -webkit-transition: all 0.4s ease; /* Safari and Chrome */
      -o-transition: all 0.4s ease;/* Opera */
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #009767;
    border-right: solid 3px #009767;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .service_accordion.open::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11%;
  }


  /*---------------------------------
  * btn
  ---------------------------------*/

  button{
    border: none;
    outline: none;
  }

  .btn-trigger{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    background-color: transparent;
    border:none;
    stroke: #009767;
    stroke-width: 3px;
    width: 70px;
    height: 42px;
    z-index: 2000;
  }

  .btn-trigger svg{
    cursor: pointer;
  }


  use{
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -ms-transition: 0.5s all;
      transition: 0.5s all;
  }

  .btn-trigger.active use:nth-of-type(1) {
      -webkit-transform: translateX(-5px) translateY(30px) rotate(-45deg);
      transform: translateX(-5px) translateY(30px) rotate(-45deg);
  }

  .btn-trigger.active use:nth-of-type(2) {
      opacity: 0;
  }
  .btn-trigger.active use:nth-of-type(3) {
      -webkit-transform: translateX(30px) translateY(-15px) rotate(45deg);
      transform: translateX(30px) translateY(-15px) rotate(45deg);
  }

  #nav{
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s ease;
    z-index: 1005;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }

  #nav.active{
    right: 0;
  }

  /*---------------------------------
  * メインビジュアル
  ---------------------------------*/

  .main_visual{
    min-width: 375px;
    width: 375px;
  }

  .main_visual_wrapper{
    height: 318.5px;
    margin-top: -69px;
  }

  .eb_deco01 img{
    max-width: 100%;
  }

  .main_visual ul li:nth-of-type(1) img{
    width: 84.5px;
    top: 22.5px;
  }

  .main_visual ul li:nth-of-type(2) img{
    width: 174px;
    top: 143.06px;
  }

  .main_visual ul li:nth-of-type(3) img{
    width: 185.5px;
    top: 22.5px;
    left: 0;
  }

  .main_visual ul li:nth-of-type(4) img{
    width: 205.5px;
    top: 22.5px;
    left: 82px;
  }

  .main_visual ul li:nth-of-type(5) img{
    width: 205.5px;
    top: 126.34px;
    left: 82.23px;
  }

  .main_visual ul li:nth-of-type(6) img{
    width: 192.5px;
    top: 22.5px;
    left: 183.4px;
  }

  .main_visual ul li:nth-of-type(7) img{
    width: 91.5px;
    top: 22.5px;
    left: 284.91px;
  }

  .mv_deco01{
    top: 120px;
    right: 0;
  }

  .mv_deco01 img{
    width: 133.5px;
  }

  .mv_deco02{
    top: 214px;
    right: 29px;
  }

  .mv_deco02 img{
    width: 153.37px;
  }

  .mv_chara_bg::before{
    background-image: url(../images/top/mv_bg_sp.png);
    width: 181px;
    height: 180.5px;
    top: 136px;
    left: 195px;
  }

  .eb_deco01{
    top: 237px;
  }

  /*---------------------------------
  * pv
  ---------------------------------*/

  .media_inner_wrap{
    padding: 0;
  }

  .media_inner{
    margin-bottom: 30px;
  }

  .banner{
    margin: 30px 0 50px;
  }

  /*---------------------------------
  * about us
  ---------------------------------*/

  .aboutus_element01{
    height: 470px;
    margin-top: -1px;
  }

  .aboutus_element01>div:first-of-type{
    position: static;
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .aboutus_element02{
    position: static;
    margin-top: 40px;
    font-size: 1.4rem;
    margin: 40px 0 0 4%;
  }

  .aboutus_element02::before{
    content: '';
    width: 222px;
    height: 90px;
    background-image: url(../images/top/aboutus_text.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: 20px;
  }

  .aboutus_content01{
    font-size: 1.6rem;
  }

  .aboutus_content02{
    font-size: 1.6rem;
  }

  /*---------------------------------
  * TOP 料金
  ---------------------------------*/

  .top_price{
    padding: 20px 0 70px;
  }

  .top_price ul{
    display: block;
    margin-top: 40px;
    text-align: center;
  }

  .top_price ul li:first-of-type{
    margin-right: 0;
    margin-bottom: 33px;
  }

  /*---------------------------------
  * TOP サービス一覧
  ---------------------------------*/

  .top_service_inner ul{
    display: block;
    padding-bottom: 0;
  }

  .top_service_inner h2{
    margin: 0 0 30px 15%;
    padding-top: 11px;
  }

  .top_service_inner h2 img{
    width: 195px;
  }

  .top_service_inner ul>li:nth-of-type(2){
    width: 100%;
    height: 288px;
  }

  .top_service_inner ul>li:nth-of-type(2) dl{
    margin-top: 35px;
    width: 100%;
  }

  .top_service_inner ul>li:nth-of-type(2) dl dt{
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .top_service_inner ul:nth-of-type(1)>li:nth-of-type(2)::after{
    content: '';
    width: 81.4px;
    height: 52px;
    background-image: url(../images/top/top_service_deco02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8.5px;
    right: auto;
    left: 25px;
  }

  .top_service_inner ul:nth-of-type(1)>li:nth-of-type(2)::before{
    content: '';
    width: 151.5px;
    height: 148.5px;
    background-image: url(../images/top/top_service_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 34px;
    right: -5px;
  }


  .top_service_inner ul>li:nth-of-type(2) dl dd:nth-of-type(1){
    font-size: 1.2rem;
    margin: 0 auto;
    width: 248.12px;
  }


  .top_service_inner ul>li:nth-of-type(2) dl dd:nth-of-type(2) a{
    margin: 44px auto 0;
    width: 170px;
    height: 36.39px;
    line-height: 36.39px;
    font-size: 1.4rem;
    border-radius: 5px;
  }

  .top_service_inner ul.flex_rvs>li:nth-of-type(2){
    margin-left: 0;
  }

  .top_service_inner ul:nth-of-type(2)>li:nth-of-type(2)::after{
    content: '';
    width: 109.27px;
    height: 60.77px;
    background-image: url(../images/top/top_service_deco04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    right: auto;
    left: 5px;
  }

  .top_service_inner ul:nth-of-type(2)>li:nth-of-type(2)::before{
    content: '';
    width: 129.5px;
    height: 113px;
    background-image: url(../images/top/top_service_deco03.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 56.5px;
    right: -5px;
  }

  .top_service_inner ul:nth-of-type(3)>li:nth-of-type(2)::after{
    content: '';
    width: 88px;
    height: 54px;
    background-image: url(../images/top/top_service_deco06.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
    right: auto;
    left: 32.5px;
  }

  .top_service_inner ul:nth-of-type(3)>li:nth-of-type(2)::before{
    content: '';
    width: 215px;
    height: 127.5px;
    background-image: url(../images/top/top_service_deco05.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 70px;
    right: -5px;
  }

  .top_service_inner ul:nth-of-type(3)>li:nth-of-type(2){
    height: 342px;
  }

  .top_service_inner ul:nth-of-type(4)>li:nth-of-type(2)::after{
    content: '';
    width: 84px;
    height: 52.77px;
    background-image: url(../images/top/top_service_deco08.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 7.5px;
    right: auto;
    left: 75px;
  }

  .top_service_inner ul:nth-of-type(4)>li:nth-of-type(2)::before{
    content: '';
    width: 115px;
    height: 103.5px;
    background-image: url(../images/top/top_service_deco07.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 54px;
    right: 0px;
  }

  .top_service_inner ul:nth-of-type(5)>li:nth-of-type(2)::after{
    content: '';
    width: 90.12px;
    height: 54.7px;
    background-image: url(../images/top/top_service_deco10.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    right: auto;
    left: 70px;
  }

  .top_service_inner ul:nth-of-type(5)>li:nth-of-type(2)::before{
    content: '';
    width: 117.5px;
    height: 89.5px;
    background-image: url(../images/top/top_service_deco09.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 66.5px;
    right: 5px;
  }

  .top_service_inner ul:nth-of-type(5)>li:nth-of-type(2){
    height: 307px;
  }

  .top_service_inner ul:nth-of-type(6)>li:nth-of-type(2) dl dt{
    font-size: 2.1rem;
  }

  .top_service_inner ul:nth-of-type(6)>li:nth-of-type(2)::after{
    content: '';
    width: 90.86px;
    height: 54.94px;
    background-image: url(../images/top/top_service_deco12.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
    right: auto;
    left: 5px;
  }

  .top_service_inner ul:nth-of-type(6)>li:nth-of-type(2)::before{
    content: '';
    width: 149px;
    height: 104px;
    background-image: url(../images/top/top_service_deco11.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 96px;
    right: 5px;
  }

  .top_service_inner ul:nth-of-type(6)>li:nth-of-type(2){
    height: 400px;
  }

  /*---------------------------------
  * TOP 社会貢献活動
  ---------------------------------*/

  .com_survice{
    padding: 12px 0 60px;
  }

  .com_survice h2{
    margin: 0 0 55px 1%;
  }

  .com_survice h2 img{
    width: 232px;
  }

  .com_survice h2::after{
    content: '';
    width: 100px;
    height: 87.5px;
    background-image: url(../images/top/top_comservice_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 18.5px;
    right: 0;
  }


  .thumb-item.slick-initialized .slick-slide img{
    width: 100%;
    height: 200px;
  }

  .com_survice_content01{
    width: 100%;
    font-size: 1.2rem;
    margin: 25px auto 0;
  }

  .thumb-item .slick-next{
    right: 5px!important;
  }

  .thumb-item .slick-prev{
    left: 5px!important;
    z-index: 100;
  }

  .thumb-item .slick-prev:before{
    content: '';
    width: 21px;
    height: 37.5px;
    background-image: url(../images/utility/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .thumb-item .slick-next:before{
    content: '';
    width: 21px;
    height: 37.5px;
    background-image: url(../images/utility/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .thumb-item-road .slick-prev, .slick-next{
    width: 21px!important;
    height: 37.5px!important;
  }

  .thumb-item-nav.slick-initialized .slick-slide img{
    height: 40px;
  }

  .thumb-item{
    margin-bottom: 8.5px;
  }

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

  .contact_inner{
    padding-bottom: 78px;
  }

  .contact_inner h2{
    margin: 0 0 30px 7%;
  }

  .contact_inner h2 img{
    width: 270px;
  }

  .contact_element01{
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .contact_element02{
    margin-top: 32px;
  }

  .top_sns{
    flex-direction: column;
  }

  .top_sns>li:first-of-type{
    margin-right: 0;
    margin-bottom: 50px;
  }

  .contact_element03{
    width: 90%;
    margin: 58.5px auto 0;
    padding: 22px 13px 50px;
  }

  .contact_element03 ul li{
    width: 100%;
    flex-direction: column;
    margin: 0 auto 25px;
  }

  .contact_element03 ul li input{
    width: 100%;
    height: 35px;
  }

  .cp_ipselect{
    width: 100%;
  }

  .contact_element03 ul li textarea{
    width: 100%;
    height: 130px;
  }

  .contact_element03 ul li label{
    font-size: 1.4rem;
  }

  .required::after{
    width: 35.75px;
    height: 18.15px;
    font-size: 1.1rem;
    line-height: 18.15px;
    border-radius: 3.5px;
  }

  .required01::after{
    margin-left: 8px;
  }

  .required02::after{
    margin-left: 8px;
  }

  .required03::after{
    margin-left: 8px;
  }

  .contact_element04{
    font-size: 1.2rem;
    line-height: 2.08;
  }

  .form_btn{
    width: 170px;
    height: 36.39px;
    border-radius: 5px;
    font-size: 1.4rem;
    margin: 50px auto 0;
  }

  /*---------------------------------
  * facebook
  ---------------------------------*/

  .facebook{
    padding: 12px 0 60px;
  }

  .facebook h2{
    margin-left: 4%;
    padding-bottom: 28px;
  }

  .facebook h2 img{
    width: 288.5px;
  }

  .fb_img img{
    width: 88%;
  }

  /*---------------------------------
  * footer
  ---------------------------------*/

  .footer{
    padding: 28px 0 11.5px;
  }

  .footer_inner{
    display: block;
  }

  .footer nav ul{
    width: 100%;
    margin-top: 38.5px;
    font-size: 1.4rem;
  }

  .footer h2 img{
    width: 151.2px;
    padding-bottom: 11.5px;
  }

  .footer_inner>div:first-of-type div:first-of-type{
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .footer_inner>div:first-of-type{
    margin-right: 0;
    position: relative;
  }

  .footer_content01{
    position: absolute;
    top: 14%;
    right: 0;
  }

  .footer_content01 img{
    width: 167.43px;
    padding-top: 0;
  }

  .footer nav ul li{
    margin-right: 53.5px;
  }

  .footer nav ul li:nth-of-type(-n+3){
    margin: 0 53.5px 17px 0;
  }

  .footer nav ul li:nth-of-type(3){
    margin-right: 0;
  }

  .footer nav ul li:nth-of-type(1){
    margin-left: 3%;
  }

  .footer nav ul li:nth-of-type(4){
    margin-left: 3%;
  }

  .footer nav li:nth-of-type(5){
    margin-right: 53.5px;
  }

  .footer nav li:nth-of-type(6){
    margin-right: 44px;
  }

  .footer nav li:nth-of-type(7) img{
    width: 20px;
    margin-top: -4px;
  }

  .footer .header_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px auto 0;
  }

  .footer .header_btn li:nth-of-type(1){
    margin: 0 12.5px 0 0;
    width: 124.57px;
    height: 28.75px;
  }

  .copylight{
    margin-top: 40px;
  }

  .footer .header_btn li:first-of-type div:first-of-type{
    line-height: 22.5px;
  }

  .footer .header_btn li:first-of-type div:nth-of-type(2){
    line-height: 28.75px;
    font-size: 1.23rem;
  }

  .footer .header_btn li:nth-of-type(2){
    width: 124.57px;
    height: 28.75px;
  }

  .footer .header_btn li:nth-of-type(2) div:first-of-type{
    line-height: 20px;
  }

  .footer .header_btn li:nth-of-type(2) div:nth-of-type(2){
    line-height: 28.75px;
  }

  .copylight small{
    font-size: 0.9rem;
  }

  /*---------------------------------
  * サービス一覧ページ
  ---------------------------------*/

  .page_title img{
    min-width: auto;
  }

  .service_top{
    position: relative;
    margin-top: -35px;
  }

  .servicepage_nav{
    width: 90%;
    flex-direction: column;
    font-size: 1.6rem;
    padding: 21px 34px;
    margin: 0 auto 0;
  }

  .servicepage_nav li{
    margin-right: 0;
    margin-bottom: 5px;
  }

  .servicepage_nav li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url(../images/utility/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
  }

  .service_element01{
    padding: 50px 0 70px;
  }

  .eb_text01{
    font-size: 2.2rem;
  }

  .service_element01 h3::before{
    content: '';
    display: inline-block;
    width: 81.4px;
    height: 51.5px;
    background-image: url(../images/service/service_subtitle01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -27px;
    left: 30px;
  }

  .service_element01 ul.service_ba{
    flex-direction: column;
    margin-top: 25px;
  }

  .service_element01 ul.service_ba li:nth-of-type(2)::before{
    left: auto;
    right: 0;
    width: 52px;
    height: 27.5px;
    top: -32px;
  }

  .service_content01{
    width: 298px;
    margin: 67.5px auto 0;
    font-size: 1.2rem;
  }

  .service_item01::before{
    top: -50px;
    left: -6%;
    width: 151.5px;
    height: 148.5px;
  }

  .service_element01 ul.service_ba li img{
    width: 100%;
  }

  .service_element01 ul.service_ba li div:nth-of-type(2){
    font-size: 1.9rem;
  }

  .service_element07 video{
    width: 100%;
  }

  .service_element01 ul.service_ba li div:nth-of-type(2){
    margin-top: 22px;
  }

  .service_element01 ul.service_ba li:nth-of-type(1) div:nth-of-type(2)::before{
    width: 59.77px;
    height: 42px;
    top: -14px;
    left: 26%;
  }

  .service_ba li:first-of-type::after{
    content: '';
    display: block;
    width: 49px;
    height: 27.5px;
    background-image: url(../images/service/service_deco04.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 18.5px auto 23.5px;
  }

  .service_element01 ul.service_ba li:nth-of-type(2) div:nth-of-type(2)::before{
    width: 43px;
    height: 25px;
    top: -14px;
    left: 30%;
  }

  .service_ba li:nth-of-type(2)::after{
    content: '';
    display: block;
    background: #009767;
    height: 2px;
    width: 100%;
    margin-top: 38px;
  }

  .service_element01 ul.service_ba:nth-of-type(n+2){
    margin-top: 36.5px;
  }

  .service_element01 .service_ba:last-of-type li:nth-of-type(2)::after{
    content: none;
  }

  .service_element02{
    padding: 0;
  }

  .service_element01 h3.eb_text02::before{
    content: '';
    display: block;
    width: 109.27px;
    height: 60.77px;
    background-image: url(../images/service/service_subtitle02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -35px;
    left: 3%;
  }

  .service_bg{
    padding-top: 35px;
  }

  .service_element02 .slider_wrap{
    margin-top: 45px;
  }

  .thumb-item-nav.slick-initialized.service_slide01 .slick-slide img{
    width: 100%;
    height: 50px;
  }

  .service_item02{
    padding-bottom: 74px;
  }

  .service_item02::before{
    width: 130px;
    height: 113px;
    top: -23px;
    right: -7%;
  }

  .thumb-item-road .slick-prev:before{
    content: '';
    width: 21px;
    height: 37.5px;
    background-image: url(../images/utility/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .thumb-item-road .slick-prev{
    left: 5px!important;
    z-index: 100;
  }

  .thumb-item-road .slick-next:before{
    content: '';
    width: 21px;
    height: 37.5px;
    background-image: url(../images/utility/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .thumb-item-road  .slick-next{
    right: 5px!important;
  }

  .service_element01 h3.eb_text03::before{
    content: '';
    display: block;
    width: 88px;
    height: 54px;
    background-image: url(../images/service/service_subtitle03.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -32px;
    left: 12%;
  }

  .service_element04 .slider_wrap{
    margin-top: 38px;
  }

  .thumb-item-road-nav.service_slide01.slick-initialized .slick-slide img{
    width: 100%;
    height: 92px;
  }

  .service_item03::before{
    width: 214.5px;
    height: 129.5px;
    left: -5%;
  }

  .service_element01 h3.eb_text04::before{
    content: '';
    display: block;
    width: 84px;
    height: 53px;
    background-image: url(../images/service/service_subtitle04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -29px;
    left: 27%;
  }

  .service_item04{
    padding-bottom: 70px;
  }

  .service_item04::before{
    width: 115px;
    height: 103.5px;
    top: -7px;
    right: -5%;
  }

  .service_element01 h3.eb_text05::before{
    content: '';
    display: block;
    width: 90px;
    height: 54.7px;
    background-image: url(../images/service/service_subtitle05.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    left: 22%;
  }

  .service_item05::before{
    width: 117.5px;
    height: 83.13px;
    top: -5px;
    right: -5%;
  }

  .service_element06{
    padding: 0 0 30px;
  }

  .service_element01 h3.eb_text06::before{
    content: '';
    display: block;
    width: 90.86px;
    height: 55px;
    background-image: url(../images/service/service_subtitle06.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -24px;
    left: 5%;
  }

  .service_element06 .service_ba li:first-of-type::after{
    background-image: url(../images/service/service_deco05.png);
  }

  .service_element06 .service_ba:last-of-type li:nth-of-type(2)::after{
    content: '';
    display: block;
    background: #009767;
    height: 2px;
    width: 100%;
    margin-top: 38px;
  }

  .service_element07{
    padding-top: 40px;
  }

  .service_item06::before{
    width: 163px;
    height: 104px;
    top: -15px;
    left: auto;
    right: -5%;
  }

  .service_item06{
    padding-bottom: 72px;
  }



  /*---------------------------------
  * 装備　ページ
  ---------------------------------*/

  .equipment{
    position: relative;
    margin-top: -35px;
    padding-bottom: 40px;
  }

  .equipment .wrapper{
    min-width: auto;
  }

  .equipment ul li{
    width: 49%;
  }

  .equipment ul li img{
    width: auto;
  }

  .equipment ul li div:nth-of-type(2){
    font-size: 1.4rem;
    padding: 11px 0 38px;
    height: 100px;
  }

  .equipment h3{
    line-height: 1.48;
    margin-top: 13px;
  }

  .equipment h3::before{
    content: '';
    width: 106.13px;
    height: 60px;
    background-image: url(../images/equipment/equipment_subtitle01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
    left: 0;
  }

  .equipment ul{
    margin-top: 62.5px;
  }

  /*---------------------------------
  * 作業風景　ページ
  ---------------------------------*/

  .work{
    position: relative;
    margin-top: -35px;
  }

  .work_inner{
    padding: 28px 0 83px;
  }

  .thumb-item-nav.slick-initialized.work_slide01 .slick-slide img{
    width: auto;
    height: 40px;
  }

  .service_element07{
    padding-top: 60px;
  }

  /*---------------------------------
  * 作業風景　ページ
  ---------------------------------*/

  .estimate{
    position: relative;
    margin-top: -35px;
  }

  .estimate_wrapper{
    padding-top: 17.5px;
  }

  .estimate_inner{
    flex-direction: column;
  }

  .estimate_inner img{
    width: 100%;
  }

  .estimate_inner div:first-of-type{
    margin-right: 0;
  }

  .estimate_inner div{
    padding-bottom: 50px;
  }

  .estimate_message{
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 430px){
  .banner{
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 360px){
  .main_visual_wrapper{
    overflow: hidden;
  }

  .footer nav ul li:nth-of-type(-n+3){
    margin: 0 32.5px 17px 0;
  }

  .footer nav ul li{
    margin-right: 34.5px;
  }

  .footer nav ul li:nth-of-type(4){
    margin-left: 0;
  }

  .footer nav li:nth-of-type(5){
    margin-right: 33.5px;
  }

  .footer nav li:nth-of-type(6){
    margin-right: 29px;
  }

  .footer_content01 img{
    width: 117.5px;
  }
}

@media screen and (max-width: 320px){
  .mv_deco01{
    top: 152px;
    right: 42px;
  }

  .mv_deco01 img{
    width: 102.5px;
  }

  .mv_deco02{
    top: 220px;
    right: 59px;
  }

  .eb_deco01{
    top: 242px;
  }


  .servicepage_nav{
    font-size: 1.4rem;
  }

  .service_content01{
    width: 270px;
  }


}
