@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.service-subtitile {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.service-subtitile .jp-subtitle {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.4;
  font-size: clamp(2rem, 2.5vw, 3rem);
}
.service-subtitile .blue-subtitle {
  color: #2d4294;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(2.8rem, 5vw, 6rem);
  padding-bottom: 0.1em;
}

#solution {
  padding-top: clamp(6rem, 7vw, 11rem);
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#solution .solution-subtitle .blue-subtitle {
  letter-spacing: 0.14em;
}
#solution .solution-info-table {
  box-sizing: border-box;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#solution .solution-info-table .table-row {
  display: flex;
  row-gap: 2rem;
  border: 1px solid #2d4294;
  font-weight: lighter;
  letter-spacing: 0.1em;
  height: 300px;
}
#solution .solution-info-table .table-row dt,
#solution .solution-info-table .table-row dd {
  width: 50%;
  padding: 0 0.2em 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#solution .solution-info-table .table-row dt {
  font-size: clamp(2rem, 3vw, 4rem);
  background-color: #2d4294;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.08;
}
#solution .solution-info-table .table-row dt span {
  margin: auto;
}
#solution .solution-info-table .table-row dd {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  padding: 1em;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  #solution .solution-info-table .table-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    row-gap: 0;
  }
  #solution .solution-info-table .table-row dt,
  #solution .solution-info-table .table-row dd {
    margin: auto;
    width: 100%;
  }
  #solution .solution-info-table .table-row dt {
    padding: 0.8em;
  }
  #solution .solution-info-table .table-row dt span {
    margin: 0 auto;
    text-align: center;
  }
}

#service {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#service .subtitle-container {
  padding-top: clamp(3rem, 3.8vw, 6rem);
}
#service .content-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: clamp(2rem, 2.5vw, 4rem) auto 0;
}
#service .content-container .term-btn {
  background-color: #2d4294;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  max-width: 400px;
  height: auto;
  padding: 1em 4em;
  margin: 0 auto;
  border-radius: 10px;
}
#service .content-container .single-service {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
#service .content-container .single-service .service-subtitle {
  color: #3d3f58;
  font-size: clamp(1.8rem, 1.5vw, 2.6rem);
}
#service .content-container .single-service .service-title {
  color: #3d3f58;
  font-size: clamp(3rem, 3.2vw, 5rem);
}
#service .content-container .single-service .service-text {
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-weight: lighter;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
#service .content-container .single-service img {
  height: 200px;
  width: auto;
  object-fit: cover;
}
@media screen and (min-width: 651px) {
  #service .content-container .single-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    height: fit-content;
  }
  #service .content-container .single-service .text-container {
    grid-column: 1/2;
    grid-row: 1/-1;
    margin-bottom: auto;
  }
  #service .content-container .single-service .text-container .service-text {
    padding: 0;
  }
  #service .content-container .single-service img {
    grid-column: 2/3;
    grid-row: 1/-1;
    display: block;
    height: 28vw;
    object-fit: cover;
  }
}

#lineup {
  letter-spacing: 0.1em;
  background-color: #fcfbf0;
  padding: clamp(4rem, 6.25vw, 10rem) 0;
}
#lineup .main-content .cars {
  text-align: start;
  font-size: clamp(1.6rem, 1.9vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 300;
}
#lineup .main-content .price {
  align-self: end;
  color: #2d4294;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  margin: clamp(2rem, 3.2vw, 5rem) 0 clamp(4rem, 7.5vw, 9rem);
}

/*# sourceMappingURL=service.css.map */
