@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --Black: #000;
  --White: #FFF;
  --Mono-950: #202020;
  --Mono-900: #313131;
  --Mono-800: #3C3C3C;
  --Mono-700: #444;
  --Mono-600: #565656;
  --Mono-500: #787878;
  --Mono-400: #989898;
  --Mono-300: #BBB;
  --Mono-200: #D6D6D6;
  --Mono-100: #ECECEC;
  --Mono-050: #F3F3F3;
  --Mono-025: #F9F9F9;
  --Red-AMO: #C50030;
  --Red-AMO-Deep: #8B001F;
  --Red-Accent: #F6083C;
  --Red-950: #530016;
  --Red-900: #940732;
  --Red-800: #AE0332;
  --Red-500: #FF2C52;
  --Red-400: #FF637B;
  --Red-300: #FF9BA8;
  --Red-200: #FFC8CF;
  --Red-100: #FFE1E4;
  --Red-050: #FFF0F1;
  --Red-025: #FFF7F8;
  --Blue-AMO: #1D2D7C;
  --Blue-AMO-Deep: #001050;
  --Blue-Accent: #2D4CFE;
  --Blue-950: #141D52;
  --Blue-800: #1E34B5;
  --Blue-700: #2139E1;
  --Blue-500: #4D75FF;
  --Blue-400: #6F9AFF;
  --Blue-300: #98C0FF;
  --Blue-200: #BEDAFF;
  --Blue-100: #DBEBFF;
  --Blue-050: #EBF5FF;
  --Blue-025: #F9FCFF;
  --Ranking-1st-bg: #E8D284;
  --Ranking-1st-01: #FFBE40;
  --Ranking-1st-02: #EA9D06;
  --Ranking-2nd-bg: #DBEBFF;
  --Ranking-2nd-01: #979797;
  --Ranking-2nd-02: #565656;
  --Ranking-3rd-bg: #D88237;
  --Ranking-3rd-01: #AF7A12;
  --Ranking-3rd-02: #856421;
  --Sub-Blue-01: #2D4CFE;
  --Sub-Blue-02: #D4DBFE;
  --Sub-Blue-03: #A9B7FE;
  --Sub-Blue-04: #8193FE;
  --Sub-Blue-05: #0023DE;
  --Sub-Blue-06: #001894;
  --Sub-Red-01: #F6083C;
  --Sub-Red-02: #FDCDD7;
  --Sub-Red-03: #FC9AB0;
  --Sub-Red-04: #FA6A89;
  --Sub-Red-05: #B8062B;
  --Sub-Red-06: #7B031D;
  --Sub-Yellow-01: #F5C23B;
  --Sub-Yellow-02: #FCF2D7;
  --Sub-Yellow-03: #FAE6B0;
  --Sub-Yellow-04: #F8DA89;
  --Sub-Yellow-05: #D7A00E;
  --Sub-Yellow-06: #906906;
  --Sub-Green-01: #22C55E;
  --Sub-Green-02: #CFF6DD;
  --Sub-Green-03: #9EEEBC;
  --Sub-Green-04: #71E69B;
  --Sub-Green-05: #189347;
  --Sub-Green-06: #12612F;
  --Sub-Purple-01: #A855F7;
  --Sub-Purple-02: #EDDDFD;
  --Sub-Purple-03: #DCBBFB;
  --Sub-Purple-04: #C999FA;
  --Sub-Purple-05: #7F0BED;
  --Sub-Purple-06: #54089E;
  --Sub-Aqua-01: #21C6FC;
  --Sub-Aqua-02: #D2F3FE;
  --Sub-Aqua-03: #A5E8FD;
  --Sub-Aqua-04: #78DCFD;
  --Sub-Aqua-05: #009FD2;
  --Sub-Aqua-06: #036A8C;
  --font-size-xxs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-4xl: 3rem;
  --font-size-5xl: 3.5rem;
  --font-size-6xl: 4rem;
  --font-size-7xl: 4.5rem;
}

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

html {
  font-size: 16px;
}
html.is-modal-open {
  overflow: hidden;
  overflow-y: hidden !important;
  overscroll-behavior: none;
}

