@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
body.page_body .lp_active_funds {
  background-color: #fff;
}
@media (max-width: 767px) {
  body.page_body .lp_active_funds .wrap_in {
    width: 34.3rem;
  }
}
body.page_body .lp_active_funds .btn_more_arrow {
  color: #26466D !important;
}
body.page_body .lp_active_funds .btn_more_arrow::after {
  background-image: url("../img/btn_arrow_small_nv.svg");
}
body.page_body .lp_active_funds .btn_more_arrow_large {
  width: 31.1rem;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #26466D;
  background-image: url("../img/btn_arrow.svg");
  border: 1px solid #26466D;
}
@media (min-width: 768px) {
  body.page_body .lp_active_funds .btn_more_arrow_large:hover {
    background-color: #EC6D74;
    border: 1px solid #EC6D74;
  }
}
body.page_body .lp_active_funds .btn_more_arrow_large._tel {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
}
body.page_body .lp_active_funds .btn_more_arrow_large._wh {
  color: #26466D !important;
  background-color: #fff;
  border: 1px solid #26466D;
  background-image: url("../img/btn_arrow_nv.svg");
}
@media (min-width: 768px) {
  body.page_body .lp_active_funds .btn_more_arrow_large._wh:hover {
    color: #fff !important;
    background-image: url("../img/btn_arrow.svg");
    background-color: #EC6D74;
    border: 1px solid #EC6D74;
  }
}

.bg_round_corners_l_b {
  position: relative;
}
.bg_round_corners_l_b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EC6D74;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg_round_corners_l_b::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  border-bottom-left-radius: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .bg_round_corners_l_b::after {
    border-bottom-left-radius: 12rem;
  }
}
.bg_round_corners_l_b .wrap_in {
  position: relative;
  z-index: 1;
}

.bg_round_corners_r_b {
  position: relative;
}
.bg_round_corners_r_b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EC6D74;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg_round_corners_r_b::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  border-bottom-right-radius: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .bg_round_corners_r_b::after {
    border-bottom-right-radius: 12rem;
  }
}
.bg_round_corners_r_b .wrap_in {
  position: relative;
  z-index: 1;
}

.bg_round_corners_l_t {
  position: relative;
}
.bg_round_corners_l_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg_round_corners_l_t::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .bg_round_corners_l_t::after {
    border-top-left-radius: 12rem;
  }
}
.bg_round_corners_l_t .wrap_in {
  position: relative;
  z-index: 1;
}

.af_eng_ttl_par {
  position: relative;
}
.af_eng_ttl_par .af_eng_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.af_eng_ttl {
  display: inline-block;
  font-family: "Nothing You Could Do", cursive;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
  color: #26466D;
  transform: rotate(-12deg);
}
@media (max-width: 767px) {
  .af_eng_ttl {
    font-size: 4.8rem;
  }
}

