@charset "utf-8";

/*
 * PC用スタイルCSS
 */

/* ==================================================
   ■ 全体
-------------------------------------------------- */
html {
  background: none #fff;
}

body {
  color:#111111;
  overflow-y: scroll;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

/* ローディング
----------------------------------------------------- */
#loader-bg {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #308aaf;
  z-index: 100000;
}

#loader {
  /*display: none;*/
  position: fixed;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -26px;
  margin-left: -26px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


/* ==================================================
   ■ ヘッダー
-------------------------------------------------- */
#site-description {
    text-align:left;
    padding: 5px 0 0 15px;
    position: absolute;
    top: 0;
}

#site-description a {
    font-size: 80%;
    display: inline;
    color: #000;
}

#home .catch {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-250%);
  color: #fff;
  font-size: 170%;
  left: 5%;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}


/***** トップページ・下層ページ見出し画像 *****/
#home #branding_box {
    width:100%;
    background: url(../images/00top_branding_box_bg.png) no-repeat;
    background-position: right top;
    background-size: contain;
    padding-top: 61.75%;
    position: relative;
    z-index:500;
}

/***** 会社概要 *****/
body#page.company #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_company01.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 売電事業 *****/
body#page.electricity_sales #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_electricity_sales.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 飲食事業（嵐坊） *****/
body#page.food_service #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_food_service.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 飲食事業（caroona） *****/
body#page.food_service2 #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_food_service2.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 省電力コンサルタント事業 *****/
body#page.power_saving #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_power_saving.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 冷熱リソース事業 *****/
body#page.cold_heat #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_cold_heat.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 賃貸事業 *****/
body#page.rent #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_rent.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 新着情報 *****/
body#page.info #branding_box,
body#single.info #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_info.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 施工実績 *****/
body#page.works #branding_box,
body#single.works #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_work.jpg") no-repeat;
  background-size: 100% auto;
}

/***** 採用情報 *****/
body#page.recruit #branding_box,
body#single.recruit #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_recruit.jpg") no-repeat;
  background-size: 100% auto;
}

/***** お問い合わせ *****/
body#page.contact #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_contact.jpg") no-repeat;
  background-size: 100% auto;
}

/***** IT事業 *****/
body#page.it #branding_box {
  max-width: 2000px;
  width: 100%;
  margin: 57px auto 80px;
  padding-top: 42.5%;
  background: url("../images/branding_box_bg_it.jpg") no-repeat;
  background-size: 100% auto;
}


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

  #home #branding_box {
      max-width: 2000px;
      width:100%;
      background: url(../images/00top_branding_box_bg_tb.png) no-repeat;
      background-position: right top;
      background-size: contain;
      padding-top: 61.75%;
      position: relative;
      z-index:500;
  }

  /***** 会社概要 *****/
  body#page.company #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
	background: url("../images/branding_box_bg_company01.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 売電事業 *****/
  body#page.electricity_sales #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_electricity_sales_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（嵐坊） *****/
  body#page.food_service #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_food_service_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（caroona） *****/
  body#page.food_service2 #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_food_service2_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 省電力コンサルタント事業 *****/
  body#page.power_saving #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_power_saving_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 冷熱リソース事業 *****/
  body#page.cold_heat #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_cold_heat_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 賃貸事業 *****/
  body#page.rent #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_rent_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 新着情報 *****/
  body#page.info #branding_box,
  body#single.info #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_info_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 施工実績 *****/
  body#page.works #branding_box,
  body#single.works #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_work_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 採用情報 *****/
  body#page.recruit #branding_box,
  body#single.recruit #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_recruit_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** お問い合わせ *****/
  body#page.contact #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_contact_tb.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** IT事業 *****/
  body#page.it #branding_box {
    max-width: 2000px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 61.71%;
    background: url("../images/branding_box_bg_it.jpg") no-repeat;
    background-size: 100% auto;
  }
}


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

  #home .catch {
    font-size: 150%;
  }

}


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

  #home .catch {
    display: none;
  }

}



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

  #site-description {
    display: none;
  }

  #home #branding_box {
      max-width: 480px;
      width:100%;
      background: url(../images/00top_branding_box_bg_sp480.png) no-repeat;
      background-position: right top;
      background-size: contain;
      padding-top: 72.916%;
      position: relative;
      z-index:500;
  }

  /***** 会社概要 *****/
  body#page.company #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_company01_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 売電事業 *****/
  body#page.electricity_sales #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_electricity_sales_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（嵐坊） *****/
  body#page.food_service #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_food_service_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（caroona） *****/
  body#page.food_service2 #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_food_service2_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 省電力コンサルタント事業 *****/
  body#page.power_saving #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_power_saving_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 冷熱リソース事業 *****/
  body#page.cold_heat #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_cold_heat_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 賃貸事業 *****/
  body#page.rent #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_rent_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 新着情報 *****/
  body#page.info #branding_box,
  body#single.info #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_info_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 施工実績 *****/
  body#page.works #branding_box,
  body#single.works #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_work_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 採用情報 *****/
  body#page.recruit #branding_box,
  body#single.recruit #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_recruit_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** お問い合わせ *****/
  body#page.contact #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_contact_sp480.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** IT事業 *****/
  body#page.it #branding_box {
    max-width: 480px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.91%;
    background: url("../images/branding_box_bg_it.jpg") no-repeat;
    background-size: 100% auto;
  }
}


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

  #home #branding_box {
      max-width: 375px;
      width:100%;
      background: url(../images/00top_branding_box_bg_sp375.png) no-repeat;
      background-position: right top;
      background-size: contain;
      padding-top: 72.8%;
      position: relative;
      z-index:500;
  }

  /***** 会社概要 *****/
  body#page.company #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_company01_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 売電事業 *****/
  body#page.electricity_sales #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_electricity_sales_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（嵐坊） *****/
  body#page.food_service #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_food_service_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（caroona） *****/
  body#page.food_service2 #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_food_service2_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 省電力コンサルタント事業 *****/
  body#page.power_saving #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_power_saving_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 冷熱リソース事業 *****/
  body#page.cold_heat #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_cold_heat_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 賃貸事業 *****/
  body#page.rent #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_rent_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 新着情報 *****/
  body#page.info #branding_box,
  body#single.info #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_info_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 施工実績 *****/
  body#page.works #branding_box,
  body#single.works #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_work_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 採用情報 *****/
  body#page.recruit #branding_box,
  body#single.recruit #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_recruit_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** お問い合わせ *****/
  body#page.contact #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_contact_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** IT事業 *****/
  body#page.it #branding_box {
    max-width: 375px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.8%;
    background: url("../images/branding_box_bg_it.jpg") no-repeat;
    background-size: 100% auto;
  }
}


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

  #home #branding_box {
      max-width: 320px;
      width:100%;
      background: url(../images/00top_branding_box_bg_sp320.png) no-repeat;
      background-position: right top;
      background-size: contain;
      padding-top: 72.81%;
      position: relative;
      z-index:500;
  }

  /***** 会社概要 *****/
  body#page.company #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_company01_sp375.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 売電事業 *****/
  body#page.electricity_sales #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_electricity_sales_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（嵐坊） *****/
  body#page.food_service #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_food_service_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 飲食事業（caroona） *****/
  body#page.food_service2 #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_food_service2_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 省電力コンサルタント事業 *****/
  body#page.power_saving #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_power_saving_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 冷熱リソース事業 *****/
  body#page.cold_heat #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_cold_heat_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 賃貸事業 *****/
  body#page.rent #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_rent_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 新着情報 *****/
  body#page.info #branding_box,
  body#single.info #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_info_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 施工実績 *****/
  body#page.works #branding_box,
  body#single.works #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_work_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** 採用情報 *****/
  body#page.recruit #branding_box,
  body#single.recruit #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_recruit_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** お問い合わせ *****/
  body#page.contact #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_contact_sp320.jpg") no-repeat;
    background-size: 100% auto;
  }

  /***** IT事業 *****/
  body#page.it #branding_box {
    max-width: 320px;
    width: 100%;
    margin: 57px auto 80px;
    padding-top: 72.81%;
    background: url("../images/branding_box_bg_it.jpg") no-repeat;
    background-size: 100% auto;
  }
}