body {
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--Mono-950);
  line-height: 1.6;
  font-weight: 400;
  background: var(--Mono-050);
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
body.is-menu-open {
  overflow: clip;
}
body:has(.l-footer-simple) main {
  min-height: calc(100dvh - 67px);
}
@media (min-width: 600px) {
  body:has(.l-footer-simple) main {
    min-height: calc(100dvh - 145px);
  }
}
@media (min-width: 1280px) {
  body:has(.l-footer-simple) main {
    min-height: calc(100dvh - 185px);
  }
}

main {
  display: block;
}
@media print {
  main {
    margin-bottom: 72px;
  }
}

a {
  color: var(--Mono-950);
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 599px) and (hover: none) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

input {
  appearance: none;
  -webkit-appearance: none;
}
input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

::-ms-reveal {
  display: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  font-size: 100%;
}
button:active {
  color: inherit;
}

button:not(:focus) {
  outline: none;
}

img {
  width: 100%;
}

img,
svg {
  vertical-align: top;
}

strong {
  font-weight: 700;
}

.l-wrapper {
  overflow: hidden;
}

.l-header, .l-header--en, .l-header--company {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: background ease 0.3s, transform ease 0.3s, visibility ease 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header:hover, .l-header--en:hover, .l-header--company:hover {
    background-color: var(--Mono-200);
  }
  .l-header:hover::before, .l-header--en:hover::before, .l-header--company:hover::before {
    z-index: -1;
  }
}
@media print {
  .l-header, .l-header--en, .l-header--company {
    display: none;
  }
}
.l-header::before, .l-header--en::before, .l-header--company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  height: 62px;
  background-color: hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: opacity ease 0.3s;
}
@media (min-width: 1280px) {
  .l-header::before, .l-header--en::before, .l-header--company::before {
    top: 54px;
    height: 102px;
  }
}
.is-menu-open .l-header::before, .is-menu-open .l-header--en::before, .is-menu-open .l-header--company::before {
  content: none;
}
.is-header-up .l-header::before, .is-header-up .l-header--en::before, .is-header-up .l-header--company::before {
  opacity: 1;
}
.is-header-hide .l-header, .is-header-hide .l-header--en, .is-header-hide .l-header--company {
  visibility: hidden;
  transform: translateY(-100%);
}
.is-header-up .l-header::before, .is-header-up .l-header--en::before, .is-header-up .l-header--company::before {
  opacity: 1;
}
.l-header__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 6px 0 16px;
}
@media (min-width: 1280px) {
  .l-header__title {
    position: static;
    height: 102px;
    padding: 0 0 0 2px;
  }
}
.l-header__logo {
  width: 223px;
  margin-top: 4px;
  margin-right: 8px;
}
@media (min-width: 1280px) {
  .l-header__logo {
    width: auto;
    max-width: 464px;
    margin-top: 0;
    margin-right: 16px;
  }
}
.l-header__logo--company .l-header__logo-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (min-width: 1280px) {
  .l-header__logo--company .l-header__logo-link {
    column-gap: 16px;
  }
}
.l-header__logo--company img {
  width: 223px;
}
@media (min-width: 1280px) {
  .l-header__logo--company img {
    width: auto;
    max-width: 464px;
  }
}
.l-header__logo--en {
  width: auto;
}
.l-header__logo--en img {
  width: auto;
  height: 30px;
}
@media (min-width: 1280px) {
  .l-header__logo--en img {
    height: 64px;
  }
}
.l-header__logo--miraiken {
  width: 177px;
}
@media (min-width: 1280px) {
  .l-header__logo--miraiken {
    width: auto;
    max-width: 320px;
  }
}
.l-header__logo-company {
  padding: 7px 7px 6px;
  color: var(--Black);
  font-size: var(--font-size-xxs);
  line-height: 1;
  border: solid 1px var(--Black);
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .l-header__logo-company {
    font-size: var(--font-size-xs);
  }
}
.l-header__menu-button {
  display: grid;
  place-items: center;
  place-content: center;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 1280px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__bar, .l-header__bar::before, .l-header__bar::after {
  width: 18px;
  height: 1.5px;
  background-color: var(--Mono-950);
  transition: transform 0.3s;
}
.l-header__bar {
  display: grid;
}
.l-header__bar::before, .l-header__bar::after {
  content: "";
  grid-area: 1/1;
}
.l-header__bar::before {
  transform: translateY(-7px);
}
.l-header__bar::after {
  transform: translateY(7px);
}
.is-menu-open .l-header__bar {
  background-color: transparent;
}
.is-menu-open .l-header__bar::before {
  transform: rotate(45deg);
}
.is-menu-open .l-header__bar::after {
  transform: rotate(-45deg);
}
.l-header__inner {
  padding-top: 62px;
}
.is-menu-open .l-header__inner {
  background-color: var(--Mono-200);
}
@media (min-width: 1280px) {
  .is-menu-open .l-header__inner {
    background: none;
  }
}
@media (min-width: 1280px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1760px;
    margin: 0 auto;
    padding: 54px 40px 0;
  }
  .is-search-open .l-header__inner {
    padding-top: 136px;
  }
}
.l-header__menu {
  display: none;
  max-height: calc(100svh - 62px);
  overflow-y: auto;
  padding: 16px 16px 92px;
}
@media (min-width: 1280px) {
  .l-header__menu {
    display: block;
    min-width: 848px;
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }
}
.is-menu-open .l-header__menu {
  display: block;
}
@media (min-width: 1280px) {
  .l-header__menu-upper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--Mono-950);
  }
  .l-header__menu-upper-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 1760px;
    height: 54px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.l-header__search {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .l-header__search {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-header__search-inner {
    display: grid;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background-color: var(--Mono-950);
    place-content: center;
    padding: 0;
  }
  .is-search-open .l-header__search-inner {
    max-height: 82px;
    padding: 16px;
  }
}
.l-header__search-form {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 64px;
}
@media (min-width: 1280px) {
  .l-header__search-form {
    grid-template-columns: auto 400px 64px;
  }
}
.l-header__search-form-label {
  grid-column: 1/span 2;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .l-header__search-form-label {
    grid-column: inherit;
    margin: 0 24px 0 0;
    color: var(--White);
    font-size: var(--font-size-lg);
    place-self: center start;
  }
}
.l-header__search-form .m-text-box {
  border-right: 0;
}
.l-header__search-form .m-text-box[type=search]:hover {
  border: 1px solid var(--Blue-Accent);
}
.l-header__search-btn {
  width: 64px;
  color: var(--White);
  background-color: var(--Mono-700);
  border: solid 1px var(--Mono-300);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__search-btn:hover {
    opacity: 0.7;
  }
}
.l-header__search-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--White);
}
@media (min-width: 1280px) {
  .l-header__search-toggle {
    display: inherit;
  }
}
.l-header__search-toggle .m-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.is-search-open .l-header__search-toggle .m-symbol:first-child {
  opacity: 0;
}
.l-header__search-toggle .m-symbol:last-child {
  opacity: 0;
}
.is-search-open .l-header__search-toggle .m-symbol:last-child {
  opacity: 1;
}
.l-header__site-target {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .l-header__site-target {
    margin-top: -15px;
    margin-bottom: 0;
  }
}
.l-header__site-target-list {
  display: grid;
  gap: 8px;
}
@media (min-width: 1280px) {
  .l-header__site-target-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
}
.l-header__site-target-link, .l-header__site-target-link--distributors, .l-header__site-target-link--institutional, .l-header__site-target-link--individual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 2px;
  color: var(--White);
  background: var(--Mono-700) no-repeat center center/cover;
}
@media (min-width: 1280px) {
  .l-header__site-target-link, .l-header__site-target-link--distributors, .l-header__site-target-link--institutional, .l-header__site-target-link--individual {
    width: 186px;
    height: 39px;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .l-header__site-target-link:hover, .l-header__site-target-link--distributors:hover, .l-header__site-target-link--institutional:hover, .l-header__site-target-link--individual:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .l-header__site-target-link.is-current, .is-current.l-header__site-target-link--distributors, .is-current.l-header__site-target-link--institutional, .is-current.l-header__site-target-link--individual {
    color: var(--Mono-950);
    background: var(--Mono-100);
  }
}
.l-header__site-target-link--individual {
  background-image: url(/common/images/common/bg-header-target-01.jpg);
}
@media (min-width: 1280px) {
  .l-header__site-target-link--individual {
    background-image: none;
  }
}
.l-header__site-target-link--institutional {
  background-image: url(/common/images/common/bg-header-target-02.jpg);
}
@media (min-width: 1280px) {
  .l-header__site-target-link--institutional {
    background-image: none;
  }
}
.l-header__site-target-link--distributors {
  background-image: url(/common/images/common/bg-header-target-03.jpg);
}
@media (min-width: 1280px) {
  .l-header__site-target-link--distributors {
    background-image: none;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-list {
    display: flex;
    justify-content: flex-end;
    height: 102px;
  }
}
.l-header__gnav-item {
  margin-bottom: 8px;
}
.l-header__gnav-item:has(.l-header__gnav-link) {
  position: relative;
}
.l-header__gnav-item:not(.l-header__gnav-link) .l-header__gnav-link::before {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__gnav-item:not(.l-header__gnav-link) .l-header__gnav-link::before {
    display: inherit;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-item {
    margin-bottom: 0;
  }
}
.l-header__gnav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 9px 0;
}
@media (min-width: 1280px) {
  .l-header__gnav-link {
    height: 102px;
    padding: 0 16px;
  }
}
.l-header__gnav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 2px;
  border-top: 2px solid var(--Mono-950);
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .l-header__gnav-link::before {
    top: auto;
    right: 16px;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 2px;
    border-color: var(--Blue-Accent);
    transform: translateY(0);
    transition: width ease 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header__gnav-link:hover::before {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-link.is-current::before {
    width: calc(100% - 32px);
    transition: none;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-link .m-symbol {
    display: none;
  }
}
.l-header__gnav-toggle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 9px 0;
  height: 44px;
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle {
    height: 102px;
    padding: 0 16px;
  }
}
.l-header__gnav-toggle::before, .l-header__gnav-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
}
.l-header__gnav-toggle::before {
  right: 0;
  width: 14px;
  height: 2px;
  border-top: 2px solid var(--Mono-950);
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle::before {
    top: auto;
    right: 16px;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 2px;
    border-color: var(--Blue-Accent);
    transform: translateY(0);
    transition: width ease 0.3s;
  }
}
@media (min-width: 1280px) {
  .is-gnav-open .l-header__gnav-toggle::before {
    width: calc(100% - 32px);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header__gnav-toggle:hover::before {
    width: calc(100% - 32px);
  }
}
.l-header__gnav-toggle::after {
  right: 6px;
  width: 2px;
  height: 14px;
  border-right: 2px solid var(--Mono-950);
  transform: translate(0, -50%);
}
.is-show .l-header__gnav-toggle::after {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle::after {
    content: none;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle.is-current::before {
    width: calc(100% - 32px);
    transition: none;
  }
}
.l-header__gnav-content {
  display: none;
}
.is-gnav-open .l-header__gnav-content {
  display: block;
}
@media (min-width: 1280px) {
  .l-header__gnav-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--Mono-100);
  }
}
.l-header__site-nav {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--Mono-400);
}
@media (min-width: 1280px) {
  .l-header__site-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 40px;
    border-top: 0;
    transform: translateX(-50%);
  }
}
.l-header__site-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
@media (min-width: 1280px) {
  .l-header__site-nav-list {
    position: absolute;
    top: 4px;
    right: 56px;
    display: flex;
    justify-content: flex-end;
    margin-right: 56px;
  }
}
.l-header__site-nav-item--logo {
  margin-right: 24px;
}
.l-header__site-nav-link {
  display: flex;
  align-items: center;
  padding: 9px 0;
  height: 44px;
  font-size: var(--font-size-sm);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__site-nav-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .l-header__site-nav-link {
    gap: 4px;
    color: var(--White);
  }
}
.l-header__site-nav-link .m-symbol {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__site-nav-link .m-symbol {
    display: inherit;
  }
}
@media (min-width: 1280px) {
  .l-header--company .l-header__menu {
    min-width: 768px;
  }
}
.l-footer {
  padding: 24px 0 48px;
  color: var(--White);
  font-size: var(--font-size-sm);
  background-color: var(--Mono-950);
}
@media (min-width: 600px) {
  .l-footer {
    padding: 72px 0 32px;
  }
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-footer--miraiken {
  padding-block: 48px;
  background-color: var(--Mono-950);
  color: var(--White);
  font-size: var(--font-size-sm);
}
@media (min-width: 600px) {
  .l-footer--miraiken {
    padding: 72px 0 40px;
  }
}
@media print {
  .l-footer--miraiken {
    display: none;
  }
}
.l-footer__inner {
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-footer__inner {
    padding: 0 40px;
  }
}
@media (min-width: 600px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: minmax(auto, 380px) auto 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__inner {
    grid-template-columns: 380px 126px 1fr;
    grid-template-rows: auto;
  }
}
.l-footer__sns {
  margin: 0 -16px 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer__sns {
    grid-column-start: 3;
    grid-row-start: 2;
    justify-self: end;
    width: 320px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-footer__sns {
    height: 132px;
  }
}
.l-footer__sns-title {
  margin-bottom: 16px;
  color: var(--Mono-400);
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer__sns-title {
    text-align: left;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
}
@media (min-width: 600px) {
  .l-footer__sns-list {
    justify-content: flex-start;
    gap: 0 24px;
  }
}
.l-footer__sns-item {
  flex-basis: 37px;
}
@media (min-width: 600px) {
  .l-footer__sns-item {
    flex-basis: 24px;
  }
}
.l-footer__sns-link {
  color: var(--White);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .l-footer__sns .m-symbol {
    width: 24px;
  }
}
.l-footer__title {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .l-footer__title {
    margin-bottom: 56px;
    grid-column: span 3/span 3;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.l-footer--miraiken .l-footer__title {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__title {
    grid-row: 1/2;
    grid-column: 1/4;
    margin-bottom: 32px;
  }
}
.l-footer__logo {
  max-width: 300px;
}
@media (min-width: 600px) {
  .l-footer__logo {
    max-width: 418px;
  }
}
.l-footer__address {
  margin: 0 -16px 40px;
  padding: 0 16px 40px;
  font-size: var(--font-size-sm);
}
@media (min-width: 600px) {
  .l-footer__address {
    grid-column-start: 3;
    grid-row-start: 3;
    justify-self: end;
    width: 320px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .l-footer--miraiken .l-footer__address {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__address {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: start;
    width: 380px;
  }
}
.l-footer__address-text {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .l-footer__address-text {
    font-size: var(--font-size-sm);
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__address-text {
    line-height: 1.2;
  }
}
.l-footer__address-row {
  display: inline-flex;
}
.l-footer__address-sns {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 600px) {
  .l-footer__address-sns {
    margin-top: 32px;
  }
}
.l-footer__address-ico-link {
  width: 24px;
  margin-left: 10px;
  color: var(--White);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__address-ico-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .l-footer__address-ico-link {
    margin-left: 24px;
  }
}
.l-footer__heading {
  margin-bottom: 35px;
  color: var(--Mono-400);
}
@media (min-width: 600px) {
  .l-footer__heading {
    margin-bottom: 24px;
  }
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 16px;
}
@media (min-width: 600px) {
  .l-footer__list {
    display: block;
    margin-right: 28px;
  }
}
@media (min-width: 1280px) {
  .l-footer__list {
    display: flex;
    flex-direction: column;
    gap: 0 72px;
    height: 218px;
    margin-right: 0;
  }
}
.l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
  flex-basis: calc(50% - 8px);
}
@media (min-width: 600px) {
  .l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
    margin-bottom: 18px;
  }
}
@media (min-width: 1280px) {
  .l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
    flex: 0 0 auto;
    align-self: flex-start;
  }
}
.l-footer__item--lg {
  flex-basis: 100%;
}
@media (min-width: 1280px) {
  .l-footer__item--lg {
    flex-basis: auto;
  }
}
@media (min-width: 1280px) {
  .l-footer__item--column-break {
    margin-bottom: 40px;
  }
}
.l-footer__link {
  color: var(--White);
  position: relative;
  display: inline-block;
}
.l-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--White);
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover::after {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:has(.m-symbol):hover::after {
    width: calc(100% - 23px);
  }
}
.l-footer__business {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer__business {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer__company {
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .l-footer__company {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (min-width: 1280px) {
  .l-footer__company {
    margin-left: 72px;
  }
}
.l-footer__nav {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .l-footer__nav {
    grid-column: span 2/span 2;
    grid-row-start: 4;
    margin: 0 28px 0 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
}
.l-footer__nav-list + .l-footer__nav-list {
  margin-top: 32px;
}
@media (min-width: 600px) {
  .l-footer__nav-list + .l-footer__nav-list {
    margin-top: 40px;
  }
}
.l-footer--miraiken .l-footer__nav-list {
  gap: 16px;
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav-list {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__nav-item {
  position: relative;
  flex: 0 0 auto;
  margin-right: 1em;
  padding-right: 1em;
  max-width: 100%;
}
.l-footer__nav-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 1px;
  height: 16px;
  border-right: 1px solid var(--Mono-600);
}
.l-footer__nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.l-footer__nav-item:last-child::after {
  content: none;
}
.l-footer--miraiken .l-footer__nav-item {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  height: 44px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .l-footer--miraiken .l-footer__nav-item {
    flex: 1 1 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav-item {
    height: 40px;
  }
}
.l-footer--miraiken .l-footer__nav-item::after {
  display: none;
}
.l-footer__nav-item .m-symbol {
  margin-left: 4px;
}
.l-footer__copyright {
  color: var(--Mono-400);
  font-size: var(--font-size-xs);
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer__copyright {
    grid-column-start: 3;
    grid-row-start: 4;
    justify-self: end;
    margin: 22px 0 0;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .l-footer__copyright {
    width: 320px;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__copyright {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: end;
  }
}

.l-footer-before {
  padding-block: 24px;
  background-color: var(--Mono-700);
  font-size: var(--font-size-sm);
}
@media (min-width: 600px) {
  .l-footer-before {
    padding-block: 40px;
  }
}
@media print {
  .l-footer-before {
    display: none;
  }
}
.l-footer-before__inner {
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-footer-before__inner {
    padding: 0 40px;
  }
}
@media (min-width: 600px) {
  .l-footer-before__inner {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 600px) {
  .l-footer-before__list {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column dense;
    gap: 0 56px;
  }
}
.l-footer-before__item {
  display: flex;
  align-items: center;
  height: 44px;
}
@media (min-width: 600px) {
  .l-footer-before__item {
    height: 40px;
  }
}
.l-footer-before__link {
  color: var(--White);
  position: relative;
  display: inline-block;
}
.l-footer-before__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--White);
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-before__link:hover::after {
    width: 100%;
  }
}

.l-footer-en {
  padding: 56px 0 24px;
  color: var(--White);
  font-size: var(--font-size-sm);
  background-color: var(--Mono-950);
}
@media (min-width: 600px) {
  .l-footer-en {
    padding: 56px 0 40px;
  }
}
@media print {
  .l-footer-en {
    display: none;
  }
}
.l-footer-en__inner {
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-footer-en__inner {
    padding: 0 40px;
  }
}
@media (min-width: 600px) {
  .l-footer-en__inner {
    display: grid;
    gap: 40px 0;
  }
}
.l-footer-en__country {
  padding-bottom: 48px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer-en__country {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer-en__country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.l-footer-en__country-title {
  flex-basis: 100%;
  margin-bottom: 24px;
  color: var(--Mono-400);
}
@media (min-width: 600px) {
  .l-footer-en__country-title {
    margin-bottom: 8px;
  }
}
.l-footer-en__country-item {
  position: relative;
  flex: 0 0 auto;
  margin-right: 16px;
  padding-right: 16px;
}
.l-footer-en__country-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 1px;
  height: 16px;
  border-right: 1px solid var(--Mono-600);
}
.l-footer-en__country-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.l-footer-en__country-item:last-child::after {
  content: none;
}
.l-footer-en__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  padding-bottom: 48px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer-en__list {
    grid-column-start: 1;
    grid-row-start: 3;
    margin: 0 72px 0 0;
    padding: 0;
    border-bottom: 0;
    gap: 40px 72px;
  }
}
.l-footer-en__list-col {
  flex-basis: calc(50% - 8px);
}
@media (min-width: 600px) {
  .l-footer-en__list-col {
    flex-basis: auto;
    margin-bottom: -16px;
  }
}
.l-footer-en__list-title {
  font-weight: bold;
}
.l-footer-en__list-item {
  display: none;
}
@media (min-width: 600px) {
  .l-footer-en__list-item {
    display: block;
    margin-bottom: 16px;
  }
}
.l-footer-en__nav {
  margin: 0 -16px 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer-en__nav {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 4;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer-en__nav-list {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  gap: 24px 0;
}
@media (min-width: 600px) {
  .l-footer-en__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 32px;
    padding: 0;
  }
}
.l-footer-en__nav-list + .l-footer-en__nav-list {
  margin-top: 32px;
}
@media (min-width: 600px) {
  .l-footer-en__nav-list + .l-footer-en__nav-list {
    margin-top: 40px;
  }
}
.l-footer-en__nav .m-symbol {
  margin-left: 4px;
}
.l-footer-en__title {
  max-width: 343px;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  .l-footer-en__title {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer-en__link {
  color: var(--White);
  position: relative;
  display: inline-block;
  align-items: center;
}
.l-footer-en__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--White);
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-en__link:hover::after {
    width: 100%;
  }
}
.l-footer-en__linkedin {
  color: var(--White);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-en__linkedin:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .l-footer-en__address {
    grid-column-start: 2;
    grid-row-start: 3;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer-en__address-title {
  margin-bottom: 35px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .l-footer-en__address-title {
    margin-bottom: 25px;
  }
}
.l-footer-en__address-item {
  margin-top: 24px;
}
@media (min-width: 600px) {
  .l-footer-en__address-item {
    margin-bottom: 16px;
  }
}
.l-footer-en__address-img {
  display: block;
  margin-top: 12px;
  width: 153px;
}
.l-footer-en__copyright {
  margin-top: 40px;
  color: var(--Mono-400);
  font-size: var(--font-size-xs);
  text-align: center;
  grid-column: span 2/span 2;
  grid-row-start: 5;
}
@media (min-width: 600px) {
  .l-footer-en__copyright {
    margin-top: -16px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .l-footer-en__copyright {
    width: 320px;
  }
}

@media (max-width: 599px) {
  .l-header-simple {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}
.l-header-simple__inner {
  display: flex;
  align-items: center;
  height: 62px;
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-header-simple__inner {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .l-header-simple__inner {
    height: 102px;
  }
}
.l-header-simple__logo {
  width: 223px;
  margin-top: 4px;
  margin-right: 8px;
}
@media (min-width: 1280px) {
  .l-header-simple__logo {
    width: auto;
    max-width: 464px;
    margin-top: 0;
    margin-right: 16px;
  }
}
.l-header-simple__logo--en {
  width: auto;
}
.l-header-simple__logo--en img {
  width: auto;
  height: 30px;
}
@media (min-width: 1280px) {
  .l-header-simple__logo--en img {
    height: 64px;
  }
}

.l-footer-simple {
  padding: 24px 0;
  color: var(--White);
  font-size: var(--font-size-sm);
  background-color: var(--Mono-950);
}
@media (min-width: 600px) {
  .l-footer-simple {
    padding: 32px 0;
  }
}
.l-footer-simple__inner {
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-footer-simple__inner {
    padding: 0 40px;
  }
}
.l-footer-simple__copyright {
  color: var(--Mono-400);
  font-size: var(--font-size-xs);
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer-simple__copyright {
    text-align: right;
  }
}

.l-contents, .l-contents--xl {
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-contents, .l-contents--xl {
    padding: 0 40px;
  }
}
.l-contents--xl {
  max-width: 1760px;
}

.l-section {
  margin: 56px 0;
}
@media (min-width: 600px) {
  .l-section {
    margin: 72px 0;
  }
}
.l-section .l-section {
  margin: 32px 0;
}
@media (min-width: 600px) {
  .l-section .l-section {
    margin: 40px 0;
  }
}
.l-section .l-section:last-child {
  margin-bottom: 0;
}

.l-grid {
  display: grid;
  grid-template-rows: auto;
  gap: 16px;
}
@media (max-width: 599px) {
  .l-grid:has([class^=m-heading]) {
    gap: 32px;
  }
}
@media (min-width: 600px) {
  .l-grid {
    gap: 24px;
  }
  .l-grid[data-cols="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid[data-cols="2"][data-cols-sp="1"] {
    grid-template-columns: auto;
  }
  .l-grid[data-cols="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid[data-cols="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 960px) {
  .l-grid[data-cols="2"][data-cols-sp="1"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.m-symbol {
  position: relative;
  color: currentColor;
}
.m-symbol[data-position-top="1"] {
  top: 1px;
}
.m-symbol[data-position-top="2"] {
  top: 2px;
}
.m-symbol[data-position-top="3"] {
  top: 3px;
}
.m-symbol[data-position-top="4"] {
  top: 4px;
}
.m-symbol[data-position-top="5"] {
  top: 5px;
}
.m-symbol[data-position-top="6"] {
  top: 6px;
}
.m-symbol[data-position-top="7"] {
  top: 7px;
}
.m-symbol[data-position-top="8"] {
  top: 8px;
}
.m-symbol[data-position-top="9"] {
  top: 9px;
}
.m-symbol[data-position-top="10"] {
  top: 10px;
}
.m-symbol[data-position-top="11"] {
  top: 11px;
}
.m-symbol[data-position-top="12"] {
  top: 12px;
}
.m-symbol[data-position-top="13"] {
  top: 13px;
}
.m-symbol[data-position-top="14"] {
  top: 14px;
}
.m-symbol[data-position-top="15"] {
  top: 15px;
}
.m-symbol[data-position-top="16"] {
  top: 16px;
}
.m-symbol[data-position-top="17"] {
  top: 17px;
}
.m-symbol[data-position-top="18"] {
  top: 18px;
}
.m-symbol[data-position-top="19"] {
  top: 19px;
}
.m-symbol[data-position-top="20"] {
  top: 20px;
}

.m-gnav-lv2 {
  margin: 16px 0 24px;
}
@media (min-width: 1280px) {
  .m-gnav-lv2 {
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
    padding: 40px;
  }
}
.m-gnav-lv2__title {
  font-size: var(--font-size-md);
}
@media (min-width: 1280px) {
  .m-gnav-lv2__title {
    margin-bottom: 24px;
    font-size: var(--font-size-2xl);
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__row {
    display: flex;
    gap: 0 40px;
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__col {
    max-height: 218px;
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__col--fund {
    min-width: 408px;
  }
}
.m-gnav-lv2__heading {
  margin-bottom: 16px;
  color: var(--Mono-600);
  font-size: var(--font-size-lg);
  font-weight: bold;
}
.m-gnav-lv2__heading::after {
  content: "：";
}
.m-gnav-lv2__list, .m-gnav-lv2__list--with-heading {
  display: grid;
  gap: 8px;
  font-size: var(--font-size-sm);
  margin: 16px 0 24px;
}
@media (min-width: 1280px) {
  .m-gnav-lv2__list, .m-gnav-lv2__list--with-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 40px;
    min-height: 218px;
    max-height: 252px;
    margin: 0;
    font-size: var(--font-size-md);
  }
}
.m-gnav-lv2__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-gnav-lv2__link:hover {
    opacity: 0.7;
  }
}
.m-gnav-lv2__close {
  display: none;
}
@media (min-width: 1280px) {
  .m-gnav-lv2__close {
    display: inherit;
    position: absolute;
    top: 32px;
    right: 40px;
    width: 44px;
    height: 44px;
    padding: 10px;
  }
}

.m-breadcrumbs {
  margin: 0 -16px;
  padding-block: 24px;
  font-size: var(--font-size-sm);
}
.m-breadcrumbs__list {
  display: flex;
  overflow-x: auto;
  margin-bottom: -8px;
  padding: 0 16px 8px;
}
.m-breadcrumbs__item {
  white-space: nowrap;
}
.m-breadcrumbs__link {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
}
.m-breadcrumbs__link span {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-breadcrumbs__link:hover span {
    opacity: 0.7;
  }
}

@media (max-width: 599px) {
  .is-hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .is-hide-md {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1759px) {
  .is-hide-lg {
    display: none !important;
  }
}

@media (min-width: 1760px) {
  .is-hide-xl {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .is-hide-min-md {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .is-hide-min-md-lg {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .is-hide-max-md-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .is-hide-min-lg {
    display: none !important;
  }
}

.is-plus {
  color: var(--Red-AMO);
  white-space: nowrap;
}

.is-minus {
  color: var(--Blue-800);
  white-space: nowrap;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}