.ag_linemk {
  background: linear-gradient(transparent 60%, #fff 60%);
}
@media (max-width: 767px) {
  .ag_linemk {
    background: linear-gradient(transparent 0%, #fff 0%);
  }
}

/* header
------------------------------- */
@media (max-width: 767px) {
  header.header_wrap {
    height: 0;
    background-color: transparent;
  }
  header.header_wrap .header--in {
    height: 4.8rem;
    padding: 0.7rem 0 0;
  }
  header.header_wrap .header--logo {
    width: 24rem;
    padding-top: 0rem;
    margin: 0 auto;
  }
}

.header._active {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

/* Footer
------------------------------- */
.af_footer {
  border-top-left-radius: 16rem;
  background-color: #EC6D74;
  position: relative;
}
@media (max-width: 767px) {
  .af_footer {
    border-top-left-radius: 12rem;
  }
}
.af_footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.af_footer .wrap_in {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-note-text {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .external-link-icon {
    margin-top: 0.6rem;
  }
}

/* MV
------------------------------- */
.af_mv {
  height: 77rem;
  padding: 10.4rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .af_mv {
    height: 89.2rem;
    padding: 7.3rem 0 0;
  }
  .af_mv::after {
    height: 77rem;
  }
}
.af_mv .wrap_in {
  height: 100%;
}
@media (min-width: 768px) {
  .af_mv .wrap_in {
    width: 101rem !important;
  }
}
.af_mv--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.064em;
  color: #26466D;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .af_mv--ttl {
    font-size: 1.8rem;
    padding-left: 0.7rem;
    margin-bottom: 3.4rem;
  }
}
.af_mv--ttl strong {
  display: block;
  font-size: 5.2rem;
  line-height: 1.5;
  letter-spacing: 0.032em;
  font-feature-settings: "palt";
  color: #EC6D74;
  margin: 0.2rem auto 0.9rem -3rem;
}
@media (max-width: 767px) {
  .af_mv--ttl strong {
    font-size: 3.2rem;
    text-align: left;
    text-indent: -3.3rem;
    margin: 0rem auto 0.2rem 1.2rem;
  }
}
.af_mv--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.3rem;
}
@media (max-width: 767px) {
  .af_mv--block {
    gap: 0.78rem;
    width: 17rem;
    margin-left: 0.8rem;
  }
}
.af_mv--block--item {
  width: 30.8rem;
  height: 18.5rem;
  color: #fff;
  background-color: #EC6D74;
  padding: 3.3rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 0.4rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .af_mv--block--item {
    width: 100%;
    height: 12rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    margin-bottom: 0;
    padding: 2rem 0 0 1.8rem;
  }
}
.af_mv--block--item--ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3125;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .af_mv--block--item--ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.af_mv--block--item--ttl ._small_lsp {
  letter-spacing: -0.1em;
}
.af_mv--block--item--ttl .af_eng_ttl {
  margin-top: 1.7rem;
  margin-left: 0.9rem;
}
@media (max-width: 767px) {
  .af_mv--block--item--ttl .af_eng_ttl {
    top: 1.3rem;
    left: -5.9rem;
  }
}
.af_mv--block--item._en {
  background-color: #64C0AB;
}
.af_mv--block--item._en .af_eng_ttl {
  margin-left: 2.2rem !important;
}
@media (max-width: 767px) {
  .af_mv--block--item._en .af_eng_ttl {
    margin-left: 1.8rem !important;
  }
}
.af_mv--desc {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #26466D;
}
@media (max-width: 767px) {
  .af_mv--desc {
    font-size: 1.2rem;
    line-height: 3;
    margin: 1.8rem 0 0 0.9rem;
    position: relative;
    z-index: 2;
  }
  .af_mv--desc .ag_linemk {
    padding: 0.3em 0.6em;
  }
}
.af_mv--img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .af_mv--img {
    height: 69.8rem;
  }
}
.af_mv--img img {
  display: block;
  width: 51.1rem;
  max-width: none;
  position: absolute;
  bottom: -1.1rem;
  right: -10.4rem;
}
@media (max-width: 767px) {
  .af_mv--img img {
    width: 37.4rem;
    bottom: 0;
    right: -1.6rem;
  }
}
.af_mv--img--desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 3.6rem;
  right: -1.9rem;
}
@media (max-width: 767px) {
  .af_mv--img--desc {
    font-size: 1rem;
    bottom: 1.3rem;
    right: -0.4rem;
  }
}
.af_mv--img--desc strong {
  display: block;
  font-size: 2.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .af_mv--img--desc strong {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
}

/* af_contact
------------------------------- */
.af_contact .wrap_in {
  padding-top: 13.5rem;
  padding-bottom: 9.1rem;
}
@media (max-width: 767px) {
  .af_contact .wrap_in {
    padding-top: 9.8rem;
    padding-bottom: 12rem;
  }
}
.af_contact::before {
  display: none;
}
.af_contact::after {
  background-color: #EC6D74;
}
.af_contact._bg_gr {
  background-color: #64C0AB;
}
.af_contact--caption {
  width: 72rem;
  min-height: 16rem;
  background-color: #fff;
  border-radius: 20rem;
  border: 1px solid #26466D;
  padding: 3.6rem 2.4rem 2.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .af_contact--caption {
    width: 100%;
    border: 2px solid #26466D;
    padding: 1.8rem 2.4rem 2.4rem;
  }
}
.af_contact--caption::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #26466D;
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-1.2rem) translateX(-50%) rotate(45deg) skew(16deg, 16deg);
  transform: translateY(-1.2rem) translateX(-50%) rotate(45deg) skew(16deg, 16deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .af_contact--caption::before {
    width: 1.8rem;
    border: 2px solid #26466D;
  }
}
.af_contact--caption::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1.4;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .af_contact--caption::after {
    width: 3.9rem;
    aspect-ratio: 1/0.6;
  }
}
.af_contact--caption--notes {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end; /*縦方向（Safari用）*/
  align-items: flex-end; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #26466D;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .af_contact--caption--notes {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.af_contact--caption--notes::before {
  content: "＼";
}
.af_contact--caption--notes::after {
  content: "／";
}
.af_contact--caption--desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #EC6D74;
  text-align: center;
}
@media (max-width: 767px) {
  .af_contact--caption--desc {
    font-size: 1.4rem;
  }
}
.af_contact--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .af_contact--ttl {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.9rem;
  }
}
.af_contact--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  margin: -0.9rem 0 2.5rem;
}
.af_contact--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem 2.4rem;
  width: 88rem;
  background-color: #fff;
  border-radius: 19rem;
  padding: 2.1rem 0 1.7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .af_contact--block {
    gap: 0 2.4rem;
    width: 100%;
    background-color: #fff;
    border-radius: 4.8rem;
    padding: 4.8rem 0 4.7rem;
  }
}
.af_contact--block--item {
  color: #26466D;
}
@media (max-width: 767px) {
  .af_contact--block--item + .af_contact--block--item {
    border-top: 1px solid #BDBDBD;
    margin-top: 2.3rem;
    padding-top: 2.3rem;
  }
}
.af_contact--block--item--text_top {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
.af_contact--block--item--text_bottom {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.7rem;
}
.af_contact--block--move {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 64.6rem;
  border-top: 1px solid #DEDEDE;
  padding: 3.2rem 0 0;
}
@media (max-width: 767px) {
  .af_contact--block--move {
    margin: 3.8rem 1.6rem 0;
    padding: 2.6rem 0 0;
  }
}
.af_contact--block--move--item {
  width: calc(100% - 2.4rem - 31.1rem);
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .af_contact--block--move--item {
    width: 100%;
  }
}
.af_contact--block--move--item--ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end; /*縦方向（Safari用）*/
  align-items: flex-end; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #26466D;
  margin-bottom: 1.2rem;
}
.af_contact--block--move--item--ttl::before {
  content: "＼";
}
.af_contact--block--move--item--ttl::after {
  content: "／";
}
.af_contact--block--move--item--desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #26466D;
  margin-bottom: 1.2rem;
}
.af_contact--block--move--item--notes {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.2rem;
}
.af_contact--block--move--item .btn_more_arrow {
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
}
.af_contact--block--move--img {
  width: 31.1rem;
  aspect-ratio: 311/240;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .af_contact--block--move--img {
    width: 100%;
  }
}
.af_contact--block--move--img iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.af_contact--block._large {
  width: 100%;
  border-top-left-radius: 16rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 16rem;
  padding-top: 6.6rem;
  padding-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .af_contact--block._large {
    border-top-left-radius: 4.8rem;
    border-bottom-right-radius: 4.8rem;
    padding-top: 4.8rem;
    padding-bottom: 6.3rem;
  }
}
.af_contact--block + .home_sns--desc {
  width: 53rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.6rem;
  margin: 3.9rem auto 1.5rem;
}
@media (max-width: 767px) {
  .af_contact--block + .home_sns--desc {
    width: 100%;
    text-align: center;
  }
}
.af_contact--block + .home_sns--desc + .home_sns--list {
  margin-bottom: 6.9rem;
}
@media (max-width: 767px) {
  .af_contact--block + .home_sns--desc + .home_sns--list {
    margin-bottom: -0.2rem;
  }
}