/*  TOP
----------------------------------------------------- */
.sliderbox {
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.slide-img img.pc {
  display: block;
}

.slide-img img.sp {
  display: none;
}

.slide-img img {
    width: 100%;
    height: auto;
}


/***** Google Chrome *****/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }

  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    animation: zoomUp 12s linear 0s 1 normal both;
  }

  /* imgタグだと下に隙間ができるのでblockに */
  .slide-img img {
    display: block;
  }

}


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

  .slide-img img.pc {
    display: none;
  }

  .slide-img img.sp {
    display: block !important;
  }

}


/***** FireFox *****/
@-moz-document url-prefix() {

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }

  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    animation: zoomUp 12s linear 0s 1 normal both;
  }

  /* imgタグだと下に隙間ができるのでblockに */
  .slide-img img {
    display: block;
  }

}


/***** Edge *****/
@supports (-ms-ime-align: auto) {

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }

  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    animation: zoomUp 12s linear 0s 1 normal both;
  }

  /* imgタグだと下に隙間ができるのでblockに */
  .slide-img img {
    display: block;
  }

}


/*  Gナビ
----------------------------------------------------- */
#access { 
    float: none;
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}

#home #access { bottom: 0px; top: auto; }

#access, #access.fixed {
    /*width: 1100px;*/
    margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#access.fixed {
  background-color: #ffffff;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 10; /* 10000 */
  height: 57px; /* 72px */
}

#access.fixed ul {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}

#access.fixed ul li ul {
  width: 100%;
}


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

    #access {
        background-color: transparent;
    }

    #access.fixed h1 {
        width: 210px;
        margin: 10px;
        display: block;
        background-color: transparent;
    }

    #access.fixed h1 img {
        width: 100%;
        height: auto;
    }

}


/* ==================================================
   ■ フッター
-------------------------------------------------- */
footer {
    width: 100%;
    margin: 100px 0 0;
    /*padding: 30px 0;*/
    /* overflow: hidden; */
    /* max-height: 420px; */
    background-color: #e2eff5;
}

footer .container {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
}

footer .bg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

footer .bg:after {
    content: '';
    width: 270px;
    height: 450px;
    display: block;
    background-color: #eff7fa;
    position: relative;
    top: -30px;
    right: -232px; /* -237px */
    float: right;
    z-index: 0;
}

footer .boxL {
    width: 300px;
    float: left;
    padding: 30px 0 0;
}

footer .boxL .flogo {
    width: 100%;
    margin: 0 0 15px;
}

footer .boxL .flogo a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 280px;
    height: 37px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% auto;
}

/*
footer .boxL .flogo a {
    color: #000000;
    font-size: 110% !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}
*/

footer .boxL p {
    font-size: 90% !important;
    margin: 0 0 5px;
}

footer .boxR {
    float: right;
    padding: 30px 0 0;
    position: relative;
    right: 240px;
    z-index: 1;
}

footer .boxR dl {

}

footer .boxR dl dt {
    color: #134f73;
    text-align: right;
    font-size: 80%;
    letter-spacing: 1.5px;
}

/*
footer .boxR dl dt:after {
    content: '';
    width: 15px;
    height: 1.3px;
    display: inline-block;
    background-color: #104c70;
    position: relative;
    top: -3px;
    left: 12px;
}
*/

footer .boxR dl dt:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    position: relative;
    top: 0; /*・-3px */
    left: 5px; /* 12px */
}

footer .boxR dl dd {
    position: relative;
    top: -15px;
    right: -210px; /* -218px */
}

footer .boxR dl dd a {
    color: #000000;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

footer .boxR dl dd ul {
    margin: 10px 0 0;
}

footer .boxR dl dd ul li {
    margin: 0 0 10px 20px;
}

footer .boxR dl dd ul li:last-child {
    margin: 0 0 0 20px;
}

footer .boxR dl dd ul li:before {
    font-size: 80%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    position: relative;
    top: 0; /*・-3px */
    left: -5px; /* 12px */
}

/*
footer .boxR dl dd ul li:before {
    content: '';
    width: 8px;
    height: 1.5px;
    display: inline-block;
    background-color: #104c70;
    position: relative;
    top: -4px;
    left: -7px;
}
*/

footer .boxR dl dd ul li a {
    display: inline-block;
}

address {
    font-style: normal;
    font-size: 80%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

#copyright {
    clear: both;
    font-size: 100%;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}

#fixed_contact_btn {
    display: block;
    width: 300px;
    height: 120px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#fixed_contact_btn a {
    position: relative;
    bottom: -40px;
    transition: all 0.6s;
}

