@charset "utf8";
/* purchaseページ専用のcss */

/* fv */
.fv {
  position: relative;
  width: 100%;
  margin: calc(82vw / 19.2) 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    margin: calc(40vw / 3.6) 0 0;
  }
}
.fv__title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(64vw / 19.2);
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__title {
    top: 40%;
    font-size: calc(34vw / 3.6);
  }
}
.owners {
  padding: calc(90vw / 19.2) 0 0;
  background-color: #FFFFF3;
}
@media screen and (max-width: 767px) {
  .owners {
    padding: calc(40vw / 3.6) 0 0;
  }
}
.owners__inner {
  width: calc(1420vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owners__inner {
    width: calc(330vw / 3.6);
  }
}
.owners__title {
  font-size: calc(48vw / 19.2);
  margin: 0 auto calc(100vw / 19.2);
  font-weight: 600;
  color: #008EDA;
}
@media screen and (max-width: 767px) {
  .owners__title {
    font-size: calc(20vw / 3.6);
    margin: 0 auto calc(40vw / 3.6);
  }
}
.owners__inner_2 {
  width: calc(1048vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owners__inner_2 {
    width: calc(330vw / 3.6);
  }
}
.owners__title_2 {
  font-size: calc(40vw / 19.2);
  margin-bottom: calc(40vw / 19.2);
  font-weight: 600;
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .owners__title_2 {
    font-size: calc(20vw / 3.6);
    margin-bottom: calc(20vw / 3.6);
  }
}
.owners__img-wrap {
  display: flex;
  justify-content: space-around;
  gap: calc(73vw / 19.2);
}
@media screen and (max-width: 767px) {
  .owners__img-wrap {
    display: block;
  }
}
.owners__img {
  width: calc(495vw / 19.2);
}
@media screen and (max-width: 767px) {
  .owners__img {
    width: 100%;
  }
}
.owners__img.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .owners__img.second {
    order: 1;
  }
}
.owners__text {
  width: calc(480vw / 19.2);
  font-size: calc(32vw / 19.2);
  padding: calc(16vw / 19.2) 0 0;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .owners__text {
    width: 100%;
    font-size: calc(16vw / 3.6);
    padding: calc(10vw / 3.6) 0 0;
  }
}
.owners__dl {
  padding: calc(40vw / 19.2) 0 calc(100vw / 19.2);
}
@media screen and (max-width: 767px) {
  .owners__dl {
    padding: calc(20vw / 3.6) 0 calc(30vw / 3.6);
  }
}
.owners__dt {
  display: block;
  width: calc(500vw / 19.2);
  margin: 0 auto calc(30vw / 19.2);
  font-size: calc(32vw / 19.2);
  font-weight: 600;
  color: #FFFFF3;
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .owners__dt {
    width: calc(260vw / 3.6);
    margin: 0 auto calc(12vw / 3.6);
    font-size: calc(17vw / 3.6);
  }
}
.owners__dd {

}
@media screen and (max-width: 767px) {
  .owners__dd {
    width: calc(310vw / 3.6);
    margin: 0 auto;
  }
}
.owners__ul {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .owners__ul {

  }
}
.owners__li {
  position: relative;
  padding-left: calc(40vw / 19.2);
  margin-bottom: calc(8vw / 19.2);
  font-size: calc(32vw / 19.2);
  font-weight: 500;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .owners__li {
    padding-left: calc(20vw / 3.6);
    margin-bottom: calc(8vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}
.owners__li::before {
  position: absolute;
  content: "";
  top: calc(8vw / 19.2);
  left: 0;
  width: calc(29vw / 19.2);
  height: calc(38vw / 19.2);
  background-image: url(../images/purchase-page/check-icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .owners__li::before {
    top: calc(2vw / 3.6);
    width: calc(16vw / 3.6);
    height: calc(22vw / 3.6);
  }
}
.flow {
  padding: calc(90vw / 19.2) 0 0;
  background-color: #F0FAFF;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: calc(30vw / 3.6) 0 0;
  }
}
.flow__inner {
  width: calc(1220vw / 19.2);
  padding: calc(40vw / 19.2) calc(40vw / 19.2) calc(40vw / 19.2);
  border-radius: calc(24vw / 19.2);
  background-color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    width: calc(330vw / 3.6);
    padding: calc(20vw / 3.6) calc(20vw / 3.6) calc(20vw / 3.6);
    border-radius: calc(12vw / 3.6);
  }
}
.flow__title {
  font-size: calc(48vw / 19.2);
  margin: 0 auto calc(50vw / 19.2);
  font-weight: 600;
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: calc(20vw / 3.6);
    margin: 0 auto calc(20vw / 3.6);
  }
}
.flow__dl {
  position: relative;
  padding: calc(30vw / 19.2) 0 calc(30vw / 19.2) calc(230vw / 19.2);
  border-radius: calc(14vw / 19.2);
  margin-bottom: calc(30vw / 19.2);
  text-align: left;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .flow__dl {
    padding: calc(100vw / 3.6) calc(16vw / 3.6) calc(130vw / 3.6);
    border-radius: calc(7vw / 3.6);
    margin-bottom: calc(15vw / 3.6);
    text-align: center;
  }
}
.flow__dl.step_1 {background-color: #21B2EC;}
.flow__dl.step_2 {background-color: #00A6E7;}
.flow__dl.step_3 {background-color: #1C84ED;}
.flow__dl.step_4 {background-color: #1C58ED;}
.flow__dl.step_5 {background-color: #1242BA;}
.flow__dl.step_6 {background-color: #0B3190;}
.flow__dl.step_1::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_1::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_2::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_2::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_3::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_3::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_4::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_04.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_4::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_5::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_05.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_5::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_6::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(0vw / 19.2);
  width: calc(214vw / 19.2);
  height: calc(184vw / 19.2);
  background-image: url(../images/purchase-page/flow-step_06.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}
@media screen and (max-width: 767px) {
  .flow__dl.step_6::before {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(90vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.flow__dl.step_1::after {
  position: absolute;
  content: "";
  top: 10%;
  right: calc(38vw / 19.2);
  width: calc(177vw / 19.2);
  height: calc(206vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_1::after {
    top: unset;
    right: unset;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(80vw / 3.6);
    height: calc(100vw / 3.6);
  }
}
.flow__dl.step_2::after {
  position: absolute;
  content: "";
  top: 8%;
  right: calc(14vw / 19.2);
  width: calc(192vw / 19.2);
  height: calc(218vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_2::after {
    top: unset;
    right: unset;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(80vw / 3.6);
    height: calc(100vw / 3.6);
  }
}
.flow__dl.step_3::after {
  position: absolute;
  content: "";
  top: 18.6%;
  right: calc(50vw / 19.2);
  width: calc(112vw / 19.2);
  height: calc(162vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_3::after {
    top: unset;
    right: unset;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(60vw / 3.6);
    height: calc(88vw / 3.6);
  }
}
.flow__dl.step_4::after {
  position: absolute;
  content: "";
  top: 24%;
  right: calc(18vw / 19.2);
  width: calc(144vw / 19.2);
  height: calc(148vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_04.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_4::after {
    top: unset;
    right: unset;
    bottom: 8%;
    left: 50%;
    transform: translateX(-40%);
    width: calc(80vw / 3.6);
    height: calc(80vw / 3.6);
  }
}
.flow__dl.step_5::after {
  position: absolute;
  content: "";
  top: 24%;
  right: calc(30vw / 19.2);
  width: calc(224vw / 19.2);
  height: calc(138vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_05.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_5::after {
    top: unset;
    right: unset;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(110vw / 3.6);
    height: calc(68vw / 3.6);
  }
}
.flow__dl.step_6::after {
  position: absolute;
  content: "";
  top: 8%;
  right: calc(32vw / 19.2);
  width: calc(178vw / 19.2);
  height: calc(218vw / 19.2);
  background-image: url(../images/purchase-page/flow-img_06.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .flow__dl.step_6::after {
    top: unset;
    right: unset;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(80vw / 3.6);
    height: calc(100vw / 3.6);
  }
}
.flow__dt {
  font-size: calc(48vw / 19.2);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow__dt {
    font-size: calc(24vw / 3.6);
    padding-bottom: calc(20vw / 3.6);
  }
}
.flow__dd {
  font-size: calc(32vw / 19.2);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__dd {
    font-size: calc(14vw / 3.6);
  }
}

.guide {
  padding: calc(90vw / 19.2) 0 calc(300vw / 19.2);
  background-color: #F0FAFF;
}
@media screen and (max-width: 767px) {
  .guide {
    padding: calc(30vw / 3.6) 0 calc(100vw / 3.6);
  }
}
.guide__inner {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(1220vw / 19.2);
  padding: calc(60vw / 19.2) calc(90vw / 19.2);
  border-radius: calc(24vw / 19.2);
  box-shadow: 0 calc(4vw / 19.2) calc(10vw / 19.2) rgba(0, 0, 0, 0.3);
  background-color: #0B3190;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .guide__inner {
    width: calc(290vw / 3.6);
    padding: calc(16vw / 3.6) 0 calc(50vw / 3.6);
    border-radius: calc(12vw / 3.6);
    box-shadow: 0 calc(2vw / 3.6) calc(6vw / 3.6) rgba(0, 0, 0, 0.3);
  }
}
.guide__title {
  font-size: calc(48vw / 19.2);
  text-align: left;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .guide__title {
    font-size: calc(20vw / 3.6);
    text-align: center;
  }
}
.guide__text {
  position: absolute;
  right: 0;
  bottom: calc(0vw / 19.2);
  padding: calc(24vw / 19.2) calc(90vw / 19.2) calc(24vw / 19.2) calc(60vw / 19.2);
  border-radius: calc(16vw / 19.2) 0 0 0;
  font-size: calc(32vw / 19.2);
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F7AB00;
}
@media screen and (max-width: 767px) {
  .guide__text {
    padding: calc(8vw / 3.6) calc(30vw / 3.6) calc(8vw / 3.6) calc(20vw / 3.6);
    border-radius: calc(8vw / 3.6) 0 0 0;
    font-size: calc(14vw / 3.6);
  }
}
.guide__text::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(40vw / 19.2);
  right: calc(30vw / 19.2);
  width: 0;
  height: 0;
  border-left: calc(26vw / 19.2) solid #FFFFFF;
  border-top: calc(14vw / 19.2) solid transparent;
  border-bottom: calc(14vw / 19.2) solid transparent;
}
@media screen and (max-width: 767px) {
  .guide__text::after {
    top: calc(15vw / 3.6);
    right: calc(12vw / 3.6);
    border-left: calc(10vw / 3.6) solid #FFFFFF;
    border-top: calc(6vw / 3.6) solid transparent;
    border-bottom: calc(6vw / 3.6) solid transparent;
  }
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}