/* af_sec_03
------------------------------- */
.af_sec_03 {
  padding: 16rem 0 15.4rem;
}
@media (max-width: 767px) {
  .af_sec_03 {
    padding: 11rem 0 10.7rem;
  }
}
.af_sec_03::before {
  background-color: #EC6D74;
}
.af_sec_03::after {
  background-color: #fff;
}
.af_sec_03--ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #EC6D74;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .af_sec_03--ttl {
    font-size: 2.2rem;
    text-align: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .af_sec_03--ttl .af_eng_ttl_par {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.af_sec_03--ttl .af_eng_ttl {
  font-size: 7.2rem;
  letter-spacing: -0.02em;
  -webkit-transform: translateY(31%) translateX(-50%) rotate(-15deg);
  transform: translateY(31%) translateX(-50%) rotate(-15deg);
}
@media (max-width: 767px) {
  .af_sec_03--ttl .af_eng_ttl {
    font-size: 4.8rem;
    -webkit-transform: translateY(-101%) translateX(-8%) rotate(-15deg);
    transform: translateY(-101%) translateX(-8%) rotate(-15deg);
  }
}
.af_sec_03--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8rem;
}
@media (max-width: 767px) {
  .af_sec_03--block {
    gap: 6.4rem;
  }
}
.af_sec_03--block + .af_sec_03--block {
  margin-top: 5.7rem;
}
@media (max-width: 767px) {
  .af_sec_03--block + .af_sec_03--block {
    margin-top: 0.4rem;
  }
}
.af_sec_03--block--img {
  width: 35.1rem;
}
@media (max-width: 767px) {
  .af_sec_03--block--img {
    width: 100%;
  }
}
.af_sec_03--block--img img {
  display: block;
  width: 100%;
  position: relative;
}
.af_sec_03--block--img img._top_img {
  top: -2.5rem;
}
.af_sec_03--block--item {
  width: calc(100% - 8rem - 35.1rem);
  padding-top: 8.5rem;
}
@media (max-width: 767px) {
  .af_sec_03--block--item {
    width: 100%;
    padding-top: 6.3rem;
  }
}
.af_sec_03--block--item--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #26466D;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .af_sec_03--block--item--ttl {
    font-size: 1.8rem;
    padding-left: 1.3rem;
    margin-bottom: 4.9rem;
  }
}
.af_sec_03--block--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .af_sec_03--block--item--desc {
    margin: -1rem 1.3rem;
  }
}
.af_sec_03--block._rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .af_sec_03--block._rev .af_sec_03--block--item--ttl {
    margin-bottom: 2.3rem;
  }
  .af_sec_03--block._rev .af_sec_03--block--item--desc {
    margin-top: 1.6rem;
  }
}

