@charset "UTF-8";
.footer__container {
  padding: 10px;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #555;
  padding: 10px 0;
}

.btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn--primary {
  padding: 10px 20px;
  min-width: 250px;
}
.btn--wide {
  padding: 10px 50px;
}

.btn--back-to-top {
  position: fixed;
  bottom: clamp(15px, 12.5px + 0.625vw, 20px);
  right: clamp(15px, 12.5px + 0.625vw, 20px);
  z-index: 1000;
  padding: clamp(8px, 7px + 0.25vw, 10px) clamp(12px, 10.5px + 0.375vw, 15px);
  min-width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-size: clamp(0.75rem, 0.6875rem + 0.25vw, 0.875rem);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn--back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.btn--back-to-top .btn__icon {
  display: block;
  font-size: clamp(0.75rem, 0.6875rem + 0.25vw, 0.875rem);
  margin-bottom: 2px;
}
.btn--back-to-top .btn__text {
  display: block;
  font-size: clamp(0.5rem, 0.4375rem + 0.25vw, 0.625rem);
  font-weight: bold;
  letter-spacing: 0.5px;
}

html {
  scroll-behavior: smooth;
}

.section-h2 {
  padding: 25px 0;
}
.section-h2 > h2 {
  text-align: center;
  padding: clamp(0.625rem, 0.4375rem + 0.75vw, 1rem) 0;
  font-size: clamp(1.75rem, 1.6875rem + 0.25vw, 1.875rem);
  font-weight: bold;
}
.section-h2 > h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #214167;
  width: 30px;
  height: 5px;
  margin: 10px auto 0;
}
.section-h2 > div {
  padding: 20px;
}

