main {
  font-family: "Noto Sans JP";
  color: #000;
}
section {
  padding-inline: 10px;
}
/* あみあみ背景 */
.bg-color {
  background: linear-gradient(rgba(0, 145, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 145, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(0, 145, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 145, 255, 0.03) 1px, transparent 1px);
  background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px;
  background-position: 0 0, 0 0, 1px 1px, 1px 1px;
  background-color: #fbfbfb;
  color: #223;
  line-height: 1.7;
}
.bg-blue {
  background-color: #ddf6ff;
}
.card {
  background: #fff;
  border: 1px solid #e6f1fb;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(118, 172, 192, 0.6);
}

.note__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background-color: #0098ff;
  padding: 9px 12px;
  border-radius: 999px;
}

.o-container {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 1rem;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}
.button--cta {
  background: #ffe248;
  color: #202531;
}

.button__badge {
  display: inline-block;
  padding: 8px 12px;
  background: #ffffff;
  color: #0494fe;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.button__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
}

.button__icon {
  display: inline-block;
  margin-left: 29px;
  width: 13px;
  height: 20px;
}
.faq__button {
  display: none;
}

.badge--label {
  display: inline-block;
  background: #ffe248;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0 4px 2px;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  color: #243042;
}
.feature-list__icon {
  flex: 0 0 auto;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
/* =========================================
    一番上の説明文
  ========================================= */
.cta-banner__container {
  width: auto;
  text-align: center;
  padding-top: 48px;
}
.cta-banner__lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.64px;
}
.cta-banner__lead-br {
  display: none;
}

/* =========================================
    複数の施工会社から見積もりを比較
  ========================================= */
.cta-compare {
  padding-block: 80px;
}
.cta-compare__container {
  max-width: 920px;
  margin: 0 auto;
}

.cta-compare__panel {
  border-radius: 12px;
  padding: 56px 0;
  background: linear-gradient(90deg, #0392fe 0%, #27d6ff 100%);
  color: #ffffff;
  text-align: center;
}
.cta-compare__header {
  margin: 0 0 22px;
  padding: 0 10px;
}
.cta-compare__title {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.3px;
}
.cta-compare__title br {
  display: none;
}
.cta-compare__lead {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
.cta-compare__lead br {
  display: none;
}
.cta-compare__actions {
  margin-top: 24px;
}

.breakdown-table {
  width: 832px;
  margin: 21px auto 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  border-collapse: separate;
  border-spacing: 0 4px;
  padding: 0 16px;
}
.breakdown-table th,
.breakdown-table td {
  white-space: nowrap;
}

.data-table__cell--label {
  background-color: #1dc2ff;
  color: #fff;
  padding: 12px 24px;
  width: 33.5%;
  border-radius: 3px 0 0 3px;
}
.data-table__cell--content-thin,
.data-table__cell--cost-thin {
  background-color: #ddf6ff;
}
.data-table__cell--content-dark,
.data-table__cell--cost-dark {
  background-color: #a5e7ff;
}
.data-table__cell--content,
.data-table__cell--cost {
  padding: 12px 24px;
}

.data-table__cell--content {
  display: flex;
  justify-content: space-between;
  border-radius: 0 3px 3px 0;
  align-items: center;
}
.data-table__cell--cost {
  text-align: right;
}
.data-table__cell--head {
  text-align: center;
}
.cta-compare__lead-br {
  display: block !important;
}
/* ＝＝＝＝＝＝＝＝
タイトル 
＝＝＝＝＝＝＝＝＝＝*/
.page-header__title {
  padding-top: 72px;
}
.page-header__subtitle {
  margin-bottom: 38px !important;
}
.section-header {
  text-align: center;
}
.section-header__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.7px;
  text-align: center;
}
.section-header__title br {
  display: none;
}
.section-header__subtitle {
  font-size: 28px;
  font-weight: 700;
  font-family: "Inter";
  font-style: italic;
  line-height: 1.4;
  width: 98%;
  margin: 0 auto;
  text-align: center;
}
.section-header__subtitle br {
  display: none;
}
.blue__subtitle {
  color: #1dc2ff;
}
.yellow__subtitle {
  color: #ffe248;
}
.section-header__lead {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
/* =====================
四角三つの真ん中グラデ
========================*/
.options__container {
  max-width: 920px;
  margin: 0 auto;
}

.badge--pop {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 4px 10px;
  color: #1dc2ff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.85px;
  text-align: center;
}
.options__pop {
  display: block;
  width: max-content;
}
.badge--pop::before,
.badge--pop::after {
  content: "";
  position: absolute;
  top: 64%;
  width: 22px;
  height: 3px;
  background: #1dc2ff;
  border-radius: 3px;
}
.badge--pop::before {
  right: 85%;
  margin-right: 10px;
  transform: translateY(-50%) rotate(63deg);
}
.badge--pop::after {
  left: 87%;
  margin-left: 10px;
  transform: translateY(-50%) rotate(-63deg);
}

.options__list {
  display: flex;
  gap: 22px;
  align-items: stretch;
}

.comparison-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  width: 292px;
}
.comparison-card--lease,
.comparison-card--cash {
  margin-top: 33px;
}
.comparison-card__header {
  padding: 12px 5px;
  border-radius: 12px 12px 0 0;
}
.comparison-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
}
.comparison-card__body {
  padding: 20px 24px 28px;
}