/* af_sec_04
------------------------------- */
.af_ttl_h2_add_small {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.af_ttl_h2_add_small small {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.af_ttl_h2_add_small ._inner {
  display: block;
  padding: 11.8rem 0 9.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .af_ttl_h2_add_small ._inner {
    position: static;
  }
}
.af_ttl_h2_add_small ._inner::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EC6D74;
  border-bottom-right-radius: 16rem;
  position: absolute;
  right: -20rem;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .af_ttl_h2_add_small ._inner::after {
    right: 0;
    border-bottom-right-radius: 12rem;
  }
}

.af_ttl_oval {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 44rem;
  min-height: 8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #26466D;
  border-radius: 8rem;
  border: 1px solid #26466D;
  background-color: #fff;
}
@media (max-width: 767px) {
  .af_ttl_oval {
    width: 100%;
    min-width: 0;
    font-size: 1.6rem;
  }
}

.af_ico_batu {
  display: block;
  width: 2.4rem;
  margin: 1.6rem auto;
}

.af_sec_04 {
  background-color: #F5F5F5;
  padding: 0 0 18.3rem;
}
@media (max-width: 767px) {
  .af_sec_04 {
    padding: 0 0 8.7rem;
  }
}
@media (min-width: 768px) {
  .af_sec_04 .wrap_in {
    width: 101rem !important;
  }
}
.af_sec_04--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end; /*縦方向（Safari用）*/
  align-items: flex-end; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4rem;
  margin-left: -1.5rem;
  margin-right: -0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .af_sec_04--block {
    margin: 0;
    padding: 6.4rem 0 0;
  }
}
.af_sec_04--block--item {
  width: 44rem;
}
@media (max-width: 767px) {
  .af_sec_04--block--item {
    width: 100%;
  }
}
.af_sec_04--block--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .af_sec_04--block--item--desc {
    padding: 0 1.6rem;
  }
}
.af_sec_04--block--img {
  width: calc(100% - 44rem);
}
@media (max-width: 767px) {
  .af_sec_04--block--img {
    width: 100%;
  }
}
.af_sec_04--block--img img {
  display: block;
  width: 50.3rem;
  margin: 0 0 0.7rem auto;
}
@media (max-width: 767px) {
  .af_sec_04--block--img img {
    max-width: none;
    width: 35.9rem;
    margin: 1.7rem 0 0 -0.8rem;
  }
}

