@charset "UTF-8";
@media screen and (max-width: 767px) {
  body.service .gnavi__service a {
    background-color: #f9ff9c;
  }
}
body.service .gnavi__service a:after {
  background-color: #fff500;
}

.read_txt {
  font-size: 1.6rem;
}
.read_txt .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .read_txt .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.read_txt .blc_ttl {
  color: #218400;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .read_txt .blc_ttl {
    font-size: 2.4rem;
  }
}
.read_txt p:not(:last-child) {
  margin-bottom: 1em;
}

#blc_guide {
  overflow: hidden;
  margin: 60px -1.5%;
}
@media print, screen and (min-width: 768px) {
  #blc_guide {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#blc_guide .box {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
  position: relative;
  padding-bottom: 90px;
  margin: 0 1.5% 3%;
}
@media print, screen and (min-width: 768px) {
  #blc_guide .box {
    width: 30.3333%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #blc_guide .box {
    margin-bottom: 20px;
  }
}
#blc_guide .box a {
  display: block;
  color: #333;
}
#blc_guide .box a:hover {
  text-decoration: none;
}
#blc_guide .box a:hover img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
#blc_guide .box img {
  width: 100%;
  height: auto;
}
#blc_guide .box dl {
  padding: 30px;
}
#blc_guide .box dl dt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #218400;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #blc_guide .box dl dt {
    font-size: 2rem;
  }
}
#blc_guide .box dl dd {
  font-size: 1.6rem;
}
#blc_guide .box .btn_info {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00410c), to(#2f7c00));
  background-image: linear-gradient(0deg, #00410c 0%, #2f7c00 100%);
  background-image: -ms-linear-gradient(0deg, #00410c 0%, #2f7c00 100%);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  width: 12em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
#blc_guide .box .btn_info:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

#five_safe {
  background-color: #f0f8ed;
  position: relative;
  z-index: 1;
}
#five_safe .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#five_safe .bk_img {
  background: url(../../img/service/five_safe.jpg) no-repeat center top/cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  margin-left: 30px;
  height: 430px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #five_safe .bk_img {
    height: 50vw;
    background-size: cover;
    width: 100%;
    position: static;
    margin-left: 0;
  }
}
#five_safe h4 {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  color: #218400;
  font-size: 3.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #five_safe h4 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
#five_safe .safe_list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#five_safe .safe_list .none {
  background: none;
}
@media screen and (max-width: 767px) {
  #five_safe .safe_list .none {
    display: none;
  }
}
#five_safe .safe_list li {
  background: #fff;
  width: 47%;
  margin-bottom: 7rem;
}
#five_safe .safe_list li:first-child {
  display: block;
}
@media screen and (max-width: 767px) {
  #five_safe .safe_list li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#five_safe .safe_list li dt {
  background: #218400;
  color: #fff;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 2.4rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #five_safe .safe_list li dt {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
}
#five_safe .safe_list li dd {
  height: 20rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #five_safe .safe_list li dd {
    height: auto;
  }
}
#five_safe .safe_list li dd .caution {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.reason_dl dt {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .reason_dl dt {
    font-size: 2rem;
  }
}

.construction {
  background: #f0f8ed;
}
.construction .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.construction dt {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 2.4rem;
  padding: 10px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .construction dt {
    font-size: 2rem;
    padding: 10px 15px;
  }
}
.construction dd {
  padding: 20px;
  overflow: hidden;
  font-size: 1.6rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .construction dd {
    padding: 40px;
  }
}
.construction dd p:not(:last-child) {
  margin-bottom: 1em;
}
.construction dd .img {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .construction dd .img {
    float: left;
    margin-right: 55px;
  }
}
.construction dd .img figcaption {
  margin-top: 15px;
}
.construction dd .txt {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .construction dd .txt {
    position: absolute;
    top: 50%;
    right: 40px;
    left: 600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 520px;
    margin-top: 0;
  }
}
.construction dd strong {
  font-size: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .construction dd strong {
    font-size: 2.4rem;
  }
}
.construction .construction__remodel dt {
  background: #4fb22e;
}
.construction .construction__remodel .txt {
  padding-bottom: 30px;
}
.construction .construction__other dt {
  background: #b7ac76;
}

.service_blc:nth-of-type(2n + 1) {
  background: #f0f8ed;
}
.service_blc .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service_blc .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.service_blc .blc_ttl {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  color: #218400;
}
.service_blc .add_txt {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 2.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .service_blc .add_txt {
    font-size: 2rem;
  }
}
.service_blc p:not(.add_txt) {
  margin-top: 25px;
}

.library_img {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -1.5% 0;
}
.library_img li {
  float: left;
  margin: 0 1.5% 30px;
  text-align: center;
}
.library_img li img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.library_img.colx2 li {
  width: 47%;
}
.library_img.colx3 li {
  width: 30.3333%;
}
@media screen and (max-width: 500px) {
  .library_img.colx3 li {
    width: 47%;
  }
}

