@charset "UTF-8";
/* ------------------------------
   ベース設定
------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: clamp(12px, 1.6vw, 16px);
}

body.lp-page {
  margin: 0;
  color: #222;
}

/* カラー・共通レイアウト */
:root {
  --lp-blue: #0097E0;
  --lp-blue-light: #e5f4ff;
  --lp-gray: #666;
  --lp-border-radius-large: 16px;
  --lp-container-width: 1216px;
}

.lp-container {
  max-width: var(--lp-container-width);
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .lp-container {
    padding: 0 15px;
  }
}

/* 共通タイトル */
.section-title {
  color: var(--lp-blue);
  text-align: center;
  font-size: clamp(24px, 3.6vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.cta-block {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .cta-block {
    padding-bottom: 0;
    margin: 0 15px;
  }
}
.cta-block.flow-before {
  display: none;
}
@media (max-width: 480px) {
  .cta-block.flow-before {
    margin-top: -160px;
    display: block;
  }
}
.cta-block.flow-before .ad03-cta.yellow_ele {
  margin-bottom: 0 !important;
}
.cta-block.price-after {
  margin-top: -180px;
}
.cta-block.sectop {
  padding-top: 100px;
  background-color: #f1faff;
}
@media (max-width: 480px) {
  .cta-block.sectop {
    margin: 0;
    padding: 40px 15px 0;
  }
}
.cta-block.sectop .cta-title {
  margin-bottom: 20px !important;
}
.cta-block.sectop .ad03-cta.yellow_ele {
  margin: auto !important;
}
.cta-block.voice-after {
  background: center 300px no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/bg svg");
}
.cta-block.voice-after .g-mb-20 {
  margin-bottom: 10px !important;
}
.cta-block.voice-after .cta-text {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cta-block.flow-after {
    margin-top: 40px;
  }
}
.cta-block .cta-text {
  color: #333;
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  margin-bottom: 0;
}

.cta-title {
  color: var(--lp-blue);
  text-align: center;
  font-size: clamp(18px, 2.4vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .cta-title {
    margin-bottom: 20px;
  }
}

.cta-title2 {
  color: var(--lp-blue);
  text-align: center;
  font-size: clamp(18px, 3vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -20px;
}

/* ------------------------------
   キービジュアル
------------------------------ */
#kv-block {
  position: relative;
  width: 100%;
  background: center 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/kv_bg png");
  background-size: 100% 100%;
}
#kv-block h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#kv-block h1 img {
  max-width: 1500px;
}
@media (max-width: 1400px) {
  #kv-block h1 img {
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 480px) {
  #kv-block h1 img {
    max-width: 100%;
    margin-left: 0;
  }
}
#kv-block .guidance-block_pc {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  #kv-block .guidance-block_pc {
    top: auto;
    bottom: 6px;
    right: -5px;
  }
}
@media (max-width: 480px) {
  #kv-block .guidance-block_pc {
    display: none;
  }
}
#kv-block .guidance-block_pc a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #F85C7B;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  color: #FFF;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 24px;
  max-width: 250px;
  padding: 10px 20px 8px 25px;
}
@media (max-width: 1200px) {
  #kv-block .guidance-block_pc a {
    gap: 6px;
    line-height: 18px;
    padding: 8px 8px 6px 10px;
  }
}
@media (max-width: 768px) {
  #kv-block .guidance-block_pc a {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 480px) {
  #kv-block .guidance-block_pc a {
    display: block;
  }
}
#kv-block .guidance-block_pc a::after {
  content: "";
  display: inline-block;
  min-width: 30px;
  min-height: 32px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/guidance_arrow svg");
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  #kv-block .guidance-block_pc a::after {
    min-width: 20px;
    min-height: 24px;
  }
}
#kv-block .guidance-block_pc a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
}

.guidance-block_sp {
  display: none;
  margin: 0 15px 20px;
}
@media (max-width: 480px) {
  .guidance-block_sp {
    display: block;
    position: static;
    margin-bottom: 20px;
  }
  .guidance-block_sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #F85C7B;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
    color: #FFF;
    text-align: center;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
    line-height: 24px;
    max-width: 100%;
    padding: 10px 20px 8px 25px;
  }
  .guidance-block_sp a::after {
    content: "";
    display: inline-block;
    min-width: 20px;
    min-height: 24px;
    background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/guidance_arrow svg");
    background-size: 100% auto;
  }
  .guidance-block_sp a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s;
  }
}

#cta-04kv,
#cta-04bottom {
  background: center center no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/cta_bg png");
  background-size: 100% auto;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  #cta-04kv,
#cta-04bottom {
    margin: 0 auto 20px;
    background: center center no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/cta_bg png");
    background-size: 100% 100%;
  }
}
#cta-04kv.bottom,
#cta-04bottom.bottom {
  margin: 0 auto !important;
  padding: 20px 15px;
}
#cta-04kv .cta-04-block,
#cta-04bottom .cta-04-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 0 10px;
  width: 100%;
  max-width: 1216px;
  text-align: center;
  color: #fff;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  #cta-04kv .cta-04-block,
