@charset "UTF-8";
.faq {
  width: 100%;
  padding: 100px 0;
  background-color: #F8F8F8;
}
.faq .inner-box {
  width: 1280px;
  margin: 0 auto;
}
.faq .faq-title {
  text-align: center;
}
.faq .faq-title h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 54px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq .faq-title h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #2DB0E3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.faq .faq-title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}
.faq ol {
  width: 980px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.faq ol li {
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #E0E0E0;
  padding: 30px;
  margin-bottom: 40px;
}
.faq ol li:last-child {
  margin-bottom: 0;
}
.faq ol li dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #2DB0E3;
  cursor: pointer;
}
.faq ol li dt:hover {
  opacity: 0.5;
}
.faq ol li dt h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  padding: 10px 0;
  padding-left: 60px;
  position: relative;
  background-image: url(../image/faq-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 50%;
  flex: 1;
}
.faq ol li dt span {
  width: 20px;
  height: 12px;
  background-image: url(../image/faq-arrow-open.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: auto;
}
.faq ol li dt span.active {
  background-image: url("../image/faq-arrow-close.svg");
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  background-size: auto;
}
.faq ol li dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0;
}
.faq ol li dd.active {
  display: block;
  max-height: 200px;
  padding: 10px 0;
}
.faq .faq-cta {
  width: 480px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.faq .faq-cta a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  display: block;
  font-size: 21px;
  line-height: 32px;
  background-color: #2DB0E3;
  padding: 20px 0;
  border-radius: 50px;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
.faq p {
  margin-top: 40px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.faq p br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .faq {
    width: 100%;
    padding: 8% 4%;
  }
  .faq .inner-box {
    width: 100%;
  }
  .faq .faq-title {
    text-align: center;
  }
  .faq .faq-title h2 {
    font-size: 32px;
  }
  .faq .faq-title p {
    font-size: 21px;
  }
  .faq ol {
    width: 100%;
  }
  .faq {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-title h2 {
    font-size: 28px;
  }
  .faq .faq-title p {
    font-size: 21px;
  }
  .faq ol {
    width: 100%;
    margin-top: 30px;
  }
  .faq ol li {
    padding: 15px;
    margin-bottom: 20px;
  }
  .faq ol li dt h3 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px;
  }
  .faq ol li dd {
    font-size: 18px;
  }
  .faq .faq-cta {
    width: 100%;
  }
  .faq .faq-cta a {
    font-size: 16px;
  }
  .faq p {
    font-size: 16px;
    line-height: 24px;
  }
  .faq p br {
    display: block;
  }
  .faq {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.comfort-lp br.comfort-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .comfort-lp br.comfort-br {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.comfort-lp br.comfort-br-sm {
  display: none;
}

@media screen and (max-width: 480px) {
  .comfort-lp br.comfort-br-sm {
    display: block;
  }
}
.comfort-lp {
  background: white;
  color: #111827;
  max-width: 100%;
  overflow-x: clip;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.comfort-ph {
  background-color: #d9ebe3;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px), linear-gradient(-135deg, rgba(27, 154, 74, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
}
.comfort-ph--kv {
  width: 100%;
  min-height: 360px;
  border-radius: 12px;
}
.comfort-ph--card, .comfort-ph--work, .comfort-ph--compare, .comfort-ph--strength {
  width: 100%;
  border-radius: 12px;
}
.comfort-ph--card {
  min-height: 140px;
  margin-bottom: 16px;
}
.comfort-ph--work {
  min-height: 160px;
  margin-bottom: 16px;
}
.comfort-ph--compare {
  min-height: 180px;
  margin: 12px 0;
}
.comfort-ph--strength {
  min-height: 220px;
}

.comfort-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  color: white;
  background-color: #00879A;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.35;
  padding: 16px 22px 14px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #00879A;
  gap: 4px;
}
.comfort-btn span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  opacity: 0.92;
}
.comfort-btn:hover, .comfort-btn:focus-visible {
  background-color: #006f80;
  border-color: #006f80;
}
.comfort-btn--ghost {
  background: white;
  color: #064599;
  border-color: #064599;
}
.comfort-btn--ghost span {
  color: #064599;
  opacity: 0.72;
}
.comfort-btn--ghost:hover, .comfort-btn--ghost:focus-visible {
  background: #064599;
  color: white;
}
.comfort-btn--ghost:hover span, .comfort-btn--ghost:focus-visible span {
  color: white;
  opacity: 0.92;
}

.comfort-kv {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background-color: white;
  background-attachment: scroll;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 42%, rgba(255, 255, 255, 0.92) 54%, rgba(255, 255, 255, 0.4) 72%, rgba(255, 255, 255, 0) 100%), url("../image/comfort/comfort-kv-living.webp");
  background-repeat: no-repeat;
  background-position: left top, right center;
  background-size: auto, cover;
}
.comfort-kv__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.comfort-kv__copy {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 56px 0 64px;
}
.comfort-kv__stat {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 16px;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #111827;
}
.comfort-kv__stat span {
  display: inline-block;
  margin: 0 4px;
  color: #1b9a4a;
  font-size: 1.7em;
  line-height: 1;
  vertical-align: -2px;
}
.comfort-kv__label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 16px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: white;
  background: linear-gradient(90deg, #003d82 0%, #1b9a4a 100%);
  border-radius: 999px;
}
.comfort-kv h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111827;
  font-size: 44px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-kv__heat, .comfort-kv__cold {
  display: inline;
}
.comfort-kv__phrase {
  white-space: nowrap;
}
.comfort-kv__heat {
  color: #F58B31;
}
.comfort-kv__cold {
  color: #064599;
}
.comfort-kv__lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.9;
  color: #6b7280;
  font-weight: 400;
}
.comfort-kv__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.comfort-kv__points li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #111827;
  white-space: nowrap;
}
.comfort-kv__points li::before {
  content: "●";
  flex-shrink: 0;
  font-size: 8px;
  line-height: 1;
  color: #1b9a4a;
  transform: translateY(0.5px);
}
.comfort-kv__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}
.comfort-kv__cta .comfort-btn {
  min-width: 240px;
  flex: 1 1 240px;
  max-width: 320px;
}
.comfort-kv__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  font-weight: 400;
}

