.overview_container, .method_wrap, .point_container {
  box-sizing: content-box !important;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .overview_container, .method_wrap, .point_container {
    max-width: 94.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.point_container {
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .point_container {
    max-width: 89.3333333333vw;
  }
}

.modal_link, .modal_close-box, .overview_detail-link, .method_product-link, .method_accordion-ttl, .link, .cont_link, .overview_link-detail, .overview_link-qa, .point_link, .method_link-app, .method_link-id, .kv_link-method {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.modal_link:hover, .modal_close-box:hover, .overview_detail-link:hover, .method_product-link:hover, .method_accordion-ttl:hover, .link:hover, .cont_link:hover, .overview_link-detail:hover, .overview_link-qa:hover, .point_link:hover, .method_link-app:hover, .method_link-id:hover, .kv_link-method:hover {
  opacity: 0.7;
}

.overview_ttl, .overview_detail-ttl, .point_ttl, .point_txt, .point_txt-big, .point_item-txt, .method_ttl, .method_ttl-frame, .method_ttl-frame--red, .method_txt-top, .method_product-item, .method_accordion-ttl, .method_accordion-txt, .kv_link-overview {
  text-align: center;
  font-weight: bold;
  color: #0b2a3a;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.overview_link-detail, .overview_link-qa, .point_link, .method_link-app, .method_link-id, .kv_link-method {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  border-radius: 59px;
  border: 4px solid #0b2a3a;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #cc0000;
}
@media screen and (max-width: 768px) {
  .overview_link-detail, .overview_link-qa, .point_link, .method_link-app, .method_link-id, .kv_link-method {
    max-width: 500px;
    width: 100%;
    border-radius: 29.5px;
    border-width: 2px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .overview_link-detail, .overview_link-qa, .point_link, .method_link-app, .method_link-id, .kv_link-method {
    font-size: 5.3333333333vw;
  }
}
.overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
  right: 30px;
}
@media screen and (max-width: 1120px) {
  .overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
    right: 2.6785714286vw;
  }
}
@media screen and (max-width: 768px) {
  .overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
    right: 15px;
  }
}

.kv_link-overview::after, .overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../img/btn_arrow-red.png");
  background-repeat: no-repeat;
  background-size: 26px 17px;
  background-position: center;
}
@media screen and (max-width: 1120px) {
  .kv_link-overview::after, .overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
    width: 4.4642857143vw;
    height: 4.4642857143vw;
    background-size: 2.3214285714vw 1.5178571429vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_link-overview::after, .overview_link-detail::after, .overview_link-qa::after, .point_link::after, .method_link-app::after, .method_link-id::after, .kv_link-method::after {
    width: 25px;
    height: 25px;
    background-size: 13px 8.5px;
  }
}

.overview_top, .method_top, .method_bottom {
  max-width: 1350px;
  height: 70px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: solid 4px #0b2a3a;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview_top, .method_top, .method_bottom {
    max-width: 100vw;
    height: 35px;
    border-width: 2px;
  }
}
.overview_top::before, .method_top::before, .method_bottom::before, .overview_top::after, .method_top::after, .method_bottom::after {
  content: "";
  position: absolute;
  top: -4px;
  border-style: solid;
}
.overview_top::before, .method_top::before, .method_bottom::before {
  left: 0px;
  border-width: 75px 100px 0 0;
  border-color: #fff3f2 transparent transparent transparent;
  filter: drop-shadow(0px 4px 0px rgb(11, 42, 58));
}
@media screen and (max-width: 768px) {
  .overview_top::before, .method_top::before, .method_bottom::before {
    border-width: 10.6666666667vw 13.3333333333vw 0 0;
    filter: drop-shadow(0px 3px 0px rgb(11, 42, 58));
  }
}
.overview_top::after, .method_top::after, .method_bottom::after {
  right: 0px;
  border-width: 0 100px 75px 0;
  border-color: transparent #fff3f2 transparent transparent;
  filter: drop-shadow(0px 4px 0px rgb(11, 42, 58));
}
@media screen and (max-width: 768px) {
  .overview_top::after, .method_top::after, .method_bottom::after {
    border-width: 0 13.3333333333vw 10.6666666667vw 0;
    filter: drop-shadow(0px 3px 0px rgb(11, 42, 58));
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
}

.cont {
  background-color: #fff3f2;
}
.cont_header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 1000;
  box-shadow: rgba(11, 42, 58, 0.08) 0px 8px 20px 0px;
  padding: 30px 0 25px 45px;
}
@media screen and (max-width: 768px) {
  .cont_header {
    box-shadow: rgba(11, 42, 58, 0.08) 0px 1.0666666667vw 2.6666666667vw 0px;
    padding: 20px 0 20px 30px;
  }
}
.cont_link {
  text-decoration: none;
}
.cont_ttl {
  display: flex;
  align-items: center;
}
.cont_ttl-img {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .cont_ttl-img {
    width: 21px;
  }
}
.cont_ttl-txt {
  color: #303030;
  font-size: 2.3rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .cont_ttl-txt {
    font-size: 2rem;
    margin-left: 17.5px;
  }
}
@media screen and (min-width: 769px) {
  .cont_container {
    max-width: 1350px;
    width: 95%;
    margin: auto;
  }
}

