@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* =============================================

基本設定

============================================= */
html {
  font-size: 0.625em;
  scroll-padding-top: 18rem;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #3d2d27;
  letter-spacing: 0.04em;
  padding-top: 15rem;
  position: relative;
}
body.is-scroll-stop {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: none;
  height: auto;
}

.sp {
  display: none;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

em {
  font-style: normal;
}

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

ヘッダー

============================================= */
.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 0.8rem rgba(61, 45, 39, 0.1);
}
.header__inner {
  width: 100%;
  height: 8.6rem;
  padding: 0 3rem;
  border-bottom: 1px solid #ead5b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 26rem;
}
.header__tel {
  margin-right: 3rem;
}
.header__group {
  display: flex;
  align-items: center;
}
.header-menu {
  display: none;
}
.header__chuden-group {
  width: 12.8rem;
  margin-left: 3rem;
}

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

グロナビ

============================================= */
.gnavi {
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnavi-list {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.gnavi-list__item {
  margin-right: 3rem;
}
.gnavi-list__item:last-child {
  margin-right: 0;
}
.gnavi-list__item img {
  width: 3.4rem;
  margin-right: 1rem;
}
.gnavi-list__item a {
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.gnavi-list__item a:hover {
  color: #f48211;
}

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

TEL

============================================= */
.tel-contact__eqonly {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-left: 3.8rem;
}
.tel-contact__heading {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  line-height: 0.875;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.tel-contact__heading img {
  width: 2.8rem;
  margin-right: 0.8rem;
}
.tel-contact__txt {
  font-size: 1.2rem;
  margin-left: 3.8rem;
}

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

ボタン

============================================= */
.btn {
  font-size: 1.6rem;
  font-weight: 700;
  width: 20rem;
  height: 4.4rem;
  position: relative;
  z-index: 0;
}
.btn::after {
  content: "";
  background: #c64817;
  width: 100%;
  height: calc(100% + 0.6rem);
  border-radius: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.btn a {
  color: #fff;
  background: #f25814;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}
.btn a:hover {
  transform: translateY(0.6rem);
}

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

見出し

============================================= */
.title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
}
.title::after {
  content: "";
  background: url("../img/common/bg-title.svg") no-repeat center center/cover;
  width: 6rem;
  height: 0.6rem;
  position: absolute;
  top: calc(100% + 3rem);
  left: 50%;
  transform: translateX(-50%);
}

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

コンテンツ

============================================= */
.contents {
  overflow: hidden;
}

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

フッター

============================================= */
.footer__inner {
  width: 100rem;
  padding: 6rem 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__left {
  width: 50%;
}
.footer__right {
  width: 50%;
}
.footer__logo {
  width: 26rem;
  margin-bottom: 2rem;
}
.footer__banner {
  width: 20rem;
  margin-left: 5.5rem;
  margin-bottom: 2rem;
}
.footer__banner a {
  transition: opacity 0.5s;
}
.footer__banner a:hover {
  opacity: 0.7;
}
.footer__address {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
}
.footer__btn-pagetop {
  width: 6rem;
  position: absolute;
  top: -3rem;
  right: 0;
}
.footer__copyright {
  font-size: 1.2rem;
  width: 100%;
  margin-top: 2rem;
}

.fnavi-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fnavi-list__item {
  margin-bottom: 1.5rem;
  margin-left: 3rem;
}
.fnavi-list__item:first-child {
  margin-left: 0;
}
.fnavi-list__item a:hover {
  text-decoration: underline;
}

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

404

============================================= */
.not-found__inner {
  width: 100rem;
  padding: 15rem 0;
  margin: 0 auto;
}
.not-found__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
.not-found__txt a {
  color: #f25814;
  text-decoration: underline;
}

.modaal-container {
  color: #3d2d27;
}

.eshop {
  width: 108rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}
.eshop__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 14rem;
  }
  body {
    padding-top: 14rem;
  }
  body.is-scroll-stop {
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* =============================================

  ヘッダー

  ============================================= */
  .header__inner {
    height: 14rem;
    padding: 0 3rem;
    border-bottom: none;
  }
  .header__logo {
    width: 36rem;
  }
  .header__tel {
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .header__group {
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43rem;
    position: fixed;
    top: 14rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__group.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-menu {
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 50;
  }
  .header-menu__link {
    display: block;
    width: 5.4rem;
    height: 5.4rem;
    position: relative;
  }
  .header-menu__line {
    background: #3d2d27;
    display: block;
    width: 5.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    position: absolute;
    top: 1.6rem;
    left: 0;
    transition: all 0.5s;
  }
  .header-menu__line::before, .header-menu__line::after {
    content: "";
    background: #3d2d27;
    display: block;
    width: 5.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .header-menu__line::before {
    top: -1.6rem;
  }
  .header-menu__line::after {
    top: 1.6rem;
  }
  .header-menu__link.is-open .header-menu__line {
    background-color: transparent;
  }
  .header-menu__link.is-open .header-menu__line::before {
    top: 0;
    transform: rotate(150deg);
  }
  .header-menu__link.is-open .header-menu__line::after {
    top: 0;
    transform: rotate(-150deg);
  }
  .header-menu__txt {
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-menu__txt--open {
    display: none;
  }
  .header-menu__link.is-open .header-menu__txt--open {
    display: block;
  }
  .header-menu__link.is-open .header-menu__txt--close {
    display: none;
  }
  .header__chuden-group {
    margin-top: 1.6rem;
    margin-right: auto;
  }
  /* =============================================

  グロナビ

  ============================================= */
  .gnavi {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: calc(57rem - 1px);
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .gnavi.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .gnavi-list {
    font-size: 2.8rem;
    display: block;
  }
  .gnavi-list__item {
    width: 60rem;
    margin: 0 auto;
    border-bottom: 1px solid #d6c4a5;
  }
  .gnavi-list__item:first-child {
    border-top: 1px solid #d6c4a5;
  }
  .gnavi-list__item:last-child {
    margin-right: auto;
  }
  .gnavi-list__item img {
    width: 5rem;
    margin-right: 1.5rem;
  }
  .gnavi-list__item a {
    padding: 4rem 0;
  }
  /* =============================================

  TEL

  ============================================= */
  .tel-contact__eqonly {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    margin-left: 7.6rem;
  }
  .tel-contact__heading {
    font-size: 6.4rem;
    margin-bottom: 1.5rem;
  }
  .tel-contact__heading img {
    width: 5.6rem;
    margin-right: 1.6rem;
  }
  .tel-contact__txt {
    font-size: 2.4rem;
    margin-left: 7.6rem;
  }
  /* =============================================

  ボタン

  ============================================= */
  .btn {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
  }
  .btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .btn a:hover {
    transform: translateY(1.4rem);
  }
  /* =============================================

  見出し

  ============================================= */
  .title {
    font-size: 4.8rem;
    line-height: 1.3913043478;
    margin-bottom: 13rem;
  }
  .title::after {
    width: 12rem;
    height: 1.2rem;
  }
  /* =============================================

  フッター

  ============================================= */
  .footer__inner {
    width: 65rem;
    padding: 6rem 0;
    display: block;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 6rem;
  }
  .footer__right {
    width: 100%;
    margin-bottom: 11rem;
  }
  .footer__logo {
    width: 45rem;
    margin-bottom: 3.5rem;
  }
  .footer__banner {
    width: 34rem;
    margin-left: 10rem;
    margin-bottom: 3rem;
  }
  .footer__address {
    font-size: 2.4rem;
  }
  .footer-contact {
    display: block;
  }
  .footer__tel {
    margin-bottom: 3.5rem;
  }
  .footer__btn-pagetop {
    width: 12rem;
    top: -6rem;
  }
  .footer__copyright {
    font-size: 2rem;
    margin-top: 0;
  }
  .fnavi-list {
    font-size: 2.8rem;
    margin-bottom: 9rem;
    display: block;
  }
  .fnavi-list__item {
    margin-bottom: 3.5rem;
    margin-left: 0;
  }
  /* =============================================

  404

  ============================================= */
  .not-found__inner {
    width: 68rem;
    padding-bottom: 25rem;
  }
  .not-found__txt {
    font-size: 2.8rem;
  }
  .eshop {
    width: 68rem;
    padding-top: 12rem;
  }
  .eshop__txt {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
  .eshop__greeting {
    margin: 0 -2rem;
  }
}
/* =============================================

ローディング

============================================= */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 1.2s ease;
  color: #fff; /* ローディングアニメーションカラー */
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading.is-active {
  opacity: 1;
  visibility: visible;
}
.loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #fff rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3);
  animation: spinner 1.5s infinite linear forwards;
}
.loading__spinner span {
  font-size: 1.4rem;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}

@keyframes spinner {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* =============================================

メインビジュアル

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual__btn {
  font-size: 1.2857142857vw;
  width: 27.1428571429vw;
  height: 5vw;
  position: absolute;
  top: 26.4285714286vw;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.mainvisual__btn::after {
  height: calc(100% + 0.7142857143vw);
  border-radius: 2.8571428571vw;
}
.mainvisual__btn a:hover {
  transform: translateY(0.7142857143vw);
}
.mainvisual__btn img {
  width: 2.4285714286vw;
  margin-right: 0.7142857143vw;
  pointer-events: none;
}

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

トラブル

============================================= */
.trouble {
  background: #fcf4ed;
  position: relative;
}
.trouble__inner {
  width: 90rem;
  padding-top: 7rem;
  margin: 0 auto;
}
.trouble__heading {
  font-size: 3.2rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 8rem;
}
.trouble__heading em {
  font-size: 3.6rem;
}
.trouble__heading span {
  color: #236ca3;
  position: relative;
}
.trouble__heading span::after {
  content: "";
  background: url("../img/index/bg-wave.svg") repeat-x left center/contain;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.trouble-list {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trouble-list__item {
  width: 20rem;
  margin-bottom: 4rem;
}
.trouble-list__img {
  margin-bottom: 1.5rem;
}
.trouble-list__txt span {
  color: #236ca3;
}
.trouble__arrow {
  width: 12.2rem;
  margin: 0 auto;
}
.trouble__change-timing {
  font-size: 4.2rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2rem;
  text-decoration-color: #fff;
  text-underline-offset: -1rem;
}
.trouble__change-timing em {
  color: #f25814;
}
.trouble__bg {
  max-width: 140rem;
  margin: -24rem auto 0;
  pointer-events: none;
}
.trouble__mask {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  pointer-events: none;
}

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

かんたんエコキュート検索

============================================= */
.simple-search {
  background: #f49c00;
}
.simple-search__inner {
  text-align: center;
  width: 120rem;
  padding-top: 10rem;
  padding-bottom: 18rem;
  margin: 0 auto;
}
.simple-search__recommend {
  font-size: 2.4rem;
  font-weight: 700;
  background: #fff;
  text-align: center;
  padding: 1.8rem 3rem;
  margin: 0 auto 3rem;
  border-radius: 9999px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.simple-search__recommend span {
  color: #f48211;
}
.simple-search__recommend::after {
  content: "";
  background: #fff;
  width: 1.8rem;
  height: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.simple-search__heading {
  font-feature-settings: "palt";
  font-size: 6.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 0;
}
.simple-search__heading::after {
  content: "";
  background: url("../img/index/bg-magnifying.svg") no-repeat center center/cover;
  width: 25.2rem;
  height: 25.5rem;
  position: absolute;
  top: -11rem;
  right: -5rem;
  z-index: -1;
}

.simple-check {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  text-align: center;
  width: 106rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
}
.simple-check__item {
  background: #fff;
  width: 32rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  filter: drop-shadow(0 0 0.8rem rgba(61, 45, 39, 0.2));
}
.simple-check__txt {
  padding: 2.5rem 2.5rem 4.5rem;
}
.simple-check label {
  display: block;
  height: 100%;
  position: relative;
}
.simple-check__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.simple-check__radio:checked + label {
  color: #fff;
  background: #8c6834;
}
.simple-check__radio:checked + label::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.4rem solid #8c6834;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-check__arrow {
  width: 2.6rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.simple-check__arrow .is-active {
  display: none;
}
.simple-check__radio:checked + label .simple-check__arrow .is-active {
  display: block;
}
.simple-check__radio:checked + label .simple-check__arrow .is-passive {
  display: none;
}

.check-hidden {
  font-size: 2rem;
  text-align: left;
  margin: 0 auto;
}
.check-hidden__item {
  background: #fff;
  padding: 7rem 13rem;
  border-radius: 1rem;
  display: none;
}
.check-hidden__item input[type=text] {
  background: #fff;
  width: 19rem;
  padding: 1rem;
  border: 1px solid #a3a3a3;
}
.check-hidden-diag {
  margin-bottom: 3rem;
}
.check-hidden-diag__heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.check-hidden-diag__heading::before {
  content: "●";
  color: #fcceb9;
  display: inline-block;
  transform: scale(0.4);
}
.check-hidden-diag__body {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #d6c4a5;
}

.select-search {
  display: flex;
  flex-wrap: wrap;
}
.select-search__item {
  margin-right: 2rem;
  position: relative;
}
.select-search__item::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f48211;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.select-search__item label {
  display: block;
  position: relative;
}
.select-search__item input[type=radio], .select-search__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.select-search__item input:checked + label {
  color: #fff;
  background: #fcf4ed;
  border-radius: 1rem;
}
.select-search--manufacturer .select-search__item {
  width: 20rem;
}
.select-search--capacity .select-search__item {
  width: 27rem;
}
.select-search--type .select-search__item {
  width: 23rem;
}
.select-search--tank .select-search__item {
  width: 20rem;
}
.select-search--pressure .select-search__item {
  width: 24rem;
}

.search-results__heading {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.search-results-list__slide {
  background: #f4efea;
  width: 46rem;
  height: auto;
  padding: 3rem;
  border-radius: 1rem;
}
.search-results__count {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  text-align: center;
  margin-bottom: 3rem;
}
.search-results__notfound {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  text-align: center;
}
.search-results__btn {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 7rem;
  margin: 0 auto;
}
.search-results__btn img {
  width: 3.4rem;
  margin-right: 1rem;
}
.search-results__btn::after {
  height: calc(100% + 1rem);
  border-radius: 4rem;
}
.search-results__btn a:hover {
  transform: translateY(1rem);
}
.search-results .swiper-outer {
  margin-bottom: 5rem;
  position: relative;
}
.search-results .swiper-button-next, .search-results .swiper-button-prev {
  width: 8rem;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-results .swiper-button-prev, .search-results .swiper-rtl .swiper-button-next {
  left: -10rem;
}
.search-results .swiper-button-next, .search-results .swiper-rtl .swiper-button-prev {
  right: -10rem;
}
.search-results .swiper-button-next:after, .search-results .swiper-button-prev:after {
  content: none;
}

.results {
  height: 100%;
}
.results__capacity {
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 3.6rem;
  margin-bottom: 3rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.results__capacity small {
  font-size: 1.4rem;
}
.results-maindata {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.results-maindata__left {
  width: 17rem;
  flex-shrink: 0;
}
.results-maindata__right {
  width: 21rem;
  flex-shrink: 0;
}
.results__manufacturer {
  margin-bottom: 1.5rem;
}
.results-model__heading {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #999;
}
.results-model__txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: normal;
  text-align: justify;
}
.results-model__grade {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #fff;
  background: #f48211;
  letter-spacing: normal;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-top: 1rem;
}
.results-spec {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.results-spec__item {
  background: #fff;
  width: 13rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.results__price-01 {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 1.5rem;
}
.results__price-02 {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
}
.results__subsidy {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 500;
  color: #fff;
  background: #f48211;
  text-align: center;
  width: 5.4rem;
  height: 4.4rem;
  margin-right: 1rem;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.results__sales-price {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: normal;
}
.results__sales-price small {
  font-size: 2rem;
}
.results__sales-price small span {
  font-size: 1.4rem;
}
.results__sales-price-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.2rem;
}
.results__campaign-price {
  color: #f25814;
}
.results__campaign-price-txt {
  font-size: 1.6rem;
  display: block;
  margin: 0.5rem 0;
}
.results-campaign-point {
  text-align: center;
  margin-bottom: 2.5rem;
}
.results-campaign-point__heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: #ffea52;
  text-underline-offset: -0.5rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 2.5rem;
}
.results-campaign-point__body {
  width: 30rem;
  margin: 0 auto;
}
.results__btn-more {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 30rem;
  height: 5rem;
  margin: 0 auto;
}
.results__btn-more a {
  background: #fff;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #3d2d27;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.results__btn-more a::after {
  content: "";
  background: url("../img/index/icon-results-more.svg") no-repeat center center/cover;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.results__btn-more a:hover {
  opacity: 0.7;
}
.results__btn-more--estimate {
  font-weight: 700;
  margin-top: 1.5rem;
}
.results__btn-more--estimate a {
  color: #f25814;
  border: 2px solid #f25814;
}
.results__btn-more--estimate a::after {
  background: url("../img/index/icon-results-more-orange.svg") no-repeat center center/cover;
}

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

モーダル

============================================= */
.modal {
  display: none;
}
.modal__inner {
  background: #fff;
  width: 100rem;
  padding: 10rem;
  margin: 0 auto;
  border-radius: 2rem;
}
.modal-maindata {
  width: 66rem;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
}
.modal-maindata__left {
  width: 25rem;
  flex-shrink: 0;
}
.modal-maindata__right {
  width: 37rem;
  flex-shrink: 0;
}
.modal__manufacturer {
  width: 16rem;
  margin-bottom: 2rem;
}
.modal-model {
  margin-bottom: 2.5rem;
}
.modal-model__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.modal-model__txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: normal;
  text-align: justify;
}
.modal-spec {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-spec__item {
  background: #fff;
  width: 12rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border: 1px solid #3d2d27;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-eyecatch {
  display: flex;
}
.modal-eyecatch__item {
  width: 9rem;
  margin-right: 1.5rem;
}
.modal-table {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #c4c4c4;
  width: 100%;
  margin-bottom: 5rem;
  border-spacing: 1px;
  border-collapse: separate;
}
.modal-table__heading {
  font-weight: 500;
  background: #efece8;
  width: 26rem;
  padding: 2rem 3rem;
}
.modal-table__txt {
  background: #fff;
  padding: 2rem 3rem;
}
.modal-price__item--manufacturer {
  font-size: 1.2rem;
  color: #f48211;
  margin-bottom: 1rem;
}
.modal-price__item--sales em {
  font-size: 2.4rem;
  font-style: normal;
}
.modal-price__item--sales small {
  font-size: 1.6rem;
}
.modal-price__item--sales small span {
  font-size: 1.4rem;
}
.modal-price__item--campaign {
  font-weight: 700;
  margin-top: 3rem;
  position: relative;
}
.modal-price__item--campaign::before {
  content: "";
  background: url("../img/index/bg-campaign-arrow.svg") no-repeat center center/cover;
  width: 2.2rem;
  height: 1.4rem;
  position: absolute;
  top: -2rem;
  left: 4rem;
}
.modal-price__item--campaign em {
  font-size: 3.2rem;
  line-height: 1;
  font-style: normal;
}
.modal-price__item--campaign small {
  font-size: 2rem;
}
.modal-price__item--campaign small span {
  font-size: 1.8rem;
}
.modal-price__item--really {
  margin-top: 1rem;
}
.modal-price__item--really em {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.modal-price__item--really small {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1rem;
}
.modal-price__item--really small span {
  font-size: 1.8rem;
}
.modal-price__item--point {
  color: #f25814;
  text-align: center;
  width: 30rem;
  padding: 1.8rem 2.3rem;
  margin-top: 3rem;
  position: relative;
  border: 0.2rem solid #ffd2b3;
  border-radius: 1rem;
}
.modal-price__subsidy-use {
  font-size: 1.4rem;
  font-weight: 500;
  background: #ffecdc;
  display: inline-block;
  padding: 0.2rem 3rem;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}
.modal-price__really {
  display: flex;
}
.modal-price__really-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #f25814;
  padding: 0.5rem 0.2rem;
  margin-right: 1rem;
  border-radius: 0.4rem;
  writing-mode: vertical-rl;
}
.modal-price__point-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
.modal-price__point {
  margin-bottom: 3rem;
  position: relative;
}
.modal-price__point::after {
  content: "";
  background: url("../img/index/trouble-arrow.svg") no-repeat center center/cover;
  width: 3.6rem;
  height: 2.6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.modal-function-list {
  display: flex;
  flex-wrap: wrap;
}
.modal-function-list__item {
  margin-right: 0.5em;
}
.modal-function-list__item::after {
  content: "/";
  margin-left: 0.5em;
}
.modal-function-list__item:last-child::after {
  content: none;
}
.modal-function-list__item a {
  padding-right: 2rem;
  position: relative;
}
.modal-function-list__item a::after {
  content: "";
  background: url("../img/index/icon-external.svg") no-repeat center center/cover;
  width: 1.4rem;
  height: 1.2rem;
  position: absolute;
  top: 0.4em;
  right: 0;
}
.modal-function-list__item a:hover {
  text-decoration: underline;
}
.modal-function-detail__heading {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 0.2rem dotted #d6c4a5;
}
.modal-function-detail__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 3rem;
}
.modal-function-detail__txt:last-of-type {
  margin-bottom: 0;
}
.modal-function-detail__txt a {
  color: #f48211;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  display: inline-block;
  position: relative;
}
.modal-function-detail__txt a::after {
  content: "";
  background: url("../img/index/icon-function-arrow.svg") no-repeat center center/cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.5em;
  right: -1.5rem;
}

.tooltip {
  width: 2rem;
  cursor: pointer;
}

.detail-modal .modaal-container {
  background: none;
}
.detail-modal .modaal-content-container {
  padding: 8rem 0;
}
.detail-modal .modaal-inner-wrapper {
  padding: 0;
}
.detail-modal .btn-modal-close {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 8rem;
  margin: 0 auto;
}
.detail-modal .btn-modal-close > .modaal-close {
  color: #fff;
  background: #3d2d27;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

CTA

============================================= */
.cta {
  background: url("../img/index/bg-contact.webp") no-repeat center center/cover;
  height: 48rem;
  position: relative;
}
.cta__inner {
  background: url("../img/index/bg-contact-circle.svg") no-repeat center center/cover;
  text-align: center;
  width: 55rem;
  height: 55rem;
  padding-top: 8rem;
  position: absolute;
  top: -9rem;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__icon {
  width: 10rem;
  margin-bottom: 3rem;
}
.cta-contact {
  margin-bottom: 3.5rem;
}
.cta-contact__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #f48211;
  margin-bottom: 2rem;
}
.cta-contact__txt {
  font-size: 5.2rem;
  font-weight: 700;
}
.cta__btn {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 7rem;
}
.cta__btn img {
  width: 3.4rem;
  margin-right: 1rem;
}
.cta__btn::after {
  height: calc(100% + 1rem);
  border-radius: 4rem;
}
.cta__btn a:hover {
  transform: translateY(1rem);
}

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

中電エナジーサービスの特徴

============================================= */
.character {
  background: #fcf4ed;
}
.character__inner {
  width: 106rem;
  padding: 11rem 0 8rem;
  margin: 0 auto;
}
.character-cards {
  margin-bottom: 10rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.character-cards--reverse {
  flex-direction: row-reverse;
}
.character-cards__img {
  width: 53rem;
  border-radius: 1rem;
  overflow: hidden;
}
.character-cards__content {
  width: 49rem;
  padding-left: 6rem;
  position: relative;
}
.character-cards--reverse .character-cards__content {
  padding-left: 0;
  padding-right: 6rem;
}
.character-cards__num {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fcceb9;
  margin-bottom: 2rem;
}
.character-cards__num span {
  letter-spacing: 0.24em;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
}
.character-cards__num span::after {
  content: "";
  background: #fcceb9;
  width: 1px;
  height: 99999px;
  position: absolute;
  top: 7em;
  left: 0.6rem;
}
.character-cards__num em {
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
}
.character-cards--reverse .character-cards__num span {
  left: auto;
  right: 0;
}
.character-cards-desc__heading {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.character-cards-desc__heading em {
  color: #f25814;
  font-style: normal;
}
.character-cards-desc__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}

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

最新機種エコキュートの変わったところ

============================================= */
.new__inner {
  width: 90rem;
  padding: 14rem 0 8rem;
  margin: 0 auto;
}
.new__title span {
  display: inline-block;
  position: relative;
}
.new__title img {
  width: 15.4rem;
  position: absolute;
  top: -10.4rem;
  left: -11rem;
}
.new-topic {
  background: #fff;
  padding: 5.6rem 6.6rem;
  margin-bottom: 7.5rem;
  border: 0.4rem solid #f48211;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new-topic__img {
  width: 36rem;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.new-topic-desc {
  width: 36rem;
}
.new-topic-desc__heading {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
  margin-bottom: 2rem;
}
.new-topic-desc__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
.new__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.new__subtitle em {
  color: #f25814;
}
.new__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 6rem;
}

.function-tab {
  font-size: 2.2rem;
  display: flex;
  justify-content: space-between;
}
.function-tab__item {
  width: 22rem;
}
.function-tab__item a {
  background: #d6c4a5;
  padding: 2rem;
  border-radius: 0.6rem 0.6rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.function-tab__item a.is-active {
  font-weight: 700;
  color: #fff;
  background: #f48211;
}

.function-example__slide {
  background: #fff;
  padding: 5.6rem 4.6rem;
  border: 0.4rem solid #f48211;
  border-radius: 0 0 0.6rem 0.6rem;
}
.function-example__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f48211;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 5rem;
}
.function-example-cards {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.function-example-cards__img {
  width: 24rem;
  border-radius: 0.6rem;
  overflow: hidden;
  flex-shrink: 0;
}
.function-example-desc {
  width: 53rem;
}
.function-example-desc__heading {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d6c4a5;
}
.function-example-desc__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}

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

お客様の声・施工実績

============================================= */
.works {
  background: #fffaef;
}
.works__inner {
  width: 90rem;
  padding: 7rem 0 9rem;
  margin: 0 auto;
}
.works-detail {
  background: #fff;
  padding: 5.6rem 6.6rem;
  margin-bottom: 5rem;
  border: 0.4rem solid #f48211;
  border-radius: 1rem;
}
.works-detail__heading {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  border-left: 0.4rem solid #fcceb9;
}
.works-detail-bfaf {
  display: flex;
  justify-content: space-between;
}
.works-detail-bfaf__item {
  background: #fcf4ed;
  width: 36rem;
}
.works-detail-bfaf__machine {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.5rem 2rem;
}
.works-detail-photo {
  background: #3d2d27;
  width: 100%;
  height: 27rem;
}
.works-detail-photo__slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail-photo__label {
  width: 11rem;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 10;
}
.works-detail-photo .swiper-button-next, .works-detail-photo .swiper-button-prev {
  width: 3rem;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.works-detail-photo .swiper-button-prev, .works-detail-photo .swiper-rtl .swiper-button-next {
  left: 1rem;
}
.works-detail-photo .swiper-button-next, .works-detail-photo .swiper-rtl .swiper-button-prev {
  right: 1rem;
}
.works-detail-photo .swiper-button-next:after, .works-detail-photo .swiper-button-prev:after {
  content: none;
}
.works__btn {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 7rem;
  margin: 0 auto;
}
.works__btn img {
  width: 3.4rem;
  margin-right: 1rem;
}
.works__btn::after {
  height: calc(100% + 1rem);
  border-radius: 4rem;
}
.works__btn a:hover {
  transform: translateY(1rem);
}

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

満足度

============================================= */
.satisfaction {
  margin-bottom: 6rem;
  position: relative;
  z-index: 0;
}
.satisfaction::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.satisfaction::after {
  content: "";
  background: url("../img/index/bg-satisfaction.png") no-repeat center center/cover;
  width: 100vw;
  max-width: 140rem;
  height: 37rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  pointer-events: none;
}
.satisfaction__inner {
  width: 74rem;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.satisfaction__img {
  width: 30.8rem;
  flex-shrink: 0;
}
.satisfaction-desc {
  width: 39rem;
}
.satisfaction-desc__heading {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  margin-bottom: 3rem;
  white-space: nowrap;
}
.satisfaction-desc__heading strong {
  font-size: 3.2rem;
  position: relative;
  z-index: 0;
}
.satisfaction-desc__heading strong::after {
  content: "";
  background: #ffd3c2;
  width: calc(100% + 2rem);
  height: 2rem;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
  z-index: -1;
}
.satisfaction-desc__heading em {
  font-family: "Jost", sans-serif;
  font-size: 8.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 0;
  color: #f25814;
  letter-spacing: -0.05em;
}
.satisfaction-desc__heading em small {
  font-size: 4.2rem;
  margin-left: 0.2em;
}
.satisfaction-desc__txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  text-align: justify;
}

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

設置までのスケジュール

============================================= */
.schedule__inner {
  width: 105rem;
  padding: 8rem 0 7rem;
  margin: 0 auto;
}
.schedule-timeline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.schedule-timeline__item {
  width: 52.5rem;
  margin-bottom: 4rem;
}
.schedule-timeline__step {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #fba200;
  text-align: center;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
}
.schedule-timeline__item:nth-of-type(even) .schedule-timeline__step {
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 0% 100%, 1rem 50%);
}
.schedule-timeline__detail {
  display: flex;
}
.schedule-timeline__icon {
  width: 8rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
.schedule-timeline-desc {
  width: 38rem;
}
.schedule-timeline-desc__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.schedule-timeline-desc__txt {
  font-size: 1.6rem;
  line-height: 1.7142857143;
  text-align: justify;
}

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

よくある質問

============================================= */
.faq__inner {
  width: 100rem;
  padding: 7rem 0 8rem;
  margin: 0 auto;
}
.faq-tab {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.faq-tab__item {
  width: 18rem;
  height: 6rem;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.faq-tab__item:nth-child(5n) {
  margin-right: 0;
}
.faq-tab__item a {
  width: 100%;
  height: 100%;
  border: 1px solid #f48211;
  border-radius: 0.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background 0.3s;
}
.faq-tab__item a:hover {
  color: #fff;
  background: #f48211;
}
.faq-tab__item a.is-active {
  color: #fff;
  background: #f48211;
}
.faq-tab__item a.is-active::after {
  content: "";
  background: #f48211;
  width: 2.2rem;
  height: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.faq-detail__slide {
  background: #fff;
}
.faq-detail__img {
  width: 81rem;
  margin-bottom: 3rem;
}
.faq-detail-qa {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f4efea;
  margin-bottom: 2rem;
  border: 0.2rem solid #f4efea;
  border-radius: 1rem;
  overflow: hidden;
}
.faq-detail-qa__q {
  font-weight: 500;
  line-height: 2;
  padding: 2.5rem 10rem 2.5rem 4rem;
  cursor: pointer;
  position: relative;
  display: flex;
}
.faq-detail-qa__q::after {
  content: "";
  background: url("../img/index/bg-faq-arrow.svg") no-repeat center center/cover;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2.1rem;
  right: 4rem;
  transition: transform 0.2s;
  pointer-events: none;
}
.faq-detail-qa[open] .faq-detail-qa__q::after {
  transform: rotate(-180deg);
}
.faq-detail-qa__a {
  background: #fff;
  padding: 2.5rem 4rem;
  display: flex;
}
.faq-detail-qa__a a {
  color: #f48211;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.faq-detail-qa__label {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  width: 7rem;
  margin-right: 3rem;
  flex-shrink: 0;
}
.faq-detail-qa__q .faq-detail-qa__label {
  color: #8c6834;
  border-right: 2px solid #fff;
}
.faq-detail-qa__a .faq-detail-qa__label {
  color: #f48211;
  border-right: 2px solid #f4efea;
}

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

対応エリア

============================================= */
.area__inner {
  width: 100rem;
  padding: 7rem 0 8rem;
  margin: 0 auto;
}
.area__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 6rem;
}
.area-pref__heading {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: #f48211;
  text-align: center;
  width: 18rem;
  height: 4.6rem;
  margin: 0 auto 1.5rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-pref__txt {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-list__item {
  width: 48rem;
  margin-bottom: 4rem;
}

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

会社概要

============================================= */
.company {
  background: #fcf4ed;
}
.company__inner {
  width: 100rem;
  padding: 8rem 0 9rem;
  margin: 0 auto;
}
.company-table {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 6rem;
  border-spacing: 0.2rem;
  border-radius: 1rem;
  border-collapse: separate;
  overflow: hidden;
}
.company-table__heading {
  font-weight: 500;
  background: #ead5b7;
  width: 26rem;
  padding: 3rem 4rem;
}
.company-table__txt {
  background: #fff;
  padding: 3rem 4rem;
}
.company__btn {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 7rem;
  margin: 0 auto;
}
.company__btn img {
  width: 3.4rem;
  margin-right: 1rem;
}
.company__btn::after {
  height: calc(100% + 1rem);
  border-radius: 4rem;
}
.company__btn a:hover {
  transform: translateY(1rem);
}

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

フローティング

============================================= */
.floating {
  width: 30rem;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 5;
  transition: opacity 0.3s, visibility 0.3s;
}
.floating__close {
  width: 3rem;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
}
.floating.is-close {
  opacity: 0;
  visibility: hidden;
}
.floating.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  ローディング

  ============================================= */
  .loading__spinner {
    width: 24rem;
    height: 24rem;
    border-width: 1.6rem;
  }
  .loading__spinner span {
    font-size: 2.8rem;
  }
  /* =============================================

  メインビジュアル

  ============================================= */
  .mainvisual {
    background: #d4f1ff;
  }
  .mainvisual__img {
    margin-bottom: 4rem;
  }
  .mainvisual__btn {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .mainvisual__btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .mainvisual__btn a:hover {
    transform: translateY(1.4rem);
  }
  .mainvisual__btn img {
    width: 5rem;
    margin-right: 1.5rem;
  }
  /* =============================================

  トラブル

  ============================================= */
  .trouble__inner {
    width: 65rem;
    padding-top: 7rem;
  }
  .trouble__heading {
    font-size: 4.2rem;
    margin-bottom: 6rem;
  }
  .trouble__heading em {
    font-size: 5.2rem;
  }
  .trouble-list {
    font-size: 3rem;
  }
  .trouble-list__item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .trouble-list__img {
    width: 22rem;
    margin: 0 auto 2rem;
  }
  .trouble__arrow {
    width: 14rem;
  }
  .trouble__change-timing {
    font-size: 4.8rem;
    text-decoration-thickness: 2.4rem;
    text-underline-offset: -1.4rem;
  }
  .trouble__bg {
    margin: 6rem auto 0;
  }
  /* =============================================

  かんたんエコキュート検索

  ============================================= */
  .simple-search__inner {
    width: 70rem;
    padding-bottom: 18rem;
  }
  .simple-search__recommend {
    font-size: 3.2rem;
    padding: 2.2rem 4rem;
    margin: 0 auto 5rem;
  }
  .simple-search__recommend::after {
    width: 2.4rem;
    height: 1.2rem;
  }
  .simple-search__heading {
    font-size: 5.2rem;
    margin-bottom: 7rem;
  }
  .simple-search__heading::after {
    width: 17rem;
    height: 17rem;
    top: -4rem;
    right: 0;
  }
  .simple-check {
    font-size: 2.2rem;
    font-feature-settings: "palt";
    width: 100%;
    margin: 0 auto 2rem;
  }
  .simple-check__item {
    width: 22rem;
  }
  .simple-check__txt {
    padding: 2.5rem 1.5rem 6rem;
  }
  .simple-check__arrow {
    width: 3rem;
    bottom: 2.5rem;
  }
  .check-hidden__item {
    padding: 5rem 4rem;
    display: block;
    border-radius: 0;
  }
  .check-hidden-diag {
    margin-bottom: 3rem;
  }
  .check-hidden-diag__heading {
    font-size: 2.6rem;
  }
  .check-hidden-diag__body {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .select-search {
    justify-content: center;
  }
  .select-search__item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .select-search--manufacturer .select-search__item {
    width: 20rem;
    margin-bottom: 2rem;
  }
  .select-search--manufacturer .select-search__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .select-search--capacity .select-search__item {
    width: 27rem;
  }
  .select-search--type .select-search__item {
    width: 23rem;
    margin-bottom: 2rem;
  }
  .select-search--type .select-search__item:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .select-search--tank .select-search__item {
    width: 20rem;
  }
  .select-search--pressure .select-search__item {
    width: 24rem;
  }
  .search-results__heading {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 5rem;
  }
  .search-results-list__slide {
    width: 100%;
    height: auto;
    padding: 3.5rem;
    border-radius: 1rem;
  }
  .search-results__count {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .search-results__notfound {
    font-size: 2.6rem;
  }
  .search-results__btn {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .search-results__btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .search-results__btn a:hover {
    transform: translateY(1.4rem);
  }
  .search-results__btn img {
    width: 5rem;
    margin-right: 1.5rem;
  }
  .search-results .swiper-outer {
    margin-bottom: 8rem;
  }
  .search-results .swiper-button-next, .search-results .swiper-button-prev {
    width: 7rem;
  }
  .search-results .swiper-button-prev, .search-results .swiper-rtl .swiper-button-next {
    left: -6rem;
  }
  .search-results .swiper-button-next, .search-results .swiper-rtl .swiper-button-prev {
    right: -6rem;
  }
  .results {
    height: 100%;
  }
  .results__capacity {
    font-size: 2.8rem;
    height: 5rem;
    margin-bottom: 4rem;
  }
  .results__capacity small {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
  .results-maindata__left {
    width: 27rem;
  }
  .results-maindata__right {
    width: 25rem;
  }
  .results__manufacturer {
    width: 20rem;
    margin-bottom: 1.5rem;
  }
  .results-model__heading {
    font-size: 2.6rem;
    padding-bottom: 2rem;
  }
  .results-model__txt {
    font-size: 2.2rem;
  }
  .results-model__grade {
    font-size: 1.8rem;
    padding: 0.8rem 1.5rem;
    margin-top: 1.5rem;
  }
  .results-spec {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .results-spec__item {
    width: 17.5rem;
    height: 4.4rem;
  }
  .results__price-01 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .results__price-02 {
    margin-bottom: 3rem;
  }
  .results__subsidy {
    font-size: 2rem;
    width: 8.4rem;
    height: 6.4rem;
  }
  .results__sales-price {
    font-size: 4.8rem;
  }
  .results__sales-price small {
    font-size: 2.8rem;
  }
  .results__sales-price small span {
    font-size: 2.2rem;
  }
  .results__sales-price-txt {
    font-size: 1.8rem;
  }
  .results__campaign-price-txt {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
  .results-campaign-point {
    margin-bottom: 4rem;
  }
  .results-campaign-point__heading {
    font-size: 3rem;
    text-decoration-thickness: 1.8rem;
    text-underline-offset: -0.5rem;
    margin-bottom: 4rem;
  }
  .results-campaign-point__body {
    width: 41rem;
  }
  .results__btn-more {
    font-size: 2.6rem;
    width: 40rem;
    height: 8rem;
  }
  .results__btn-more a::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 2rem;
  }
  /* =============================================

  モーダル

  ============================================= */
  .modal__inner {
    width: 71rem;
    padding: 3rem;
  }
  .modal-maindata {
    width: 100%;
    margin: 0 auto 6rem;
    flex-direction: column-reverse;
  }
  .modal-maindata__left {
    width: 100%;
    flex-shrink: 0;
  }
  .modal-maindata__right {
    width: 40rem;
    margin: 0 auto 3rem;
  }
  .modal__manufacturer {
    width: 32rem;
    margin-bottom: 2rem;
  }
  .modal-model {
    margin-bottom: 2.5rem;
  }
  .modal-model__heading {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .modal-model__txt {
    font-size: 2.6rem;
  }
  .modal-spec {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .modal-spec__item {
    width: 21rem;
    height: 4.8rem;
    margin-bottom: 1rem;
  }
  .modal-eyecatch__item {
    width: 17rem;
    margin-right: 3rem;
  }
  .modal-table {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  .modal-table__heading {
    display: block;
    width: 100%;
    padding: 2rem 3rem;
  }
  .modal-table__txt {
    display: block;
    width: 100%;
    padding: 2rem 3rem;
  }
  .modal-price__item--manufacturer {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .modal-price__item--sales em {
    font-size: 3.8rem;
  }
  .modal-price__item--sales small {
    font-size: 2.4rem;
  }
  .modal-price__item--sales small span {
    font-size: 2.2rem;
  }
  .modal-price__item--campaign {
    margin-top: 5rem;
  }
  .modal-price__item--campaign::before {
    width: 3.8rem;
    height: 2.4rem;
    top: -4rem;
    left: 6rem;
  }
  .modal-price__item--campaign em {
    font-size: 6rem;
  }
  .modal-price__item--campaign small {
    font-size: 3.6rem;
  }
  .modal-price__item--campaign small span {
    font-size: 3rem;
  }
  .modal-price__item--really {
    justify-content: center;
  }
  .modal-price__item--really em {
    font-size: 6rem;
  }
  .modal-price__item--really small {
    font-size: 3.6rem;
    margin-top: 1.8rem;
  }
  .modal-price__item--really small span {
    font-size: 3rem;
  }
  .modal-price__item--point {
    width: 100%;
    margin-top: 5rem;
  }
  .modal-price__subsidy-use {
    font-size: 2.6rem;
    padding: 0.5rem 3rem;
    border-radius: 0.6rem;
  }
  .modal-price__really-label {
    font-size: 2.8rem;
    padding: 1rem 0.2rem;
    margin-right: 1rem;
    border-radius: 0.4rem;
    writing-mode: vertical-rl;
  }
  .modal-price__point-heading {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .modal-price__point {
    width: 41rem;
    margin-right: auto;
    margin-bottom: 7rem;
    margin-left: auto;
  }
  .modal-price__point::after {
    width: 8.6rem;
    height: 6.2rem;
  }
  .modal-function-list__item a {
    padding-right: 3rem;
  }
  .modal-function-list__item a::after {
    width: 2rem;
    height: 1.8rem;
    top: 0.4em;
  }
  .modal-function-detail__heading {
    font-size: 2.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .modal-function-detail__txt {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .modal-function-detail__txt a::after {
    width: 2rem;
    height: 2rem;
    top: 0.4em;
    right: -2.5rem;
  }
  .tooltip {
    width: 2.4rem;
    vertical-align: -0.1em;
  }
  .detail-modal .modaal-container {
    background: none;
  }
  .detail-modal .modaal-content-container {
    padding: 8rem 0;
  }
  .detail-modal .btn-modal-close {
    font-size: 2.6rem;
  }
  .modaal-container > .modaal-close {
    right: 2rem;
    top: 2rem;
    width: 5rem;
    height: 5rem;
  }
  .modaal-container > .modaal-close::before, .modaal-container > .modaal-close::after {
    top: 1.4rem;
    left: 2.3rem;
    width: 0.4rem;
    height: 2.2rem;
    border-radius: 0.4rem;
  }
  /* =============================================

  CTA

  ============================================= */
  .cta {
    background: url("../img/index/bg-contact-sp.webp") no-repeat center center/cover;
    height: 54rem;
  }
  .cta__inner {
    width: 65rem;
    height: 65rem;
    padding-top: 8rem;
    top: -15rem;
    left: 50%;
  }
  .cta__icon {
    width: 12rem;
    margin-bottom: 3rem;
  }
  .cta-contact {
    margin-bottom: 3.5rem;
  }
  .cta-contact__heading {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .cta-contact__txt {
    font-size: 6.4rem;
  }
  .cta__btn {
    font-size: 2.8rem;
    width: 46rem;
    height: 11rem;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .cta__btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .cta__btn a:hover {
    transform: translateY(1.4rem);
  }
  /* =============================================

  中電エナジーサービスの特徴

  ============================================= */
  .character__inner {
    width: 65rem;
    padding: 11rem 0 8rem;
  }
  .character-cards {
    margin-bottom: 10rem;
    flex-direction: column-reverse;
  }
  .character-cards--reverse {
    flex-direction: column-reverse;
  }
  .character-cards__img {
    width: 100%;
    margin-bottom: 6rem;
  }
  .character-cards__content {
    width: 100%;
    padding-left: 6rem;
  }
  .character-cards--reverse .character-cards__content {
    padding-left: 6rem;
    padding-right: 0;
  }
  .character-cards__num {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .character-cards__num span::after {
    left: 0.6rem;
  }
  .character-cards__num em {
    font-size: 10rem;
  }
  .character-cards--reverse .character-cards__num span {
    left: 0;
    right: auto;
  }
  .character-cards-desc__heading {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .character-cards-desc__txt {
    font-size: 2.8rem;
  }
  /* =============================================

  最新機種エコキュートの変わったところ

  ============================================= */
  .new__inner {
    width: 65rem;
    padding: 18rem 0 8rem;
  }
  .new__title img {
    width: 20.8rem;
    top: -14rem;
    left: -15rem;
  }
  .new-topic {
    padding: 5.6rem 4.6rem;
    margin-bottom: 7.5rem;
    display: block;
  }
  .new-topic__img {
    width: 100%;
    margin-bottom: 5rem;
  }
  .new-topic-desc {
    width: 100%;
  }
  .new-topic-desc__heading {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
  .new-topic-desc__txt {
    font-size: 2.8rem;
  }
  .new__subtitle {
    font-size: 4.2rem;
    line-height: 1.5217391304;
    margin-bottom: 3rem;
  }
  .new__txt {
    font-size: 2.8rem;
    margin-bottom: 8rem;
  }
  .function-tab {
    font-size: 2.2rem;
  }
  .function-tab__item {
    width: 15.6rem;
  }
  .function-tab__item a {
    padding: 2rem 1rem;
  }
  .function-example__slide {
    padding: 5.6rem 4.6rem;
  }
  .function-example__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
  .function-example-cards {
    margin-bottom: 6rem;
    display: block;
  }
  .function-example-cards__img {
    width: 36rem;
    margin: 0 auto 3rem;
  }
  .function-example-desc {
    width: 100%;
  }
  .function-example-desc__heading {
    font-size: 2.8rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .function-example-desc__txt {
    font-size: 2.4rem;
  }
  /* =============================================

  お客様の声・施工実績

  ============================================= */
  .works__inner {
    width: 65rem;
    padding: 12rem 0 9rem;
  }
  .works-detail {
    padding: 5.6rem 4.6rem;
    margin-bottom: 5rem;
  }
  .works-detail__heading {
    font-size: 3.2rem;
    padding-left: 3rem;
    margin-bottom: 5rem;
    border-left: 0.8rem solid #fcceb9;
  }
  .works-detail-bfaf {
    display: block;
  }
  .works-detail-bfaf__item {
    width: 100%;
  }
  .works-detail-bfaf__item--before {
    margin-bottom: 6rem;
  }
  .works-detail-bfaf__machine {
    font-size: 2.8rem;
    padding: 2rem 3rem;
  }
  .works-detail-photo {
    background: #3d2d27;
    width: 100%;
    height: 27rem;
  }
  .works-detail-photo__slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works-detail-photo__label {
    width: 15rem;
  }
  .works-detail-photo .swiper-button-next, .works-detail-photo .swiper-button-prev {
    width: 5rem;
  }
  .works-detail-photo .swiper-button-prev, .works-detail-photo .swiper-rtl .swiper-button-next {
    left: 1rem;
  }
  .works-detail-photo .swiper-button-next, .works-detail-photo .swiper-rtl .swiper-button-prev {
    right: 1rem;
  }
  .works__btn {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .works__btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .works__btn a:hover {
    transform: translateY(1.4rem);
  }
  /* =============================================

  満足度

  ============================================= */
  .satisfaction {
    margin-bottom: 6rem;
    position: relative;
    z-index: 0;
  }
  .satisfaction::before {
    content: "";
    background: #fff;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
  .satisfaction::after {
    background: url("../img/index/bg-satisfaction-sp.png") no-repeat center center/cover;
    height: 23.6rem;
  }
  .satisfaction__inner {
    width: 65rem;
    padding: 9rem 0;
    flex-direction: column-reverse;
  }
  .satisfaction__img {
    width: 46rem;
    margin-left: 5rem;
  }
  .satisfaction-desc {
    width: 100%;
    margin-bottom: 7rem;
  }
  .satisfaction-desc__heading {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .satisfaction-desc__heading strong {
    font-size: 5.6rem;
  }
  .satisfaction-desc__heading strong::after {
    width: calc(100% + 2rem);
    height: 3.2rem;
    bottom: 0.2rem;
  }
  .satisfaction-desc__heading em {
    font-size: 13.6rem;
  }
  .satisfaction-desc__heading em small {
    font-size: 7rem;
  }
  .satisfaction-desc__txt {
    font-size: 1.8rem;
  }
  /* =============================================

  設置までのスケジュール

  ============================================= */
  .schedule__inner {
    width: 65rem;
    padding: 8rem 0 7rem;
  }
  .schedule-timeline {
    display: block;
  }
  .schedule-timeline__item {
    width: 100%;
    margin-bottom: -2rem;
    display: flex;
    justify-content: space-between;
  }
  .schedule-timeline__step {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    width: 6rem;
    height: auto;
    margin-bottom: 0;
    clip-path: polygon(100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem), 0 0);
  }
  .schedule-timeline__item:nth-of-type(n+2) .schedule-timeline__step {
    clip-path: polygon(0 0, 50% 3rem, 100% 0, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }
  .schedule-timeline__detail {
    width: 55rem;
    margin: 3rem 0;
    justify-content: space-between;
  }
  .schedule-timeline__icon {
    width: 13rem;
    margin-right: 0;
  }
  .schedule-timeline-desc {
    width: 38rem;
  }
  .schedule-timeline-desc__heading {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .schedule-timeline-desc__txt {
    font-size: 2.6rem;
  }
  /* =============================================

  よくある質問

  ============================================= */
  .faq__inner {
    width: 65rem;
    padding: 13rem 0 8rem;
  }
  .faq-tab {
    font-feature-settings: "palt";
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin-bottom: 1.5rem;
  }
  .faq-tab__item {
    width: 20rem;
    height: 12rem;
    margin-bottom: 4rem;
  }
  .faq-tab__item:nth-child(5n) {
    margin-right: 2.5rem;
  }
  .faq-tab__item:nth-child(3n) {
    margin-right: 0;
  }
  .faq-tab__item a.is-active::after {
    width: 4rem;
    height: 2rem;
  }
  .faq-detail {
    width: 70rem;
    margin: 0 -2.5rem;
  }
  .faq-detail__img {
    width: 49rem;
    margin-bottom: 4rem;
  }
  .faq-detail-qa {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .faq-detail-qa__q {
    line-height: 1.3333333333;
    padding: 2.5rem 11rem 2.5rem 4rem;
  }
  .faq-detail-qa__q::after {
    width: 5rem;
    height: 5rem;
    top: 2rem;
    right: 3rem;
  }
  .faq-detail-qa__a {
    padding: 2.5rem 4rem;
    display: flex;
  }
  .faq-detail-qa__label {
    font-size: 4rem;
    width: 9rem;
    padding-top: 0;
    margin-right: 3rem;
  }
  .faq-detail-qa__q .faq-detail-qa__label {
    border-right: 0.4rem solid #fff;
  }
  .faq-detail-qa__a .faq-detail-qa__label {
    border-right: 0.4rem solid #f4efea;
  }
  /* =============================================

  対応エリア

  ============================================= */
  .area__inner {
    width: 65rem;
    padding: 12rem 0 8rem;
  }
  .area__txt {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
  .area-pref__heading {
    font-size: 2.8rem;
    width: 23rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
  }
  .area-pref__txt {
    font-size: 3.6rem;
  }
  .area-list {
    width: 100%;
    display: block;
  }
  .area-list__item {
    width: 100%;
  }
  .area-list__item:last-child {
    margin-bottom: 0;
  }
  /* =============================================

  会社概要

  ============================================= */
  .company__inner {
    width: 65rem;
    padding: 12rem 0 14rem;
  }
  .company-table {
    font-size: 2.8rem;
    margin-bottom: 6rem;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .company-table__heading {
    display: block;
    width: 100%;
    padding: 3rem 4rem;
  }
  .company-table__txt {
    display: block;
    padding: 3rem 4rem;
  }
  .company__btn {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .company__btn::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .company__btn a:hover {
    transform: translateY(1.4rem);
  }
  /* =============================================

  フローティング

  ============================================= */
  .floating {
    width: 31rem;
  }
  .floating__close {
    width: 5rem;
    top: -2.5rem;
    right: -2.5rem;
  }
}
/* =============================================

詳細検索

============================================= */
.detail-search {
  background: #fcf4ed;
  padding: 12rem 0;
}
.detail-search__inner {
  width: 120rem;
  margin: 0 auto;
}
.detail-search__form {
  display: block;
}
.detail-search__form .check-hidden__item {
  display: block;
}
.detail-search__notice {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.detail-search__results {
  background: #fff;
  padding: 10rem 0;
  margin-bottom: 10rem;
  position: relative;
  z-index: 0;
}
.detail-search__results::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.detail-search__results .search-results-list__wrapper {
  width: 94rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail-search__results .search-results-list__slide {
  margin-bottom: 2rem;
}
.detail-search__submit {
  font-size: 2.4rem;
  font-weight: 700;
  width: 38rem;
  height: 7rem;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.detail-search__submit::after {
  content: "";
  background: #c64817;
  width: 100%;
  height: calc(100% + 1rem);
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.detail-search__submit span {
  color: #fff;
  background: #f25814;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}
.detail-search__submit span:hover {
  transform: translateY(1rem);
}
.detail-search__submit--back::after {
  background: #808080;
}
.detail-search__submit--back span {
  background: #adadad;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  詳細検索

  ============================================= */
  .detail-search {
    padding: 12rem 0;
  }
  .detail-search__inner {
    width: 70rem;
  }
  .detail-search__notice {
    font-size: 2rem;
  }
  .detail-search__results {
    padding: 10rem 0 6rem;
    margin-bottom: 6rem;
  }
  .detail-search__results .search-results-list__wrapper {
    width: 62rem;
    display: block;
  }
  .detail-search__results .search-results-list__slide {
    margin-bottom: 4rem;
  }
  .detail-search__submit {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
  }
  .detail-search__submit::after {
    height: calc(100% + 1.4rem);
    border-radius: 6rem;
  }
  .detail-search__submit span:hover {
    transform: translateY(1.4rem);
  }
}
/* =============================================

フォーム

============================================= */
.form {
  padding: 12rem 0 0;
}
.form__inner {
  width: 90rem;
  margin: 0 auto;
}
.form__campaign {
  margin-bottom: 8rem;
}
.form-step {
  font-size: 1.8rem;
  font-weight: 500;
  color: #a3a3a3;
  text-align: center;
  width: 68rem;
  margin: 0 auto 8rem;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.form-step::before {
  content: "";
  background: #a3a3a3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: -1;
}
.form-step__item {
  width: 8rem;
  position: relative;
}
.form-step__num {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  background: #fff;
  width: 100%;
  height: 8rem;
  margin-bottom: 2rem;
  border: 1px solid #a3a3a3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-step__num em {
  font-size: 3rem;
  font-style: normal;
}
.form-step__item.is-active {
  color: #f48211;
}
.form-step__item.is-active .form-step__num {
  color: #fff;
  background: #f48211;
  border-color: #f48211;
}
.form__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}
.form__txt--alignLeft {
  text-align: left;
}
.form__txt small {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5rem;
}
.form__txt a {
  color: #f25814;
  text-decoration: underline;
}
.form__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.form-table {
  font-size: 1.6rem;
  line-height: 1.625;
  background: #fff;
  width: 100%;
  margin-bottom: 6rem;
  border-top: 1px solid #d6c4a5;
}
.form-table__wrapper {
  width: 100%;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
}
.form-table__heading {
  font-weight: 500;
  width: 28rem;
  padding: 2rem 3rem;
  position: relative;
  border-bottom: 1px solid #d6c4a5;
}
.form-table__body {
  padding: 2rem 3rem;
  border-bottom: 1px solid #d6c4a5;
}
.form-table__body .error {
  font-size: 1.4rem !important;
  font-weight: 500;
  width: 100%;
  padding-left: 2rem;
  margin-top: 0.5rem;
  position: relative;
}
.form-table__body .error::before {
  content: "";
  background: url("../img/contact/icon-error.svg") no-repeat center center/cover;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.form-table__rule {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #a3a3a3;
  width: 4rem;
  height: 2rem;
  margin-top: 0.3rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-table__rule--required {
  background: #f25814;
}
.form-table__flex {
  display: flex;
  flex-wrap: wrap;
}
.form-table__notice {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.form-table__flex .form-table__notice {
  margin-left: 1.5rem;
}
.form-btn-sample {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #3d2d27;
  width: 18rem;
  height: 3.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__btn-wrapper {
  display: flex;
  justify-content: center;
}
.form__btn-wrapper .detail-search__submit {
  margin: 0 1rem;
}

.upload-form {
  padding: 8rem 0;
  position: relative;
}
.upload-form::before {
  content: "";
  background: #fcf4ed;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.upload-form__photo {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  background: #f6f6f6;
  text-align: center;
  width: 15rem;
  height: 15rem;
  margin-right: 1rem;
  border: 1px solid #a3a3a3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-form__photo input[type=file], .upload-form__photo .mw_wp_form input[type=file] {
  display: none !important;
}
.upload-form__photo .mw-wp-form_file {
  font-size: 1rem;
  color: #f25814;
  margin-top: 1rem;
}
.upload-form__photo .mw-wp-form_file::before {
  content: "選択済み:";
}
.upload-form__photo-icon {
  width: 4.8rem;
  margin-bottom: 0.5rem;
}
.upload-form .image-preview-wrapper {
  width: 15rem;
  height: 15rem;
  margin-right: 1rem;
  position: relative;
}
.upload-form .image-preview-wrapper img.image-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-form .image-preview-wrapper .remove-preview-button {
  font-size: 1.4rem;
  color: #fff;
  background: #fba200;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-text {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  background: #fff;
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  border: 1px solid #a3a3a3;
}
.input-text--size-short {
  width: 17rem;
}

.error-field .input-text {
  background: #fce3e2;
  border: 1px solid #b70000;
}

.input-textarea {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  background: #fff;
  width: 100%;
  height: 18rem;
  padding: 1rem 1.5rem;
  border: 1px solid #a3a3a3;
}

/* チェックボックス */
.input-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}

.mwform-checkbox-field.horizontal-item {
  margin-right: 1em;
}
.mwform-checkbox-field.horizontal-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mwform-checkbox-field-text {
  margin-left: 1rem;
}

.mwform-checkbox-field input {
  margin-right: 0 !important;
}

/* ラジオボタン */
.input-radio {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}

.mwform-radio-field.horizontal-item {
  margin-right: 1em;
}
.mwform-radio-field.horizontal-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mwform-radio-field-text {
  margin-left: 1rem;
}

.mwform-radio-field input {
  margin-right: 0 !important;
}

/* ファイルフィールド */
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
  display: none;
}

.mw-wp-form_image {
  font-size: 1rem;
  margin-top: 1rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 1em 0 0 !important;
}

/* 確認画面 */
.mw_wp_form_confirm .form-table__rule {
  display: none;
}
.mw_wp_form_confirm .form-table__wrapper {
  padding: 0;
}
.mw_wp_form_confirm .form-table__notice {
  display: none;
}
.mw_wp_form_confirm .form-table__flex {
  flex-direction: column;
  align-items: flex-start;
}
.mw_wp_form_confirm .form-btn-sample {
  display: none;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .upload-form__photo {
  background: none;
  text-align: left;
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
  cursor: default;
}
.mw_wp_form_confirm .upload-form__photo .mw-wp-form_file {
  font-size: 1.6rem;
  margin-top: 0;
}
.mw_wp_form_confirm .upload-form__photo .mw-wp-form_file::before {
  content: "選択済み";
}
.mw_wp_form_confirm .upload-form__photo .mw-wp-form_image {
  font-size: 1.6rem;
  margin-top: 0;
}
.mw_wp_form_confirm .upload-form__photo-icon {
  display: none;
}
.mw_wp_form_confirm .upload-form__txt {
  display: none;
}

.example-modal .modal__inner {
  padding: 0;
  border-radius: 0;
}
.example-modal .modaal-container {
  background: none;
}
.example-modal .modaal-content-container {
  padding: 8rem 0;
}
.example-modal .modaal-inner-wrapper {
  padding: 0;
}
.example-modal .btn-modal-close {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 12rem;
  padding: 2rem 0;
  margin: 0 auto;
}
.example-modal .btn-modal-close > .modaal-close {
  color: #fff;
  background: #3d2d27;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upload-overlay__background {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload-overlay__inner {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10000;
}
.upload-overlay__message {
  margin-bottom: 2rem;
}
.upload-overlay__progressbar {
  width: 30rem;
  height: 2.4rem;
  background: #444;
  margin: 0 auto 6rem;
  border-radius: 9999px;
  overflow: hidden;
}
.upload-overlay__progress {
  color: #fff;
  height: 100%;
  background: #f25814;
  text-align: center;
  line-height: 2.4rem;
  transition: width 0.2s;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  フォーム

  ============================================= */
  .form {
    padding: 12rem 0;
  }
  .form__inner {
    width: 70rem;
  }
  .form__campaign {
    margin-top: -12rem;
    margin-right: -2.5rem;
    margin-bottom: 10rem;
    margin-left: -2.5rem;
  }
  .form-step {
    font-size: 3rem;
    width: 59rem;
    margin: 0 auto 8rem;
  }
  .form-step::before {
    top: 7rem;
  }
  .form-step__item {
    width: 14rem;
  }
  .form-step__num {
    font-size: 2rem;
    height: 14rem;
  }
  .form-step__num em {
    font-size: 5.2rem;
  }
  .form__txt {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
  .form__txt--alignLeft {
    text-align: justify;
  }
  .form__txt small {
    font-size: 2.4rem;
    margin-top: 0.5rem;
  }
  .form__subtitle {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .form-table {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
  .form-table__wrapper {
    padding: 0;
  }
  .form-table__heading {
    display: block;
    width: 100%;
    padding: 3rem;
    border-bottom: none;
  }
  .form-table__body {
    display: block;
    width: 100%;
    padding: 0 3rem 3rem;
  }
  .form-table__body .error {
    font-size: 2.2rem !important;
    padding-left: 3rem;
    margin-top: 0.5rem;
  }
  .form-table__body .error::before {
    width: 2.2rem;
    height: 2.2rem;
    top: 0.7rem;
  }
  .form-table__rule {
    font-size: 2.4rem;
    width: 9.2rem;
    height: 4.6rem;
    margin-top: 0;
  }
  .form-table__flex--alignCenter {
    justify-content: center;
  }
  .form-table__notice {
    font-size: 2rem;
    display: block;
  }
  .form-table__flex .form-table__notice {
    margin-left: 1.5rem;
  }
  .form-btn-sample {
    font-size: 2.2rem;
    width: 34rem;
    height: 6rem;
    margin-top: 2rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .form__btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .form__btn-wrapper .detail-search__submit {
    margin: 0 0 4rem;
  }
  .upload-form {
    padding: 8rem 0;
  }
  .upload-form__photo {
    font-size: 1.8rem;
    width: 20rem;
    height: 18rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .upload-form__photo .mw-wp-form_file {
    font-size: 1.8rem;
  }
  .upload-form__photo-icon {
    width: 6rem;
    margin-bottom: 1rem;
  }
  .upload-form .image-preview-wrapper {
    width: 20rem;
    height: 18rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .upload-form .image-preview-wrapper .remove-preview-button {
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
  .input-text {
    font-size: max(2.6rem, 16px);
    height: 8rem;
    padding: 0 1.5rem;
  }
  .input-text--size-short {
    width: 20rem;
  }
  .input-text::-moz-placeholder {
    font-size: 2.2rem;
  }
  .input-text::placeholder {
    font-size: 2.2rem;
  }
  .input-textarea {
    font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: max(2.6rem, 16px);
    line-height: 1.625;
    background: #fff;
    width: 100%;
    height: 18rem;
    padding: 1rem 1.5rem;
    border: 1px solid #a3a3a3;
  }
  .input-textarea::-moz-placeholder {
    font-size: 2.2rem;
  }
  .input-textarea::placeholder {
    font-size: 2.2rem;
  }
  /* チェックボックス */
  .input-checkbox {
    width: 2.6rem;
    height: 2.6rem;
  }
  .mwform-checkbox-field-text {
    margin-left: 1rem;
  }
  .mwform-checkbox-field.horizontal-item {
    margin-bottom: 0.5rem;
  }
  /* ラジオボタン */
  .input-radio {
    width: 2.6rem;
    height: 2.6rem;
  }
  .mwform-radio-field-text {
    margin-left: 1rem;
  }
  /* ファイルフィールド */
  .mw-wp-form_image {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .example-modal .modal__inner {
    width: 65rem;
  }
  .example-modal .modaal-container {
    background: none;
  }
  .example-modal .modaal-content-container {
    padding: 8rem 0;
  }
  .example-modal .btn-modal-close {
    font-size: 2.6rem;
  }
  /* 確認画面 */
  .mw_wp_form_confirm .form-table__flex--alignCenter {
    justify-content: flex-start;
  }
  .mw_wp_form_confirm .upload-form__photo .mw-wp-form_image {
    font-size: 2.4rem;
  }
  .upload-overlay__inner {
    font-size: 2.6rem;
  }
  .upload-overlay__message {
    margin-bottom: 3rem;
  }
  .upload-overlay__progressbar {
    width: 46rem;
    height: 4rem;
  }
  .upload-overlay__progress {
    line-height: 4rem;
  }
}
/* =============================================

特定商取引法に基づく表記

============================================= */
.law {
  padding: 12rem 0 0;
}
.law__inner {
  width: 100rem;
  margin: 0 auto;
}
.law__detail {
  padding: 8rem 0;
  position: relative;
}
.law__detail::before {
  content: "";
  background: #fcf4ed;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  特定商取引法に基づく表記

  ============================================= */
  .law {
    padding: 12rem 0;
  }
  .law__inner {
    width: 65rem;
  }
}
/* =============================================

個人情報保護について

============================================= */
.policy {
  padding: 12rem 0;
}
.policy__inner {
  width: 100rem;
  margin: 0 auto;
}
.policy a {
  color: #f48211;
  text-decoration: underline;
}
.policy .policy__link-pdf {
  color: inherit;
  text-decoration: none;
}
.policy .policy__link-pdf img {
  vertical-align: -0.3rem;
  width: 5rem;
  margin-left: 0.5em;
}
.policy__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f48211;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f48211;
}
.policy__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
  margin-bottom: 3rem;
}
.policy__txt--alignRight {
  text-align: right;
}
.policy-list__heading {
  font-size: 2rem;
  line-height: 1.6875;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.policy-list__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
  margin-left: 1.5em;
  margin-bottom: 3rem;
}
.policy-list__txt--noIndent {
  margin-left: 0;
}
.policy-list__txt em {
  font-weight: 500;
  font-style: normal;
}
.policy-disclist {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
.policy-disclist__item::before {
  content: "・";
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  個人情報保護について

  ============================================= */
  .policy__inner {
    width: 65rem;
  }
  .policy .policy__link-pdf img {
    width: 6.4rem;
  }
  .policy__title {
    font-size: 3.8rem;
    line-height: 1.3157894737;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .policy__txt {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .policy-list__heading {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
  .policy-list__txt {
    font-size: 2.6rem;
    margin-left: 1.2em;
    margin-bottom: 3rem;
  }
  .policy-disclist {
    font-size: 2.6rem;
  }
  .policy-disclist__item {
    padding-left: 0.7em;
    text-indent: -0.6em;
  }
}
/* =============================================

お客様の声・施工実績

============================================= */
.works-index {
  background: #fffaef;
  padding: 12rem 0 8rem;
}
.works-index__inner {
  width: 104rem;
  margin: 0 auto;
}
.works-index-list {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.works-index-list__item {
  width: 32rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
}
.works-index-list__item:nth-child(3n) {
  margin-right: 0;
}
.works-index-list__item a {
  background: #fff;
  display: block;
  height: 100%;
  padding: 1.9rem;
  border: 1px solid #ead5b7;
  border-radius: 1rem;
  transition: background 0.5s;
}
.works-index-list__item a:hover {
  background: rgba(234, 213, 183, 0.1);
}
.works-index-list__img {
  width: 28rem;
  margin-bottom: 1.5rem;
}
.works-index-list__img img {
  width: 100%;
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-index-list__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
}

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

お客様の声・施工実績（詳細）

============================================= */
.works-single {
  background: #fffaef;
  padding: 12rem 0;
}
.works-single__inner {
  width: 100rem;
  margin: 0 auto;
}
.works-single__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.works-single__subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  background: #ead5b7;
  width: 100%;
  height: 5rem;
  margin-bottom: 4rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-single-bfaf {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-single-bfaf__item {
  background: #fff;
  width: 48rem;
  height: 36rem;
  margin-bottom: 4rem;
}
.works-single-bfaf__item img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-single__btn-back {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 38rem;
  height: 8rem;
  margin: 0 auto;
}
.works-single__btn-back a {
  color: #fff;
  background: #3d2d27;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-single__btn-back a::after {
  content: "";
  background: url("../img/common/icon-arrow-right.svg") no-repeat center center/cover;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

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

ページネーション

============================================= */
.wp-pagenavi {
  font-family: "Jost", sans-serif;
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-pagenavi span, .wp-pagenavi a.page {
  color: #f25814;
  background: #fff;
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
  border: 1px solid #f25814;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #f25814;
}
.wp-pagenavi a.page {
  transition: opacity 0.3s;
}
.wp-pagenavi a.page:hover {
  opacity: 0.7;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -9999px;
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
  transition: opacity 0.3s;
}
.wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi a.nextpostslink {
  background-image: url("../img/common/btn-pager-next.svg");
}
.wp-pagenavi a.previouspostslink {
  background-image: url("../img/common/btn-pager-prev.svg");
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  お客様の声・施工実績

  ============================================= */
  .works-index {
    padding: 12rem 0;
  }
  .works-index__inner {
    width: 65rem;
  }
  .works-index-list {
    display: block;
    margin-bottom: 8rem;
  }
  .works-index-list__item {
    width: 100%;
    margin-right: 0;
  }
  .works-index-list__item a {
    padding: 4.3rem;
    border-width: 0.2rem;
  }
  .works-index-list__item:last-of-type {
    margin-bottom: 0;
  }
  .works-index-list__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .works-index-list__img img {
    height: 42rem;
  }
  .works-index-list__title {
    font-size: 3.2rem;
  }
  /* =============================================

  お客様の声・施工実績（詳細）

  ============================================= */
  .works-single__inner {
    width: 65rem;
  }
  .works-single__title {
    font-size: 3.8rem;
    line-height: 1.4210526316;
    margin-bottom: 4rem;
  }
  .works-single__subtitle {
    font-size: 3.2rem;
    height: 9rem;
    margin-bottom: 6rem;
  }
  .works-single-bfaf {
    display: block;
    margin-bottom: 10rem;
  }
  .works-single-bfaf__item {
    width: 100%;
    height: 48rem;
    margin-bottom: 6rem;
  }
  .works-single__btn-back {
    font-size: 2.8rem;
    width: 57rem;
    height: 11rem;
  }
  .works-single__btn-back a::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 3.5rem;
  }
  /* =============================================

  ページネーション

  ============================================= */
  .wp-pagenavi {
    font-size: 4.6rem;
  }
  .wp-pagenavi span, .wp-pagenavi a.page {
    width: 8rem;
    height: 8rem;
    margin: 0 1rem;
    border-radius: 0.8rem;
  }
  .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    width: 8rem;
    height: 8rem;
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */