@charset "UTF-8";
/* 共通コンテナ */
/* spとtabの“間だけ”に当てたいとき（769px〜1199px）
   ※ 1px は必ず px を付ける！ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #4b4b4b;
  background: #fff;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
.wide-only {
  display: block;
}
@media (max-width: 1199px) {
  .wide-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wide-only {
    display: none !important;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tbsp-only {
  display: none;
}
@media (max-width: 1199px) {
  .tbsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tbsp-only {
    display: block !important;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.list-note {
  list-style: none;
  padding-left: 1em;
}
.list-note > li {
  text-indent: -1em;
}
.list-note > li::before {
  content: "※";
}

.num {
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
}

.header {
  color: #fff;
  position: relative;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    height: 3.125rem;
  }
}
.header-btn {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
}
@media (max-width: 767px) {
  .header-btn {
    width: auto;
  }
}
.header-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  width: 24%;
  max-width: 15.625rem;
  height: 5rem;
  font-size: clamp(16px, 1.6vw, 20px);
}
.header-btn-link span {
  padding: 0 0.3125rem;
}
.header-btn-link:hover {
  opacity: 0.9;
}
.header-tel {
  width: 30%;
  max-width: 18.75rem;
  height: 4.25rem;
  background: linear-gradient(to bottom, #ffbd53, #f68422);
  border-radius: 50px;
  margin-right: 1.25rem;
}
.header-tel span {
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  font-size: clamp(16px, 2.4vw, 36px);
  font-weight: 600;
  padding: 0 0 0 0.5rem;
  position: relative;
  top: 0.3125rem;
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .header-tel span {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header-tel.tbsp-only {
    background: linear-gradient(to bottom, #ffbd53, #f68422);
    color: #fff;
    border-radius: 0;
    padding: 0 0.3125rem;
    min-width: 120px;
    width: 20vw;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 0.75rem;
  }
  .header-tel.tbsp-only strong {
    font-size: 0.875rem;
    font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-tel.tbsp-only {
    margin-right: 0;
  }
  .header-tel.tbsp-only strong {
    font-size: 1rem;
    margin-left: 0;
  }
}
.header-mail {
  background-color: #2196f3;
}
.header-biz {
  background-color: #6fade5;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
}
@media (max-width: 1199px) {
  .header__inner {
    height: auto;
  }
}
.header__logo {
  width: 50%;
  margin-left: clamp(16px, 82.8px + 277.2 * (100vw - 1440px) / 480, 360px);
}
.header__logo a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4b4b4b;
  text-decoration: none;
  position: relative;
  display: flex;
}
.header__logo a span {
  position: absolute;
  left: 5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header__logo a span {
    font-size: clamp(0.6875rem, 1.2vw, 0.875rem);
  }
}
@media (max-width: 767px) {
  .header__logo a span {
    left: 3rem;
    font-size: 0.5625rem;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .header__logo a img {
    width: 10.625rem;
  }
}

.nav {
  max-width: 75rem;
  margin: 17px auto;
  position: relative;
  z-index: 9999;
}
.nav-list {
  background-color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 100px;
  max-width: 75rem;
  margin: 17px auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .nav-list {
    margin: 0 auto;
  }
}
.nav ul {
  display: flex;
  justify-content: space-around;
}
.nav ul li a {
  color: #4b4b4b;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s ease;
}
.nav ul li a::after {
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background-color: #2196f3;
}
.nav ul li a:hover {
  color: #2196f3;
  position: relative;
}
@media (max-width: 1199px) {
  .nav ul li a:hover {
    color: #4b4b4b;
  }
}
.nav ul li a:hover::after {
  display: block;
}
@media (max-width: 1199px) {
  .nav ul li a:hover::after {
    display: none;
  }
}

/* ========== ハンバーガー（三本線→×） ========== */
.menu-btn {
  width: 48px;
  height: 48px;
  position: relative;
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0.3125rem;
  cursor: pointer;
  z-index: 9999;
  background-color: #1870cf;
  border-radius: 9999px;
  transition: 0.3s ease;
}
.menu-btn span {
  position: absolute;
  left: 25%;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
.menu-btn span:nth-child(1) {
  top: 15px;
}
.menu-btn span:nth-child(2) {
  top: 22.5px;
}
.menu-btn span:nth-child(3) {
  top: 30px;
}
.menu-btn.is-active {
  transform: translate(-10px, 10px);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.menu-btn.is-active span:nth-child(1) {
  top: 22.5px;
  transform: rotate(45deg);
}
.menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-active span:nth-child(3) {
  top: 22.5px;
  transform: rotate(-45deg);
}

/* ========== tb以下だけ：ナビをドロワー化 ========== */
@media (max-width: 1199px) {
  .menu-btn {
    display: inline-block;
  }
  /* オーバーレイ用フローティング×ボタン（メニューオープン時にJSで生成） */
  .menu-fab {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 0.5rem);
    right: 0.5rem;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 9999px;
    background: #1870cf;
    display: none; /* JSでopen時に表示 */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    padding: 0;
  }
  .menu-fab span {
    position: absolute;
    left: 25%;
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
  }
  .menu-fab span:first-child {
    top: 22.5px;
    transform: rotate(45deg);
  }
  .menu-fab span:last-child {
    top: 22.5px;
    transform: rotate(-45deg);
  }
  /* ナビOPEN中はメニューボタンを画面右上に固定し、閉じるボタンとして使う */
  .no-scroll .menu-btn {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 0.5rem);
    right: 0.5rem;
    z-index: 9999;
    transform: none; /* is-active時のズレ防止 */
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2); /* 背景上で視認性UP */
  }
  /* ドロワーOPEN中はヘッダー自体はクリック不可にして、ボタンのみ操作可にする */
  .no-scroll .header {
    z-index: 999;
    pointer-events: none; /* ヘッダー全体はクリック無効 */
  }
  .no-scroll .header .menu-btn {
    pointer-events: auto; /* ボタンは有効 */
  }
  .no-scroll .menu-btn.is-active {
    transform: none;
  }
  /* 既存のPCナビ見た目は触らず、tb以下だけ上書き */
  .nav {
    position: fixed;
    inset: 0; /* 画面全体を覆う */
    z-index: 999;
    pointer-events: none; /* is-open時だけ有効化 */
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .nav-list {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 85vw;
    background: #add8ff;
    box-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    z-index: 999;
  }
  .nav-list ul {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3.75rem;
    height: 80vh;
  }
  .nav-list ul li {
    width: 100%;
    padding: 0.625rem 0;
    position: relative;
  }
  .nav-list ul li a {
    display: block;
    padding: 0.3125rem;
    text-align: center;
    font-size: 1.75rem;
  }
  .nav {
    /* 開いていないとき（視覚的に隠す） */
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .nav-list ul li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .nav-list .header-mail,
  .nav-list .header-biz {
    padding: 1.875rem;
  }
  .nav-list .header-mail a,
  .nav-list .header-biz a {
    color: #fff;
  }
  .nav-list .header-mail a:hover,
  .nav-list .header-biz a:hover {
    color: #fff;
  }
  .nav-list .header-mail {
    margin-top: 0.9375rem;
  }
  .nav .nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 0;
  }
}
@media (max-width: 1199px) {
  /* 開いていないとき（視覚的に隠す） */
  .nav:not(.is-open) .nav-backdrop {
    opacity: 0;
    pointer-events: none;
  }
  .nav:not(.is-open) .nav-list {
    transform: translateX(100%);
  }
  /* 開いたとき */
  .nav.is-open {
    pointer-events: auto;
  }
  .nav.is-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .nav.is-open .nav-list {
    transform: translateX(0);
  }
  .nav-close {
    position: sticky; /* スクロールしても上部に残る */
    top: 0;
    margin-left: auto;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    /* 触りやすいように少しだけ当たり判定を広げる */
  }
  .nav-close:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .nav-close:active {
    background: rgba(0, 0, 0, 0.1);
  }
  .nav-close-btn {
    /* 画面右上に常に固定（メニュー表示中だけ見える） */
    position: fixed;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 1000; /* ナビ中身やヘッダーより前面に出す */
    /* “X” 印（疑似要素で描画） */
  }
  .nav-close-btn::before, .nav-close-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #fff;
    transform-origin: center;
  }
  .nav-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .nav-close-btn {
    /* アクセシビリティ＆操作感 */
    outline: none;
  }
  .nav-close-btn:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.3);
    outline-offset: 2px;
  }
  .nav-close-btn:active {
    transform: translateY(1px);
  }
  /* メニュー閉時は非表示（既存の .nav.is-open に合わせて切替） */
  .nav-close-btn {
    display: none;
  }
  .nav.is-open ~ .nav-close-btn,
  .nav.is-open .nav-close-btn,
  .nav.is-open + .nav-close-btn {
    /* DOMの位置関係が環境ごとに違っても効くように3パターン用意 */
    display: block;
  }
  /* 背景が暗い時にボタンが沈む場合は反転テーマを自動適用（任意） */
  .nav.is-open .nav-backdrop ~ .nav-close-btn,
  .nav.is-open + .nav-close-btn {
    background-color: #1870cf;
    border-radius: 9999px;
  }
  /* 開いてる間は画面スクロール抑止（bodyに付与） */
  .no-scroll {
    overflow: hidden;
    touch-action: none;
  }
}
.footer {
  background-color: #e4f2ff;
  margin-top: 6.875rem;
}
.footer__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b4b4b;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  position: relative;
  padding: 1.875rem 0;
}
.footer__ttl-line {
  display: block;
  width: 2.5rem;
  height: 0.625rem;
  background-color: #2196f3;
  margin: 0 1.25rem;
}
.footer-info {
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .footer-info {
    min-width: 20.9375rem;
    padding: 0;
  }
}
.footer-info-basic {
  display: flex;
  gap: 0.4375rem;
  justify-content: space-between;
  margin: 0.625rem 0;
  flex-wrap: wrap;
}
.footer-info-basic-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(25% - 0.4375rem);
  height: 7.5rem;
  background-color: #2196f3;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.3;
  border-radius: 0.3125rem;
}
@media (max-width: 1199px) {
  .footer-info-basic-item {
    width: calc(50% - 0.4375rem);
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .footer-info-basic-item {
    font-size: 1.125rem;
  }
}
.footer-info-basic-item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.footer-info-service {
  display: flex;
  gap: 0.4375rem;
  justify-content: space-between;
  margin: 1.25rem 0;
  flex-wrap: wrap;
}
.footer-info-service-item {
  display: flex;
  position: relative;
  isolation: isolate;
  width: calc(25% - 0.4375rem);
  height: 9.375rem;
  border-radius: 0.3125rem;
}
@media (max-width: 1199px) {
  .footer-info-service-item {
    width: calc(50% - 0.4375rem);
  }
}
.footer-info-service-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.footer-info-service-item-water::before {
  background: url("/assets/img/common/service-list-bg1.webp") no-repeat;
  background-size: 100% 100%;
}
.footer-info-service-item-boiler::before {
  background: url("/assets/img/common/service-list-bg5.webp") no-repeat;
  background-size: 100% 100%;
}
.footer-info-service-item-aircon::before {
  background: url("/assets/img/common/service-list-bg7.webp") no-repeat;
  background-size: 100% 100%;
}
.footer-info-service-item-disposer::before {
  background: url("/assets/img/common/service-list-bg8.webp") no-repeat;
  background-size: 100% 100%;
}
.footer-info-service-item a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(203, 203, 203, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(10px);
  overflow-wrap: anywhere;
  width: 100%;
  height: 100%;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1870cf;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .footer-info-service-item a {
    font-size: 1.375rem;
  }
}
.footer-info-service-item-allow {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #f68422;
}
.footer-info-service-item-allow::after {
  content: "→";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  z-index: 3;
  top: 33%;
  right: 0;
  color: #fff;
  font-size: 1rem;
}
.footer-lower {
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
  align-items: stretch;
  padding: 0 3.125rem 8.125rem;
}
@media (max-width: 1199px) {
  .footer-lower {
    flex-direction: column;
    padding: 0;
  }
}
.footer-news {
  width: 50%;
  flex: 1;
}
@media (max-width: 1199px) {
  .footer-news {
    width: 100%;
  }
}
.footer-news-contents {
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-news-contents {
    width: 100%;
  }
}
.footer-news-item {
  height: 28.125rem;
  overflow-y: scroll;
}
.footer-news-item-list {
  margin: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c9c9c9;
}
.footer-news-item-ttl {
  font-weight: 600;
}
.footer-news-item-text {
  display: block;
  font-weight: 400;
}
.footer-youtube {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 1.25rem;
}
@media (max-width: 1199px) {
  .footer-youtube {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 767px) {
  .footer-youtube {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
  }
}
.footer-youtube-img {
  max-width: 14.375rem;
  height: 8.125rem;
  padding: 1.875rem 0 0 1.875rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer-youtube-img {
    padding: 1.25rem 0 0;
    margin-inline: auto;
  }
}
.footer-youtube-text {
  padding: 1.875rem 1.875rem 0 0.3125rem;
}
@media (max-width: 1199px) {
  .footer-youtube-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .footer-youtube-text {
    grid-column: 1/3;
    padding: 1.25rem 0.625rem 0;
    font-size: 1rem;
  }
}
.footer-youtube .btn-basic {
  max-width: 25rem;
  width: 80%;
  grid-column: 1/3;
  font-size: 1.125rem;
  margin: 1.25rem auto;
}
.footer-other {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer-other-contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-other-contents {
    margin-inline: auto;
    gap: 0.625rem;
    margin-bottom: 3.125rem;
  }
}
.footer-other-contents img {
  margin: auto;
}
.footer-sitemap {
  background-color: #1870cf;
  color: #fff;
}
.footer-sitemap-group {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto 3.125rem;
  padding: 3.125rem 3.125rem 0;
  display: flex;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-sitemap-group {
    width: 97.5%;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer-sitemap-group {
    padding: 2.5rem 0;
    flex-direction: column;
  }
}
.footer-sitemap-group ul {
  width: 25%;
}
@media (max-width: 767px) {
  .footer-sitemap-group ul {
    width: 100%;
    margin: 0.9375rem 0 0;
  }
}
.footer-sitemap-group ul li {
  padding-bottom: 0.3125rem;
  font-size: 1.125rem;
}
.footer-sitemap-group a {
  font-weight: 300;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.footer-sitemap-group a::after {
  /* あとで矢印書き出す */
  content: "→";
  display: contents;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
  position: relative;
  left: 0.3125rem;
}
.footer-sitemap-group a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media (max-width: 767px) {
  .footer-sitemap-group a {
    font-size: 1rem;
  }
}
.footer-sitemap-group-ttl, .footer-sitemap-group-ttl a {
  font-size: 1rem;
  font-weight: 400;
}
.footer-sitemap-group-ttl::after, .footer-sitemap-group-ttl a::after {
  display: none;
}
.footer-sitemap-group-ttl {
  padding-bottom: 1.25rem;
}
.footer-sitemap-logo {
  position: absolute;
  right: 3.125rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer-sitemap-logo {
    bottom: -1.25rem;
    right: auto;
  }
}
.footer-sitemap-logo a::after {
  display: none;
}

.copyright {
  background-color: #002864;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.3125rem 0;
}

.btn-basic {
  width: 37.5rem;
  height: 3.125rem;
  margin-inline: auto;
  color: #2196f3;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: 9999px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  border: 2px solid #1870cf;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
}
.btn-basic::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #2196f3;
  border-width: 0.625rem 0px 0.625rem 1.0625rem;
}
.btn-basic:hover {
  color: #fff;
  background-color: #1870cf;
}
.btn-basic:hover::after {
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .btn-basic {
    width: 20.9375rem;
    height: 3.75rem;
    font-size: 1.125rem;
  }
  .btn-basic::after {
    right: 1.25rem;
  }
}
.btn-basic a {
  width: 100%;
}
.btn-service__list {
  width: 16.25rem;
  font-size: 1.125rem;
}
.btn-service__list::after {
  right: 1.25rem;
  border-width: 0.4375rem 0px 0.4375rem 0.75rem;
}
.btn-lower-cta {
  height: 5.625rem;
  background-color: #96cdff;
  color: #4b4b4b;
}
@media (max-width: 1199px) {
  .btn-lower-cta {
    width: 22.5rem;
    height: 3.75rem;
    font-size: 1.125rem;
  }
  .btn-lower-cta::before {
    left: -0.625rem;
  }
  .btn-lower-cta::after {
    right: 0.625rem;
  }
  .btn-lower-cta .show-more {
    margin-left: -0.625rem;
  }
}
.btn-lower-cta::before {
  content: "";
  display: block;
  position: relative;
  left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("/assets/img/lower/lower-cta-bnr_main-icon.webp") no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
.btn-lower-cta::after {
  border-color: transparent transparent transparent #303fb3;
}
.btn-lower-cta:hover::before {
  background: url("/assets/img/common/icon-inquiry.webp");
  background-size: cover;
}

.article__heading {
  position: relative;
  z-index: 2;
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 1.875rem 3.125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .article__heading {
    min-width: 20.9375rem;
    padding: 1.875rem 0;
  }
}
.article__ttl {
  color: #002864;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .article__ttl {
    font-size: 1.75rem;
  }
}
.article__ttl_sub {
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  font-size: 1.5rem;
  color: #6fb6f9;
}
@media (max-width: 767px) {
  .article__ttl_sub {
    font-size: 1.25rem;
  }
}
.article__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 85%;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 3.125rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .article__wrap {
    min-width: 20.9375rem;
    margin: 0 auto;
    padding: 0;
  }
}
.article__wrap-case {
  flex-direction: column;
}
.article__item {
  width: calc(25% - 1.25rem);
  text-align: justify;
  position: relative;
}
@media (max-width: 767px) {
  .article__item {
    width: calc(50% - 1.25rem);
    margin-bottom: 1.25rem;
  }
}
.article__item:first-child::before {
  content: "NEW";
  display: flex;
  position: absolute;
  width: 2.5rem;
  height: 1.25rem;
  color: #fff;
  background-color: #ea396a;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.article__item {
  /* タイトル */
}
.article__item p {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article__item-case {
  width: 100%;
  background-color: #fff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
}
.article__item-case:first-child {
  position: relative;
}
.article__item-case:first-child::after {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 1.875rem;
  color: #fff;
  background-color: #ea396a;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
}
@media (max-width: 767px) {
  .article__item-case:first-child::after {
    top: -10;
  }
}
@media (max-width: 767px) {
  .article__item-case {
    flex-direction: column;
  }
}
.article__item-case-contents {
  width: 66%;
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .article__item-case-contents {
    width: 100%;
    margin-right: 0;
  }
}
.article__item-case-tag {
  display: flex;
  justify-content: space-between;
}
.article__item-case-tag-item {
  padding: 0.1875rem 0.3125rem;
  background-color: #fddac0;
  margin: 0 0.3125rem;
}
.article__item-case-tag-item:first-child {
  margin-left: 0;
}
.article__item-case-ttl {
  line-height: 1.3;
  margin: 0.5rem 0;
}
.article__item-case-text {
  line-height: 1.3;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3; /* 最大行数を3に指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clamp: 3) {
  .article__item-case-text {
    display: block;
    line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .article__item-case-text {
    margin-bottom: 1.5625rem;
  }
}
.article__img img {
  width: 100%;
}
.article__img-case {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 767px) {
  .article__img-case {
    width: 100%;
    justify-content: center;
  }
}
.article__img-case .tri-path {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #1870cf;
  border-right: 0;
  margin: 0 0.3125rem;
}
.article__img-case-item {
  position: relative;
  width: 85%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.article__img-case-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article__img-case-item {
  /* 仮デザインのスタイル※現在の状態に影響なし */
}
.article__img-case-item::before {
  display: flex;
  border-radius: 50px;
  width: 5rem;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.625rem;
  left: -0.3125rem;
}
.article__img-case-item-before::before {
  content: "Before";
  background-color: #1870cf;
  color: #fff;
}
.article__img-case-item-after::before {
  content: "After";
  border: 1px solid #002864;
  background-color: #a6d0f7;
  color: #002864;
}
.article__btn {
  position: relative;
  z-index: 2;
  margin-top: 3.125rem;
}
.article__case {
  position: relative;
  isolation: isolate;
  margin: 3.75rem 0 1.875rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
}
.article__case::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85vw;
  background: linear-gradient(to right, #71c0ff, #ffffff);
  border-radius: 0 1.25rem 1.25rem 0;
  z-index: 1;
}

/*お知らせ*/
.news-section {
  width: 85%;
  max-width: 68.75rem;
  margin: 3.125rem auto;
}
@media (max-width: 767px) {
  .news-section {
    width: calc(100% - 2.5rem);
    margin: 1.875rem auto;
  }
}
.news-date {
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .news-date {
    font-size: 1.125rem;
  }
}
.news-title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.news-thumb {
  display: flex;
  justify-content: center;
  padding: 3.125rem 0;
}
.news-thumb img {
  width: 85%;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .news-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-thumb {
    padding: 1.25rem 0;
  }
}
.news-text {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .news-text {
    font-size: 1.125rem;
  }
}

:root {
  --cs-gap: 12px;
  --cs-radius: 10px;
  --cs-duration: 350ms;
  --cs-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --cs-border: 1px solid #e5e7eb;
  --cs-lastest: #1870cf;
  --cs-water: #529de2;
  --cs-trouble: #ed851d;
  --cs-guide: #07a043;
}

.cat-switcher {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.cat-switcher__tabs {
  display: flex;
  padding: 0.625rem 0;
  flex-wrap: wrap;
}
.cat-switcher__tab {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 1.25rem;
  font: 600 1rem/1 system-ui;
  cursor: pointer;
  border: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .cat-switcher__tab {
    flex: 1 1 50%;
    outline: 1px solid #c9c9c9;
  }
}
.cat-switcher__tab.tab-lastest[aria-selected=true] {
  background: var(--cs-lastest);
}
.cat-switcher__tab.tab-lastest[aria-selected=true]::after {
  border-top: 16px solid var(--cs-lastest);
}
.cat-switcher__tab.tab-water[aria-selected=true] {
  background: var(--cs-water);
}
.cat-switcher__tab.tab-water[aria-selected=true]::after {
  border-top: 16px solid var(--cs-water);
}
.cat-switcher__tab.tab-trouble[aria-selected=true] {
  background: var(--cs-trouble);
}
.cat-switcher__tab.tab-trouble[aria-selected=true]::after {
  border-top: 16px solid var(--cs-trouble);
}
.cat-switcher__tab.tab-guide[aria-selected=true] {
  background: var(--cs-guide);
}
.cat-switcher__tab.tab-guide[aria-selected=true]::after {
  border-top: 16px solid var(--cs-guide);
}
.cat-switcher__viewport {
  position: relative;
  overflow: hidden;
  border-radius: var(--cs-radius);
  margin-top: 12px;
  transition: height var(--cs-duration) var(--cs-ease);
}
.cat-switcher__track {
  display: flex;
  width: 100%;
  will-change: transform;
  transition: transform var(--cs-duration) var(--cs-ease);
}
.cat-switcher__panel {
  flex: 0 0 100%;
  padding: 16px;
  overflow: hidden;
}
.cat-switcher__panel[hidden] {
  display: none;
}
@media (max-width: 767px) {
  .cat-switcher__panel {
    padding: 0;
  }
}

.cat-switcher__tab[aria-selected=true] {
  color: #fff;
}
.cat-switcher__tab[aria-selected=true]::after {
  content: "";
  display: block;
  border-right: 16px solid transparent;
  border-bottom: 0;
  border-left: 16px solid transparent;
  position: absolute;
  left: calc(50% - 16px);
  bottom: -15px;
}
@media (max-width: 767px) {
  .cat-switcher__tab[aria-selected=true]::after {
    display: none;
  }
}

/* ===== Posts grid ===== */
.posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .posts {
    gap: 10px;
  }
}
.posts li.is-hidden {
  display: none;
}

.post {
  display: block;
  border: var(--cs-border);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.post__thumb {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post__body {
  padding: 1rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .post__body {
    padding: 0.375rem;
  }
}
.post__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.625rem;
  min-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .post__title {
    font-size: 1rem;
  }
}
.post__meta {
  font-size: 1rem;
  color: #626262;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post__meta {
    font-size: 0.75rem;
  }
}
.post__cat {
  color: #fff;
  border-radius: 9999px;
  font-size: 0.875rem;
  padding: 0.1875rem 0.625rem;
}
.post__cat-water {
  background-color: var(--cs-water);
}
.post__cat-trouble {
  background-color: var(--cs-trouble);
}
.post__cat-guide {
  background-color: var(--cs-guide);
}
@media (max-width: 767px) {
  .post__cat {
    font-size: 0.6875rem;
    padding-inline: 0.3125rem;
  }
}

.skeleton {
  background: linear-gradient(90deg, #f2f2f2, #fafafa, #f2f2f2);
  background-size: 200% 100%;
  animation: ske 1.2s infinite linear;
}

@keyframes ske {
  to {
    background-position: -200% 0;
  }
}
/* ===== Pager ===== */
.cat-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 16px 0 4px;
}

.cat-pager__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: #1870cf;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  color: #1870cf;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cat-pager__btn:hover {
  transform: translateY(-3px);
}

.cat-pager__btn[aria-current=page],
.cat-pager__btn.is-active {
  background: #1870cf;
  color: #fff;
  border-color: #1870cf;
}

.cat-pager__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* コラム詳細ページ */
.tips-article {
  margin: 1.25rem 0;
  border: 2px solid #1870cf;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 767px) {
  .tips-article {
    border: none;
    padding: 0;
  }
}
.tips-article__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tips-article__title {
  font-size: 1.75rem;
  line-height: 1.3;
  padding: 0.625rem 0;
}
@media (max-width: 767px) {
  .tips-article__title {
    font-size: 1.25rem;
  }
}
.tips-article__thumb {
  margin: 0.625rem 0;
}
.tips-article__body {
  line-height: 1.3;
}
.tips-article__body h1,
.tips-article__body h2 {
  font-size: 1.375rem;
  color: #fff;
  background-color: #2196f3;
  padding: 0.875rem 1.25rem;
  scroll-margin-top: 200px;
}
@media (max-width: 1199px) {
  .tips-article__body h1,
  .tips-article__body h2 {
    scroll-margin-top: 50px;
  }
}
.tips-article__body h3 {
  font-size: 1.375rem;
  padding: 0.3125rem 0.625rem;
  border-bottom: 2px solid #2196f3;
}
.tips-article__body h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  color: #fff;
  background-color: #4ba6e8;
  padding: 0.3125rem 1.25rem;
  margin: 0;
}
.tips-article__body p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0.625rem 0;
}
.tips-article__body ul {
  margin: 0.625rem 0;
}
.tips-article__body ul li {
  position: relative;
  padding: 0.4375rem 1.25rem;
}
.tips-article__body ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  background-color: #2196f3;
}
.tips-article__author {
  margin: 3.125rem 0;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  border: 2px solid #1870cf;
  display: grid;
}
.tips-article__author-label {
  grid-column: 1/3;
  border-bottom: 1px solid #2196f3;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.tips-article__author-icon {
  grid-column: 1;
  grid-row: 2;
  width: 9.375rem;
  height: 9.375rem;
  display: block;
  margin-top: 1.25rem;
  padding-right: 1.25rem;
}
.tips-article__author-icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .tips-article__author-icon img {
    width: 8.125rem;
    height: 8.125rem;
  }
  .tips-article__author-icon img img {
    max-width: 8.125rem;
  }
}
.tips-article__author-body {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .tips-article__author-body {
    grid-column: 1/3;
    grid-row: 3;
  }
}
.tips-article__author-name {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .tips-article__author-name {
    font-size: 1.375rem !important;
  }
}
.tips-article__author-text {
  font-size: 1.125rem !important;
}
@media (max-width: 767px) {
  .tips-article__author-text {
    font-size: 1rem !important;
  }
}
.tips-article__pn {
  display: flex;
  justify-content: space-between;
}
.tips-article__prev, .tips-article__all, .tips-article__next {
  color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  padding: 0.3125rem 0.5rem;
  transition: 0.3s ease;
}
.tips-article__prev:hover, .tips-article__all:hover, .tips-article__next:hover {
  opacity: 0.8;
}
.tips-article__prev {
  background-color: #036428;
}
.tips-article__all {
  background-color: #1870cf;
}
.tips-article__next {
  background-color: #036428;
}
.tips-tags {
  margin-top: 1.875rem;
}
.tips-tags__list {
  display: flex;
  gap: 0.15625rem;
}
.tips-tags__item {
  background-color: #eaeaea;
  padding: 0.3125rem !important;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.tips-tags__item::before {
  display: none !important;
}
.tips-toc {
  background-color: #fff;
  border: 1px solid #2196f3;
  padding-bottom: 3.125rem;
  margin: 1.875rem;
}
@media (max-width: 767px) {
  .tips-toc {
    margin: 1.875rem 0;
  }
}
.tips-toc__title {
  padding-left: 1.25rem;
  font-size: 1.875rem;
}
.tips-toc__list {
  counter-reset: tips-toc-counter;
}
.tips-toc__item {
  font-size: 1.125rem;
  padding-left: 5rem !important;
  color: #4b4b4b;
  counter-increment: tips-toc-counter;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.tips-toc__item::before {
  content: counter(tips-toc-counter, decimal-leading-zero) !important;
  position: absolute;
  left: 30px !important;
  top: 7px !important;
  font-weight: 400;
  color: #1870cf;
  background: none !important;
  font-size: 1.125rem;
}
.tips-toc__item::after {
  content: "|";
  display: block;
  color: #1870cf;
  font-size: 1.125rem;
  position: absolute;
  top: 7px;
  left: 60px;
}
.tips-toc__item:hover {
  color: #2196f3;
}
.tips-point-box {
  padding: 0.625rem 1.25rem;
  background-color: #c0e2cd;
}
.tips-point-box p {
  font-weight: 600;
  margin: 0;
}
.tips-point-box li {
  margin-left: 1.25rem;
}
.tips-point-box li::before {
  background-color: #31b664 !important;
}
.tips-list-num {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin: 0.625rem 0;
}
.tips-list-num > li {
  counter-increment: my-counter;
  margin: 0 0 0.5em;
  padding-left: 1.8em;
  position: relative;
}
.tips-list-num > li::before {
  content: counter(my-counter) " ";
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background-color: #2196f3;
  line-height: 1;
}

.case-wrapper {
  width: 75rem;
  margin: 11.25rem auto 0;
}
@media (max-width: 1199px) {
  .case-wrapper {
    width: calc(100% - 3.75rem);
    margin-top: 5rem;
  }
}
@media (max-width: 920px) {
  .case-wrapper {
    width: calc(100% - 2.5rem);
  }
}
@media (max-width: 767px) {
  .case-wrapper {
    width: calc(100% - 2.5rem);
  }
}
.case-card__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.case-card__gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.case-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}
.case-tags.is-active {
  font-weight: 700;
  text-decoration: underline;
}
.case-filter {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
}
.case-filter__row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.case-filter__label {
  font-weight: 600;
}
.case-filter__input {
  flex: 1;
  min-width: 240px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
}
.case-filter__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.case-filter__tag {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font-size: 0.9rem;
}
.case-filter__tag.is-active {
  border-color: #0ea5e9;
  background: #e0f2fe;
}
.case-filter__actions {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.case-filter__submit, .case-filter__reset {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border-radius: 0.375rem;
  border: 1px solid #0ea5e9;
}
.case-filter__submit {
  background: #0ea5e9;
  color: #fff;
}
.case-filter__reset {
  background: #fff;
  color: #0ea5e9;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .case-list {
    grid-template-columns: 1fr;
  }
}
.case-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.case-card:hover {
  transform: translateY(-2px);
}
.case-card__link {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .case-card__link {
    min-height: 500px;
  }
}
.case-card__head {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .case-card__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.case-card__head-contents {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.case-card__date {
  font-variant-numeric: tabular-nums;
  color: #4b4b4b;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .case-card__date {
    width: 100%;
    text-align: right;
  }
}
.case-card__area {
  padding: 0.3125rem 1.25rem;
  background-color: #2196f3;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: #fff;
  font-weight: 600;
}
.case-card__title {
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  color: #1870cf;
  margin: 0.625rem 1.25rem;
}
@media (max-width: 767px) {
  .case-card__title {
    margin: 0 0 0 1.25rem;
  }
}
.case-card__images {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .case-card__images {
    flex-wrap: wrap;
  }
}
.case-card__imgwrap {
  position: relative;
  flex: 0 0 auto;
  width: calc((100% - 3rem) / 4);
}
@media (max-width: 767px) {
  .case-card__imgwrap {
    width: calc((100% - 3rem) / 2);
  }
}
.case-card__imglabel {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: saturate(140%) blur(2px);
}
.case-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-card__excerpt {
  margin: 0.625rem 1.25rem;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .case-card__excerpt {
    max-height: 5em;
    overflow: hidden;
    position: relative;
    transition: max-height 200ms ease;
  }
  .case-card__excerpt::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }
  .case-card__excerpt.is-open {
    max-height: none;
  }
  .case-card__excerpt.is-open::after {
    display: none;
  }
}
.case-card__more {
  display: none;
}
@media (max-width: 767px) {
  .case-card__more {
    display: inline-block;
    margin: 0 1.25rem 0.625rem;
    padding: 0.5rem 0.9rem;
    font-size: 1rem;
    border: 1px solid #2196f3;
    color: #2196f3;
    background: #fff;
    border-radius: 0.35rem;
  }
}
.case-card__meta {
  width: 100%;
  margin-top: auto;
  text-align: left;
  font-size: clamp(0.875rem, 1.4vw, 1.25rem);
}
.case-card__meta table {
  width: calc(100% - 20px);
  margin: 10px auto;
  border-collapse: collapse;
}
.case-card__meta th,
.case-card__meta td {
  border: 1px solid #707070;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .case-card__meta th,
  .case-card__meta td {
    padding-left: 0.625rem;
  }
}
.case-card__meta th {
  width: 40%;
  background-color: #c9c9c9;
}
.case-card__meta td {
  width: 60%;
}
.case-card__badge {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.35rem;
  padding: 0.2rem 0.45rem;
  font-size: 0.8rem;
}
.case-card__tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.case-card__tag {
  font-size: 1rem;
  padding: 0.3125rem;
  border: 1px solid #f68422;
  background: #fddac0;
  color: #4b4b4b;
  line-height: 1;
}
.case-pagination ul {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.case-pagination a,
.case-pagination span {
  display: inline-block;
  padding: 0.45rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.35rem;
}
.case-pagination .current {
  background: #0ea5e9;
  color: #fff;
  border-color: #0ea5e9;
}
.case-modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
  transition: opacity 180ms ease;
}
.case-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.case-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.case-modal__dialog {
  position: fixed;
  inset: 5vh 50% auto auto;
  transform: translateX(50%);
  width: min(960px, 92vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  z-index: 1001;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 1;
}
.case-modal__images {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.case-modal__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-modal__close {
  display: block;
  margin-left: auto;
  margin-bottom: 1rem;
}

.no-scroll {
  overflow: hidden;
}

/* お役立ち情報の目次のリスト */
#ez-toc-container ul li::before {
  display: none;
}

.wpcf7-form p {
  margin: 0 !important;
}

.FormTitle-main, .FormTitle-aircon, .FormTitle-disposer {
  font-size: 1.75rem;
  color: #2196f3;
  margin: 1.875rem 0 -1.875rem;
}
@media (max-width: 767px) {
  .FormTitle-main, .FormTitle-aircon, .FormTitle-disposer {
    font-size: 1.375rem;
  }
}

.Formlabel-main, .Formlabel-aircon, .Formlabel-disposer {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1870cf;
  background-color: #e4f2ff;
  line-height: 1.3;
  padding: 0.625rem 1.25rem;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .Formlabel-main, .Formlabel-aircon, .Formlabel-disposer {
    padding: 0.625rem;
  }
}
.Formlabel-main {
  margin: 1.875rem 0 0;
  padding: 0;
}

.Formsublabel-main, .Formsublabel-aircon, .Formsublabel-disposer {
  padding: 0.3125rem 0 0.3125rem 1.25rem;
  color: #626262;
  line-height: 1.3;
  margin: 0;
}
.Formsublabel-main {
  padding: 0;
}

.FormSubTitle-main, .FormSubTitle-aircon, .FormSubTitle-disposer {
  background-color: #c9c9c9;
  padding: 0.3125rem 1.25rem;
  margin: 1.875rem 0 -1.875rem;
  color: #4b4b4b;
  font-size: 1.5rem;
  position: relative;
}
.FormSubTitle-main::before, .FormSubTitle-aircon::before, .FormSubTitle-disposer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 100%;
  background-color: #f68422;
}

.Formradio__list {
  display: flex;
}
.Formradio-main, .Formradio-aircon, .Formradio-disposer {
  font-size: 1.25rem;
  color: #2196f3;
  margin-bottom: 1.25rem;
}
.Formradio-main label, .Formradio-aircon label, .Formradio-disposer label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.6rem;
  background: #fff;
  color: #22303c;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.15s, box-shadow 0.15s;
}
.Formradio-main input[type=radio], .Formradio-aircon input[type=radio], .Formradio-disposer input[type=radio] {
  appearance: none; /* ブラウザ既定の丸を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%; /* 丸くする */
  background-color: #c9c9c9;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 0.4em;
}
.Formradio-main input[type=radio]:checked::after, .Formradio-aircon input[type=radio]:checked::after, .Formradio-disposer input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: #1870cf;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.Formcheckbox-main, .Formcheckbox-aircon, .Formcheckbox-disposer {
  display: block;
  padding: 0.625rem 0 1.25rem;
}

.Formtext-main, .Formtext-aircon, .Formtext-disposer {
  width: 50%;
  height: 2.5rem;
  margin: 1.25rem 0;
  border: 1px solid #2196f3;
  border-radius: 0.3125rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s, background-color 0.2s;
}
@media (max-width: 767px) {
  .Formtext-main, .Formtext-aircon, .Formtext-disposer {
    width: 100%;
  }
}
.Formtext-main:focus, .Formtext-aircon:focus, .Formtext-disposer:focus {
  border-color: #0a7ac2;
  background-color: #eaf4ff;
  outline: none;
}
.Formtext-main:not(:-moz-placeholder), .Formtext-aircon:not(:-moz-placeholder), .Formtext-disposer:not(:-moz-placeholder) {
  border-color: #0a7ac2;
}
.Formtext-main:not(:placeholder-shown), .Formtext-aircon:not(:placeholder-shown), .Formtext-disposer:not(:placeholder-shown) {
  border-color: #0a7ac2;
}
.Formtext-main:-moz-placeholder, .Formtext-aircon:-moz-placeholder, .Formtext-disposer:-moz-placeholder {
  border-color: #ccc;
}
.Formtext-main:placeholder-shown, .Formtext-aircon:placeholder-shown, .Formtext-disposer:placeholder-shown {
  border-color: #ccc;
}
.Formtext-main-max, .Formtext-aircon-max, .Formtext-disposer-max {
  width: calc(100% - 3.125rem);
}
.Formtext-main-zip, .Formtext-aircon-zip, .Formtext-disposer-zip {
  width: 11.25rem;
}
.Formtext-main-num, .Formtext-aircon-num, .Formtext-disposer-num {
  width: min(4em, 50%);
  margin-right: 0.625rem;
}
.Formtext-main {
  margin: 0.625rem 0;
}

.Formtextarea-main, .Formtextarea-aircon, .Formtextarea-disposer {
  width: 50%;
  height: auto;
  min-height: 10em;
  resize: auto;
  vertical-align: top;
  margin: 1.25rem 0 0.625rem;
  border: 1px solid #2196f3;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  font-size: 1.125rem;
  color: #626262;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s, background-color 0.2s;
}
@media (max-width: 1199px) {
  .Formtextarea-main, .Formtextarea-aircon, .Formtextarea-disposer {
    width: 100%;
    resize: vertical;
  }
}
.Formtextarea-main:focus, .Formtextarea-aircon:focus, .Formtextarea-disposer:focus {
  border-color: #0a7ac2;
  background-color: #eaf4ff;
  outline: none;
}
.Formtextarea-main:not(:-moz-placeholder), .Formtextarea-aircon:not(:-moz-placeholder), .Formtextarea-disposer:not(:-moz-placeholder) {
  border-color: #0a7ac2;
}
.Formtextarea-main:not(:placeholder-shown), .Formtextarea-aircon:not(:placeholder-shown), .Formtextarea-disposer:not(:placeholder-shown) {
  border-color: #0a7ac2;
}
.Formtextarea-main:-moz-placeholder, .Formtextarea-aircon:-moz-placeholder, .Formtextarea-disposer:-moz-placeholder {
  border-color: #ccc;
}
.Formtextarea-main:placeholder-shown, .Formtextarea-aircon:placeholder-shown, .Formtextarea-disposer:placeholder-shown {
  border-color: #ccc;
}

.Formselect-main, .Formselect-aircon, .Formselect-disposer {
  height: 2.5rem;
  margin: 1.25rem auto 0.3125rem;
  padding: 0 0.625rem;
  width: 20.9375rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .Formselect-main, .Formselect-aircon, .Formselect-disposer {
    width: 100%;
  }
}
.Formselect-main-outdoor-stand, .Formselect-aircon-outdoor-stand, .Formselect-disposer-outdoor-stand {
  width: min(500px, 70%);
}
@media (max-width: 767px) {
  .Formselect-main-outdoor-stand, .Formselect-aircon-outdoor-stand, .Formselect-disposer-outdoor-stand {
    width: 100%;
  }
}

.Formfile-aircon, .Formfile-disposer {
  padding-left: 1.25rem;
}
.Formfile-main, .Formfile-disposer {
  margin: 0.3125rem 0;
}

.must-main, .must-aircon, .must-disposer {
  color: #fff;
  background-color: #1870cf;
  padding: 0.3125rem;
  font-weight: 400;
  font-size: 1.125rem;
  display: inline-block;
  flex-wrap: nowrap;
  margin: 0.3125rem;
}

.free-main, .free-aircon, .free-disposer {
  color: #4b4b4b;
  background-color: #c9c9c9;
  padding: 0 0.3125rem;
  font-weight: 400;
  font-size: 1.125rem;
  display: inline-block;
  flex-wrap: nowrap;
  margin: 0.3125rem;
}

.Inner {
  /* 注意書きの囲み */
}

.Tbox {
  /* 注意書きテキスト */
}

.Formbtn-main, .Formbtn-aircon, .Formbtn-disposer {
  text-align: center;
  margin: 1.875rem 0;
}

.sub-btn-main, .sub-btn-aircon, .sub-btn-disposer {
  min-width: 18.75rem;
  height: 3.75rem;
  background-color: #2196f3;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.625rem;
  position: relative;
  border-radius: 0.625rem;
  border: none;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.3s ease;
}
.sub-btn-main::after, .sub-btn-aircon::after, .sub-btn-disposer::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.25rem;
  border-top: 0.5rem solid transparent;
  border-right: 0;
  border-bottom: 0.5rem solid transparent;
  border-left: 1rem solid #fff;
}
.sub-btn-main:hover, .sub-btn-aircon:hover, .sub-btn-disposer:hover {
  transform: translateY(5px);
}
.sub-btn-disposer {
  display: block;
  width: 18.75rem;
  height: 3.75rem;
  background-color: #3e915f;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.625rem;
  position: relative;
  border-radius: 9999px;
  text-align: center;
  margin: 2.5rem auto;
}
.sub-btn-disposer::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.25rem;
  border-top: 0.5rem solid transparent;
  border-right: 0;
  border-bottom: 0.5rem solid transparent;
  border-left: 1rem solid #fff;
}

.btn-disposer {
  text-align: center;
}

.Form-simulator {
  background-color: #fff;
  text-align: center;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  border: 0.3125rem;
  width: 100%;
  margin-inline: auto;
  color: #4b4b4b;
}
.Form-simulator-ttl {
  color: #2196f3;
  font-size: 1.375rem;
  padding: 1.25rem 0 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #2196f3;
}
@media (max-width: 767px) {
  .Form-simulator-ttl {
    font-size: 1.125rem;
  }
}
.Form-simulator-contents {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .Form-simulator-contents {
    flex-direction: column;
  }
}
.Form-simulator-userSelect {
  text-align: left;
  margin: 1.25rem;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .Form-simulator-userSelect {
    margin-bottom: 0;
  }
}
.Form-simulator-item {
  margin: 0.3125rem 0;
}
@media (max-width: 767px) {
  .Form-simulator-item {
    max-width: 16rem;
    margin-inline: auto;
  }
}
.Form-simulator-item p {
  display: flex;
  align-items: center;
}
.Form-simulator-item-label {
  display: block;
  width: 10rem;
}
.Form-simulator-item-result {
  color: #1870cf;
  font-weight: 600;
  padding: 0.1875rem 0.3125rem;
  background-color: #add8ff;
}
.Form-simulator-item-price {
  margin: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 767px) {
  .Form-simulator-item-price {
    width: 16rem;
    margin-inline: auto;
  }
}
.Form-simulator-item-price-ttl {
  display: block;
}
.Form-simulator-item-price .num {
  font-size: 1.5rem;
}

.simulator {
  position: relative;
  z-index: 1000;
  background: #add8ff;
  padding: 1.5rem;
  border-radius: 1.25rem;
  max-width: 46.25rem;
  margin: 2.5rem auto 0;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .simulator {
    width: 90%;
    margin: 1.25rem auto;
    padding: 0;
  }
}
.simulator-step {
  margin: 1rem 0;
}
.simulator-step h3 {
  background-color: #fff;
  font-size: 1.375rem;
  color: #1870cf;
  padding: 0.3125rem;
  margin: 0.625rem 0;
}
.simulator-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.875rem;
}
.simulator-options[data-step=place] button {
  flex: 1 1 calc(33.33% - 0.5rem);
  min-width: 8.75rem;
  display: flex;
  align-items: center;
}
.simulator-options[data-step=status] button {
  flex: 1 1 calc(33.33% - 0.5rem);
  min-width: 8.75rem;
  display: flex;
  align-items: center;
}
.simulator-options button {
  padding: 0.3125rem;
  border: 0.125rem solid #1870cf;
  border-radius: 0.625rem;
  background: #e4f2ff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.simulator-options button:hover {
  border-color: #1870cf;
}
.simulator-options button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(24, 112, 207, 0.25);
}
.simulator-options button.is-active {
  border-color: #1870cf;
  background: #1870cf;
  color: #fff;
}
.simulator-result {
  font-size: 1.25rem;
  font-weight: 600;
}
.simulator-result ul {
  background-color: #fff;
  margin: 0.625rem 0;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}
.simulator-result span {
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  font-size: 2rem;
  color: #1870cf;
}

.sim-addon {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-right: 1rem;
}
.sim-option-img {
  width: 30%;
  box-sizing: border-box;
  margin-right: 1rem;
}
.sim-option-label {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .sim-option-label {
    font-size: 1rem;
  }
}

.simulator .simulator-actions {
  margin-top: 0.75rem;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #1870cf;
  color: #1870cf;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn:hover {
  background: #2196f3;
  color: #fff;
}

.simu-accordion {
  border-radius: 0.75rem;
  overflow: hidden;
}
.simu-accordion .simu-summary {
  list-style: none;
}
.simu-accordion .simu-summary::-webkit-details-marker {
  display: none;
}
.simu-accordion .simu-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
  text-shadow: 2px 0 #2196f3, -2px 0 #2196f3, 0 2px #2196f3, 0 -2px #2196f3, 2px 2px #2196f3, -2px -2px #2196f3, 2px -2px #2196f3, -2px 2px #2196f3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .simu-accordion .simu-summary {
    font-size: 1.25rem;
  }
}
.simu-accordion .chev {
  transition: transform 0.25s ease;
  text-shadow: none;
  color: #2196f3;
}
.simu-accordion[open] .chev {
  transform: rotate(180deg);
}
.simu-accordion .simu-panel {
  padding: 0 1rem 1rem;
}

#sim-panel {
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  #sim-panel {
    transition: none;
  }
}
/* JS無効環境のみCSSアコーディオンを使う */
html:not(.js) .simu-accordion .simu-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

html:not(.js) .simu-accordion[open] .simu-panel {
  max-height: 75rem;
}

/* JSあり環境はheightアニメのみ */
#sim-panel {
  overflow: hidden;
  transition: height 0.35s ease;
}

.simulation-bnr {
  position: fixed;
  top: 78%;
  right: 5%;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .simulation-bnr {
    width: 80%;
    height: auto;
    right: 0;
  }
}
.simulation-bnr.show {
  opacity: 1;
}
.simulation-bnr.hide {
  opacity: 0;
  z-index: -100;
}

.body {
  background-color: #fff;
}

.fv {
  background: linear-gradient(to top, #0c3868, #1870cf), url("/assets/img/common/fv_bg.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: hard-light;
  padding: 3.125rem 0 1.875rem;
  margin-top: -5rem;
}
@media (max-width: 1199px) {
  .fv {
    padding: 0;
    margin-top: 0;
  }
}
.fv-bg {
  max-width: 75rem;
  margin: 8.125rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .fv-bg {
    margin: 0 auto;
    padding: 0 0 2.5rem;
  }
}
@media (max-width: 767px) {
  .fv-bg {
    padding: 1.25rem 0 2.5rem;
  }
  .fv-bg img {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .fv-free {
    margin-top: -1.25rem;
    padding: 0 0 3.125rem;
    text-align: center;
    color: #fff;
  }
  .fv-free-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fv-free-text {
    font-size: clamp(1.25rem, 4vw, 2.5rem);
  }
}
@media (max-width: 767px) {
  .fv-free-text-add {
    display: flex;
    justify-content: center;
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fv-free-text-add {
    font-size: clamp(1.125rem, 3.2vw, 2.25rem);
  }
}
@media (max-width: 767px) {
  .fv-free-text-add-item {
    border: 1px solid #fff;
    border-radius: 9999px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .fv-webwari {
    padding: 2.5rem 0 0;
    margin-top: -1.25rem;
    width: 100%;
    background-color: #002864;
    position: relative;
    z-index: 1;
  }
  .fv-webwari picture img {
    width: 85%;
    margin-inline: auto;
  }
  .fv-webwari-other {
    background-color: #6fade5;
  }
  .fv-webwari-other picture img {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.fv-intro {
  background-color: #002864;
  padding: 4.375rem 0 2.5rem;
  margin: -4.375rem 0 3.125rem;
  position: relative;
}
.fv-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  border-width: 50px 50px 0 50px;
  border-style: solid;
  border-color: #002864 transparent transparent transparent;
}
.fv-intro-ttl {
  text-align: center;
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  padding: 2.5rem 0 1.25rem;
}
@media (max-width: 767px) {
  .fv-intro-ttl {
    font-size: 1.5rem;
    padding-top: 1.875rem;
  }
}
.fv-intro-parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 85%;
  max-width: 68.75rem;
  justify-content: space-between;
  margin: auto;
}
.fv-intro-parts-item {
  width: 100%;
  background: url("/assets/img/top/trouble-zigzag.webp") no-repeat;
  background-size: 80% 100%;
  background-position-x: 35%;
  transform: rotate(-5deg);
  color: #002864;
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.375rem);
  text-align: center;
  padding: 3.125rem 0;
}
@media (max-width: 767px) {
  .fv-intro-parts {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .fv-intro-parts-item {
    padding: 1.875rem 2.5rem 1.875rem 1.875rem;
  }
  .fv-intro-parts-item1 {
    width: 50% !important;
    margin-inline: auto;
    grid-column: 1/3;
    grid-row: 1;
  }
  .fv-intro-parts-item2 {
    grid-column: 1;
    grid-row: 2;
  }
  .fv-intro-parts-item3 {
    grid-column: 2;
    grid-row: 2;
  }
}
.fv-intro-other {
  background-color: #6fade5;
  margin-top: -4.375rem;
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .fv-intro-other {
    margin-top: 0;
    padding-top: 1.25rem;
  }
}
.fv-intro-other-contents {
  width: 85%;
  max-width: 61.875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 0.3fr 0.7fr;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .fv-intro-other-contents {
    width: calc(100% - 40px);
    grid-template-columns: 6rem auto;
    grid-template-rows: 0.6fr 0.4fr 0.5fr;
  }
}
.fv-intro-other-ttl {
  color: #fff;
  font-size: 3.125rem;
  grid-column: 2;
}
@media (max-width: 1199px) {
  .fv-intro-other-ttl {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .fv-intro-other-ttl {
    font-size: 1.5625rem;
    grid-column: 1/3;
  }
}
.fv-intro-other-text {
  color: #ffc109;
  font-size: 1.75rem;
  grid-column: 2;
}
@media (max-width: 767px) {
  .fv-intro-other-text {
    font-size: 1rem;
    grid-column: 1/3;
    padding-top: 0.625rem;
  }
}
.fv-intro-other-image {
  grid-column: 1;
  grid-row: 1/4;
}
@media (max-width: 767px) {
  .fv-intro-other-image {
    grid-row: 3;
    width: 100%;
    min-width: 6rem;
    height: 100%;
  }
}
.fv-intro-other-message {
  color: #fff;
  font-size: 1.75rem;
  grid-column: 2;
}
@media (max-width: 1199px) {
  .fv-intro-other-message {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fv-intro-other-message {
    grid-row: 3;
    padding-top: 1.25rem;
  }
}

.cta-fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #f68422;
  border-radius: 0 0 10px 10px;
}
.cta-top {
  max-width: 68.75rem;
  margin: -3.75rem auto 0;
  height: 8.125rem;
  background-color: #ffa13f;
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1199px) {
  .cta-top {
    width: 85%;
    height: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cta-top {
    margin-top: -5rem;
  }
}
@media (max-width: 767px) {
  .cta-top::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -2.25rem;
    right: 1.125rem;
    width: 3.125rem;
    height: 3.125rem;
    background: url("/assets/img/common/fv_cta-finger.webp") no-repeat;
    background-size: 100%;
  }
}
.cta-top-contants {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.cta-top-contants-24h {
  border: 1px solid #fff;
  padding: 0.625rem 1.25rem;
  margin-right: 1rem;
  border-radius: 0.3125rem;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .cta-top-contants-24h {
    font-size: clamp(0.875rem, 1.6vw, 1.5rem);
  }
}
.cta-top-contants-tel {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #002864;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .cta-top-contants-tel {
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .cta-top-contants-tel {
    font-size: 1rem;
  }
}
.cta-top-contants-tel strong {
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media (max-width: 1199px) {
  .cta-top-contants-tel strong {
    font-size: clamp(1.875rem, 5vw, 4rem);
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .cta-top-contants-tel strong {
    font-size: 3.125rem;
    margin-top: 0.3125rem;
  }
}
.cta-top-contants-text {
  font-size: 1.5rem;
  padding-left: 3.75rem;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-top-contants-text {
    font-size: clamp(0.875rem, 1.8vw, 1.375rem);
  }
}
.cta-top-contants-text::before, .cta-top-contants-text::after {
  display: block;
  content: "";
  width: 5rem;
  height: 2px;
  background-color: #fff;
  transform: rotate(-5deg);
  position: relative;
  top: -0.625rem;
  left: -0.625rem;
}
.cta-top-contants-text::after {
  transform: rotate(5deg);
  top: 0.625rem;
}
.cta-voice {
  margin-top: -1.25rem;
  text-align: center;
  position: relative;
  z-index: 999;
}
.cta-voice-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1870cf;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.cta-voice-text {
  font-size: 1.125rem;
  color: #002864;
  font-weight: 600;
}
.cta-voice-btn {
  margin-top: 0;
  height: 5rem;
  border-radius: 20px;
  position: relative;
  margin-top: 0.625rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.cta-voice-btn::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: url("/assets/img/common/icon-call.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: 22.5%;
}
@media (max-width: 767px) {
  .cta-voice-btn::before {
    display: none;
  }
}
.cta-lower {
  background-color: #fff;
  margin-top: -1.25rem;
}
.cta-lower-area {
  max-width: 1200px;
  margin-inline: auto;
  padding-bottom: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta-lower-area {
    margin-top: -3.125rem;
    padding-bottom: 0;
  }
}
.cta-lower-area-img {
  display: inline-block;
}
@media (max-width: 1199px) {
  .cta-lower-area-img {
    display: block;
    width: 45rem;
    margin-inline: auto;
    padding: 0 0 4.375rem;
  }
}
@media (max-width: 767px) {
  .cta-lower-area-img {
    min-width: 20.9375rem;
    width: 20.9375rem;
    padding-bottom: 6.25rem;
  }
}
.cta-lower-area-img picture {
  display: inline-block;
  pointer-events: auto;
  position: relative;
}
.cta-lower-area .btn-lower-cta {
  position: absolute;
  top: 18.75rem;
  left: calc(50% - 18.75rem);
}
@media (max-width: 1199px) {
  .cta-lower-area .btn-lower-cta {
    top: 11.25rem;
    left: calc(50% - 11.25rem);
  }
}
@media (max-width: 767px) {
  .cta-lower-area .btn-lower-cta {
    top: 20rem;
  }
}
@media (max-width: 767px) {
  .cta-lower-service {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .cta-lower-service-img {
    padding-bottom: 0;
  }
}
.cta-case {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .cta-case {
    margin: 5rem auto 3.125rem;
  }
}
.cta-case .cta-lower-area {
  padding-bottom: 0;
}
.cta-case .cta-lower-area-img {
  padding-bottom: 0;
}

.benefit {
  width: 85%;
  max-width: 1200px;
  margin: auto;
  min-width: 20.9375rem;
}
.benefit-img {
  display: flex;
  justify-content: center;
}

/* メーカーロゴスライダー*/
.maker-slider-ttl {
  text-align: center;
  font-size: 1.5rem;
  margin: 2.5rem 0;
}
.maker-slider .logo-marquee {
  /* 高さ・間隔のデフォルト（varが未設定でも崩れないようフォールバック付） */
  --h: 48px;
  --gap: 40px;
  overflow: hidden;
  /* 端フェード（必要なければ削ってOK） */
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.maker-slider .logo-marquee .track {
  display: inline-flex;
  align-items: center;
  gap: var(--gap);
  /* スクロールの安定化 */
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  line-height: 0; /* 画像の下に隙間が出るUA対策 */
}
.maker-slider .logo-marquee .track > * {
  flex: 0 0 auto;
}
.maker-slider .logo-marquee {
  /* ★ ここが肝：高さ固定＋幅は自動。グローバルimgに負けないように強めの指定 */
}
.maker-slider .logo-marquee .track img {
  display: block;
  height: var(--h, 48px) !important;
  max-height: var(--h, 48px) !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .maker-slider .logo-marquee {
    --h: 60px;
  }
  .maker-slider {
    /* 既存通りSP/PCで高さ差を付けたい場合 */
  }
}

.error {
  background-color: #e4f2ff;
  position: relative;
  overflow: hidden;
}
.error404, .error403, .error500 {
  color: #4b4b4b;
}
.error404 h2, .error403 h2, .error500 h2 {
  font-size: 1.875rem;
  width: 85%;
  margin: 7.5rem auto 0;
}
@media (max-width: 767px) {
  .error404 h2, .error403 h2, .error500 h2 {
    margin-top: 6.25rem;
  }
}
.error404 p, .error403 p, .error500 p {
  font-size: 1.375rem;
  font-weight: 500;
  padding: 3.125rem;
  width: 85%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .error404 p, .error403 p, .error500 p {
    padding-inline: 0;
  }
}
.error404 ul, .error403 ul, .error500 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1.25rem;
  width: 85%;
  margin: 1.25rem auto;
  background-color: #fff;
  padding: 3.125rem 0.625rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.error404 ul li, .error403 ul li, .error500 ul li {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #2196f3;
}
.error403, .error500 {
  overflow-y: hidden;
}
.error403-link, .error500-link {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #2196f3;
  transition: 0.3s ease;
}
.error403-link:hover, .error500-link:hover {
  opacity: 0.7;
}
.error403-illust, .error500-illust {
  width: 25rem;
  height: 25rem;
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .error403-illust, .error500-illust {
    width: calc(100% - 40px);
  }
}
.error403-illust {
  background: url("/assets/img/top/error403-image.webp") no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.error500-illust {
  background: url("/assets/img/top/error500-image.webp") no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.error-maintenance-illust {
  width: 37.5rem;
  height: 40vh;
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .error-maintenance-illust {
    width: calc(100% - 40px);
  }
}
.error-maintenance-illust {
  background: url("/assets/img/top/maintenance-illust.webp") no-repeat;
  background-position: 100% 0;
  background-size: contain;
}
.error-cr {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.service__lp {
  background-color: #e4f2ff;
}
.service__lp-fv {
  width: 85%;
  max-width: 1200px;
  margin: 12.5rem auto 0;
}
@media (max-width: 1199px) {
  .service__lp-fv {
    margin-top: 1.25rem;
  }
}
.service__lp-fv img {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .service__lp-fv_lower {
    width: 100%;
    display: block;
    background-color: #2196f3;
  }
  .service__lp-fv_lower img {
    margin-inline: auto;
  }
}
.service__lp-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6fade5;
  position: relative;
}
@media (max-width: 767px) {
  .service__lp-line {
    align-items: end;
    justify-content: left;
    padding: 0.625rem 0 0.625rem 3.125rem;
  }
}
.service__lp-line-item {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .service__lp-line-item {
    justify-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
  }
}
.service__lp-line-item li {
  display: block;
  text-align: center;
  background-color: #ea396a;
  color: #fff;
  border-radius: 9999px;
  padding: 0.1875rem 0.3125rem;
}
@media (max-width: 1199px) {
  .service__lp-line-item li {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .service__lp-line-item li {
    font-size: 1.125rem;
  }
  .service__lp-line-item li:nth-child(6) {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  .service__lp-line-img {
    position: absolute;
    right: 1.875rem;
    bottom: -0.3125rem;
    z-index: 2;
  }
}
.service__lp-line-add_sp {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  background-color: #2196f3;
  color: #fff;
}
.service__lp-detail {
  margin: 5rem auto 0 !important;
  padding-bottom: 3.75rem !important;
  width: 85%;
  max-width: 1200px;
}
.service__lp-detail-ttl {
  text-align: center;
  font-size: 3.75rem;
  color: #1870cf;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service__lp-detail-ttl {
    font-size: 2rem;
  }
}
.service__lp-detail-ttl-sub {
  display: block;
  font-size: 1.75rem;
  color: #2196f3;
}
@media (max-width: 767px) {
  .service__lp-detail-ttl-sub {
    font-size: 0.875rem;
  }
}
.service__lp-detail-box {
  background-color: #fff;
  margin: 6.25rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .service__lp-detail-box {
    margin-top: 1.875rem;
  }
}
.service__lp-detail-box-ttl {
  background-color: #1870cf;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 3.75rem;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .service__lp-detail-box-ttl {
    padding-inline: 0.625rem;
  }
}
.service__lp-detail-tag ul {
  display: flex;
  margin: 0.875rem 3.125rem;
  gap: 0.625rem;
}
@media (max-width: 1199px) {
  .service__lp-detail-tag ul {
    margin-inline: 0.625rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .service__lp-detail-tag ul {
    gap: 0.3125rem;
  }
}
.service__lp-detail-tag ul li {
  background-color: #c9c9c9;
  color: #4b4b4b;
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  padding: 0 0.625rem;
}
@media (max-width: 1199px) {
  .service__lp-detail-tag ul li {
    font-size: 0.875rem;
  }
}
.service__lp-detail-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  color: #2196f3;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 767px) {
  .service__lp-detail-comment {
    font-size: 1rem;
  }
  .service__lp-detail-comment picture {
    max-width: 3.125rem;
  }
}
.service__lp-detail-table-scroll {
  overflow-x: hidden;
  padding: 0 3.125rem;
}
@media (max-width: 1199px) {
  .service__lp-detail-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
}
.service__lp-detail-table-scroll .js-scrollable {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.service__lp-detail-table-scroll .scroll-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.service__lp-detail-table-scroll .scroll-hint::before {
  content: "";
  width: min(220px, 70%);
  height: 13.75rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 0.625rem;
}
.service__lp-detail-table-scroll .scroll-hint__inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  color: #fff;
  text-align: center;
  padding: 0 0.625rem;
}
.service__lp-detail-table-scroll .scroll-hint__hand {
  font-size: 4rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.service__lp-detail-table-scroll .scroll-hint_text {
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.service__lp-detail-table-scroll .scroll-hint .scroll-hint.is-visible {
  opacity: 1;
  transform: scale(1);
}
.service__lp-detail-table-scroll .scroll-hint .scroll-hint.is-hide {
  opacity: 0;
}
.service__lp-detail-table {
  width: 100%;
  max-width: 68.75rem;
  margin-inline: auto;
  border-collapse: collapse;
}
.service__lp-detail-table-thead th {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .service__lp-detail-table-thead th {
    font-size: 1rem;
  }
}
.service__lp-detail-table-thead-description {
  background-color: #a6d0f7;
  color: #1870cf;
  width: 50%;
}
.service__lp-detail-table-thead-time {
  background-color: #a6e7f7;
  color: #1870cf;
  width: 25%;
}
.service__lp-detail-table-thead-price {
  background-color: #f2a9ad;
  color: #cf2831;
  width: 25%;
}
.service__lp-detail-table-tbody-list th,
.service__lp-detail-table-tbody-list td {
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  padding: 0.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .service__lp-detail-table-tbody-list th,
  .service__lp-detail-table-tbody-list td {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.service__lp-detail-table-tbody-list th {
  text-align: left;
}
.service__lp-detail-table-tbody-list th .list-note {
  display: block;
  color: #626262;
  font-size: 1rem;
  padding-left: 0;
}
.service__lp-detail .cta-top {
  margin-top: 1.25rem;
}
@media (max-width: 1199px) {
  .service__lp-detail .cta-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service__lp-detail .cta-top::before {
    display: none;
  }
}
.service__lp-cta {
  background-color: #e4f2ff;
}
.service__lp-cta .cta-lower-area {
  padding-bottom: 0;
}

.trouble {
  width: 85%;
  max-width: 1200px;
  margin: 1.5625rem auto;
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .trouble {
    width: 100%;
  }
}
.trouble_illustration-toilet {
  width: 33.3125rem;
  height: 28.375rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 16.25rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__toilet.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .trouble_illustration-toilet {
    background-position: -3.125rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .trouble_illustration-toilet {
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    background-size: contain;
    background-position: -1.5rem 3.125rem;
  }
}
.trouble_illustration-kitchen {
  width: 27.375rem;
  height: 29rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 13.75rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__kitchen.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .trouble_illustration-kitchen {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: -1.5rem 3.125rem;
  }
}
.trouble_illustration-bath {
  width: 32.4375rem;
  height: 22.5rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 16.25rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__bath.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .trouble_illustration-bath {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: -1.5rem 4.375rem;
  }
}
.trouble_illustration-washroom {
  width: 27.6875rem;
  height: 22.1875rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 13.75rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__washroom.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .trouble_illustration-washroom {
    background-position: 0.625rem 0;
  }
}
@media (max-width: 767px) {
  .trouble_illustration-washroom {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: 0 3.125rem;
  }
}
.trouble_illustration-boiler {
  width: 27.125rem;
  height: 26.25rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 13.125rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__boiler.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .trouble_illustration-boiler {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: 0 3.125rem;
  }
}
.trouble_illustration-drain {
  width: 28.875rem;
  height: 18.375rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 13.125rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__drain.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .trouble_illustration-drain {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: 0 4.375rem;
  }
}
.trouble_illustration-freeze {
  width: 28rem;
  height: 23.125rem;
  position: absolute;
  top: 1.25rem;
  left: calc(50% - 13.125rem);
  z-index: 1;
  background: url("/assets/img/service/trouble__freeze.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .trouble_illustration-freeze {
    width: 20.625rem;
    height: 100%;
    left: calc(50% - 10.3125rem);
    background-size: contain;
    background-position: 0 3.125rem;
  }
}
.trouble-list {
  position: relative;
  height: 28.375rem;
}
@media (max-width: 767px) {
  .trouble-list {
    margin-inline: 1.25rem;
  }
}
.trouble-balloon {
  opacity: 0;
  transform: translateY(20px);
  background: #1870cf;
  color: #fff;
  text-align: center;
  padding: 0.3125rem 1.5625rem;
  display: inline-block;
  border-radius: 0.625rem;
  font-size: 1.5rem;
  position: absolute;
  z-index: 2;
  line-height: 1.5;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.trouble-balloon.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .trouble-balloon {
    font-size: clamp(1rem, 1.75vw, 1.125rem);
  }
}
@media (max-width: 767px) {
  .trouble-balloon {
    font-size: 0.875rem;
    padding-inline: 0.625rem;
  }
}
.trouble-balloon-1 {
  top: 10%;
  left: 6.25rem;
}
@media (max-width: 767px) {
  .trouble-balloon-1 {
    top: 0;
    left: 1.875rem;
  }
}
.trouble-balloon-2 {
  top: 30%;
  left: 0;
}
@media (max-width: 767px) {
  .trouble-balloon-2 {
    top: 10%;
  }
}
.trouble-balloon-3 {
  top: 50%;
  left: 1.5625rem;
}
@media (max-width: 767px) {
  .trouble-balloon-3 {
    top: 80%;
    left: 0;
  }
}
.trouble-balloon-4 {
  background-color: #31b664;
  top: 70%;
  left: 4.375rem;
}
@media (max-width: 767px) {
  .trouble-balloon-4 {
    top: 95%;
    left: 0;
  }
}
.trouble-balloon-5 {
  top: 15%;
  right: 3.125rem;
}
@media (max-width: 767px) {
  .trouble-balloon-5 {
    top: 2.5%;
    right: 1.25rem;
  }
}
.trouble-balloon-6 {
  top: 35%;
  right: 1.5625rem;
}
@media (max-width: 767px) {
  .trouble-balloon-6 {
    top: 12%;
    right: 0;
  }
}
.trouble-balloon-7 {
  top: 55%;
  right: 1.875rem;
}
@media (max-width: 767px) {
  .trouble-balloon-7 {
    top: 80%;
    right: 0;
  }
}
.trouble-balloon-8 {
  top: 75%;
  right: 0;
}
@media (max-width: 767px) {
  .trouble-balloon-8 {
    top: 90%;
    right: 0;
  }
}

.about-table {
  display: block;
}
.about-table-list {
  display: block;
  width: 100%;
}
.about-table-item {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  font-size: 1.5rem;
  padding: 0.625rem 0;
}
@media (max-width: 767px) {
  .about-table-item {
    grid-template-columns: 1fr;
  }
}
.about-table-item th {
  text-align: left;
}
@media (max-width: 767px) {
  .about-table-item th {
    font-size: 1.25rem;
  }
}
.about-table-item td {
  grid-column: 2;
}
@media (max-width: 767px) {
  .about-table-item td {
    grid-column: 1;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .about-table-item-many td {
    font-size: 1rem;
  }
}
.about-table-item-many-first {
  display: flex;
  align-items: end;
}
.about-table-item-link {
  text-decoration: underline;
  transition: 0.3s ease;
}
.about-table-item-link:hover {
  opacity: 0.7;
}

/* エアコン・ディスポーザーページの支払い方法 */
.price-parts {
  background-color: #e4f2ff;
}
.price-parts-area {
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
  padding-bottom: 3.125rem;
}
.price-parts-ttl {
  padding: 3.125rem 0;
  font-size: 2.5rem;
  color: #1870cf;
}
.price-parts-bnr {
  max-width: 48.75rem;
  margin: auto;
}

/* 会社概要 > 許認可一覧 */
#license {
  padding-top: 11.875rem;
  margin-top: -11.875rem;
}
@media (max-width: 1199px) {
  #license {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}

.recruit {
  margin-top: 12.5rem;
}
@media (max-width: 1199px) {
  .recruit {
    margin-top: 5rem;
  }
}
.recruit-ttl {
  text-align: center;
}

.inquiry-main {
  margin-top: 13.75rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .inquiry-main {
    margin-top: 5rem;
  }
}
.inquiry-main p {
  padding-bottom: 5rem;
}

.section-ttl {
  position: relative;
  width: 100vw;
  isolation: isolate;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .section-ttl {
    margin-top: 2.5rem;
  }
}
.section-ttl-l {
  margin-left: calc(50% - 50vw);
}
.section-ttl-l::before {
  border-radius: 0 9999px 9999px 0;
  left: 0;
}
.section-ttl-r {
  margin-right: calc(50% - 50vw);
}
.section-ttl-r::before {
  border-radius: 9999px 0 0 9999px;
  right: 0;
}
.section-ttl-style {
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-ttl-style {
    font-size: 2rem;
  }
}
.section-ttl-style-subtext {
  font-size: clamp(1.5rem, 1.8vw, 1.75rem);
  display: flex;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .section-ttl-style-subtext {
    font-size: 0.875rem;
  }
}
.section-ttl-grad {
  position: relative;
  z-index: 1;
  max-width: 68.75rem;
  margin-inline: auto;
  padding: 24px 16px;
  text-align: center;
}
.section-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90vw;
  background: linear-gradient(to right, #0c3868, #1870cf);
  z-index: 0;
}
@media (max-width: 767px) {
  .section-ttl::before {
    width: calc(100% - 15px);
  }
}
.section-contents {
  width: 85%;
  max-width: 68.75rem;
  min-width: 890px;
  margin: -6.25rem auto 0;
  padding: 6.25rem 0 0;
  background-color: #e4f2ff;
}
@media (max-width: 1199px) {
  .section-contents {
    width: 80%;
    min-width: 20.9375rem;
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }
}
.section-contents-no_margin {
  margin-top: 0;
  padding-top: 0;
}
.section-contents-normal {
  padding: 3.125rem 0;
}
.section-contents-large {
  max-width: 75rem;
}
.section-contents-gmap {
  display: block;
  width: 85%;
  margin: 0 auto 5rem;
}
.section-contents-gmap-head {
  text-align: center;
}
.section-contents-gmap-contents {
  width: 100%;
  height: 33.75rem;
}
.section {
  /* 下層ページのセクションスタイル */
}
.section-lower {
  display: grid;
  grid-template-columns: 48.75rem 22.5rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  align-items: start;
}
@media (max-width: 1199px) {
  .section-lower {
    grid-template-columns: minmax(0, calc(0.6842105263 * (100% - 3.75rem))) minmax(0, calc(0.3157894737 * (100% - 3.75rem)));
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.section-lower-head {
  background-color: #2196f3;
  color: #fff;
  padding: 0.3125rem 3.125rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-lower-head {
    padding: 0.3125rem 0.625rem;
  }
}
.section-lower-head-about {
  display: block;
  background-color: #2196f3;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  padding: 2.5rem 0;
}
.section-lower-main {
  min-width: 0;
}
@media (max-width: 1199px) {
  .section-lower-main {
    order: 1;
  }
}
.section-lower-main-contents {
  background-color: #fff;
}
.section-lower-main-contents-head {
  min-height: 17.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-lower-main-contents-head {
    min-height: 7.6875rem;
  }
}
.section-lower-main-contents-head-service {
  background: url("/assets/img/lower/head-bg__service.webp") no-repeat;
  background-size: cover;
}
.section-lower-main-contents-head-price {
  background: url("/assets/img/lower/head-bg__price.webp") no-repeat;
  background-size: cover;
}
.section-lower-main-contents-head-servicearea {
  background: url("/assets/img/lower/head-bg__servicearea.webp") no-repeat;
  background-size: cover;
}
.section-lower-main-contents-head::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.section-lower-main-contents-head img {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-lower-main-contents-head img {
    bottom: 0.3125rem;
  }
}
.section-lower-main-contents-ttl {
  font-size: 3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-lower-main-contents-ttl {
    font-size: 1.875rem;
  }
}
.section-lower-main-contents-ttl img {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-lower-main-contents-ttl img {
    width: 8.9375rem;
  }
}
.section-lower-main-contents-ttl span {
  color: #f68422;
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  font-size: 3.75rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-ttl span {
    font-size: 2.5rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .section-lower-main-contents-ttl__price.section-lower-main-contents-ttl {
    font-size: 1.625rem !important;
    padding-top: 1.25rem;
  }
  .section-lower-main-contents-ttl__price.section-lower-main-contents-ttl img {
    max-width: 20.375rem;
  }
}
@media (max-width: 767px) {
  .section-lower-main-contents-ttl__price {
    font-size: 1.375rem;
    padding: 1.25rem 0 0;
  }
}
.section-lower-main-contents-list {
  padding: 0 3.125rem 0.625rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-list {
    padding: 0 0.625rem 0.625rem;
  }
}
.section-lower-main-contents-item-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.625rem;
  background-color: #e4f2ff;
  font-size: 1.375rem;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-item-head {
    font-size: clamp(1rem, 1.6vw, 1.375rem);
  }
}
.section-lower-main-contents-item-head-color {
  color: #f68422;
  font-size: 1.75rem;
  line-height: 1.3;
}
.section-lower-main-contents-item-head-color.num {
  font-size: 2.25rem;
  font-weight: 400;
}
.section-lower-main-contents-item-head-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  line-height: 1;
  background-color: #2196f3;
  height: 100%;
  margin-right: 1.25rem;
  min-width: 4.375rem;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-lower-main-contents-item-head-point {
    min-width: 3.125rem;
    justify-content: center;
  }
}
.section-lower-main-contents-item-head-point .num {
  font-size: 2.875rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-lower-main-contents-item-head-point .num {
    font-size: 1.875rem;
  }
}
.section-lower-main-contents-item-text {
  padding: 1.25rem 0;
  font-size: 1.125rem;
}
.section-lower-main-contents-item .btn-basic {
  width: 50%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-item .btn-basic {
    width: 85%;
  }
}
.section-lower-main-contents-price {
  padding: 1.875rem 3.125rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-price {
    padding: 1.25rem 1rem;
  }
}
.section-lower-main-contents-price__basic {
  border: 3px solid #f68422;
  display: flex;
  align-items: center;
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-price__basic {
    flex-direction: column;
  }
}
.section-lower-main-contents-price__basic_parts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 1.875rem);
}
@media (max-width: 767px) {
  .section-lower-main-contents-price__basic_parts {
    width: 100%;
  }
}
.section-lower-main-contents-price__basic_parts-label {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #4b4b4b;
}
.section-lower-main-contents-price__basic_parts-text {
  font-size: 0.8125rem;
  text-align: justify;
}
.section-lower-main-contents-price__basic_parts-plus {
  display: block;
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 0.3125rem;
}
.section-lower-main-contents-price__basic_parts-plus::before, .section-lower-main-contents-price__basic_parts-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f68422;
}
.section-lower-main-contents-price__basic_parts-plus::before {
  height: 0.4375rem;
  top: calc(50% - 0.21875rem);
}
.section-lower-main-contents-price__basic_parts-plus::after {
  width: 0.4375rem;
  left: calc(50% - 0.21875rem);
  top: 0;
}
.section-lower-main-contents-price__basic_text {
  padding-top: 1.25rem;
}
.section-lower-main-contents-price__how-text {
  text-align: center;
  color: #ea396a;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.25rem 0;
}
.section-lower-main-contents-price__how-banner {
  background-color: #ea396a;
  padding: 0.4375rem 0.625rem;
}
.section-lower-main-contents-price__how-banner-text {
  color: #fff;
  line-height: 1.3;
  text-align: justify;
  font-size: 1.875rem;
  border: 2px solid #fff;
  padding: 1.25rem;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-banner-text {
    font-size: 1.5rem;
    text-align: center;
    padding: 0.625rem;
  }
}
.section-lower-main-contents-price__how-list {
  display: flex;
  gap: 1.5625rem;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-list {
    gap: 0.625rem;
  }
}
@media (max-width: 767px) {
  .section-lower-main-contents-price__how-list {
    flex-direction: column;
  }
}
.section-lower-main-contents-price__how-list-item {
  background-color: #fff;
  width: calc(33% - 0.78125rem);
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-list-item {
    width: calc(33% - 0.3125rem);
  }
}
@media (max-width: 767px) {
  .section-lower-main-contents-price__how-list-item {
    width: 100%;
  }
}
.section-lower-main-contents-price__how-list-item-ttl {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-list-item-ttl {
    font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  }
}
.section-lower-main-contents-price__how-list-item-text {
  color: #4b4b4b;
  padding: 1.25rem 0.625rem;
}
.section-lower-main-contents-price__how-list-item-np {
  width: 100%;
  margin-top: 1.5625rem;
  color: #4b4b4b;
}
.section-lower-main-contents-price__how-list-item-np-upper {
  display: flex;
  padding: 1.875rem 3.125rem;
}
.section-lower-main-contents-price__how-list-item-np-upper picture {
  width: 50%;
}
.section-lower-main-contents-price__how-list-item-np-upper p {
  width: 50%;
  padding-left: 1.25rem;
}
.section-lower-main-contents-price__how-list-item-np-upper span {
  display: block;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-list-item-np-upper {
    flex-direction: column;
  }
  .section-lower-main-contents-price__how-list-item-np-upper picture,
  .section-lower-main-contents-price__how-list-item-np-upper p {
    width: 100%;
  }
  .section-lower-main-contents-price__how-list-item-np-upper p {
    padding: 1em 0 0;
  }
}
@media (max-width: 767px) {
  .section-lower-main-contents-price__how-list-item-np-upper {
    padding: 0.625rem;
  }
}
.section-lower-main-contents-price__how-list-item-np-lower {
  max-width: 47.5rem;
  margin: auto;
  padding-bottom: 1.875rem;
}
.section-lower-main-contents-price__how-list-item-np-lower .list-note {
  font-size: 1rem !important;
  padding-left: 1em !important;
}
@media (max-width: 1199px) {
  .section-lower-main-contents-price__how-list-item-np-lower {
    width: 90%;
  }
}
.section-lower-main-contents-price__how-list-item .list-note {
  display: block;
  font-size: 0.75rem;
  padding: 0 0.625rem 0.625rem 2em;
}
.section-lower-main-contents-servicearea {
  padding: 1.25rem 3.125rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea {
    padding: 1.25rem 0.46875rem;
  }
}
.section-lower-main-contents-servicearea-list {
  margin-bottom: 2.5rem;
}
.section-lower-main-contents-servicearea-list-ttl {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.3;
  background-color: #31b664;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-list-ttl {
    font-size: 1.125rem;
  }
}
.section-lower-main-contents-servicearea-list-ttl-office {
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 1rem;
  padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
  position: relative;
  transition: 0.3s ease;
}
.section-lower-main-contents-servicearea-list-ttl-office::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.3125rem 0px 0.3125rem 0.5rem;
}
.section-lower-main-contents-servicearea-list-ttl-office:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-list-ttl-office {
    font-size: 0.75rem;
  }
  .section-lower-main-contents-servicearea-list-ttl-office::after {
    top: 0.46875rem;
  }
}
.section-lower-main-contents-servicearea-list-text {
  padding: 0.9375rem;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-list-text {
    padding: 0.46875rem;
  }
}
.section-lower-main-contents-servicearea-list-shitei {
  color: #fff;
  margin-left: 0.625rem;
  background-color: #1870cf;
  padding: 0.4375rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-list-shitei {
    color: #1870cf;
    background-color: #fff;
    padding: 0;
  }
}
.section-lower-main-contents-servicearea-list-shitei-link {
  color: #6fade5;
  font-size: 0.875rem;
  padding: 0.4375rem 0 0 0.9375rem;
  text-decoration: underline;
  display: flex;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-list-shitei-link {
    padding-left: 0.625rem;
  }
}
.section-lower-main-contents-servicearea-add-text {
  text-align: center;
  color: #1870cf;
  font-weight: 600;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .section-lower-main-contents-servicearea-add-text {
    font-size: 1.125rem;
  }
}
.section-lower-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-width: 0;
}
@media (max-width: 1199px) {
  .section-lower-side {
    order: 2;
  }
}
@media (max-width: 767px) {
  .section-lower-side {
    display: none;
  }
}
.section-lower-side-tips {
  background-color: #1870cf;
  padding: 0.9375rem;
}
.section-lower-side-tips-case {
  background-color: #c0e2cd;
}
@media (max-width: 1199px) {
  .section-lower-side-tips-case {
    margin-inline: 1.25rem;
  }
}
.section-lower-side-tips-head {
  background-color: #6fade5;
  color: #fff;
  position: relative;
  padding: 0.625rem;
}
.section-lower-side-tips-head-case {
  background-color: #31b664;
}
.section-lower-side-tips-head-option {
  font-size: 1.0625rem;
  position: relative;
  z-index: 2;
}
.section-lower-side-tips-head-ttl {
  font-size: 1.625rem;
  position: relative;
  z-index: 2;
}
.section-lower-side-tips-head-bg {
  position: absolute;
  right: 0;
  bottom: -0.9375rem;
  z-index: 1;
}
.section-lower-side-tips-list {
  margin: 0.9375rem 0;
}
.section-lower-side-tips-list-item {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  grid-template-rows: auto auto;
  margin: 0.625rem 0;
  padding: 1.125rem 0.625rem;
  background-color: #fff;
}
.section-lower-side-tips-list-item__date {
  grid-column: 2;
  padding-left: 0.625rem;
}
.section-lower-side-tips-list-item__img {
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.section-lower-side-tips-list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-lower-side-tips-list-item__ttl {
  grid-column: 2;
  grid-row: 2;
  padding-left: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* ← ここで行数を指定 */
  overflow: hidden;
}
.section-lower-side-tips .btn-basic {
  width: 100%;
  margin: 2.25rem 0 1.25rem;
}
.section-lower-side-tips-single {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  min-width: 0;
}
@media (max-width: 1199px) {
  .section-lower-side-tips-single {
    order: 2;
  }
}
.section-lower-side-tips-single-fixed {
  position: sticky;
  top: 12.5rem;
}
@media (max-width: 1199px) {
  .section-lower-side-tips-single-fixed {
    position: static;
  }
}
.section-lower-side-tips-single-ttl {
  background-color: #2196f3;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.3125rem 1.25rem;
}
.section-lower-side-tips-single-popular-list__item {
  position: relative;
  margin: 0.5rem 0;
}
.section-lower-side-tips-single-popular-list__rank {
  position: absolute;
  top: 0.8125rem;
  left: -1rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.section-lower-side-tips-single-popular-list__rank.rank-1 {
  background-color: #c6c257;
}
.section-lower-side-tips-single-popular-list__rank.rank-2 {
  background-color: #a2a18b;
}
.section-lower-side-tips-single-popular-list__rank.rank-3 {
  background-color: #907b21;
}
.section-lower-side-tips-single-popular-list__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff2e5;
  border: 2px solid #f68422;
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin-left: 1rem;
}
.section-lower-side-tips-single-popular-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section-lower-side-tips-single-popular-list__thumb {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .section-lower-side-tips-single-popular-list__thumb {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .section-lower-side-tips-single-tags {
    margin-top: 1.875rem;
  }
}
.section-lower-side-tips-single-tags-contents {
  background-color: #fff;
}
.section-lower-side-tips-single-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  padding: 1rem;
}
.section-lower-side-tips-single-tags-list-item {
  background-color: #eaeaea;
  padding: 0.3125rem;
  font-size: 14px;
  text-align: center;
}
.section-lower-side-case-list {
  padding: 0.9375rem 0.625rem;
}
.section-lower-side-case-list-place {
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4b4b4b;
  display: block;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
  position: relative;
  transition: 0.3s ease;
}
.section-lower-side-case-list-place::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #4b4b4b;
  border-width: 0.5rem 0px 0.5rem 0.75rem;
}
.section-lower-side-case-list-place:hover {
  opacity: 0.7;
}
.section-lower-side-bnr img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-lower#servicearea {
    margin-bottom: 1.25rem;
  }
}
.section-lower#servicearea .section-lower-side {
  justify-content: flex-start;
  gap: 3.125rem;
}
.section-inquiry {
  width: 85%;
  max-width: 1200px;
  margin: 1.875rem auto 0;
}
.section-inquiry-ttl {
  margin-top: 11.25rem;
}
@media (max-width: 1199px) {
  .section-inquiry-ttl {
    margin-top: 3.75rem;
  }
}
.section-inquiry-contents .hidden-fields-container {
  display: none;
}

.page-lower {
  background-color: #e4f2ff;
}
.page-lower-wrapper {
  max-width: 1200px;
  margin: 1.25rem auto 4.5rem;
}
@media (max-width: 1199px) {
  .page-lower-wrapper {
    width: 85%;
  }
}
.page-lower-wrapper {
  /* 各種サービス */
}
.page-lower-wrapper-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .page-lower-wrapper-service {
    grid-template-columns: 1fr;
  }
}
.page-lower-wrapper-service-item {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.page-lower-wrapper-service-item-ttl {
  background-color: #1870cf;
  color: #fff;
  font-size: 1.375rem;
  padding: 0.75rem 1.25rem;
}
.page-lower-wrapper-service-item-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.25rem;
}
@media (max-width: 1199px) {
  .page-lower-wrapper-service-item-box {
    grid-template-columns: 1fr;
  }
}
.page-lower-wrapper-service-item-box-text {
  grid-column: 1/3;
}
@media (max-width: 1199px) {
  .page-lower-wrapper-service-item-box-text {
    grid-column: 1;
  }
}
.page-lower-wrapper-service-item-box-price {
  grid-row: 2;
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .page-lower-wrapper-service-item-box-price {
    text-align: center;
  }
}
.page-lower-wrapper-service-item-box-price-tax {
  font-size: 1.5rem;
}
.page-lower-wrapper-service-item.btn-service__list {
  grid-row: 2;
}
.page-lower-wrapper__use-maker {
  background-color: #fff;
  padding: 3.125rem 0 1.25rem;
}
.page-lower-wrapper__use-maker-ttl {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 0.375rem;
}
.page-lower-wrapper__credit .credit {
  margin-top: 0;
}
.page-lower-wrapper__boiler-support-ttl {
  text-align: center;
  padding: 1.5625rem;
  color: #fff;
  font-size: 2rem;
  background-color: #f68422;
}
.page-lower-wrapper__boiler-support-contents {
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
  background-color: #fff;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents {
    display: block;
    width: 100%;
  }
}
.page-lower-wrapper__boiler-support-contents-detail {
  padding-left: 3.125rem;
  width: 50%;
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-detail {
    padding: 0 1.25rem 1.875rem;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.page-lower-wrapper__boiler-support-contents-detail-cp {
  position: absolute;
  top: 1.875rem;
  display: block;
  font-size: 1.625rem;
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-detail-cp {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-detail-cp {
    font-size: 1.125rem;
    top: 1rem;
  }
}
.page-lower-wrapper__boiler-support-contents-detail-text {
  padding-top: 7.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-detail-text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-detail-text {
    width: 100%;
    padding-top: 20vh;
    font-size: 1rem;
  }
}
.page-lower-wrapper__boiler-support-contents-detail-kikan {
  text-align: center;
  color: #f68422;
  font-size: 1.375rem;
  margin-right: 1.875rem;
}
.page-lower-wrapper__boiler-support-contents-detail-kikan .num {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-detail-kikan-img {
    margin: auto;
  }
}
.page-lower-wrapper__boiler-support-contents-detail-kikan-sub {
  color: #036428;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-detail-kikan-sub {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-detail-bg {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-detail-bg {
    width: 50%;
  }
}
.page-lower-wrapper__boiler-support-contents-add {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto 3.125rem;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-add {
    width: 100%;
    padding-top: 1.875rem;
  }
}
.page-lower-wrapper__boiler-support-contents-add-ttl {
  text-align: center;
  background-color: #f68422;
  padding: 1.125rem 0;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-add-ttl {
    margin-inline: 1.25rem;
  }
}
.page-lower-wrapper__boiler-support-contents-add-list {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
}
.page-lower-wrapper__boiler-support-contents-add-list li {
  position: relative;
  padding-right: 0.4375rem;
  display: flex;
}
.page-lower-wrapper__boiler-support-contents-add-list li::after {
  content: "/";
  display: block;
  position: relative;
  left: 0.1875rem;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-add-list li {
    font-size: 0.875rem;
  }
}
.page-lower-wrapper__boiler-support-contents-add-text {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 3.125rem 0 1.25rem;
}
@media (max-width: 767px) {
  .page-lower-wrapper__boiler-support-contents-add-text {
    margin: 1.875rem 0;
    line-height: 1.5;
  }
}
.page-lower-wrapper__boiler-support-contents-add-img img {
  margin: auto;
}
@media (max-width: 1199px) {
  .page-lower-wrapper__boiler-support-contents-add-img img {
    width: calc(100% - 2.5rem);
  }
}
.page-lower-wrapper-tips {
  margin-bottom: 0;
}
.page-lower .simulator {
  display: none;
}
.page-lower .service-list {
  padding-top: 0;
}

.to-top {
  position: fixed;
  right: clamp(0.75rem, 2vw, 1.25rem);
  bottom: clamp(0.75rem, 2vw, 1.25rem);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #2196f3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}
.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.to-top__text {
  font-size: 0.8125rem;
  line-height: 1;
}
.to-top__icon {
  width: 0;
  height: 0;
  margin-top: 0.25rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
}
.to-top:hover {
  filter: brightness(1.1);
}

/* 動きが苦手なユーザー配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .to-top {
    transition: none;
  }
}
/* 対応の流れ */
.speed-flow {
  display: flex;
  margin: 2.8125rem 3.125rem;
}
@media (max-width: 767px) {
  .speed-flow {
    flex-direction: column;
    margin: 1.5rem 1.25rem;
  }
}
.speed-flow-contents {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .speed-flow-contents {
    width: 100%;
  }
}
.speed-flow-ttl {
  background-color: #fff;
  width: 80%;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .speed-flow-ttl {
    width: 100%;
  }
}
.speed-flow-ttl span {
  position: absolute;
  top: -0.75rem;
  left: -0.2rem;
  font-family: "DIN 2014", "Segoe UI", "Helvetica Neue", Arial, "Roboto", "Noto Sans", sans-serif;
  font-size: clamp(4.5rem, 6.4vw, 6.875rem);
  font-weight: 300;
  color: #a6d0f7;
  line-height: 1;
}
.speed-flow-ttl-h {
  padding: 1.25rem 0 1.25rem 25%;
  font-size: clamp(1.375rem, 1.6vw, 1.75rem);
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .speed-flow-ttl-h {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .speed-flow-ttl-h {
    font-size: 1.625rem;
  }
}
.speed-flow-text {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02rem;
  color: #000;
  width: calc(100% - 30px);
  max-width: 20.625rem;
  margin: 1.25rem 0 1.25rem 1.875rem;
}
@media (max-width: 1199px) {
  .speed-flow-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .speed-flow-text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.speed-flow-image {
  width: calc(100% - 30px);
  max-width: 20.625rem;
  max-height: 20.625rem;
  margin: 1.25rem 0 1.25rem 1.875rem;
  isolation: isolate;
  position: relative;
}
@media (max-width: 767px) {
  .speed-flow-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.speed-flow-image picture {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.speed-flow-first-add {
  width: 100%;
  max-width: 19.6875rem;
  margin: auto;
  font-size: clamp(0.75rem, 0.8vw, 1.125rem);
  background-color: #e66268;
  color: #fff;
  line-height: 1.3;
  padding: 0.625rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .speed-flow-first-add {
    position: relative;
  }
}
@media (max-width: 767px) {
  .speed-flow-first-add {
    font-size: 1rem;
    max-width: 100%;
  }
}

/* クリアリンクの強み */
.strengths {
  width: 80%;
  max-width: 58.75rem;
  margin: 2.5rem auto 0;
}
.strengths-contents {
  padding-bottom: 1.875rem;
}
.strengths-first-free {
  display: flex;
  margin: 0.625rem 0 0;
}
@media (max-width: 767px) {
  .strengths-first-free {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0.15625rem;
  }
  .strengths-first-free .sp-only {
    color: #e66268;
    font-weight: 600;
  }
}
.strengths-first-free-item {
  background-color: #e66268;
  color: #fff;
  font-size: clamp(0.625rem, 1vw, 1rem);
  text-align: center;
  border-radius: 50px;
  padding: 0.3125rem;
  margin-right: 0.3125rem;
}
.strengths-first-free-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .strengths-first-free-item {
    padding-inline: 2px;
    font-size: 0.75rem;
  }
  .strengths-first-free-item.grid1-3 {
    grid-column: 1/3;
  }
}
.strengths-ttl {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.strengths-ttl-num {
  margin-left: 1.125rem;
}
@media (max-width: 767px) {
  .strengths-ttl-num {
    margin-left: 0.625rem;
  }
}
.strengths-ttl-h {
  display: flex;
  font-size: clamp(1.25rem, 1.6vw, 1.75rem);
  font-weight: 400;
  padding-left: 0.9375rem;
}
@media (max-width: 767px) {
  .strengths-ttl-h {
    font-size: 1rem;
  }
}
.strengths-text {
  width: calc(100% - (52px + 2.5rem + 1.875rem)); /* svgと余白を2倍 */
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  margin: 0.3125rem auto;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .strengths-text {
    width: calc(100% - 1.25rem);
  }
}
.strengths-note {
  width: 45%;
  margin: 0.625rem auto 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #626262;
}
@media (max-width: 1199px) {
  .strengths-note {
    width: calc(80% - 2em);
  }
}

/* お客様の声 */
.voice {
  background-color: #ffdcb4;
  text-align: center;
  margin-top: 3.125rem;
  padding: 0 0 1.875rem;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  width: 1200px;
}
@media (max-width: 1199px) {
  .voice {
    width: 85%;
  }
}
.voice-ttl {
  font-size: 3rem;
  line-height: 1.3;
  padding: 1.875rem 0;
}
.voice-contents {
  display: flex;
  justify-content: space-between;
  width: 92.5%;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .voice-contents {
    flex-direction: column;
  }
}
.voice-contents-item {
  width: calc(30% + 1.25rem);
}
@media (max-width: 1199px) {
  .voice-contents-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .voice-contents-item {
    margin-bottom: 2.5rem;
  }
}
.voice-contents-item-letter {
  background-color: #fff;
  border-radius: 1.25rem;
  text-align: left;
  padding: 1.25rem 0.625rem;
  position: relative;
  color: #626262;
}
.voice-contents-item-letter-ttl {
  font-size: clamp(1rem, 1vw, 1.125rem);
  padding-bottom: 0.625rem;
}
.voice-contents-item-letter-text {
  color: #626262;
  font-size: 1rem;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.voice-contents-item-letter-address {
  display: block;
  font-size: 0.8rem;
  padding-top: 0.625rem;
}
.voice-contents-item-letter::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 吹き出しの下から出す場合 */
  right: 30px; /* 位置調整 */
  border-width: 15px 5px 0 15px; /* 三角形の大きさ */
  border-style: solid;
  transform: rotate(-5deg);
  border-color: #fff transparent transparent transparent;
}
.voice-contents-item-profile {
  margin: 1rem 0;
  font-size: 1.125rem;
}

/* 支払い方法 */
.credit {
  margin: 3.75rem 0;
}
.credit-ttl {
  text-align: center;
  background-color: #1870cf;
  padding: 0.625rem 0;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .credit-ttl {
    font-size: 1.25rem;
  }
}
.credit-img {
  display: block;
  max-width: 64rem;
  margin: auto;
}
.credit-img img {
  width: calc(100% - 2.5rem);
  margin: 1.25rem;
}

/* サービス一覧 */
.service-list {
  background: linear-gradient(to right, #0c3868, #1870cf);
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .service-list {
    padding-top: 1.875rem;
  }
}
.service-list-ttl {
  padding-top: 3.75rem;
}
.service-list-group {
  padding: 3.75rem 0;
  width: 85%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  --gap: 0.9375rem;
  gap: var(--gap);
}
@media (max-width: 1199px) {
  .service-list-group {
    width: 85%;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .service-list-group {
    flex-direction: column;
  }
}
.service-list-group-item {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  min-height: 21.25rem;
  flex: 0 0 calc((100% - 1.875rem) / 3);
  max-width: calc((100% - 1.875rem) / 3);
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (max-width: 1199px) {
  .service-list-group-item {
    flex: 0 0 calc((100% - 0.9375rem) / 2);
    max-width: calc((100% - 0.9375rem) / 2);
  }
}
@media (max-width: 767px) {
  .service-list-group-item {
    flex: 0 0 100%;
    max-width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.service-list-group-item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-list-group-item-img {
    height: auto;
    max-height: 280px;
    width: 100%;
  }
}
.service-list-group-item-img-image {
  width: 100%;
  height: 100%;
  display: block;
}
.service-list-group-item-img-image1 {
  background: url("/assets/img/common/service-list-bg1.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image2 {
  background: url("/assets/img/common/service-list-bg2.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image3 {
  background: url("/assets/img/common/service-list-bg3.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image4 {
  background: url("/assets/img/common/service-list-bg4.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image5 {
  background: url("/assets/img/common/service-list-bg5.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image6 {
  background: url("/assets/img/common/service-list-bg6.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image7 {
  background: url("/assets/img/common/service-list-bg7.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image8 {
  background: url("/assets/img/common/service-list-bg8.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-img-image9 {
  background: url("/assets/img/common/service-list-bg9.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
.service-list-group-item-ttl {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(10px);
  overflow-wrap: anywhere;
  padding: 0.5rem 0.75rem;
}
.service-list-group-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 1.125rem;
  overflow-wrap: anywhere;
}
.service-list-group-text p {
  margin: 0 0 1.25rem;
}
.service-list-group-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3125rem 1.25rem;
  background-color: #2196f3;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
.service-list-group-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.3125rem 0px 0.3125rem 0.4375rem;
}

/* よくある質問 */
#faq {
  margin-top: -9.375rem;
  padding-top: 9.375rem;
}
@media (max-width: 1199px) {
  #faq {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }
}

.faq {
  background-color: #1870cf;
  margin: 2.5rem 0 0;
  position: relative;
  z-index: 999;
}
.faq-ttl {
  text-align: center;
  color: #fff;
  padding: 2.5rem 0;
}
.faq-q {
  color: #2196f3;
  margin-right: 0.625rem;
}
.faq-a {
  color: #e66268;
  font-weight: 600;
  margin-right: 0.625rem;
}

.accordion {
  max-width: 68.75rem;
  margin-inline: auto;
  padding-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  .accordion {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .accordion {
    width: 85%;
    min-width: 20.9375rem;
  }
}
.accordion__item {
  margin-bottom: 1.25rem;
}
.accordion__trigger {
  width: 100%;
  text-align: left;
  padding: 1rem 3rem 1rem 1rem;
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
.accordion__trigger:focus-visible {
  outline: 2px solid #6fade5;
  outline-offset: 2px;
}
.accordion__icon {
  position: absolute;
  inset: 0 12px 0 auto;
  color: #c9c9c9;
  margin: auto 0;
  width: 1.25rem;
  height: 1.25rem;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.125rem;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}
.accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__panel {
  overflow: clip;
  block-size: 0;
  transition: block-size 220ms ease;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.accordion__panel > * {
  margin-top: -0.3125rem;
  padding: 1.25rem;
  display: flex;
}
.accordion__panel-link {
  text-decoration: underline;
  color: #2196f3;
}
.accordion__trigger[aria-expanded=true] {
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
}
.accordion__trigger[aria-expanded=true] + .accordion__panel {
  block-size: var(--h, auto);
}
.accordion__trigger[aria-expanded=true] .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 低モーション環境に配慮 */
@media (prefers-reduced-motion: reduce) {
  .accordion__panel {
    transition: none;
  }
  .accordion__icon::after {
    transition: none;
  }
}
/* パンくすリスト */
.breadcrumb {
  font-size: clamp(12px, 1.4vw, 14px);
  padding: 9.375rem 3.125rem 0;
  width: 85%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding: 1.25rem 0 0;
    margin-inline: auto;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #666;
}
.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.4em;
  color: #ccc;
}
.breadcrumb a {
  color: var(--link, #1373d1);
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb [aria-current=page] {
  color: #111;
  font-weight: 600;
}

/* 下層ページのお取り扱いメーカー */
.maker-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.5rem auto;
  list-style: none;
}
.maker-list img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .maker-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.table-wrap {
  position: relative;
}
@media (max-width: 1199px) {
  .table-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 28px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  }
}

.table-scroller {
  overflow-x: visible; /* PC は可視のまま */
  position: relative;
}
@media (max-width: 1199px) {
  .table-scroller {
    overflow-x: auto; /* スマホで横スクロール可 */
    -webkit-overflow-scrolling: touch;
  }
}

.scroll-hint {
  position: absolute;
  top: calc(50% - 100px);
  right: calc(50% - 100px);
  z-index: 2;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.scroll-hint.is-show {
  opacity: 0.8;
  transform: translateY(0);
}
.scroll-hint.is-hide {
  opacity: 0;
  transform: translateY(4px);
}
.scroll-hint img {
  width: 200px;
  height: auto;
}
@media (min-width: 1200px) {
  .scroll-hint {
    display: none;
  }
}

.privacy-list {
  display: block;
}
.privacy-list-ttl {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.875rem;
}
.privacy-list-text {
  padding-left: 1.5rem;
  font-size: 1rem;
}
.privacy-list-text ul {
  padding: 0.625rem 0;
}
.privacy-list-text ul li {
  padding-left: 0.625rem;
}
.privacy-list-itemlabel {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.3125rem 0;
}

.sitemap {
  display: flex;
  gap: 1.875rem;
  padding: 3.125rem 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap {
    flex-direction: column;
  }
}
.sitemap-group {
  flex: 1 1 calc(50% - 40px);
}
.sitemap-group-ttl {
  font-size: 1.5rem;
}
.sitemap-group-list {
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
.sitemap-group-list li {
  margin: 0.625rem 0;
}
.sitemap-group a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.disposer-header-logo {
  margin-left: 5%;
}
.disposer-header-contact {
  background-color: #3e915f;
}
.disposer-header-biz {
  background-color: #87be9c;
}
.disposer-header-nav {
  margin: 5rem 0 0;
  color: #4b4b4b;
  position: fixed;
  right: 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .disposer-header-nav {
    margin: 3.75rem 0 0;
  }
}
@media (max-width: 767px) {
  .disposer-header-nav {
    margin-top: 48px;
  }
}
.disposer-header-nav-list {
  display: flex;
  justify-content: center;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 0;
  margin: 0;
  top: 5rem;
  right: 0;
  max-width: 37.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.disposer-header-nav-list ul {
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .disposer-header-nav-list ul {
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .disposer-header-nav-list {
    top: 0;
    background-color: #cfefdb;
  }
  .disposer-header-nav-list .header-mail {
    background-color: #3e915f;
  }
  .disposer-header-nav-list .header-biz {
    background-color: #87be9c;
  }
}
.disposer-header-nav-list li {
  transition: 0.3s ease;
  position: relative;
}
.disposer-header-nav-list li::after {
  content: "";
  display: none;
  transition: 0.3s ease;
}
.disposer-header-nav-list li:hover {
  color: #2196f3;
}
.disposer-header-nav-list li:hover::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2196f3;
}
.disposer-fv {
  display: block;
  position: relative;
}
.disposer-fv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/img/disposer/disposer-fv.webp") no-repeat;
  background-size: cover;
  z-index: 1;
}
.disposer-fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.disposer-fv-contents {
  position: relative;
  z-index: 2;
  background: url("/assets/img/disposer/disposer-fv-staff.webp") no-repeat;
  background-size: 40% auto;
  background-position: 0 100%;
  max-width: 75rem;
  margin: 1.875rem auto 0;
  padding: 5rem 0 2rem;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
}
@media (max-width: 1199px) {
  .disposer-fv-contents {
    margin-inline: 2.5rem;
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents {
    grid-template-columns: 6.25rem 1fr;
    grid-template-rows: 1fr;
    margin: 0 auto;
    padding: 1.25rem 0 14.1875rem;
    width: calc(100% - 2.5rem);
    background-size: auto 14.1875rem;
    background-position: 50% 100%;
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .disposer-fv-contents-icon img {
    width: 100%;
  }
}
.disposer-fv-contents-cp {
  font-size: 5rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .disposer-fv-contents-cp {
    font-size: clamp(3rem, 5vw, 4rem);
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-cp {
    font-size: 2rem;
    grid-column: 2;
    margin: 0.625rem 0 0 1.25rem;
  }
}
.disposer-fv-contents-cp-small {
  font-size: 3.75rem;
}
@media (max-width: 1199px) {
  .disposer-fv-contents-cp-small {
    font-size: clamp(2.5rem, 4vw, 3.75rem);
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-cp-small {
    font-size: 1.5rem;
  }
}
.disposer-fv-contents-cp-read {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-left: 2.25rem;
  margin-bottom: -0.625rem;
}
@media (max-width: 1199px) {
  .disposer-fv-contents-cp-read {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    padding-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-cp-read {
    font-size: 0.75rem;
    padding-left: 1em;
    margin-bottom: -0.3125rem;
  }
}
.disposer-fv-contents-text {
  grid-column: 2;
  background-color: #fff;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.875rem;
  padding: 0.625rem 1.875rem;
}
@media (max-width: 1199px) {
  .disposer-fv-contents-text {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-text {
    grid-column: 1/3;
    font-size: 1.25rem;
    margin-top: 0.9375rem;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  }
}
.disposer-fv-contents-text-cl {
  color: #1870cf;
}
.disposer-fv-contents-link {
  grid-column: 2;
  margin: 1.875rem 0 0 2.5rem;
  width: 50%;
}
@media (max-width: 1199px) {
  .disposer-fv-contents-link {
    margin-left: 0;
    width: 23.75rem;
  }
}
@media (max-width: 767px) {
  .disposer-fv-contents-link {
    grid-column: 1/3;
    margin-left: 0;
    width: 100%;
  }
}
.disposer-fv-contents-link-add {
  color: #3e915f;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.disposer-fv-contents-link-add::after {
  content: "/";
  display: block;
  position: absolute;
  right: calc(50% - 5em);
  top: 0;
}
.disposer-fv-contents-link-add::before {
  content: "/";
  display: block;
  position: absolute;
  left: calc(50% - 5.5em);
  transform: rotateY(180deg);
}
.disposer-fv-contents-link .disposer-link {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .disposer-fv-contents-link .disposer-link {
    justify-content: center;
  }
}
.disposer-price-ttl {
  width: 85%;
  max-width: 1200px;
  margin: auto;
  font-family: "Noto Sans CJK JP", "Noto Sans", "Meiryo", sans-serif;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  position: relative;
}
.disposer-price-ttl::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #1870cf;
}
@media (max-width: 767px) {
  .disposer-price-ttl::after {
    width: 100%;
  }
}
.disposer-link {
  display: block;
  width: auto;
  min-width: 23.75rem;
  background-color: #3e915f;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.75rem, 2.6vw, 2rem);
  padding: 0.625rem 1.875rem;
  position: relative;
  border-radius: 9999px;
  transition: 0.3s ease;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .disposer-link {
    text-align: center;
    min-width: auto;
  }
}
.disposer-link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.25rem;
  border-top: 0.5rem solid transparent;
  border-right: 0;
  border-bottom: 0.5rem solid transparent;
  border-left: 1rem solid #fff;
}
.disposer-link:hover {
  opacity: 0.8;
}
.disposer-section {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.125rem;
}
@media (max-width: 1199px) {
  .disposer-section {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .disposer-section {
    width: calc(100% - 2.5rem);
  }
}
.disposer-trouble {
  padding: 3.125rem 0 0;
  background-color: #05438b;
}
.disposer-trouble-ttl {
  color: #fff;
  text-align: center;
}
.disposer-trouble-contents {
  background-color: #fff;
  color: #05438b;
  border-radius: 1.25rem;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  padding: 2rem;
  margin-top: 1.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .disposer-trouble-contents {
    flex-direction: column;
    gap: 0;
    padding: 1.25rem 0.625rem;
  }
}
.disposer-trouble-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25rem;
  border-top: 0;
  border-right: 0.75rem solid transparent;
  border-bottom: 1.25rem solid #fff;
  border-left: 0.75rem solid transparent;
}
@media (max-width: 767px) {
  .disposer-trouble-contents::before {
    top: -16px;
    left: calc(50% - 8px);
  }
}
.disposer-trouble-contents-message {
  background: url("/assets/img/disposer/trouble-staff.webp") no-repeat;
  background-size: auto 95%;
  background-position: 100% 100%;
}
.disposer-trouble-contents-message-text {
  color: #fff;
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  line-height: 3.125rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .disposer-trouble-contents-message-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 2.5rem 0.625rem;
  }
}
.disposer-trouble-contents-message-text-ul {
  position: relative;
  transform: translateZ(0);
  isolation: isolate;
}
.disposer-trouble-contents-message-text-ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0.9em;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background-color: #e66268;
}
@media (max-width: 767px) {
  .disposer-trouble-contents-message-text-ul {
    text-decoration: underline;
    text-decoration-color: #e66268;
    text-decoration-thickness: 8px;
    text-underline-offset: -2px;
  }
  .disposer-trouble-contents-message-text-ul::before {
    display: none;
  }
}
.disposer-trouble-list {
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .disposer-trouble-list {
    padding-left: 0;
    margin: auto;
    width: 85%;
    max-width: 24em;
  }
}
.disposer-trouble-list-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  font-weight: 600;
}
.disposer-trouble-list-item::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #05438b;
  border-radius: 9999px;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  .disposer-trouble-list-item::before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.disposer-cta {
  background-color: #e4f2ff;
}
.disposer-cta-contents {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
}
@media (max-width: 767px) {
  .disposer-cta-contents {
    grid-template-columns: 1fr;
  }
}
.disposer-cta-contents-text {
  background: url("/assets/img/disposer/cta-bg.webp") no-repeat;
  background-position: 100% 50%;
  background-size: auto 80%;
}
@media (max-width: 767px) {
  .disposer-cta-contents-text {
    background: url("/assets/img/disposer/cta-bg-sp.webp") no-repeat;
    background-position: 100% 50%;
    background-size: auto 90%;
  }
}
@media (max-width: 1199px) {
  .disposer-cta-img {
    position: relative;
  }
  .disposer-cta-img img {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .disposer-cta-img {
    display: none;
  }
}
.disposer-cta-cp {
  font-size: 2rem;
  color: #1870cf;
  padding-top: 4rem;
}
@media (max-width: 1199px) {
  .disposer-cta-cp {
    padding-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .disposer-cta-cp {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 2.5rem;
  }
}
.disposer-cta-btn {
  width: 55%;
}
@media (max-width: 767px) {
  .disposer-cta-btn {
    width: 100%;
    max-width: 23.75rem;
    margin: auto;
  }
}
.disposer-cta-tel {
  color: #1870cf;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  font-size: 1.5rem;
  margin: 0.625rem 0;
}
@media (max-width: 767px) {
  .disposer-cta-tel {
    flex-direction: column;
    gap: 0;
  }
}
.disposer-cta-tel .num {
  position: relative;
  font-weight: 600;
  padding-left: 2.5rem;
}
.disposer-cta-tel .num::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.25em;
  top: 0.25em;
  background: url("/assets/img/disposer/icon-tel.webp") no-repeat;
  background-size: contain;
}
.disposer-cta-tel .num::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0.25em);
  height: 1px;
  background-color: #1870cf;
  left: 0.25em;
  bottom: 0.25em;
}
.disposer-cta-tel-text {
  font-size: 1.25rem;
}
.disposer-reason {
  background: url("/assets/img/disposer/disposer-reason.webp") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  isolation: isolate;
  position: relative;
  z-index: 0;
}
.disposer-reason::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6fade5;
  opacity: 0.5;
  z-index: 1;
}
.disposer-reason-contents {
  position: relative;
  z-index: 2;
  padding: 0 0 6.25rem;
}
@media (max-width: 767px) {
  .disposer-reason-contents {
    padding-bottom: 2.5rem;
  }
}
.disposer-reason-ttl {
  text-align: center;
  font-size: clamp(1.375rem, 2vw, 2.25rem);
  padding-top: 3.125rem;
}
.disposer-reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125rem;
  margin: 2.75rem auto;
}
@media (max-width: 767px) {
  .disposer-reason-list {
    gap: 1.25rem;
  }
}
.disposer-reason-list-item {
  flex: 1 1 calc(33.3% - 3.125rem);
  max-width: 300px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .disposer-reason-list-item {
    flex: 1 1 calc(50% - 3.125rem);
  }
}
@media (max-width: 767px) {
  .disposer-reason-list-item {
    flex: 100%;
  }
}
.disposer-reason-list-item-label {
  display: flex;
  justify-content: center;
  height: 6.25rem;
  align-items: center;
  text-align: center;
  color: #1870cf;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.disposer-reason-list-item-label-text {
  font-size: 1rem;
  padding: 0.75rem 0.9375rem;
  line-height: 1.375rem;
}
.disposer-maker {
  padding-top: 5rem;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .disposer-maker {
    padding-top: 3.125rem;
    margin-top: -3.125rem;
  }
}
.disposer-maker-ttl {
  text-align: center;
  color: #1870cf;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  padding: 4.375rem 0;
}
@media (max-width: 767px) {
  .disposer-maker-ttl {
    padding: 2.5rem 0;
  }
}
.disposer-maker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.875rem;
  margin: 1.875rem auto;
}
@media (max-width: 767px) {
  .disposer-maker-list {
    margin: 0 auto;
  }
}
.disposer-maker-list-item {
  flex: 0 0 calc(25% - 1.875rem);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .disposer-maker-list-item {
    flex: 1 1 calc(50% - 1.875rem);
  }
}
.disposer-maker-text {
  text-align: center;
  background-color: #2196f3;
  font-size: 2.25rem;
  color: #fff;
  padding: 1.25rem;
  margin: 1.25rem 0;
}
@media (max-width: 1199px) {
  .disposer-maker-text {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .disposer-maker-text {
    font-size: 1.375rem;
  }
}
.disposer-maker-text-note {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  margin-bottom: 3.75rem;
}
.disposer-text-space {
  display: block;
  margin-bottom: 1rem;
}
.disposer {
  /* 作業料金の目安 */
}
.disposer-price {
  padding-top: 5rem;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .disposer-price {
    padding-top: 3.125rem;
    margin-top: -3.125rem;
  }
}
.disposer-price-contents {
  background-color: #eaeaea;
}
.disposer-price-contents-ttl {
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2.25rem);
  color: #1870cf;
  padding: 3.125rem 0;
}
.disposer-price-contents-item {
  padding-bottom: 3.75rem;
}
.disposer-price-contents-item-table {
  margin: 1.875rem 0 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .disposer-price-contents-item-table {
    margin-top: 0;
  }
}
.disposer-price-contents-item-table tbody th {
  width: 30%;
}
.disposer-price-contents-item-table tbody td:nth-child(2) {
  width: 50%;
}
.disposer-price-contents-item-table tbody td:nth-child(3) {
  width: 20%;
}
.disposer-price-contents-item-table-head {
  font-size: 1.25rem;
}
.disposer-price-contents-item-table-head th {
  border: 1px solid #707070;
  padding: 1.25rem 0;
}
.disposer-price-contents-item-table-head-name {
  width: 30%;
  background-color: #cae8c7;
}
.disposer-price-contents-item-table-head-value {
  width: 50%;
  background-color: #cae8c7;
}
.disposer-price-contents-item-table-head-price {
  width: 20%;
  background-color: #edb983;
}
.disposer-price-contents-item-table-body {
  background-color: #fff;
}
.disposer-price-contents-item-table-body-list {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
}
.disposer-price-contents-item-table-body-list th,
.disposer-price-contents-item-table-body-list td {
  padding: 1rem 1.25rem;
  border: 1px solid #707070;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.disposer-price-contents-item-table-addtext {
  font-size: 1.25rem;
}
.disposer-price-contents-item > .table-wrap::after {
  background: linear-gradient(to left, rgba(234, 234, 234, 0.95), rgba(234, 234, 234, 0));
}
.disposer-price-contents-item-ttl {
  font-size: clamp(1.375rem, 2vw, 1.75rem);
}
.disposer-h-scroll {
  width: 68.75rem;
  overflow-x: visible;
  padding-bottom: 8px;
}
@media (max-width: 1199px) {
  .disposer-h-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
}
.disposer-h-scroll > .disposer-price-contents-item-table {
  max-width: 68.75rem;
  min-inline-size: 68.75rem;
  inline-size: -moz-max-content;
  inline-size: max-content;
}
@media (max-width: 1199px) {
  .disposer-h-scroll > .disposer-price-contents-item-table th,
  .disposer-h-scroll > .disposer-price-contents-item-table td {
    white-space: nowrap;
  }
}
.disposer-h-scroll .masked {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.disposer-faq {
  margin: 0 0 -6.875rem;
  padding-bottom: 3.75rem;
}
.disposer #disposer-reason {
  padding-top: 5rem;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .disposer #disposer-reason {
    padding-top: 3.125rem;
    margin-top: -3.125rem;
  }
}
.disposer-inquiry {
  width: 85%;
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 3.125rem;
}
@media (max-width: 1199px) {
  .disposer-inquiry {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .disposer-inquiry {
    width: calc(100% - 2.5rem);
  }
}
.disposer-thanks-text {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  padding: 1.875rem 0 0;
}
@media (max-width: 767px) {
  .disposer-thanks-text {
    font-size: 1.25rem;
  }
}
.disposer-thanks-link {
  display: flex;
  justify-content: center;
  width: 18.75rem;
  margin: auto;
}

.aircon-fv {
  background-color: #f8fcff;
}
.aircon-fv-contents {
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: auto;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS PMincho", "MS Mincho", serif;
  color: #1870cf;
  font-weight: 600;
  background: url(/assets/img/aircon/fv-aircon.webp) no-repeat;
  background-size: contain;
  background-position: 100% 0;
}
@media (max-width: 1199px) {
  .aircon-fv-contents {
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.4)), url(/assets/img/aircon/fv-aircon.webp) no-repeat;
    background-size: contain;
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .aircon-fv-contents {
    background: url(/assets/img/aircon/fv-aircon-sp.webp) no-repeat;
    background-size: contain;
    background-position: 0 100%;
  }
}
.aircon-fv-contents-price {
  padding-top: 7.5rem;
  background: url("/assets/img/aircon/fv-aircon-price.webp") no-repeat;
  background-size: contain;
  background-position: 100% 0;
}
@media (max-width: 1199px) {
  .aircon-fv-contents-price {
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.4)), url(/assets/img/aircon/fv-aircon-price.webp) no-repeat;
    background-size: contain;
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .aircon-fv-contents-price {
    padding-top: 3.125rem;
    background: url(/assets/img/aircon/fv-aircon-price-sp.webp) no-repeat;
    background-size: contain;
    background-position: 0 100%;
  }
}
.aircon-fv-contents-price-ttl {
  width: 85%;
  max-width: 1200px;
  margin: auto;
  font-family: "Noto Sans CJK JP", "Noto Sans", "Meiryo", sans-serif;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  position: relative;
}
.aircon-fv-contents-price-ttl::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #1870cf;
}
@media (max-width: 767px) {
  .aircon-fv-contents-price-ttl::after {
    width: 100%;
  }
}
.aircon-fv-contents-price-text {
  font-size: 1.25rem;
  width: 85%;
  max-width: 1200px;
  margin: auto;
  font-family: "Noto Sans CJK JP", "Noto Sans", "Meiryo", sans-serif;
  font-weight: 400;
  color: #626262;
  padding: 1.875rem 0 7.5rem;
}
@media (max-width: 767px) {
  .aircon-fv-contents-price-text {
    font-size: 1.125rem;
    padding: 0.625rem 0 16.25rem;
  }
}
.aircon-fv-contents-price-text p {
  width: 50%;
}
@media (max-width: 767px) {
  .aircon-fv-contents-price-text p {
    width: 100%;
  }
}
.aircon-fv-contents-inquiry {
  padding-top: 7.5rem;
  background: url("/assets/img/aircon/fv-aircon-inquiry.webp") no-repeat;
  background-size: contain;
  background-position: 100% 0;
}
@media (max-width: 1199px) {
  .aircon-fv-contents-inquiry {
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.4)), url(/assets/img/aircon/fv-aircon-inquiry.webp) no-repeat;
    background-size: contain;
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .aircon-fv-contents-inquiry {
    padding-top: 3.125rem;
    background: url(/assets/img/aircon/fv-aircon-inquiry-sp.webp) no-repeat;
    background-size: contain;
    background-position: 0 100%;
  }
}
/*# sourceMappingURL=style.css.map */
