/* --------------------------------------------------- */
/* common */
/* --------------------------------------------------- */
.lower_top__inner,
.lower_section__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.lower_section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.lower_section:nth-of-type(2n) .lower_section__inner {
  flex-direction: row-reverse;
}
.lower_section__title {
  margin-bottom: 64px;
}
.lower_top__desc {
  line-height: 2.5;
  text-align: center;
  margin: 68px 0;
}
footer {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .lower_top__inner,
  .lower_section__inner {
    width: calc(100vw - 48px);
  }
  .lower_top__desc {
    line-height: 2.25;
    margin: 46px 0;
  }
  .lower_section__title {
    margin-bottom: 56px;
  }
}

/* --------------------------------------------------- */
/* service */
/* --------------------------------------------------- */
.service-nav__arrow {
  fill: none;
  stroke: #fafafa;
  stroke-width: 2px;
}
.service__nav {
  background-color: var(--primary-color);
}
.service-nav__inner {
  padding: 40px;
}
.service-nav__container {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 40px;
}
.service-nav__title {
  font-size: 24px;
  color: #fff;
}
.service-nav__caption {
  font-size: 16px;
  color: #fff;
}
.service-nav__base {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.service-nav__list {
  background-color: #1b3870;
}
.service-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.service-nav__link svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.service__container:first-of-type {
  flex: none;
  max-width: 450px;
}
.service__text {
  line-height: 2.5;
  margin: -12px 0;
}
#service7 .lower_section__inner {
  border-bottom: none;
}
.service__illust {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .lower_section__inner {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .service-nav__inner {
    padding: 32px 28px;
  }
  .service-nav__container {
    margin-bottom: 32px;
  }
  .service-nav__base {
    grid-template-columns: repeat(1, 1fr);
  }
  .service__container:first-of-type {
    max-width: none;
  }
}

/* --------------------------------------------------- */
/* flow */
/* --------------------------------------------------- */
.top_section__inner {
  width: 80%;
  margin: 0 auto;
  padding: 132px 0;
}
.top_section__title {
  margin-bottom: 64px;
}
.top_section-title__caption {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 32px;
}
.top_section-title__text {
  font-size: 48px;
  line-height: 1.75;
  margin: -18px 0;
}

#flow {
  width: 100%;
  /* height: 100dvh; */
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#flow .top_section__inner {
  /* padding: 50dvh 0; */
  gap: 6.25rem;
}
.flow {
  margin-top: 80px;
  width: calc(100% + 17.8125rem);
  transform: translateX(-8.90625rem);
}
.flow__container {
  display: flex;
  align-items: center;
}
.flow__card {
  flex: none;
  display: flex;
}
.flow__title {
  background-color: var(--primary-color);
  padding: 36px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flow-title__text {
  font-size: 28px;
  line-height: 1.5;
  margin: -7px 0;
  font-weight: 600;
  color: #fff;
}
.flow__number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.flow-number__text {
  color: #fff;
  flex: none;
}
.flow-number__line {
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.flow__box {
  background-color: #eef1f6;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.flow__link:hover {
  opacity: 1;
}
.flow-link__img {
  width: 100%;
  height: auto;
  max-width: 245px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.flow-link__pagelink {
  margin-top: 20px;
}
.flow-link__text {
  flex: 1;
  font-weight: 600;
  line-height: 1.5;
  margin: -4px 0;
}
.flow__arrow {
  margin: 0px 64px;
}
.swiper {
  padding: 0 10vw !important;
}
.swiper-slide {
  width: auto !important;
}
.swiper__scrollbar {
  position: relative;
  margin-top: 80px;
  height: 32px;
  width: 100%;
}
.swiper__scrollbar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-radius: 100vw;
  background-color: #ddd;
}
.slider__btn {
  aspect-ratio: 1 / 1;
  width: 32px !important;
  height: auto;
  background-color: var(--primary-color);
  border-radius: 100vw;
  cursor: grab;
  position: relative;
}
.slider__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .top_section__inner {
    width: calc(100vw - 48px);
    padding: 80px 0;
  }
  .top_section__title {
    margin-bottom: 48px;
  }
  .top_section-title__caption {
    margin-bottom: 24px;
  }
  .top_section-title__text {
    font-size: 32px;
    line-height: 1.85;
    margin: -13.6px 0;
  }
  .top_section__desc {
    line-height: 2.25;
    margin: -10px 0;
  }

  .flow {
    margin-top: 56px;
    width: 100vw;
    transform: translateX(-24px);
  }
  .swiper {
    padding: 0 24px !important;
  }
  .swiper__scrollbar {
    display: none;
  }
  .swiper__scrollbar::before {
    width: calc(100vw - 48px);
  }
  .flow__title {
    padding: 28px;
  }
  .flow-title__text {
    font-size: 24px;
    margin: -6px 0;
  }
  .flow__box {
    padding: 32px;
    gap: 32px;
  }
  .flow__arrow {
    margin: 0 40px;
  }
}