.footer_container {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer_container {
    padding-top: 35px;
    padding-left: 27.5px;
    padding-bottom: 30px;
  }
}
.footer_link {
  display: flex;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .footer_link {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer_link-item:hover {
  text-decoration: underline;
  text-decoration-color: #697c86;
}
.footer_link-item + .footer_link-item {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer_link-item + .footer_link-item {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .footer_link-item + .footer_link-item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -13px;
    display: block;
    width: 0.8px;
    height: 15px;
    background-color: #697c86;
  }
}
.footer_link-txt {
  text-decoration: none;
  color: #697c86;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer_link-txt {
    font-size: 1.2rem;
  }
}
.footer_copy {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .footer_copy {
    background-color: #cc0000;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_copy {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    background-color: #cc0000;
    width: 100vw;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo-img {
    width: 145px;
    margin: 0 auto;
  }
}
.footer_txt {
  color: #ffffff;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer_txt {
    color: #2a4453;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 12.5px;
  }
}

/* common:end */
/* kv:start */
.kv_container {
  margin: 0 auto;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .kv_container {
    padding: 22.5px 24px 0;
  }
}
.kv_link {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv_link {
    margin-top: 40px;
  }
}
.kv_link::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: block;
  width: 99.4814814815%;
  height: 6px;
  background-image: url("../img/kv_line_pc.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .kv_link::after {
    bottom: -15px;
    max-width: 654px;
    height: 3.5px;
    background-image: url("../img/kv_line_sp.png");
    background-repeat: repeat-x;
    background-size: contain;
  }
}
.kv_link-method {
  background-color: #e02828;
  height: 118px;
  margin-bottom: 60px;
  animation: loop_animation 1.3s linear infinite;
}
@media screen and (max-width: 768px) {
  .kv_link-method {
    height: 59px;
    margin-bottom: 40px;
  }
}
.kv_link-overview {
  font-size: 3.6rem;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv_link-overview {
    font-size: 1.8rem;
    margin-left: -30px;
  }
}
.kv_link-overview::after {
  right: -70px;
  background-color: #0b2a3a;
  background-image: url("../img/btn_arrow-white.png");
}
@media screen and (max-width: 768px) {
  .kv_link-overview::after {
    right: -32.5px;
  }
}
.kv_link-overview:hover {
  text-decoration: underline;
}

@keyframes loop_animation {
  0% {
    transform: translateY(0);
    box-shadow: 0px 10px 0px rgba(11, 42, 58, 0.15);
  }
  50% {
    transform: translateY(10px);
    box-shadow: 0px 2px 0px rgba(11, 42, 58, 0.15);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0px 10px 0px rgba(11, 42, 58, 0.15);
  }
}
/* kv:end */
.method_accordion-container, .method_wrap-step, .method_wrap-product {
  position: relative;
  border: 4px solid #0b2a3a;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .method_accordion-container, .method_wrap-step, .method_wrap-product {
    border-width: 2px;
    border-radius: 10px;
    margin: 0 24px;
  }
}

