@charset "UTF-8";
:root {
  --line-height: 1.5;
  --line-height-12: 1.2;
  --red: #E50000;
  --gray: #707070;
  --lightgray: #F8F7F4;
  --semilightgray: #F6F3E8;
  --semidarkgray: #BCB8A9;
  --darkgray: #514D3D;
  --cat-green: #3D6B30;
  --cat-blue: #304C6B;
  --cat-brown: #6B5130;
  --cat-violet: #5A306B;
  --sim-black: #001738;
  --sim-red: #E5005A;
  --sim-blue: #0096D1;
  --sim-yellow: #F4C900; }

body {
  background-color: var(--lightgray);
  font-family: "Shippori Mincho", sans-serif;
  font-size: clamp(0.8rem, 1.25vw, 1rem);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: var(--line-height);
  color: black; }

* {
  word-break: break-all;
  overflow-wrap: break-word; }

*:has(> wbr) {
  word-break: keep-all; }
wbr.sp {
  display: none; }
  *:has(> wbr.sp) {
    word-break: break-all; }
  @media (max-width: 480px) {
    *:has(> wbr.sp) {
      word-break: keep-all; } }
wbr.tab {
  display: none; }
  *:has(> wbr.tab) {
    word-break: break-all; }
  @media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
    *:has(> wbr.tab) {
      word-break: keep-all; } }
wbr.over-tab {
  display: none; }
  *:has(> wbr.over-tab) {
    word-break: break-all; }
  @media (min-width: 769px) {
    *:has(> wbr.over-tab) {
      word-break: keep-all; } }
wbr.pc {
  display: none; }
  *:has(> wbr.pc) {
    word-break: break-all; }
  @media (min-width: 1281px) {
    *:has(> wbr.pc) {
      word-break: keep-all; } }

section {
  position: relative;
  display: flex;
  min-height: max(100vh, 60vw);
  padding-top: 100px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10; }
  section.auto-height {
    min-height: auto; }

a {
  display: inline-block;
  text-decoration: none;
  /*text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: black;
  text-decoration-thickness: max(1px, .07em);*/ }
  a > img {
    transition: opacity .2s; }
  @media (hover: hover) {
    a:not(.current, .disabled):hover {
      opacity: .7;
      text-decoration: none; }
      a:not(.current, .disabled):hover > img {
        opacity: .7; }
    a:is(.current, .disabled) {
      cursor: default; } }

strong {
  font-weight: bold; }

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

picture > img {
  display: block; }

.small,
small {
  font-size: calc(100% * 2/3); }

.large {
  font-size: calc(100% * 4/3);
  line-height: var(--line-height); }

p, ul, ol {
  line-height: 2; }

.inner {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 10; }
  @media (max-width: 480px) {
    .inner {
      padding-right: 10px;
      padding-left: 10px; } }
  .inner-full {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10;
    padding-left: 0;
    padding-right: 0; }
  .inner-wide {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1640px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10; }
    @media (max-width: 480px) {
      .inner-wide {
        padding-right: 10px;
        padding-left: 10px; } }
  .inner-narrow {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10; }
    @media (max-width: 480px) {
      .inner-narrow {
        padding-right: 10px;
        padding-left: 10px; } }
  .inner-short {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10; }
    @media (max-width: 480px) {
      .inner-short {
        padding-right: 10px;
        padding-left: 10px; } }

[class^="inner"]:not(.inner-full) > [class^="inner"] {
  padding-left: 0;
  padding-right: 0; }

.inner-full > .inner-wide {
  padding-left: 0;
  padding-right: 0; }

[class^="inner"] > a {
  display: block; }

header,
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110; }
  header .logo,
  .header .logo {
    font-weight: bold; }
  header > [class^="inner"],
  .header > [class^="inner"] {
    overflow: visible;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 480px) {
      header > [class^="inner"],
      .header > [class^="inner"] {
        padding: 10px; } }
  header nav,
  .header nav {
    display: flex;
    width: 100%;
    font-size: clamp(0.725rem, 1.09375vw, 0.875rem);
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px; }
    header nav > *,
    .header nav > * {
      flex-basis: 100%; }
    header nav .current,
    .header nav .current {
      font-weight: bold; }
    header nav ul,
    .header nav ul {
      display: flex;
      margin-top: 0;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
      line-height: var(--line-height-12); }
      header nav ul ul,
      .header nav ul ul {
        display: flex;
        background-color: var(--lightgray);
        min-width: 200px;
        padding: 5px 10px;
        border: 1px solid var(--semidarkgray);
        flex-direction: column;
        align-items: flex-start;
        gap: 2px; }
        @media (max-width: 768px), (max-height: 480px) {
          header nav ul ul,
          .header nav ul ul {
            padding-left: 0; } }
        header nav ul ul > li,
        .header nav ul ul > li {
          position: relative;
          width: 100%;
          padding-left: .75em;
          flex-basis: 100%; }
          header nav ul ul > li::before,
          .header nav ul ul > li::before {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            display: inline-block;
            width: .5em;
            border-top: 1px solid var(--semidarkgray); }
          header nav ul ul > li > a,
          .header nav ul ul > li > a {
            display: block;
            background-color: var(--lightgray); }
    header nav .main-nav, .header nav .main-nav {
      gap: 10px 20px;
      justify-content: center; }
      header nav .main-nav > li a,
      .header nav .main-nav > li a {
        position: relative;
        display: inline-block;
        padding: 5px 0; }
        header nav .main-nav > li a::before,
        .header nav .main-nav > li a::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          right: 100%;
          background-color: black;
          height: 1px;
          transition: .4s; }
        @media (hover: hover) {
          header nav .main-nav > li a:not(.current, .disabled):not(.current, .disabled):hover,
          .header nav .main-nav > li a:not(.current, .disabled):not(.current, .disabled):hover {
            opacity: 1; }
            header nav .main-nav > li a:not(.current, .disabled):not(.current, .disabled):hover::before,
            .header nav .main-nav > li a:not(.current, .disabled):not(.current, .disabled):hover::before {
              right: 0; }
          header nav .main-nav > li a:not(.current, .disabled):is(.current, .disabled),
          .header nav .main-nav > li a:not(.current, .disabled):is(.current, .disabled) {
            cursor: default; } }
      header nav .main-nav .menu-nav,
      .header nav .main-nav .menu-nav {
        display: none; }
      @media (max-width: 768px), (max-height: 480px) {
        header nav .main-nav, .header nav .main-nav {
          position: fixed;
          top: 0;
          right: 0;
          display: flex;
          background-color: var(--semilightgray);
          height: 100vh;
          min-width: 50vw;
          max-width: 100vw;
          padding: 20px;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          transform: translateX(100%);
          transition: .4s; }
          [data-menu="show"] header nav .main-nav,
          [data-menu="show"] .header nav .main-nav {
            transform: translateX(0%); }
          [data-scroll="foward"] header nav .main-nav, [data-scroll="foward"] .header nav .main-nav {
            transform: translateX(100%); }
          header nav .main-nav .menu-nav, .header nav .main-nav .menu-nav {
            display: initial; } }
    header nav .sub-nav > .sub-contents,
    .header nav .sub-nav > .sub-contents {
      overflow: hidden;
      position: absolute;
      transform: translateY(-10px);
      opacity: 0;
      z-index: -1; }
      header nav .sub-nav > .sub-contents > ul,
      .header nav .sub-nav > .sub-contents > ul {
        overflow: hidden;
        height: 0; }
      @media (max-width: 768px), (max-height: 480px) {
        header nav .sub-nav > .sub-contents,
        .header nav .sub-nav > .sub-contents {
          position: relative;
          padding-top: 5px;
          transform: translateY(0);
          opacity: 1;
          z-index: 0; }
          header nav .sub-nav > .sub-contents > ul,
          .header nav .sub-nav > .sub-contents > ul {
            background-color: transparent;
            height: auto;
            border: none; }
            header nav .sub-nav > .sub-contents > ul > li > a,
            .header nav .sub-nav > .sub-contents > ul > li > a {
              background-color: transparent; } }
      @media (max-width: 768px) and (hover: hover), (max-height: 480px) and (hover: hover) {
        header nav .sub-nav > .sub-contents > ul > li > a:not(.current, .disabled):hover,
        .header nav .sub-nav > .sub-contents > ul > li > a:not(.current, .disabled):hover {
          background-color: transparent; }
        header nav .sub-nav > .sub-contents > ul > li > a:is(.current, .disabled),
        .header nav .sub-nav > .sub-contents > ul > li > a:is(.current, .disabled) {
          cursor: default; } }

    header nav .sub-nav.active > .sub-contents,
    .header nav .sub-nav.active > .sub-contents {
      padding-top: 5px;
      transform: translateY(0);
      opacity: 1;
      z-index: 0;
      transition: .4s;
      transition-behavior: allow-discrete; }
      header nav .sub-nav.active > .sub-contents > ul,
      .header nav .sub-nav.active > .sub-contents > ul {
        height: auto; }
    @media (hover: hover) {
      header nav .sub-nav:not(.current, .disabled):hover > .sub-contents,
      .header nav .sub-nav:not(.current, .disabled):hover > .sub-contents {
        padding-top: 5px;
        transform: translateY(0);
        opacity: 1;
        z-index: 0;
        transition: .4s;
        transition-behavior: allow-discrete; }
        header nav .sub-nav:not(.current, .disabled):hover > .sub-contents > ul,
        .header nav .sub-nav:not(.current, .disabled):hover > .sub-contents > ul {
          height: auto; }
      header nav .sub-nav:is(.current, .disabled),
      .header nav .sub-nav:is(.current, .disabled) {
        cursor: default; } }
    header nav .btn-nav,
    .header nav .btn-nav {
      position: relative;
      z-index: 10; }
      @media (max-width: 768px), (max-height: 480px) {
        header nav .btn-nav > :not(.menu-nav-toggle),
        .header nav .btn-nav > :not(.menu-nav-toggle) {
          display: none; } }
    header nav .menu-nav-toggle,
    .header nav .menu-nav-toggle {
      overflow: hidden;
      display: none;
      background-image: linear-gradient(to bottom, black 0, black 10%, transparent 10%, transparent 45%, black 45%, black 55%, transparent 55%, transparent 90%, black 90%, black 100%);
      width: 2em;
      height: 1.6em;
      color: transparent;
      text-indent: -100%; }
      @media (max-width: 768px), (max-height: 480px) {
        header nav .menu-nav-toggle,
        .header nav .menu-nav-toggle {
          display: block; } }
  header .logo,
  .header .logo {
    position: relative;
    z-index: 10; }
    header .logo a,
    .header .logo a {
      display: flex;
      margin: unset;
      color: #002076;
      word-break: keep-all;
      align-items: center;
      gap: .5em; }
  header .menu-btn,
  .header .menu-btn {
    padding: .2rem 1rem;
    border: 1px solid;
    border-radius: 1000em;
    line-height: var(--line-height-12); }
    @media (hover: hover) {
      header .menu-btn:not(.current, .disabled):hover,
      .header .menu-btn:not(.current, .disabled):hover {
        color: white;
        background-color: black;
        border-color: black;
        opacity: 1; }
      header .menu-btn:is(.current, .disabled),
      .header .menu-btn:is(.current, .disabled) {
        cursor: default; } }

