@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-optical-sizing: auto;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  scroll-behavior: smooth;
}

a:hover {
  transition: .3s ease-in-out;
}

h2, h3, p, span {
  margin: 0;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
}

main {
  background: #e2e5f2;
}

.inner_frame {
  max-width: 1080px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.inner_frame_slide {
  max-width: 1205px;
  padding: 0 0 0 80px;
  margin-left: auto;
  margin-right: auto;
}

.note_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.note_list li:first-of-type {
  margin-top: 0;
}

.mb_20_pc {
  margin-bottom: 20px;
}

.mt_5_pc {
  margin-top: 5px;
}

.mt_10_pc {
  margin-top: 10px;
}

.mt_15_pc {
  margin-top: 15px;
}

.mt_20_pc {
  margin-top: 20px;
}

.mt_25_pc {
  margin-top: 25px;
}

.mt_30_pc {
  margin-top: 30px;
}

.mt_35_pc {
  margin-top: 35px;
}

.mt_40_pc {
  margin-top: 40px;
}

.mt_45_pc {
  margin-top: 45px;
}

.fs_16_pc {
  font-size: 16px;
}

.fs_18_pc {
  font-size: 18px;
}

.fw_bold {
  font-weight: 700;
}

.color_txt {
  color: #1a1a1a !important;
}

.link {
  color: #18a0fb;
  border-bottom: 1px solid #18a0fb;
}

.emphasize {
  color: #18a0fb;
  background: url("/-/media/AeonCard/campaign/lp/introduce/20241001/images/txt_nami.png") no-repeat center bottom/contain;
  display: inline-block;
  padding-bottom: 5px;
}

.max_width {
  max-width: 320px;
  width: 100%;
}

.margin_auto {
  margin-left: auto;
  margin-right: auto;
}

.wel_title {
  display: flex;
  justify-content: center;
  align-items: end;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.wel_title:before, .wel_title:after {
  content: "";
  height: 1.6em;
  display: inline-block;
  width: 1.5px;
  background: #1a1a1a;
}

.wel_title:before {
  transform: rotate(135deg);
  margin-right: 20px;
  margin-bottom: -0.3em;
}

.wel_title:after {
  transform: rotate(45deg);
  margin-left: 20px;
  margin-bottom: -0.3em;
}

.button_pri_wrapper {
  text-align: center;
}

.button_pri {
  min-width: 300px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 12px 80px 14px;
  background: #1a1a1a;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}

.button_pri_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/button_pri_icon.png") no-repeat center 55%, #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 45% auto;
}

.button_pri_icon.button_pri_icon_02 {
  transform: translateY(-50%) rotate(-90deg);
}

.button_pink {
  background: #b70082;
}

.button_pink_icon {
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/button_pink_icon.png") no-repeat 55% center, #fff;
  background-size: 30% auto;
}

.button_line_pink {
  border: 4px solid #b70082;
  border-radius: 10px;
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 700;
  display: block;
  position: relative;
  color: #1a1a1a;
  line-height: 1.4;
}

.button_line_pink span {
  transform: translateY(-50%) rotate(-90deg);
}

.attention_color {
  color: #f10000 !important;
}

@media screen and (max-width: 768px) {
  .wel_title:before {
    margin-right: 2vw;
  }
  .wel_title:after {
    margin-left: 2vw;
  }
  .bettwen_space {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body {
    font-size: 3.6vw;
  }
  .mt_1_sp {
    margin-top: 1vw;
  }
  .mt_2_sp {
    margin-top: 2vw;
  }
  .mt_3_sp {
    margin-top: 3vw;
  }
  .mt_4_sp {
    margin-top: 4vw;
  }
  .mt_5_sp {
    margin-top: 5vw;
  }
  .mt_6_sp {
    margin-top: 6vw;
  }
  .mt_7_sp {
    margin-top: 7vw;
  }
  .mt_8_sp {
    margin-top: 8vw;
  }
  .mt_9_sp {
    margin-top: 9vw;
  }
  .mt_10_sp {
    margin-top: 10vw;
  }
  .mt_15_sp {
    margin-top: 15vw;
  }
  .mt_20_sp {
    margin-top: 20vw;
  }
  .mt_25_sp {
    margin-top: 25vw;
  }
  .mt_30_sp {
    margin-top: 30vw;
  }
  .mt_35_sp {
    margin-top: 35vw;
  }
  .mt_40_sp {
    margin-top: 40vw;
  }
  .fs_3_2_sp {
    font-size: 3.2vw;
  }
  .fs_3_8_sp {
    font-size: 3.8vw;
  }
  .fs_4_sp {
    font-size: 4vw;
  }
  .fs_4_2_sp {
    font-size: 4.2vw;
  }
  .button_pri_icon {
    width: 9vw;
    height: 9vw;
    right: 2vw;
  }
  .inner_frame {
    max-width: 100%;
    padding: 0 4vw;
    margin-left: auto;
    margin-right: auto;
  }
  .note_list li {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .button_pri {
    min-width: none;
    width: 100%;
    padding: 3.5vw 0;
    min-width: auto;
    font-size: 4.2vw;
    border-radius: 8vw;
  }
  .inner_frame_slide {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .button_line_pink {
    border: 2px solid #b70082;
    border-radius: 1.5vw;
  }
}

.kv_area {
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/kv_bg_pc.png") repeat-x center/auto 100%;
  padding-bottom: 9px;
}

.kv_frame {
  max-width: 1240px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.kv_center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.kv_center li:nth-of-type(1) {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kv_center li:nth-of-type(2) {
  text-align: center;
  flex: 2;
}

.kv_center li:nth-of-type(2) img {
  max-width: 600px;
}

.kv_blue_b {
  font-size: 24px;
  padding: 9px 10px 11px;
  border-radius: 40px;
  background: #415093;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  position: relative;
}

.kv_blue_b span {
  font-size: 22px;
  background: #fff;
  color: #415093;
  border-radius: 40px;
  display: block;
  padding: 2px 20px 4px;
  position: absolute;
}

.kv_card {
  max-width: 240px;
}

.kv_card_txt {
  margin-bottom: 20px;
  color: #415093;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}

.kv_txt_waon {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.kv_txt_waon span {
  color: #415093;
  background: url("/-/media/AeonCard/campaign/lp/introduce/20241001/images/kv_nami.png") no-repeat center bottom/contain;
  display: inline-block;
  padding-bottom: 8px;
}

.kv_nofee {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(2%);
  width: 300px;
}

@media screen and (max-width: 1175px) {
  .kv_nofee {
    width: 230px;
  }
}

body.is-pc .swiper-button-next.swiper-button-disabled, body.is-pc .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
}

@media screen and (max-width: 768px) {
  .kv_area {
    background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/kv_bg_sp.png") no-repeat;
    background-size: cover;
    padding-bottom: 5vw;
  }
  .kv_frame {
    padding-top: 10vw;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  .kv_card {
    max-width: 43vw;
    margin-bottom: 6vw;
  }
  .kv_center li:nth-of-type(1) {
    margin-right: 2vw;
  }
  .kv_center li:nth-of-type(1), .kv_center li:nth-of-type(2) {
    flex: 1;
  }
  .kv_center {
    align-items: flex-end;
    margin-top: 5vw;
  }
  .kv_center li:nth-of-type(2) img {
    width: 55vw;
    position: absolute;
    bottom: 0;
    right: -6.5vw;
  }
}

.benefits {
  background-color: #415093;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  position: relative;
}

.benefits_frame .note_list li {
  color: #fff;
}

.benefits_frame .benefits_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.benefits_title {
  border-right: 2px solid #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits_title span {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}

.benefits_sub {
  font-weight: 700;
  text-align: center;
  flex: 2;
}

.benefits_sub img {
  width: 340px;
  margin: 15px 0 10px;
}

.benefits_sub_01 {
  font-size: 24px;
}

.benefits_sub_02 {
  font-size: 32px;
}

.benefits_txt {
  font-size: 18px;
  flex: 2;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .benefits_sub_02 {
    font-size: 8vw;
  }
  .benefits {
    margin-top: -6vw;
    padding-top: 8vw;
    padding-bottom: 12vw;
    border-radius: 3.5vw 3.5vw 0 0;
  }
  .benefits_inner {
    flex-direction: column;
  }
  .benefits_title {
    border-right: 0;
    margin-top: 12vw;
  }
  .benefits_title span {
    font-size: 9.2vw;
  }
  .benefits_sub_01 {
    font-size: 6vw;
    margin-top: 5vw;
  }
  .benefits_txt {
    margin-top: 5vw;
    text-align: center;
  }
  .benefits_sub img {
    width: 90.66667vw;
    margin: 4vw 0 2.66667vw;
  }
  .benefits_txt {
    font-size: 4.53333vw;
  }
}

.introduce_frame {
  padding-top: 90px;
}

.introduce_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.introduce_content .introduce_item {
  background: #fff;
  border-radius: 20px;
  flex: 1;
}

.introduce_content .introduce_item:first-of-type {
  margin-right: 40px;
}

.introduce_content .introduce_inner {
  padding: 35px 40px 55px;
}

.introduce_item h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  position: relative;
  height: 37px;
  text-align: center;
}

.introduce_item h3 .introduce_des {
  position: absolute;
}

.introduce_item h3 .introduce_des_01 {
  height: 55px;
  width: 15px;
  left: 0;
  top: 0;
  transform: translateX(-96%);
  border-radius: 20px 0 0 20px;
}

.introduce_item h3 .introduce_des_01::after {
  content: "";
  width: 10px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.introduce_item h3 .introduce_des_02 {
  top: 50%;
  width: 88px;
  right: 0;
  transform: translate(10%, -50%);
}

.introduce_item .introduce_lab_container {
  position: relative;
  text-align: center;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  width: 100%;
}

.introduce_item .introduce_lab_container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 11px 6px 0 6px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.introduce_item.introduce_blue h3 {
  background-image: linear-gradient(to right, #456dc6, #415194);
}

.introduce_item.introduce_blue .introduce_des_01 {
  background-image: linear-gradient(to right, #456dc6, #456dc7);
}

.introduce_item.introduce_blue .introduce_des_01::after {
  background-color: #415093;
}

.introduce_item.introduce_blue .introduce_lab_container {
  background: #ecedf4;
  border-radius: 40px;
  padding: 3px 5px 5px;
}

.introduce_item.introduce_blue .introduce_lab_container::after {
  border-color: #ecedf4 transparent transparent;
}

.introduce_item.introduce_blue .introduce_txt_01 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 25px;
}

.introduce_item.introduce_pink h3 {
  background-image: linear-gradient(to right, #e400c1, #ba0087);
}

.introduce_item.introduce_pink .introduce_des_01 {
  background-image: linear-gradient(to right, #e300c0, #e400c2);
}

.introduce_item.introduce_pink .introduce_des_01::after {
  background-color: #b70082;
}

.introduce_item.introduce_pink .introduce_lab_container {
  background: #f8e5f2;
  border-radius: 10px;
  line-height: 1.4;
  padding: 10px 10px 8px;
}

.introduce_item.introduce_pink .introduce_lab_container::after {
  border-color: #f8e5f2 transparent transparent;
}

.introduce_item.introduce_pink .introduce_txt_01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.introduce_item .introduce_txt_02 {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.introduce_item .introduce_lab {
  height: 70px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .introduce_frame {
    padding-top: 20vw;
  }
  .introduce_content {
    flex-direction: column;
  }
  .introduce_content .introduce_item {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .introduce_content .introduce_item:first-of-type {
    margin-right: 3vw;
    margin-bottom: 10vw;
  }
  .introduce_content .introduce_item {
    border-radius: 2.5vw;
  }
  .introduce_item h3 {
    font-size: 5.33333vw;
    height: 9vw;
    margin-top: 3.5vw;
  }
  .introduce_content .introduce_inner {
    padding: 10vw 3.5vw 12vw;
  }
  .introduce_item.introduce_blue .introduce_txt_01 {
    font-size: 4.7vw;
  }
  .introduce_item .introduce_txt_02 {
    font-size: 3.2vw;
  }
  .introduce_item h3 .introduce_des_01 {
    height: 13vw;
    width: 3vw;
    border-radius: 2.66667vw 0 0 2.66667vw;
  }
  .introduce_item h3 .introduce_des_01::after {
    height: 4vw;
    width: 2.5vw;
  }
  .introduce_item h3 .introduce_des_02 {
    width: 22vw;
  }
  .introduce_item.introduce_blue .introduce_lab_container {
    font-size: 4.8vw;
    width: 71vw;
  }
  .introduce_item .introduce_lab_container {
    font-size: 4.8vw;
  }
  .introduce_item .introduce_lab {
    margin-bottom: 7vw;
    height: auto;
  }
}

.flow {
  padding-top: 90px;
  padding-bottom: 60px;
}

.flow_frame {
  margin-bottom: 80px;
}

.flow_h2 {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.flow_h2 span {
  font-size: 18px;
}

.tabs {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  cursor: pointer;
  width: 960px;
  max-width: 100%;
  background: #fff;
  border-radius: 40px;
}

.tabs .tab {
  padding: 16px 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  background-color: #f1f1f1;
  margin: 5px;
  border: 40px;
  flex: 1;
  border-radius: 35px;
  width: 100%;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.tabs .tab img {
  left: 10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 40px;
}

.tabs .tab span {
  flex: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs .tab.line {
  background: #f2f2f2;
  color: #06c755;
}

.tabs .tab.mail {
  background: #f2f2f2;
  color: #1a1a1a;
}

.tabs .line.active {
  background: #06c755;
  color: #fff;
}

.tabs .line.active::after {
  border-top: 10px solid #06c755;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tabs .active {
  position: relative;
}

.tabs .active::after, .tabs .active::before {
  opacity: 1;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 99%);
}

.tabs .active::before {
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.tabs .mail.active {
  background: #1a1a1a;
  color: #fff;
}

.tabs .mail.active::after {
  border-top: 10px solid #1a1a1a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tabs .line:hover,
.tabs .mail:hover {
  transition: opacity .3s ease-in-out;
  opacity: .5;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.flow_h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.flow_h3 img {
  margin-right: 15px;
  width: 60px;
}

.flow_h3.pink_h3 {
  color: #b60081;
}

.flow_h3.blue_h3 {
  color: #415093;
}

.swiper {
  overflow: unset;
  position: static;
}

.flow .swiper {
  width: 100%;
  height: 400px;
}

.flow .swiper-slide {
  width: 400px;
  height: auto;
  margin-bottom: 80px;
}

.flow .swiper-slide:last-of-type {
  width: 480px;
}

.swiper-slide_inner {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 4px 4px 0;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  /* cursor: grab; */
  overflow: hidden;
}

.flow .swiper-slide:last-of-type .swiper-slide_inner {
  overflow: unset;
}

.swiper-slide_inner > span {
  width: 100%;
  border-radius: 12px 12px 0 0;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 5px 5px 7px;
}

.swiper-slide_inner .swiper-slide_content {
  padding: 20px 10px 0;
  flex: 1;
}

.swiper-slide_inner .swiper-slide_content.swiper-slide_content_bew {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.swiper-slide_inner.blue_step {
  border: 4px solid #415093;
}

.swiper-slide_inner.blue_step .flex_step {
  background-image: linear-gradient(to right, #456dc7, #415093);
}

.swiper-slide_inner.pink_step {
  border: 4px solid #b60081;
}

.swiper-slide_inner.pink_step .flex_step {
  background-image: linear-gradient(to right, #e400c1, #b60081);
}

.flow .swiper-slide:last-of-type .swiper-slide_inner {
  padding: 0 15px 30px;
  color: #fff;
  margin: 0 0 0 auto;
  border: none;
  position: relative;
}

.flow .swiper-slide:last-of-type .swiper-slide_inner.blue_step {
  background: linear-gradient(to bottom, #415093, #456dc6);
}

.flow .swiper-slide:last-of-type .swiper-slide_inner.pink_step {
  background: linear-gradient(to top left, #b80083, #e300c1);
}

.flow .swiper-slide:last-of-type .swiper-slide_inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 32px 0 32px 32px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
}

.flow .swiper-slide:last-of-type .swiper-slide_inner.blue_step::after {
  border-color: transparent transparent transparent #415093;
}

.flow .swiper-slide:last-of-type .swiper-slide_inner.pink_step::after {
  border-color: transparent transparent transparent #b60081;
}

.flow .swiper-slide:last-of-type .swiper-slide_inner .note_list li {
  color: #fff;
}

.swiper-button-next, .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  transition: .3s ease-in-out;
}

.swiper-button-next {
  right: 110px;
}

.swiper-button-prev {
  left: auto;
  right: 180px;
}

.swiper-pagination-bullet {
  border-radius: unset;
  margin: 0 4px;
  width: 119px;
  height: 28px;
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/dot_black.png") no-repeat left center;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
}

.swiper-pagination-bullet::before, .swiper-pagination-bullet::after {
  height: 2px;
}

.swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.swiper-pagination-bullet::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 2px;
  background: #1a1a1a;
  margin-left: 21px;
}

.swiper-pagination-bullet-active {
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/dot_pink.png") no-repeat left center;
}

.swiper-pagination-bullet-active::before {
  width: 98px;
  background: #b60081;
  animation: width_trans .2s ease-in-out;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a1a1a;
}

.swiper-button-next {
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/arrow_right.png") no-repeat center, #1a1a1a;
  background-size: 35% auto;
}

.swiper-button-prev {
  background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/arrow_left.png") no-repeat center, #1a1a1a;
  background-size: 35% auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}

.content_item {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  margin-bottom: 80px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
}

.flow_txt {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_txt.flow_txt_16 {
  font-size: 16px;
}

.flow_txt.flow_txt_20 {
  font-size: 20px;
}

a.btn-rsp-02 {
  padding: 10px;
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 13px 27px 13px 13px;
  background: #b60081;
  box-shadow: 0 3px 0 #940069;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  font-size: 18px;
}

.btn-rsp-02::before {
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  border-width: 2px;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.btn-rsp-02:before, .btn-rsp-02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  display: block;
  border-style: solid;
  border-color: #fff;
}

.btn-rsp-02 .txt-sub {
  color: #fff;
}

.btn-rsp-02:after {
  right: 16px;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step_img_01 {
  width: 46px;
  position: absolute;
  top: 10px;
  right: -40px;
}

.step_img_02 {
  width: 270px;
}

.step_img_03 {
  width: 230px;
}

.step_img_04 {
  width: 210px;
}

.step_img_05 {
  width: 340px;
}

.swiper-slide_content_bew .flow_content_lay {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .tabs .line:hover,
  .tabs .mail:hover {
    transition: none;
    opacity: 1;
  }
  .flow_frame {
    margin-bottom: 10vw;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4vw;
  }
  .flow .swiper-slide:last-of-type .swiper-slide_inner.pink_step {
    background: linear-gradient(to bottom, #b80083, #e300c1);
  }
  .tabs {
    border-radius: 20vw;
  }
  .tabs .active::before {
    border-top: 3.5vw solid #fff;
    border-left: 3.5vw solid transparent;
    border-right: 3.5vw solid transparent;
  }
  .tabs .line.active::after {
    border-top: 1.8vw solid #06c755;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
  }
  .tabs .mail.active::after {
    border-top: 1.8vw solid #1a1a1a;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
  }
  .flow {
    padding-top: 4vw;
    padding-bottom: 8.66667vw;
  }
  .flow_h2 {
    font-size: 17.06667vw;
    line-height: 1;
  }
  .flow_h2 span {
    font-size: 4.26667vw;
  }
  .flow_h3 {
    font-size: 7.73333vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .flow_h3 img {
    width: 16vw;
    margin-right: 0;
  }
  .content_item {
    margin-bottom: 12vw;
    padding-bottom: 0;
  }
  .tabs .tab {
    font-size: 4vw;
    padding: 2.8vw 3vw 3.2vw 11vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .tabs .tab:first-of-type {
    margin: 2.5vw 1vw 2.5vw 2.5vw;
  }
  .tabs .tab:last-of-type {
    margin: 2.5vw 2.5vw 2.5vw 1vw;
  }
  .tabs .tab img {
    width: 9vw;
    left: 2vw;
  }
  .swiper-slide_inner {
    width: 100%;
    height: auto;
    border-radius: 3.5vw;
  }
  .flow .swiper {
    height: auto;
  }
  .flow .swiper-slide {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .swiper-slide_inner > span {
    font-size: 3.73333vw;
    border-radius: 3vw 3vw 0 0;
  }
  .flow .swiper-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flow_txt {
    font-size: 5vw;
    margin-bottom: 4vw;
    min-height: auto;
  }
  a.btn-rsp-02 {
    font-size: 3.46667vw;
    width: 66vw;
    padding: 2.93333vw 1.33333vw;
    border-radius: 5px;
  }
  .swiper-slide_inner .swiper-slide_content {
    padding: 6vw 2vw 8vw;
  }
  .swiper-slide_inner .swiper-slide_content_bew {
    padding-bottom: 0;
  }
  .flow_txt.flow_txt_20 {
    font-size: 4.66667vw;
  }
  .flow_txt.flow_txt_16 {
    font-size: 3.7vw;
  }
  .step_img_01 {
    width: 12vw;
    position: absolute;
    top: 2vw;
    right: -10vw;
  }
  .step_img_02 {
    width: 50vw;
  }
  .step_img_03 {
    width: 60vw;
  }
  .step_img_04 {
    width: 60vw;
  }
  .step_img_05 {
    width: 80vw;
  }
  .flow .swiper-slide:last-of-type {
    width: 100%;
    margin-top: 20vw;
  }
  .flow .swiper-slide:last-of-type .swiper-slide_inner {
    padding: 7vw 4vw 10vw;
  }
  .flow .swiper-slide:last-of-type .swiper-slide_inner .swiper-slide_content_bew {
    padding-top: 0;
  }
  .flow .swiper-slide:last-of-type .swiper-slide_inner:after {
    top: -18vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .flow .swiper-slide:last-of-type .swiper-slide_inner:after {
    border-width: 8.66667vw 0 8.66667vw 8.66667vw;
  }
}

@keyframes width_trans {
  0% {
    width: 0;
  }
  100% {
    width: 98px;
  }
}

.app {
  background-color: #415093;
  padding: 100px 0;
  color: #fff;
}

.app_two {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_two .app_lab {
  display: inline-block;
  color: #415093;
  padding: 5px 20px;
  background: #fff;
  border-radius: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
}

.app_two h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.app_two .app_txt {
  font-size: 18px;
  text-align: center;
}

.app_two li:first-of-type {
  margin-right: 45px;
}

.app_two .note_list li {
  color: #fff;
}

.swiper_05 {
  width: 590px;
}

.swiper_05 .swiper-slide {
  width: 180px;
  text-align: center;
}

.swiper_05 .swiper-slide span {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}

.app_frame {
  max-width: 1080px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  transform: none;
  bottom: 0;
  top: auto;
  right: auto;
}

.bar {
  position: absolute;
  bottom: 25px;
  width: 460px;
  height: 2px;
  background: #7e7f86;
  margin: 10px auto 0;
  left: 0;
}

.bar .process {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #b60081;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

.dots {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 7px solid #e2e5f2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: content-box;
}

.dots:nth-of-type(1) {
  left: 0;
  background: #b60081 !important;
}

.dots:nth-of-type(2) {
  left: 115px;
}

.dots:nth-of-type(3) {
  left: 230px;
}

.dots:nth-of-type(4) {
  left: 345px;
}

.dots:nth-of-type(5) {
  left: 460px;
}

.dots.animation_line {
  animation: animation_dots 3s linear;
}

@media screen and (max-width: 768px) {
  .app_frame {
    max-width: 100%;
    padding: 0;
  }
  .swiper_05 .swiper-slide span {
    font-size: 5.8vw;
    margin-top: 3vw;
  }
  .swiper_05 .swiper-slide img {
    cursor: grab;
  }
  .app {
    padding: 13vw 0;
  }
  .app_two {
    flex-direction: column;
  }
  .app_two li:first-of-type {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .app_two .app_lab {
    padding: 0.5vw 3vw 0.7vw;
    margin-bottom: 4vw;
    font-size: 4.2vw;
  }
  .app_two h2 {
    font-size: 8.5vw;
    margin-bottom: 4vw;
  }
  .app_two .app_txt {
    font-size: 4vw;
  }
  .swiper_05 {
    width: 96vw;
    margin-left: 4vw;
    position: relative;
  }
  .swiper_05 .bar {
    bottom: 0;
    background: #fff;
    bottom: 4.5vw;
    height: .5vw;
    width: 60vw;
  }
  .swiper_05 .swiper-slide {
    width: 50vw;
    margin-bottom: 20vw;
  }
  .swiper_05 .bar .process {
    background: #fcdc4a;
  }
  .swiper_05 .dots {
    background: #fff;
    border: 1vw solid #415093;
    height: 3vw;
    width: 3vw;
  }
  .swiper_05 .dots:nth-of-type(1) {
    left: 0;
    background: #fcdc4a !important;
  }
  .swiper_05 .dots:nth-of-type(2) {
    left: 20vw;
  }
  .swiper_05 .dots:nth-of-type(3) {
    left: 40vw;
  }
  .swiper_05 .swiper-slide:last-of-type {
    margin-right: 4vw;
  }
  .swiper_05 .swiper-pagination-bullet {
    width: 18.5vw;
    height: 2.6vw;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .9vw;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
  .app_two > li:last-of-type {
    margin-top: 8vw;
    overflow: hidden;
    position: relative;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
  .swiper-button-prev {
    right: 18vw;
  }
  .swiper-button-next {
    right: 4vw;
  }
  .swiper-pagination-bullet::after, .swiper-pagination-bullet-active::before {
    width: 14vw;
    height: .4vw;
  }
  .swiper-pagination-bullet-active::before {
    background: #fcdc4a;
  }
  @keyframes width_trans {
    0% {
      width: 0;
    }
    100% {
      width: 14vw;
    }
  }
  .swiper-pagination-bullet {
    background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/dot_white.png") no-repeat left center;
    background-size: 2.6vw;
  }
  .swiper-pagination-bullet-active {
    background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/dot_yellow.png") no-repeat left center;
    background-size: 2.6vw;
  }
  .swiper-pagination-bullet::before {
    left: 4.6vw;
  }
  .swiper-pagination-bullet::after {
    background-color: #fff;
    margin-left: 4.6vw;
  }
  .swiper-button-prev {
    background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/arrow_left_blue.png") no-repeat center, #fff;
    background-size: 5vw;
  }
  .swiper-button-next {
    background: url("/-/media/AeonCard/campaign/lp/introduce/20240902/images/arrow_right_blue.png") no-repeat center, #fff;
    background-size: 5vw;
  }
}

.summary_inner {
  padding-top: 50px;
  background: #fff;
}

#summary .pc_table {
  display: block !important;
  border: 0;
}

#summary .pc_table .ttl {
  display: block !important;
  width: 100%;
  padding: 15px 20px;
  border-right: 0;
  background: #415093;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1rem;
}

#summary .pc_table .txt {
  margin: 20px;
}

.number-box {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.25em 0.5em;
}

.pc_table ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.inner_introduce {
  padding-top: 70px;
  padding-bottom: 70px;
}

.people_img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .people_img {
    width: 40vw;
  }
  .summary_inner {
    padding-top: 8vw;
  }
  #summary .pc_table {
    display: block !important;
    width: 100%;
    margin-bottom: 10vw;
    border: 0px;
    color: #0C0C1E;
  }
  #summary .pc_table .ttl {
    padding: 2.8vw 3vw 3vw 3vw;
    font-size: 4vw;
    background-color: #415093;
    color: #fff;
    margin-bottom: 5vw;
    vertical-align: top;
  }
  #summary .pc_table .txt {
    margin: 10px;
  }
  #summary p {
    font-size: 3.6vw;
  }
}

.link-top {
  display: none;
  z-index: 1000;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.link-top {
  right: 4rem;
}

@media screen and (max-width: 768px) {
  .link-top {
    right: 5vw;
    width: 12vw;
    height: 12vw;
  }
}

#follow_bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  z-index: 8000;
}

.btn_ttl {
  font-size: 28px;
  font-weight: 700;
}

.follow-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#follow_bottom .follow-summary-link {
  padding: 11px 20px 13px;
  border: 2px solid #b60081;
  color: #b60081;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1.5;
  font-weight: 700;
}

#follow_bottom p + p {
  margin-left: 10px;
}

#follow_bottom a {
  border-radius: 5px;
  padding: 13px 28px 13px 7px;
  font-size: 20px;
  width: 570px;
}

@media screen and (max-width: 768px) {
  #summary .btn_ttl {
    font-size: 6.4vw;
  }
  #follow_bottom p + p {
    margin-left: 0;
  }
  #follow_bottom a {
    width: 92vw;
    font-size: 5.2vw;
  }
}

.qx-c_plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background: #e2e5f2;
  margin-left: auto;
  margin-right: auto;
}

.qx-c_plus::before, .qx-c_plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 55%;
  height: 4px;
  background: #415093;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qx-c_plus::before {
  transform: rotate(90deg);
}

.qx-c_period {
  padding: 15px 5px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
  position: relative;
}

.qx-c_period span {
  display: inline-block;
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qx-c_campain li a {
  display: block;
  margin: 20px;
  padding: 15px 20px 15px 18px;
  border-radius: 10px;
  background: #2C3E8A;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}

.qx-c_campain li a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(/-/media/AeonCard/campaign/lp/introduce/20241001/images/button_white_icon.png) no-repeat 55% center;
  background-size: 27% auto;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.qx-c_campain li a span {
  font-size: 77%;
}

.qx-c_campain li a strong {
  font-size: 125%;
}

@media screen and (max-width: 768px) {
  .qx-c_plus {
    width: 10vw;
    height: 10vw;
  }
  .qx-c_period {
    padding: 4vw 0 3vw;
  }
  .qx-c_campain li a {
    font-size: 3.2vw;
    margin: 5vw 2vw;
    padding: 4vw 4vw 4vw 3vw;
    border-radius: 1.5vw;
  }
  .qx-c_campain li a::after {
    width: 9vw;
    height: 9vw;
    right: 0;
  }
}
