.fv {
  position: relative;
  background: #D9EEFB;
  margin-top: var(--header-height);
  overflow: hidden;
  height: min(685px, 47.5694444444vw);
}
@media screen and (max-width: 767px) {
  .fv {
    height: 597px;
  }
}

.fv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__bg-image {
    width: 100%;
    height: 597px;
  }
  .fv__bg-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background: linear-gradient(to bottom, rgba(217, 238, 251, 0), #D9EEFB);
  }
}
.fv__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(124px, 8.6111111111vw) 0 0 min(180px, 12.5vw);
}
@media screen and (max-width: 767px) {
  .fv__content {
    margin-top: 295px;
    max-width: 500px;
    padding: 0 25px 48px;
  }
}

.fv__title-bg {
  position: absolute;
  left: 9%;
  top: min(20px, 1.3888888889vw);
  width: 49.4%;
  max-width: min(712px, 49.4444444444vw);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__title-bg {
    left: 32px;
    top: -54px;
    width: 100%;
    max-width: 338px;
  }
}
.fv__title-bg img {
  width: 100%;
  height: auto;
}

.fv__title-area {
  position: relative;
  max-width: min(786px, 54.5833333333vw);
}
@media screen and (max-width: 767px) {
  .fv__title-area {
    max-width: 100%;
  }
}

.fv__title {
  line-height: 1;
}
.fv__title img {
  width: min(669px, 46.4583333333vw);
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__title img {
    width: 330px;
    height: auto;
  }
}

.fv__subtitle {
  font-size: min(45px, 3.125vw);
  color: var(--color-text);
  line-height: 1.64;
  margin-top: min(20px, 1.3888888889vw);
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 12px;
  }
}

.fv__tags {
  display: flex;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
  margin-top: min(8px, 0.5555555556vw);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fv__tags {
    margin-top: 16px;
    gap: 5px;
  }
}

.fv__tag {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-primary);
  padding: min(4px, 0.2777777778vw) min(10px, 0.6944444444vw);
  font-size: min(25px, 1.7361111111vw);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fv__tag {
    font-size: 14px;
    padding: 2px 6px;
  }
}

.fv__tag-sep {
  font-size: min(25px, 1.7361111111vw);
}
@media screen and (max-width: 767px) {
  .fv__tag-sep {
    font-size: 14px;
  }
}

.fv__text {
  font-size: min(20px, 1.3888888889vw);
  color: var(--color-text);
  line-height: 1.8;
  margin-top: min(12px, 0.8333333333vw);
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 12px;
    font-size: 14px;
  }
}

.fv__image-sub {
  position: absolute;
  right: min(150px, 10.4166666667vw);
  bottom: max(-115px, -7.9861111111vw);
}
@media screen and (max-width: 767px) {
  .fv__image-sub {
    bottom: -56px;
    right: -12px;
  }
}
.fv__image-sub img {
  width: min(282px, 19.5833333333vw);
  height: min(221px, 15.3472222222vw);
}
@media screen and (max-width: 767px) {
  .fv__image-sub img {
    width: 131px;
    height: 103px;
  }
}

.troubles {
  padding-top: 100px;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .troubles {
    padding-top: 56px;
  }
}
@media screen and (min-width: 961px) {
  .troubles .inner {
    max-width: calc(900px + 40px * 2);
  }
}

.troubles__grid {
  display: grid;
  grid-template-columns: min(426px, 29.5833333333vw) 1fr;
  grid-template-rows: auto 1fr;
  gap: min(24px, 1.6666666667vw);
  align-items: start;
}
@media screen and (max-width: 960px) {
  .troubles__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.troubles__title {
  grid-column: 2;
  grid-row: 1;
  font-size: 32px;
  color: var(--color-primary);
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .troubles__title {
    grid-column: 1;
    grid-row: 1;
    font-size: 24px;
    text-align: left;
    width: fit-content;
    margin: auto;
  }
}

.troubles__title-keyword {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #26BACF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.troubles__image {
  grid-column: 1;
  grid-row: 1/3;
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .troubles__image {
    grid-column: 1;
    grid-row: 2;
    max-width: 312px;
    margin: 0 auto;
  }
}
.troubles__image img {
  width: 100%;
  height: auto;
}

.troubles__list {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .troubles__list {
    grid-column: 1;
    grid-row: 3;
    margin-top: 16px;
  }
}

.troubles__item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--color-bg-light);
  border: 4px solid var(--color-bg-light);
  border-radius: 5px;
  height: 56px;
  padding: 0 16px;
}
@media screen and (max-width: 960px) {
  .troubles__item {
    height: 42px;
    padding: 0 12px;
    border-width: 3px;
  }
}