[data-scroll="reverse"] header {
  transform: translateY(0);
  transition: .5s; }
[data-scroll="foward"] header {
  transform: translateY(-100%);
  transition: 1s; }
header > [class^="inner"] {
  background-color: rgba(248, 247, 244, 0.9);
  backdrop-filter: blur(5px);
  transition: 1s; }
header .menu-btn.current {
  background-color: white;
  border-color: white;
  color: var(--semidarkgray);
  font-weight: normal;
  opacity: 1; }
[data-mv="true"][data-scroll="top"] header {
  color: white; }
  [data-mv="true"][data-scroll="top"] header > [class^="inner"] {
    background-color: rgba(248, 247, 244, 0);
    backdrop-filter: none;
    transition: .1s; }
  [data-mv="true"][data-scroll="top"] header .logo a {
    color: white; }
    [data-mv="true"][data-scroll="top"] header .logo a img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(74deg) brightness(108%) contrast(108%); }
  [data-mv="true"][data-scroll="top"] header nav ul ul {
    color: black; }
    @media (hover: hover) {
      [data-mv="true"][data-scroll="top"] header nav ul ul > li > a:is(.current, .disabled) {
        cursor: default; } }
    @media (max-width: 768px), (max-height: 480px) {
      [data-mv="true"][data-scroll="top"] header nav ul ul > li > a {
        color: white; } }
  @media (max-width: 768px), (max-height: 480px) {
    [data-mv="true"][data-scroll="top"] header .main-nav {
      background-color: black; } }
  [data-mv="true"][data-scroll="top"] header .main-nav .menu-nav {
    display: none; }
    @media (max-width: 768px), (max-height: 480px) {
      [data-mv="true"][data-scroll="top"] header .main-nav .menu-nav {
        display: block; } }
  [data-mv="true"][data-scroll="top"] header .main-nav > li > *:not(div)::before {
    background-color: white; }
  @media (hover: hover) {
    [data-mv="true"][data-scroll="top"] header .menu-btn:not(.current, .disabled):hover {
      color: black;
      background-color: white;
      border-color: white; }
    [data-mv="true"][data-scroll="top"] header .menu-btn:is(.current, .disabled) {
      cursor: default; } }
  [data-mv="true"][data-scroll="top"] header .menu-nav-toggle {
    background-image: linear-gradient(to bottom, white 0, white 10%, transparent 10%, transparent 45%, white 45%, white 55%, transparent 55%, transparent 90%, white 90%, white 100%); }

.bg {
  overflow: hidden;
  position: absolute;
  inset: 0;
  background-color: var(--semidarkgray);
  z-index: -10; }
  .bg > * {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%); }
    .bg > * > img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .bg.contain > * {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain; }
  .bg.right > * {
    right: 0;
    left: auto;
    transform: translateY(-50%); }
  .bg.left > * {
    left: 0;
    transform: translateY(-50%); }

.mv {
  overflow: hidden;
  perspective: 0;
  position: relative;
  min-height: calc(100vh + 160px);
  padding-bottom: 160px;
  mask-image: url("../assets/images/wave-index-mv.svg"), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="0" height="100" width="100"/></svg>');
  mask-repeat: no-repeat, no-repeat;
  mask-position: center bottom, center bottom;
  mask-composite: exclude;
  mask-size: 100%;
  color: white;
  z-index: 100; }
  .mv::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    border: 1px solid var(--lightgray); }
  .mv > * {
    width: 100%; }
  .mv .header {
    color: white; }
    .mv .header .logo a {
      color: white; }
    .mv .header nav ul ul {
      background-color: black;
      border-color: var(--semilightgray); }
      .mv .header nav ul ul > li > a {
        background-color: black; }
        @media (hover: hover) {
          .mv .header nav ul ul > li > a:not(.current, .disabled):hover {
            color: black;
            background-color: white;
            border-color: white; }
          .mv .header nav ul ul > li > a:is(.current, .disabled) {
            cursor: default; } }
    @media (max-width: 768px), (max-height: 480px) {
      .mv .header .main-nav {
        background-color: black; } }
    .mv .header .main-nav > li > *:not(div)::before {
      background-color: white; }
    .mv .header .menu-nav-toggle {
      background-image: linear-gradient(to bottom, white 0, white 10%, transparent 10%, transparent 45%, white 45%, white 55%, transparent 55%, transparent 90%, white 90%, white 100%); }
  .mv .overlay {
    overflow: hidden;
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5));
    opacity: 0;
    z-index: -1; }
  .mv .mv-title {
    position: relative;
    display: inline-flex;
    max-width: 50vw;
    padding: 25px 30px 15px;
    line-height: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    @media (max-width: 768px), (max-height: 480px) {
      .mv .mv-title {
        display: flex;
        max-width: 481px;
        margin-left: auto;
        margin-right: auto;
        align-items: center; }
        .mv .mv-title .icn-heading {
          display: flex;
          flex-direction: column;
          align-items: center; } }
    .mv .mv-title::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5));
      z-index: -1;
      transition: opacity .8s; }
    .mv .mv-title.transparent::before {
      opacity: 0; }
    @media (max-width: 768px), (max-height: 480px) {
      .mv .mv-title.transparent {
        z-index: -1;
        opacity: 0;
        transition: opacity .8s;
        transition-behavior: allow-discrete; } }
    .mv .mv-title > p,
    .mv .mv-title > h1 {
      display: inline-block; }
    .mv .mv-title .icn-heading > .icn {
      max-width: 86px; }
  .mv .scene {
    position: absolute;
    inset: 0;
    display: flex;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-size: 100% 10%;
    background-repeat: no-repeat;
    max-height: 100vh;
    align-items: center;
    justify-content: center; }
    .mv .scene > * {
      overflow: visible; }
    @media (max-width: 768px), (max-height: 480px) {
      .mv .scene .basis-half {
        flex-basis: 80% !important; } }

#mv-top .mv-title {
  background-image: none;
  padding: 0;
  color: black; }
  #mv-top .mv-title::before {
    display: none; }
  #mv-top .mv-title > * {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: .5rem 20px; }
  @media (max-width: 480px) {
    #mv-top .mv-title .mv-txt {
      display: flex;
      background: none;
      min-width: 80vw;
      padding: 0;
      gap: 5px;
      flex-direction: column; }
      #mv-top .mv-title .mv-txt > * {
        background-color: rgba(255, 255, 255, 0.9);
        padding: .5rem 20px;
        align-self: flex-start; }
        #mv-top .mv-title .mv-txt > *:nth-last-child(1) {
          align-self: flex-end; } }

#mv-scene2 {
  color: white; }

.mv-town_dx {
  color: var(--cat-blue); }
  .mv-town_dx .mv-title {
    color: var(--cat-blue); }
    .mv-town_dx .mv-title::before {
      background-image: linear-gradient(to right top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)); }
  .mv-town_dx .overlay {
    background-image: linear-gradient(to right top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)); }

.bnr-sim_mini {
  position: absolute;
  right: 10px;
  bottom: 20px;
  max-width: min(40vw, 320px);
  z-index: 100; }
  @media (max-width: 768px), (max-height: 480px) {
    .bnr-sim_mini {
      right: auto;
      max-width: min(420px, 90vw); } }
  @media (max-height: 480px) {
    .bnr-sim_mini {
      top: 90vh;
      right: auto;
      bottom: auto;
      max-width: min(420px, 90vw); } }