.method_ttl-frame--red, .method_ttl-frame {
  width: 400px;
  height: 60px;
  border-radius: 30px;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .method_ttl-frame--red, .method_ttl-frame {
    max-width: 200px;
    height: 30px;
    border-radius: 15px;
    font-size: 1.8rem;
    line-height: 1.1;
    top: -2.5px;
  }
}

@media screen and (max-width: 1000px) {
  .method_step-item--04, .method_step-item--03, .method_step-item--02, .method_step-item--01 {
    max-width: 277px;
    width: 100%;
  }
}

.method_link-id, .method_link-app {
  max-width: 650px;
  width: 98.4848484848%;
  height: 144px;
  border-radius: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .method_link-id, .method_link-app {
    max-width: 500px;
    width: 85.7585139319%;
    height: 71px;
    border-radius: 35.5px;
  }
}
@media screen and (max-width: 768px) {
  .method_link-id::after, .method_link-app::after {
    width: 25px;
    height: 25px;
    right: 10px;
    background-size: 13px 8.5px;
  }
}
@media screen and (max-width: 375px) {
  .method_link-id::after, .method_link-app::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 2.1333333333vw;
    background-size: 3.4666666667vw 2.2666666667vw;
  }
}

/* method:start */
.method {
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .method {
    padding-top: 40px;
    scroll-margin-top: 30px;
  }
}
.method_container {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .method_wrap {
    padding: 0 8.2222222222% 60px;
    border-right: 4px solid #0b2a3a;
    border-left: 4px solid #0b2a3a;
  }
}
@media screen and (max-width: 768px) {
  .method_wrap {
    max-width: 654px;
    padding-bottom: 17.5px;
  }
}
.method_wrap-step + .method_note {
  margin-top: 65px;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .method_wrap-step + .method_note {
    margin: 30px 24px 0;
    padding: 20px 5.3333333333% 17.5px 6.6666666667%;
  }
}
.method_ttl {
  font-size: 3.8rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .method_ttl {
    font-size: 1.9rem;
  }
}
.method_ttl::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 180px;
  height: 4px;
  border-radius: 2px;
  background-color: #cc0000;
}
@media screen and (max-width: 768px) {
  .method_ttl::after {
    bottom: -6px;
    width: 91px;
    height: 2px;
    border-radius: 0;
  }
}
.method_ttl-frame {
  background-color: #ffffff;
  border: 4px solid #0b2a3a;
}
@media screen and (max-width: 768px) {
  .method_ttl-frame {
    border-width: 2px;
  }
}
.method_ttl-frame--red {
  background-color: #cc0000;
  color: #ffffff;
}
.method_txt-top {
  font-size: 3.4rem;
  margin-top: 60px;
  margin-bottom: 70px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .method_txt-top {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-top: 25px;
    margin-bottom: 27.5px;
    padding: 0;
  }
}
.method_product {
  padding: 50px 4.1071428571% 30px;
}
@media screen and (max-width: 768px) {
  .method_product {
    padding: 27.5px 6.1728395062% 17.5px 6.9444444444%;
  }
}
@media screen and (max-width: 768px) {
  .method_product-list {
    padding-left: 5px;
  }
}
.method_product-item {
  font-size: 2.8rem;
  text-align: left;
  text-indent: -0.6em;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .method_product-item {
    font-size: 1.6rem;
    line-height: 1.40625;
  }
}
@media screen and (min-width: 769px) {
  .method_product-item + .method_product-item {
    margin-top: 20px;
  }
}
.method_product-red {
  color: #cc0000;
}
@media screen and (max-width: 768px) {
  .method_product-red {
    padding-right: 2.5px;
  }
}
.method_product-note {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .method_product-note {
    font-size: 0.9rem;
    line-height: 1.5555555556;
    margin-top: 12.5px;
  }
}
.method_product-link {
  color: #0063be;
  text-decoration: none;
}
.method_accordion {
  margin: 40px auto 70px;
}
@media screen and (max-width: 768px) {
  .method_accordion {
    margin: 20px 24px 35px;
  }
}
.method_accordion[open] > .method_accordion-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .method_accordion[open] > .method_accordion-ttl {
    margin-bottom: 15px;
  }
}
.method_accordion[open] *.method_accordion-icon::after {
  transform: rotate(360deg);
}
.method_accordion-ttl {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  height: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .method_accordion-ttl {
    font-size: 1.6rem;
    text-align: center;
    height: 58.5px;
    padding-right: 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 375px) {
  .method_accordion-ttl {
    font-size: 4.2666666667vw;
  }
}
.method_accordion-ttl::-webkit-details-marker {
  display: none;
}
.method_accordion-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .method_accordion-icon {
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .method_accordion-icon {
    right: 2.6666666667vw;
  }
}
.method_accordion-icon::after {
  content: "^";
  position: absolute;
  top: -13px;
  right: 0;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg) translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .method_accordion-icon::after {
    top: -10px;
  }
}
@media screen and (max-width: 375px) {
  .method_accordion-icon::after {
    top: -2.6666666667vw;
  }
}
.method_accordion-container {
  padding: 25px 4.4642857143% 35px;
}
@media screen and (max-width: 768px) {
  .method_accordion-container {
    margin: 0;
    padding: 15px 6.1333333333vw 25px;
  }
}
.method_accordion-txt {
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .method_accordion-txt {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: left;
  }
}
.method_note {
  background-color: #f7f7f7;
  padding: 40px 35px 45px;
  border-radius: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .method_note {
    padding: 15px 2vw 10px 2.6666666667vw;
    border-radius: 6px;
    margin: 17.5px auto 0;
  }
}
.method_note-list {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #0b2a3a;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .method_note-list {
    font-size: 0.9rem;
  }
}
.method_note-bold {
  font-weight: bold;
}
.method_step {
  width: 100%;
  padding: 105px 4.1071428571% 65px;
}
@media screen and (max-width: 1000px) {
  .method_step {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .method_step {
    padding: 42.5px 7.1207430341% 27.5px;
  }
}
.method_step-list {
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  .method_step-list {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 17.5px 0;
  }
}
@media screen and (min-width: 1001px) {
  .method_step-item--01 {
    width: 272px;
  }
}
@media screen and (min-width: 1001px) {
  .method_step-item--02 {
    width: 297px;
  }
}
@media screen and (min-width: 1001px) {
  .method_step-item--03 {
    width: 250px;
  }
}
@media screen and (min-width: 1001px) {
  .method_step-item--04 {
    width: 201px;
  }
}
.method_link {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .method_link {
    padding-bottom: 22.5px;
  }
}
.method_link-app {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .method_link-app {
    margin-bottom: 12.5px;
  }
}
.method_link-app::after {
  transform: rotate(-95deg);
}
@media screen and (max-width: 768px) {
  .method_link-app::after {
    background-position: center 9px;
  }
}
@media screen and (max-width: 375px) {
  .method_link-app::after {
    background-position: center 2.4vw;
  }
}
.method_link-id {
  background-color: #0b2a3a;
}
.method_link-id::after {
  background-image: url("../img/btn_arrow-navy.png");
  background-size: 17px 26px;
}
@media screen and (max-width: 1120px) {
  .method_link-id::after {
    background-size: 1.5178571429vw 2.3214285714vw;
  }
}
@media screen and (max-width: 768px) {
  .method_link-id::after {
    background-size: 8.5px 13px;
    background-position: 9px center;
  }
}
@media screen and (max-width: 375px) {
  .method_link-id::after {
    background-size: 2.2666666667vw 3.4666666667vw;
    background-position: 2.4vw center;
  }
}
.method_bottom {
  transform: rotate(180deg);
}
@-moz-document url-prefix() {
  .method_bottom::before {
    filter: drop-shadow(0px -4px 0px rgb(11, 42, 58));
  }
  @media screen and (max-width: 768px) {
    .method_bottom::before {
      filter: drop-shadow(0px -3px 0px rgb(11, 42, 58));
    }
  }
}
@-moz-document url-prefix() {
  .method_bottom::after {
    filter: drop-shadow(0px -4px 0px rgb(11, 42, 58));
  }
  @media screen and (max-width: 768px) {
    .method_bottom::after {
      filter: drop-shadow(0px -3px 0px rgb(11, 42, 58));
    }
  }
}

/* method:end */
.point_item, .point_ttl, .point_wrap {
  background-color: #ffffff;
  border: 4px solid #0b2a3a;
}
@media screen and (max-width: 768px) {
  .point_item, .point_ttl, .point_wrap {
    border-width: 2px;
  }
}

.point_txt-big, .point_txt {
  letter-spacing: 0.08em;
  text-align: center;
}

/* point:start */
.point_container {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  .point_container {
    max-width: 654px;
    padding: 50px 24px 0;
  }
}
.point_wrap {
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_wrap {
    border-radius: 10px;
    padding: 30px 20px 20px;
  }
}
.point_wrap + .point_wrap {
  margin-top: 105px;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .point_wrap + .point_wrap {
    margin-top: 52.5px;
    padding-top: 30px;
    padding-bottom: 22.5px;
  }
}
.point_ttl {
  border-radius: 30px;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 91.5467625899%;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .point_ttl {
    border-radius: 15px;
    font-size: 1.6rem;
    max-width: 275px;
    height: 30px;
  }
}
.point_txt {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .point_txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.point_txt-big {
  font-size: 2.8rem;
  line-height: 1.6071428571;
  padding: 0 75px;
}
@media screen and (max-width: 768px) {
  .point_txt-big {
    font-size: 1.4rem;
    line-height: 1.6071428571;
    padding: 0 5px;
  }
}
.point_note {
  color: #0b2a3a;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
  padding-left: 45px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .point_note {
    font-size: 0.9rem;
    padding-left: 0;
    max-width: 277px;
    margin: 12.5px auto 0;
  }
}
.point_list {
  display: flex;
  justify-content: space-between;
  width: 618px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .point_list {
    justify-content: center;
    width: 100%;
    margin: 15px auto 20px;
  }
}
.point_item {
  width: 300px;
  border-radius: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .point_item {
    width: 35.7333333333vw;
    border-radius: 10px;
    padding-bottom: 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .point_item + .point_item {
    margin-left: 10px;
  }
}
.point_item-txt {
  font-size: 2.3rem;
  line-height: 1.347826087;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .point_item-txt {
    font-size: 1.3rem;
    line-height: 1.3076923077;
    margin-top: -2.5px;
  }
}
.point_link {
  border-radius: 72px;
  height: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point_link {
    max-width: 554px;
    width: 97.8798586572%;
    border-radius: 35.5px;
    height: 71px;
  }
}
.point_link::after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .point_link::after {
    width: 25px;
    height: 25px;
    right: 12.5px;
    background-size: 13px 8.5px;
    background-position: center 9px;
  }
}
@media screen and (max-width: 375px) {
  .point_link::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 1.8666666667vw;
    background-size: 3.4666666667vw 2.2666666667vw;
    background-position: center 2.4vw;
  }
}

/* point:end */
.overview_detail-link, .overview_detail-note {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .overview_detail-link, .overview_detail-note {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}

/* overview:start */
.overview {
  padding-top: 80px;
  scroll-margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .overview {
    padding-top: 40px;
    scroll-margin-top: 30px;
  }
}
.overview_top {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .overview_top {
    height: 32.5px;
  }
}
.overview_container {
  background-color: #ffffff;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .overview_container {
    max-width: 100vw;
    padding-bottom: 47.5px;
  }
}
.overview_ttl {
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .overview_ttl {
    font-size: 1.8rem;
    margin-bottom: 37.5px;
  }
}
.overview_ttl::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  border-radius: 2px;
  background-color: #cc0000;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .overview_ttl::after {
    width: 70px;
    height: 2px;
    bottom: -12.5px;
  }
}
.overview_detail {
  width: 85.4961832061%;
  height: 374px;
  border-radius: 12px;
  background-color: #f7f8f9;
  margin: 0 auto;
  padding: 25px 20px 0 35px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .overview_detail {
    max-width: 654px;
    width: 87.2%;
    height: 187px;
    border-radius: 6px;
    padding-top: 12.5px;
    padding-left: 6.6666666667vw;
  }
}
.overview_detail-wrap {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .overview_detail-wrap {
    border-width: 1px;
    padding-bottom: 15px;
  }
}
.overview_detail-wrap + .overview_detail-wrap {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .overview_detail-wrap + .overview_detail-wrap {
    margin-top: 10px;
  }
}
.overview_detail-ttl {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .overview_detail-ttl {
    font-size: 1.5rem;
  }
}
.overview_detail-txt {
  color: #0b2a3a;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .overview_detail-txt {
    font-size: 1.4rem;
    margin-top: 2.5px;
  }
}
.overview_detail-note {
  text-indent: -1.1em;
  padding-left: 1.1em;
  display: block;
}
.overview_detail-link {
  display: block;
  color: #0063be;
  text-decoration: none;
  word-break: break-all;
}
.overview_detail-link + .overview_detail-note {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .overview_detail-link + .overview_detail-note {
    margin-top: 20px;
  }
}
.overview_link {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .overview_link {
    margin-top: 22.5px;
    padding: 0 25px;
  }
}
.overview_link-detail {
  height: 144px;
  border-radius: 72px;
  margin: 0 auto 25px;
  background-color: #ffffff;
  border-color: #cc0000;
  color: #cc0000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .overview_link-detail {
    height: 72px;
    border-radius: 36px;
    margin-bottom: 12.5px;
  }
}
.overview_link-detail::after {
  background-color: #cc0000;
  background-image: url("../img/btn_modal-icon.png");
  background-size: 29px 30px;
}
@media screen and (max-width: 1120px) {
  .overview_link-detail::after {
    background-size: 2.5892857143vw 2.6785714286vw;
  }
}
@media screen and (max-width: 768px) {
  .overview_link-detail::after {
    background-size: 14.5px 15px;
  }
}
.overview_link-qa {
  height: 118px;
  border-radius: 59px;
  margin: 0 auto;
  background-color: #0b2a3a;
}
@media screen and (max-width: 768px) {
  .overview_link-qa {
    height: 59px;
    border-radius: 29.5px;
    padding-right: 9.2307692308%;
  }
}
.overview_link-qa::after {
  background-image: url("../img/btn_arrow-navy.png");
  background-size: 17px 26px;
}
@media screen and (max-width: 1120px) {
  .overview_link-qa::after {
    background-size: 1.5178571429vw 2.3214285714vw;
  }
}
@media screen and (max-width: 768px) {
  .overview_link-qa::after {
    right: 4.6728971963%;
    background-size: 8.5px 13px;
    background-position: 9px center;
  }
}

