@charset "UTF-8";
@import url("existing_style.css");
/*float banner
------------------------------- */
.float_navi_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .float_navi_wrap {
    width: 100vw;
  }
}

.float_navi {
  width: 7.2rem;
  padding-top: 5.5rem;
}
@media (max-width: 767px) {
  .float_navi {
    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: 6.4rem;
    padding-top: 0;
  }
}
.float_navi--bg {
  display: block;
  width: 6.18rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.float_navi--item {
  width: 100%;
  aspect-ratio: 72/176;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .float_navi--item {
    width: 50%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.float_navi--item.itemA {
  background-color: #C91C44;
}
.float_navi--item.itemB {
  background-color: #26466D;
}
@media (min-width: 768px) {
  .float_navi--item:hover {
    filter: brightness(1.2);
  }
}
.float_navi--item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header
------------------------------- */
@media (min-width: 768px) {
  .header_wrap.af2_header .header--desc {
    width: 135rem;
    max-width: 100%;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
    color: #26466D;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    padding: 0 8.4rem;
  }
}
@media (max-width: 767px) {
  .header_wrap.af2_header .header--desc {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: #26466D;
    padding: 0.9rem;
  }
  .header_wrap.af2_header .header--in {
    width: 35.8rem;
    padding: 1rem 0 0;
  }
  .header_wrap.af2_header .header--logo {
    width: 21.8rem;
    margin: 0 auto 0 0;
  }
  .header_wrap.af2_header .header--btn {
    display: block;
    width: 12.8rem;
  }
  .header_wrap.af2_header .header--btn img {
    display: block;
    width: 100%;
  }
}
/* af2_mv
------------------------------- */
.af2_mv::after {
  background-color: #fff;
}
.af2_mv--in {
  min-height: 57rem;
  background-color: #F5F5F5;
  border-bottom-right-radius: 16rem;
  margin: 0 auto 0 0;
  padding: 12.7rem 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .af2_mv--in {
    min-height: 52rem;
    border-bottom-right-radius: 12rem;
    padding: 11.8rem 0 0;
  }
}
.af2_mv--img {
  width: calc(100% - (100% - 136.6rem) / 2);
  min-width: 136.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .af2_mv--img {
    width: 100%;
    min-width: 0;
  }
}
.af2_mv--img--desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #26466D;
  text-align: right;
  position: absolute;
  right: 50.5rem;
  bottom: 1.83rem;
}
@media (max-width: 767px) {
  .af2_mv--img--desc {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    left: 2.4rem;
    right: auto;
    bottom: 4.4rem;
  }
  .af2_mv--img--desc ._sp_small {
    font-size: 0.8rem;
  }
}
.af2_mv--img img {
  display: block;
  width: 58rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .af2_mv--img img {
    width: 24.6rem;
  }
}
.af2_mv--ttl {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.032em;
  color: #EC6D74;
  margin-bottom: 2.3rem;
  -webkit-transform: translateY(0) translateX(-3rem);
  transform: translateY(0) translateX(-3rem);
}
@media (max-width: 767px) {
  .af2_mv--ttl {
    font-size: 2.6rem;
    text-align: center;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 2.2rem;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
.af2_mv--ttl small {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.064em;
  padding-left: 2.9rem;
}
@media (max-width: 767px) {
  .af2_mv--ttl small {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
.af2_mv--desc {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #26466D;
}
@media (max-width: 767px) {
  .af2_mv--desc {
    font-size: 1.2rem;
    line-height: 3;
    padding-left: 1rem;
  }
}
.af2_mv--contents {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .af2_mv--contents {
    margin: 3rem -0.3rem 0;
    padding-bottom: 8.4rem;
  }
}
.af2_mv--contents--item {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .af2_mv--contents--item {
    width: 100%;
    padding-top: 2rem;
  }
}
.af2_mv--contents--item--ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #26466D;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .af2_mv--contents--item--ttl {
    font-size: 1.4rem;
    text-align: center;
  }
}
.af2_mv--contents--item--desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.9rem;
  color: #DB9518;
}
@media (max-width: 767px) {
  .af2_mv--contents--item--desc {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.3rem;
  }
}
.af2_mv--contents--item--desc strong {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .af2_mv--contents--item--desc strong {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .af2_mv--contents .af2_more_btn {
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
  }
}
@media (max-width: 767px) {
  .af2_mv--contents .af_mv--block {
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
    gap: 0.38rem;
    width: 100%;
    margin-left: 0;
    margin-top: 2.2rem;
  }
  .af2_mv--contents .af_mv--block--item {
    width: 17rem;
    max-width: calc(100% - 0.38rem);
  }
}

.af2_more_btn {
  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.4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #26466D !important;
}
.af2_more_btn::after {
  content: "";
  width: 1.2rem;
  aspect-ratio: 1/1;
  background-image: url("../img/arrow_af2_more_btn.svg");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* af2_contact
------------------------------- */
.af2_contact {
  background-color: #F5F5F5;
  padding: 12.25rem 0 15.7rem;
}
@media (max-width: 767px) {
  .af2_contact {
    padding: 7.72rem 0 8.9rem;
  }
}
.af2_contact .wrap_in {
  background-color: #fff;
  border-top-left-radius: 16rem;
  border-bottom-right-radius: 0;
  padding: 6.4rem 0 0;
}
@media (min-width: 768px) {
  .af2_contact .wrap_in {
    width: 96rem !important;
  }
}
@media (max-width: 767px) {
  .af2_contact .wrap_in {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 4.8rem;
    border-bottom-left-radius: 4.8rem;
    border-bottom-right-radius: 0.4rem;
    padding: 4.8rem 1.6rem 4.8rem;
  }
}
.af2_contact .wrap_in + .wrap_in {
  border-top-left-radius: 0;
  border-bottom-right-radius: 16rem;
  padding: 2.9rem 0 6.7rem;
}
@media (max-width: 767px) {
  .af2_contact .wrap_in + .wrap_in {
    border-top-left-radius: 4.8rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 4.8rem;
    padding: 4.2rem 1.6rem 8.7rem;
    margin-top: 1.5rem;
  }
}
.af2_contact .af_contact--caption--notes {
  margin-bottom: 0.6rem;
}
.af2_contact .af_contact--caption--desc {
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.af2_contact .af_contact--block {
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  width: 72rem;
  max-width: 100%;
  padding: 0;
}
.af2_contact .af_contact--block--item--text_top span {
  background-color: #FDE67C;
}
.af2_contact--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 72rem;
  max-width: 100%;
  border-top: 1px solid #DEDEDE;
  margin: 0 auto 0;
  padding-top: 3.6rem;
}
@media (max-width: 767px) {
  .af2_contact--block {
    border-top: 0;
    padding-top: 0;
  }
}
.af2_contact--block--item {
  width: 34.2rem;
}
.af2_contact--block--item--ttlsub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: #26466D;
}
.af2_contact--block--item--ttlsub + .af2_contact--block--item--ttlsub {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .af2_contact--block--item--ttlsub + .af2_contact--block--item--ttlsub {
    margin: 1.3rem -1em 0;
  }
}
.af2_contact--block--item--ttl {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #EC6D74;
  text-align: center;
  margin: 2.1rem -1em 0;
}
@media (max-width: 767px) {
  .af2_contact--block--item--ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.8rem -1em 0;
  }
}
.af2_contact--block--item--desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin: 1.6rem auto 2.4rem;
}
@media (max-width: 767px) {
  .af2_contact--block--item--desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 1rem auto 1rem;
  }
}
.af2_contact--block--item .btn_more_arrow_large {
  margin-left: auto;
  margin-right: auto;
}
.af2_contact--block--move {
  width: 35.2rem;
  aspect-ratio: 352/248;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .af2_contact--block--move {
    margin-top: 2.7rem;
    aspect-ratio: 311/240;
  }
}
.af2_contact--block--move iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.af2_contact._typeB {
  margin-top: -9.8rem;
  padding-bottom: 0;
}
.af2_contact._typeB::after {
  border-bottom-right-radius: 0;
}

.af_contact--block--item--text_bottom small {
  display: block;
  font-size: 1rem;
  color: #26466D;
}

.btn_more_arrow_large._gr {
  background-color: #64C0AB !important;
  border-color: #64C0AB !important;
}
@media (min-width: 768px) {
  .btn_more_arrow_large._gr:hover {
    background-color: #EC6D74 !important;
    border-color: #EC6D74 !important;
  }
}

/* af2_community
------------------------------- */
.af2_community {
  padding: 9.7rem 0 10.3rem;
}
@media (max-width: 767px) {
  .af2_community {
    padding: 8.4rem 0 7.8rem;
  }
}
.af2_community::before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .af2_community::before {
    background-color: #F5F5F5;
  }
}
.af2_community .wrap_in {
  width: 111.1rem !important;
}
@media (max-width: 767px) {
  .af2_community .wrap_in {
    width: 34.3rem !important;
  }
}
.af2_community--ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  color: #EC6D74;
  margin-bottom: 2.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .af2_community--ttl {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    margin-bottom: 2.8rem;
  }
}
.af2_community--ttl ._en {
  display: block;
  font-family: "Nothing You Could Do", cursive;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.125;
  white-space: nowrap;
  color: #26466D;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-91%) translateX(-153%) rotate(-12deg);
  transform: translateY(-91%) translateX(-153%) rotate(-12deg);
}
@media (max-width: 767px) {
  .af2_community--ttl ._en {
    -webkit-transform: translateY(-139%) translateX(-70%) rotate(-16deg);
    transform: translateY(-139%) translateX(-70%) rotate(-16deg);
  }
}
.af2_community--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .af2_community--list {
    gap: 1.5rem;
    margin-bottom: 1.7rem;
  }
}
.af2_community--list > li {
  width: 34.3rem;
  max-width: calc((100% - 1px - 3.2rem) / 3);
}
@media (max-width: 767px) {
  .af2_community--list > li {
    width: 100%;
    max-width: 100%;
  }
}
.af2_community--list--card {
  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;
  height: 12rem;
  background-color: #fff;
  border: 1px solid #26466D;
  border-radius: 12rem;
  padding: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .af2_community--list--card {
    height: 10rem;
  }
}
.af2_community--list--card--img {
  width: 4.8rem;
  aspect-ratio: 1/1;
}
.af2_community--list--card--img img {
  display: block;
  width: 100%;
}
.af2_community--list--card--item {
  width: calc(100% - 4.8rem);
  padding-left: 1.4rem;
}
.af2_community--list--card--item--ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #26466D;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .af2_community--list--card--item--ttl {
    margin-bottom: 0.1rem;
  }
}
.af2_community--list--card--item--ttl small {
  font-size: 1.4rem;
}
.af2_community--list--card--item--desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #26466D;
}
@media (max-width: 767px) {
  .af2_community--list--card--item--desc {
    line-height: 1.3;
  }
}
.af2_community--line {
  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: 52.5rem;
  max-width: 100%;
  color: #fff;
  background-color: #26466D;
  border-top-left-radius: 5.6rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 5.6rem;
  margin: 0 auto 0;
  padding: 1.8rem 2.75rem;
}
@media (max-width: 767px) {
  .af2_community--line {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 0.4rem;
    padding: 3rem 2.05rem 2.5rem;
  }
}
.af2_community--line--img {
  width: 5.2rem;
}
.af2_community--line--img img {
  display: block;
  width: 100%;
}
.af2_community--line--item {
  width: calc(100% - 5.2rem);
  padding-left: 1.5rem;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .af2_community--line--item {
    padding-left: 0;
  }
}
.af2_community--line--item--ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .af2_community--line--item--ttl {
    line-height: 1.5;
    white-space: nowrap;
    border-bottom: 0;
    padding-left: 0.9rem;
    margin-bottom: 1.9rem;
    padding-bottom: 2.6rem;
    position: relative;
  }
  .af2_community--line--item--ttl::after {
    content: "";
    display: block;
    width: 28.5rem;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.af2_community--line--item--btn {
  -webkit-justify-content: flex-end; /*横方向（Safari用）*/
  justify-content: flex-end; /*横方向*/
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff !important;
  margin-right: 0.5rem;
}
.af2_community--line--item--btn::after {
  width: 2rem;
  background-image: url("../img/arrow_af2_more_btn_nv.svg");
}
@media (max-width: 767px) {
  .af2_community._typeB {
    padding: 6.4rem 0 12.8rem;
  }
}
.af2_community._typeB::before {
  background-color: #64C0AB;
}
.af2_community._typeB::after {
  background-color: #EC6D74;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 16rem;
}
@media (max-width: 767px) {
  .af2_community._typeB::after {
    border-bottom-right-radius: 12rem;
  }
}
.af2_community._typeB._other01::after {
  border-bottom-left-radius: 16rem;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .af2_community._typeB._other01::after {
    border-bottom-left-radius: 12rem;
  }
}
.af2_community._typeB._other02::before {
  background-color: #fff;
}

/* af2_sec_03
------------------------------- */
.af2_sec_03 {
  padding: 9.7rem 0 8.3rem;
}
@media (max-width: 767px) {
  .af2_sec_03 {
    background-color: #EC6D74;
    overflow: hidden;
    padding: 10.4rem 0 11.7rem;
  }
  .af2_sec_03::before {
    background-color: #F5F5F5;
    border-bottom-left-radius: 12rem;
  }
  .af2_sec_03::after {
    border-top-left-radius: 12rem;
    border-bottom-left-radius: 12rem;
  }
}
.af2_sec_03 .af_sec_03--ttl {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--ttl {
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.5;
    padding-left: 1.3rem;
  }
}
.af2_sec_03 .af_sec_03--ttl strong {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  vertical-align: sub;
  position: relative;
  top: -0.3rem;
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--ttl strong {
    font-size: 5rem;
    line-height: 1.4;
    vertical-align: top;
    top: -1.4rem;
  }
}
.af2_sec_03 .af_sec_03--block--item {
  padding-top: 6.3rem;
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--block--item {
    padding-top: 0;
  }
}
.af2_sec_03 .af_sec_03--block--item--ttl {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--block--item--ttl {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--block--item--desc {
    line-height: 2.2857142857;
    margin-top: -0.6rem;
  }
}
.af2_sec_03 .af_sec_03--block:not(._rev) .af_sec_03--block--img.pc {
  position: relative;
  top: -8rem;
  left: -3rem;
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--block._rev {
    margin-top: 6.7rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_03 .af_sec_03--block._rev .af_sec_03--block--img.pc {
    position: relative;
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_03 .af_sec_03--block._rev .af_sec_03--block--item--desc {
    margin-top: 1.9rem;
  }
}

/* af2_sec_04
------------------------------- */
@media (min-width: 768px) {
  .af2_sec_04 .af_ttl_h2_add_small ._inner {
    padding: 7.8rem 0 9.5rem;
  }
}

/* af2_sec_05
------------------------------- */
@media (min-width: 768px) {
  .af2_sec_05 {
    padding: 0 0 21.9rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection--item .af_ttl_h2_add_small {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_05 .af_sec_05--subsection--item .af_ttl_h2_add_small {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection--item .af_ttl_h2_add_small small {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection--item--desc {
    margin-top: 1.6rem;
  }
}
.af2_sec_05 .af_sec_05--subsection {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection {
    padding-bottom: 5.2rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection--img {
    width: 36rem;
    padding-top: 7.7rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_05 .af_sec_05--subsection--img {
    width: auto;
    margin-right: -0.2rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_05 .af_sec_05--subsection--img img {
    position: relative;
    left: 1.3rem;
  }
}

/* af2_sec_07
------------------------------- */
.af2_sec_07--ttlsub {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #DB9518;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .af2_sec_07--ttlsub {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.af2_sec_07--ttlsub small {
  display: block;
  font-size: 2.1rem;
  margin-bottom: -0.5rem;
}
@media (max-width: 767px) {
  .af2_sec_07--ttlsub small {
    font-size: 1.6rem;
  }
}
.af2_sec_07--ttlsub strong {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  vertical-align: sub;
  position: relative;
  top: -0.5rem;
}
@media (max-width: 767px) {
  .af2_sec_07--ttlsub strong {
    font-size: 3.2rem;
    top: -0.2rem;
  }
}

@media (min-width: 768px) {
  .af2_sec_07 {
    padding: 10.8rem 0 19.5rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_07 {
    padding: 6.4rem 0 16.3rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_07 .af_sec_07--ttl {
    margin-bottom: 6.9rem;
  }
}
@media (max-width: 767px) {
  .af2_sec_07 .af_sec_07--ttl {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_07 .af_sec_07--ttl .af_eng_ttl {
    top: -3.4rem;
    left: -35.2rem;
  }
}

/* af2_sec_08
------------------------------- */
@media (min-width: 768px) {
  .af2_sec_08 {
    padding: 0 0 16rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_08 .af_ttl_h2_add_small ._inner {
    padding: 12rem 0 9.5rem;
  }
}
@media (min-width: 768px) {
  .af2_sec_08 .af_sec_08--list {
    margin: 8.1rem 0 0;
  }
}
/*# sourceMappingURL=_maps/style.css.map */