#fixed_contact_btn a:hover {
    bottom: 0;
    transition: all 0.6s;
}

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

  #fixed_contact_btn {
    display: none;
  }

}

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

  footer .container {
    max-width: 100%;
  }

  footer #copyright{
    text-align: left;
    margin-left: 10px;
  }
}


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

  footer{
    margin-bottom: 0;
  }

}


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

  footer .bg:after {
    display: none;
  }

  footer .boxL {
      float: none;
      margin: 0 auto;
  }

  footer .boxR {
    display: none;
  }

  #copyright {
    position: static;
    margin: 30px auto 15px;
  }

  #fixed_contact_btn {
    display: none;
  }

}


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

  footer .boxL .flogo a {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  footer .boxL p {
    text-align: center;
  }

  #copyright {
    font-size: 80%;
  }

}


/* ==================================================
   ■ コンテンツ内
-------------------------------------------------- */

/*  見出し
----------------------------------------------------- */
.entry_title {
    width: 260px;
    height: 100px;
}

.entry_title a {
    color: #111;
    text-decoration: none;
    letter-spacing: 1.5px;
}

.entry_title h3 {
    font-weight: 500;
    line-height: 1.1;
}
.it_title h3{
  font-size: 18px !important;
}

.entry_title.fw {
  color: #ffffff;
}

.entry_title h3 span.en {
    display: block;
    font-size: 120%;
    text-transform: uppercase;
}
.it_title h3 span.en{
  font-size: 100%;
}

.entry_title h3 span.jp {
    font-size: 80%;
}

.entry_title .more {
    font-weight: 500;
    font-size: 70%;
    text-transform: uppercase;
}

.entry_title:hover a h3 span.en,
.entry_title:hover a .more {
    color: #d63620;
}

h3.entry_title, .entry_title, .entry-title { 
  max-width: 1100px; /* 960px */
  width: 96%;
  color: #111;
  padding: 0;
  background: none transparent;
}

h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 25px;
}


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

  h3.entry_title, .entry_title, .entry-title { 
    margin: 0 auto;
  }

  .entry_title h3 {
    font-size: 100%;
  }

}


/* ----- 会社概要 ----- */
table td span.pc {
    display: block;
}

/* ----- 新着情報 ----- */
section.info {
    width: 100%;
    margin: 80px 0 0;
    overflow: hidden;
}

body#home section.info .infobox {
  width: 100%;
  margin: 50px 0 0;
  overflow: hidden;
}

section.info .infobox {
  width: 100%;
  margin: 0;
  overflow: hidden;
}


section.info .infobox ul {
  overflow: hidden;
}

section.info .infobox ul li {
  list-style: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #ddd;
}

section.info .infobox ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

section.info .infobox ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000;
}

section.info .infobox ul li .head {
  width: 200px;
  float: left;
}

section.info .infobox ul li .info {
  width: 100px;
  color: #ffffff;
  font-size: 80%;
  text-align: center;
  background-color: #ff0000;
  float: left;
  padding: 13px 5px;
  box-sizing: border-box;
  line-height: 0;
}

section.info .infobox ul li .info a{
  color: #ffffff;
}

section.info .infobox ul li .recruit {
  width: 100px;
  color: #ffffff;
  font-size: 80%;
  text-align: center;
  background-color: #308aaf;
  float: left;
  padding: 13px 5px;
  box-sizing: border-box;
  line-height: 0;
}

section.info .infobox ul li .date {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  position: relative;
  top: 6px;
  left: 12px;
  letter-spacing: 1.2px;
}

section.info .infobox ul li .title {
  width: calc(100% - 200px);
  float: right;
  padding: 6px 0;
  line-height: 1.2;
  text-align: justify;
}


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

  section.info .entry_title {
    margin: 50px auto 0;
  }

  body#home section.info .infobox {
    width: 96%;
    margin: 50px auto 0;
  }

  body#page.info section.info .infobox {
    width: 96%;
    margin:0 auto;
  }

  section.info .infobox ul li .head {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  section.info .infobox ul li .title {
    width: 100%;
    float: none;
    margin: 15px 0 0;
    padding: 0;
    line-height: 1.2;
  }

}


/***** 4事業 *****/
@media screen and (max-width: 375px) {

  body#home section.info {
    margin: 40px 0 0;
  }

}
/***** 4事業 *****/

/**************************************************
 事業内容回収版 
 **************************************************/
section.business{
  margin-top: 80px;
}

section.business .business_inner{
  background-color: #5cb1da;
  margin-top: 50px;
}

section.business .business_content{
  max-width: 1100px;
  position: relative;
  top: -50px;
  margin: 0 auto;
}

