@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  --serif: "Noto Serif JP", serif;
  --en-sans: "", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main: #000;
  --accent: #0A39D2;
  --sp-base-fs: 3.7vw;
  --sp-pad: 2.6vw;
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
  summary {
    display: block;
  }
  summary::-webkit-details-marker {
    display: none;
  }
}
@layer foundation {
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  @media screen and (max-width: 1300px) and (min-width: 767px) {
    html {
      font-size: 1.2040816327vw;
    }
  }
  @media screen and (max-width: 767px) {
    html {
      font-size: var(--sp-base-fs);
      scroll-padding-top: 18.6666666667vw;
    }
  }
  body {
    text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-family: var(--sans-serif);
    line-height: 1.8;
    min-width: 320px;
    color: var(--main);
    background: var(--base);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  a {
    text-decoration: none;
    word-break: break-all;
    color: currentColor;
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary {
    list-style: none;
    display: block;
    cursor: pointer;
    user-select: none;
  }
}
/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
@layer layout {}
/*========================================
  サイト共通のフッター
========================================*/
@layer layout {
  .l-footer {
    padding-top: 5rem;
    padding-bottom: 4.375rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding-top: 12vw;
      padding-bottom: 6.6666666667vw;
    }
  }
  .l-footer__sns {
    margin-bottom: 3.75rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.25rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns {
      gap: 10.1333333333vw;
      margin-bottom: 11.3333333333vw;
    }
  }
  .l-footer__sns img {
    width: 2.625rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns img {
      width: 10.6666666667vw;
    }
  }
  .l-footer__copyright {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      font-size: 3.2vw;
    }
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
@layer layout {
  @media screen and (max-width: 767px) {
    .l-header {
      position: sticky;
      top: 0;
      z-index: 10;
      background: #fff;
    }
  }
  .l-header__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .l-header__inner {
      padding: 2.5rem 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-header__inner {
      padding: 1.3333333333vw 2.6666666667vw 0.6666666667vw 2.6666666667vw;
    }
  }
  .l-header__logo {
    width: 27.6875rem;
  }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      width: 58.9333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .l-header__nav {
      display: contents;
    }
  }
}
/*========================================
  メインコンテンツ
========================================*/
@layer layout {}
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
@layer layout {
  @media screen and (max-width: 767px) {
    .l-nav.is-expanded .l-nav__body {
      visibility: visible;
      right: 0;
      transform: translateX(0%);
    }
  }
  .l-nav__btn {
    background: transparent;
    position: relative;
    z-index: 100;
    border: 0;
    padding: 0;
  }
  @media screen and (max-width: 767px) {
    .l-nav__btn {
      margin-top: 0.6666666667vw;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-1 {
    transform: translate(0, 1.2vw) rotate(45deg);
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-2 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-3 {
    transform: translate(1.1vw, -2.4vw) rotate(-45deg);
  }
  .l-nav__btn svg {
    width: 12vw;
    height: 17.6vw;
  }
  .l-nav__line {
    transform-origin: center;
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    fill: #0b3ad2;
  }
  @media screen and (max-width: 767px) {
    .l-nav__body {
      background: #fff;
      width: 100%;
      height: calc(100vh - 18vw);
      height: calc(100svh - 18vw);
      display: block;
      visibility: hidden;
      position: fixed;
      top: 18.1333333333vw;
      right: -100%;
      overflow: auto;
      overscroll-behavior-y: contain;
      transition: 0.3s ease-in;
      z-index: 99;
      transform: translateX(100%);
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__body nav {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.875rem;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__list {
      position: relative;
      background-image: url("../img/bg_sp.webp");
      background-size: 200% auto;
      background-position: 0 0;
      height: calc(100svh - 41.3333333333vw);
      padding-left: 4vw;
      padding-right: 4vw;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
    .l-nav__list::after {
      pointer-events: none;
      content: "";
      display: block;
      background: url("../img/mv_l.png") 0 0/28.9333333333vw auto no-repeat, url("../img/mv_r.png") 100% 0/37.0666666667vw auto no-repeat;
      width: 89.4666666667vw;
      height: 22.2666666667vw;
      margin-top: 8.8vw;
    }
    .l-nav__list > * {
      width: 100%;
    }
  }
  .l-nav__sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 768px) {
    .l-nav__sns {
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__sns {
      justify-content: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      gap: 10.1333333333vw;
      padding: 6.6666666667vw 0;
    }
  }
  .l-nav__sns img {
    width: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .l-nav__sns img {
      width: 10.6666666667vw;
    }
  }
  .l-nav__item {
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .l-nav__item {
      margin-bottom: 5.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__link {
      font-size: 4vw;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 16.5333333333vw;
      border-radius: 8.2666666667vw;
      background: #fff;
      box-shadow: 0px 0px 10px rgba(0, 98, 255, 0.2);
    }
  }
  @media (hover: hover) {
    .l-nav__link:hover {
      text-decoration: underline;
    }
  }
}
/*========================================
  ページ全体のレイアウト
========================================*/
@layer layout {}
@layer component {
  .c-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    text-decoration: none;
    user-select: none;
    border: 0;
  }
  .c-btn:hover {
    text-decoration: none;
  }
}
@layer component {
  .c-container {
    width: 1000px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@layer component {
  .c-icon {
    position: relative;
    display: inline-block;
    background: 50% 50% no-repeat;
    background-size: contain;
    vertical-align: top;
    line-height: 1;
    font-style: normal;
  }
}
/*========================================
 * hide
 *
 * クラス : u-hide
========================================*/
@layer utilities {
  .u-hide {
    display: none;
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
/*========================================
 * padding
========================================*/
@layer utilities {
  @media screen and (max-width: 1300px) and (min-width: 767px) {
    .u-PC-pad {
      padding-right: 4%;
      padding-left: 4%;
    }
  }
  @media screen and (max-width: 767px) {
    .u-SP-pad {
      padding-right: var(--sp-pad);
      padding-left: var(--sp-pad);
    }
  }
}
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}