.comparison-card__catch {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
  display: inline-block;
  background: #ffe248;
  padding: 0 4px 2px;
}
.comparison-card__explanation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  margin-bottom: 16px;
}

.comparison-card__note {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
.comparison-card__note-bold {
  font-weight: 700;
}

.comparison-card__header--accent {
  background: linear-gradient(90deg, #003399 0%, #27d6ff 100%);
}
.comparison-card--loan .comparison-card__title {
  color: #ffffff;
}

.comparison-card--cash .comparison-card__header,
.comparison-card--lease .comparison-card__header {
  background: #ddf6ff;
}
/* =========================================
    レスポンシブ
  ========================================= */

@media (max-width: 991px) {
  /* ==================
  青と水色の表
  =====================*/
  .breakdown-table {
    width: 91%;
    padding: 0;
  }
  /* =====================
  四角三つの真ん中グラデ
  ========================*/
  .comparison-card {
    width: 29.46vw;
  }
  /* =====================
  cta
  ========================*/
  .cta-compare {
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .note__icon {
    width: 4.94vw;
    height: 4.94vw;
    padding: 0.9vw 1.21vw;
  }
  /* ==================
  タイトル 
  =====================*/
  .section-header__title {
    font-size: max(24px, 4.43vw);
  }
  .section-header__subtitle {
    font-size: max(28px, 3.65vw);
  }
  /* ==================
  青と水色の表
  =====================*/
  .breakdown-table {
    font-size: 2.1vw;
  }
  .data-table__cell--label {
    padding: 1.56vw 3.13vw;
  }
  .data-table__cell--content,
  .data-table__cell--cost {
    padding: 1.56vw 3.13vw;
  }
  /* =================
  黄色背景のラベル
  ====================*/
  .badge--label {
    font-size: 17px;
  }
  /* =====================
  四角三つの真ん中グラデ
  ========================*/
  .options__list {
    gap: 10px;
  }
  .comparison-card__title {
    font-size: 22px;
  }
  .comparison-card__body {
    padding: 2.86vw 2vw 3.65vw;
  }
  .comparison-card__catch {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq__button {
    display: block;
    text-align: center;
  }
  .faq__button .button__icon {
    margin-left: 16px;
  }
  .btnWrap {
    color: #0098ff !important;
  }
}
@media (max-width: 600px) {
  section {
    padding-inline: 0;
  }

  .options__list {
    flex-direction: column;
    gap: 22px;
  }

  .comparison-card {
    width: 100%;
  }
  .comparison-card__body {
    margin: 0 auto;
  }
  .comparison-card--lease,
  .comparison-card--cash {
    margin-top: 0;
  }
  .comparison-card__catch {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  /* =========================================
    一番上の説明文
  ========================================= */
  .cta-banner__lead-br {
    display: block;
  }

  .data-table__row {
    display: block;
    margin-bottom: 2px;
  }
  .data-table__cell--label {
    width: 78.5vw;
    display: block;
  }
  .data-table__cell--label {
    padding: 8px 9px;
  }
  .data-table__cell--label {
    border-radius: 3px 3px 0 0;
    font-size: 4.1vw;
    text-align: center;
  }
  .data-table__cell--content {
    border-radius: 0 0 3px 3px;
    font-size: 3.56vw;
    letter-spacing: 0.7px;
    padding: 9px 8px;
  }
  .data-table__cell--content-dark,
  .data-table__cell--cost-dark {
    background-color: #ddf6ff;
  }
  .data-table__cell--total-content {
    background-color: #a5e7ff;
  }
  .table-wrapper {
    width: 99%;
  }
  .breakdown-table th,
  .breakdown-table td {
    width: 100%;
  }

  /* ========================
  cta
  ===========================*/
  .cta-compare {
    padding-block: 39px;
  }
  .cta-compare__panel {
    padding: 24px 0;
  }
  .cta-compare__header {
    padding: 0 20px 0 13px;
  }
  .cta-compare__title {
    margin-bottom: 16px;
    font-size: 6vw;
  }
  .cta-compare__title br {
    display: block;
  }
  .cta-compare__lead {
    text-align: left;
  }
  .cta-compare__lead br {
    display: block;
  }
  .button__badge,
  .button__text {
    font-size: 4.1vw;
  }

  .button {
    gap: 4px;
  }
  /* .top-button__text {
    font-size: 4.1vw !important;
  } */
  /* ========================
  見積もり比較のチェックポイント 
  ===========================*/
  .badge--label {
    font-size: 20px;
  }
  /* ========================
  支払方法の比較 
  ===========================*/
  .options__container {
    padding-top: 16px;
  }
  .comparison-card__title {
    font-size: 24px;
  }
  .comparison-card__catch {
    font-size: 32px;
  }
  .comparison-card__body {
    padding: 20px 0 28px;
    width: 71%;
  }
  .note__icon {
    width: 38px;
    height: 38px;
    padding: 12px;
  }

  .note__text {
    font-size: 14px;
    font-weight: 500;
  }

  /* ========================
  タイトル 
  ===========================*/
  .page-header__title {
    padding-top: 64px;
    font-size: 5.1vw;
  }
  .page-header__subtitle {
    font-size: 5.6vw;
  }
  .section-header__title br {
    display: block;
  }
  .section-header__subtitle br {
    display: block;
  }
}
/* ========================
  よくある質問 
  ===========================*/
.sectionTitleJp {
  font-weight: 700;
  font-size: clamp(24px, 2.3611vw, 34px);
  line-height: 1.6;
  letter-spacing: 1.7px;
}
.btnWrap {
  font-family: "Inter";
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #1dc2ff;
}

/* アコーディオンのタイトル（FAQのリンク） */
.faqList.title {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 40px; /* アイコンのための余白 */
  transition: all 0.3s ease;
}

/* ＋ と × のアイコン */
.faqList.title::before,
.faqList.title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  right: 15px; /* 右側に配置 */
  top: 50%;
  transform: translateY(-50%);
}

.faqList.title::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いたとき（close クラス付与時） */
.faqList.title.close::before {
  transform: translateY(-50%) rotate(45deg);
}

.faqList.title.close::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* アコーディオンの中身 */
.box {
  display: none;
  padding: 15px;
  background: #f8f8f8;
  border-left: 3px solid #e2e2e2;
  margin: 0 0 20px;
  line-height: 1.6;
}

.secFaq .secFaqIn .listCol .faqListWrap {
  display: flex;
  flex-direction: column;
}
.secFaq .secFaqIn .listCol .faqListWrap .faqList {
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  box-shadow: 0 0 8px rgba(118, 172, 192, 0.6);
  background: url(../shared/images/arrow_blue_right.svg) right center no-repeat;
  background-size: 24px 12px;
}
.secFaq .secFaqIn .listCol .faqListWrap .faqList .icon {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #1dc2ff;
}
.secFaq .secFaqIn .listCol .faqListWrap .faqList .title {
  font-weight: 500;
  line-height: 140%;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 8px 0 0px 0;
  }
  .secFaq .secFaqIn {
    position: relative;
    padding: 0 0 66px 0;
  }
  .secFaq .secFaqIn .titleCol {
    text-align: center;
  }
  .secFaq .secFaqIn .listCol .faqListWrap {
    row-gap: 18px;
    padding: 34px 0 0px 0;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList {
    padding: 12px 3.82%;
    background-position: right 3.82% center;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList .icon {
    font-size: clamp(14px, 5.13vw, 20px);
    width: 30px;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList .title {
    font-size: clamp(14px, 4.1vw, 16px);
    width: calc(100% - 30px);
    padding-right: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 8px 0 0px 0;
  }
  .secFaq .secFaqIn {
    display: flex;
    justify-content: space-between;
    padding-right: 1.9%;
  }
  .secFaq .secFaqIn .titleCol {
    width: min(24%, 220px);
  }
  .secFaq .secFaqIn .titleCol .btnWrap {
    padding: 26px 0 0 0;
    width: min(100%, 160px);
  }
  .secFaq .secFaqIn .listCol {
    width: min(74%, 655px);
  }
  .secFaq .secFaqIn .listCol .faqListWrap {
    row-gap: 18px;
    padding: 0px 0 0px 0;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList {
    padding: 15px 20px;
    background-position: right 24px center;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList .icon {
    font-size: clamp(14px, 1.56vw, 20px);
    width: 30px;
  }
  .secFaq .secFaqIn .listCol .faqListWrap .faqList .title {
    font-size: clamp(14px, 1.25vw, 16px);
    width: calc(100% - 30px);
    padding-right: 8%;
  }
}