/* af_sec_05
------------------------------- */
.af_sec_05 {
  padding: 0 0 23.9rem;
}
@media (max-width: 767px) {
  .af_sec_05 {
    padding: 0 0 16.4rem;
  }
}
@media (max-width: 767px) {
  .af_sec_05::after {
    top: 28.6rem;
  }
}
@media (min-width: 768px) {
  .af_sec_05 .wrap_in {
    width: 101rem !important;
  }
}
.af_sec_05--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .af_sec_05--block {
    flex-direction: column-reverse;
  }
}
.af_sec_05--block--item {
  width: 44rem;
  padding-bottom: 5.8rem;
  position: relative;
  top: -4rem;
}
@media (max-width: 767px) {
  .af_sec_05--block--item {
    width: 100%;
  }
}
.af_sec_05--block--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .af_sec_05--block--item--desc {
    margin-top: 3.5rem;
    padding: 0 1.6rem;
  }
}
.af_sec_05--block--img {
  width: calc(100% - 44rem);
  position: relative;
}
@media (max-width: 767px) {
  .af_sec_05--block--img {
    width: 100%;
    height: 20.5rem;
  }
}
.af_sec_05--block--img img {
  display: block;
  width: 60.3rem;
  max-width: none;
  position: absolute;
  bottom: -8.2rem;
  right: -1rem;
}
@media (max-width: 767px) {
  .af_sec_05--block--img img {
    width: 38rem;
    bottom: 0;
    right: -5rem;
  }
}
.af_sec_05--subsection {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end; /*縦方向（Safari用）*/
  align-items: flex-end; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.8rem;
  padding: 9.6rem 0 7.3rem 8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .af_sec_05--subsection {
    gap: 2.5rem;
    padding: 9.6rem 1.6rem 9.6rem 1.6rem;
  }
}
.af_sec_05--subsection::before {
  content: "";
  display: block;
  max-width: calc(100vw + 4rem);
  width: calc(100% + 4rem + (100vw - 96rem) / 2);
  height: 100%;
  background-color: #64C0AB;
  border-top-left-radius: 16rem;
  border-bottom-right-radius: 16rem;
  position: absolute;
  top: 0rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .af_sec_05--subsection::before {
    width: 100vw;
    left: -1.6rem;
    border-top-left-radius: 12rem;
    border-bottom-right-radius: 12rem;
  }
}
.af_sec_05--subsection--item {
  width: 47.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .af_sec_05--subsection--item {
    width: 100%;
  }
}
.af_sec_05--subsection--item .af_ttl_h2_add_small {
  display: block;
  text-align: left;
}
.af_sec_05--subsection--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
  color: #fff;
  margin-top: 1.4rem;
}
.af_sec_05--subsection--img {
  width: 23.1rem;
  position: relative;
  z-index: 1;
}
.af_sec_05--subsection--img img {
  display: block;
  width: 100%;
}