section.business .businessbox{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

section.business .nobox{
  width: 35%;
  position: relative;
}

section.business .nobox a{
  display: block;
  width: 100%;
  height: 100%;
}

section.business .businessbox:nth-of-type(odd) .nobox a{
  background-color: #308aaf;
  color: #fff;
}

section.business .businessbox:nth-of-type(even) .nobox a{
  background-color: #c8e4f0;
  color: #00608a;
}

section.business .businessbox:nth-of-type(even) .nobox{
  order: 2;
}

section.business .businessbox:nth-of-type(even) .imgbox{
  order: 1;
}

section.business .nobox a .box_content{
  width: 80%;
  margin: 0 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.business .businessbox:nth-of-type(odd) .nobox a:hover{
  background-color: #09658c;
}

section.business .businessbox:nth-of-type(even) .nobox a:hover{
  background-color: #fff;
}

section.business .nobox a:hover .no{
  color: #d63620;
}

section.business .nobox a:hover .more{
  color: #d63620;
}

section.business .no{
  font-size: 4rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

section.business .en{
  font-size: 120%;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  top: 0;
  left: 5px;
}

section.business .jp{
  display: block;
  font-size: 120%;
  margin: 30px 0 10px;
}

section.business .more{
  text-align: right;
  letter-spacing: 2px;
}

section.business .imgbox{
  width: 65%;
}

section.business .imgbox img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* タブレットサイズ */
@media screen and (max-width: 800px) {
  section.business .businessbox{
    width: 96%;
    margin: 0 auto 50px;
    position: relative;
    top: 0;
  }

  section.business .box_content{
    margin: 0 5%;
  }

  section.business .nobox{
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    z-index: 1;
    font-size: 80%;
  }

  section.business .en{
    position: static;
    display: block;
    margin: 15px 0 0; 
  }

  section.business .jp{
    margin: 10px 0 0;
  }


  section.business .more{
    display: none;
  }

  section.business .imgbox{
    width: 100%;
  }
}

/* スマホサイズ */
@media screen and (max-width: 480px) {
  section.business .businessbox{
    display: block;
  }

  section.business .nobox{
    position: static;
    width: 100%;
    height: 100px;
  }

  section.business .nobox a{
    display: block;
    width: 100%;
    height: 100%;
  }

  
  section.business .nobox a:hover{
    text-decoration: none;
  }

  section.business .nobox a .box_content{
    position: static;
    transform: translateY(20%);
    width: auto;
    margin: 0 5%;
  }

  section.business .no{
    font-size: 3rem;
  }

  section.business .en{
    display: inline-block;
    margin: 15px 0 0;
  }

}

/* ----- 事業内容 ----- */
section.bussiness {
    width: 100%;
    margin: 80px 0 0;
    padding: 0 0 300px;
    overflow: hidden;
}

/***** 5事業 *****/
/*
section.bussiness .inner {
    width: 100%;
    height: 100%;
    margin: 50px 0 -370px;
    background-color: #5cb1da;
}
*/

/***** 4事業 *****/
section.bussiness .inner {
    width: 100%;
    height: 100%;
    margin: 50px 0 -460px;
    background-color: #5cb1da;
}

section.bussiness .entry_title span.en {
    left: 0;
}

section.bussiness .entry_title:hover span.en {
    color: #000000;
}

section.bussiness .box {
    width: 80%;
    margin: 0 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.bussiness span.no {
    font-size: 4rem; /* 3.5rem */
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    position: relative;
}

section.bussiness .box span.en {
    font-size: 120%;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 0;
    left: 5px;
}

section.bussiness .box span.jp {
    display: block;
    font-size: 120%; /* 80% */
    margin: 30px 0 10px;
}

section.bussiness .box .more {
    text-align: right;
    letter-spacing: 2px;
}

section.bussiness .no1:hover a span.no,
section.bussiness .no1:hover a .more,
section.bussiness .no3:hover a span.no,
section.bussiness .no3:hover a .more,
section.bussiness .no5:hover a span.no,
section.bussiness .no5:hover a .more {
    color: #d63620;
}

section.bussiness .no1:hover a,
section.bussiness .no3:hover a,
section.bussiness .no5:hover a {
    background-color: #09658c;
}

section.bussiness .no2:hover a span.no,
section.bussiness .no2:hover a .more,
section.bussiness .no4:hover a span.no,
section.bussiness .no4:hover a .more {
    color: #d63620;
}

section.bussiness .no2:hover a,
section.bussiness .no4:hover a {
    background-color: #ffffff;
}

section.bussiness .img01 img,
section.bussiness .img01_link img,
section.bussiness .img01sp img,
section.bussiness .img02 img,
section.bussiness .img02_link img,
section.bussiness .img02sp img,
section.bussiness .img03 img,
section.bussiness .img03_link img,
section.bussiness .img03sp img,
section.bussiness .img04 img,
section.bussiness .img04_link img,
section.bussiness .img04sp img,
section.bussiness .img05 img,
section.bussiness .img05_link img,
section.bussiness .img05sp img {
    width: 100%;
    height: auto;
}

/***** 売電事業 *****/
section.bussiness .mainbox01 {
    width: 100%;
    position: relative;
    top: -60px;
}

section.bussiness .no1 {
    width: 380px;
    height: 380px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: 175px;
    left: 18%;
    z-index: 1;
}

section.bussiness .no1 a {
    color: #ffffff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #308aaf;
}

section.bussiness .img01 {
    max-width: 900px;
    position: relative;
    top: -380px;
    left: 555px;
    z-index: 0;
}

section.bussiness .img01_link,
section.bussiness .img01sp {
    display: none;
}

/***** 飲食事業 *****/
section.bussiness .mainbox02 {
    width: 100%;
    margin: -400px 0 0;
}

section.bussiness .no2 {
    width: 380px;
    height: 380px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    left: 820px;
    z-index: 1;
}

section.bussiness .no2 a {
    color: #00608a;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #c8e4f0;
}

section.bussiness .img02 {
    max-width: 900px;
    position: relative;
    top: -420px;
    left: -80px;
    z-index: 0;
}

section.bussiness .img02_link,
section.bussiness .img02sp {
    display: none;
}

/***** 省電力コンサルティング事業 *****/
section.bussiness .mainbox03 {
    width: 100%;
    margin: -515px 0 0;
}

section.bussiness .no3 {
    width: 380px;
    height: 380px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: 95px;
    left: 440px;
    z-index: 1;
}

section.bussiness .no3 a {
    color: #ffffff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #308aaf;
}

section.bussiness .img03 {
    max-width: 500px;
    position: relative;
    top: -408px;
    left: 820px;
    z-index: 0;
}

section.bussiness .img03_link,
section.bussiness .img03sp {
    display: none;
}

/***** 賃貸事業 *****/
section.bussiness .mainbox04 {
    width: 100%;
    margin: -400px 0 0;
}

section.bussiness .no4 {
    width: 380px;
    height: 380px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    left: 890px;
    z-index: 1;
}

section.bussiness .no4 a {
    color: #00608a;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #c8e4f0;
}

section.bussiness .img04 {
    max-width: 760px;
    position: relative;
    top: -460px;
    left: 130px;
    z-index: 0;
}

section.bussiness .img04_link,
section.bussiness .img04sp {
    display: none;
}

/***** コンテナ事業 *****/

section.bussiness .mainbox05 {
    width: 100%;
    margin: -470px 0 0;
}

section.bussiness .no5 {
    width: 380px;
    height: 380px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: -35px;
    left: 18%;
    z-index: 1;
}

section.bussiness .no5 a {
    color: #ffffff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #308aaf;
}

section.bussiness .img05 {
    max-width: 760px;
    position: relative;
    top: -370px;
    left: 585px;
    z-index: 0;
}

section.bussiness .img05_link,
section.bussiness .img05sp {
    display: none;
}

/***** IT事業 *****/
section.bussiness .mainbox06 {
  width: 100%;
  margin: -400px 0 0;
}

section.bussiness .no6 {
  width: 380px;
  height: 380px;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  top: -20px;
  left: 750px;
  z-index: 1;
}

section.bussiness .no6 a {
  color: #00608a;
  display: block;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #c8e4f0;
}

section.bussiness .img06 {
  max-width: 900px;
  position: relative;
  top: -330px;
  left: -80px;
  z-index: 0;
}

section.bussiness .img06_link,
section.bussiness .img06sp {
  display: none;
}


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

  /***** 5事業 *****/
  section.bussiness .inner {
    margin: 50px 0 -60px;
  }
 

  /***** 4事業 *****/
  section.bussiness .inner {
    margin: 50px 0 -200px;
  }
  /***** 4事業 *****/

  section.bussiness .no1 {
      width: 320px;
      height: 320px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 175px;
      left: 18%;
      z-index: 1;
  }

  section.bussiness .img01 {
      max-width: 770px;
      position: relative;
      top: -320px;
      left: 475px;
      z-index: 0;
  }

  section.bussiness .no2 {
      width: 320px;
      height: 320px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 60px;
      left: 680px;
      z-index: 1;
  }

  section.bussiness .img02 {
      max-width: 780px;
      position: relative;
      top: -300px;
      left: -100px;
      z-index: 0;
  }

  section.bussiness .no3 {
      width: 320px;
      height: 320px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 215px;
      left: 360px;
      z-index: 1;
  }

  section.bussiness .img03 {
      max-width: 430px;
      position: relative;
      top: -208px;
      left: 680px;
      z-index: 0;
  }

  section.bussiness .no4 {
      width: 320px;
      height: 320px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 190px;
      left: 750px;
      z-index: 1;
  }

  section.bussiness .img04 {
      max-width: 680px;
      position: relative;
      top: -200px;
      left: 70px;
      z-index: 0;
  }

  
  section.bussiness .no5 {
      width: 320px;
      height: 320px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 235px;
      left: 140px;
      z-index: 1;
  }

  section.bussiness .img05 {
      max-width: 660px;
      position: relative;
      top: -60px;
      left: 460px;
      z-index: 0;
  }
 
  section.bussiness .no6 {
    width: 320px;
    height: 320px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: 300px;
    left: 750px;
    z-index: 1;
}

section.bussiness .img06 {
    max-width: 680px;
    position: relative;
    top: 40px;
    left: 70px;
    z-index: 0;
}

}


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

  /***** 5事業 *****/
  section.bussiness .inner {
    margin: 50px 0 -218px;
  }
 
  /***** 4事業 *****/
  section.bussiness .inner {
    margin: 50px 0 80px;
    padding: 0 0 81px;
  }
  /***** 4事業 *****/

  section.bussiness .box span.en {
    display: block;
    margin: 8px 0 0;
  }

  section.bussiness .box span.jp {
    font-size: 100%;
    margin: 20px 0 0 4px;
  }

  section.bussiness .no1 {
      width: 250px;
      height: 250px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 165px;
      left: 18%;
      z-index: 1;
  }

  section.bussiness .img01 {
      max-width: 680px;
      position: relative;
      top: -250px;
      left: 376px;
      z-index: 0;
  }

  section.bussiness .no2 {
      width: 250px;
      height: 250px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 120px;
      left: 580px;
      z-index: 1;
  }

  section.bussiness .img02 {
      max-width: 680px;
      position: relative;
      top: -160px;
      left: -100px;
      z-index: 0;
  }

  section.bussiness .no3 {
      width: 250px;
      height: 250px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 355px;
      left: 330px;
      z-index: 1;
  }

  section.bussiness .img03 {
      max-width: 370px;
      position: relative;
      top: -18px;
      left: 580px;
      z-index: 0;
  }

  section.bussiness .no4 {
      width: 250px;
      height: 250px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: 382px;
      left: 618px;
      z-index: 1;
  }

  section.bussiness .img04 {
      max-width: 560px;
      position: relative;
      top: 80px;
      left: 58px;
      z-index: 0;
  }

  
  section.bussiness .mainbox05 {
    margin: 40px 0 0;
  }

  section.bussiness .no5 {
      width: 250px;
      height: 250px;
      color: #ffffff;
      box-sizing: border-box;
      position: relative;
      top: -5px;
      left: 140px;
      z-index: 1;
  }

  section.bussiness .img05 {
      max-width: 570px;
      position: relative;
      top: -218px;
      left: 340px;
      z-index: 0;
  }

  section.bussiness .mainbox06 {
    margin: -520px 0 0;
  }

  section.bussiness .no6 {
    width: 250px;
    height: 250px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: 302px;
    left: 618px;
    z-index: 1;
}

section.bussiness .img06 {
    max-width: 560px;
    position: relative;
    top: 22px;
    left: 58px;
    z-index: 0;
}


}


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

  /***** 5事業 *****/
  
  section.bussiness .inner {
    margin: 50px 0 -34px;
  }
 

  /***** 4事業 *****/
  section.bussiness .inner {
    margin: 50px 0 -34px;
    padding: 0 0 245px;
  }
  /***** 4事業 *****/

  section.bussiness .box span.en {
    display: block;
  }

  section.bussiness .box span.jp {
    font-size: 110%;
  }

  section.bussiness .no1 {
      width: 220px;
      height: 220px;
      color: #ffffff;
      font-size: 80%;
      box-sizing: border-box;
      position: relative;
      top: 125px;
      left: 18%;
      z-index: 1;
  }

  section.bussiness .img01 {
      max-width: 570px;
      position: relative;
      top: -230px;
      left: 306px;
      z-index: 0;
  }

  section.bussiness .no2 {
      width: 220px;
      height: 220px;
      color: #ffffff;
      font-size: 80%;
      box-sizing: border-box;
      position: relative;
      top: 140px;
      left: 490px;
      z-index: 1;
  }

  section.bussiness .img02 {
      max-width: 590px;
      position: relative;
      top: -110px;
      left: -100px;
      z-index: 0;
  }

  section.bussiness .no3 {
      width: 220px;
      height: 220px;
      color: #ffffff;
      font-size: 80%;
      box-sizing: border-box;
      position: relative;
      top: 405px;
      left: 270px;
      z-index: 1;
  }

  section.bussiness .img03 {
      max-width: 340px;
      position: relative;
      top: 86px;
      left: 490px;
      z-index: 0;
  }

  section.bussiness .no4 {
      width: 220px;
      height: 220px;
      color: #ffffff;
      font-size: 80%;
      box-sizing: border-box;
      position: relative;
      top: 486px;
      left: 538px;
      z-index: 1;
  }

  section.bussiness .img04 {
      max-width: 480px;
      position: relative;
      top: 210px;
      left: 58px;
      z-index: 0;
  }

  
  section.bussiness .mainbox05 {
    margin: 20px 0 0;
  }

  section.bussiness .no5 {
      width: 220px;
      height: 220px;
      color: #ffffff;
      font-size: 80%;
      box-sizing: border-box;
      position: relative;
      top: 155px;
      left: 140px;
      z-index: 1;
  }

  section.bussiness .img05 {
      max-width: 470px;
      position: relative;
      top: -34px;
      left: 340px;
      z-index: 0;
  }

  section.bussiness .no6 {
    width: 220px;
    height: 220px;
    color: #ffffff;
    font-size: 80%;
    box-sizing: border-box;
    position: relative;
    top: 486px;
    left: 538px;
    z-index: 1;
}

section.bussiness .img06 {
    max-width: 480px;
    position: relative;
    top: 246px;
    left: 58px;
    z-index: 0;
}

}


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

  /***** 5事業 *****/  
  section.bussiness .inner {
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: transparent;
  }
 

  /***** 4事業 *****/
  section.bussiness .inner {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: transparent;
  }
  /***** 4事業 *****/


  section.bussiness .box {
      width: auto;
      margin: 0 5%;
      /*font-size: 80%;*/
  }

  section.bussiness .box span.jp {
      margin: 10px 0 0;
  }

  section.bussiness .box span.en {
    position: static;
    display: block;
    margin: 15px 0 0;
  }

  section.bussiness .mainbox01,
  section.bussiness .mainbox02,
  section.bussiness .mainbox03,
  section.bussiness .mainbox04,
  section.bussiness .mainbox05 {
    width: 96%;
    margin: 0 auto 50px;
    position: relative;
    top: 0;
  }

  section.bussiness .mainbox06 {
    width: 96%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  section.bussiness .no1,
  section.bussiness .no2,
  section.bussiness .no3,
  section.bussiness .no4,
  section.bussiness .no5,
  section.bussiness .no6 {
    width: 170px;
    height: 170px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  section.bussiness .img01_link,
  section.bussiness .img02_link,
  section.bussiness .img03_link,
  section.bussiness .img04_link,
  section.bussiness .img05_link,
  section.bussiness .img06_link {
    display: block;
    max-width: 100%;
    top: 0;
    left: 0;
  }

  section.bussiness .img01_link a,
  section.bussiness .img02_link a,
  section.bussiness .img03_link a,
  section.bussiness .img04_link a,
  section.bussiness .img05_link a,
  section.bussiness .img06_link a  {
    display: block;
    text-decoration: none;
  }

  section.bussiness .img01,
  section.bussiness .img02,
  section.bussiness .img04,
  section.bussiness .img05,
  section.bussiness .img06 {
    display: none;
    max-width: 100%;
    top: 0;
    left: 0;
  }

  section.bussiness .img03 {
    display: none;
  }

  section.bussiness .box .more {
    display: none;
  }

}


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


}


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

  /***** 5事業 *****/  
  section.bussiness {
    margin: 80px 0;
    padding: 0;
    overflow: visible;
  }
 

  /***** 4事業 *****/
  section.bussiness {
    margin: 80px 0;
    overflow: hidden;
  }
  /***** 4事業 *****/

  section.bussiness .inner {
    margin: 0 0 280px;
  }

  section.bussiness .mainbox01 {
    width: 92%;
    margin: 0 auto 300px;
  }

  section.bussiness .mainbox02 {
    width: 92%;
    margin: 0 auto 320px;
  }

  section.bussiness .mainbox03 {
    width: 92%;
    margin: 0 auto 330px;
  }

  section.bussiness .mainbox04 {
    width: 92%;
    margin: 0 auto 330px;
  }

  section.bussiness .mainbox05 {
    width: 92%;
    margin: 0 auto 330px;
  }

  section.bussiness .mainbox06 {
    width: 92%;
    margin: 0 auto 330px;
  }

  section.bussiness .no1,
  section.bussiness .no2,
  section.bussiness .no3,
  section.bussiness .no4,
  section.bussiness .no5,
  section.bussiness .no6 {
    width: 100%;
    height: 100px;
    color: #ffffff;
    position: relative;
    top: 0;
  }

  section.bussiness .box {
      transform: translateY(-42%);
  }

  section.bussiness span.no {
      font-size: 3rem;
  }

  section.bussiness .box span.en {
      display: inline-block;
      margin: 15px 0 0;
  }

  section.bussiness .img01_link,
  section.bussiness .img02_link,
  section.bussiness .img03_link,
  section.bussiness .img04_link,
  section.bussiness .img05_link,
  section.bussiness .img06_link {
      display: none;
  }

  section.bussiness .img01sp,
  section.bussiness .img02sp,
  section.bussiness .img03sp,
  section.bussiness .img04sp,
  section.bussiness .img05sp,
  section.bussiness .img06sp {
    max-width: 100%;
    display: block;
    position: relative;
    top: 100px;
    left: 0;
  }

}


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

  /***** 5事業 *****/  
  section.bussiness .inner {
    margin: 0 0 230px;
  }

  /***** 4事業 *****/
  section.bussiness .inner {
    margin: 0 0 0px;
  }
  /***** 4事業 *****/

  section.bussiness .mainbox01 {
    margin: 0 auto 240px;
  }

  section.bussiness .mainbox02 {
    margin: 0 auto 260px;
  }

  section.bussiness .mainbox03 {
    margin: 0 auto 270px;
  }

  section.bussiness .mainbox04 {
    margin: 0 auto 270px;
  }

  section.bussiness .mainbox05 {
    margin: 0 auto 270px;
  }

}


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

  section.bussiness .inner {
    margin: 0 0 190px;
  }

  section.bussiness .mainbox01 {
    margin: 0 auto 210px;
  }

  section.bussiness .mainbox02 {
    margin: 0 auto 220px;
  }

  section.bussiness .mainbox03 {
    margin: 0 auto 230px;
  }

  section.bussiness .mainbox04 {
    margin: 0 auto 230px;
  }

  section.bussiness .mainbox05 {
    margin: 0 auto 230px;
  }

  section.bussiness .mainbox06 {
    margin: 0 auto 230px;
  }

}


