/* page-service.css */
@charset "UTF-8";

/* Header */
a.header-scroll__link {
  display: none;
}
.fv-walker {
  width: 330px;
  position: absolute;
  inset: 100px 0 0 0;
  margin: auto;
}
.header-nav__circle::after {
  width: 80px;
}
.header-scroll__image img {
  height: 450px;
  object-fit: cover;
  align-self: initial;
  width: 100%;
}
.header-nav {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -10px;
  width: 480px;
}
.header-scroll__container {
  padding-bottom: 160px;
  background-color: #f4f4f4;  
}

@media screen and (max-width: 768px) { 
  .header-scroll__container {
    padding-bottom: 0px;
  }
  .header-scroll__image img {
    height: 250px;
  }
  .header-nav {
    bottom: -5px;
    width: 80%;
    max-width: 345px;
  }
  .fv-walker {
    width: 200px;
    inset: 45px 0 0 0;
  }
  .header-nav__circle::after {
    width: 188%;
  }
}

@media screen and (max-width: 415px) { 
  .header-nav__circle::after {
      width: 162%;
  }
}


/* Service Section */
.service-section {
  background-color: #f4f4f4;
  padding: 80px 0 120px;
}

.service-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Service Header */
.service-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 80px;
}

.service-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #000000;
}

.service-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
}

/* CTA Section */
.service-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 262px;
  margin-bottom: 100px;
}

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

.service-cta__image {
  width: 200px;
  height: 200px;
  background-color: #828282;
  border-radius: 8px;
}

.service-cta__contact {
  display: flex;
  gap: 33px;
  align-items: center;
}

.service-cta__phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 13px;
  width: 318px;
}

.service-cta__phone-number {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-cta__phone-icon {
  width: 24px;
  height: 24px;
  fill: #369cdf;
  stroke: #ffffff;
  stroke-width: 5px;
}

.service-cta__phone-text {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 0.94;
  letter-spacing: 0.07em;
  color: #369cdf;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke fill;
}

.service-cta__phone-hours {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #369cdf;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke fill;
}

.service-cta__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 25px;
  width: 198px;
  background-color: #369cdf;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
  border: none;
}

.service-cta__button:hover {
  opacity: 0.8;
}

.service-cta__button-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.service-cta__button-icon {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  stroke-width: 2px;
}

/* Service Cards */
.service-cards {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.service-card {
  background-color: #369cdf;
  border-radius: 16px;
  padding: 60px 34px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card__content {
  display: flex;
  align-items: center;
  gap: 27px;
}

.service-card__image {
  width: 350px;
  height: 350px;
  border-radius: 16px;
  flex-shrink: 0;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 540px;
}

.service-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-card__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.service-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.service-card__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.31;
  letter-spacing: 0.1em;
  color: #ffffff;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .service-cta {
    gap: 100px;
  }

  .service-card__content {
    flex-direction: column;
  }

  .service-card__image {
    width: 100%;
    height: 300px;
  }

  .service-card__text {
    width: 100%;
  }
}

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

  .service-header {
    margin-bottom: 40px;
  }

  .service-header__subtitle {
    font-size: 16px;
  }

  .service-header__title {
    font-size: 50px;
  }

  .service-cta {
    flex-direction: column;
    gap: 40px;
  }

  .service-cta__images {
    flex-direction: column;
  }

  .service-cta__contact {
    flex-direction: column;
  }

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

  .service-card__image {
    height: 250px;
  }

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

  .service-card__description {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .service-header__title {
    font-size: 36px;
  }

  .service-cta__phone {
    width: 100%;
  }

  .service-cta__phone-text {
    font-size: 24px;
  }

  .service-cta__phone-hours {
    font-size: 16px;
  }

  .service-card {
    padding: 30px 15px;
  }

  .service-card__image {
    height: 200px;
  }

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

  .service-card__description {
    font-size: 13px;
    line-height: 2;
  }
}