/* af_sec_06
------------------------------- */
.af_sec_06 {
  background-color: #F5F5F5;
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .af_sec_06 {
    padding: 0 0 9.6rem;
  }
}
.af_sec_06 .af_ttl_h2_add_small {
  margin-bottom: 8.5rem;
}
@media (max-width: 767px) {
  .af_sec_06 .af_ttl_h2_add_small {
    margin-bottom: 3.6rem;
  }
}
.af_sec_06 .af_ttl_h2_add_small ._inner::after {
  background-color: #64C0AB;
  left: -20rem;
  right: auto;
  border-bottom-left-radius: 16rem;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .af_sec_06 .af_ttl_h2_add_small ._inner::after {
    left: 0;
    border-bottom-left-radius: 12rem;
  }
}
.af_sec_06--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.af_sec_06--block + .af_sec_06--block {
  margin-top: 7.3rem;
}
@media (max-width: 767px) {
  .af_sec_06--block + .af_sec_06--block {
    margin-top: 2.5rem;
  }
}
.af_sec_06--block--img {
  width: 44rem;
}
@media (max-width: 767px) {
  .af_sec_06--block--img {
    width: 100%;
  }
}
.af_sec_06--block--img img {
  display: block;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .af_sec_06--block--img img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.af_sec_06--block--img .af_ttl_oval + .af_ttl_oval {
  margin-top: 1.6rem;
}
.af_sec_06--block--item {
  width: calc(100% - 3.2rem - 44rem);
}
@media (max-width: 767px) {
  .af_sec_06--block--item {
    width: 100%;
  }
}
.af_sec_06--block--item--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #26466D;
  margin-bottom: 3.9rem;
  padding-top: 3.1rem;
}
@media (max-width: 767px) {
  .af_sec_06--block--item--ttl {
    padding-left: 1.8rem;
    padding-right: 1.6rem;
    margin-bottom: 2.3rem;
  }
}
.af_sec_06--block--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .af_sec_06--block--item--desc {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin: 1.5rem 0 0;
  }
}
.af_sec_06--block._rev {
  flex-direction: row-reverse;
}

/* af_sec_07
------------------------------- */
.af_sec_07 {
  padding: 9.1rem 0 23rem;
}
@media (max-width: 767px) {
  .af_sec_07 {
    padding: 5.2rem 0 16.3rem;
  }
}
.af_sec_07--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #EC6D74;
  margin-bottom: 4.7rem;
}
@media (max-width: 767px) {
  .af_sec_07--ttl {
    font-size: 2.2rem;
    line-height: 1.9090909091;
    margin-bottom: 1.9rem;
  }
}
.af_sec_07--ttl .af_eng_ttl {
  font-size: 7.2rem;
  letter-spacing: -0.02em;
  top: -1.3rem;
  left: -24.9rem;
  transform: rotate(-15deg);
}
@media (max-width: 767px) {
  .af_sec_07--ttl .af_eng_ttl {
    font-size: 4.8rem;
    top: -5.1rem;
    left: -3.6rem;
  }
}
.af_sec_07--list {
  margin: 0 -2.5rem;
}
@media (max-width: 767px) {
  .af_sec_07--list {
    margin: 0 1.6rem;
  }
}
.af_sec_07--list--ttl {
  width: 25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .af_sec_07--list--ttl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.af_sec_07--list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #26466D;
  padding: 1.1rem 0;
}
@media (max-width: 767px) {
  .af_sec_07--list > li {
    padding: 2.3rem 0;
  }
}
.af_sec_07--list > li + li {
  border-top: 1px solid #DEDEDE;
}
.af_sec_07--list > li p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.7rem;
  width: calc(100% - 25rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.3rem;
  margin-right: -1em;
}
@media (max-width: 767px) {
  .af_sec_07--list > li p {
    display: block;
    width: 100%;
    line-height: 1.7;
    padding-top: 0;
  }
}
.af_sec_07--list > li p::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url("../img/btn_arrow_small_nv.svg");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .af_sec_07--list > li p::after {
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin-left: 0.7rem;
  }
}
.af_sec_07--list > li p a {
  text-decoration: underline;
}