/* ----- 施工実績 ----- */
section.work {
    width: 100%;
    padding: 80px 0 0;
    overflow: hidden;
}

section.work .work_contents {
    width: 90%;
    height: 550px; /* 750px */
    margin: 100px 0 0;
    padding: 0 0 0 50px;
    background-color: #0d4f6f;
}

section.work .box {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

section.work .box:nth-child(1) {
    top: 50px;
}

section.work .box:nth-child(2) {
    top: 150px;
}

section.work .box:nth-child(3) {
    top: -50px;
}

section.work .box a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

section.work .box {

}

section.work .box a img {
    width: 100%;
    height: auto; /* 450px */
    object-fit: cover;
}

section.work .boxR {
    margin: 20px 0 0;
}

section.work .boxR span.date {
    letter-spacing: 1.5px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

section.work .boxR span.title {
    display: block;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: justify;
    margin: 15px 0;
}

section.work .boxR span.more {
    display: block;
}


/***** 4事業 *****/
@media screen and (max-width: 1080px) {

  section.work {
    padding: 0;
  }

}
/***** 4事業 *****/


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

  section.work .work_contents {
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin: 50px 0 0;
      padding: 50px 0;
  }

  section.work .box:nth-child(1),
  section.work .box:nth-child(2),
  section.work .box:nth-child(3) {
      position: static;
      top: 0;
  }

}


/***** 4事業 *****/
@media screen and (max-width: 870px) {

  section.work {
    padding: 80px 0 0;
  }

}
/***** 4事業 *****/


/***** 4事業 *****/
@media screen and (max-width: 800px) {

  section.work {
    padding: 30px 0 0;
  }

}
/***** 4事業 *****/


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

  section.work .box {
    width: 96%;
    float: none;
    margin: 0 auto 30px;
    overflow: hidden;
  }

  section.work .box:last-child {
    margin: 0 auto;
  }

  section.work .box .img {
    width: 130px;
    float: left;
  }

  section.work .box .img img {
    width: 100%;
    height: auto;
  }

  section.work .box .boxR {
    width: calc(33.333% - 15px);
    float: left;
    margin: 0 0 0 15px;
  }

  section.work .boxR span.more {
    display: none;
  }

}