.cat-green {
  color: var(--cat-green) !important;
  border-coler: var(--cat-green) !important; }
  .cat-green * {
    color: var(--cat-green);
    border-color: var(--cat-green); }
  .cat-green.btn, .cat-green .btn {
    background-image: linear-gradient(to right, var(--cat-green) 50%, transparent 50%); }
    .cat-green.btn.reverse, .cat-green .btn.reverse {
      border-color: var(--cat-green);
      color: white;
      background-image: linear-gradient(to right, transparent 50%, var(--cat-green) 50%); }
      .cat-green.btn.reverse:is(.disabled), .cat-green .btn.reverse:is(.disabled) {
        background: rgba(0, 0, 0, 0.1); }
      .cat-green.btn.reverse:not(.current, .disabled)::after, .cat-green .btn.reverse:not(.current, .disabled)::after {
        text-shadow: calc((2rem + 1em) * -1) 0 0 var(--cat-green); }
    @media (hover: hover) {
      .cat-green.btn:not(.current, .disabled):hover, .cat-green .btn:not(.current, .disabled):hover {
        border-color: var(--cat-green); }
        .cat-green.btn:not(.current, .disabled):hover.reverse, .cat-green .btn:not(.current, .disabled):hover.reverse {
          color: var(--cat-green); }
      .cat-green.btn:is(.current, .disabled), .cat-green .btn:is(.current, .disabled) {
        cursor: default; } }

.cat-blue {
  color: var(--cat-blue) !important;
  border-coler: var(--cat-blue) !important; }
  .cat-blue * {
    color: var(--cat-blue);
    border-color: var(--cat-blue); }
  .cat-blue.btn, .cat-blue .btn {
    background-image: linear-gradient(to right, var(--cat-blue) 50%, transparent 50%); }
    .cat-blue.btn.reverse, .cat-blue .btn.reverse {
      border-color: var(--cat-blue);
      color: white;
      background-image: linear-gradient(to right, transparent 50%, var(--cat-blue) 50%); }
      .cat-blue.btn.reverse:is(.disabled), .cat-blue .btn.reverse:is(.disabled) {
        background: rgba(0, 0, 0, 0.1); }
      .cat-blue.btn.reverse:not(.current, .disabled)::after, .cat-blue .btn.reverse:not(.current, .disabled)::after {
        text-shadow: calc((2rem + 1em) * -1) 0 0 var(--cat-blue); }
    @media (hover: hover) {
      .cat-blue.btn:not(.current, .disabled):hover, .cat-blue .btn:not(.current, .disabled):hover {
        border-color: var(--cat-blue); }
        .cat-blue.btn:not(.current, .disabled):hover.reverse, .cat-blue .btn:not(.current, .disabled):hover.reverse {
          color: var(--cat-blue); }
      .cat-blue.btn:is(.current, .disabled), .cat-blue .btn:is(.current, .disabled) {
        cursor: default; } }

.cat-brown {
  color: var(--cat-brown) !important;
  border-coler: var(--cat-brown) !important; }
  .cat-brown * {
    color: var(--cat-brown);
    border-color: var(--cat-brown); }
  .cat-brown.btn, .cat-brown .btn {
    background-image: linear-gradient(to right, var(--cat-brown) 50%, transparent 50%); }
    .cat-brown.btn.reverse, .cat-brown .btn.reverse {
      border-color: var(--cat-brown);
      color: white;
      background-image: linear-gradient(to right, transparent 50%, var(--cat-brown) 50%); }
      .cat-brown.btn.reverse:is(.disabled), .cat-brown .btn.reverse:is(.disabled) {
        background: rgba(0, 0, 0, 0.1); }
      .cat-brown.btn.reverse:not(.current, .disabled)::after, .cat-brown .btn.reverse:not(.current, .disabled)::after {
        text-shadow: calc((2rem + 1em) * -1) 0 0 var(--cat-brown); }
    @media (hover: hover) {
      .cat-brown.btn:not(.current, .disabled):hover, .cat-brown .btn:not(.current, .disabled):hover {
        border-color: var(--cat-brown); }
        .cat-brown.btn:not(.current, .disabled):hover.reverse, .cat-brown .btn:not(.current, .disabled):hover.reverse {
          color: var(--cat-brown); }
      .cat-brown.btn:is(.current, .disabled), .cat-brown .btn:is(.current, .disabled) {
        cursor: default; } }

.cat-violet {
  color: var(--cat-violet) !important;
  border-coler: var(--cat-violet) !important; }
  .cat-violet * {
    color: var(--cat-violet);
    border-color: var(--cat-violet); }
  .cat-violet.btn, .cat-violet .btn {
    background-image: linear-gradient(to right, var(--cat-violet) 50%, transparent 50%); }
    .cat-violet.btn.reverse, .cat-violet .btn.reverse {
      border-color: var(--cat-violet);
      color: white;
      background-image: linear-gradient(to right, transparent 50%, var(--cat-violet) 50%); }
      .cat-violet.btn.reverse:is(.disabled), .cat-violet .btn.reverse:is(.disabled) {
        background: rgba(0, 0, 0, 0.1); }
      .cat-violet.btn.reverse:not(.current, .disabled)::after, .cat-violet .btn.reverse:not(.current, .disabled)::after {
        text-shadow: calc((2rem + 1em) * -1) 0 0 var(--cat-violet); }
    @media (hover: hover) {
      .cat-violet.btn:not(.current, .disabled):hover, .cat-violet .btn:not(.current, .disabled):hover {
        border-color: var(--cat-violet); }
        .cat-violet.btn:not(.current, .disabled):hover.reverse, .cat-violet .btn:not(.current, .disabled):hover.reverse {
          color: var(--cat-violet); }
      .cat-violet.btn:is(.current, .disabled), .cat-violet .btn:is(.current, .disabled) {
        cursor: default; } }

.box-services {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to bottom, var(--semilightgray), var(--lightgray));
  min-height: 500px;
  z-index: 0; }
  .box-services > .bg {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: auto;
    background: 50% center no-repeat;
    background-size: cover;
    width: 50%;
    mask-image: url("../assets/images/path-box-services.svg"), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="0" height="100" width="100"/></svg>');
    mask-repeat: repeat-y, no-repeat;
    mask-position: -1px center, right center;
    mask-composite: exclude; }
  .box-services > [class^="inner"] .contents {
    position: relative;
    padding: 40px 20px 40px 0;
    flex-basis: 50%; }
  @media (max-width: 768px), (max-height: 480px) {
    .box-services {
      min-height: auto;
      padding-right: 10px;
      padding-left: 10px;
      flex-direction: column; }
      .box-services > .bg {
        position: relative;
        inset: auto;
        width: auto;
        mask-image: url("../assets/images/path-box-services-sp.svg"), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="0" height="100" width="100"/></svg>');
        mask-repeat: repeat-x, no-repeat;
        mask-position: center 101%, top center; }
        .box-services > .bg > img {
          position: relative;
          inset: auto;
          transform: none; }
      .box-services > [class^="inner"] > .flex {
        flex-direction: column;
        align-items: flex-start; }
      .box-services > [class^="inner"] .contents {
        padding-top: 0;
        padding-right: 20px; } }