/* af_sec_08
------------------------------- */
.af_sec_08 {
  padding: 0 0 26.1rem;
}
@media (max-width: 767px) {
  .af_sec_08 {
    padding-bottom: 12rem;
  }
}
.af_sec_08 .af_ttl_h2_add_small ._inner::after {
  background-color: #64C0AB;
}
.af_sec_08--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 2.4rem;
  margin: 8.5rem 0 0;
}
@media (max-width: 767px) {
  .af_sec_08--list {
    gap: 2.4rem;
    margin: 6.9rem 1.6rem 0;
  }
}
.af_sec_08--list > li {
  width: calc((100% - 1px - 4.8rem) / 3);
  min-height: 40rem;
  background-color: #fff;
  border-top-left-radius: 8rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4re;
  border-bottom-right-radius: 0.4rem;
  padding: 3rem 3.2rem 3rem;
}
@media (max-width: 767px) {
  .af_sec_08--list > li {
    width: 100%;
  }
}
.af_sec_08--list > li img {
  display: block;
  width: 12.8rem;
  margin: 0 auto 1.2rem;
}
.af_sec_08--list > li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/* af_sec_09
------------------------------- */
.af_sec_09 {
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .af_sec_09 {
    padding-bottom: 12rem;
  }
}
.af_sec_09::before {
  background-color: #64C0AB;
}
.af_sec_09::after {
  background-color: #fff;
}
.af_sec_09 .af_ttl_h2_add_small ._inner::after {
  left: -20rem;
  right: auto;
  border-bottom-left-radius: 16rem;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .af_sec_09 .af_ttl_h2_add_small ._inner::after {
    left: 0;
    border-bottom-left-radius: 12rem;
  }
}
.af_sec_09--desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 4.1rem 0 4.5rem;
}
@media (max-width: 767px) {
  .af_sec_09--desc {
    line-height: 2;
    margin: 6rem 0 4.5rem;
  }
}
.af_sec_09--desc small {
  display: block;
  font-size: 1rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .af_sec_09--desc small {
    margin-top: 2rem;
  }
}