/***** 4事業 *****/
@media screen and (max-width: 375px) {

  section.work {
    margin: 0 0 0;
    padding: 0;
  }

}
/***** 4事業 *****/


/* ----- 会社概要 ----- */
section.company {
    margin: 0 0 100px; /* 0 0 100px */
    padding: 50px 0 0; /* 80px 0 0 */
    overflow: hidden;
    position: relative;
}

section.company .container.home {
  padding: 30px 0;
}

section.company .info_home {
  width: 49%;
  float: left;
  margin: 30px 0 0;
}

section.company .map_home {
  width: 49%;
  float: right;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
}

section.company iframe {
  position: relative;
  top: -60px;
}

.map_btn {
  width: 100%;
  margin: -50px 0 0;
}

.map_btn a {
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  background-color: #308aaf;
}

.map_btn a:hover {
  background-color: #09658c;
}


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

  .company.home .info_home {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .company.home .map_home {
    width: 100%;
    margin: 50px auto 0;
    float: none;
    overflow: hidden;
    position: static;
    top: -60px;
    left: 0;
    right: 0;
  }

  .company.home iframe {
    height: 370px;
  }

}


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

  .company.home .info_home,
  .company.home .map_home {
    width: 96%;
    margin: 10px auto 50px;
  }

}


/* ----- 各ページお問い合わせ ----- */
section.contactform {
  width: 100%;
  overflow: hidden;
}