.section-h2:nth-of-type(even) {
  background-color: #fafafa;
}
.section-h2:nth-of-type(even) > h2 {
  background-color: transparent;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

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

@media (max-width: 575px), (min-width: 992px) {
  .tablet-only {
    display: none !important;
  }
}

.customer-troubles__intro {
  font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.customer-troubles__problems {
  text-align: center;
}
.customer-troubles__problems > ul {
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  padding: 0 25px 10px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.customer-troubles__problems > ul > li {
  list-style-type: "✔";
  padding-left: 5px;
  margin: 10px 0;
}
.customer-troubles__arrow {
  text-align: center;
  margin: 30px 0;
}
.customer-troubles__arrow > img {
  width: 40px;
  height: auto;
  object-fit: contain;
}
.customer-troubles__solution {
  font-size: clamp(0.9375rem, 0.65625rem + 1.125vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  line-height: 1.8;
}
.customer-troubles__closing {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  text-align: center;
}

.support-menu__services {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.support-menu__service {
  display: grid;
  grid-template-columns: 100px clamp(250px, 235px + 3.75vw, 280px);
  gap: 20px;
}
.support-menu__service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-menu__service-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-menu__service-content {
  text-align: left;
}
.support-menu__service-title {
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
  font-weight: bold;
  text-decoration: underline;
}
.support-menu__service-description {
  font-size: clamp(0.875rem, 0.8125rem + 0.25vw, 1rem);
}

.reasons-chosen__intro {
  font-size: clamp(0.875rem, 0.375rem + 2vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.125rem;
  line-height: 1.8;
}
.reasons-chosen__results-table {
  margin: 0 auto 30px;
}
.reasons-chosen__results-table > table {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
}
.reasons-chosen__results-table > table > thead {
  background-color: #dfdfdf;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
}
.reasons-chosen__results-table > table > thead > tr > th {
  padding: 0.3125rem 0;
  font-size: clamp(0.875rem, 0.625rem + 1vw, 1.125rem);
  line-height: 1.875rem;
  border: 1px solid #000;
}
.reasons-chosen__results-table > table > tbody > tr > td {
  font-size: clamp(0.75rem, 0.5rem + 1vw, 0.875rem);
  border: 1px solid #000;
  text-align: center;
  padding: 0.625rem 0;
}
.reasons-chosen__results-table > table > tbody > tr > td:nth-child(1) {
  background-color: #f2f2f2;
}
.reasons-chosen__results-table > table > tbody > tr > td:nth-child(2), .reasons-chosen__results-table > table > tbody > tr > td:nth-child(3) {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.reasons-chosen__testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.reasons-chosen__testimonials > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  margin: auto;
}
.reasons-chosen__testimonials > li:nth-child(odd) {
  margin-right: 0;
}
.reasons-chosen__testimonials > li:nth-child(even) {
  margin-left: 0;
}
.reasons-chosen__testimonials > li > img {
  width: 100%;
  height: auto;
}
.reasons-chosen__testimonials > li > p {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.reasons-chosen__testimonials > li:nth-child(1) > p {
  top: 10px;
  left: 20px;
  width: 215px;
  height: 110px;
}
.reasons-chosen__testimonials > li:nth-child(2) > p {
  top: 10px;
  left: 128px;
  width: 210px;
  height: 110px;
}
.reasons-chosen__testimonials > li:nth-child(3) > p {
  top: 10px;
  left: 22px;
  width: 200px;
  height: 110px;
}
.reasons-chosen__testimonials > li:nth-child(4) > p {
  top: 10px;
  left: 132px;
  width: 205px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .reasons-chosen__testimonials {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto;
  }
  .reasons-chosen__testimonials > li {
    margin: 0;
  }
  .reasons-chosen__testimonials > li:nth-child(1) {
    order: 2;
  }
  .reasons-chosen__testimonials > li:nth-child(2) {
    order: 1;
    justify-self: end;
  }
  .reasons-chosen__testimonials > li:nth-child(3) {
    order: 4;
  }
  .reasons-chosen__testimonials > li:nth-child(4) {
    order: 3;
    justify-self: end;
  }
}

.curtain-method__intro {
  font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.curtain-method__logo {
  text-align: center;
  margin-bottom: 30px;
}
.curtain-method__logo > span {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.curtain-method__points {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.curtain-method__points > li {
  display: grid;
  grid-template-columns: 1fr 80px;
  padding: 20px 25px 40px;
  border-bottom: 1px solid #000;
}
.curtain-method__points > li:last-child {
  border-bottom: none;
}
.curtain-method__points > li > div {
  display: flex;
  flex-direction: column;
}
.curtain-method__points > li > div > h3 {
  margin: 0;
}
.curtain-method__points > li > div > h3 > span {
  font-size: 20px;
  font-weight: normal;
}
.curtain-method__points > li > div > h3 > span:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.curtain-method__points > li > div > p {
  margin: 0;
}
.curtain-method__points > li > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain-method__warning {
  font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8;
}

.consultation-cta__content {
  max-width: 500px;
  margin: 0 auto;
  background-image: url("../../assets/images/home/consultation-cta.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 450px;
}
.consultation-cta__content > p {
  font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
  line-height: 1.7;
}
.consultation-cta__button {
  text-align: center;
  margin: clamp(1rem, 0rem + 4vw, 3rem);
}
.consultation-cta__notice > p {
  font-size: clamp(0.75rem, 0.6875rem + 0.25vw, 0.875rem);
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .consultation-cta__content {
    width: 700px;
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    background-position: right top;
  }
}

.faq {
  max-width: 800px;
  margin: 0 auto;
}
.faq__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
}
.faq__item-content {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: clamp(1.25rem, 1rem + 1vw, 2rem);
  background-color: #fafafa;
}
.faq__item-title {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.faq__item-question-mark {
  background-color: #666;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.faq__item-text {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.faq__item-text p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}
.faq__item-answer-mark {
  background-color: #999;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.faq__item-answer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__item-answer-content > ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.faq__item-answer-content > ul > li {
  margin-bottom: 0.5rem;
}

.company-info {
  max-width: 800px;
  margin: 0 auto;
}
.company-info__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.company-info__list > dt {
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  padding: clamp(0.875rem, 0.75rem + 0.5vw, 1.25rem);
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  min-width: 120px;
  color: #333;
}
.company-info__list > dd {
  background-color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  padding: clamp(0.875rem, 0.75rem + 0.5vw, 1.25rem);
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  line-height: 1.6;
  color: #333;
}
.company-info__list > dt:last-of-type,
.company-info__list > dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 576px) {
  .company-info__list {
    grid-template-columns: 1fr;
  }
  .company-info__list > dt {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  }
  .company-info__list > dd {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
  .company-info__list > dd:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.site-check__description {
  font-size: clamp(16px, 14px + 0.625vw, 20px);
  font-weight: 600;
  text-align: center;
  margin: 100px auto 0;
  padding: 0 10px;
}

.bownow-form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(25px, -12.5px + 9.375vw, 100px) 10px;
  box-sizing: border-box;
}
.bownow-form iframe {
  width: 100%;
}/*# sourceMappingURL=style.css.map */