@charset "utf-8";

.service .page__right-box-text {
  font-size: 10px;
}

@media screen and (min-width: 414px) {
  .service .page__right-box-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .service .page__right-box-text {
    letter-spacing: calc(92 / 1000 * 1em);
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .service .page__right-box-text {
    letter-spacing: calc(80 / 1000 * 1em);
  }
}

.service .page__right-box-image {
  aspect-ratio: 835/500;
}

.service .page__right-box-image img {
  aspect-ratio: 835/500;
}

@media screen and (min-width: 768px) {
  .service .page__right-container {
    margin-bottom: 125px;
    gap: 102px;
  }
}

.service__flow {
  margin-top: -8px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service__flow-card {
  display: flex;
  align-items: flex-start;
}

.service__flow-card-number {
  flex-shrink: 0;
  color: #4aade0;
  font-family: var(--ff-en);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: calc(-40 / 1000 * 1em);
  line-height: 1;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}

.service__flow-card-bar {
  height: 31.5px;
  width: 20%;
  border-bottom: 2px solid var(--color-white);
}

.service__flow-card-body {
  position: relative;
  z-index: 1;
  padding: 29px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.service__flow-card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: 1;
}

@media screen and (min-width: 414px) {
  .service__flow-card-title {
    font-size: 18px;
  }
}

.service__flow-card-text {
  margin-top: 30px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: calc(25.2 / 14);
}

@media screen and (min-width: 414px) {
  .service__flow-card-text {
    font-size: 14px;
  }
}