.contact_contents {
  width: 100%;
}

.contact_contents a {
  width: 100%;
  height: 100%;
  color:#000000;
  overflow: hidden;
  text-decoration: none;
}

.contact_contents:after {
  content: '';
  display: block;
  width: 60%;
  height: 390px;
  background-color: #eeeeee;
}

section.contactform .boxL {
  width: 48%;
  padding: 50px 0;
  float: left;
  box-sizing: border-box;
}

section.contactform .boxL p.txt {
  font-size: 1.2rem;
}

section.contactform .boxL .info {
  width: 270px;
  margin: 15px 0 0;
}

section.contactform .boxL .info ul {
  overflow: hidden;
}

section.contactform .boxL .info ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid #000000;
}

section.contactform .boxL .info ul li span {
  font-size: 2rem;
  position: relative;
  top: 5px;
  left: 10px;
}

section.contactform .boxL .info ul li:nth-child(1):before {
  content: 'TEL';
  display: inline-block;
}

section.contactform .boxL .info ul li:nth-child(2):before {
  content: 'FAX';
  display: inline-block;
}

section.contactform .boxL .contactform {
  width: 200px;
  height: 20px;
  position: relative;
  top: 15px;
  left: 80px;
}

section.contactform .boxL .contactform span {
  position: absolute;
  top: 0;
  left: 44px;
  font-size: 1.6rem;
}