#cta-04bottom .cta-04-block {
    display: block;
  }
}
#cta-04kv .cta-04-block h2,
#cta-04bottom .cta-04-block h2 {
  font-size: clamp(20px, 1.4vw, 28px);
  font-weight: bold;
}
#cta-04kv .cta-04-block h2 span,
#cta-04bottom .cta-04-block h2 span {
  color: #FFE601;
}
#cta-04kv .cta-04-block .form-wrap,
#cta-04bottom .cta-04-block .form-wrap {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 45vw;
}
@media (max-width: 768px) {
  #cta-04kv .cta-04-block .form-wrap,
#cta-04bottom .cta-04-block .form-wrap {
    display: block;
    max-width: 100%;
  }
}
#cta-04kv .cta-04-block .form-wrap a,
#cta-04bottom .cta-04-block .form-wrap a {
  width: 100%;
}
#cta-04kv .cta-04-block .form-wrap a img,
#cta-04bottom .cta-04-block .form-wrap a img {
  width: 100%;
}
@media (max-width: 768px) {
  #cta-04kv .cta-04-block .form-wrap a img,
#cta-04bottom .cta-04-block .form-wrap a img {
    vertical-align: bottom;
  }
}
#cta-04kv .cta-04-block .tel-wrap,
#cta-04bottom .cta-04-block .tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 44vw;
}
@media (max-width: 768px) {
  #cta-04kv .cta-04-block .tel-wrap,
#cta-04bottom .cta-04-block .tel-wrap {
    max-width: 100%;
  }
}
#cta-04kv .cta-04-block .tel-wrap h3,
#cta-04bottom .cta-04-block .tel-wrap h3 {
  line-height: 1;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: bold;
}
#cta-04kv .cta-04-block .tel-wrap .tel,
#cta-04bottom .cta-04-block .tel-wrap .tel {
  display: block;
  margin-top: 5px;
  max-width: 526px;
  text-align: center;
}
#cta-04kv .cta-04-block .tel-wrap .tel img,
#cta-04bottom .cta-04-block .tel-wrap .tel img {
  display: block;
  margin: auto;
  width: 100%;
}
#cta-04kv .cta-04-block .tel-wrap .tel p,
#cta-04bottom .cta-04-block .tel-wrap .tel p {
  font-size: 10px;
}
#cta-04kv .cta-04-block a:hover,
#cta-04bottom .cta-04-block a:hover {
  transition: 0.2s;
  opacity: 0.7;
}
#cta-04kv .cta-04-block.bottom,
#cta-04bottom .cta-04-block.bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#cta-04kv .cta-04-block.bottom .tel p,
#cta-04bottom .cta-04-block.bottom .tel p {
  font-size: 14px !important;
}
#cta-04kv .ac_text,
#cta-04bottom .ac_text {
  text-align: center;
  color: #fff;
}

.campaign-wrap {
  position: relative;
  margin: auto auto 8px auto;
  width: 80%;
}
@media (max-width: 768px) {
  .campaign-wrap {
    width: 100%;
  }
}
.campaign-wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 1.4vw, 20px) !important;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .campaign-wrap .title {
    position: relative;
    text-wrap: nowrap;
  }
}
.campaign-wrap .title::before,
.campaign-wrap .title::after {
  content: "";
  background-color: rgb(255, 238, 0);
  height: 3px;
  width: 60px;
}
@media (max-width: 768px) {
  .campaign-wrap .title::before,
.campaign-wrap .title::after {
    position: absolute;
    content: "";
    background-color: rgb(255, 238, 0);
    height: 3px;
    width: 90px;
    overflow: hidden;
    pointer-events: none;
  }
}
.campaign-wrap .title::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
@media (max-width: 768px) {
  .campaign-wrap .title::before {
    margin-right: 0;
    transform: rotate(72deg);
    top: 55px;
    left: calc(50% - 190px);
  }
}
.campaign-wrap .title::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
@media (max-width: 768px) {
  .campaign-wrap .title::after {
    margin-left: 0;
    transform: rotate(-72deg);
    top: 55px;
    right: calc(50% - 190px);
  }
}
.campaign-wrap .about {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  margin-top: 10px;
  color: #fff;
}
.campaign-wrap .about a {
  color: rgb(255, 238, 0);
  text-decoration: underline;
}