.troubles__check {
  flex-shrink: 0;
  width: 23px;
  height: 21px;
}
@media screen and (max-width: 960px) {
  .troubles__check {
    width: 16px;
    height: 15px;
  }
}

.troubles__item-text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .troubles__item-text {
    font-size: 16px;
  }
}

.reason {
  background: var(--color-white);
}
.reason .section__title {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 5.29%, #26BACF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(40px, 2.7777777778vw);
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  .reason__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.reason__item {
  background: linear-gradient(95deg, rgba(87, 168, 221, 0.2) 2.3%, rgba(114, 199, 207, 0.2) 100%);
  border-radius: 20px;
  text-align: center;
  padding: min(24px, 1.6666666667vw) min(16px, 1.1111111111vw) min(32px, 2.2222222222vw);
}
@media screen and (max-width: 960px) {
  .reason__item {
    padding: 24px 16px 28px;
  }
}

.reason__item-image {
  position: relative;
  width: min(205px, 14.2361111111vw);
  height: min(205px, 14.2361111111vw);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .reason__item-image {
    width: 205px;
    height: 205px;
  }
}
.reason__item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-white);
  z-index: 0;
}
.reason__item-image img {
  position: absolute;
  z-index: 1;
  width: min(228px, 15.8333333333vw);
  height: min(228px, 15.8333333333vw);
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .reason__item-image img {
    width: 240px;
    height: 205px;
  }
}

.reason__item-title {
  font-size: min(22px, 1.5277777778vw);
  color: var(--color-primary);
  margin-top: min(16px, 1.1111111111vw);
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .reason__item-title {
    font-size: 22px;
    margin-top: 16px;
  }
}

.reason__item-text {
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.6;
  margin-top: min(8px, 0.5555555556vw);
}
@media screen and (max-width: 960px) {
  .reason__item-text {
    font-size: 16px;
    margin-top: 8px;
  }
}

.flow-about {
  margin-top: 6.9444444444vw;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow-about {
    margin-top: 58px;
    padding-bottom: 60px;
  }
}

.flow-about__bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.0972222222vw;
}
@media screen and (max-width: 960px) {
  .flow-about__bg-photo {
    height: 53.8461538462vw;
  }
}
.flow-about__bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-about__bg-gradient {
  position: absolute;
  top: 49.0972222222vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(95deg, rgba(87, 168, 221, 0.2) 2.3%, rgba(114, 199, 207, 0.2) 100%);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .flow-about__bg-gradient {
    top: 53.8461538462vw;
    background: linear-gradient(122deg, rgba(87, 168, 221, 0.2) 0%, rgba(114, 199, 207, 0.2) 100%);
  }
}
.flow-about__bg-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%23ECF7FF' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: repeat;
}

.flow-about__deco {
  position: absolute;
  width: 418px;
  height: auto;
  opacity: 0.53;
  pointer-events: none;
}

.flow-about__deco--01 {
  top: 0;
  left: -100px;
}

.flow-about__deco--02 {
  top: 0;
  right: -100px;
}

.flow-about__deco--03 {
  bottom: 100px;
  left: -100px;
}

.flow-about__deco--04 {
  bottom: 100px;
  right: -100px;
}

.flow-about__content {
  position: relative;
  z-index: 2;
  padding-top: 390px;
}
@media screen and (min-width: 961px) {
  .flow-about__content {
    max-width: calc(1240px + var(--content-padding) * 2);
  }
}
@media screen and (max-width: 960px) {
  .flow-about__content {
    padding: 35.8974358974vw 0 0;
  }
}

.flow-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.15);
  padding: 64px min(70px, 4.8611111111vw) 64px;
  margin: 0 auto;
  max-width: 1240px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .flow-card {
    padding: 48px 24px;
    max-width: 88%;
  }
}

.flow-card__steps {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .flow-card__steps {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    max-width: 300px;
    margin-inline: auto;
  }
}

.flow-card__step {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .flow-card__step {
    text-align: left;
  }
}

