/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  color: #00033D;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767.9px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  height: 4rem;
  width: 18.75rem;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
}
.btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-primary.--bd-blue {
  color: #4F59F6;
  border-color: #4F59F6;
}
.btn-primary.--bd-blue:after {
  background-color: #4F59F6;
}
.btn-primary.--blue {
  background: #4F59F6;
}
.btn-primary.--blue:after {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  padding-block: 1.25rem;
}
@media (max-width: 767.9px) {
  .header {
    padding-block: 0.5625rem;
  }
}
.header .inner {
  background-color: #fff;
  width: 80rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 2.25rem 0.6875rem 1.25rem;
}
@media (max-width: 767.9px) {
  .header .inner {
    width: 22.0625rem;
    margin-inline: auto;
    padding: 0.75rem 0.9375rem 0.75rem 0.5rem;
  }
}
.header__logo {
  width: 20.625rem;
}
@media (max-width: 767.9px) {
  .header__logo {
    width: 12.4375rem;
  }
}
.header__logo a {
  display: block;
}
.header__right button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header__right .icon-search {
  width: 1.6875rem;
  margin-right: 3.0625rem;
  display: block;
}
.header__right .icon-menu {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  background: url("/assets/img/common/ico_menu.svg") no-repeat center/contain;
}
@media (max-width: 767.9px) {
  .header__right .icon-menu {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("/assets/img/common/ico_menu_sp.svg");
  }
}

.navi-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  pointer-events: none;
}
.navi-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navi-header__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.75rem;
  max-width: 90vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 134, 246)), to(rgb(76, 87, 246)));
  background: linear-gradient(to right, rgb(155, 134, 246) 0%, rgb(76, 87, 246) 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 7.5rem 5rem 4.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}
@media (max-width: 767.9px) {
  .navi-header__inner {
    width: 20rem;
    padding: 5.0625rem 2.5rem 7.5rem;
  }
}
.navi-header__inner ul {
  list-style-type: none;
  padding: 0;
  margin-inline: 0;
}
.navi-header__inner.is-transition {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navi-header__close {
  position: absolute;
  top: 1.3125rem;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767.9px) {
  .navi-header__close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.navi-header__close:before, .navi-header__close:after {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 767.9px) {
  .navi-header__close:before, .navi-header__close:after {
    top: 0.8125rem;
  }
}
.navi-header__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navi-header__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navi-header__link {
  margin: 0;
}
.navi-header__link li {
  padding-right: 2.375rem;
}
@media (max-width: 767.9px) {
  .navi-header__link li {
    padding-right: 0.3125rem;
  }
}
.navi-header__link li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .navi-header__link li:not(:last-child) {
    margin-bottom: 2.0625rem;
  }
}
.navi-header__link a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.35;
  font-size: 1.125rem;
  display: block;
}
@media (max-width: 767.9px) {
  .navi-header__link a {
    font-size: 1rem;
  }
}
.navi-header__btn {
  margin-block: 5rem 0;
}
@media (max-width: 767.9px) {
  .navi-header__btn {
    margin-top: 2.4375rem;
  }
}
.navi-header__btn li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.navi-header__btn .btn-primary {
  width: 28.125rem;
  padding-right: 0;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .navi-header__btn .btn-primary {
    width: 14.5rem;
    height: 2.875rem;
    font-size: 0.875rem;
  }
}
.navi-header__btn .btn-primary:after {
  display: none;
}
.navi-header.is-show {
  pointer-events: auto;
}
.navi-header.is-show .navi-header__overlay {
  opacity: 1;
}
.navi-header.is-show .navi-header__inner {
  display: block;
}