/* overview:end */
/* modal:start */
.modal {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.modal_link {
  position: relative;
  display: block;
  width: 650px;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .modal_link {
    max-width: 654px;
    width: 100%;
  }
}
.modal_trigger {
  position: absolute;
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
}
.modal_trigger:checked ~ .modal_container {
  display: flex;
}
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal_wrap {
  width: 90%;
  max-width: 1000px;
  border-radius: 20px;
  position: relative;
  margin: auto;
  overflow: hidden;
  border: 4px solid #cc0000;
}
@media screen and (max-width: 768px) {
  .modal_wrap {
    border-radius: 10px;
    border-width: 2px;
  }
}
.modal_close {
  width: 90%;
  max-width: 1000px;
  height: 60px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 51%;
  top: 18%;
}
@media screen and (max-width: 768px) {
  .modal_close {
    top: 16%;
  }
}
.modal_close-box {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #0b2a3a;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
}
.modal_close-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal_close-icon::before, .modal_close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #fff;
}
.modal_close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .modal_content {
    height: 460px;
    padding: 10% 5%;
  }
}
.modal_group {
  border-bottom: solid 2px #fff;
  padding-bottom: 20px;
}
.modal_group + .modal_group {
  padding: 20px 0;
}
.modal_ttl {
  color: #0b2a3a;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.modal_txt {
  color: #0b2a3a;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.modal_txt-link {
  color: #0b2a3a;
  word-break: break-all;
  text-decoration: none;
}
.modal_txt-link:hover {
  text-decoration: underline;
}
.modal_note {
  font-size: 80%;
}

/* modal:end */