@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes ANI--menu {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  0.1% {
    display: grid;
    visibility: inherit;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ANI--Slide--R-L {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ANI--Fade--UP {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translatY(0%);
    opacity: 1;
  }
}
@keyframes ani--FideSlide--R-L {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes ani--Slid--DOWN {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translatY(100%);
  }
}
@keyframes ani--fuwa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani--bottom-to-top {
  0% {
    filter: blur(0.625rem);
    opacity: 0;
    translate: 0 1.5rem;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ani--shine {
  0% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 1 !important;
  }
}
/********************************************************/
/* ▼スクロール検知用 */
.js--inview.js--obv_targetA {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.4s ease;
}

.unit--logos.js--inview.js--obv_targetA .inner > a {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(1) {
  transition-delay: 0.6s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(2) {
  transition-delay: 0.9s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(3) {
  transition-delay: 1.2s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(4) {
  transition-delay: 1.5s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(5) {
  transition-delay: 1.8s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(6) {
  transition-delay: 2.1s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(7) {
  transition-delay: 2.4s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(8) {
  transition-delay: 2.7s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(9) {
  transition-delay: 3s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(10) {
  transition-delay: 3.3s;
}

.js--inview.js--obv_targetB {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.6s ease;
}

.js--inview.js--obv_targetC {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 1.2s ease;
}

.js--inview.js--obv_targetC.btn {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.6s ease;
}

.cnt--topics--wrap.js--inview.js--obv_targetA > a {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(1) {
  transition-delay: 0.6s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(2) {
  transition-delay: 0.9s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(3) {
  transition-delay: 1.2s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(4) {
  transition-delay: 1.5s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(5) {
  transition-delay: 1.8s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(6) {
  transition-delay: 2.1s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(7) {
  transition-delay: 2.4s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(8) {
  transition-delay: 2.7s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(9) {
  transition-delay: 3s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(10) {
  transition-delay: 3.3s;
}

.news--list--wrap.js--inview.js--obv_targetA ul li {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(1) {
  transition-delay: 0.6s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(2) {
  transition-delay: 0.9s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(3) {
  transition-delay: 1.2s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(4) {
  transition-delay: 1.5s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(5) {
  transition-delay: 1.8s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(6) {
  transition-delay: 2.1s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(7) {
  transition-delay: 2.4s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(8) {
  transition-delay: 2.7s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(9) {
  transition-delay: 3s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(10) {
  transition-delay: 3.3s;
}

.js--loadFinished .top--mv--texts {
  animation-name: ani--fuwa;
  animation-delay: 0.5s;
  animation-duration: 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out;
}
.js--loadFinished .MV--toNews {
  animation-name: ani--FideSlide--R-L;
  animation-delay: 1.1s;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topicsblock {
  display: none !important;
}

a.link--OFF {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", "メイリオ";
  font-display: swap;
  font-feature-settings: "palt";
}

body#n24 {
  position: relative;
}
body#n24 #l-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100dvh;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
body#n24 #loadingBase {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
}
body#n24 #loadingBase #loadingInner {
  position: absolute;
  height: 100vh;
  height: 100dvh;
  inset: 0;
}
body#n24 #loadingBase #loadingInner #loadingInner--A {
  display: block;
  position: absolute;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
}
body#n24 #loadingBase #loadingInner #loadingInner--A .logo--wrap {
  height: 100vh;
  height: 100dvh;
  display: grid;
  align-content: center;
  justify-content: center;
}
body#n24 #loadingBase #loadingInner #loadingInner--A .logo--wrap .logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 30px;
}
body#n24 #loadingBase #loadingInner #loadingInner--A .logo--wrap .logo.js--loadFinished-logo {
  animation: ani--logo 0.6s 1.2s ease-in-out both;
}
body#n24 #loadingBase #loadingInner #loadingInner--A .logo--wrap .logo img {
  display: block;
}
body#n24 #loadingBase #loadingInner #loadingInner--B {
  display: block;
  position: absolute;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  background-color: #003399;
  animation: ani--clip-display-01 0.6s 1.5s ease-in-out both;
}
body#n24 #loadingBase #loadingInner.js--loadFinished {
  animation: ani--clip-display-02 0.4s 0.1s ease-in-out both;
}
@keyframes ani--clip-display-01 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes ani--clip-display-02 {
  0% {
    transform: translateY(0%);
  }
  99.999% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes ani--logo {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-33%);
    opacity: 0;
  }
}

body#n24 {
  background-color: #fff;
}

body#n24 {
  font-family: "Noto Sans JP", sans-serif;
  color: #010101;
  font-size: 28px;
}

body#n24 .btn a {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 8px;
  background-color: #092a81;
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  min-width: 160px;
  display: grid;
  padding: 0.2em 0.8em;
  align-content: center;
  transition: all 0.2s;
}
body#n24 .btn a span.btnTxt {
  padding: 1em 0.2em;
}
@media only screen and (max-height: 800px) {
  body#n24 .btn a span.btnTxt {
    font-size: 12px;
  }
}
body#n24 .btn a span.btnTxt.btnTxt--S {
  padding: 0.8em 0.2em;
}
body#n24 .btn a:hover {
  background-color: #1dc9ff;
}
@media only screen and (max-width: 1280px) {
  body#n24 .btn a {
    min-width: 100px;
  }
}
body#n24 .btn.btn--gbClr--white a {
  background-color: #fff;
  color: #010101;
}
body#n24 .btn.btn--gbClr--white a:hover {
  background-color: #1dc9ff;
}
body#n24 .btn.btn--gbClr--black a {
  background-color: #010101;
  color: white;
}
body#n24 .btn.btn--gbClr--black a:hover {
  background-color: #393942;
}
body#n24 .btn.btn--iconLR a {
  display: grid;
  grid-template-columns: minmax(24px, max-content) auto minmax(24px, max-content);
  align-items: center;
  justify-items: center;
}
body#n24 .btn.btn--iconLR a span.iconL {
  display: inline-block;
  background-color: transparent;
}
body#n24 .btn.btn--iconLR a span.iconR {
  display: inline-block;
  background-color: transparent;
}
body#n24 .btn.btn--iconLR a span.icon--arrow {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .btn.btn--iconLR a span.icon--arrow-blue {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .btn.btn--iconLR a span.icon--arrow-black {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .btn.btn--iconLR a span.icon--arrow-btm {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.35889L7 7.35889L13 1.35889" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

body#n24 .title--A {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  color: #010101;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 2.4em;
  padding: 10px 0 10px 12px;
  border-left: 6px solid #1dc9ff;
}
@media only screen and (max-width: 768px) {
  body#n24 .title--A {
    font-size: 16px;
    line-height: 1.1;
  }
}
body#n24 .title--A::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  border-left: 6px solid #0c3493;
  height: 50%;
  width: calc(100% + 6px);
}
body#n24 .title--A::after {
  position: absolute;
  bottom: -6px;
  left: -6px;
  content: "";
  width: calc(100% + 6px);
  border-bottom: 1px #bedbef solid;
}
body#n24 .title--A > .text {
  font-weight: 600;
}

@keyframes ANI--upFade {}
body#n24.JS--menuOpen {
  overflow: hidden;
  touch-action: none;
  width: 100%;
  height: auto;
}

body#n24 #menu_nav {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body#n24.JS--menuOpen #menu_nav {
  overflow: auto;
  animation-name: ANI--menu;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  visibility: inherit;
  opacity: 1;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  background-color: #1e366e;
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
}
body#n24.JS--menuOpen #menu_nav .menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
@media only screen and (max-width: 1280px) {
  body#n24.JS--menuOpen #menu_nav .menu_header {
    padding: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  body#n24.JS--menuOpen #menu_nav .menu_header .logo {
    max-width: 180px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a {
  background-color: #1e366e;
  min-width: 64px;
  min-height: 64px;
  aspect-ratio: 1;
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a:hover {
  background-color: #27468d;
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 13" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L13 13" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media only screen and (max-width: 1280px) {
  body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a {
    min-width: 48px;
    min-height: 48px;
  }
  body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a span {
    width: 16px;
    height: 16px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt {
  max-width: 1200px;
  width: 100%;
  margin: 64px auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1280px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt {
    margin: 32px auto 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner {
  font-size: 16px;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  align-items: start;
  height: 100%;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner a {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner {
    grid-template-columns: 1fr;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
  padding: 0 64px;
  padding-left: 0;
  border-right: 1px #f5fbff solid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left > .wrap {
    display: contents;
  }
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left > .wrap > dl.com {
    order: 1;
  }
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left > .wrap > dl.ir {
    order: 2;
  }
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left > .wrap > dl.news {
    order: 3;
  }
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left > .wrap > dl.other {
    order: 4;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl {
  margin-bottom: 4em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl:only-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl {
    margin-bottom: 0;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1.6em;
  font-weight: 900;
}
@media only screen and (max-width: 1480px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt {
    margin-top: 2em;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 0.6em;
  padding: 0.2em 0 0.3em;
  border-left: 5px #f5fbff solid;
  padding-left: 0.6em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a .ico--arrow-R {
  background-color: #f5fbff;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 80%;
  background-position: 25% center;
  transition: all 0.2s;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a:hover {
  color: #1dc9ff;
  border-color: #1dc9ff;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a:hover .ico--arrow-R {
  background-color: #1dc9ff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%230C3493" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd {
  font-size: 13px;
  line-height: 1;
  margin-top: 1em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd {
    border-bottom: 1px dotted #f5fbff;
    margin: 0;
  }
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd:only-of-type {
    border: none;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd a {
  text-decoration: none;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd a::before {
  margin-right: 0.2em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd a:hover {
  text-decoration: underline;
  color: #1dc9ff;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd a {
    font-size: 14px;
    display: block;
    padding: 1.2em 0;
    margin: 0;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl:nth-child(n+4) {
  margin-bottom: 2em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl {
    margin-left: 1em;
    margin-top: 3em;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl > dt {
  border: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl > dt {
    margin-top: 1em;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl > dt > a {
  font-size: 18px;
  border: none;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl > dt > a {
    font-size: 18px;
    margin-top: 1em;
    padding: 0;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl > dd > dl > dd {
  font-size: 13px;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right {
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  padding-right: 0;
  display: grid;
  grid-auto-flow: row;
  gap: 4em;
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right {
    padding: 0;
    padding-top: 2em;
    margin-top: 3em;
    border-top: 1px #f5fbff solid;
    justify-content: end;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dt {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1.2em;
  font-weight: 900;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dd {
  font-size: 13px;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dd.bnr {
  background-color: rgb(30, 30, 30);
  width: 100%;
  aspect-ratio: 1.7;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl {
    max-width: 50%;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--sub {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1.2em;
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--sub {
    max-width: clamp(300px, 100%, 380px);
    margin: 0 auto;
  }
}

body#n24.n24--top .n24--top--mv--wrap .MV-BG-SVG--wrap {
  display: block;
}
body#n24.n24--top .n24--top--mv--wrap .MV-BG-SVG--wrap #svg-4 {
  fill: #ffc1e9;
  position: absolute;
  left: 0%;
  bottom: calc(35vh - 32vw);
  width: 100%;
  height: auto;
  transform: rotate(-8deg) scale(1.5);
  transform-origin: bottom center;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV-BG-SVG--wrap #svg-4 {
    bottom: calc(-19vh - 32vw + 180px);
    transform: rotate(-7deg) scale(1.5, 3.2);
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV-BG-SVG--wrap #svg-3 {
  fill: #f2f677;
  position: absolute;
  left: 0;
  bottom: calc(4vh - 32vw);
  width: 100%;
  height: auto;
  transform: rotate(-2deg) scale(1.8);
  transform-origin: bottom center;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV-BG-SVG--wrap #svg-3 {
    bottom: calc(-22vh - 32vw + 140px);
    transform: rotate(-6deg) scale(1.8, 3);
  }
}
@keyframes ani--MV--BG--pathAni {
  0% {
    d: path("M 0,600 L 0,225 C 212,262 424,299 664,299 C 904,299 1172,262 1440,225 L 1440,600 L 0,600 Z");
  }
  25% {
    d: path("M 0,600 L 0,225 C 193.5,271 387,317 627,317 C 867,317 1153.5,271 1440,225 L 1440,600 L 0,600 Z");
  }
  50% {
    d: path("M 0,600 L 0,225 C 241.5,229 483,233 723,233 C 963,233 1201.5,229 1440,225 L 1440,600 L 0,600 Z");
  }
  75% {
    d: path("M 0,600 L 0,225 C 205.5,200.5 411,176 651,176 C 891,176 1165.5,200.5 1440,225 L 1440,600 L 0,600 Z");
  }
  100% {
    d: path("M 0,600 L 0,225 C 212,262 424,299 664,299 C 904,299 1172,262 1440,225 L 1440,600 L 0,600 Z");
  }
}

body#n24.n24--top .n24--top--mv--wrap {
  color: #010101;
  overflow: hidden;
  position: relative;
  background-color: #91e2f6;
  background: linear-gradient(180deg, rgb(158, 229, 247) 0%, rgb(203, 254, 255) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  --vh: 611.9vh;
  --vhB: 576vh;
  --vw-yoko: 607.9vw;
  --vwB-yoko: 1025vw;
}
body#n24.n24--top .n24--top--mv--wrap .MV-illust--city {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img24/top/MV-illust--city.png);
  background-repeat: no-repeat;
  background-size: auto 41vw;
  background-position: left 16px center;
  width: 100%;
  height: 150vh;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV-illust--city {
    bottom: -47%;
    background-size: auto 75vw;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mv--wrap .MV-illust--city {
    bottom: -58%;
    background-size: auto 75vw;
    background-position: left -8px center;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--mv--wrap .MV-illust--city {
    bottom: -69%;
    background-size: auto 87vw;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--toNews {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 20;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--toNews {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    display: grid;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--toNews .btn {
    max-width: 320px;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--toNews .btn a {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding-left: 2em;
  grid-template-columns: auto auto;
  font-size: 20px;
  letter-spacing: 0.2em;
  background-color: #121213;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--toNews .btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--toNews .btn a {
    font-size: 13px;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--toNews .btn a:hover {
  background-color: #393942;
}
body#n24.n24--top .n24--top--mv--wrap .MV--toNews .sample_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #ffffff;
  background: linear-gradient(to right, #1b85fb, #fb4d8a);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  border-radius: 0.67em;
}
body#n24.n24--top .n24--top--mv--wrap .MV--toNews .sample_btn:hover {
  color: #fff;
  background-position: 100% 51%;
}
@keyframes ani--SlideIn--A {
  0% {
    transform-origin: top;
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ani--SlideIn--B {
  0% {
    transform-origin: top;
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes ani--UpDownLoop1 {
  0% {
    transform: translateY(calc(var(--vh) / 2 * -1));
  }
  100% {
    transform: translateY(calc(var(--vh) / 2));
  }
}
@keyframes ani--UpDownLoop2 {
  0% {
    transform: translateY(calc(var(--vh) * -1));
  }
  100% {
    transform: translateY(0vh);
  }
}
@keyframes ani--UpDownLoop3 {
  0% {
    transform: translateY(calc(var(--vhB) / 2 * -1));
  }
  100% {
    transform: translateY(calc(var(--vhB) / 2));
  }
}
@keyframes ani--UpDownLoop4 {
  0% {
    transform: translateY(calc(var(--vhB) * -1));
  }
  100% {
    transform: translateY(0vh);
  }
}
@keyframes ani--LeftRightLoop1 {
  0% {
    transform: translateX(calc(var(--vw-yoko) / 2 * -1));
  }
  100% {
    transform: translateX(calc(var(--vw-yoko) / 2));
  }
}
@keyframes ani--LeftRightLoop2 {
  0% {
    transform: translateX(calc(var(--vw-yoko) * -1));
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes ani--LeftRightLoop3 {
  0% {
    transform: translateX(calc(var(--vwB-yoko) / 2 * -1));
  }
  100% {
    transform: translateX(calc(var(--vwB-yoko) / 2));
  }
}
@keyframes ani--LeftRightLoop4 {
  0% {
    transform: translateX(calc(var(--vwB-yoko) * -1));
  }
  100% {
    transform: translateX(0vw);
  }
}
body#n24.n24--top .n24--top--mv--wrap .n24--top--mv {
  overflow: hidden;
  position: absolute;
  top: 0;
  padding: 80px;
  padding-top: 160px;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mv--wrap .n24--top--mv {
    max-width: 50vw;
  }
  body#n24.n24--top .n24--top--mv--wrap .n24--top--mv img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .n24--top--mv {
    position: relative;
    max-width: 640px;
    padding-top: 120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mv--wrap .n24--top--mv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body#n24.n24--top .n24--top--mv--wrap .n24--top--mv .top--mv--texts {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 10;
}
body#n24.n24--top .n24--top--mv--wrap .n24--top--mv .top--mv--texts .top--text img {
  max-width: 560px;
}
body#n24.n24--top .n24--top--mv--wrap .n24--top--mv .top--mv--texts .logo--main img {
  width: 720px;
}
body#n24.n24--top .n24--top--mv--wrap .n24--top--mv .top--mv--texts p.lead {
  font-size: 28px;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-weight: bold;
  margin-top: 1em;
  letter-spacing: 0.15em;
  text-shadow: 2px 1px rgb(255, 255, 255);
  text-align: justify;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mv--wrap .n24--top--mv .top--mv--texts p.lead {
    max-width: 660px;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap {
  position: absolute;
  z-index: 10;
  left: calc(60% - 180px);
  top: -120vh;
  transform: skew(-4deg, 12deg);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap {
    display: none;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap {
  position: relative;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--1st {
  --speed: 160s;
  --speed-A: var(--speed);
  --speed-B: calc(var(--speed) / 2 * -1);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--1st .base--A.ani--LOOP1 {
  animation: ani--UpDownLoop1 var(--speed-A) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--1st .base--A.ani--LOOP2 {
  animation: ani--UpDownLoop2 var(--speed-A) var(--speed-B) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--1st:hover .base--A.ani--LOOP1, body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--1st:hover .base--A.ani--LOOP2 {
  animation-play-state: paused;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--2nd {
  --speed: 140s;
  --speed-A: var(--speed);
  --speed-B: calc(var(--speed) / 2 * -1);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--2nd .base--A.ani--LOOP1 {
  animation: ani--UpDownLoop1 var(--speed-A) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--2nd .base--A.ani--LOOP2 {
  animation: ani--UpDownLoop2 var(--speed-A) var(--speed-B) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--2nd:hover .base--A.ani--LOOP1, body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--A--wrap.op--2nd:hover .base--A.ani--LOOP2 {
  animation-play-state: paused;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--B--wrap {
  position: relative;
  --speed: 200s;
  --speed-A: var(--speed);
  --speed-B: calc(var(--speed) / 2 * -1);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--B--wrap .base--B.ani--LOOP3 {
  animation: ani--UpDownLoop3 var(--speed-A) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--B--wrap .base--B.ani--LOOP4 {
  animation: ani--UpDownLoop4 var(--speed-A) var(--speed-B) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--B--wrap:hover .base--B.ani--LOOP3, body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap .base--B--wrap:hover .base--B.ani--LOOP4 {
  animation-play-state: paused;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul {
  display: grid;
  align-content: center;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul li {
  position: relative;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul li .box {
  border: 1px solid #000;
  position: relative;
  z-index: 10;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul li .box span {
  background-position: center;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A {
  --gap: 1vh;
  row-gap: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li {
  --width: auto;
  --height: 33vh;
  width: var(--width);
  height: var(--height);
  aspect-ratio: 192/364;
  background-image: url(../img24/top/MV-illust--mockupBase--A.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li:last-child {
  margin-bottom: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.3vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.4vh;
  height: 1.6vh;
  background-image: url(../img24/top/MV-illust--mockupBase--A--op1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a {
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box {
  overflow: hidden;
  --offsetPosi: 1vh;
  --offsetSize: 2.7vh;
  background-color: #fff;
  border-radius: 2.1vh;
  width: calc(100% - var(--offsetSize));
  height: calc(100% - var(--offsetSize));
  position: absolute;
  left: var(--offsetPosi);
  bottom: var(--offsetPosi);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box span.base--img--A1 {
  background-image: url(../img24/top/MV-illust--mockupInner--A1.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box span.base--img--A2 {
  background-image: url(../img24/top/MV-illust--mockupInner--A2.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box span.base--img--A3 {
  background-image: url(../img24/top/MV-illust--mockupInner--A3.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a .box span::after {
  background-image: url(../img24/top/MV-illust--mockupBase--A--hover.svg);
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--A li a:hover .box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: ani--SlideIn--A 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B {
  --gap: 1vh;
  row-gap: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B li {
  --width: 20.7vw;
  --width: auto;
  --height: 23vh;
  width: var(--width);
  height: var(--height);
  aspect-ratio: 396/232;
  background-image: url(../img24/top/MV-illust--mockupBase--B.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B li:last-child {
  margin-bottom: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a {
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box {
  overflow: hidden;
  --offsetPosi-X: 0.73vh;
  --offsetPosi-Y: 1.95vh;
  --offsetSize-X: 2.3vh;
  --offsetSize-Y: 4.2vh;
  background-color: #fff;
  border-radius: 2.1vh;
  height: calc(100% - var(--offsetSize-Y));
  width: calc(100% - var(--offsetSize-X));
  position: absolute;
  left: var(--offsetPosi-X);
  bottom: var(--offsetPosi-Y);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box span.base--img--B1 {
  background-image: url(../img24/top/MV-illust--mockupInner--B1.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box span.base--img--B2 {
  background-image: url(../img24/top/MV-illust--mockupInner--B2.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box span.base--img--B3 {
  background-image: url(../img24/top/MV-illust--mockupInner--B3.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a .box span::after {
  background-image: url(../img24/top/MV-illust--mockupBase--B--hover.svg);
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap ul.base--B a:hover .box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: ani--SlideIn--B 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  background-size: cover;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: calc(50vh - 145vw);
  transform: skew(-4deg, 12deg) scale(100%);
  transform-origin: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko {
    display: none;
  }
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--A--wrap {
  position: relative;
  --speed: 100s;
  --speed-A: var(--speed);
  --speed-B: calc(var(--speed) / 2 * -1);
  display: flex;
  flex-direction: row;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--A--wrap .base--A.ani--LOOP1 {
  animation: ani--LeftRightLoop1 var(--speed-A) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--A--wrap .base--A.ani--LOOP2 {
  animation: ani--LeftRightLoop2 var(--speed-A) var(--speed-B) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--A--wrap:hover .base--A.ani--LOOP1, body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--A--wrap:hover .base--A.ani--LOOP2 {
  animation-play-state: paused;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--B--wrap {
  position: relative;
  --speed: 220s;
  --speed-A: var(--speed);
  --speed-B: calc(var(--speed) / 2 * -1);
  display: flex;
  flex-direction: row;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--B--wrap .base--B.ani--LOOP3 {
  animation: ani--LeftRightLoop3 var(--speed-A) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--B--wrap .base--B.ani--LOOP4 {
  animation: ani--LeftRightLoop4 var(--speed-A) var(--speed-B) linear infinite;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--B--wrap:hover .base--B.ani--LOOP3, body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko .base--B--wrap:hover .base--B.ani--LOOP4 {
  animation-play-state: paused;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul {
  display: flex;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul li {
  position: relative;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul li .box {
  border: 1px solid #000;
  position: relative;
  z-index: 10;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul li .box span {
  background-position: center;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A {
  --gap: 1vw;
  gap: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li {
  --width: auto;
  --height: 22vw;
  width: var(--width);
  height: var(--height);
  aspect-ratio: 193/364;
  background-image: url(../img24/top/MV-illust--mockupBase--A.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li:last-child {
  margin-right: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.7vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.6vw;
  height: 1vw;
  background-image: url(../img24/top/MV-illust--mockupBase--A--op1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a {
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box {
  overflow: hidden;
  --offsetPosi: 0.6vw;
  --offsetSize: 1.8vw;
  --borderRadius: 1.8vw;
  background-color: #fff;
  border-radius: var(--borderRadius);
  width: calc(100% - var(--offsetSize));
  height: calc(100% - var(--offsetSize));
  position: absolute;
  left: var(--offsetPosi);
  bottom: var(--offsetPosi);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box span.base--img--A1 {
  background-image: url(../img24/top/MV-illust--mockupInner--A1.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box span.base--img--A2 {
  background-image: url(../img24/top/MV-illust--mockupInner--A2.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box span.base--img--A3 {
  background-image: url(../img24/top/MV-illust--mockupInner--A3.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a .box span::after {
  background-image: url(../img24/top/MV-illust--mockupBase--A--hover.svg);
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--A li a:hover .box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: ani--SlideIn--A 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B {
  --gap: 1vh;
  gap: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B li {
  --width: auto;
  --height: 16vw;
  width: var(--width);
  height: var(--height);
  aspect-ratio: 396/232;
  background-image: url(../img24/top/MV-illust--mockupBase--B.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B li:last-child {
  margin-right: var(--gap);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a {
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box {
  overflow: hidden;
  --offsetPosi-X: 0.53vw;
  --offsetPosi-Y: 1.25vw;
  --offsetSize-X: 1.6vw;
  --offsetSize-Y: 2.7vw;
  background-color: #fff;
  border-radius: 2.1vw;
  height: calc(100% - var(--offsetSize-Y));
  width: calc(100% - var(--offsetSize-X));
  position: absolute;
  left: var(--offsetPosi-X);
  bottom: var(--offsetPosi-Y);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box span.base--img--B1 {
  background-image: url(../img24/top/MV-illust--mockupInner--B1.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box span.base--img--B2 {
  background-image: url(../img24/top/MV-illust--mockupInner--B2.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box span.base--img--B3 {
  background-image: url(../img24/top/MV-illust--mockupInner--B3.png);
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a .box span::after {
  background-image: url(../img24/top/MV-illust--mockupBase--B--hover.svg);
  background-size: contain;
}
body#n24.n24--top .n24--top--mv--wrap .MV--BG--mockup-wrap--yoko ul.base--B a:hover .box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: ani--SlideIn--B 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  background-size: cover;
}

body#n24.n24--top {
  color: #010101;
}
body#n24.n24--top .n24--top--mainCnt--wrap {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-auto-flow: row;
}
body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  display: grid;
  gap: 50vh;
  margin-top: 480px;
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap {
    gap: 40vh;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap {
    gap: 90vh;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap {
    gap: 260vh;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap .bg--naname {
  display: grid;
  place-items: center;
}
body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap .bg--naname.naname-1 {
  background-color: #baf2fc;
  height: 155vh;
  min-height: 1100px;
  -webkit-clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 calc(100% - 25vw));
          clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 calc(100% - 25vw));
}
@media only screen and (min-width: 2000px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap .bg--naname.naname-1 {
    height: 155vh;
    -webkit-clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 calc(100% - 25vw));
            clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 calc(100% - 25vw));
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap .bg--naname.naname-2 {
  background-color: #fef495;
  height: 80vh;
  -webkit-clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 2000px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .bg--naname--wrap .bg--naname.naname-2 {
    -webkit-clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(0% + 25vw), 100% 0, 100% 100%, 0 100%);
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap {
  z-index: 1;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
  --pd-TB: 160px;
  --pd-LR: 160px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px;
  padding-top: var(--pd-TB);
  padding-bottom: var(--pd-TB);
  display: grid;
  grid-template-columns: 2fr 260px;
  gap: 8vw;
  align-items: start;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    --pd-LR: 120px;
    --pd-plus: 2vw;
    padding-left: var(--pd-LR);
    padding-right: calc(var(--pd-LR) + var(--pd-plus));
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    --pd-LR: 72px;
    --pd-plus: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
    grid-template-columns: 2fr 200px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    --pd-LR: 40px;
    grid-template-columns: 2fr 1.4fr;
    grid-template-rows: auto auto auto;
    row-gap: 1em;
    grid-template-areas: "title title" "lead lead" "logos device";
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 2em 1em;
    grid-template-areas: "title" "lead" "device" "logos";
  }
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .device--wrap {
    justify-self: center;
    --width: 67%;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--LEFT {
    display: contents;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT {
  place-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT {
    display: contents;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap {
  grid-area: device;
  position: relative;
  --width: 100%;
  --height: min-content;
  width: var(--width);
  height: var(--height);
  transform: translateY(25%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap {
    --width: 80%;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap {
    --width: 67%;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--img img {
  display: block;
  width: 100%;
  height: auto;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display {
  overflow: hidden;
  position: absolute;
  top: 2.2%;
  right: 9.5%;
  width: 87%;
  border-radius: 14%/7%;
  aspect-ratio: 192/404;
  border: 1px #344359 solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-image: url(../img24/top/MV-illust--mockupBase--A--op1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
  top: 2%;
  left: 0;
  right: 0;
  width: 33%;
  height: 5%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.js--inview::before {
  z-index: 11;
  animation: ani--shine 1.2s 1.6s ease-in;
  animation-iteration-count: 1;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.js--inview[data-animate=ani--shine] {
  overflow: hidden;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.js--inview[data-animate=ani--shine]::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -250%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.999%, rgba(255, 255, 255, 0.5) 2%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display > span.img {
  transform: translateX(25%);
  opacity: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display > span.naname {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--01 {
  background-color: #7ee7f5;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--01 > span.img img {
  width: 72%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--01 > span.naname {
  background-color: #57d2ef;
  -webkit-clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0% 100%);
          clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0% 100%);
  transform: translateY(25%);
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--02 {
  background-color: #fccfe8;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--02 > span.img img {
  width: 60%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--02 > span.naname {
  background-color: #f6a9d4;
  -webkit-clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
  transform: translateY(25%);
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--03 {
  background-color: #fff074;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--03 > span.img img {
  width: 72%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--03 > span.naname {
  background-color: #ffd864;
  -webkit-clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
  transform: translateY(25%);
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--04 {
  background-color: #a4fb93;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--04 > span.img img {
  width: 64%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit > .mainCnt--unit--RIGHT .device--wrap .device--display.device--04 > span.naname {
  background-color: #70eb7e;
  -webkit-clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0% 100%);
          clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0% 100%);
  transform: translateY(25%);
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse {
  grid-template-columns: 260px 2fr;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse {
    --pd-LR: 120px;
    --pd-plus: 2vw;
    padding-left: var(--pd-LR);
    padding-right: calc(var(--pd-LR) + var(--pd-plus));
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse {
    --pd-LR: 72px;
    --pd-plus: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
    grid-template-columns: 200px 2fr;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse {
    --pd-LR: 40px;
    grid-template-columns: 2fr 1.2fr;
    grid-template-rows: auto auto auto;
    gap: 2em 1em;
    grid-template-areas: "title title" "lead lead" "logos device";
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 2em 1em;
    grid-template-areas: "title" "lead" "device" "logos";
  }
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse .device--wrap {
    justify-self: center;
    --width: 67%;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse > .mainCnt--unit--LEFT {
  order: 2;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse > .mainCnt--unit--RIGHT {
  order: 1;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse > .mainCnt--unit--RIGHT .device--wrap {
  background-position: left;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit.-reverse > .mainCnt--unit--RIGHT .device--wrap .device--display {
  right: auto;
  left: 3.4%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap {
  grid-area: title;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--main {
  position: relative;
  line-height: 1;
  transform: translateY(50%);
  opacity: 0;
  display: flex;
  width: 100%;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--main img {
  display: block;
  max-height: 74px;
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 40px;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--sub {
  position: relative;
  margin-top: 1.4em;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
  padding-left: 1.2em;
  color: #003399;
  transform: translateY(150%);
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--title--wrap .unit--title--sub::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  height: 1.4em;
  width: 0.6em;
  transform: skew(0deg, -36deg);
  background-color: #ffe53d;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--lead {
  grid-area: lead;
  font-size: 20px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  margin-top: 4em;
  text-align: justify;
  transform: translateY(25%);
  opacity: 0;
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--lead {
    margin-top: 1em;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos {
  grid-area: logos;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos {
    margin-top: 0;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  justify-items: center;
  align-items: center;
  gap: 40px 40px;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner {
    grid-template-columns: repeat(auto-fit, 160px);
    gap: 1.5em 1em;
    justify-content: center;
  }
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a {
  display: block;
  opacity: 0;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a:hover img {
  opacity: 0.6;
}
body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a img {
  display: block;
  max-height: 4em;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a img {
    max-height: 3em;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a img {
    max-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .unit--logos .inner > a img {
    max-height: 2.5em;
    max-width: 5em;
    width: 100%;
  }
}

body#n24.n24--top {
  color: #010101;
}
body#n24.n24--top .n24--top--subCnt--wrap {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-auto-flow: row;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit {
  --pd-TB: 160px;
  --pd-LR: 160px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px;
  padding-top: var(--pd-TB);
  padding-bottom: var(--pd-TB);
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit {
    --pd-LR: 120px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
  }
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit {
    --pd-LR: 100px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit {
    --pd-TB: 80px;
    --pd-LR: 72px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit {
    --pd-TB: 64px;
    --pd-LR: 32px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main {
  line-height: 1;
  margin-bottom: 2.4em;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.4em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main {
    -moz-column-gap: 0.6em;
         column-gap: 0.6em;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main img {
  display: block;
  max-height: 56px;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main img:nth-of-type(2) {
  margin-left: 8px;
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--title--wrap .unit--title--main img {
    max-height: 36px;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .listTile {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.8em;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .listTile {
    font-size: 18px;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .listTile::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 4px;
  background-color: #003399;
  margin-right: 0.8em;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .listTile::before {
    width: 1.5em;
    margin-right: 0.6em;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0.8em;
  grid-row-gap: 2em;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap {
    grid-template-columns: 1fr;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img {
  border: 1px #003399 solid;
  width: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img:hover {
  opacity: 0.7;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img span {
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: inherit;
  width: 100%;
  border: 6px #fff solid;
  position: relative;
  aspect-ratio: 16/9;
  min-height: 200px;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img span {
    min-height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img span {
    min-height: 140px;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .img span img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .txt {
  display: grid;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .txt .txt--date {
  font-size: clamp(0.938rem, 0.043rem + 1.44vw, 1.125rem);
  font-weight: bold;
  margin-top: 0.8em;
  line-height: 1;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--topics--wrap > a > .txt .txt--title {
  font-size: clamp(0.938rem, 0.639rem + 0.48vw, 1rem);
  line-height: 1.5;
  margin-top: 0.5em;
  text-align: justify;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 12vw;
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap {
    grid-template-columns: 1fr;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap {
  display: grid;
  grid-template-areas: "title btn" "list list";
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: baseline;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1.5em;
}
@media only screen and (max-width: 1280px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap {
    grid-template-areas: "title" "list" "btn";
    grid-template-columns: auto;
    row-gap: 1em;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap .listTile {
  grid-area: title;
  margin-bottom: 0;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul {
  display: grid;
  grid-area: list;
  --border: 1px dashed #97c3dc;
  border-top: var(--border);
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li {
  padding: 1em 0;
  border-bottom: var(--border);
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li {
    padding: 0.6em 0;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date {
  font-size: clamp(0.813rem, -0.082rem + 1.44vw, 1rem);
  font-weight: bold;
  margin-bottom: 0.5em;
  display: grid;
  grid-template-columns: auto max-content;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date::after {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  line-height: unset;
  border-radius: 1em;
  padding: 0.05em 1em 0.1em;
  margin-left: 0.8em;
  vertical-align: text-bottom;
  min-width: 100px;
  text-align: center;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=MaaS]::after {
  content: attr(data-label);
  background-color: #f76f49;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=プレスリリース]::after {
  content: attr(data-label);
  background-color: #d2194b;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=ビジネスレポート]::after {
  content: attr(data-label);
  background-color: #7c59e3;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=決算説明会]::after {
  content: attr(data-label);
  background-color: #389643;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=有価証券報告書]::after {
  content: attr(data-label);
  background-color: #4a58ed;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=IRリリース]::after {
  content: attr(data-label);
  background-color: #2e9ba3;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=決算短信]::after {
  content: attr(data-label);
  background-color: #049be7;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .date[data-label=その他]::after {
  content: attr(data-label);
  background-color: #8793a6;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .pageTitle {
  font-size: clamp(0.938rem, 0.639rem + 0.48vw, 1rem);
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .pageTitle a {
  text-decoration: none;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .pageTitle a:hover {
  text-decoration: underline;
  color: #003399;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap ul li .pageTitle a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 24px;
  vertical-align: middle;
  background: url(../img24/top/icon--news--pdf.svg);
  background-size: 21px 24px;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  aspect-ratio: 1/1.123;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap .btn {
  display: grid;
  justify-content: end;
  grid-area: btn;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap .btn a {
  min-width: 130px;
  font-size: 11px;
  border-radius: 4px;
  padding: 0.2em 0.2em;
  width: -moz-max-content;
  width: max-content;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap .btn a .btnTxt {
  padding: 0.4em;
  letter-spacing: 0.2em;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--news--wrap .news--list--wrap .btn a .iconR {
  --size: 1.5em;
  width: var(--size);
  height: var(--size);
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap {
  display: grid;
  grid-template-columns: max-content 1.8fr 3.5fr;
  gap: 8vw;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap {
    grid-template-columns: max-content 1fr;
    grid-template-rows: max-content 1fr;
    gap: 3em 2em;
    grid-template-areas: "LEFT CENTER" "RIGHT RIGHT";
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "LEFT" "CENTER" "RIGHT";
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .cnt--ownedmadia--LEFT {
    grid-area: LEFT;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .cnt--ownedmadia--CENTER {
    grid-area: CENTER;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .cnt--ownedmadia--RIGHT {
    grid-area: RIGHT;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  row-gap: 1em;
  align-items: start;
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap :nth-child(2 of .dl--wrap--inner) {
  display: grid;
  row-gap: 0.6em;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl:nth-of-type(1) {
  margin-top: 0;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dt a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4em;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dt a .shorter {
  font-size: 14px;
  font-weight: normal;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dd {
  font-size: 14px;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dd:nth-of-type(1) {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dd {
    font-size: 12px;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dd a {
  text-decoration: none;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--sns .dl--wrap dl > dd a:hover {
  text-decoration: underline;
  color: #003399;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap {
  display: grid;
  justify-items: start;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    gap: 2vw;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap > a {
  display: block;
  text-decoration: none;
  max-width: 280px;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap > a:hover {
  opacity: 0.7;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap > a > .img {
  border: 1px #003399 solid;
  aspect-ratio: 1/1;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap > a > .img span {
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: inherit;
  border: 6px #fff solid;
  overflow: hidden;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--tokyofm .tokyofm--wrap > a > .txt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0.4em;
  line-height: 1.3;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap {
  display: grid;
  gap: 1.6em 1vw;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap {
    gap: 1.6em 2vw;
  }
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a {
  text-decoration: none;
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a:hover {
  opacity: 0.7;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img {
  border: 1px #003399 solid;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 200px;
  max-width: 240px;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img span {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: inherit;
  border: 4px #fff solid;
  overflow: hidden;
  background-color: #edf0f2;
  width: 100%;
  height: 100%;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img span > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img span > img.js--horizontalImg {
  width: auto;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img span > img.js--verticalImg {
  height: auto;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .img span > img[src$="jnews_icon_512_20171019.png"] {
  padding: 24px;
  background-color: #fff;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .txt .txt--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数を指定 */
}
body#n24.n24--top .n24--top--subCnt--wrap .subCnt--unit-wrap .subCnt--unit .unit--cnt--wrap .unit--cnt .cnt--ownedmadia--wrap .ownedmadia--jorudannews .jorudannews--wrap > a > .txt .txt--lead {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0.8em;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数を指定 */
}

body#n24.n24--top {
  color: #010101;
}
body#n24.n24--top .n24--top--subRecCnt--wrap {
  --pd-TB: 120px;
  --pd-LR: 160px;
  padding-top: var(--pd-TB);
  padding-bottom: var(--pd-TB);
  background-color: #a9e7fd;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-auto-flow: row;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap {
    --pd-LR: 64px;
    padding-left: var(--pd-LR);
    padding-right: var(--pd-LR);
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap {
    --pd-TB: 60px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap {
    --pd-TB: 32px;
    --pd-LR: 32px;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap {
  display: grid;
  row-gap: 2em;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit {
  --pd: 40px;
  --pd-btm: 80px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  padding-top: var(--pd);
  padding-bottom: var(--pd-btm);
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit {
    padding: 0;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--title--wrap .unit--title--main {
  text-align: center;
  margin-bottom: 2.8em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--title--wrap .unit--title--main {
    margin-bottom: 1.6em;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--title--wrap .unit--title--main img {
  display: block;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--title--wrap .unit--title--main img {
    height: 2em;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--title--wrap .unit--title--main img {
    height: 1.6em;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1em;
  justify-content: center;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki {
    gap: 0.4em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki {
    grid-template-columns: 1fr;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li {
  --pdg: 16px;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  transition: all 0.1s;
  justify-items: center;
  padding: 0.5em;
  padding-top: 0;
  margin-bottom: 0.8em;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .title {
  --title-height: 1.5em;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
  min-width: 16em;
  border-radius: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0;
  margin-top: calc(var(--title-height) / 2 * -1);
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .title {
    font-size: 11px;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .img {
  margin-top: 1em;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .img img {
  min-height: 5em;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .img img {
    min-height: 3em;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--yaku {
  font-size: 24px;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--yaku {
    font-size: 18px;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--main {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--main {
    font-size: 64px;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--unit {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 1480px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .jisseki li .number .number--unit {
    font-size: 24px;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1.6em;
  justify-items: center;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .img {
  background-color: #bbdadf;
  height: 100%;
  width: 67%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-shadow: 8px 8px 0px 0px rgb(247, 255, 4);
}
@media only screen and (max-width: 992px) {
  body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .img {
    height: auto;
    width: 100%;
  }
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .img > a {
  display: block;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .img > a:hover {
  opacity: 0.7;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .img img {
  max-width: 100%;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .shihoto--link .btn.btn--iconLR {
  min-width: 320px;
  width: 100%;
}
body#n24.n24--top .n24--top--subRecCnt--wrap .subRecCnt--unit-wrap .subRecCnt--unit .unit--cnt .shigoto .shihoto--link .btn.btn--iconLR a .btnTxt {
  font-size: 16px;
  letter-spacing: 0.1em;
}

body#n24 #search-bar #___gcse_0 > div > form {
  margin: 0;
}
body#n24 #search-bar #___gcse_0 > div > form > table {
  display: block;
  margin: 0;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody {
  display: block;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input {
  display: block;
  padding-right: 0;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box {
  border-right: none;
  padding: 0;
  border-radius: 0;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box > tbody {
  display: block;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box > tbody > tr {
  display: block;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box #gs_tti50 {
  display: block;
  min-width: 160px;
  width: 100%;
  height: 35px;
}
@media only screen and (max-width: 426px) {
  body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box #gs_tti50 {
    min-width: 120px;
  }
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input .gsc-input-box #gs_tti50 input {
  display: block;
  background-image: none !important;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-search-button {
  display: block;
  margin: 0;
  display: contents;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-search-button .gsc-search-button-v2 {
  padding: 12px;
  display: block;
  background-color: #010101;
  border: none;
  border-radius: 0;
  width: -moz-max-content;
  width: max-content;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-search-button .gsc-search-button-v2:hover {
  opacity: 0.75;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-search-button .gsc-search-button-v2 svg {
  display: block;
  height: 13px;
  width: 13px;
}
body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input input {
  margin: 1px !important;
}
@media only screen and (max-width: 1280px) {
  body#n24 #search-bar #___gcse_0 > div > form > table > tbody > tr .gsc-input input {
    max-width: 80px;
  }
}
body#n24 #search-bar #___gcse_0 .gsc-search-box {
  padding: 0;
}
body#n24 .n24--header {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 30;
  width: 100%;
  background-color: #fff;
  border-top: 8px #000 solid;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
}
@media only screen and (max-width: 1280px) {
  body#n24 .n24--header {
    gap: 12px;
    min-height: auto;
    display: grid;
    grid-template-columns: auto auto;
  }
}
body#n24 .n24--header .header--LEFT {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  body#n24 .n24--header .header--LEFT {
    grid-template-columns: auto;
    gap: 0;
  }
}
body#n24 .n24--header .header--LEFT .header--logo--img {
  align-self: center;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  body#n24 .n24--header .header--LEFT .header--logo--img {
    padding-left: 0;
  }
}
body#n24 .n24--header .header--LEFT .header--logo--img a {
  display: inline-block;
  display: grid;
}
body#n24 .n24--header .header--LEFT .header--logo--img a img {
  display: block;
  width: min(100%, 128px);
}
body#n24 .n24--header .header--LEFT nav {
  display: grid;
  align-self: center;
}
body#n24 .n24--header .header--LEFT nav a.link--OFF {
  pointer-events: none;
}
body#n24 .n24--header .header--LEFT nav ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 0.2em;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
body#n24 .n24--header .header--LEFT nav ul li {
  line-height: 1;
  font-size: clamp(0.938rem, 0.639rem + 0.48vw, 1rem);
  position: relative;
}
body#n24 .n24--header .header--LEFT nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.1s;
  padding: 1em 0.6em;
}
body#n24 .n24--header .header--LEFT nav ul li a:hover {
  color: #003399;
  background-color: #c6f8ff;
  border-radius: 8px;
}
body#n24 .n24--header .header--LEFT nav ul li:hover .toggle {
  grid-template-rows: 1fr;
  background-color: aliceblue;
  border: 1px black solid;
  border-radius: 8px;
  box-shadow: 3px 4px 0px 2px rgba(0, 0, 0, 0.1);
  padding: 0em 1em;
  width: -moz-max-content;
  width: max-content;
}
body#n24 .n24--header .header--LEFT nav ul li a + .toggle:focus-within {
  grid-template-rows: 1fr;
  background-color: rgb(104, 114, 122);
  background-color: aliceblue;
  border: 1px black solid;
  border-radius: 8px;
  box-shadow: 3px 4px 0px 2px rgba(0, 0, 0, 0.1);
}
body#n24 .n24--header .header--LEFT nav ul li .toggle {
  --clr--hover: #c6f8ff;
  position: absolute;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s ease;
  overflow: hidden;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner {
  overflow: hidden;
  display: grid;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-height: 800px) {
  body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner.toggle--inner--IR {
    grid-template-areas: "wrapA wrapB";
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner.toggle--inner--IR .dl--wrap {
    min-width: 200px;
  }
  body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner.toggle--inner--IR .dl--wrap.wrapA {
    grid-area: wrapA;
  }
  body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner.toggle--inner--IR .dl--wrap.wrapB {
    grid-area: wrapB;
  }
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl {
  --fontSize: 15px;
  padding: 0.5em 0;
  border-bottom: 1px dashed black;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl:last-of-type {
  border-bottom: none;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dt {
  font-size: var(--fontSize);
  font-weight: bold;
  line-height: 1;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dt > a {
  padding: 1em;
  padding-right: 1.5em;
  border-radius: 6px;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dt > a:hover {
  background-color: var(--clr--hover);
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dd {
  line-height: 1;
  font-size: 13px;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dd > a {
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 6px;
}
body#n24 .n24--header .header--LEFT nav ul li .toggle .toggle--inner dl dd > a:hover {
  background-color: var(--clr--hover);
}
@media only screen and (max-width: ) {
  body#n24 .n24--header .header--LEFT nav ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 .n24--header .header--LEFT nav {
    display: none;
  }
}
body#n24 .n24--header .header--RIGHT {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, auto));
  gap: 16px;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  body#n24 .n24--header .header--RIGHT {
    grid-template-columns: repeat(2, minmax(auto, auto));
    gap: 8px;
  }
}
body#n24 .n24--header .header--RIGHT .header--menuBtn {
  border-radius: 8px;
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a {
  background-color: transparent;
  min-width: 64px;
  min-height: auto;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 6H21" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 18H21" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a:hover {
  background-color: #c6f8ff;
}
@media only screen and (max-width: 992px) {
  body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a {
    min-width: auto;
  }
  body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a img {
    max-width: 24px;
    width: 100%;
  }
}
body#n24 .n24--header .header--RIGHT .header--language {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1280px) {
  body#n24 .n24--header .header--RIGHT .header--language {
    display: none;
  }
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner {
  --color-line: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  justify-items: center;
  align-items: center;
  border: 1px var(--color-line) solid;
  background-color: var(--color-line);
  font-size: 14px;
  min-height: 36px;
  box-sizing: border-box;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a {
  position: relative;
  text-decoration: none;
  background-color: #fff;
  width: 100%;
  display: grid;
  justify-content: center;
  height: 100%;
  align-items: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  padding: 0.4em;
  line-height: 1;
  display: flex;
  flex-direction: row;
  backface-visibility: hidden;
  box-sizing: border-box;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a span {
  opacity: 0.7;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a span.ico {
  width: 1.2em;
  height: 1.2em;
  opacity: 0.5;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a:hover {
  background-color: #c6f8ff;
  transition: all 0.3s;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a:hover span {
  opacity: 1;
  transition: all 0.3s;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a.-active {
  background-color: var(--color-line);
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a.-active span {
  opacity: 1;
}
body#n24 .n24--header .header--RIGHT .header--language .language--inner > a.-active span.ico {
  display: contents;
}

body#n24 footer.n24--footer--wrap {
  font-weight: 400;
  position: relative;
  color: #f5fbff;
}
body#n24 footer.n24--footer--wrap .category .cate--title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px #f5fbff solid;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap {
  display: grid;
  grid-auto-flow: column;
  align-items: start;
  gap: 1.6em;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .category .cate--list--wrap {
    grid-auto-flow: unset;
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  row-gap: 1.2em;
  -moz-column-gap: 1.6em;
       column-gap: 1.6em;
  max-width: 400px;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list.-devide {
  max-width: none;
  display: grid;
  grid-template-rows: auto;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list.-devide {
    grid-auto-flow: unset;
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt {
    font-size: 13px;
  }
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt > a {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-content: start;
  gap: 0.4em;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt > a .ico--arrow-R {
  --size: 1.2em;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: var(--size);
  width: var(--size);
  height: var(--size);
  display: inline-block;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 80%;
  background-position: 25% 55%;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt > a:hover {
  color: #1dc9ff;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dt > a:hover .ico--arrow-R {
  background-color: #1dc9ff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%230C3493" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd {
  font-size: 11px;
  line-height: 1;
  margin-top: 1em;
  opacity: 0.77;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd {
    font-size: 12px;
    margin-top: 1.2em;
  }
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd:first-child {
  margin-top: 0;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd a {
  text-decoration: none;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd a::before {
  margin-right: 0.2em;
}
body#n24 footer.n24--footer--wrap .category .cate--list--wrap .cate--list dl.cate--list--unit dd a:hover {
  text-decoration: underline;
  color: #1dc9ff;
}
body#n24 footer.n24--footer--wrap .footer--top {
  position: relative;
  z-index: 5;
  padding-top: 120px;
  background-color: #333e51;
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  body#n24 footer.n24--footer--wrap .footer--top {
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24 footer.n24--footer--wrap .footer--top {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1280px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
    gap: 40px;
    padding-bottom: 0;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L {
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: start;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L {
    font-size: 13px;
    display: grid;
    place-content: center;
    justify-items: center;
    grid-template-columns: auto;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .logo {
  margin-bottom: 32px;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .logo img {
  display: inline-block;
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 1280px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .sns {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .sns ul {
  display: flex;
  gap: 8px;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .sns ul li a {
  display: block;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .sns ul li a img {
  aspect-ratio: 1;
  width: 32px;
  display: block;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .sns ul li a:hover {
  opacity: 0.7;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .comInfo {
  margin-top: 1em;
}
@media only screen and (max-width: 1480px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .comInfo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .comInfo {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .comInfo .comInfo--address {
  margin-top: 1em;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks {
  font-size: 13px;
  margin-top: 3em;
}
@media only screen and (max-width: 1480px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks ul {
  line-height: 1;
  display: flex;
  gap: 0.8em;
  flex-direction: column;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks ul li a {
  text-decoration: none;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks ul li a::before {
  margin-right: 0.2em;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .basicLinks ul li a:hover {
  text-decoration: underline;
  color: #1dc9ff;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .copyright {
  margin-top: 80px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--L .copyright {
    margin-top: 1em;
    line-height: 1;
    font-size: 11px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--R {
  color: #f5fbff;
  display: grid;
  grid-template-columns: 4fr 1.2fr;
  justify-content: end;
  gap: 48px;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--R {
    grid-template-columns: 1fr;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .top--R a {
  text-decoration: none;
}
body#n24 footer.n24--footer--wrap .footer--btm {
  position: relative;
  z-index: 5;
  padding-top: 80px;
  background-color: #191e27;
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  body#n24 footer.n24--footer--wrap .footer--btm {
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24 footer.n24--footer--wrap .footer--btm {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  gap: 48px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner {
    row-gap: 0;
  }
}
body#n24 .footer--top .cate--list--unit dt > a .ico--arrow-R {
  background-color: #191e27;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .footer--btm .cate--list--unit dt > a .ico--arrow-R {
  background-color: #333e51;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .copy {
  background-color: #101114;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  padding: 2em;
  color: #fff;
  letter-spacing: 0.1em;
  border-top: 1px #333e51 solid;
}/*# sourceMappingURL=style.css.map */