section.contactform:hover .boxL .contactform span {
  color: #d63620;
}

section.contactform .boxL .contactform:before {
  content: '';
  width: 256px;
  height: 256px;
  display: inline-block;
  background: url(../images/mail.png) 0 -3px no-repeat;
  background-size: 30px;
}

section.contactform:hover .boxL .contactform:before {
  content: '';
  width: 256px;
  height: 256px;
  display: inline-block;
  background: url(../images/mail_hover.png) 0 -3px no-repeat;
  background-size: 30px;
}

section.contactform .boxR {
  width: 48%;
  float: left;
}

section.contactform .boxR img {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;
  top: -100px;
  left: -100px;
}


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

  section.contactform .boxL {
    width: 52%;
  }

  section.contactform .boxR img {
    max-width: 540px;
  }

}


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

  .contact_contents:after {
    height: 300px;
  }

  section.contactform .boxL {
    width: 52%;
  }

  section.contactform .boxR img {
    max-width: 500px;
    left: -10px;
  }

}


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

  .contact_contents {
    width: 100%;
    background-color: #eeeeee;
    overflow: hidden;
  }

  .contact_contents:after {
    display: none;
  }

  section.contactform .boxL {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 40px 0 50px;
    display: block;
    text-align: center;
  }

  section.contactform .boxL .contactform {
    position: relative;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section.contactform .boxL .info {
    width: 310px;
    margin: 15px auto 0;
  }

  section.contactform .boxR {
    display: none;
  }

}


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

  section.contactform .boxL p.txt {
      font-size: 1rem;
  }

  section.contactform .boxL .info {
    width: 280px;
  }

  section.contactform .boxL .info ul li span {
    font-size: 1.5rem;
  }

  section.contactform .boxL .contactform span {
    font-size: 1.4rem;
  }

}

/* 固定ページ */
.thumb{
  position: relative;
  margin-bottom: 57px;
}

.thumb img{
  width: 90%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  margin: 57px auto 80px;
}

.thumb_title{
  position: absolute;
  top: 100px;
  right: 10%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 0px 10px 10px;
}

.thumb_title:after{
  content:"";
  display: block;
  border-top: 1px solid #ffffff;
  width: 100px;
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}

.company_name{
  font-size: 1.5em;
  color: #308aaf;
  position: absolute;
  top: 100px;
  right: 5%;
  writing-mode: vertical-rl;
}

.thumb:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 150px;
  background-color: #c8e4f0;
  z-index: -1;
}

.company_name:after{
  position: absolute;
  bottom: -20%;
  right: 0.5em;
  content:"";
  display: block;
  width: 100px;
  border-bottom: 1px solid #5cb1da;
  border-right: 1px solid #5cb1da;
  height: 30px;
}
@media screen and (max-width: 900px) {
  .thumb img{
    height: 42.5vh;
  }
}

@media screen and (max-width: 480px) {
  .thumb_title{
    top: 57px;
  }

  .company_name{
    right: 2%;
  }
}

.content01{
  width: 100%;
  margin: 50px 0;
  position: relative;
}

.content01 .mainbox,
.content02 .mainbox{
  width: calc(100% - 14%);
  margin: -50px 0 0 14%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.tategaki{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.3rem;
  position: relative;
  top:0;
  left: 100px;
  z-index: 1;
}

.tategaki:after{
  content: "";
  width: 1px;
  height: 120px;
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: -140px;
  left: 9px;
}

.content01 .box{
  max-width: 800px;
  padding: 0 30px 0 0;
  position: absolute;
  top: 50%;
  left: 210px;
  transform: translateY(0);
  letter-spacing: 1.5px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .content01 .mainbox,
  .content02 .mainbox{
    width: 100%;
    margin: 0;
    padding: 0 2%;
    box-sizing: border-box;
  }
  
  .tategaki{
    writing-mode: horizontal-tb;
    position: static;
    width: 100%;
    margin: 0 auto 15px;
  }

  .tategaki:after{
    content: none;
  }
  
  .content01 .box{
    max-width: 100%;
    padding: 0;
    position: static;
    transform: translateY(0);
    width: 100%;
    margin: 0 auto;
  }
}

.content02{
  width: 100%;
  margin: 50px 0 0;
  padding: 100px 0 80px;
  overflow: hidden;
}

.content02 .mainbox{
  width: calc(100% - 14%);
  margin: -50px 0 0 14%;
  padding: 0 0 100px;
  background-color: #e1eff5;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
}

.title_group{
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 20px; 
}

.title01{
  display: block;
  font-size: 120%;
  text-transform: uppercase;
}

.title02{
  font-size: 80%;
}

.content02 .txt{
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.content02 .business-img img{
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .content02{
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 50px;
  }

  .content02 .mainbox{
    width: 100%;
    margin: -50px 0 0;  
    padding: 0 2% 15px;
    font-size: 90%;
  }

  .content02 figure{
    display: none;
  }
  
  .title_group{
    margin-top: 20px;
  }

  .wp-block-media-text>.wp-block-media-text__content{
    padding: 0 !important;
  }
}

/* wordpressテーブルバグ回避用 */
.wordpress-table{
  margin: 55px 0;
  max-width: 1100px;
}

.wordpress-table table tr td:first-of-type{
  background-color: #eff7fa;
}

@media screen and (min-width: 480px) {
  .wordpress-table table tr:last-of-type td{
    border-bottom: 1px solid #308aaf;
  }

  .wordpress-table table tr td:first-of-type{
    width: 150px;
    padding: 15px 10px;
    color: #308aaf;
    text-align: left;
    font-weight: normal;
    border-top: 1px solid #308aaf;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #eff7fa;
  }
}
@media screen and (max-width: 480px) {

  .wordpress-table table tr td:first-of-type{
    border-top: 1px solid #308aaf;
    border-bottom: 1px solid #308aaf;
    text-align: center;
    color: #308aaf;
  }

}

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

.movie-content{
  width: 100vw;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 55px;
}

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

.movie-content:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 450px;
  background-color: #c8e4f0;
  z-index: -1;
}

.access{
  font-size: 2.5rem;
  line-height: 2;
}