/* ------------------------------
   アンカーリンク
------------------------------ */
.lp-nav {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp-nav {
    align-items: stretch;
    margin: 0 0 20px;
  }
}
.lp-nav__item {
  display: inline-flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border: 2px solid #0097E0;
  border-radius: 10px;
  background: #ffffff;
  font-size: clamp(14px, 1.4vw, 18px);
  text-decoration: none;
  color: var(--lp-blue);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
@media (max-width: 768px) {
  .lp-nav__item {
    padding: 10px 20px;
    flex: 45%;
  }
}
.lp-nav__item:hover {
  background: var(--lp-blue-light);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  text-decoration: none !important;
}
.lp-nav__item:visited {
  color: var(--lp-blue);
}
.lp-nav__item svg {
  flex-shrink: 0;
  width: 10%;
}
@media (max-width: 768px) {
  .lp-nav__item svg {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .lp-nav__item svg {
    width: 14px;
  }
}

/* ------------------------------
   お悩み
------------------------------ */
.intro {
  padding: 48px 0 0;
}
@media (max-width: 768px) {
  .intro {
    padding: 32px 0 0;
  }
}
.intro__eyecatch {
  margin: 0;
  font-size: clamp(16px, 3vw, 24px);
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.intro__title {
  margin: 8px 0 32px;
  font-size: clamp(24px, 3.6vw, 36px);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .intro__title {
    margin: 8px 0 16px;
  }
}

.intro-problems {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: nowrap;
  max-width: 1216px;
  width: 100%;
}
@media (max-width: 1068px) {
  .intro-problems {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .intro-problems {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .intro-problems {
    padding: 0;
  }
}

.intro-decor {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .intro-decor {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .intro-decor.g-mb-30 {
    margin-bottom: 0 !important;
  }
}

.intro-problem-card {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  flex: 1;
  padding: 40px 16px 0;
  text-align: center;
  border-radius: 10px;
  background: #EFEFEF;
}
@media (max-width: 768px) {
  .intro-problem-card {
    padding: 20px 12px 0 10px;
    flex: 42%;
  }
}
.intro-problem-card__icon {
  margin-bottom: 0;
}
.intro-problem-card__icon img {
  display: inline-block;
  max-width: 206px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .intro-problem-card__icon img {
    max-width: 125px;
  }
}
.intro-problem-card__text {
  color: #333;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: clamp(16px, 2vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .intro-problem-card__text {
    margin-bottom: 20px;
    line-height: 1.4em;
  }
}

/* 吹き出し */
.intro-callout {
  flex-shrink: 0;
  margin-bottom: 80px;
  padding: 0 24px 55px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 30px;
  border: 4px solid #0097E0;
  background: #FFF;
  filter: drop-shadow(0 4px 15px rgba(0, 151, 224, 0.15));
}
@media (max-width: 768px) {
  .intro-callout {
    margin: 0 0 40px;
    padding: 0 24px 20px;
    border-radius: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 151, 224, 0.15));
  }
}
.intro-callout__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 8px;
  padding: 10px 10px 8px 10px;
  max-width: 480px;
  font-weight: bold;
  color: #fff;
  font-size: clamp(20px, 3vw, 24px);
  border-radius: 30px;
  background: #0097E0;
}
@media (max-width: 768px) {
  .intro-callout__lead {
    border-radius: 50em;
  }
}
.intro-callout__body {
  margin-top: 40px;
  color: #333;
  text-align: center;
  font-size: clamp(16px, 3vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .intro-callout__body {
    margin-top: 15px;
  }
}
.intro-callout__body span {
  color: var(--lp-blue);
  font-size: clamp(24px, 4vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ------------------------------
   相談できること
------------------------------ */
.consult {
  padding: 40px 0 56px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/bg svg"), linear-gradient(to bottom, transparent 50%, #f1faff 50%, #f1faff 100%);
  background-position: 0 150px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .consult {
    padding: 40px 0 200px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/bg svg"), linear-gradient(to bottom, transparent 100px, #f1faff 100px, #f1faff 100%);
    background-position: 0 100px, 0 0;
  }
}

.consult-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  gap: 70px;
  max-width: 1029px;
}
@media (max-width: 960px) {
  .consult-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .consult-main {
    gap: 5px;
  }
}

.consult-item {
  flex: 1;
  text-align: center;
}
@media (max-width: 960px) {
  .consult-item {
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .consult-item {
    min-width: auto;
    flex: 0 0 auto;
    width: calc(50% - 5px);
  }
}
.consult-item__image {
  width: 180px;
  height: 180px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}
.consult-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .consult-item__image {
    width: 150px;
    height: 150px;
  }
}
.consult-item__label {
  margin: 0;
  font-weight: bold;
  font-size: 0.98rem;
}

/* 追加相談内容 */
.consult-extra {
  text-align: center;
}
.consult-extra__title {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .consult-extra__title {
    margin-bottom: 10px;
  }
}
.consult-extra__note {
  margin: 0 auto;
  font-size: clamp(10px, 1.4vw, 14px);
  color: var(--lp-gray);
  line-height: 1.6;
  max-width: 1028px;
  text-align: left;
}

.consult-tags {
  list-style: none;
  padding: 20px 15px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  max-width: 1028px;
  border-radius: 10px;
  border: 1px solid #0097E0;
}
@media (max-width: 768px) {
  .consult-tags {
    padding: 20px 5px;
    gap: 9px;
  }
}
.consult-tags__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--lp-blue);
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .consult-tags__item {
    gap: 5px;
  }
}
.consult-tags__item img {
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .consult-tags__item img {
    width: 15px;
    height: 15px;
  }
}

/* ------------------------------
   フッター
------------------------------ */
.lp-footer {
  border-top: 1px solid #dde5ef;
  background: #ffffff;
  padding: 16px 0;
  margin-top: 24px;
}
.lp-footer__copy {
  font-size: 0.75rem;
  color: #8799b3;
}
.lp-footer__inner {
  text-align: center;
}

/* ------------------------------
   ダイキンエアコンが選ばれる3つの理由
------------------------------ */
.reason {
  padding: 56px 0 72px;
  background: #ffffff;
  background-color: #008fd1;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 768px) {
  .reason {
    padding: 40px 0 48px;
  }
}
.reason .lp-container {
  max-width: 1400px;
}

.reason-heading {
  color: #fff;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .reason-heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
  }
}
.reason-heading__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reason-heading__inner {
    padding: 10px 16px 0;
  }
}
.reason-heading__title {
  margin: 0 24px;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .reason-heading__title {
    margin: 0 14px;
    line-height: 1;
  }
}
.reason-heading__title span.pc {
  display: inline;
}
@media (max-width: 768px) {
  .reason-heading__title span.pc {
    display: none;
  }
}
.reason-heading__title-em {
  color: #FFE601;
}
@media (max-width: 768px) {
  .reason-heading__title-em {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
.reason-heading__title-em span {
  font-size: clamp(40px, 6vw, 62px);
}
.reason-heading__line {
  flex: 1 1 auto;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
@media (max-width: 1024px) {
  .reason-heading__line {
    min-width: 40px;
  }
}
@media (max-width: 480px) {
  .reason-heading__line {
    width: auto;
    flex: 0 0 auto;
  }
}

/* ブロック共通 */
@media (max-width: 768px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
}
.reason-block {
  background: #fff;
  border-radius: 20px;
  padding: 80px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .reason-block {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 44px 20px 20px;
  }
}
.reason-block__head {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .reason-block__head {
    padding-bottom: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.reason-block--01 {
  background: right 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/reason_1_bg png");
  background-size: 18% auto;
  background-color: #fff;
  background-position: right 90px top 40px;
}
@media (max-width: 768px) {
  .reason-block--01 {
    background-size: 32% auto;
    background-position: right 30px top 23px;
  }
}
.reason-block--02 {
  background: right 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/reason_2_bg png");
  background-size: 22% auto;
  background-color: #fff;
  background-position: right 90px top 40px;
}
@media (max-width: 768px) {
  .reason-block--02 {
    background-size: 38% auto;
    background-position: right 30px top 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .reason-block--02 .reason-block__head {
    display: block;
  }
}
.reason-block--02 .conditions,
.reason-block--02 .conditions_text {
  font-size: clamp(10px, 1.2vw, 12px);
}
.reason-block--02 .conditions {
  margin: 20px 0 0;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: #b0b9bf;
  color: #ffffff;
  list-style: none;
}
@media (max-width: 768px) {
  .reason-block--02 .conditions {
    cursor: pointer;
  }
}
.reason-block--02 .conditions_text {
  padding: 15px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  color: #333;
  width: 100%;
}
.reason-block--03 {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/reason_3_bg png");
  background-position: right 90px top 40px;
  background-repeat: no-repeat;
  background-size: 22% auto;
  background-color: #fff;
  padding: 0 80px 0 0;
}
@media (max-width: 768px) {
  .reason-block--03 {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/reason_3_bg png");
    padding: 44px 0 0;
    background-size: 32% auto;
    background-position: right 30px top 23px;
  }
}
.reason-block--03 .reason-block__head-inner {
  width: 44%;
}
@media (max-width: 768px) {
  .reason-block--03 .reason-block__head-inner {
    width: 100%;
    padding: 0 22px;
  }
}
@media (max-width: 768px) {
  .reason-block--03 .reason-block__image-sp {
    padding-bottom: 20px;
  }
}
.reason-block--03 .reason-block__image-main--maintenance {
  width: auto;
}
.reason-block--03 .reason-block__image-main--maintenance img {
  max-width: 668px !important;
}
.reason-block--03 .reason-block__lead {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .reason-block--03 .reason-block__lead {
    margin-top: 0;
  }
}
.reason-block--03 .reason-block__lead p {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .reason-block--03 .reason-block__lead p {
    margin-bottom: 10px;
  }
}
.reason-block__lead.wid50 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .reason-block__lead.wid50 {
    width: 100% !important;
  }
}
.reason-block__lead-main {
  margin-bottom: 40px;
  padding-bottom: 23px;
  color: var(--Primary, #0097E0);
  font-size: clamp(21px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  border-bottom: 2px solid #0097E0;
}
@media (max-width: 768px) {
  .reason-block__lead-main {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.reason-block__lead-text {
  color: #000;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  line-height: 40px;
}
@media (max-width: 768px) {
  .reason-block__lead-text {
    line-height: 1.8;
  }
}
.reason-block__lead-text span {
  font-weight: bold;
}
.reason-block__body {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin-top: 8px;
}
.reason-block__body--wide {
  margin-top: 8px;
  width: 50%;
}
@media (max-width: 768px) {
  .reason-block__body--wide {
    width: 100%;
  }
}
.reason-block__body--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .reason-block__body {
    flex-direction: column;
  }
}
.reason-block__image-main img {
  width: 100%;
}
.reason-block__text {
  flex: 1;
}
.reason-block__paragraph {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.8;
}
.reason-block__paragraph--small {
  font-size: 0.78rem;
  color: var(--lp-gray);
}
.reason-block__em {
  font-weight: bold;
  color: var(--lp-blue);
}
.reason-block__note {
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .reason-block__note {
    margin-top: 20px;
  }
}

strong {
  font-weight: bold !important;
}

.condition-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
  font-size: 14px;
}

.condition-item {
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  color: #333;
  width: 100%;
}
.condition-item::details-content {
  transition: height 0.2s, opacity 0.2s, content-visibility 0.2s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.condition-item[open]::details-content {
  opacity: 1;
}
.condition-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: #c1c0c0;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}
.condition-item__summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 768px) {
  .condition-item__summary {
    padding: 2px 2px 2px 12px;
  }
}
.condition-item__title {
  letter-spacing: 0.08em;
}
.condition-item__icon {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 2px;
}
.condition-item__icon::before, .condition-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.condition-item__icon::before {
  width: 16px;
  height: 2px;
}
.condition-item__icon::after {
  width: 2px;
  height: 16px;
}
.condition-item__content {
  padding: 16px;
  line-height: 1.7;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .condition-item__content {
    padding: 14px;
  }
}
.condition-item__text {
  margin: 0;
}

.condition-item[open] .condition-item__icon::after {
  transform: translate(-50%, -50%) scaleX(0);
}

/* 理由01：下部サムネイル */
.reason-gallery {
  display: flex;
  gap: 26px;
  margin-top: 16px;
}
@media (max-width: 960px) {
  .reason-gallery {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .reason-gallery {
    display: block;
  }
}
.reason-gallery__item {
  flex: 1;
  max-width: 388px;
}
@media (max-width: 768px) {
  .reason-gallery__item {
    max-width: 100%;
    margin-bottom: 6px;
  }
}
.reason-gallery__item img {
  width: 100%;
}

.energy-support {
  margin-top: 90px;
  padding: 32px 0;
  border-radius: 10px;
  background: #F3F3F3;
}
@media (max-width: 768px) {
  .energy-support {
    display: none;
  }
}
.energy-support__inner {
  margin: 0 auto;
  padding: 0 41px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .energy-support__inner {
    padding: 0 16px;
  }
}
.energy-support__inner .ac_list .ac_list__item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.energy-support__title__inner {
  margin-top: -100px;
}
.energy-support__lead {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  color: var(--lp-blue);
}
@media (max-width: 768px) {
  .energy-support__lead {
    font-size: clamp(16px, 2vw, 20px);
  }
}
@media (max-width: 480px) {
  .energy-support__lead {
    font-size: 18px;
  }
}
.energy-support__title {
  display: inline-block;
  text-align: center;
  margin: 0 auto 24px;
  padding: 6px 120px 2px;
  border-radius: 50em;
  font-size: 30px;
  font-weight: bold;
  background: #51B7EA;
  color: #fff;
}
@media (max-width: 768px) {
  .energy-support__title {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media (max-width: 480px) {
  .energy-support__title {
    font-size: clamp(16px, 2vw, 20px);
  }
}
.energy-support__cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .energy-support__cards {
    gap: 16px;
  }
}

.energy-support-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 42px 25px;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  gap: 30px;
}
@media (max-width: 768px) {
  .energy-support-card {
    padding: 14px 14px;
  }
}
.energy-support-card__image {
  flex: 0 0 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 480px) {
  .energy-support-card__image {
    flex: 0 0 56px;
  }
}
.energy-support-card__image img {
  width: 100%;
}
.energy-support-card__image.img1 {
  max-width: 180px;
}
.energy-support-card__image.img2 {
  max-width: 180px;
  text-align: center;
}
.energy-support-card__image.img2 img {
  max-width: 150px;
}
.energy-support-card__body {
  flex: 1;
}
.energy-support-card__title {
  margin: 0 0 6px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .energy-support-card__title {
    font-size: clamp(12px, 1.6vw, 16px);
  }
}
.energy-support-card__text {
  margin: 0;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .energy-support-card__text {
    font-size: 13px;
  }
}
.energy-support-card__note {
  margin: 8px 0 0;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1.6;
  color: #666;
}

.reason-block__image-main--maintenance {
  width: 50%;
}

/* ------------------------------
   認定販売施工店 
------------------------------ */
.construction-support {
  position: relative;
  background: #f1faff;
  padding: 48px 0;
  /* マップ側 */
}
.construction-support .bluebox {
  width: 100%;
  background: linear-gradient(to bottom, #f1faff 0%, #f1faff 80px, transparent 80px, transparent 100%), linear-gradient(to left, transparent 0%, transparent 40%, #008bcd 40%, #008bcd 100%);
  background-position: 0 0, 0 80px;
}
@media (max-width: 768px) {
  .construction-support .bluebox {
    background: linear-gradient(to bottom, #f1faff 0%, #f1faff 56px, transparent 56px, transparent 100%), linear-gradient(to left, transparent 0%, transparent 40%, #008bcd 40%, #008bcd 100%);
    background-position: 0 0, 0 80px;
  }
}
.construction-support .bluebox-inner {
  padding-bottom: 80px;
  width: 100%;
  border-radius: 0 50px 50px 0;
  background: calc(50% - 80px) 80px no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/bluebox svg");
  background-size: auto calc(100% - 80px);
}
@media (max-width: 768px) {
  .construction-support .bluebox-inner {
    border-radius: 0 20px 20px 0;
    padding-bottom: 44px;
    background: calc(100% - 16px) 80px no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/business-purchase-ad/04/images/bluebox_sp svg");
    background-size: auto calc(100% - 79px);
  }
}
.construction-support .whitebox {
  width: 100%;
  background: linear-gradient(to right, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
  border-radius: 50px 0 0 50px;
  filter: drop-shadow(0 0 20px rgba(0, 86, 128, 0.1));
}
@media (max-width: 768px) {
  .construction-support .whitebox {
    padding-left: 15px;
  }
}
.construction-support__inner {
  box-sizing: border-box;
  border-radius: 50px 0 0 50px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .construction-support__inner {
    border-radius: 20px 0 0 20px;
    padding: 30px 28px 30px 16px;
  }
}
.construction-support__main-title {
  margin: 0 0 56px;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: bold;
  color: var(--lp-blue);
  text-align: center;
}
@media (max-width: 768px) {
  .construction-support__main-title {
    margin: 0 0 30px;
  }
}
.construction-support__main-title span {
  font-size: 0.7em;
  color: #333;
}
@media (max-width: 768px) {
  .construction-support__main-title span {
    font-size: 18px;
  }
}
.construction-support__top {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .construction-support__top {
    flex-direction: column;
    gap: 8px;
  }
}
.construction-support__image {
  position: relative;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #d7e4ef;
}
.construction-support__image img {
  width: 100%;
  height: auto;
  display: block;
}
.construction-support__textblock {
  flex: 1.2;
}
.construction-support__subtitle {
  margin: 0 0 40px;
  padding-bottom: 4px;
  font-size: clamp(21px, 3.2vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  color: var(--lp-blue);
  border-bottom: 3px solid #0097E0;
}
@media (max-width: 768px) {
  .construction-support__subtitle {
    line-height: 1.6;
    margin: 0 0 20px;
  }
}
.construction-support__text {
  margin: 0 0 12px;
  line-height: 1.8;
  color: #333;
  font-size: clamp(16px, 2vw, 20px);
}
.construction-support__note {
  margin: 0;
  font-size: clamp(10px, 1.2vw, 12px);
  color: #666;
  line-height: 1.6;
}
.construction-support__local {
  margin-top: 72px;
  display: flex;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 960px) {
  .construction-support__local {
    margin-top: 40px;
    gap: 0;
    flex-direction: column;
  }
}
.construction-support__local-text {
  flex: 1.2;
}
.construction-support__local-title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  color: var(--lp-blue);
}
@media (max-width: 768px) {
  .construction-support__local-title {
    font-size: clamp(16px, 2vw, 20px);
  }
}
.construction-support__local-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.construction-support__local-map {
  flex: 1;
}
.construction-support__local-map-inner {
  text-align: center;
}
.construction-support__local-map-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.construction-support__local-num {
  margin: 0;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: bold;
  color: var(--lp-blue);
}
.construction-support__local-label {
  margin: 0 0 8px;
  font-size: clamp(12px, 1.6vw, 16px);
  color: #333;
}

/* ご購入価格の目安 */
.price-section {
  background-color: #f1faff;
  padding: 48px 0 180px;
}
@media (max-width: 768px) {
  .price-section {
    padding: 0 0 220px;
  }
}
.price-section__inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .price-section__inner {
    padding: 0 16px;
  }
}
.price-section__header {
  text-align: center;
  margin-bottom: 24px;
}
.price-section__title {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: bold;
  color: var(--lp-blue);
}
.price-section__lead {
  margin: 0;
  font-size: clamp(16px, 2vw, 20px);
  color: #333;
  line-height: 1.6;
}
.price-section__cards {
  display: flex;
  gap: 16px;
  margin: 32px 0 16px;
  flex-wrap: wrap;
}
.price-section__notes {
  margin: 0;
  padding-left: 1.1em;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1.7;
  color: #555;
}
.price-section__notes li + li {
  margin-top: 4px;
}
.price-section .ac_list--default {
  font-size: clamp(10px, 1.4vw, 14px);
  font-size: clamp(10px, 1.4vw, 14px);
}

/* 価格カード本体 */
.under70 {
  flex: 1;
  min-width: 260px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #0097E0;
}
.under70 .price-card__left {
  background-color: var(--lp-blue);
}
.under70 .price-card__left .price-card__estimate {
  border-radius: 20px;
  color: var(--lp-blue);
}

.over80 {
  flex: 1;
  min-width: 260px;
  display: flex;
  overflow: hidden;
  border: 2px solid #1F4DA3;
  border-radius: 10px;
}
.over80 .price-card__left {
  background-color: #1F4DA3;
}
.over80 .price-card__left .price-card__estimate {
  border-radius: 20px;
  color: #1F4DA3;
}
@media (max-width: 768px) {
  .over80 .price-card__left .price-card__estimate {
    border-radius: 50em;
  }
}

.price-card {
  flex: 1;
  min-width: 260px;
  display: flex;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .price-card {
    display: block;
  }
}
.price-card__left {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 305px;
  width: 50%;
  color: #fff;
  padding: 16px 18px;
  box-sizing: border-box;
  gap: 25px;
}
@media (max-width: 768px) {
  .price-card__left {
    gap: 15px;
    max-width: 100%;
    width: 100%;
  }
}
.price-card__estimate {
  flex: 1;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  max-width: 260px;
}
@media (max-width: 768px) {
  .price-card__estimate {
    border-radius: 50em;
    padding: 5px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    max-width: 200px;
  }
}
.price-card__usage {
  padding: 20px 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .price-card__usage {
    padding: 12px 0;
  }
}
.price-card__usage span {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: normal;
}
.price-card__area-label {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .price-card__area-label {
    font-size: 16px;
  }
}
.price-card__area {
  margin: 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}
.price-card__area span {
  font-size: clamp(20px, 3vw, 30px);
}
.price-card__right {
  flex: 1;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.price-card__amount {
  font-size: clamp(16px, 2.6vw, 24px);
  color: #333;
}
.price-card__amount span {
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-card__amount span {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .price-card__left {
    padding: 0 12px;
  }
  .price-card__right {
    padding: 12px 12px;
  }
  .price-card__amount {
    font-size: 22px;
  }
}

/* リース・サブスク帯 */
.lease-section {
  background-color: #f1faff;
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .lease-section {
    padding-bottom: 0;
  }
}
.lease-section__inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lease-section__inner {
    padding: 0 16px;
  }
}
.lease-section__content {
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 24px;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .lease-section__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .lease-section__content {
    gap: 0;
    padding: 20px 16px;
  }
}
.lease-section__textblock {
  flex: 1.4;
}
.lease-section__title {
  margin: 0 0 16px;
  font-size: clamp(18px, 3.2vw, 32px);
  font-weight: bold;
  color: var(--lp-blue);
}
@media (max-width: 768px) {
  .lease-section__title {
    font-size: clamp(16px, 2vw, 20px);
  }
}
@media (max-width: 480px) {
  .lease-section__title {
    font-size: 18px;
  }
}
.lease-section__badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
  font-weight: bold;
}
.lease-section__text {
  margin: 0 0 8px;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.8;
  color: #333;
}
.lease-section__link {
  margin: 0 0 6px;
}
.lease-section__link-anchor {
  font-size: clamp(14px, 1.6vw, 16px);
  color: var(--lp-blue);
  text-decoration: underline;
}
.lease-section__note {
  margin: 0;
  font-size: clamp(10px, 1.2vw, 12px);
  color: #666;
}
.lease-section__illustration {
  flex: 0 0 350px;
  text-align: center;
}
@media (max-width: 768px) {
  .lease-section__illustration {
    margin-top: -20px;
    flex: 0 0 auto;
  }
}
.lease-section__illustration img {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .lease-section__illustration {
    align-self: center;
  }
}

/* リース内のバッジ */
.lease-badge {
  flex: 1;
  padding: 10px;
  border-radius: 14px;
  border: 3px solid #0097E0;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lease-badge {
    flex: 45%;
    flex-grow: 0;
  }
}
.lease-badge__label {
  margin: 0;
  font-size: clamp(14px, 2.4vw, 24px);
  color: var(--lp-blue);
}
.lease-badge__value {
  margin: 0;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: bold;
  color: var(--lp-blue);
}
.lease-badge__value.small {
  font-size: clamp(18px, 3.2vw, 32px);
}
.lease-badge__note-mark {
  font-size: clamp(10px, 1.2vw, 12px);
}

/* ------------------------------
   お客様の声
------------------------------ */
.voices {
  padding: 0 0 72px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .voices {
    padding: 40px 0 48px;
  }
}
.voices__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: bold;
  line-height: 1.5;
}
.voices__title-accent {
  color: var(--lp-blue);
}

/* カードリスト */
.voice-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.voice-card {
  display: flex;
  gap: 40px;
  align-items: stretch;
  padding: 40px;
  border-radius: 20px;
  background: #f2f2f2;
}
@media (max-width: 960px) {
  .voice-card {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .voice-card {
    padding: 14px 14px;
  }
}
.voice-card__company {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 20px 3px;
  border-radius: 50em;
  background: #0097E0;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .voice-card__company {
    margin: 0 0 15px;
  }
}
.voice-card__image {
  flex: 0 0 44%;
  border-radius: 16px;
  overflow: hidden;
  background: #d1dde9;
}
.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 960px) {
  .voice-card__image {
    flex-basis: auto;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .voice-card__image {
    height: 200px;
  }
}
.voice-card__text {
  margin: 0 0 20px;
  font-size: clamp(14px, 1.6vw, 16px);
  color: #333;
}
.voice-card__title {
  margin: 0 0 20px;
  font-size: clamp(14px, 2.4vw, 24px);
  line-height: 1.6;
  font-weight: bold;
}

/* 業種・所在地メタ情報 */
.voice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}
.voice-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  font-size: clamp(14px, 1.6vw, 16px);
}
.voice-meta__item.market {
  min-width: 180px;
}
.voice-meta__item dt {
  padding: 3px 20px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 50em;
}
@media (max-width: 768px) {
  .voice-meta__item dt {
    width: 7em;
    text-align: center;
  }
}
.voice-meta__item dd {
  margin: 0;
  padding: 3px 8px;
  color: var(--lp-blue);
  font-weight: bold;
}

/* ------------------------------
   FAQ：よくいただくお悩み・ご相談
------------------------------ */
.faq {
  padding: 56px 0 72px;
  background: #f1faff;
}
@media (max-width: 768px) {
  .faq {
    padding: 40px 0 48px;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 25px;
  }
}
.faq__title span {
  color: var(--lp-blue);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  filter: drop-shadow(0 0 4px rgba(0, 151, 224, 0.1));
}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
    padding: 10px 20px 7px;
    border-radius: 10px;
  }
}
.faq-item::details-content {
  transition: height 0.2s, opacity 0.2s, content-visibility 0.2s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.faq-item[open]::details-content {
  opacity: 1;
}
.faq-item__answer-label {
  flex: 0 0 auto;
  margin: 30px 0 0 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--lp-blue);
  font-size: 0.85rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__answer-text {
  margin: 30px 0 0 0;
  font-size: 0.9rem;
  font-size: clamp(14px, 2vw, 20px);
  color: #333;
}
@media (max-width: 768px) {
  .faq-item__answer-text {
    font-size: clamp(14px, 2vw, 16px);
    margin: 20px 0 0 0;
  }
}
.faq-item__content {
  border-top: 1px dashed #849298;
  padding: 10px 18px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .faq-item__content {
    margin: 0;
    padding: 0 0 20px 0;
  }
}
.faq-item__qmark {
  flex: 0 0 auto;
  margin-bottom: 15px;
  width: 28px;
  height: 28px;
  color: var(--lp-blue);
  font-size: 0.9rem;
  font-weight: bold;
}
.faq-item__question {
  flex: 1;
  margin-bottom: 5px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq-item__question {
    font-size: clamp(14px, 1.6vw, 16px);
  }
}
.faq-item__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 7px;
  cursor: pointer;
  list-style: none;
}
.faq-item__summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 768px) {
  .faq-item__summary {
    padding: 10px 6px 5px;
  }
}
.faq-item__summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: clamp(30px, 3vw, 36px);
  color: var(--lp-blue);
}

.faq-item[open] .faq-item__summary::after {
  content: "−";
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
/* ------------------------------
   ご相談の流れ
------------------------------ */
.diagonal {
  padding-bottom: 100px;
  background: linear-gradient(-20deg, transparent 30%, #F1FAFF 30%, #F1FAFF 70%, transparent 70%);
}
@media (max-width: 500px) {
  .diagonal {
    background: linear-gradient(-20deg, #F1FAFF 30%, transparent 30%, transparent 70%, #F1FAFF 70%);
  }
}

.flow-wrap {
  margin: auto;
  max-width: 1216px;
  padding: 100px 15px;
  position: relative;
}
@media (max-width: 768px) {
  .flow-wrap {
    padding: 60px 15px 0;
  }
}
.flow-wrap .flow__title {
  color: var(--lp-blue);
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(24px, 3.6vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.flow-wrap .flow_sub_text {
  color: #000;
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.flow-wrap .flow-details {
  display: flex;
  margin-bottom: 45px;
  gap: 35px;
  width: 100%;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details {
    display: block;
  }
}
.flow-wrap .flow-details .free-flow {
  border-radius: 10px;
  background: #f1faff;
  width: 68%;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .free-flow {
    display: block;
    width: 100%;
  }
}
.flow-wrap .flow-details .free-flow h3 {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background: #008BCE;
  color: #FFF;
  text-align: center;
  font-size: clamp(24px, 3.2vw, 32px);
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.flow-wrap .flow-details .free-flow h3 sup {
  font-size: clamp(10px, 1.4vw, 14px);
}
.flow-wrap .flow-details .free-flow .free-flow-inner {
  display: flex;
  padding: 40px 30px 30px 30px;
  gap: 35px;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .free-flow .free-flow-inner {
    display: block;
    padding: 40px 20px 30px 20px;
  }
}
.flow-wrap .flow-details .free-flow .free-flow-inner .free-flow-step {
  position: relative;
  padding: 50px 30px 30px 30px;
  border-radius: 10px;
  background: #fff;
  flex: 1;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .free-flow .free-flow-inner .free-flow-step {
    padding: 50px 20px 30px 20px;
    margin-bottom: 60px;
  }
}
.flow-wrap .flow-details .free-flow .free-flow-inner .free-flow-step:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .free-flow .free-flow-inner .free-flow-step:last-child {
    margin-bottom: 0;
  }
}
.flow-wrap .flow-details .free-flow .free-flow-inner .free-flow-step sup {
  font-size: 10px;
}
.flow-wrap .flow-details .flow-step3 {
  position: relative;
  margin-top: 116px;
  width: 29%;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .flow-step3 {
    display: block;
    margin: 60px auto 0;
    width: 100%;
  }
}
.flow-wrap .flow-details .flow-step3 .flow-step3-inner {
  position: relative;
  padding: 50px 30px 30px 30px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .flow-step3 .flow-step3-inner {
    margin: auto;
    width: 84%;
    filter: drop-shadow(0 0 4px rgba(0, 151, 224, 0.1));
  }
}
.flow-wrap .flow-details .ac_text {
  margin-bottom: 0;
}
.flow-wrap .flow-details .flow-arrow {
  position: absolute;
  top: calc(50% - 33px);
  left: -20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow-wrap .flow-details .flow-arrow {
    rotate: 90deg;
    top: -90px;
    left: calc(50% - 23.5px);
  }
}
.flow-wrap .flow-details h4 {
  display: flex;
  margin-bottom: 15px;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  color: var(--lp-blue);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 24px);
}
@media (max-width: 768px) {
  .flow-wrap .flow-details h4 {
    margin: 15px auto 10px;
    min-height: auto;
  }
}
.flow-wrap .flow-details .step-num {
  position: absolute;
  width: 84px;
  height: 54px;
  top: -25px;
  left: calc(50% - 42px);
}
.flow-wrap .ac_list--attention-number {
  font-size: clamp(10px, 1.4vw, 14px);
}
.flow-wrap .ac_list--attention-number a {
  color: var(--lp-blue);
  font-size: clamp(10px, 1.4vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.flow-wrap p {
  line-height: 1.8em;
}
/*# sourceMappingURL=cms.css.map */