.box-pnl {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 20px; }
  .box-pnl > * {
    padding: 20px;
    flex-basis: calc((100% - (20px * 2)) / 3); }
  .box-pnl .pnl {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, #F6F3E8, transparent);
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); }
    .box-pnl .pnl .icn-heading {
      margin-bottom: 1em; }
    .box-pnl .pnl .heading p {
      font-size: clamp(0.875rem, 1.40625vw, 1.125rem); }
    .box-pnl .pnl .heading h2, .box-pnl .pnl .heading h3, .box-pnl .pnl .heading h4 {
      font-size: clamp(1.175rem, 2.03125vw, 1.625rem);
      font-weight: bold; }
    .box-pnl .pnl .box-txt {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      gap: 20px; }
      .box-pnl .pnl .box-txt .contents {
        flex-grow: 1; }
        .box-pnl .pnl .box-txt .contents * {
          color: black; }
      .box-pnl .pnl .box-txt .bottom {
        margin-top: 0; }
    .box-pnl .pnl.basis-full .box-txt {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; }
      .box-pnl .pnl.basis-full .box-txt .contents {
        width: 100%;
        flex-basis: 200%; }
      .box-pnl .pnl.basis-full .box-txt .bottom {
        width: 100%;
        text-align: right;
        flex-basis: 100%; }
    .box-pnl .pnl.basis-full .heading p {
      font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
    .box-pnl .pnl.basis-full .heading h2, .box-pnl .pnl.basis-full .heading h3, .box-pnl .pnl.basis-full .heading h4 {
      font-size: clamp(1.7rem, 3.125vw, 2.5rem); }
  @media (max-width: 1280px) {
    .box-pnl > * {
      flex-basis: calc((100% - 20px) / 2); } }
  @media (max-width: 768px), (max-height: 480px) {
    .box-pnl > * {
      flex-basis: 100%; }
    .box-pnl .pnl .icn-heading {
      display: flex;
      flex-direction: column;
      gap: 0; }
      .box-pnl .pnl .icn-heading > * {
        width: 100%; }
      .box-pnl .pnl .icn-heading .icn {
        margin-bottom: 1em; }
    .box-pnl .pnl .heading p {
      font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
    .box-pnl .pnl .heading h2, .box-pnl .pnl .heading h3, .box-pnl .pnl .heading h4 {
      font-size: clamp(1.7rem, 3.125vw, 2.5rem); }
    .box-pnl .pnl .box-txt .contents {
      font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }
    .box-pnl .pnl.basis-full .heading p {
      font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
    .box-pnl .pnl.basis-full .heading h2, .box-pnl .pnl.basis-full .heading h3, .box-pnl .pnl.basis-full .heading h4 {
      font-size: clamp(1.7rem, 3.125vw, 2.5rem); }
    .box-pnl .pnl.basis-full .box-txt {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      align-items: flex-start; }
      .box-pnl .pnl.basis-full .box-txt .contents {
        flex-basis: auto; }
      .box-pnl .pnl.basis-full .box-txt .bottom {
        text-align: left;
        flex-basis: auto; } }
  @media (max-width: 480px) {
    .box-pnl .pnl {
      border-radius: 5px; }
      .box-pnl .pnl .heading p {
        font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }
      .box-pnl .pnl .heading h2, .box-pnl .pnl .heading h3, .box-pnl .pnl .heading h4 {
        font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
      .box-pnl .pnl.basis-full .heading p {
        font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }
      .box-pnl .pnl.basis-full .heading h2, .box-pnl .pnl.basis-full .heading h3, .box-pnl .pnl.basis-full .heading h4 {
        font-size: clamp(1.325rem, 2.34375vw, 1.875rem); } }

.box-figure {
  display: flex;
  gap: 20px; }
  .box-figure.middle {
    align-items: center; }
  .box-figure > * {
    flex-basis: 500%; }
  .box-figure > figure {
    overflow: hidden;
    position: relative;
    flex-basis: 200%;
    align-self: flex-start; }
    .box-figure > figure:not([class^="basis-"]) {
      aspect-ratio: 9 / 16; }
      .box-figure > figure:not([class^="basis-"]) > * {
        position: relative;
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover; }
  .box-figure:has(.side-heading) {
    gap: 0; }
  .box-figure .side-heading > .heading {
    opacity: .1; }
  @media (max-width: 768px), (max-height: 480px) {
    .box-figure .side-heading {
      padding-left: 20px;
      flex-direction: column; }
      .box-figure .side-heading > .heading {
        margin-bottom: .2em;
        font-size: clamp(2.825rem, 5.46875vw, 4.375rem);
        line-height: 1;
        writing-mode: horizontal-tb; } }
  .inner-wide > .box-figure {
    padding-right: calc((100% - 1280px) / 2); }
  @media (max-width: 480px) {
    .box-figure {
      display: block; }
      .box-figure > figure {
        float: left;
        max-width: calc(200% / 7);
        margin-right: 20px;
        margin-bottom: 20px; }
      .box-figure .side-heading {
        display: block;
        padding-left: 0; }
        .box-figure .side-heading .contents > :nth-child(2) {
          clear: both; } }

.box-circle {
  position: relative; }
  .box-circle::before {
    content: "";
    position: absolute;
    inset: 10% 0 auto;
    background-image: linear-gradient(to bottom, var(--semilightgray), var(--lightgray));
    width: 100%;
    border-radius: 100%;
    padding-top: 100%;
    box-shadow: 0 -10px 0 0 white;
    z-index: -1; }
  .box-circle > img {
    max-width: 90%; }

.mega-footer {
  overflow: hidden;
  position: relative;
  background-color: black;
  min-height: auto;
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  z-index: 100; }
  @media (max-width: 480px) {
    .mega-footer {
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .mega-footer .bg {
    position: absolute;
    inset: 0;
    display: flex;
    max-width: 100%;
    z-index: -1;
    opacity: .25; }
    .mega-footer .bg > * {
      overflow: hidden;
      position: relative;
      top: auto;
      left: auto;
      flex-basis: 100%;
      transform: none; }
      .mega-footer .bg > * > img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    @media (max-width: 768px), (max-height: 480px) {
      .mega-footer .bg {
        flex-direction: column; } }
  .mega-footer + footer {
    margin-top: 0; }

.side-heading {
  display: flex; }
  .side-heading > .heading {
    min-width: 2em;
    margin: 0;
    padding: 0;
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem);
    font-weight: bold;
    word-break: keep-all;
    writing-mode: vertical-lr;
    line-height: var(--line-height); }
  .side-heading > .contents {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1; }
  @media (max-width: 480px) {
    .side-heading {
      flex-direction: column; }
      .side-heading > .heading {
        margin-bottom: .2em;
        font-size: clamp(2.825rem, 5.46875vw, 4.375rem);
        line-height: 1;
        writing-mode: horizontal-tb; } }

.icn-heading {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px; }
  .icn-heading > .icn {
    max-width: 74px;
    flex-shrink: 0; }
  .icn-heading > .heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: 5px; }

.box-mega-footer-services li > * {
  display: flex;
  padding: 20px 5px;
  align-items: center;
  gap: 10px 20px; }
  @media (max-width: 768px), (max-height: 480px) {
    .box-mega-footer-services li > * {
      flex-direction: column;
      align-items: flex-start; } }
  .box-mega-footer-services li > * > .title {
    flex-basis: 39%;
    flex-shrink: 0; }
  .box-mega-footer-services li > * > .txt {
    flex-grow: 1; }
.box-mega-footer-services li + li {
  border-top: 1px solid; }
.box-mega-footer-services .btn {
  background: none;
  border: none; }
  .box-mega-footer-services .btn::after {
    top: 20px;
    bottom: 20px; }
  .box-mega-footer-services .btn:not(.current, .disabled) {
    padding-right: calc(2rem + 1em + 10px); }
    @media (hover: hover) {
      .box-mega-footer-services .btn:not(.current, .disabled):not(.current, .disabled):hover > * {
        opacity: .7;
        transition: .2s; }
      .box-mega-footer-services .btn:not(.current, .disabled):not(.current, .disabled):hover::after {
        opacity: 1; }
      .box-mega-footer-services .btn:not(.current, .disabled):is(.current, .disabled) {
        cursor: default; } }

.scroll > [class^="inner"] {
  overflow-y: auto;
  max-height: 10em;
  padding: 10px; }

.box-border {
  padding: 20px;
  border: 1px solid var(--semidarkgray); }
  @media (max-width: 480px) {
    .box-border {
      padding: 10px; } }

.mv .box-border,
.box-aside {
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  padding: 60px;
  border: none; }
  @media (max-width: 768px), (max-height: 480px) {
    .mv .box-border,
    .box-aside {
      padding: 40px; }
      .mv .box-border > [class^="inner"],
      .box-aside > [class^="inner"] {
        padding: 10px; } }
  @media (max-width: 480px) {
    .mv .box-border,
    .box-aside {
      padding: 30px 20px; } }

.mv .box-border {
  background-image: linear-gradient(to bottom, transparent 30px, white 30px, white 31px, transparent 31px), linear-gradient(to left, transparent 30px, white 30px, white 31px, transparent 31px), linear-gradient(to top, transparent 30px, white 30px, white 31px, transparent 31px), linear-gradient(to right, transparent 30px, white 30px, white 31px, transparent 31px); }
  @media (max-width: 768px), (max-height: 480px) {
    .mv .box-border {
      background-image: linear-gradient(to bottom, transparent 20px, white 20px, white 21px, transparent 21px), linear-gradient(to left, transparent 20px, white 20px, white 21px, transparent 21px), linear-gradient(to top, transparent 20px, white 20px, white 21px, transparent 21px), linear-gradient(to right, transparent 20px, white 20px, white 21px, transparent 21px); } }
  @media (max-width: 480px) {
    .mv .box-border {
      background-image: linear-gradient(to bottom, transparent 10px, white 10px, white 11px, transparent 11px), linear-gradient(to left, transparent 10px, white 10px, white 11px, transparent 11px), linear-gradient(to top, transparent 10px, white 10px, white 11px, transparent 11px), linear-gradient(to right, transparent 10px, white 10px, white 11px, transparent 11px); } }

.box-aside {
  background-image: linear-gradient(to bottom, transparent 30px, var(--semidarkgray) 30px, var(--semidarkgray) 31px, transparent 31px), linear-gradient(to left, transparent 30px, var(--semidarkgray) 30px, var(--semidarkgray) 31px, transparent 31px), linear-gradient(to top, transparent 30px, var(--semidarkgray) 30px, var(--semidarkgray) 31px, transparent 31px), linear-gradient(to right, transparent 30px, var(--semidarkgray) 30px, var(--semidarkgray) 31px, transparent 31px); }
  @media (max-width: 768px), (max-height: 480px) {
    .box-aside {
      background-image: linear-gradient(to bottom, transparent 20px, var(--semidarkgray) 20px, var(--semidarkgray) 21px, transparent 21px), linear-gradient(to left, transparent 20px, var(--semidarkgray) 20px, var(--semidarkgray) 21px, transparent 21px), linear-gradient(to top, transparent 20px, var(--semidarkgray) 20px, var(--semidarkgray) 21px, transparent 21px), linear-gradient(to right, transparent 20px, var(--semidarkgray) 20px, var(--semidarkgray) 21px, transparent 21px); } }
  @media (max-width: 480px) {
    .box-aside {
      background-image: linear-gradient(to bottom, transparent 10px, var(--semidarkgray) 10px, var(--semidarkgray) 11px, transparent 11px), linear-gradient(to left, transparent 10px, var(--semidarkgray) 10px, var(--semidarkgray) 11px, transparent 11px), linear-gradient(to top, transparent 10px, var(--semidarkgray) 10px, var(--semidarkgray) 11px, transparent 11px), linear-gradient(to right, transparent 10px, var(--semidarkgray) 10px, var(--semidarkgray) 11px, transparent 11px); } }

.mark-soon {
  padding: .25em 2em;
  border: 1px dashed; }

.footer-contact,
.footer-download {
  display: flex;
  padding: 20px;
  border: 1px solid black;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px; }
  .footer-contact .title,
  .footer-download .title {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem);
    line-height: 1.1;
    word-break: keep-all;
    letter-spacing: -.05em; }
  @media (max-width: 480px) {
    .footer-contact,
    .footer-download {
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 0; }
      .footer-contact .title,
      .footer-download .title {
        font-size: clamp(2.825rem, 5.46875vw, 4.375rem); } }
  .footer-contact:nth-child(1):nth-last-child(1),
  .footer-download:nth-child(1):nth-last-child(1) {
    flex-basis: auto; }
    @media (max-width: 768px), (max-height: 480px) {
      .footer-contact:nth-child(1):nth-last-child(1),
      .footer-download:nth-child(1):nth-last-child(1) {
        flex-basis: 100%; } }

.footer-download {
  background-color: black;
  color: white; }
  .footer-download .btn {
    background-image: linear-gradient(to right, white 50%, transparent 50%); }
    .footer-download .btn:not(.current, .disabled)::after {
      text-shadow: calc((2rem + 1em) * -1) 0 0 black; }
    @media (hover: hover) {
      .footer-download .btn:not(.current, .disabled):hover {
        border-color: white;
        color: black; }
      .footer-download .btn:is(.current, .disabled) {
        cursor: default; } }

footer {
  position: relative;
  background-color: var(--lightgray);
  margin-top: 40px;
  z-index: 100; }
  @media (max-width: 480px) {
    footer {
      margin-top: 0; } }
  footer .logo {
    max-width: 200px;
    margin: unset; }
  footer .footer-link {
    display: flex;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(0.725rem, 1.09375vw, 0.875rem); }
    footer .footer-link small {
      font-size: inherit; }
    footer .footer-link > ul {
      display: inline-flex;
      gap: 20px; }
    @media (max-width: 768px), (max-height: 480px) {
      footer .footer-link {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 480px) {
      footer .footer-link {
        padding-left: 10px;
        padding-right: 10px; } }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

@media (max-width: 768px), (max-height: 480px) {
  .tab-center {
    text-align: center !important; }

  .tab-left {
    text-align: left !important; }

  .tab-right {
    text-align: right !important; }

  .tab-none {
    display: none !important; } }
@media (max-width: 480px) {
  .sp-center {
    text-align: center !important; }

  .sp-left {
    text-align: left !important; }

  .sp-right {
    text-align: right !important; }

  .sp-none {
    display: none !important; } }
figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
figure figcaption {
  text-align: left; }

.mask-index_01 {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../assets/images/path-index_01.svg); }

.h1 {
  font-size: clamp(2.45rem, 4.6875vw, 3.75rem); }

.h2 {
  margin-top: 1.5em;
  margin-bottom: .75em;
  font-size: clamp(1.7rem, 3.125vw, 2.5rem); }
  .h2.large {
    margin-bottom: .5em;
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem);
    line-height: 1.4; }

.h3 {
  margin-top: 1.25em;
  margin-bottom: .5em;
  font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
  .h3::before {
    content: "";
    display: inline-block;
    width: 1em;
    margin-right: .25em;
    border-top: 1px solid var(--semidarkgray);
    vertical-align: middle; }

.h4 {
  margin-top: 1.25em;
  margin-bottom: .5em;
  font-size: clamp(1.1rem, 1.875vw, 1.5rem); }

.h5 {
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }

.h6 {
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem); }

.underline {
  margin-bottom: 1em;
  padding-bottom: .2em;
  border-bottom: 1px solid var(--semidarkgray); }

.inline {
  display: inline-block; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold; }
  .h1:nth-child(1), .h2:nth-child(1), .h3:nth-child(1), .h4:nth-child(1), .h5:nth-child(1), .h6:nth-child(1) {
    margin-top: 0; }
  .h1:nth-last-child(1), .h2:nth-last-child(1), .h3:nth-last-child(1), .h4:nth-last-child(1), .h5:nth-last-child(1), .h6:nth-last-child(1) {
    margin-bottom: 0; }

hgroup > * {
  line-height: var(--line-height-12); }
hgroup .h2, hgroup .h3, hgroup .h4, hgroup .h5, hgroup .h6 {
  margin-top: 0;
  margin-bottom: 0; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th {
    position: relative;
    padding: 20px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; }
  .table td {
    position: relative;
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle; }
  .table th + td {
    border-left: 1px solid var(--semidarkgray); }
  .table tr + tr th, .table tr + tr td {
    padding-top: 25px;
    border-top: 1px solid var(--semidarkgray); }
    .table tr + tr th::before, .table tr + tr td::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 5px;
      border-bottom: 1px solid var(--semidarkgray); }
  .table tr + tr td {
    padding-top: 15px; }

* + p,
* + ul {
  margin-top: 1em; }

.grid {
  display: grid;
  gap: 20px; }

.flex {
  display: flex;
  gap: 20px; }
  .flex.basis {
    width: 100%; }
    .flex.basis > * {
      flex-basis: 100%; }
  .flex.top {
    align-items: flex-start; }
  .flex.middle {
    align-items: center; }
  .flex.bottom {
    align-items: flex-end; }
  .flex.inline {
    display: inline-flex; }
  .flex.center {
    justify-content: center; }
  .flex.left {
    justify-content: flex-start; }
  .flex.right {
    justify-content: flex-end; }
  .flex.between {
    justify-content: space-between; }
  @media (max-width: 768px), (max-height: 480px) {
    .flex.tab-nowrap {
      flex-wrap: nowrap; }
    .flex.tab-wrap {
      flex-wrap: wrap; }
    .flex.tab-top {
      align-items: flex-start; }
    .flex.tab-middle {
      align-items: center; }
    .flex.tab-bottom {
      align-items: flex-end; }
    .flex.tab-inline {
      display: inline-flex; }
    .flex.tab-center {
      justify-content: center; }
    .flex.tab-left {
      justify-content: flex-start; }
    .flex.tab-right {
      justify-content: flex-end; }
    .flex.tab-between {
      justify-content: space-between; }
    .flex.tab-column {
      flex-direction: column; }
      .flex.tab-column.top {
        justify-content: flex-start;
        align-items: flex-start; }
      .flex.tab-column.middle {
        justify-content: center;
        align-items: flex-start; }
      .flex.tab-column.bottom {
        justify-content: flex-end;
        align-items: flex-start; } }
  @media (max-width: 480px) {
    .flex {
      flex-direction: column; }
      .flex.sp-nowrap {
        flex-wrap: nowrap; }
      .flex.sp-wrap {
        flex-wrap: wrap; }
      .flex.sp-top {
        align-items: flex-start; }
      .flex.sp-middle {
        align-items: center; }
      .flex.sp-bottom {
        align-items: flex-end; }
      .flex.sp-inline {
        display: inline-flex; }
      .flex.sp-center {
        justify-content: center; }
      .flex.sp-left {
        justify-content: flex-start; }
      .flex.sp-right {
        justify-content: flex-end; }
      .flex.sp-between {
        justify-content: space-between; }
      .flex.top {
        justify-content: flex-start;
        align-items: flex-start; }
      .flex.middle {
        justify-content: center;
        align-items: flex-start; }
      .flex.bottom {
        justify-content: flex-end;
        align-items: flex-start; } }

.btn {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-position: 100% center;
  background-repeat: repeat-y;
  background-size: 200% 100%;
  min-width: min(16rem, 100%);
  max-width: max(16rem, 100%);
  padding: .5em 1em;
  border: 1px solid;
  text-align: left !important;
  transition: .2s;
  user-select: text; }
  .btn:is(.disabled) {
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px dashed black !important;
    color: black !important;
    opacity: .4; }
  .btn:not(.current, .disabled)::after {
    content: "→";
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    display: flex;
    width: calc(2em + 1em);
    border-left: 1px solid;
    text-shadow: calc((2em + 1em) * -1) 0 0 white;
    justify-content: center;
    align-items: center;
    transition: 0s; }
  .btn.reverse {
    border-color: black;
    color: white;
    background-image: linear-gradient(to right, transparent 50%, black 50%); }
    .btn.reverse:not(.current, .disabled)::after {
      text-shadow: calc((2em + 1em) * -1) 0 0 black; }
  @media (hover: hover) {
    .btn:not(.current, .disabled):hover {
      background-position: 0% center;
      border-color: black;
      color: white;
      opacity: 1;
      transition: .3s; }
      .btn:not(.current, .disabled):hover.reverse {
        color: black; }
      .btn:not(.current, .disabled):hover:not(.current, .disabled)::after {
        right: calc((2em + 1em) * -1 + 4px);
        padding-left: calc(2em + 1em);
        transition: .3s; }
    .btn:is(.current, .disabled) {
      cursor: default; } }

.bg-black {
  background-color: black;
  color: white; }

.bg-white {
  background-color: white;
  color: black; }

.clr-sim-black {
  color: var(--sim-black); }

.clr-sim-red {
  color: var(--sim-red); }

.clr-sim-blue {
  color: var(--sim-blue); }

.clr-sim-yellow {
  color: var(--sim-yellow); }

.bg-sim-black {
  background-color: var(--sim-black);
  color: white; }

.bg-sim-red {
  background-color: var(--sim-red);
  color: white; }

.bg-sim-blue {
  background-color: var(--sim-blue);
  color: white; }

.bg-sim-yellow {
  background-color: var(--sim-yellow); }

.lh-1 {
  line-height: 1; }

.basis-half {
  flex-basis: 50% !important; }

.basis-full {
  flex-basis: 100% !important; }

.basis-1 {
  flex-basis: 100% !important;
  width: 100%; }

.basis-2 {
  flex-basis: 200% !important;
  width: 100%; }

.basis-3 {
  flex-basis: 300% !important;
  width: 100%; }

.basis-4 {
  flex-basis: 400% !important;
  width: 100%; }

.basis-5 {
  flex-basis: 500% !important;
  width: 100%; }

.basis-6 {
  flex-basis: 600% !important;
  width: 100%; }

.basis-7 {
  flex-basis: 700% !important;
  width: 100%; }

.basis-8 {
  flex-basis: 800% !important;
  width: 100%; }

.basis-9 {
  flex-basis: 900% !important;
  width: 100%; }

.basis-10 {
  flex-basis: 1000% !important;
  width: 100%; }

@media (max-width: 768px), (max-height: 480px) {
  .tab-grid-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px), (max-height: 480px) {
  .tab-grid-column3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px), (max-height: 480px) {
  .tab-grid-column4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 768px), (max-height: 480px) {
  .tab-grid-column5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 768px), (max-height: 480px) {
  .tab-grid-column6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 480px) {
  .sp-grid-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .sp-grid-column2 > .basis-full {
      grid-column: 1 / 2; } }
@media (max-width: 480px) {
  .sp-grid-column3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .sp-grid-column3 > .basis-full {
      grid-column: 1 / 3; } }
@media (max-width: 480px) {
  .sp-grid-column4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    .sp-grid-column4 > .basis-full {
      grid-column: 1 / 4; } }
@media (max-width: 480px) {
  .sp-grid-column5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    .sp-grid-column5 > .basis-full {
      grid-column: 1 / 5; } }
@media (max-width: 480px) {
  .sp-grid-column6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); }
    .sp-grid-column6 > .basis-full {
      grid-column: 1 / 6; } }
