@charset "UTF-8";
.service-list{
  padding: 80px 0;
  background: #f7f9fc;
}

.service-list__head{
  text-align: center;
  margin-bottom: 40px;
}

.service-list__sub{
  margin: 0 0 10px;
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.service-list__title{
  margin: 0;
  color: #2f5fa6;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}

.service-list__lead{
  margin: 14px auto 0;
  max-width: 760px;
  color: #4f607a;
  font-size: 16px;
  line-height: 1.9;
}

.service-list__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card{
  flex: 0 0 calc((100% - 60px) / 4);
  background: #fff;
  border: 1px solid rgba(47,121,191,.12);
  border-radius: 20px;
  padding: 28px 22px 24px;
  box-shadow: 0 10px 24px rgba(20,60,120,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(20,60,120,.12);
}

.service-card__icon{
  /*width: 74px;
  height: 74px;*/
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  /*border: 1px solid rgba(47,121,191,.12);*/
}

.service-card__icon img{
  width: 180px;
  height: auto;
  display: block;
  border-radius: 50%;

}

.service-card__title{
  margin: 0 0 12px;
  text-align: center;
  color: #2f5fa6;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.service-card__text{
  margin: 0;
  color: #243449;
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 1100px){
  .service-card{
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 680px){
  .service-list{
    padding: 60px 0;
  }

  .service-list__grid{
    gap: 16px;
  }

  .service-card{
    flex: 0 0 100%;
    padding: 24px 18px 22px;
  }

  .service-card__title{
    font-size: 20px;
  }
}

/* =========================
   Estimate Support
========================= */
.estimate-support{
  padding: clamp(56px, 6vw, 88px) 0;
  background: #f7f9fc;
}

.estimate-support__box{
  display: flex;
  align-items: center;
  gap: 34px;
  padding: clamp(26px, 3vw, 38px);
  border: 3px solid rgba(47,121,191,.28);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20,60,120,.08);
}

.estimate-support__visual{
  flex: 0 0 32%;
}

.estimate-support__visual-inner{
  position: relative;
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 30%, rgba(47,121,191,.08), transparent 50%),
    linear-gradient(180deg, #f4f8ff 0%, #edf5ff 100%);
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.estimate-support__visual-inner::after{
  content: "";
  position: absolute;
  inset: auto 20px 16px;
  height: 18px;
  background: rgba(20,60,120,.08);
  filter: blur(10px);
  border-radius: 999px;
}

.estimate-support__img{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  object-fit: contain;
}

.estimate-support__content{
  flex: 1;
}

.estimate-support__sub{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 28px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4d7fbe 0%, #2f5fa6 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
}

.estimate-support__title{
  margin: 0;
  color: #114b92;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: .02em;
}

.estimate-support__text{
  margin: 22px 0 0;
  color: #243449;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.estimate-support__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.estimate-support__tags li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #fff;
  color: #1b4f91;
  font-size: 1.0rem;
  font-weight: 800;
  border: 2px solid rgba(47,121,191,.18);
  box-shadow: 0 8px 18px rgba(20,60,120,.06);
}

.estimate-support__note{
  margin: 24px 0 0;
  color: #4f607a;
  font-size: 16px;
  line-height: 1.8;
}

.estimate-support__btnwrap{
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

.estimate-support__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 280px;
  min-height: 72px;
  padding: 18px 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a31c 0%, #ea8600 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow:
    0 8px 0 #c66f00,
    0 18px 28px rgba(234,134,0,.24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.estimate-support__btn:hover{
  transform: translateY(-2px);
  box-shadow:
    0 10px 0 #c66f00,
    0 22px 32px rgba(234,134,0,.28);
}

.estimate-support__btn-arrow{
  font-size: 1.2em;
  line-height: 1;
  transform: translateY(-1px);
}

/* tablet */
@media (max-width: 1024px){
  .estimate-support__box{
    gap: 24px;
    border-radius: 28px;
  }

  .estimate-support__visual{
    flex: 0 0 34%;
  }

  .estimate-support__visual-inner{
    min-height: 280px;
  }

  .estimate-support__text{
    font-size: 1.6rem;
  }

  .estimate-support__tags li{
    min-height: 46px;
    padding: 8px 18px;
    font-size: 1.45rem;
  }

  .estimate-support__btn{
    min-width: 300px;
    min-height: 74px;
  }
}

/* mobile */
@media (max-width: 768px){
  .estimate-support{
    padding: 56px 0;
  }

  .estimate-support__box{
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding: 22px 18px 24px;
    border-radius: 24px;
  }

  .estimate-support__visual{
    flex: 0 0 auto;
  }

  .estimate-support__visual-inner{
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .estimate-support__img{
    max-width: 260px;
    margin: 0 auto;
  }

  .estimate-support__sub{
    min-height: 42px;
    padding: 8px 20px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .estimate-support__title{
    font-size: 22px;
    line-height: 1.45;
  }

  .estimate-support__text{
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.85;
  }

  .estimate-support__tags{
    gap: 10px;
    margin-top: 22px;
  }

  .estimate-support__tags li{
    min-height: 42px;
    padding: 8px 14px;
    font-size: 16px;
  }

  .estimate-support__note{
    margin-top: 18px;
    font-size: 1.3rem;
  }

  .estimate-support__btnwrap{
    justify-content: center;
    margin-top: 20px;
  }

  .estimate-support__btn{
    width: 100%;
    min-width: 0;
    min-height: 64px;
    font-size: 18px;
    box-shadow:
      0 6px 0 #c66f00,
      0 14px 24px rgba(234,134,0,.22);
  }
}



.single-item{
  padding: 80px 0;
  background: #fff;
}

.single-item__box{
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: #f7f9fc;
  border-radius: 28px;
}

.single-item__visual{
  flex: 0 0 40%;
}

.single-item__visual img{
  width: 100%;
  max-width: 340px;
}

.single-item__content{
  flex: 1;
}

.single-item__sub{
  color:#2f79bf;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:10px;
}

.single-item__title{
  font-size: clamp(26px, 3vw, 38px);
  font-weight:900;
  color:#2f5fa6;
  line-height:1.4;
}

.single-item__text{
  margin-top:16px;
  color:#243449;
  line-height:1.9;
}

.single-item__list{
  margin-top:20px;
  padding:0;
  list-style:none;
}

.single-item__list li{
  margin-bottom:8px;
  padding-left:22px;
  position:relative;
}

.single-item__list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#F39C12;
}

.single-item__btnwrap{
  margin-top:20px;
}

.single-item__btn{
  display:inline-block;
  padding:14px 26px;
  border-radius:999px;
  background:#F39C12;
  color:#fff;
  font-weight:800;
}

@media (max-width:768px){
  .single-item__box{
    flex-direction:column;
    text-align:center;
  }

  .single-item__visual{
    flex: none;
  }
}

.svc-items--service{
  padding: 80px 0;
  background: #f7f9fc;
}

.svc-items__head{
  text-align: center;
  margin-bottom: 28px;
}

.svc-items__sub{
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.svc-items__title{
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.3;
}

.svc-items__lead{
  margin: 14px auto 0;
  max-width: 760px;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
}

.svc-items--service .svc-items__grid{
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.svc-items--service .svc-item{
  flex: 0 0 calc((100% - 42px) / 4);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(47,121,191,.14);
  box-shadow: 0 8px 18px rgba(20,60,120,.08);
}

.svc-items--service .svc-item__label{
  color: #2f5fa6;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}

.svc-items--service .svc-items__note{
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(47,121,191,.08);
  color: #243449;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  border: 1px solid rgba(47,121,191,.12);
}

@media (max-width: 1024px){
  .svc-items--service .svc-item{
    flex: 0 0 calc((100% - 28px) / 3);
  }
}

@media (max-width: 680px){
  .svc-items--service{
    padding: 60px 0;
  }

  .svc-items--service .svc-item{
    flex: 0 0 calc((100% - 14px) / 2);
    min-height: 64px;
  }

  .svc-items--service .svc-item__label{
    font-size: 15px;
  }
}

@media (max-width: 480px){
  .svc-items--service .svc-item{
    flex: 0 0 100%;
  }
}



/* =========================
   NG Items
========================= */
.ng-items{
  padding: 80px 0;
  background: #fff;
}

.ng-items__head{
  text-align: center;
  margin-bottom: 30px;
}

.ng-items__sub{
  margin: 0 0 10px;
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ng-items__title{
  margin: 0;
  color: #2f5fa6;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.3;
}

.ng-items__lead{
  margin: 14px auto 0;
  max-width: 760px;
  color: #4f607a;
  font-size: 15px;
  line-height: 1.9;
}

.ng-items__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.ng-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 20px;
  background: #f7f9fc;
  border: 1px solid rgba(47,121,191,.12);
  border-radius: 16px;
  color: #243449;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 18px rgba(20,60,120,.06);
}

.ng-items__note{
  margin: 24px auto 0;
  max-width: 760px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(47,121,191,.06);
  border: 1px solid rgba(47,121,191,.10);
  color: #4f607a;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.ng-item::before{
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(243,156,18,.14);
  color: #F39C12;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 680px){
  .ng-items{
    padding: 60px 0;
  }

  .ng-items__grid{
    gap: 10px;
  }

  .ng-item{
    width: 100%;
    min-height: 58px;
    font-size: 14px;
  }
}

/* =========================
   Payment
========================= */
.payment{
  padding: 80px 0;
  background: #f7f9fc;
}

.payment__head{
  text-align: center;
  margin-bottom: 30px;
}

.payment__sub{
  margin: 0 0 10px;
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.payment__title{
  margin: 0;
  color: #2f5fa6;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
}

.payment__lead{
  margin-top: 12px;
  color: #4f607a;
}

.payment__grid{
  display: flex;
  justify-content: center;
  gap: 24px;
}

.payment-card{
  width: 180px;
  height: 160px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(47,121,191,.14);
  box-shadow: 0 10px 20px rgba(20,60,120,.08);
}

.payment-card__icon{
  font-size: 40px;
  margin-bottom: 10px;
}

.payment-card__title{
  font-weight: 800;
  color: #2f5fa6;
}

.payment__note{
  margin-top: 20px;
  text-align: center;
  color: #4f607a;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width:768px){
  .payment__grid{
    flex-direction: column;
    align-items: center;
  }

  .payment-card{
    width: 100%;
    max-width: 260px;
  }
}


/* =========================
   FAQ
========================= */

.faq{
  padding: clamp(60px, 7vw, 96px) 0;
  background: #fff;
}

.faq__head{
  text-align: center;
  margin-bottom: 36px;
}

.faq__sub{
  margin: 0 0 10px;
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.faq__title{
  margin: 0;
  color: #2f5fa6;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.3;
}

.faq__lead{
  max-width: 760px;
  margin: 16px auto 0;
  color: #4f607a;
  font-size: 15px;
  line-height: 1.9;
}

.faq__list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item{
  border: 1px solid rgba(47,121,191,.12);
  border-radius: 20px;
  background: #f7f9fc;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(20,60,120,.04);
}

.faq-item[open]{
  background: #fff;
}

.faq-item__question{
  list-style: none;
  cursor: pointer;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 800;
  color: #243449;
  position: relative;
}

.faq-item__question::-webkit-details-marker{
  display: none;
}

.faq-item__question::after{
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: #2f5fa6;
  transition: .2s;
}

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

.faq-item__q,
.faq-item__a{
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}

.faq-item__q{
  background: #2f5fa6;
  color: #fff;
}

.faq-item__a{
  background: #F39C12;
  color: #fff;
  margin-top: 4px;
}

.faq-item__answer{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 24px 24px;
}

.faq-item__answer p{
  margin: 0;
  color: #4f607a;
  font-size: 15px;
  line-height: 1.9;
}

/* mobile */
@media (max-width: 560px){
  .faq{
    padding: 56px 0;
  }

  .faq__lead{
    font-size: 14px;
  }

  .faq-item{
    border-radius: 16px;
  }

  .faq-item__question{
    padding: 18px 16px;
    font-size: 15px;
    line-height: 1.7;
    padding-right: 48px;
  }

  .faq-item__question::after{
    right: 16px;
    font-size: 22px;
  }

  .faq-item__answer{
    padding: 0 16px 18px;
  }

  .faq-item__answer p{
    font-size: 14px;
    line-height: 1.85;
  }

  .faq-item__q,
  .faq-item__a{
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}


/* =========================
   Service CTA
========================= */
.service-cta{
  padding: 90px 0;
  background:
    linear-gradient(135deg, #2f79bf 0%, #2f5fa6 100%);
}

.service-cta__box{
  background: #fff;
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.service-cta__sub{
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
}

.service-cta__title{
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  color: #2f5fa6;
  margin-bottom: 20px;
}

.service-cta__lead{
  color: #243449;
  line-height: 2;
  margin-bottom: 30px;
}

.service-cta__points{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.service-cta__points li{
  padding: 10px 18px;
  background: #f7f9fc;
  border-radius: 999px;
  font-weight: 700;
  color: #2f5fa6;
  border: 1px solid rgba(47,121,191,.12);
}

.service-cta__buttons{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.service-cta__tel,
.service-cta__mail{
  min-width: 320px;
  padding: 18px 24px;
  border-radius: 999px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .2s;
}

.service-cta__tel{
  background: #F39C12;
  color: #fff;
}

.service-cta__mail{
  background: #2f5fa6;
  color: #fff;
}

.service-cta__tel:hover,
.service-cta__mail:hover{
  transform: translateY(-2px);
}

.service-cta__icon{
  font-size: 20px;
}

@media (max-width:768px){
  .service-cta{
    padding: 60px 0;
  }

  .service-cta__box{
    padding: 40px 20px;
  }

  .service-cta__tel,
  .service-cta__mail{
    width: 100%;
    min-width: auto;
  }
}