.fv {
  background: linear-gradient(90deg, #f1f1ec 0%, #43b3de 49%, #2b72a3 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .fv {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 155px;
    margin-top: 54px;
  }
}
.fv__wrapper {
  height: 100%;
}
.fv__title {
  position: relative;
  color: #fff;
  letter-spacing: 0.16em;
}
.fv__title span {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title span {
    padding-top: 120px;
  }
}
.fv__title::after {
  content: attr(data-en);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #16a0d5;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .fv__title::after {
    font-size: 90px;
    line-height: 125px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .fv__title::after {
    font-size: 80px;
    line-height: 105px;
  }
}

.settlement {
  color: #434343;
}
@media (min-width: 768px) {
  .settlement {
    background-color: #eff8fb;
    margin-bottom: -20px;
  }
}
.settlement__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .settlement__wrapper {
    top: -90px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.settlement__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .settlement__box {
    padding: 50px 0 80px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
  }
}
@media (max-width: 767px) {
  .settlement__box {
    padding: 35px 0 75px;
  }
}
.settlement__head {
  position: relative;
  letter-spacing: 0.16em;
  padding-bottom: 15px;
}
.settlement__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #cfd1db;
}
.settlement__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #358dbc;
}
@media (min-width: 768px) {
  .settlement__head::after {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .settlement__head::after {
    width: 148px;
  }
}
@media (min-width: 768px) {
  .settlement__body {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .settlement__body {
    padding: 0 20px;
  }
}
.settlement__subtitle {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .settlement__flow {
    max-width: 870px;
    padding: 0 20px;
  }
}
.settlement__items {
  list-style: none;
  counter-reset: num;
  border-bottom: 1px solid #358dbc;
}
.settlement__item {
  position: relative;
  counter-increment: num;
}
@media (min-width: 768px) {
  .settlement__item {
    padding: 30px 90px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .settlement__item {
    padding: 30px 45px;
  }
}
@media (max-width: 767px) {
  .settlement__item {
    padding: 30px 0;
  }
}
.settlement__item + .settlement__item {
  border-top: 1px solid #358dbc;
}
@media (max-width: 767px) {
  .settlement__item:first-child {
    padding-top: 0;
  }
}
.settlement__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 19px;
  height: 10px;
  background-color: #358dbc;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.settlement__text {
  position: relative;
}
@media (min-width: 768px) {
  .settlement__text {
    padding-left: 90px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .settlement__text {
    padding-top: 60px;
    line-height: 30px;
  }
}
.settlement__text::before {
  content: counter(num, decimal-leading-zero);
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  color: #8abdd8;
  font-size: 36px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 63px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .settlement__text::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .settlement__text::before {
    top: 0;
    right: 0;
  }
}
.settlement__notice {
  line-height: 24px;
}
@media (max-width: 767px) {
  .settlement__notice {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .settlement__list {
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  .settlement__list {
    gap: 5px 0;
    padding: 0 10px;
  }
}
.settlement__listitem {
  background-color: #eff8fb;
  border: 1px solid #358dbc;
  padding: 10px;
}
@media (min-width: 768px) {
  .settlement__listitem {
    max-width: 315px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .settlement__listitem {
    min-height: 80px;
  }
}
.settlement__listitem .text {
  color: #358dbc;
  line-height: 38px;
}
@media (min-width: 768px) {
  .settlement__listitem .text br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .settlement__listitem .text br {
    display: block;
  }
}
@media (max-width: 767px) {
  .settlement__listitem .text br {
    display: none;
  }
}
.settlement__listitem .note {
  line-height: 22px;
}
@media (min-width: 768px) {
  .settlement__content {
    max-width: 975px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .settlement__content > .flex-pc {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .settlement__content > .flex-pc dl {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .settlement__content > .flex-pc dl + dl {
    margin-top: 25px;
  }
}
.settlement__content dt {
  color: #358dbc;
}
@media (min-width: 768px) {
  .settlement__content dt {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .settlement__content dt {
    line-height: 24px;
  }
}
.settlement__content dd span {
  font-size: 10px;
  color: #358dbc;
}
.settlement__payment {
  background-color: #eff8fb;
  border: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .settlement__payment {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .settlement__payment {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .settlement__payment p {
    display: inline-block;
  }
}
.settlement__payment p:first-child {
  margin-right: 20px;
}
.settlement__payment span {
  display: inline;
  font-size: 10px;
  color: #358dbc;
}
.settlement__subtext {
  padding: 0 15px;
  line-height: 28px;
}

.return {
  color: #434343;
}
@media (min-width: 768px) {
  .return {
    background-color: #eff8fb;
    padding-bottom: 50px;
    margin-top: 20px;
  }
}
.return__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .return__wrapper {
    top: -30px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.return__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .return__box {
    padding: 50px 0 80px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
  }
}
@media (max-width: 767px) {
  .return__box {
    padding: 0 0 30px;
  }
}
.return__head {
  position: relative;
  letter-spacing: 0.16em;
  padding-bottom: 15px;
}
.return__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #cfd1db;
}
.return__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #358dbc;
}
@media (min-width: 768px) {
  .return__head::after {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .return__head::after {
    width: 148px;
  }
}
@media (min-width: 768px) {
  .return__body {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .return__body {
    padding: 0 20px;
  }
}
.return__subtitle {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .return__flow {
    max-width: 870px;
    padding: 0 20px;
  }
}
.return__items {
  list-style: none;
  counter-reset: num;
}
@media (max-width: 767px) {
  .return__items {
    border-bottom: 1px solid #358dbc;
  }
}
.return__item {
  position: relative;
  counter-increment: num;
}
@media (min-width: 768px) {
  .return__item {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .return__item {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .return__item + .return__item {
    border-top: 1px solid #358dbc;
  }
}
@media (max-width: 767px) {
  .return__item:first-child {
    padding-top: 0;
  }
}
.return__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #358dbc;
}
@media (min-width: 768px) {
  .return__item:not(:last-child)::after {
    top: 25%;
    right: -10px;
    width: 10px;
    height: 19px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
@media (max-width: 767px) {
  .return__item:not(:last-child)::after {
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 19px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.return__text {
  position: relative;
  padding-top: 60px;
}
.return__text::before {
  content: counter(num, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #8abdd8;
  font-size: 36px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 63px;
  letter-spacing: 0.06em;
}
.return__notice {
  line-height: 30px;
}
@media (min-width: 768px) {
  .return__notice {
    max-width: 900px;
    padding: 0 30px;
  }
}
.return__notice p {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=flow.css.map */