.footer {
  background: url("/assets/img/common/footer_bg.webp") no-repeat center/cover;
  padding-block: 5rem 2.5rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  .footer {
    background-image: url("/assets/img/common/footer_bg_sp.webp");
    padding-block: 2.5rem 1.25rem;
  }
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.9px) {
  .footer__top .inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer__top .column.--left {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .footer__top .column.--left .list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .footer__top .column.--left .list-link {
    width: 18.75rem;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .footer__top .column.--left .list-link li:first-child {
    width: 100%;
  }
  .footer__top .column.--left .list-link li:nth-child(2) {
    width: 14.6875rem;
  }
  .footer__top .column.--left .list-link li:nth-child(3) {
    width: 14.0625rem;
  }
  .footer__top .column.--left .list-link li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 767.9px) {
  .footer__top .column.--left .list-link li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__top .column.--left .list-link a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  padding: 1.1875rem 0.625rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__top .column.--right {
    padding-right: 3.875rem;
  }
}
@media (max-width: 767.9px) {
  .footer__top .column.--right {
    margin-top: 2.3125rem;
  }
}
@media (min-width: 768px) {
  .footer__top .column.--right .list-link li {
    text-align: right;
  }
}
.footer__top .column.--right .list-link li:not(:last-child) {
  margin-bottom: 1.1875rem;
}
@media (max-width: 767.9px) {
  .footer__top .column.--right .list-link li:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}
.footer__top .column.--right .list-link a {
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 767.9px) {
  .footer__top .column.--right .list-link a {
    font-size: 0.875rem;
  }
}
.footer__bottom {
  margin-top: 5rem;
}
@media (max-width: 767.9px) {
  .footer__bottom {
    margin-top: 2.375rem;
  }
}
@media (min-width: 768px) {
  .footer__bottom .inner {
    max-width: 59.25rem;
  }
}
@media (max-width: 767.9px) {
  .footer__bottom .inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer__bottom .list-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.9px) {
  .footer__bottom .list-brand {
    width: 18.75rem;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .footer__bottom .list-brand li {
    padding-inline: 0.75rem;
  }
}
@media (max-width: 767.9px) {
  .footer__bottom .list-brand li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__bottom .list-brand a {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom .list-brand a {
    width: 18.75rem;
  }
}
.footer__bottom .list-brand a.--other {
  border: 1px solid #fff;
  border-radius: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  padding-block: 0.9375rem;
}
.footer__bottom .nav-link {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .footer__bottom .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__bottom .nav-link li {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom .nav-link li {
    border-right: 1px solid #fff;
    width: 10.75rem;
    line-height: 1.063;
  }
}
.footer__bottom .nav-link a {
  font-weight: 500;
  font-size: 0.75rem;
}
@media (max-width: 767.9px) {
  .footer__bottom .nav-link a {
    display: block;
    line-height: 1.5;
  }
}
.footer__bottom .copyright {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-block: 1.5625rem 0;
}
@media (max-width: 767.9px) {
  .footer__bottom .copyright {
    margin-top: 1.125rem;
  }
}

@media (min-width: 768px) {
  html.is-overflow {
    scrollbar-gutter: stable;
  }
}
@media (max-width: 767.9px) {
  html.is-overflow {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .inner {
    width: 68.75rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 767.9px) {
  .inner {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 768px) and (hover: hover) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .trans:hover {
    opacity: 0.8;
  }
}

.modal-app {
  display: none;
}

.modal-html .fancybox__slide {
  padding-block: 5rem;
}
@media (max-width: 767.9px) {
  .modal-html .fancybox__slide {
    padding-inline: 1.25rem;
  }
}
.modal-html .f-button.is-close-button {
  top: 1.0625rem;
  right: 1.125rem;
  width: 1.375rem;
  height: 1.375rem;
  overflow: visible;
}
.modal-html .f-button.is-close-button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #4F59F6;
          box-shadow: 0 0 0 1px #4F59F6;
}
@media (max-width: 767.9px) {
  .modal-html .f-button.is-close-button {
    top: 1.0625rem;
  }
}
.modal-html .f-button.is-close-button:before, .modal-html .f-button.is-close-button:after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 1px;
  width: 100%;
  height: 0.125rem;
  background-color: #4F59F6;
}
.modal-html .f-button.is-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-html .f-button.is-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-html .f-button.is-close-button svg {
  display: none;
}
.modal-html .modal-app {
  max-width: 100%;
  background: #F3F8FF;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-html .modal-app {
    width: 68.75rem;
    height: 100%;
  }
}
.modal-html .modal-app__wrap {
  padding: 2.5rem 2rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__wrap {
    padding: 2.5rem 1.25rem;
  }
}
.modal-html .modal-app__ttl {
  margin: 0;
  text-align: center;
}
.modal-html .modal-app__ttl span {
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.4375rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 134, 246)), to(rgb(76, 87, 246)));
  background: linear-gradient(to right, rgb(155, 134, 246) 0%, rgb(76, 87, 246) 100%);
  border-radius: 1.5rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__ttl span {
    font-size: 1.25rem;
  }
}
.modal-html .modal-app__content {
  margin-top: 1.9375rem;
  color: #00033D;
}
@media (min-width: 768px) {
  .modal-html .modal-app__content {
    height: calc(100% - 7.125rem);
    overflow: hidden;
  }
}
.modal-html .modal-app__inner {
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .modal-html .modal-app__inner {
    height: 100%;
  }
}
.modal-html .modal-app__inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal-html .modal-app__inner dl, .modal-html .modal-app__inner dd {
  margin: 0;
}
@media (min-width: 768px) {
  .modal-html .modal-app__inner .scroll-content {
    width: 47.8125rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.modal-html .modal-app__inner .scrollbar-track {
  background-color: rgba(79, 89, 246, 0.4);
  border-radius: 1rem;
}
.modal-html .modal-app__inner .scrollbar-track .scrollbar-thumb {
  border-radius: 1rem;
  background-color: #4F59F6;
}
.modal-html .modal-app__inner .scrollbar-track.scrollbar-track-y {
  width: 0.25rem;
}
.modal-html .modal-app__inner .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  width: 0.25rem;
}
.modal-html .modal-app__inner .scrollbar-track.scrollbar-track-x {
  height: 0.25rem;
}
.modal-html .modal-app__inner .scrollbar-track.scrollbar-track-x .scrollbar-thumb {
  height: 0.25rem;
}
.modal-html .modal-app__intro .desc {
  margin: 0;
}
.modal-html .modal-app__intro .list-txt {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .modal-html .modal-app__intro .list-txt {
    padding-left: 0.8125rem;
  }
}
.modal-html .modal-app__intro .list-txt li {
  position: relative;
  padding-left: 1.1875rem;
}
.modal-html .modal-app__intro .list-txt li:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.4375rem;
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  aspect-ratio: 1;
}
.modal-html .modal-app__intro .list-txt li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-app__block {
  margin-top: 1.9375rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block {
    margin-top: 2rem;
  }
}
.modal-html .modal-app__block .block:not(:last-child) {
  margin-bottom: 1.25rem;
}
.modal-html .modal-app__block .block__ttl {
  position: relative;
  padding-left: 0.875rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.modal-html .modal-app__block .block__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #4F59F6;
}
.modal-html .modal-app__block .block__inner {
  margin-top: 1.25rem;
}
.modal-html .modal-app__block .block__inner .txt {
  margin: 0;
}
.modal-html .modal-app__block .block__inner .txt a {
  text-decoration: none;
  font-weight: 700;
  color: #0033CC;
}
.modal-html .modal-app__block .block__inner .txt.--semibold {
  font-weight: 600;
}
.modal-html .modal-app__block .block__inner .desc {
  background-color: #fff;
  height: 19.125rem;
  padding: 0.625rem 0.5rem 0.625rem 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .desc {
    padding: 1rem 0.25rem 1rem 1rem;
    height: 12.1875rem;
  }
}
.modal-html .modal-app__block .block__inner .desc .scroll-content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-html .modal-app__block .block__inner .desc .scroll-content {
    width: 43.5625rem;
    margin-inline: 0;
  }
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .desc .scroll-content {
    width: 17.5625rem;
  }
}
.modal-html .modal-app__block .block__inner .desc__inner {
  height: 100%;
}
.modal-html .modal-app__block .block__inner .desc__list li {
  position: relative;
  padding-left: 0.75rem;
}
.modal-html .modal-app__block .block__inner .desc__list li:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  aspect-ratio: 1;
}
.modal-html .modal-app__block .block__inner .desc__list li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-app__block .block__inner .desc__child {
  margin-top: 0.625rem;
  margin-left: -0.625rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .desc__child {
    margin-left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .modal-html .modal-app__block .block__inner .desc__child li {
    padding-left: 1.1875rem;
  }
  .modal-html .modal-app__block .block__inner .desc__child li:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.4375rem;
    width: round(0.25rem, 1px);
    background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
    aspect-ratio: 1;
  }
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .desc__child li {
    padding-left: 0;
  }
  .modal-html .modal-app__block .block__inner .desc__child li:before {
    display: none;
  }
}
.modal-html .modal-app__block .block__inner .desc__child li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-app__block .block__inner .list-dot li {
  position: relative;
  padding-left: 1.4375rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .list-dot li {
    padding-left: 1.375rem;
  }
}
.modal-html .modal-app__block .block__inner .list-dot li:before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: round(0.75rem, 1px);
  background: url("/assets/img/common/ico_circle-blue.png") no-repeat center/contain;
  aspect-ratio: 1;
}
.modal-html .modal-app__block .block__inner .list-dot li:not(:last-child) {
  margin-bottom: 0.4375rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .list-dot li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.modal-html .modal-app__block .block__inner .list-dot__child {
  margin-top: 1rem;
  margin-left: -0.1875rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .list-dot__child {
    margin-left: -0.875rem;
  }
}
.modal-html .modal-app__block .block__inner .list-dot__child li {
  padding-left: 0.75rem;
  font-weight: 400;
}
.modal-html .modal-app__block .block__inner .list-dot__child li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-app__block .block__inner .list-dot__child li:before {
  content: "";
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  position: absolute;
  top: 0.625rem;
  left: 0;
  border-radius: 100%;
  aspect-ratio: 1;
}
.modal-html .modal-app__block .block__inner .list-dot__txt {
  margin-block: 1.25rem 0;
  font-weight: 400;
  margin-left: 0.5625rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .list-dot__txt {
    margin-left: -0.1875rem;
  }
}
.modal-html .modal-app__block .block__inner .list-dot__note {
  margin-block: 0.1875rem 0;
  opacity: 0.7;
  font-size: 0.8125rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .list-dot__note {
    line-height: 1.3;
    margin-top: 0.3125rem;
  }
}
.modal-html .modal-app__block .block__inner .table {
  margin-top: 1.25rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .table__wrap {
    margin-right: -1.25rem;
    padding-bottom: 0.875rem;
  }
  .modal-html .modal-app__block .block__inner .table__wrap .scrollbar-track.scrollbar-track-x {
    opacity: 0 !important;
  }
}
.modal-html .modal-app__block .block__inner .table__inner {
  background-color: #fff;
  width: 41.9375rem;
}
@media (min-width: 768px) {
  .modal-html .modal-app__block .block__inner .table__inner {
    max-width: 100%;
    margin-inline: auto;
  }
}
.modal-html .modal-app__block .block__inner .table__inner .row {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.modal-html .modal-app__block .block__inner .table__thead {
  background-color: #4F59F6;
  text-align: center;
}
.modal-html .modal-app__block .block__inner .table__thead .th {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: relative;
  padding: 0.25rem 0.1875rem;
}
.modal-html .modal-app__block .block__inner .table__thead .th:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border-right: 1px solid #fff;
}
.modal-html .modal-app__block .block__inner .table__thead .th:nth-child(1) {
  width: 4.25rem;
}
.modal-html .modal-app__block .block__inner .table__thead .th:nth-child(2) {
  width: 11.25rem;
}
.modal-html .modal-app__block .block__inner .table__thead .th:nth-child(3) {
  width: 15.25rem;
}
.modal-html .modal-app__block .block__inner .table__thead .th:nth-child(4) {
  width: 7.25rem;
}
.modal-html .modal-app__block .block__inner .table__thead .th:nth-child(5) {
  width: 3.9375rem;
}
.modal-html .modal-app__block .block__inner .table__tbody .row:not(:last-child) {
  border-bottom: 1px solid #4F59F6;
}
.modal-html .modal-app__block .block__inner .table__tbody .td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-html .modal-app__block .block__inner .table__tbody .td {
    padding-inline: 0.375rem;
  }
}
.modal-html .modal-app__block .block__inner .table__tbody .td:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border-right: 1px solid #4F59F6;
}
.modal-html .modal-app__block .block__inner .table__tbody .td:nth-child(1) {
  width: 4.25rem;
}
.modal-html .modal-app__block .block__inner .table__tbody .td:nth-child(2) {
  width: 11.25rem;
}
.modal-html .modal-app__block .block__inner .table__tbody .td:nth-child(3) {
  width: 15.25rem;
}
.modal-html .modal-app__block .block__inner .table__tbody .td:nth-child(4) {
  width: 7.25rem;
}
.modal-html .modal-app__block .block__inner .table__tbody .td:nth-child(5) {
  width: 3.9375rem;
}
.modal-html .modal-app__block .block__inner .note {
  margin-block: 1.25rem 0;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__block .block__inner .note {
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
}
.modal-html .modal-app__block .block.--block01 .block__inner .list-dot {
  margin-top: 1.25rem;
}
.modal-html .modal-app__btn {
  margin-top: 2.5rem;
  text-align: center;
}
.modal-html .modal-app__information {
  background: linear-gradient(45deg, rgba(107, 147, 234, 0.9) 0%, rgba(61, 76, 229, 0.9) 80%, rgba(61, 76, 229, 0.9) 100%);
  padding: 2.5rem 2.5625rem;
  text-align: center;
  color: #fff;
  margin-top: 4rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__information {
    padding: 2rem 1.0625rem;
    margin-inline: -0.625rem;
    margin-top: 2.6875rem;
  }
}
.modal-html .modal-app__information .ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__information .ttl {
    margin-inline: -0.625rem;
  }
}
.modal-html .modal-app__information .desc {
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 767.9px) {
  .modal-html .modal-app__information .desc {
    padding-inline: 0.1875rem;
  }
}
.modal-html .modal-app__information .desc p {
  margin: 0;
}
.modal-html .modal-app__information .desc p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.modal-html .modal-app__information .button {
  margin-top: 2.5rem;
}