.post_slide {
  overflow: visible;
}
@media (max-width: 767px) {
  .post_slide {
    margin: 5.2rem 1.6rem 0;
  }
}
.post_slide .swiper-slide {
  width: 29.55rem;
  margin-right: 8rem;
}
@media (max-width: 767px) {
  .post_slide .swiper-slide {
    width: 24rem;
    margin-right: 4rem;
  }
}
.post_slide--item--ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #26466D;
  border-bottom: 1px solid #B9BEC1;
  padding-bottom: 2.4rem;
  margin-bottom: 1.9rem;
}
.post_slide--item--ttl strong {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.125;
  color: #EC6D74;
  margin-bottom: 1.9rem;
}
.post_slide--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.post_slide--nav {
  width: 64rem;
  margin: 5rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .post_slide--nav {
    width: 100%;
    margin: 3.2rem auto 0;
  }
}
.post_slide--nav .swiper-scrollbar {
  width: 100%;
  height: 0.5rem;
  background-color: #E6E6E6;
  border-radius: 0.5rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.post_slide--nav .swiper-scrollbar-drag {
  background-color: #26466D;
  border-radius: 0.5rem;
}

/* af_sec_10
------------------------------- */
.af_sec_10 {
  background-color: #F5F5F5;
  padding: 0 0 23.9rem;
}
@media (max-width: 767px) {
  .af_sec_10 {
    padding: 0 0 20rem;
  }
}
.af_sec_10 .af_ttl_h2_add_small ._inner::after {
  background-color: #64C0AB;
}
.af_sec_10--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .af_sec_10--list {
    margin-top: 7.4rem;
  }
}
.af_sec_10--list > li {
  width: calc((100% - 3.2rem) / 2);
  min-height: 40.4rem;
  background-color: #fff;
  border-top-left-radius: 8rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 8rem;
  padding: 7.1rem 4.8rem 6.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .af_sec_10--list > li {
    width: 100%;
    min-height: 37.8rem;
    padding: 4rem 2.4rem 4rem;
  }
}
.af_sec_10--list--num {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #64C0AB;
  position: absolute;
  top: -1.2rem;
  left: 0rem;
}
.af_sec_10--list--ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  border-bottom: 1px solid #B9BEC1;
  padding-bottom: 2.2rem;
  margin-bottom: 2.3rem;
}
.af_sec_10--list--desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #26466D;
}
.af_sec_10--list--desc a {
  display: block;
  font-size: 1.4rem;
  color: #EC6D74 !important;
  text-decoration: underline;
  margin-top: 1.6em;
}
.af_sec_10 .btn_more_arrow {
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .af_sec_10 .btn_more_arrow {
    margin-top: 3.2rem;
  }
}

/* af_sec_11
------------------------------- */
.af_sec_11 {
  padding: 16rem 0 19.9rem;
}
@media (max-width: 767px) {
  .af_sec_11 {
    padding: 11.9rem 0 11.9rem;
  }
}
.af_sec_11 .af_ttl_h2_add_small {
  display: block;
  text-align: left;
  color: #EC6D74;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .af_sec_11 .af_ttl_h2_add_small {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 5.9rem;
  }
}
.af_sec_11 .af_ttl_h2_add_small + .af_sec_11--h3 {
  margin-top: 0;
}
.af_sec_11 .wrap_in {
  line-height: 2;
}
@media (min-width: 768px) {
  .af_sec_11 .wrap_in {
    width: 93rem !important;
  }
}
.af_sec_11--h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #26466D;
  margin-top: 3em;
}
.af_sec_11--h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.9em;
}
.af_sec_11--h4 + .af_sec_11--h4 {
  margin-top: 0;
}
.af_sec_11 p {
  font-size: 1.4rem;
  font-weight: 400;
}

/* float_nav
------------------------------- */
.float_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.float_nav--in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 6.4rem;
}
@media (min-width: 768px) {
  .float_nav--in {
    display: none !important;
  }
}
.float_nav--itemA, .float_nav--itemB {
  height: 100%;
}
.float_nav--itemA a, .float_nav--itemB a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.float_nav--itemA a img, .float_nav--itemB a img {
  display: block;
  width: auto;
  height: 2rem;
}
.float_nav--itemA {
  width: 18.3rem;
  background-color: #C91C44;
}
.float_nav--itemB {
  width: calc(100% - 18.3rem);
  background-color: #64C0AB;
}

/* etc
------------------------------- */
.anchor {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.anchor span {
  position: absolute;
  top: -12rem;
  left: 0;
}
@media (max-width: 767px) {
  .anchor span {
    top: -7rem;
  }
}

@media (max-width: 767px) {
  .scroller {
    right: 0;
    bottom: 24vw;
  }
}
/*# sourceMappingURL=_maps/style.css.map */