.comfort-block {
  background: white;
  padding: 72px 0;
  scroll-margin-top: 140px;
}
.comfort-block .comfort-block-bg {
  background: none;
}
.comfort-block .inner-wrap {
  width: 100%;
  max-width: min(1080px, 100% - 40px);
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}
.comfort-block .title-area {
  text-align: center;
  margin-bottom: 48px;
}
.comfort-block .title-area[data-en]::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 500;
}
.comfort-block .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-block .title-area h2 span {
  color: #1b9a4a;
}
.comfort-block .title-area p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-block--muted {
  background: #f7f8fa;
}

.comfort-problem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comfort-problem-cards li {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
  min-width: 0;
  max-width: 100%;
}
.comfort-problem-cards img {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 100%;
  margin: 0 auto 18px;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 50%;
  background: #f7f8fa;
}
.comfort-problem-cards h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #003d82;
  margin-bottom: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-problem-cards p {
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  font-weight: 400;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
  max-width: 100%;
}

.comfort-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.comfort-compare__item {
  background: #f3f6f8;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.comfort-compare__item--after {
  background: #e8f6ee;
  border: 2px solid #1b9a4a;
}
.comfort-compare__label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #003d82;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
  line-height: 1.45;
}
.comfort-compare p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}
.comfort-compare img,
.comfort-compare svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: 8px;
  background: white;
  overflow: hidden;
}

.comfort-strengths {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 40px;
}
.comfort-strengths > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-width: 0;
}
.comfort-strengths img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  background: #f3f6f8;
}
.comfort-strengths__reverse {
  direction: rtl;
}
.comfort-strengths__reverse > * {
  direction: ltr;
}
.comfort-strengths__num span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #d1d5db;
  font-size: 22px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.comfort-strengths__num span::before {
  content: "POINT ";
  font-size: 0.72em;
}
.comfort-strengths h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  color: #003d82;
  margin-bottom: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-strengths p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  font-weight: 400;
}

.comfort-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 32px;
  font-size: 15px;
  background: white;
}
.comfort-table th,
.comfort-table td {
  border: 1px solid #d5ddd8;
  padding: 14px 18px;
  text-align: left;
  line-height: 1.7;
}
.comfort-table thead th {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #003d82;
  color: white;
}
.comfort-table tbody th {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 28%;
  background: #e8f6ee;
  color: #003d82;
}

.comfort-works {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comfort-works li {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  padding: 0 0 16px;
  min-width: 0;
  max-width: 100%;
}
.comfort-works .comfort-works__diagram {
  background: #f4f8fb;
  margin-bottom: 12px;
}
.comfort-works .comfort-works__diagram svg {
  display: block;
  width: 100%;
  height: 160px;
}
.comfort-works h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  color: #003d82;
  padding: 0 14px;
  margin-bottom: 8px;
}
.comfort-works p {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  font-weight: 400;
  padding: 0 14px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}

.comfort-note {
  margin-top: 28px;
  padding: 16px 18px;
  background: white;
  border-left: 4px solid #d7000f;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

.comfort-deadlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comfort-deadlines li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  border: 1px solid #d5ddd8;
  border-radius: 12px;
  padding: 28px 24px;
  min-height: 148px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.comfort-deadlines h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #003d82;
  margin-bottom: 8px;
}
.comfort-deadlines p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
  max-width: 100%;
}