[data-fancybox].clicked:focus, [data-fancybox].clicked:focus-visible {
  outline: none;
}

.trigger-anchor {
  position: absolute;
  top: -7.5rem;
}
@media (max-width: 767.9px) {
  .trigger-anchor {
    top: -4.375rem;
  }
}

.js-custom-scrollbar {
  position: relative;
}
.js-custom-scrollbar__track {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(79, 89, 246, 0.4);
  height: 0.25rem;
  border-radius: 1rem;
}
.js-custom-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #4F59F6;
}

.visual {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #9B86F6), to(#4C57F6));
  background: linear-gradient(90deg, #9B86F6 0, #4C57F6 100%);
  min-height: 23.5rem;
  padding: 9.875rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9px) {
  .visual {
    min-height: 20.5rem;
    padding: 3.875rem 0;
  }
}
@media (min-width: 768px) {
  .visual__inner {
    width: 68.75rem;
    max-width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.9px) {
  .visual__inner {
    padding-inline: 1.5rem;
  }
}
.visual__title {
  margin: 0;
}
.visual__title__jp {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 500;
  display: block;
}
@media (max-width: 767.9px) {
  .visual__title__jp {
    margin-bottom: 0.0625rem;
  }
}
.visual__title__eng {
  font-size: 3.75rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .visual__title__eng {
    font-size: 3.375rem;
    line-height: 1.1481481481;
    margin-left: -0.3125rem;
  }
}
.visual__title__eng.--jp {
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .visual__title__eng.--jp {
    font-size: 2.25rem;
  }
}
.visual__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 1.875rem 0 0.9375rem;
}
@media (max-width: 767.9px) {
  .visual__text {
    margin: 2.0625rem -0.625rem 0.75rem 0;
  }
}
.visual__date {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 0.4375rem 0 0;
  opacity: 0.7;
}
@media (max-width: 767.9px) {
  .visual__date {
    font-size: 0.875rem;
    margin: 0.625rem 0 0;
  }
}
.visual__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.visual__sub {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #3E47EC;
  margin-top: 0.5rem;
  background: #fff;
  display: inline-block;
  padding: 0.4375rem 1.0625rem 0.4375rem 0.6875rem;
  font-weight: 500;
  margin: 3rem 0 0;
}
@media (max-width: 767.9px) {
  .visual__sub {
    font-size: 1.5rem;
    margin: 2.375rem 0 0;
  }
}
@media (min-width: 768px) {
  .visual__btn {
    padding-bottom: 0.75rem;
  }
  .visual__btn .btn-primary {
    -webkit-transform: translateX(3.5625rem);
            transform: translateX(3.5625rem);
  }
}
@media (max-width: 767.9px) {
  .visual__btn {
    margin-top: 9.8125rem;
    text-align: center;
    padding-right: 0.625rem;
  }
}

@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -316.25rem 0;
  }
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -316.25rem 0;
  }
}
.slider-img {
  pointer-events: none;
  position: absolute;
  bottom: 4.0625rem;
  left: -5%;
  width: 110%;
  z-index: 0;
  background-color: #87F5F5;
  padding-block: 1.125rem;
  pointer-events: none;
}
.slider-img__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
}
.slider-img__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.slider-img__img .item {
  width: 100%;
  height: 1.75rem;
  background: url("/assets/img/common/slide-img.png") repeat-x;
  background-size: auto 100%;
  -webkit-animation: loop 40s linear infinite;
          animation: loop 40s linear infinite;
}
.slider-img.--pink {
  background-color: #FFDCF6;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #00033D;
}
.breadcrumb li a {
  color: #00033D;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.875rem;
  position: relative;
}
.breadcrumb li a::after {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 1;
  background: url("/assets/img/common/ico_arow_breadcrumb.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 0.375rem;
  right: 0.0625rem;
  pointer-events: none;
}
.breadcrumb.--white li a {
  color: #fff;
}
.breadcrumb.--white li a::after {
  background: url("/assets/img/common/ico_arow_breadcrumb_white.png") no-repeat center center/100% 100%;
}

.pagination {
  position: relative;
}
.pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: inline-block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: transparent;
}
.pagination li.active {
  background-color: #4F59F6;
}
.pagination li.active a {
  color: #fff;
}
@media (min-width: 768px) and (hover: hover) {
  .pagination li.active a:hover {
    color: #fff;
  }
}
.pagination li a {
  display: block;
  text-align: center;
  color: #00033D;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 768px) and (hover: hover) {
  .pagination li a:hover {
    color: #fff;
    background-color: #4F59F6;
  }
}
.pagination li span {
  display: block;
  text-align: center;
  color: #00033D;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
}