@charset "UTF-8";
/*====================================
  layout（header / footer / layout）
=====================================*/
/*====================================
  color
=====================================*/
/*====================================
  font-family
=====================================*/
/*====================================
  font-size (fluid)
=====================================*/
/*====================================
  font-size variables
=====================================*/
/*====================================
  font-weight
=====================================*/
/*====================================
  font-size utility classes
=====================================*/
/*====================================
  letter-spacing
=====================================*/
/*====================================
  mt
=====================================*/
/*====================================
  mb
=====================================*/
/*====================================
  ml
=====================================*/
/*====================================
  mr
=====================================*/
/*====================================
  pt
=====================================*/
/*====================================
  pb
=====================================*/
/*====================================
  pl
=====================================*/
/*====================================
  pr
=====================================*/
/*====================================
  spacing utility classes
=====================================*/
/*====================================
  breakpoints
=====================================*/
/*====================================
  layout（header / footer / layout）
=====================================*/
:root {
  --header-h: 108px;
}

@media screen and (max-width: 1200px) {
  :root {
    --header-h: 87.5px;
  }
}
@media (max-width: 960px) {
  :root {
    --header-h: 83px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-h: 62px;
  }
}
/*====================================
  header
=====================================*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1d1b33;
  transition: all 0.3s ease;
  padding: 24px 48px;
}
@media (max-width: 768px) {
  .hd {
    padding: 16px 24px;
  }
}
.hd__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hd__logo {
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
.hd__logo img {
  width: clamp(160px, 24vw, 312px);
  max-width: 312px;
  height: auto;
  transition: width 0.3s ease, transform 0.3s ease;
}
@media (max-width: 960px) {
  .hd__nav {
    position: fixed;
    top: 0;
    padding-top: 92px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
  }
  .hd__nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    height: 100dvh;
    padding: 80px 5%;
    padding-bottom: var(--sidebar-bottom-h, 0px);
    background-color: #e9eaeb;
    background-image: url("../img/common/mv-bg-sp.webp");
    display: flex;
    flex-direction: column;
  }
  .hd__nav.is-open::-webkit-scrollbar {
    width: 6px;
  }
  .hd__nav.is-open .nav__sns {
    display: flex;
    margin-bottom: 80px;
  }
  .hd__nav.is-open::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
  .hd__nav.is-open::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .hd__nav.is-open::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .hd__nav.is-open .nav-list {
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
    padding-bottom: 40px;
  }
  .hd__nav.is-open .nav-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hd__nav.is-open .nav-list__link {
    color: #1d1b33;
    transition: all 0.3s ease;
    padding: 12px;
    padding-right: 40px;
    border-bottom: none;
  }
  .hd__nav.is-open .nav-list__link:hover {
    color: #0172fd;
  }
  .hd__nav.is-open .nav-list__subitem {
    margin-bottom: 0;
  }
  .hd__nav.is-open .nav-list__subitem:first-child .nav-list__sublink {
    padding-top: 0;
  }
  .hd__nav.is-open .nav-list__sublink {
    padding-left: 12px;
  }
  .hd__nav.is-open .hd__nav-bg-video {
    opacity: 1;
  }
  .hd__nav.is-open .cmn-contact {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: auto;
  }
}
.hd__nav-bg-video {
  display: none;
}
@media (max-width: 960px) {
  .hd__nav-bg-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: hidden;
  }
  .hd__nav-bg-video video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hd__nav-bg-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}
.hd .nav__sns {
  display: none;
}
.hd .cmn-contact {
  display: none;
}
.hd::after {
  content: "";
  position: fixed;
  top: var(--header-h-live, var(--header-h));
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 27, 51, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 998;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media (min-width: 961px) {
  .hd.is-mega-open::after, .hd:has(.nav-list__item--has-submenu:hover:not(.is-mega-force-closed))::after, .hd:has(.nav-list__item--has-submenu:focus-within:not(.is-mega-force-closed))::after {
    opacity: 1;
    visibility: visible;
  }
}
.hd .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  position: static;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hd .nav-list {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .hd .nav-list {
    position: relative;
  }
}
.hd .nav-list__toggle {
  display: none;
}
@media (min-width: 961px) {
  .hd .nav-list__item {
    position: static;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__item {
    display: block;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 961px) {
  .hd .nav-list__item--has-submenu:hover:not(.is-mega-force-closed) .nav-list__mega, .hd .nav-list__item--has-submenu:focus-within:not(.is-mega-force-closed) .nav-list__mega, .hd .nav-list__item--has-submenu.is-mega-open:not(.is-mega-force-closed) .nav-list__mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .hd .nav-list__item--has-submenu:hover:not(.is-mega-force-closed) > .nav-list__link, .hd .nav-list__item--has-submenu:focus-within:not(.is-mega-force-closed) > .nav-list__link, .hd .nav-list__item--has-submenu.is-mega-open:not(.is-mega-force-closed) > .nav-list__link {
    color: #0172fd;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__item--has-submenu > .nav-list__link {
    padding-right: 64px;
  }
  .hd .nav-list__item--has-submenu > .nav-list__toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    padding: 15px 0;
    margin: 0;
    background: none;
    border: none;
    color: #1d1b33;
    line-height: 1;
    cursor: pointer;
  }
  .hd .nav-list__item--has-submenu > .nav-list__toggle::before {
    content: "+";
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
    font-weight: 700;
  }
  .hd .nav-list__item--has-submenu.is-open > .nav-list__toggle::before {
    content: "−";
  }
  .hd .nav-list__item--has-submenu.is-open > .nav-list__mega {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }
}
.hd .nav-list__link {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(10px, 10px + 3 * (100vw - 375px) / 905, 13px);
  font-weight: 500;
  gap: 40px;
  transition: color 0.3s ease;
}
.hd .nav-list__link:focus-visible {
  outline: 2px solid #0172fd;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .hd .nav-list__link:hover {
    color: #0172fd;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__link {
    padding: 15px 24px;
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 961px) {
  .hd .nav-list__mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-image: url("../img/common/ud-mv-bg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 18px 36px rgba(29, 27, 51, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  }
  .hd .nav-list__mega::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 16px;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__mega {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
    transition: max-height 0.25s ease, opacity 0.25s ease, margin-top 0.25s ease;
  }
}
@media (min-width: 961px) {
  .hd .nav-list__mega-inr {
    display: grid;
    grid-template-columns: minmax(220px, 0.95fr) minmax(340px, 1.5fr) minmax(180px, 0.85fr);
    gap: clamp(20px, 2.5vw, 40px);
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(32px, 4vw, 48px) 48px;
    min-height: 260px;
  }
}
@media (min-width: 961px) {
  .hd .nav-list__mega-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__mega-intro {
    display: none;
  }
}
.hd .nav-list__mega-ttl {
  margin: 0 0 14px;
  line-height: 1;
}
.hd .nav-list__mega-ttl-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(28px, 3.2vw, 42px);
}
.hd .nav-list__mega-desc {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-navy);
  max-width: 18em;
}
@media (min-width: 961px) {
  .hd .nav-list__mega-cta .btn-base__link {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 12px 24px;
    background-color: #1d1b33;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 2.3px 2.3px 0.8px 0 rgba(17, 6, 4, 0.3);
    height: fit-content;
  }
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .hd .nav-list__mega-cta .btn-base__link:hover {
    background-color: #ffffff;
    color: #1d1b33;
    border-color: #1d1b33;
    transform: none;
    opacity: 1;
  }
}
.hd .nav-list__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 961px) {
  .hd .nav-list__submenu {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 8px 20px;
    align-content: center;
    min-width: 0;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__subitem {
    margin-bottom: 5px;
  }
}
.hd .nav-list__sublink {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.hd .nav-list__sublink:focus-visible {
  outline: 2px solid #0172fd;
  outline-offset: 2px;
}
@media (min-width: 961px) {
  .hd .nav-list__sublink {
    gap: 8px;
    padding: 12px 10px;
    font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
    color: #1d1b33;
    letter-spacing: 0.04em;
    text-align: left;
    border-radius: 10px;
  }
  .hd .nav-list__sublink::after {
    content: "→";
    flex: 0 0 auto;
    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
    font-weight: 700;
    color: #0172fd;
    line-height: 1;
    transition: transform 0.22s ease;
  }
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .hd .nav-list__sublink:hover {
    color: #0172fd;
  }
  .hd .nav-list__sublink:hover::after {
    transform: translateX(2px);
  }
}
@media (max-width: 960px) {
  .hd .nav-list__sublink {
    display: block;
    padding: 8px 0 8px 24px;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
    color: #000000;
    text-align: left;
  }
  .hd .nav-list__sublink::after {
    display: none;
  }
}
@media (max-width: 960px) and (hover: hover) and (pointer: fine) {
  .hd .nav-list__sublink:hover {
    color: #0172fd;
  }
}
@media (min-width: 961px) {
  .hd .nav-list__mega-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    min-height: 200px;
    padding-top: 16px;
    padding-bottom: 8px;
    overflow: visible;
    pointer-events: none;
  }
}
@media (max-width: 960px) {
  .hd .nav-list__mega-visual {
    display: none;
  }
}
.hd .nav-list__mega-img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center bottom;
}
.hd .nav-list__mega-img.floating {
  position: relative;
  inset: auto;
  animation-name: mega-floating;
  animation-duration: 10s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-iteration-count: infinite;
}
@keyframes mega-floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.hd .mobile-menu-toggle {
  display: none;
}
@media (max-width: 960px) {
  .hd .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 1002;
  }
}
.hd .mobile-menu-toggle__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease;
  position: absolute;
}
.hd .mobile-menu-toggle__line--top {
  top: 6px;
}
.hd .mobile-menu-toggle__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.hd .mobile-menu-toggle__line--bottom {
  bottom: 6px;
}
.hd .mobile-menu-toggle.is-open .mobile-menu-toggle__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #1d1b33;
}
.hd .mobile-menu-toggle.is-open .mobile-menu-toggle__line--middle {
  opacity: 0;
  transform: translateY(-50%);
  background-color: #1d1b33;
}
.hd .mobile-menu-toggle.is-open .mobile-menu-toggle__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: #1d1b33;
}
.hd.header--scrolled {
  background-color: rgba(29, 27, 51, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.hd.header--scrolled .hd__logo img {
  width: clamp(120px, 19vw, 250px);
}
.hd.is-measuring, .hd.is-measuring .hd__logo img {
  transition: none !important;
}

body.menu-open {
  overflow: hidden;
}

/*====================================
  layout（header / footer / layout）
=====================================*/
/*====================================
  map
=====================================*/
.cmn-map {
  position: relative;
  width: 100%;
  height: 350px;
}
.cmn-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cmn-map {
    height: 240px;
  }
}