.flow-card__step-arrow {
  position: relative;
  width: min(220px, 15.2777777778vw);
  height: min(176px, 12.2222222222vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='219' height='176' viewBox='0 0 219 176' fill='none'%3E%3Cpath d='M0 10C0 4.47715 4.47715 0 10 0H171.992C175.856 0 179.375 2.22684 181.029 5.71952L217.973 83.7195C219.256 86.4289 219.256 89.5711 217.973 92.2805L181.029 170.28C179.375 173.773 175.856 176 171.992 176H10C4.47716 176 0 171.523 0 166V10Z' fill='url(%23g)'/%3E%3Cdefs%3E%3ClinearGradient id='g' x1='110' y1='0' x2='110' y2='176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DEEEF8'/%3E%3Cstop offset='1' stop-color='%23E3F4F6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: min(24px, 1.6666666667vw);
  gap: 2px;
}
@media screen and (max-width: 960px) {
  .flow-card__step-arrow {
    position: static;
    width: 100%;
    height: 112px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='294' height='112' viewBox='0 0 294 112' fill='none'%3E%3Cpath d='M289 0C291.761 0 294 2.23858 294 5V86.4512C294 88.9367 292.174 91.0448 289.714 91.3999L147.714 111.897C147.241 111.965 146.759 111.965 146.286 111.897L4.28568 91.3999C1.82568 91.0448 0 88.9367 0 86.4512V5C0 2.23858 2.23859 0 5 0L289 0Z' fill='url(%23g)'/%3E%3Cdefs%3E%3ClinearGradient id='g' x1='7.5' y1='0' x2='294' y2='94' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DEEEF8'/%3E%3Cstop offset='1' stop-color='%23E3F4F6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0 16px 22px;
    padding-bottom: 20px;
  }
}

.flow-card__step-num {
  position: absolute;
  top: min(16px, 1.1111111111vw);
  left: min(18px, 1.25vw);
  width: min(30px, 2.0833333333vw);
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .flow-card__step-num {
    position: static;
    width: 31px;
    height: 37px;
    flex-shrink: 0;
  }
}

.flow-card__step-icon {
  width: min(112px, 7.7777777778vw);
  height: min(78px, 5.4166666667vw);
}
@media screen and (max-width: 960px) {
  .flow-card__step-icon {
    width: 85px;
    height: 59px;
    flex-shrink: 0;
  }
}

.flow-card__step-label {
  font-size: min(20px, 1.3888888889vw);
  color: var(--color-black);
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .flow-card__step-label {
    font-size: 20px;
  }
}

.flow-card__text {
  font-size: 16px;
  margin-top: 56px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .flow-card__text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin: 32px -20px 0;
  }
}

.flow-card__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  .flow-card__btn-wrapper {
    margin-top: 32px;
  }
}

.about-cards {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .about-cards {
    margin-top: 60px;
  }
}
.about-cards .section__subtitle {
  color: var(--color-white);
}
.about-cards .section__subtitle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='12' viewBox='0 0 50 12' fill='none'%3E%3Cpath d='M25.3046 0C15.5802 0 6.86979 4.38226 1 11.2977H6.80768C11.7017 6.82777 18.1881 4.10482 25.3046 4.10482C32.421 4.10482 38.9082 6.82777 43.8014 11.2977H49.6091C43.7393 4.38226 35.0289 0 25.3046 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.about-cards__visual {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .about-cards__visual {
    margin-top: 20px;
  }
}

.about-cards__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -40%);
  width: 100vw;
  z-index: 1;
  pointer-events: none;
}
.about-cards__arrow img {
  width: 100%;
  height: auto;
}

.about-cards__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(72px, 5vw);
}
@media screen and (max-width: 960px) {
  .about-cards__list {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 88%;
    margin: auto;
  }
}

.about-cards__item {
  overflow: hidden;
}

.about-cards__item-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.about-cards__item-image img {
  width: 100%;
  height: min(215px, 14.9305555556vw);
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .about-cards__item-image img {
    height: 215px;
  }
}

.about-cards__item-body {
  background: var(--color-white);
  padding: min(20px, 1.3888888889vw) min(16px, 1.1111111111vw) min(32px, 2.2222222222vw);
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 960px) {
  .about-cards__item-body {
    padding: 20px 4px 32px;
  }
}

.about-cards__item-title {
  font-size: min(24px, 1.6666666667vw);
  color: var(--color-primary);
}
@media screen and (max-width: 960px) {
  .about-cards__item-title {
    font-size: 24px;
  }
}

.about-cards__item-text {
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.5;
  margin-top: min(12px, 0.8333333333vw);
}
@media screen and (max-width: 960px) {
  .about-cards__item-text {
    font-size: 16px;
    margin-top: 12px;
  }
}

.about-cards__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .about-cards__btn-wrapper {
    margin: 40px auto 0;
    max-width: 294px;
  }
}