.p-0 {
  padding: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.gap-0 {
  gap: 0px !important; }

.p-5 {
  padding: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.gap-5 {
  gap: 5px !important; }

.p-10 {
  padding: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.gap-10 {
  gap: 10px !important; }

.p-15 {
  padding: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.gap-15 {
  gap: 15px !important; }

.p-20 {
  padding: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.gap-20 {
  gap: 20px !important; }

.p-25 {
  padding: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.gap-25 {
  gap: 25px !important; }

.p-30 {
  padding: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.gap-30 {
  gap: 30px !important; }

.p-35 {
  padding: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.gap-35 {
  gap: 35px !important; }

.p-40 {
  padding: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.gap-40 {
  gap: 40px !important; }

.p-45 {
  padding: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.gap-45 {
  gap: 45px !important; }

.p-50 {
  padding: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.gap-50 {
  gap: 50px !important; }

.p-55 {
  padding: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.gap-55 {
  gap: 55px !important; }

.p-60 {
  padding: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.gap-60 {
  gap: 60px !important; }

.p-65 {
  padding: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.gap-65 {
  gap: 65px !important; }

.p-70 {
  padding: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.gap-70 {
  gap: 70px !important; }

.p-75 {
  padding: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.gap-75 {
  gap: 75px !important; }

.p-80 {
  padding: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.gap-80 {
  gap: 80px !important; }

.p-85 {
  padding: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.gap-85 {
  gap: 85px !important; }

.p-90 {
  padding: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.gap-90 {
  gap: 90px !important; }

.p-95 {
  padding: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.gap-95 {
  gap: 95px !important; }

.p-100 {
  padding: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.gap-100 {
  gap: 100px !important; }

.fs-1 {
  font-size: clamp(0.2375rem, 0.078125vw, 0.0625rem) !important; }

.fs-2 {
  font-size: clamp(0.275rem, 0.15625vw, 0.125rem) !important; }

.fs-3 {
  font-size: clamp(0.3125rem, 0.234375vw, 0.1875rem) !important; }

.fs-4 {
  font-size: clamp(0.35rem, 0.3125vw, 0.25rem) !important; }

.fs-5 {
  font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; }

.fs-6 {
  font-size: clamp(0.425rem, 0.46875vw, 0.375rem) !important; }

.fs-7 {
  font-size: clamp(0.4625rem, 0.546875vw, 0.4375rem) !important; }

.fs-8 {
  font-size: clamp(0.5rem, 0.625vw, 0.5rem) !important; }

.fs-9 {
  font-size: clamp(0.5375rem, 0.703125vw, 0.5625rem) !important; }

.fs-10 {
  font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; }

.fs-11 {
  font-size: clamp(0.6125rem, 0.859375vw, 0.6875rem) !important; }

.fs-12 {
  font-size: clamp(0.65rem, 0.9375vw, 0.75rem) !important; }

.fs-13 {
  font-size: clamp(0.6875rem, 1.015625vw, 0.8125rem) !important; }

.fs-14 {
  font-size: clamp(0.725rem, 1.09375vw, 0.875rem) !important; }

.fs-15 {
  font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; }

.fs-16 {
  font-size: clamp(0.8rem, 1.25vw, 1rem) !important; }

.fs-17 {
  font-size: clamp(0.8375rem, 1.328125vw, 1.0625rem) !important; }

.fs-18 {
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem) !important; }

.fs-19 {
  font-size: clamp(0.9125rem, 1.484375vw, 1.1875rem) !important; }

.fs-20 {
  font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; }

.fs-21 {
  font-size: clamp(0.9875rem, 1.640625vw, 1.3125rem) !important; }

.fs-22 {
  font-size: clamp(1.025rem, 1.71875vw, 1.375rem) !important; }

.fs-23 {
  font-size: clamp(1.0625rem, 1.796875vw, 1.4375rem) !important; }

.fs-24 {
  font-size: clamp(1.1rem, 1.875vw, 1.5rem) !important; }

.fs-25 {
  font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; }

.fs-26 {
  font-size: clamp(1.175rem, 2.03125vw, 1.625rem) !important; }

.fs-27 {
  font-size: clamp(1.2125rem, 2.109375vw, 1.6875rem) !important; }

.fs-28 {
  font-size: clamp(1.25rem, 2.1875vw, 1.75rem) !important; }

.fs-29 {
  font-size: clamp(1.2875rem, 2.265625vw, 1.8125rem) !important; }

.fs-30 {
  font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; }

.fs-31 {
  font-size: clamp(1.3625rem, 2.421875vw, 1.9375rem) !important; }

.fs-32 {
  font-size: clamp(1.4rem, 2.5vw, 2rem) !important; }

.fs-33 {
  font-size: clamp(1.4375rem, 2.578125vw, 2.0625rem) !important; }

.fs-34 {
  font-size: clamp(1.475rem, 2.65625vw, 2.125rem) !important; }

.fs-35 {
  font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; }

.fs-36 {
  font-size: clamp(1.55rem, 2.8125vw, 2.25rem) !important; }

.fs-37 {
  font-size: clamp(1.5875rem, 2.890625vw, 2.3125rem) !important; }

.fs-38 {
  font-size: clamp(1.625rem, 2.96875vw, 2.375rem) !important; }

.fs-39 {
  font-size: clamp(1.6625rem, 3.046875vw, 2.4375rem) !important; }

.fs-40 {
  font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; }

.fs-41 {
  font-size: clamp(1.7375rem, 3.203125vw, 2.5625rem) !important; }

.fs-42 {
  font-size: clamp(1.775rem, 3.28125vw, 2.625rem) !important; }

.fs-43 {
  font-size: clamp(1.8125rem, 3.359375vw, 2.6875rem) !important; }

.fs-44 {
  font-size: clamp(1.85rem, 3.4375vw, 2.75rem) !important; }

.fs-45 {
  font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; }

.fs-46 {
  font-size: clamp(1.925rem, 3.59375vw, 2.875rem) !important; }

.fs-47 {
  font-size: clamp(1.9625rem, 3.671875vw, 2.9375rem) !important; }

.fs-48 {
  font-size: clamp(2rem, 3.75vw, 3rem) !important; }

.fs-49 {
  font-size: clamp(2.0375rem, 3.828125vw, 3.0625rem) !important; }

.fs-50 {
  font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; }

.fs-51 {
  font-size: clamp(2.1125rem, 3.984375vw, 3.1875rem) !important; }

.fs-52 {
  font-size: clamp(2.15rem, 4.0625vw, 3.25rem) !important; }

.fs-53 {
  font-size: clamp(2.1875rem, 4.140625vw, 3.3125rem) !important; }

.fs-54 {
  font-size: clamp(2.225rem, 4.21875vw, 3.375rem) !important; }

.fs-55 {
  font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; }

.fs-56 {
  font-size: clamp(2.3rem, 4.375vw, 3.5rem) !important; }

.fs-57 {
  font-size: clamp(2.3375rem, 4.453125vw, 3.5625rem) !important; }

.fs-58 {
  font-size: clamp(2.375rem, 4.53125vw, 3.625rem) !important; }

.fs-59 {
  font-size: clamp(2.4125rem, 4.609375vw, 3.6875rem) !important; }

.fs-60 {
  font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; }

.fs-61 {
  font-size: clamp(2.4875rem, 4.765625vw, 3.8125rem) !important; }

.fs-62 {
  font-size: clamp(2.525rem, 4.84375vw, 3.875rem) !important; }

.fs-63 {
  font-size: clamp(2.5625rem, 4.921875vw, 3.9375rem) !important; }

.fs-64 {
  font-size: clamp(2.6rem, 5vw, 4rem) !important; }

.fs-65 {
  font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; }

.fs-66 {
  font-size: clamp(2.675rem, 5.15625vw, 4.125rem) !important; }

.fs-67 {
  font-size: clamp(2.7125rem, 5.234375vw, 4.1875rem) !important; }

.fs-68 {
  font-size: clamp(2.75rem, 5.3125vw, 4.25rem) !important; }

.fs-69 {
  font-size: clamp(2.7875rem, 5.390625vw, 4.3125rem) !important; }

.fs-70 {
  font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; }

.fs-71 {
  font-size: clamp(2.8625rem, 5.546875vw, 4.4375rem) !important; }

.fs-72 {
  font-size: clamp(2.9rem, 5.625vw, 4.5rem) !important; }

.fs-73 {
  font-size: clamp(2.9375rem, 5.703125vw, 4.5625rem) !important; }

.fs-74 {
  font-size: clamp(2.975rem, 5.78125vw, 4.625rem) !important; }

.fs-75 {
  font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; }

.fs-76 {
  font-size: clamp(3.05rem, 5.9375vw, 4.75rem) !important; }

.fs-77 {
  font-size: clamp(3.0875rem, 6.015625vw, 4.8125rem) !important; }

.fs-78 {
  font-size: clamp(3.125rem, 6.09375vw, 4.875rem) !important; }

.fs-79 {
  font-size: clamp(3.1625rem, 6.171875vw, 4.9375rem) !important; }

.fs-80 {
  font-size: clamp(3.2rem, 6.25vw, 5rem) !important; }

.fs-81 {
  font-size: clamp(3.2375rem, 6.328125vw, 5.0625rem) !important; }

.fs-82 {
  font-size: clamp(3.275rem, 6.40625vw, 5.125rem) !important; }

.fs-83 {
  font-size: clamp(3.3125rem, 6.484375vw, 5.1875rem) !important; }

.fs-84 {
  font-size: clamp(3.35rem, 6.5625vw, 5.25rem) !important; }

.fs-85 {
  font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; }

.fs-86 {
  font-size: clamp(3.425rem, 6.71875vw, 5.375rem) !important; }

.fs-87 {
  font-size: clamp(3.4625rem, 6.796875vw, 5.4375rem) !important; }

.fs-88 {
  font-size: clamp(3.5rem, 6.875vw, 5.5rem) !important; }

.fs-89 {
  font-size: clamp(3.5375rem, 6.953125vw, 5.5625rem) !important; }

.fs-90 {
  font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; }

.fs-91 {
  font-size: clamp(3.6125rem, 7.109375vw, 5.6875rem) !important; }

.fs-92 {
  font-size: clamp(3.65rem, 7.1875vw, 5.75rem) !important; }

.fs-93 {
  font-size: clamp(3.6875rem, 7.265625vw, 5.8125rem) !important; }

.fs-94 {
  font-size: clamp(3.725rem, 7.34375vw, 5.875rem) !important; }

.fs-95 {
  font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; }

.fs-96 {
  font-size: clamp(3.8rem, 7.5vw, 6rem) !important; }

.fs-97 {
  font-size: clamp(3.8375rem, 7.578125vw, 6.0625rem) !important; }

.fs-98 {
  font-size: clamp(3.875rem, 7.65625vw, 6.125rem) !important; }

.fs-99 {
  font-size: clamp(3.9125rem, 7.734375vw, 6.1875rem) !important; }

.fs-100 {
  font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; }

.sp {
  display: none !important; }
  @media (max-width: 480px) {
    .sp {
      display: initial !important; } }

@media (max-width: 480px) {
  .sp-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (max-width: 480px) {
  .sp-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.tab {
  display: none !important; }
  @media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
    .tab {
      display: initial !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (min-width: 481px) and (max-width: 768px), (max-height: 480px) {
  .tab-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.pc {
  display: none !important; }
  @media (min-width: 769px) {
    .pc {
      display: initial !important; } }

@media (min-width: 769px) {
  .pc-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (min-width: 769px) {
  .pc-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.over-pc {
  display: none !important; }
  @media (min-width: 1281px) {
    .over-pc {
      display: initial !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (min-width: 1281px) {
  .over-pc-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.over-tab {
  display: none !important; }
  @media (min-width: 769px) {
    .over-tab {
      display: initial !important; } }

@media (min-width: 769px) {
  .over-tab-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (min-width: 769px) {
  .over-tab-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.over-sp {
  display: none !important; }
  @media (min-width: 481px) {
    .over-sp {
      display: initial !important; } }

@media (min-width: 481px) {
  .over-sp-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (min-width: 481px) {
  .over-sp-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.under-pc {
  display: none !important; }
  @media (max-width: 1280px) {
    .under-pc {
      display: initial !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (max-width: 1280px) {
  .under-pc-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.under-tab {
  display: none !important; }
  @media (max-width: 768px), (max-height: 480px) {
    .under-tab {
      display: initial !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (max-width: 768px), (max-height: 480px) {
  .under-tab-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.horizontal-sp {
  display: none !important; }
  @media (max-height: 480px) {
    .horizontal-sp {
      display: initial !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-5 {
    font-size: clamp(0.3875rem, 0.390625vw, 0.3125rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-10 {
    font-size: clamp(0.575rem, 0.78125vw, 0.625rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-15 {
    font-size: clamp(0.7625rem, 1.171875vw, 0.9375rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-20 {
    font-size: clamp(0.95rem, 1.5625vw, 1.25rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-25 {
    font-size: clamp(1.1375rem, 1.953125vw, 1.5625rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-30 {
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-35 {
    font-size: clamp(1.5125rem, 2.734375vw, 2.1875rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-40 {
    font-size: clamp(1.7rem, 3.125vw, 2.5rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-45 {
    font-size: clamp(1.8875rem, 3.515625vw, 2.8125rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-50 {
    font-size: clamp(2.075rem, 3.90625vw, 3.125rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-55 {
    font-size: clamp(2.2625rem, 4.296875vw, 3.4375rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-60 {
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-65 {
    font-size: clamp(2.6375rem, 5.078125vw, 4.0625rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-70 {
    font-size: clamp(2.825rem, 5.46875vw, 4.375rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-75 {
    font-size: clamp(3.0125rem, 5.859375vw, 4.6875rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-80 {
    font-size: clamp(3.2rem, 6.25vw, 5rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-85 {
    font-size: clamp(3.3875rem, 6.640625vw, 5.3125rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-90 {
    font-size: clamp(3.575rem, 7.03125vw, 5.625rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-95 {
    font-size: clamp(3.7625rem, 7.421875vw, 5.9375rem) !important; } }

@media (max-height: 480px) {
  .horizontal-sp-fs-100 {
    font-size: clamp(3.95rem, 7.8125vw, 6.25rem) !important; } }

.main-title {
  position: relative;
  z-index: 10; }
  .main-title::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 10px;
    border-top: 1px solid var(--darkgray);
    border-bottom: 1px solid var(--darkgray); }
  .main-title::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 10px;
    border-top: 1px solid var(--darkgray);
    border-bottom: 1px solid var(--darkgray);
    z-index: 1; }
  .main-title hgroup {
    position: relative; }
    .main-title hgroup::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 25%;
      width: 50%;
      background-color: var(--lightgray);
      z-index: 2; }
    .main-title hgroup::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      height: 5px;
      width: 50%;
      background-color: var(--lightgray);
      z-index: 2; }
    .main-title hgroup .line-inner {
      overflow: visible;
      background-color: var(--lightgray); }
    .main-title hgroup .line {
      position: relative; }
      .main-title hgroup .line .line-inner {
        position: relative;
        border-top: 1px solid var(--darkgray);
        border-right: 1px solid var(--darkgray);
        z-index: 10; }
        .main-title hgroup .line .line-inner::before {
          content: "";
          position: absolute;
          inset: 0 auto 0 0;
          width: 10px;
          border-left: 1px solid var(--darkgray);
          border-right: 1px solid var(--darkgray); }
        .main-title hgroup .line .line-inner > * {
          padding: 10px 20px 10px 32px;
          line-height: var(--line-height-12); }
        .main-title hgroup .line .line-inner p {
          position: relative;
          display: inline-block;
          margin-bottom: 0;
          font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }
          .main-title hgroup .line .line-inner p::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            border-right: 1px solid var(--darkgray); }
        .main-title hgroup .line .line-inner h1 {
          font-size: clamp(1.7rem, 3.125vw, 2.5rem);
          font-weight: bold; }
      .main-title hgroup .line:nth-child(1) .line-inner::after {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 10px;
        border-bottom: 1px solid var(--darkgray);
        z-index: 2; }
      .main-title hgroup .line:nth-child(1) .line-inner > * {
        padding-top: 22px; }
      .main-title hgroup .line:nth-child(n+2)::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 10px;
        border-top: 1px solid var(--darkgray);
        z-index: 2; }
      .main-title hgroup .line:nth-last-child(1)::after {
        content: "";
        position: absolute;
        inset: auto 0 11px 0;
        height: 10px;
        border-bottom: 1px solid var(--darkgray);
        z-index: 10; }
      .main-title hgroup .line:nth-last-child(1) .line-inner {
        border-right: none; }
        .main-title hgroup .line:nth-last-child(1) .line-inner::before {
          border-bottom: 1px solid var(--darkgray); }
        .main-title hgroup .line:nth-last-child(1) .line-inner::after {
          content: "";
          position: absolute;
          inset: 0 0 11px auto;
          width: 10px;
          border-right: 1px solid var(--darkgray);
          z-index: 2; }
        .main-title hgroup .line:nth-last-child(1) .line-inner > * {
          padding-bottom: 27px; }

.news-contents dd {
  padding-bottom: 2em; }
.news-contents dt + dd {
  margin-top: 1em; }
.news-contents dd + dd {
  margin-top: 1em; }
.news-contents dd + dt {
  padding-top: 2em;
  border-top: 1px solid black; }

.bnr-sim {
  padding-top: 60px;
  padding-bottom: 60px;
  color: var(--sim-black);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif; }
  .bnr-sim .bnr-robo img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .bnr-sim .bnr-robo img {
        max-width: 80vw; } }
  .bnr-sim a {
    position: relative;
    display: block;
    background-color: white; }
    @media (hover: hover) {
      .bnr-sim a:not(.current, .disabled):hover {
        opacity: 1; }
      .bnr-sim a:is(.current, .disabled) {
        cursor: default; } }
  .bnr-sim .inner {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 480px) {
      .bnr-sim .inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .bnr-sim .inner::before, .bnr-sim .inner::after {
      content: "";
      position: absolute;
      display: block;
      border-style: solid;
      border-width: 50px 130px;
      width: 0;
      height: 0;
      z-index: -20; }
      @media (max-width: 480px) {
        .bnr-sim .inner::before, .bnr-sim .inner::after {
          display: none; } }
    .bnr-sim .inner::before {
      top: 0;
      right: 0;
      border-color: var(--lightgray) var(--lightgray) transparent transparent; }
    .bnr-sim .inner::after {
      left: 0;
      bottom: 0;
      border-color: transparent transparent var(--lightgray) var(--lightgray); }
    .bnr-sim .inner .bg {
      background: none; }
      .bnr-sim .inner .bg > * {
        right: 10px;
        max-height: 90%;
        max-width: 45%; }
        @media (max-width: 480px) {
          .bnr-sim .inner .bg > * {
            left: 50%;
            right: auto;
            max-height: 80%;
            max-width: 80%;
            transform: translate(-50%, -50%);
            opacity: .1; } }
  .bnr-sim strong,
  .bnr-sim .bold {
    font-weight: 900 !important; }
  .bnr-sim .bnr-text {
    display: flex;
    flex-direction: column;
    font-size: clamp(1.25rem, 2.1875vw, 1.75rem); }
    .bnr-sim .bnr-text > * {
      display: inline-block;
      background-color: white;
      padding: 5px 10px 5px 5px; }
      .bnr-sim .bnr-text > *.bold {
        font-size: clamp(1.475rem, 2.65625vw, 2.125rem); }
        .bnr-sim .bnr-text > *.bold span {
          font-size: clamp(1.25rem, 2.1875vw, 1.75rem); }
      @media (max-width: 480px) {
        .bnr-sim .bnr-text > * {
          background: none;
          font-size: clamp(0.95rem, 1.5625vw, 1.25rem); }
          .bnr-sim .bnr-text > *.bold {
            font-size: clamp(1.325rem, 2.34375vw, 1.875rem); }
            .bnr-sim .bnr-text > *.bold span {
              font-size: clamp(0.95rem, 1.5625vw, 1.25rem); } }
  .bnr-sim .bnr-title {
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--sim-red);
    font-size: clamp(2.45rem, 4.6875vw, 3.75rem); }
    @media (max-width: 768px), (max-height: 480px) {
      .bnr-sim .bnr-title {
        max-width: 480px; } }
    .bnr-sim .bnr-title .clr-sim-black {
      font-size: clamp(3.575rem, 7.03125vw, 5.625rem); }
  .bnr-sim .btn-blue {
    display: flex;
    background-color: var(--sim-blue);
    max-width: 18em;
    padding: 20px 10px;
    border-radius: 20px;
    color: white;
    font-size: clamp(1.325rem, 2.34375vw, 1.875rem);
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .2s; }
    @media (hover: hover) {
      .bnr-sim .btn-blue:not(.current, .disabled):hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
        transform: scale(1.025); }
      .bnr-sim .btn-blue:is(.current, .disabled) {
        cursor: default; } }
    @media (max-width: 480px) {
      .bnr-sim .btn-blue {
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(0.95rem, 1.5625vw, 1.25rem); } }

/* loader
------------------------------------------------*/
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 100001;
  transform: translate(-50%, -50%); }
  .loader > div {
    background-color: rgba(0, 0, 0, 0.25);
    width: 4px;
    height: 20px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    animation: loader 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
    .loader > div:nth-child(1) {
      animation-delay: -0.2s; }
    .loader > div:nth-child(2) {
      animation-delay: -0.4s; }
    .loader > div:nth-child(3) {
      animation-delay: 0s; }
    .loader > div:nth-child(4) {
      animation-delay: -0.4s; }
    .loader > div:nth-child(5) {
      animation-delay: -0.2s; }

html body {
  position: relative; }
  html body::before {
    content: "";
    position: absolute;
    display: none;
    inset: 0;
    background: var(--lightgray);
    opacity: 0; }
html[data-loading] {
  overflow-x: hidden;
  overflow-y: hidden; }
  html[data-loading] body::before,
  html[data-loading] .loader {
    display: block;
    opacity: 1;
    z-index: 100000; }
  html[data-loading] #mv-top-scene1 .mv-title > * {
    opacity: 0;
    translate: -2%;
    transition: opacity 2s 1.2s, scale 2s 1.2s, translate 2s 1.2s; }
  html[data-loading] #mv-top-scene1 .mv-title > p {
    transition: opacity 2s .2s, scale 2s .2s, translate 2s .2s; }
html[data-loading="loaded"] {
  overflow-y: auto; }
  html[data-loading="loaded"] body::before,
  html[data-loading="loaded"] .loader {
    display: none;
    opacity: 0;
    z-index: -1;
    transition: 1s;
    transition-behavior: allow-discrete; }
  html[data-loading="loaded"] #mv-top-scene1 .mv-title > * {
    scale: 1;
    translate: 0;
    opacity: 1; }

@keyframes loader {
  0% {
    transform: scaley(1); }
  50% {
    transform: scaley(0.5); }
  100% {
    transform: scaley(1); } }
/* carousel
------------------------------------------------*/
.carousel > * {
  transform: translate(-50%, -50%); }

.carousel[data-carousel-current] > * {
  transform: translate(-50%, -50%) scale(1.2);
  transition: none;
  opacity: 1; }

.carousel > :nth-child(1) {
  z-index: 10; }

.carousel[data-carousel-current='1'] > :nth-child(-n + 1) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(2) {
  z-index: 9; }

.carousel[data-carousel-current='2'] > :nth-child(-n + 2) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(3) {
  z-index: 8; }

.carousel[data-carousel-current='3'] > :nth-child(-n + 3) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(4) {
  z-index: 7; }

.carousel[data-carousel-current='4'] > :nth-child(-n + 4) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(5) {
  z-index: 6; }

.carousel[data-carousel-current='5'] > :nth-child(-n + 5) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(6) {
  z-index: 5; }

.carousel[data-carousel-current='6'] > :nth-child(-n + 6) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(7) {
  z-index: 4; }

.carousel[data-carousel-current='7'] > :nth-child(-n + 7) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(8) {
  z-index: 3; }

.carousel[data-carousel-current='8'] > :nth-child(-n + 8) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(9) {
  z-index: 2; }

.carousel[data-carousel-current='9'] > :nth-child(-n + 9) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel > :nth-child(10) {
  z-index: 1; }

.carousel[data-carousel-current='10'] > :nth-child(-n + 10) {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 4s 4s, transform 8s 0s;
  transition-behavior: allow-discrete;
  opacity: 0; }

.carousel[data-carousel-current] > :nth-last-child(1) {
  transform: translate(-50%, -50%) scale(1.2);
  transition: none;
  opacity: 1; }