.comfort-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.comfort-flow li {
  background: #f3f6f8;
  border-radius: 12px;
  padding: 20px 14px;
  text-align: center;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.comfort-flow__num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 40px;
  height: 40px;
  margin: 0 0 12px;
  border-radius: 50%;
  background: #064599;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.comfort-flow li > div {
  width: 100%;
}
.comfort-flow h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #003d82;
  margin-bottom: 8px;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-flow li > div p {
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.comfort-lp .faq {
  background: white;
  padding: 72px 0;
  scroll-margin-top: 140px;
}
.comfort-lp .faq .inner-box {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: border-box;
}
.comfort-lp .faq .faq-title h2 {
  color: #003d82;
}
.comfort-lp .faq .faq-title h2::after {
  background-color: #1b9a4a;
}
.comfort-lp .faq ol {
  width: 100%;
  max-width: 860px;
}
.comfort-lp .faq ol li {
  box-shadow: none;
  border: 1px solid #d5ddd8;
  border-radius: 12px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.comfort-lp .faq ol li dt {
  border-bottom-color: #1b9a4a;
  min-width: 0;
}
.comfort-lp .faq ol li dt h3 {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
  line-height: 1.5;
  min-width: 0;
  max-width: 100%;
}

.comfort-consult {
  background: #003d82;
  padding: 64px 0 80px;
  text-align: center;
  scroll-margin-top: 140px;
}
.comfort-consult .inner-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.comfort-consult h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  color: white;
  padding: 0 0 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: loose;
}
.comfort-consult p {
  color: white;
  font-size: 16px;
  line-height: 1.7;
}
.comfort-consult ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 32px auto 0;
  max-width: 1200px;
}
.comfort-consult ol li a {
  display: block;
}
.comfort-consult ol li a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .comfort-kv {
    min-height: 0;
    background-image: linear-gradient(108deg, #ffffff 0%, #ffffff 34%, rgba(255, 255, 255, 0.92) 48%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0.12) 82%, rgba(255, 255, 255, 0) 100%), url("../image/comfort/comfort-kv-living.webp");
    background-position: left top, 78% 30%;
    background-size: auto, cover;
    padding-bottom: 36px;
  }
  .comfort-kv__inner {
    width: calc(100% - 40px);
    min-height: 0;
    display: block;
  }
  .comfort-kv__copy {
    padding: 40px 0 12px;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: left;
  }
  .comfort-kv__stat {
    margin-bottom: 10px;
  }
  .comfort-kv__label {
    margin-bottom: 12px;
  }
  .comfort-kv h1 {
    font-size: 28px;
    line-height: 1.4;
    margin: 8px 0 20px;
  }
  .comfort-kv__lead {
    font-size: 15px;
    line-height: 1.75;
    max-width: none;
    margin-bottom: 20px;
  }
  .comfort-kv__points {
    width: 100%;
    margin: 0 0 24px;
    justify-content: flex-start;
  }
  .comfort-kv__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
  }
  .comfort-kv__cta .comfort-btn {
    flex: none;
    max-width: 420px;
    width: 100%;
    min-width: 0;
    padding: 12px 16px 10px;
    font-size: 17px;
  }
  .comfort-kv__cta .comfort-btn span {
    font-size: 11px;
  }
  .comfort-kv__note {
    max-width: none;
  }
  .comfort-kv {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-kv {
    padding-bottom: 28px;
  }
  .comfort-kv__inner {
    width: calc(100% - 24px);
  }
  .comfort-kv__copy {
    align-items: center;
    text-align: center;
  }
  .comfort-kv__phrase {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .comfort-kv h1 {
    font-size: 26px;
    text-align: center;
  }
  .comfort-kv__lead {
    font-size: 14px;
    width: 100%;
  }
  .comfort-kv__points {
    justify-content: center;
    align-items: center;
  }
  .comfort-kv__cta {
    width: 100%;
    align-items: center;
  }
  .comfort-kv__cta .comfort-btn {
    flex: none;
    max-width: none;
  }
  .comfort-kv__stat {
    font-size: 16px;
  }
  .comfort-kv__label {
    font-size: 15px;
    padding: 7px 18px;
  }
  .comfort-kv__note {
    width: 100%;
    font-size: 12px;
    line-height: 1.65;
  }
  .comfort-kv {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 480px) {
  .comfort-kv {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.5) 64%, rgba(255, 255, 255, 0.12) 82%, rgba(255, 255, 255, 0) 100%), url("../image/comfort/comfort-kv-living.webp");
    background-position: center top, 72% 28%;
    padding-bottom: 88px;
  }
  .comfort-kv h1 {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
  .comfort-kv__points {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .comfort-kv__phrase {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .comfort-kv__cta .comfort-btn {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .comfort-block {
    padding: 48px 0;
  }
  .comfort-block .inner-wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .comfort-block .title-area {
    margin-bottom: 32px;
  }
  .comfort-block .title-area h2 {
    font-size: 24px;
    line-height: 1.45;
  }
  .comfort-block .title-area p {
    font-size: 15px;
    line-height: 1.8;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }
  .comfort-block {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-block {
    padding: 40px 0;
  }
  .comfort-block .inner-wrap {
    max-width: 100%;
    padding: 0 16px;
  }
  .comfort-block .title-area {
    margin-bottom: 28px;
  }
  .comfort-block .title-area h2 {
    font-size: 22px;
  }
  .comfort-block .title-area p {
    font-size: 14px;
    line-height: 1.75;
  }
  .comfort-block {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-problem-cards {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .comfort-problem-cards img {
    width: 200px;
    height: 200px;
  }
  .comfort-problem-cards h3 {
    font-size: 18px;
    line-height: 1.45;
  }
  .comfort-problem-cards p {
    font-size: 15px;
  }
  .comfort-problem-cards {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-problem-cards {
    max-width: none;
    gap: 32px;
  }
  .comfort-problem-cards img {
    width: 180px;
    height: 180px;
  }
  .comfort-problem-cards h3 {
    font-size: 17px;
  }
  .comfort-problem-cards p {
    font-size: 14px;
  }
  .comfort-problem-cards {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-compare {
    gap: 16px;
    margin-top: 32px;
  }
  .comfort-compare__item {
    padding: 20px 16px;
  }
  .comfort-compare__label {
    font-size: 16px;
    line-height: 1.45;
  }
  .comfort-compare {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-compare {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-works {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-works {
    grid-template-columns: 1fr;
  }
  .comfort-works .comfort-works__diagram svg {
    height: 140px;
  }
  .comfort-works {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .comfort-deadlines {
    grid-template-columns: 1fr;
  }
  .comfort-deadlines li {
    padding: 20px 16px;
  }
  .comfort-deadlines {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-strengths > li, .comfort-strengths__reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 16px;
  }
  .comfort-strengths img {
    height: 220px;
  }
  .comfort-strengths h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .comfort-strengths {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-strengths img {
    height: 180px;
  }
  .comfort-strengths h3 {
    font-size: 18px;
  }
  .comfort-strengths {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-table {
    display: block;
    font-size: 14px;
    background: transparent;
    border: 0;
  }
  .comfort-table thead {
    display: none;
  }
  .comfort-table tbody {
    display: grid;
    gap: 12px;
  }
  .comfort-table tr {
    display: block;
    background: white;
    border: 1px solid #d5ddd8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  }
  .comfort-table th,
  .comfort-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 14px 18px;
  }
  .comfort-table tbody th {
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1.45;
    border-bottom: 1px solid #d5ddd8;
  }
  .comfort-table td {
    color: #6b7280;
    line-height: 1.75;
  }
  .comfort-table {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-deadlines li {
    min-height: 0;
    padding: 24px 20px;
  }
  .comfort-deadlines h3 {
    font-size: 16px;
    line-height: 1.45;
  }
  .comfort-deadlines p {
    font-size: 13px;
  }
  .comfort-deadlines {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-flow {
    grid-template-columns: 1fr;
  }
  .comfort-flow li {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 18px 16px;
  }
  .comfort-flow h3,
  .comfort-flow li > div p {
    text-align: left;
  }
  .comfort-flow h3 {
    line-height: 1.45;
  }
  .comfort-flow__num {
    margin: 0;
  }
  .comfort-flow {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-lp .faq {
    padding: 48px 0;
  }
  .comfort-lp .faq .inner-box {
    padding: 0 20px;
  }
  .comfort-lp .faq .faq-title h2 {
    font-size: 24px;
  }
  .comfort-lp .faq {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-lp .faq {
    padding: 40px 0;
  }
  .comfort-lp .faq .inner-box {
    padding: 0 16px;
  }
  .comfort-lp .faq ol li dt h3 {
    font-size: 16px;
    line-height: 1.55;
  }
  .comfort-lp .faq {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-consult .inner-box {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .comfort-consult h2 {
    font-size: 24px;
    line-height: 1.45;
  }
  .comfort-consult {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .comfort-consult {
    padding: 48px 0 56px;
  }
  .comfort-consult h2 {
    font-size: 22px;
  }
  .comfort-consult ol {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .comfort-consult {
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .comfort-btn {
    min-width: 0;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .comfort-kv,
  .comfort-block,
  .comfort-lp .faq,
  .comfort-consult {
    transition: none;
  }
}
@media screen and (min-width: 1025px) {
  header .inner-box,
  .header-bottom,
  .footer-top,
  .banner-area,
  .footer-cta .inner-box {
    width: 100%;
    max-width: min(1280px, 100%);
    box-sizing: border-box;
  }
}