@media (max-width: 640px) {
  :root {
    --sidebar-bottom-h: calc(9px + 6px + 18px + 12px * 1.35 + max(9px, env(safe-area-inset-bottom, 0px)));
  }
}
.sidebar {
  position: fixed;
  top: 104px;
  right: 0;
  z-index: 1000;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .sidebar {
    top: 92px;
    max-height: calc(100vh - 108px);
  }
}
@media (max-width: 640px) {
  .sidebar {
    width: 100%;
    top: auto;
    bottom: 0;
    max-height: none;
    overflow-y: visible;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
    padding-bottom: 0;
    background-color: #1d1b33;
  }
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 640px) {
  .sidebar ul {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.sidebar li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 24px 20px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .sidebar li a {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .sidebar li a {
    padding: 8px;
  }
}
@media (max-width: 640px) {
  .sidebar li a {
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 6px;
    padding: 9px 6px max(9px, env(safe-area-inset-bottom, 0px));
    text-align: center;
  }
}
.sidebar li a p {
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  .sidebar li a p {
    font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  }
}
@media (max-width: 640px) {
  .sidebar li a p {
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.35;
  }
}
@media (max-width: 480px) {
  .sidebar li a p {
    font-size: 10px;
  }
}
.sidebar li a img {
  width: 14px;
  height: 10px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .sidebar li a img {
    width: 22px;
    height: 18px;
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__contact {
    flex: 1 1 0;
  }
}
.sidebar li.sidebar__contact a {
  background-color: #1d1b33;
}
@media (max-width: 640px) {
  .sidebar li.sidebar__contact a {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__pc {
    flex: 1 1 0;
  }
}
.sidebar li.sidebar__pc a {
  background-color: #0172fd;
}
.sidebar li.sidebar__pc .sidebar__pc-label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  .sidebar li.sidebar__pc .sidebar__pc-label {
    font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__pc .sidebar__pc-label {
    display: inline-block;
    text-align: center;
    line-height: 1.35;
  }
}
@media (max-width: 480px) {
  .sidebar li.sidebar__pc .sidebar__pc-label {
    font-size: 10px;
  }
}
.sidebar li.sidebar__pc .sidebar__pc-label-ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .sidebar li.sidebar__pc .sidebar__pc-label-ja {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: inline;
    order: 0;
  }
}
.sidebar li.sidebar__pc .sidebar__pc-label-en {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}
@media (max-width: 640px) {
  .sidebar li.sidebar__pc .sidebar__pc-label-en {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: inline;
    order: -1;
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__line {
    flex: 0 0 auto;
  }
}
.sidebar li.sidebar__line a {
  background: linear-gradient(159deg, #77ce36 70%, #e4ec3c);
  padding: 14px;
}
@media (max-width: 1024px) {
  .sidebar li.sidebar__line a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .sidebar li.sidebar__line a {
    padding: 8px;
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__line a {
    padding: 9px 20px max(9px, env(safe-area-inset-bottom, 0px));
  }
}
.sidebar li.sidebar__line img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .sidebar li.sidebar__line img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .sidebar li.sidebar__line img {
    width: 26px;
    height: 26px;
  }
}

/*====================================
  footer
=====================================*/
.ft {
  background-color: #1d1b33;
  color: #ffffff;
}
.ft a {
  transition: color 0.3s ease;
}
.ft a:hover, .ft a:focus-visible {
  color: #0172fd;
  opacity: 1;
}
.ft .cmn__sns-item a {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.ft .cmn__sns-item a:hover, .ft .cmn__sns-item a:focus-visible {
  transform: translateY(-2px);
  opacity: 1;
  color: #1d1b33;
}
.ft__inr {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1400px) {
  .ft__inr {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ft__inr {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.ft__left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px 8px;
  max-width: 420px;
}
@media (max-width: 1300px) {
  .ft__left {
    grid-template-columns: auto auto auto;
    gap: 16px;
    max-width: none;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 960px) {
  .ft__left {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 420px;
    justify-content: stretch;
  }
}
@media (max-width: 960px) {
  .ft__right {
    display: none;
  }
}
.ft__logo {
  display: block;
  width: clamp(200px, 24vw, 240px);
  margin-bottom: clamp(20px, 20px + 4 * (100vw - 375px) / 905, 24px);
}
.ft__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.ft__logo:hover, .ft__logo:focus-visible {
  opacity: 1;
  color: inherit;
}
.ft__logo:hover img, .ft__logo:focus-visible img {
  transform: translateY(-2px);
}
@media (max-width: 960px) {
  .ft__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  .ft__info {
    text-align: center;
    margin-bottom: clamp(20px, 20px + 4 * (100vw - 375px) / 905, 24px);
  }
}
.ft__info-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (max-width: 960px) {
  .ft__info-detail {
    align-items: center;
  }
}
.ft__info-detail p {
  text-align: left;
  font-weight: 400;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
}
@media (max-width: 960px) {
  .ft__info-detail p {
    text-align: center;
  }
}
.ft__contact--row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
.ft__contact--row p {
  width: auto;
}
.ft__file {
  grid-column: 1/-1;
  grid-row: 2;
  width: 100%;
}
@media (max-width: 1300px) {
  .ft__file {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 768px) {
  .ft__file {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.ft__file a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  font-weight: 600;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  padding: 30px 48px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ft__file a:hover, .ft__file a:focus-visible {
  background-color: #ffffff;
  color: #1d1b33;
  opacity: 1;
}
@media (max-width: 960px) {
  .ft__file a {
    padding: 24px;
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  }
}
.ft__nav {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .ft__nav {
    display: none;
  }
}
.ft__nav-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.ft__nav-link {
  display: block;
  font-weight: 700;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.ft__nav-sub {
  width: 100%;
}
.ft__nav-sub li a {
  display: grid;
  grid-template-columns: 0.75em 1fr;
  column-gap: 0.35em;
  align-items: baseline;
  width: 100%;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align-last: justify;
  text-justify: inter-character;
  text-decoration: none;
  color: inherit;
  margin-bottom: 4px;
}
.ft__nav-sub li a::before {
  content: "-";
  text-align: left;
}
.ft__nav-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ft__copy {
  padding: 20px 0;
  background-color: #110f23;
}
.ft__copy small {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ft__copy {
    padding: 16px 0;
  }
}

/*====================================
  layout（header / footer / layout）
=====================================*/
p {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-blue {
  color: #0172fd;
}

.txt-white {
  color: #ffffff;
}

/*====================================
  position
=====================================*/
.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

/*====================================
  utilities
=====================================*/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.pc-only {
  display: block;
}
@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
}

.pc-tab-only {
  display: none;
}
@media (max-width: 960px) {
  .pc-tab-only {
    display: block;
  }
}

@media (max-width: 960px) {
  br.pc-tab-only {
    display: inline;
  }
}

.tab-only {
  display: none;
}
@media (max-width: 768px) {
  .tab-only {
    display: block;
  }
}

@media (max-width: 768px) {
  br.tab-only {
    display: inline;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

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

.d-grid {
  display: grid;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.bg-blue {
  background-color: #0172fd;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .d-none-tab {
    display: none;
  }
  .d-block-tab {
    display: block;
  }
  .d-flex-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .d-none-sp {
    display: none;
  }
  .d-block-sp {
    display: block;
  }
  .d-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container-1500 {
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container-1500 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-1300 {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container-1300 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container-1200 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-1100 {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container-1100 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container-1000 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-900 {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container-900 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-850 {
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .container-850 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.shadow {
  -webkit-box-shadow: 1.6px 1.6px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 1.6px 1.6px 0.5px rgba(0, 0, 0, 0.3);
}

.vertical-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  letter-spacing: 0.1em;
}

.txt-solid {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #0172fd;
}

.txt-solid.bold {
  text-underline-offset: 7px;
}

/*====================================
  header
=====================================*/
.main {
  padding-top: var(--header-h);
}

@media (max-width: 640px) {
  body {
    padding-bottom: 54.5px;
  }
}
/*====================================
  flexbox
=====================================*/
.flex-nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.display-block {
  display: block;
}

/*# sourceMappingURL=layout.css.map */
