@charset "UTF-8";
/* ==================================================
 common.css
================================================== */
/* ==================================================
 カラー変数
-------------------------------------------------- */
/* ==================================================
 ブレイクポイント
-------------------------------------------------- */
/* ==================================================
 Animation 関連
-------------------------------------------------- */
/* ==================================================
 フォント（width, margin, padding でも使用可）
-------------------------------------------------- */
/* --------------------------------------------------
 clamp() フォントサイズ計算関数
	@param $min    - 最小フォントサイズ（px単位の数値）
	@param $max    - 最大フォントサイズ（px単位の数値）
	@param $vp-min - 最小ビューポート幅（デフォルト: 375）
	@param $vp-max - 最大ビューポート幅（デフォルト: 1200）
	@param $root   - ルートフォントサイズ（デフォルト: 16）
-------------------------------------------------- */
/* ==================================================
 体裁
-------------------------------------------------- */
/* ==================================================
 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 メディアクエリ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 コンテナ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 透明度 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 ボックスシャドウ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 その他 ミックスイン
-------------------------------------------------- */
@layer reset, base, common, top, page;
/* ==================================================
 1.0 - Reset
-------------------------------------------------- */
@layer reset {
  html {
    background: #FFF;
    color: #000;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  body,
  header,
  footer,
  section,
  article,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  figure,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  fieldset,
  img {
    border: 0;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  th,
  var {
    font-style: normal;
    font-weight: normal;
  }
  ol,
  ul {
    list-style: none;
  }
  caption,
  th {
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  q::before,
  q::after {
    content: "";
  }
  abbr,
  acronym {
    border: 0;
    font-variant: normal;
  }
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
/* ==================================================
 2.0 - Base（ベーススタイル）
-------------------------------------------------- */
@layer base {
  html {
    scroll-padding-top: clamp(5.75rem, 4.0454545455rem + 7.2727272727vw, 9.5rem);
  }
  body {
    background-color: #FFFFFF;
    color: #001663;
    font-family: sans-serif;
    font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  img,
  video {
    display: block;
    max-width: 100%;
    height: auto;
    image-rendering: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-block: 20px;
    border: none;
    background-color: #C0D4DC;
  }
  button {
    border: none;
    background: none;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer;
  }
  /* ------------------------------------------------
   2.1 - Utility
  ------------------------------------------------ */
  .hide {
    display: none !important;
    visibility: hidden;
  }
  .nowrap {
    white-space: nowrap;
  }
  .ib span {
    display: inline-block;
  }
  .non-border {
    border: none !important;
  }
  .align-center {
    text-align: center;
  }
}
/* ==================================================
 3.0 - Common（共通スタイル）
-------------------------------------------------- */
@layer common {
  /* ------------------------------------------------
   3.1 - ヘッダー
  ------------------------------------------------ */
  .header {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
  }
  .header__inner {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 768px) {
    .header__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1024px) {
    .header__inner {
      padding-inline: 30px;
    }
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: clamp(4.5rem, 2.9090909091rem + 6.7878787879vw, 8rem);
  }
  /* 3.1.1 - ロゴ
  ------------------------------------------------ */
  .header__brand {
    position: relative;
    z-index: 20;
    display: block;
    padding-top: clamp(2.375rem, 1.8068181818rem + 2.4242424242vw, 3.625rem);
    width: clamp(9.625rem, 6.3295454545rem + 14.0606060606vw, 16.875rem);
  }
  .header__brand.header__brand--row {
    padding-top: 0;
    width: clamp(14.125rem, 9.1818181818rem + 21.0909090909vw, 25rem);
  }
  .header__brand a {
    display: block;
  }
  .header__logo {
    width: 100%;
  }
  /* 3.1.2 - PC グローバルナビゲーション
  ------------------------------------------------ */
  .global-nav {
    display: none;
  }
  @media (min-width: 768px) {
    .global-nav {
      display: block;
    }
  }
  .global-nav .global-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, 0.5113636364rem + 1.8181818182vw, 1.875rem);
  }
  .global-nav .global-nav__link {
    display: inline-block;
    color: #001663;
    font-size: clamp(0.8125rem, 0.6704545455rem + 0.6060606061vw, 1.125rem);
    font-weight: 600;
  }
  /* 3.1.3 - ハンバーガーボタン
  ------------------------------------------------ */
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 50px;
    height: 50px;
    padding: 0;
    z-index: 20;
  }
  @media (min-width: 768px) {
    .header__hamburger {
      display: none;
    }
  }
  .header__hamburger-line {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #001663;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header--menu-open .header__hamburger-line {
    width: 45px;
  }
  .header--menu-open .header__hamburger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .header--menu-open .header__hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .header--menu-open .header__hamburger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  /* 3.1.4 - ドロワーメニュー
  ------------------------------------------------ */
  .drawer {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    padding-block: clamp(8.75rem, 8.1818181818rem + 2.4242424242vw, 10rem) 40px;
    padding-inline: clamp(1.875rem, 1.0227272727rem + 3.6363636364vw, 3.75rem);
    background-color: #FFFFFF;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (min-width: 768px) {
    .drawer {
      display: none;
    }
  }
  .drawer--open {
    transform: translateX(0);
  }
  .drawer-nav {
    display: flex;
    flex-direction: column;
    gap: clamp(0.3125rem, 0.1704545455rem + 0.6060606061vw, 0.625rem);
  }
  .drawer-nav__link {
    display: block;
    width: 100%;
    padding-block: clamp(0.5rem, 0.3863636364rem + 0.4848484848vw, 0.75rem);
    color: #001663;
    font-size: clamp(1rem, 0.8295454545rem + 0.7272727273vw, 1.375rem);
    font-weight: 600;
    text-align: center;
  }
  /* ------------------------------------------------
   3.2 - フッター
  ------------------------------------------------ */
  .site-footer {
    padding: clamp(2.8125rem, 1.5340909091rem + 5.4545454545vw, 5.625rem) 0 25px;
    background-color: #F2F7FA;
  }
  .site-footer .site-footer__inner {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 768px) {
    .site-footer .site-footer__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1024px) {
    .site-footer .site-footer__inner {
      padding-inline: 30px;
    }
  }
  .site-footer .site-footer__inner {
    position: relative;
    text-align: center;
  }
  .site-footer .site-footer__brand {
    display: block;
    width: clamp(10.625rem, 7.7840909091rem + 12.1212121212vw, 16.875rem);
    margin: 0 auto 35px;
  }
  .site-footer .site-footer__logo {
    width: 100%;
  }
  @media (min-width: 768px) {
    .site-footer .site-footer__copyright {
      text-align: right;
    }
  }
  /* 3.2.1 - フッターナビゲーション
  ------------------------------------------------ */
  .footer-nav {
    padding-block: clamp(2.5rem, 2.3579545455rem + 0.6060606061vw, 2.8125rem) 30px;
    border-top: 1px solid #C0D4DC;
  }
  .footer-nav .footer-nav__list {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .footer-nav .footer-nav__link {
    display: inline-block;
    color: #001663;
    font-size: clamp(0.8125rem, 0.6704545455rem + 0.6060606061vw, 1.125rem);
    font-weight: 600;
  }
  /* ------------------------------------------------
   3.3 - コンテンツヘッダー
  ------------------------------------------------ */
  .content-header {
    padding-top: clamp(6rem, 5.0909090909rem + 3.8787878788vw, 8rem);
    background-color: #FFFFFF;
  }
  .content-header .content-header__inner {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 768px) {
    .content-header .content-header__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1024px) {
    .content-header .content-header__inner {
      padding-inline: 30px;
    }
  }
  .content-header .content-header__wrapper {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: clamp(7.8125rem, 5.6818181818rem + 9.0909090909vw, 12.5rem);
    border-radius: clamp(0.625rem, 0.3409090909rem + 1.2121212121vw, 1.25rem);
    background-color: #C5D6E3;
  }
  .content-header .content-header__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 20%;
    object-fit: cover;
    opacity: 0.8;
    filter: blur(2px);
    transform: scale(1.5);
  }
  @media (min-width: 768px) {
    .content-header .content-header__image {
      object-position: 50% 30%;
      filter: blur(5px);
      transform: scale(1.05);
    }
  }
  .content-header .content-header__title {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-size: clamp(1.125rem, 0.5568181818rem + 2.4242424242vw, 2.375rem);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }
}

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