@charset "UTF-8";
.fs30 {
  /* 24 < 30px */
  font-size: clamp(1.5rem, 1.25rem + 1.01vw, 1.875rem);
}

/* 助成金レポートバナー
------------------------------*/
.banner-report {
  position: relative;
  padding: 27px 0 41px;
  background-color: #BE1A1B;
}
.banner-report .inner {
  position: relative;
}

.banner-report_txt {
  color: #ffffff;
  letter-spacing: -0.05em;
}
.banner-report_txt span {
  display: inline-block;
}

.banner-report_bg {
  width: 100%;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-report_img {
  width: min(24.7vw, 240px);
  max-height: none;
  position: absolute;
  bottom: 18px;
  right: min(6.7vw, 65px);
  transform: rotate(8deg);
}

.specifics_finger_icon a::before {
  content: "";
  background-image: url(../images/service_4/finger_icon_black.svg);
}

.specifics_finger_icon.finger_btn {
  margin-top: calc(min(2.73vw, 35px) * -1);
}

.specifics_finger_icon.finger_btn a {
  background-color: #232323;
  width: 100%;
  max-width: 293px;
}

/* lead_wrap
------------------------------*/
.lead_wrap {
  padding-bottom: 54px;
}

.lead_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  background-image: url("../images/service_5/bg-lead_left.svg"), url("../images/service_5/bg-lead_right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: auto 100%, auto 100%;
}
.lead_top > p {
  margin-bottom: 12px;
  padding: 0 min(5.15vw, 50px);
  background-image: url("../images/service_5/lead-line_left.svg"), url("../images/service_5/lead-line_right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: auto 100%, auto 100%;
}
.lead_top_text span {
  background-image: url("../images/service_5/line-lead.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  padding-bottom: 5px;
}
.lead_top_note {
  text-align: right;
}

.lead_btm {
  max-width: 658px;
  background: #EDF6FF;
  border-radius: 5px;
  position: relative;
  margin: 60px auto 0;
  padding: 1.8em 0;
}
.lead_btm p {
  line-height: 1.94;
  text-align: center;
}
.lead_btm img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(15.8vw, 154px);
}

/* このような企業様へ
------------------------------*/
.msg_wrap .worry_title::after {
  content: "";
  display: block;
  border-bottom: 4px dotted #BE1A1B;
  width: 14.53%;
  margin: min(1.17vw, 15px) auto 0;
}

.msg_wrap {
  padding: 42px 0 100px;
  background: url(../images/brand/bg_dot.jpg) repeat;
}
.msg_wrap .inner {
  position: relative;
}
.msg_wrap .msg_list {
  margin-top: clamp(40px, 7.2vw, 70px);
}
.msg_wrap .msg_img {
  width: min(18.35vw, 178px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.msg_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  justify-content: space-between;
  gap: 18px min(13vw, 126px);
  position: relative;
}
.msg_list li {
  padding: 2.66em 2.83em;
  background: #EDF6FF;
  border-radius: 18px;
}

.list_check::before {
  content: url(../images/service_5/check_icon.png);
  padding-right: 20px;
}

/* 消費電力における空調の割合
------------------------------*/
.ratio_wrap {
  padding-bottom: 40px;
}

.ratio_text {
  margin: 20px 0 55px 12px;
}

.ratio-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ratio-list_item p {
  width: 88px;
  margin-left: 12px;
  padding: 5px;
  background: #242424;
  text-align: center;
  color: #fff;
}
.ratio-list_item img {
  display: block;
  margin: 0 auto;
}

/* 年間電気代比較例
------------------------------*/
.comparison_wrap {
  padding-bottom: 40px;
}

.comparison_lead {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.comparison_lead p {
  border-bottom: 2px solid #BE1A1B;
  letter-spacing: -0.05em;
}

.comparison_dots {
  text-align: center;
  margin: 10px auto 30px;
}

.comparison_img {
  display: block;
  margin: min(7.9vw, 76px) auto;
}

/* お任せください
------------------------------*/
.rely_wrap {
  position: relative;
}
.rely_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 432px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #FFEFEF;
  background-image: url("../images/service_5/bg-rely.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  -webkit-mask-image: url("../images/service_5/mask-rely.svg");
          mask-image: url("../images/service_5/mask-rely.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.rely_wrap .inner {
  position: relative;
  z-index: 3;
}

.rely_dots {
  text-align: center;
  margin-top: 25px;
}

.rely_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: min(6.18vw, 60px);
  max-width: 702px;
  margin: 0 auto;
}
.rely_list li img {
  border-radius: 5px;
}
.rely_list li p {
  margin: 0 11px;
  padding: 0.8em;
  background: #242424;
  color: #fff;
  text-align: center;
  border-radius: 5em;
  transform: translateY(-50%);
}

.rely_comment {
  text-align: center;
  margin-top: 6px;
}
.rely_comment_img {
  margin-top: -24px;
  position: relative;
  z-index: 3;
}

.rely_fuki {
  position: relative;
}
.rely_fuki > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.rely_fuki p {
  letter-spacing: -0.05em;
}

/* ブレークポイントは基本768pxで制作しています */
@media screen and (max-width: 1280px) {
  .banner-report_img {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_title_text {
    font-size: clamp(1.25rem, 1rem + 1.88vw, 2.375rem);
  }
  .banner-report_img {
    width: 200px;
    bottom: 5px;
  }
  .lead_top {
    padding: 15px;
    background-size: 14px 100%, 14px 100%;
  }
  .lead_top > p {
    width: 80%;
    text-align: center;
    background-size: 12px auto, 12px auto;
    background-position: left center, right center;
  }
  .lead_top > p span {
    display: inline-block;
  }
  .lead_top_text {
    width: 90%;
    margin: 12px auto 0;
  }
  .lead_btm {
    margin: 40px auto 0;
    padding: 1.2em;
  }
  .lead_btm p span {
    display: inline-block;
  }
  .lead_btm p br {
    display: none;
  }
  .lead_btm img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(15.8vw, 154px);
  }
  .msg_list {
    grid-template-columns: 1fr;
  }
  .msg_list li {
    padding: 1em;
    background: #EDF6FF;
    border-radius: 18px;
  }
  .msg_wrap .msg_img {
    position: static;
    display: block;
    width: auto;
    margin: 20px auto;
  }
  .ratio-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rely_list {
    display: block;
    margin-top: 30px;
  }
  .rely_list_item {
    max-width: 195px;
    margin: 0 auto;
  }
  .rely_wrap h2 span {
    display: inline-block;
  }
  .rely_fuki p span {
    display: block;
  }
  .rely_comment_img {
    margin-top: -5px;
  }
}