.before-after {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.before-after figure {
  width: 50%;
  float: left;
  position: relative;
}
@media screen and (max-width: 500px) {
  .before-after figure {
    float: inherit;
    width: 100%;
  }
}
.before-after figure img {
  width: 100%;
  height: auto;
}
.before-after figure:before {
  display: block;
  width: 8em;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .before-after figure:before {
    font-size: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .before-after figure:before {
    font-size: 3.6vw;
  }
}
.before-after .before:before {
  content: "施工前";
  background-color: #555555;
  right: 0;
}
.before-after .after:before {
  content: "施工後";
  background-color: #33b208;
  left: 0;
}

.process_wrapper {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.process_wrapper .box {
  float: left;
  margin: 0 1.5% 30px;
  width: 30.3333%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .process_wrapper .box {
    width: 100%;
  }
}
.process_wrapper .box img {
  width: 100%;
  height: auto;
}
.process_wrapper .box .process_about {
  padding: 15px;
}
.process_wrapper .box .process_about dt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
}

.kinds_wrapper .box {
  margin-top: 30px;
  overflow: hidden;
  background: #f0f8ed;
}
@media print, screen and (min-width: 768px) {
  .kinds_wrapper .box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .kinds_wrapper .box figure {
    width: 365px;
    overflow: hidden;
  }
}
.kinds_wrapper .box img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .kinds_wrapper .box img {
    width: auto;
    height: 100%;
  }
}
.kinds_wrapper .box .about {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .kinds_wrapper .box .about {
    padding: 20px;
  }
}
.kinds_wrapper .box .about dt {
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .kinds_wrapper .box .about dt {
    text-align: center;
  }
}

.service_blc:nth-of-type(2n+1) .kinds_wrapper .box {
  background-color: #fff;
}

body.interior #first-view {
  background-image: url("../../img/service/interior/main.jpg");
}

body.exterior #first-view {
  background-image: url("../../img/service/exterior/main.jpg");
}

.process {
  margin-top: 40px;
}
.process .blc_ttl {
  margin-bottom: 20px;
  color: #333;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .process .blc_ttl {
    font-size: 2rem;
  }
}

.sign_blc {
  margin-top: 40px;
  overflow: hidden;
  background: #f0f8ed;
}
@media print, screen and (min-width: 768px) {
  .sign_blc {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sign_blc .sign_ttl {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sign_blc .sign_ttl {
    font-size: 2.4rem;
  }
}
.sign_blc .sign_ttl span {
  display: inline-block;
}
.sign_blc .blc_head {
  background: #4fb22e;
  color: #fff;
  padding: 15px 20px;
  min-width: 280px;
}
@media print, screen and (min-width: 768px) {
  .sign_blc .blc_head {
    padding: 100px 50px;
  }
}
.sign_blc .blc_body {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .sign_blc .blc_body {
    padding: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sign_wrapper {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.sign_wrapper .box {
  float: left;
  margin: 0 1.5% 15px;
  width: 47%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sign_wrapper .box {
    width: 100%;
  }
}
.sign_wrapper .box img {
  width: 100%;
  height: auto;
}
.sign_wrapper .box .sign_about {
  padding: 15px;
}
.sign_wrapper .box .sign_about dt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
}

.about-paint {
  margin-top: 35px;
  padding-left: 15%;
  background: url("../../img/service/exterior/cost_high.png") no-repeat left top/12% auto, url("../../img/service/exterior/cost_low.png") no-repeat left bottom/12% auto, url("../../img/service/exterior/cost_line.png") no-repeat left center/12% 90%;
}
@media screen and (max-width: 500px) {
  .about-paint {
    padding-left: 90px;
    background-size: 80px auto, 80px auto, 80px 95%;
    margin-left: -10px;
  }
}
.about-paint dt, .about-paint dd {
  padding: 15px 25px;
}
@media screen and (max-width: 500px) {
  .about-paint dt, .about-paint dd {
    padding: 15px;
  }
}
.about-paint dt {
  background: #218400;
  color: #fff;
}
.about-paint dd {
  margin-bottom: 15px;
}

body.waterproof #first-view {
  background-image: url("../../img/service/waterproof/main.jpg");
}

.groundwork {
  margin-top: 60px;
}
.groundwork .blc_head {
  background: #288e06;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .groundwork .blc_head {
    padding-left: 50%;
  }
}
.groundwork .blc_head:before {
  content: "";
  display: block;
  background: url("../../img/service/waterproof/groundwork.jpg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  .groundwork .blc_head:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .groundwork .blc_head:before {
    padding-top: 40%;
  }
}
.groundwork .blc_head .box {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .groundwork .blc_head .box {
    padding: 110px 30px;
  }
}
.groundwork .blc_head .blc_ttl {
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .groundwork .blc_head .blc_ttl {
    font-size: 2rem;
  }
}
.groundwork .blc_head .blc_ttl b {
  font-size: 4.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .groundwork .blc_head .blc_ttl b {
    font-size: 3rem;
  }
}
.groundwork .process_wrapper {
  margin-top: 60px;
}

body.painting #first-view {
  background-image: url("../../img/service/painting/main.jpg");
}

.painting_other {
  padding: 30px;
  margin-top: 15px;
  background: #f0f8ed;
}
@media screen and (max-width: 767px) {
  .painting_other {
    padding: 20px;
  }
}
.painting_other p:first-child {
  margin-top: 0;
}

body.facility #first-view {
  background-image: url("../../img/service/facility/main.jpg");
}

.service_blc:last-child {
  margin-bottom: 50px;
}