@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "Shippori Mincho OTF";
  src: url("../fonts/ShipporiMincho-OTF-Medium.woff2") format("woff2"), url("../fonts/ShipporiMincho-OTF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  size-adjust: 106%; /* 英語フォントとのバランス調整する場合 */
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #222;
  line-height: 1.5;
  background: #fff;
}
html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  margin: 0;
  padding: 0;
}

p {
  color: var(--color-txt);
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-weight: 400;
  }
}

ul li {
  color: var(--color-txt);
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  ul li {
    font-weight: 400;
  }
}

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

.__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .__pc {
    display: none;
  }
}

.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__sp {
    display: block;
  }
}

:root {
  --font-sans:"Noto Sans JP", sans-serif;
  --font-serif:'Shippori Mincho OTF', serif;
  --menu-height: 70px;
  --logo-height: 88px;
  --container-width: 1080px;
  --nav-width: 960px;
  --side-padding: 24px;
  --color-txt: #444;
  --color1: #04287e;
  --accent: #c11920;
  --border: #ddd;
  --menu-bg: rgba(255, 255, 255, 0.92);
  --gradation-soft-base:#d7f5fa;
  --gradation-soft: linear-gradient(45deg,rgba(215, 245, 250, 1) 0%, rgba(200, 240, 232, 1) 25%, rgba(245, 250, 235, 1) 55%, rgba(245, 245, 200, 1) 80%, rgba(250, 225, 160, 1) 95%);
  --gradation-dark-base:#aad232;
  --gradation-dark: linear-gradient(135deg,rgba(170, 210, 50, 1) 0%, rgba(180, 220, 80, 1) 10%, rgba(250, 235, 80, 1) 50%, rgba(245, 180, 20, 1) 90%, rgba(245, 160, 20, 1) 100%);
}
@media screen and (max-width: 767px) {
  :root {
    --menu-height: 64px;
    --logo-height: 88px;
    --side-padding: 16px;
  }
}

.site-title {
  position: relative;
  background: #fff;
}
.site-title__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 48px);
  margin: 0 auto;
  border-bottom: thin solid #ccc;
  height: var(--logo-height);
}
@media screen and (max-width: 767px) {
  .site-title__items {
    width: calc(100% - 24px);
    border-bottom: none;
  }
}
.site-title__logo img {
  width: 376px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .site-title__logo img {
    width: 215px;
    height: 24px;
  }
}
.site-title__ttl h1 {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .site-title__ttl h1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-title {
    display: none;
  }
}

.p-footer {
  margin: 0 auto 96px;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin: 0 auto 36px;
  }
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 376px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 251px;
    height: 28px;
  }
}
.p-footer__txt {
  margin: 24px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__txt {
    margin: 12px 0;
  }
}
.p-footer__txt p {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-footer__txt p {
    font-size: 0.7em;
  }
}
.p-footer__copy p {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer__copy p {
    font-size: 0.65em;
  }
}

.page-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s;
  transition: opacity 0.4s ease, visibility 0.4s;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 20px;
    right: 20px;
  }
}
.page-top.show {
  opacity: 1;
  visibility: visible;
}
.page-top a {
  background: #fff;
  background-image: url(../img/page-top.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: thin solid #f1f1f1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1025px) {
  .page-top a:hover {
    -webkit-transform: scale(110%);
            transform: scale(110%);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .page-top a {
    width: 48px;
    height: 48px;
  }
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

/* スピナー */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: var(--color1);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

/* 回転アニメーション */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
* uaplus.css version 0.3.0
*/
@layer {
  *, *::after, *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :focus-visible {
    outline-offset: 3px;
  }
  html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
         text-size-adjust: none;
  }
  html {
    line-height: 1.5;
  }
  html {
    scrollbar-gutter: stable;
  }
  h1 {
    font-size: 2em;
    margin-block: 0.67em;
  }
  abbr[title] {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: dotted;
  }
  @media (forced-colors: active) {
    mark {
      color: HighlightText;
      background-color: Highlight;
    }
  }
  audio, iframe, img, svg, video {
    max-block-size: 100%;
    max-inline-size: 100%;
  }
  fieldset {
    min-inline-size: 0;
  }
  label:has(+ input:not([type=radio], [type=checkbox]), select, textarea) {
    display: block;
  }
  textarea:not([rows]) {
    min-block-size: 6em;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
  }
  [type=search] {
    -webkit-appearance: textfield;
  }
  @supports (-webkit-touch-callout: none) {
    [type=search] {
      border: 1px solid -apple-system-secondary-label;
      background-color: canvas;
    }
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-ms-input-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
    direction: ltr;
  }
  table {
    border-collapse: collapse;
    border: 1px solid;
  }
  th, td {
    border: 1px solid;
    padding: 0.25em 0.5em;
    vertical-align: top;
  }
  dialog::-ms-backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::-ms-backdrop {
    opacity: 0;
    -ms-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog, [popover], dialog::backdrop {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog[open]::-ms-backdrop {
    opacity: 1;
  }
  dialog[open], :popover-open, dialog[open]::backdrop {
    opacity: 1;
  }
  @starting-style {
    dialog[open]::-ms-backdrop {
      opacity: 0;
    }
    dialog[open], :popover-open, dialog[open]::backdrop {
      opacity: 0;
    }
  }
  [hidden]:not([hidden=until-found]) {
    display: none !important;
  }
  img {
    display: block;
  }
  summary {
    cursor: default;
  }
  iframe {
    border: none;
  }
  @supports (position-area: block-end span-inline-end) {
    [popover] {
      margin: 0;
      position-area: block-end span-inline-end;
    }
  }
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.menu-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--menu-height);
  background: var(--menu-bg);
  backdrop-filter: blur(10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-bar.is-hidden {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .menu-bar.is-hidden {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav {
  position: relative;
  max-width: var(--nav-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--side-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.nav__logo {
  display: none;
}
.nav__logo img {
  width: 268px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .nav__logo {
    display: block;
  }
}
.nav__toggle {
  display: none;
  position: absolute;
  right: var(--side-padding);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1002;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .nav__toggle {
    display: block;
  }
}
.nav__toggle-line {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #222;
  border-radius: 999px;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.nav__toggle-line:nth-child(1) {
  top: 14px;
}
.nav__toggle-line:nth-child(2) {
  top: 21px;
}
.nav__toggle-line:nth-child(3) {
  top: 28px;
}
.nav__toggle[aria-expanded=true] .nav__toggle-line:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__toggle[aria-expanded=true] .nav__toggle-line:nth-child(2) {
  opacity: 0;
}
.nav__toggle[aria-expanded=true] .nav__toggle-line:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__menu {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    top: var(--menu-height);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--menu-height));
    padding: 24px 16px 40px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav__list {
    display: block;
    height: auto;
  }
}
.nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav__item {
    text-align: left;
    border-bottom: 1px solid #eee;
  }
}
.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: var(--menu-height);
  padding: 0 0px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color1);
  line-height: 1.3;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: auto;
    padding: 18px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .nav__link.is-current {
    color: var(--accent);
  }
}
@media screen and (max-width: 1024px) {
  .nav__link.is-current {
    color: var(--accent);
  }
}
@media screen and (max-width: 767px) {
  .nav__link.is-current {
    color: var(--color1);
  }
}
@media screen and (min-width: 1025px) {
  .nav__link:hover {
    color: var(--accent);
  }
}
.nav__indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--accent);
  border-radius: 999px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  will-change: transform, width;
}
@media screen and (max-width: 767px) {
  .nav__indicator {
    display: none;
  }
}
.nav__indicator.is-hidden {
  opacity: 0;
}

.p-hero {
  position: relative;
  width: calc(100% - 40px);
  height: calc(100vh - 128px);
  min-height: 768px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/hero_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-hero {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    width: calc(100% - 24px);
    height: calc(100vh - 64px);
    min-height: auto;
  }
}
.p-hero__title {
  position: relative;
  margin: -196px 0 0 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    margin: -112px 0 0 0;
  }
}
.p-hero__title h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 768px;
}
.p-hero__title h1 img {
  width: 768px;
  height: 234px;
}
@media screen and (max-width: 1024px) {
  .p-hero__title h1 img {
    width: 480px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__title h1 img {
    width: 320px;
    height: 97px;
  }
}
.p-hero__airship {
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/hero_bg_airship_img01.webp);
}
.p-hero__airship.__img-01 {
  width: 16vw;
  height: 4vw;
  top: 10%;
  left: 5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-hero__airship.__img-01 {
    width: 24vw;
    height: 6vw;
    top: 16%;
    left: 6vw;
  }
}
.p-hero__airship.__img-02 {
  width: 56vw;
  height: 14vw;
  top: 50%;
  left: -28vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-hero__airship.__img-02 {
    width: 64vw;
    height: 16vw;
  }
}
.p-hero__airship.__img-03 {
  width: 28vw;
  height: 7vw;
  bottom: 36%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-hero__airship.__img-04 {
  width: 24vw;
  height: 6vw;
  top: 10%;
  right: -9vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-hero__airship.__img-04 {
    width: 36vw;
    height: 9vw;
  }
}
.p-hero__airship.__img-05 {
  width: 8vw;
  height: 2vw;
  top: 24%;
  right: 20vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-hero__airship.__img-05 {
    width: 12vw;
    height: 3vw;
  }
}

.section {
  scroll-margin-top: var(--menu-height);
}
.section-ttl {
  font-weight: 400;
  font-family: var(--font-serif);
}
.section-fig p {
  margin: 0 0 1em;
}
.section-fig {
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .section-fig {
    margin: 1em 0;
  }
}

h1.section-ttl {
  margin: 0 0 0.5em;
  color: var(--color1);
  font-size: clamp(22px, 4.5vw, 48px);
  text-align: center;
  line-height: 1.3;
}

h2.section-ttl {
  margin: 0 0 0.5em;
  color: var(--color1);
  font-size: clamp(20px, 3vw, 36px);
  text-align: center;
  line-height: 1.5;
}

.p-line {
  width: 92%;
  height: 1px;
  margin: 0 auto;
  background: var(--gradation-dark-base);
  background: var(--gradation-dark);
}

.__ilb {
  display: inline-block;
}

.p-about {
  margin-top: -5vw;
  position: relative;
  padding: 144px 5% 144px;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-about {
    margin-top: -7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: -14vw;
    padding: 24vw 0 160px;
  }
}
@media screen and (max-width: 480px) {
  .p-about {
    margin-top: -14vw;
    padding: 48vw 0 160px;
  }
}
.p-about__inner {
  position: relative;
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    width: 100%;
  }
}
.p-about__txt {
  position: relative;
  margin: 0 auto;
  max-width: 480px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .p-about__txt {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    width: 72%;
  }
}
.p-about__img .__img-01, .p-about__img .__img-02, .p-about__img .__img-03, .p-about__img .__img-04, .p-about__img .__img-05 {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.p-about__img .__img-01 {
  width: clamp(180px, 29vw, 364px);
  height: clamp(180px, 29vw, 364px);
  top: 0;
  left: 7.5%;
  -webkit-transform: translate(-60%, -112px);
          transform: translate(-60%, -112px);
}
@media screen and (max-width: 1024px) {
  .p-about__img .__img-01 {
    left: -2%;
    -webkit-transform: translate(-36%, -96px);
            transform: translate(-36%, -96px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__img .__img-01 {
    left: -1%;
    width: 30vw;
    height: 30vw;
    -webkit-transform: translate(-6%, -18vw);
            transform: translate(-6%, -18vw);
  }
}
@media screen and (max-width: 480px) {
  .p-about__img .__img-01 {
    width: 44vw;
    height: 44vw;
    -webkit-transform: translate(-6%, -48vw);
            transform: translate(-6%, -48vw);
  }
}
.p-about__img .__img-02 {
  width: 144px;
  height: 144px;
  width: clamp(64px, 12vw, 144px);
  height: clamp(64px, 12vw, 144px);
  bottom: 0;
  left: 15%;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
}
@media screen and (max-width: 1024px) {
  .p-about__img .__img-02 {
    left: 6%;
    bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__img .__img-02 {
    width: 16vw;
    height: 16vw;
    bottom: 0;
    left: 9vw;
    -webkit-transform: translate(0, 18.5vw);
            transform: translate(0, 18.5vw);
  }
}
@media screen and (max-width: 480px) {
  .p-about__img .__img-02 {
    width: 22vw;
    height: 22vw;
    left: 3vw;
    -webkit-transform: translate(0, 30vw);
            transform: translate(0, 30vw);
  }
}
.p-about__img .__img-03 {
  width: clamp(120px, 25vw, 256px);
  height: clamp(120px, 25vw, 256px);
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -128px);
          transform: translate(0, -128px);
}
@media screen and (max-width: 1024px) {
  .p-about__img .__img-03 {
    -webkit-transform: translate(5%, -108px);
            transform: translate(5%, -108px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__img .__img-03 {
    width: 21vw;
    height: 21vw;
    right: 3%;
    -webkit-transform: translate(0, -7.2vw);
            transform: translate(0, -7.2vw);
  }
}
@media screen and (max-width: 480px) {
  .p-about__img .__img-03 {
    width: 30vw;
    height: 30vw;
    -webkit-transform: translate(0, -28vw);
            transform: translate(0, -28vw);
  }
}
.p-about__img .__img-04 {
  width: clamp(96px, 14vw, 192px);
  height: clamp(96px, 14vw, 192px);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-40%, 40%);
          transform: translate(-40%, 40%);
}
@media screen and (max-width: 1024px) {
  .p-about__img .__img-04 {
    width: 180px;
    height: 180px;
    -webkit-transform: translate(-75%, 168px);
            transform: translate(-75%, 168px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__img .__img-04 {
    width: 160px;
    height: 160px;
    -webkit-transform: translate(-66%, 180px);
            transform: translate(-66%, 180px);
  }
}
@media screen and (max-width: 480px) {
  .p-about__img .__img-04 {
    width: 37.5vw;
    height: 37.5vw;
    -webkit-transform: translate(-66%, 180px);
            transform: translate(-66%, 180px);
  }
}
.p-about__img .__img-05 {
  width: clamp(72px, 10vw, 112px);
  height: clamp(72px, 10vw, 112px);
  top: 50%;
  right: 0;
  -webkit-transform: translate(60%, -25%);
          transform: translate(60%, -25%);
}
@media screen and (max-width: 1024px) {
  .p-about__img .__img-05 {
    -webkit-transform: translate(50%, 5px);
            transform: translate(50%, 5px);
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__img .__img-05 {
    top: auto;
    right: -2%;
    bottom: 0;
    width: 88px;
    height: 88px;
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
  }
}
@media screen and (max-width: 480px) {
  .p-about__img .__img-05 {
    top: auto;
    right: -2%;
    bottom: 0;
    width: 20vw;
    height: 20vw;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}

.p-feature {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 96px 0;
  background: var(--gradation-soft-base);
  background: var(--gradation-soft);
}
@media screen and (max-width: 1024px) {
  .p-feature {
    padding: 64px 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 12% 0;
    width: calc(100% - 20px);
  }
}
.p-feature__num {
  position: relative;
  margin: 0 auto 1.5em;
  width: 96%;
  height: 96px;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  .p-feature__num {
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num {
    height: 64px;
  }
}
.p-feature__num::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 256px);
  height: 1px;
  background: var(--color1);
  top: 50%;
  right: calc(50% + 36px);
}
@media screen and (max-width: 1024px) {
  .p-feature__num::before {
    width: calc(50% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num::before {
    width: calc(50% - 132px);
    right: calc(50% + 24px);
  }
}
.p-feature__num .__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-feature__num .__logo img {
  width: 198px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .p-feature__num .__logo img {
    width: 148px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num .__logo img {
    width: 99px;
    height: 30px;
  }
}
.p-feature__num .__circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 96px;
  border: thin solid var(--color1);
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .p-feature__num .__circle {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num .__circle {
    width: 64px;
    height: 64px;
  }
}
.p-feature__num .__circle p {
  margin: 0;
  width: 96px;
  line-height: 1.2;
  font-family: var(--font-serif);
  color: var(--color1);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-feature__num .__circle p {
    font-size: 0.9em;
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num .__circle p {
    font-size: 0.75em;
    width: 64px;
  }
}
.p-feature__num .__circle p span {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .p-feature__num .__circle p span {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num .__circle p span {
    line-height: 1.05;
    font-size: 21px;
  }
}
.p-feature__inner {
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-feature__item {
  margin: 0 0 96px;
}
@media screen and (max-width: 1024px) {
  .p-feature__item {
    margin: 0 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-feature__item {
    margin: 0 0 10%;
  }
}
.p-feature__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-feature__col-2 .__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-feature__col-2 .__item {
    width: 100%;
    margin: 0 0 3%;
  }
}

.feature-02__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px auto 0;
  padding: 64px;
  width: 88%;
  max-width: 1160px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .feature-02__blk {
    padding: 8%;
  }
}
@media screen and (max-width: 767px) {
  .feature-02__blk {
    margin: 16px auto 0;
    padding: 6%;
  }
}
.feature-02__blk .__img {
  width: 36%;
  text-align: center;
}
.feature-02__blk .__img img {
  max-width: 372px;
}
@media screen and (max-width: 1024px) {
  .feature-02__blk .__img {
    width: 100%;
    margin: 0 0 1em;
  }
  .feature-02__blk .__img img {
    width: 88%;
  }
}
.feature-02__blk .__txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .feature-02__blk .__txt {
    width: 100%;
  }
}
.feature-02__blk .__txt .section-ttl,
.feature-02__blk .__txt p {
  text-align: left;
}

.feature-03__blk {
  max-width: 1160px;
  margin: 48px auto 0;
  width: 88%;
}
@media screen and (max-width: 1024px) {
  .feature-03__blk {
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-03__blk {
    margin: 12px auto 0;
  }
}

.feature-other {
  margin: 0;
  margin-top: clamp(40px, 16vw, 192px);
}
.feature-other__blk {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 92%;
  background: #fff;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .feature-other__blk {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .feature-other__blk {
    padding: 6%;
  }
}
.feature-other__blk {
  padding-top: 0;
  border: thin solid var(--color1);
  border-top: none;
}
.feature-other__blk::before, .feature-other__blk::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(6%, 16.4vw, 180px);
  height: 1px;
  background: var(--color1);
  top: 0%;
}
@media screen and (max-width: 767px) {
  .feature-other__blk::before, .feature-other__blk::after {
    width: calc(160% - 128vw);
  }
}
@media screen and (max-width: 480px) {
  .feature-other__blk::before, .feature-other__blk::after {
    width: 7vw;
  }
}
.feature-other__blk::before {
  left: 0;
}
.feature-other__blk::after {
  right: 0;
}
.feature-other__head {
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.feature-other__head .section-ttl {
  margin: 0;
}
.feature-other__body {
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
  .feature-other__body {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .feature-other__body {
    margin-top: -20px;
  }
}
.feature-other__body .section-fig {
  margin: 0 0 1.5em;
}

.p-achieve {
  padding: 96px 0;
}
@media screen and (max-width: 1024px) {
  .p-achieve {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-achieve {
    padding: 12% 0;
  }
}

.p-videos {
  width: calc(100% - 40px);
  margin: 0 auto 96px;
  padding: 128px 0 96px;
  background: var(--gradation-soft-base);
  background: var(--gradation-soft);
}
@media screen and (max-width: 1024px) {
  .p-videos {
    width: calc(100% - 30px);
    margin: 0 auto 64px;
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-videos {
    width: calc(100% - 24px);
    margin: 0 auto 12%;
    padding: 12% 0;
  }
}
.p-videos__head.__blk-01 {
  margin: 0 0 48px;
}
@media screen and (max-width: 1024px) {
  .p-videos__head.__blk-01 {
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-videos__head.__blk-01 {
    margin: 0 0 5%;
  }
}
.p-videos__head.__blk-02 {
  position: relative;
  max-width: 1280px;
  width: 96%;
  margin: 96px auto 64px;
}
@media screen and (max-width: 1024px) {
  .p-videos__head.__blk-02 {
    margin: 64px auto 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-videos__head.__blk-02 {
    margin: 12% auto 5%;
  }
}
.p-videos__head.__blk-02 .__img {
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-videos__head.__blk-02 .__img {
    margin: 0 0 0.5em;
  }
}
.p-videos__head.__blk-02 .__img img {
  width: 32%;
  max-width: 420px;
}
.p-videos__head.__blk-02 .__circle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  background: var(--color1);
}
.p-videos__head.__blk-02 .__circle p {
  font-family: var(--font-serif);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-videos__head.__blk-02 .__circle {
    width: 88px;
    height: 88px;
  }
  .p-videos__head.__blk-02 .__circle p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .p-videos__head.__blk-02 .__circle {
    width: 64px;
    height: 64px;
    left: 5%;
  }
  .p-videos__head.__blk-02 .__circle p {
    font-size: 0.7em;
  }
}
.p-videos__head.__blk-02 h2.section-ttl {
  font-size: clamp(20px, 3vw, 42px);
  text-align: center;
  line-height: 1.5;
}
.p-videos #player.eqp-player {
  width: 100%;
  height: 100%;
}
.p-videos__player.__blk-01 {
  margin: 0 auto 96px;
  width: 92%;
  max-width: 960px;
  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;
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-01 {
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-01 {
    margin: 0 auto 12%;
  }
}
.p-videos__player.__blk-01 .__item {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.p-videos__player.__blk-01 .__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-videos__player.__blk-02 {
  margin: 0 auto;
  width: 92%;
  max-width: 1160px;
  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;
}
.p-videos__player.__blk-02 .__item {
  position: relative;
  margin: 0 0 36px;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-02 .__item {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-02 .__item {
    margin: 0 0 16px;
  }
}
.p-videos__player.__blk-02 .__video {
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-videos__player.__blk-02 .__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-videos__player.__blk-02 .__ttl h2 {
  margin: 0 0 0.25em;
  font-size: 1.2em;
  font-weight: 400;
  font-family: var(--font-serif);
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-02 .__ttl h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-videos__player.__blk-02 .__ttl h2 {
    font-size: 0.9em;
  }
}
.p-videos__player.__blk-02 .__ttl p {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-videos__player.__blk-02 .__ttl p {
    font-size: 0.75em;
  }
}

/* 開閉エリア */
.accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  margin-top: 0;
}
.accordion.open {
  margin-top: 1px;
}

.toggle-btn {
  position: relative;
  display: block;
  margin: 24px auto 0;
  width: 144px;
  padding: 14px 24px;
  padding-left: 36px;
  border: none;
  border-radius: 999px;
  background: var(--color1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .toggle-btn:hover {
    background: var(--accent);
  }
}
.toggle-btn:before {
  position: absolute;
  content: "+";
  left: 20px;
}
.toggle-btn.open:before {
  content: "×";
}

.p-detail {
  width: calc(100% - 48px);
  margin: 0 auto 64px;
  padding: 96px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-detail {
    width: calc(100% - 30px);
    margin: 0 auto 48px;
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail {
    width: calc(100% - 20px);
    margin: 0 auto 9%;
    padding: 12% 0 0;
  }
}
.p-detail__inner {
  margin: 0 auto;
  width: 90%;
  max-width: var(--container-width);
}

.p-glidepath {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 96px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-glidepath {
    width: calc(100% - 30px);
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-glidepath {
    width: calc(100% - 20px);
    padding: 12% 0 0;
  }
}
.p-glidepath__inner {
  width: 100%;
}
.p-glidepath__blk-01 {
  width: 90%;
  max-width: var(--container-width);
  margin: 0 auto 64px;
}
@media screen and (max-width: 1024px) {
  .p-glidepath__blk-01 {
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-glidepath__blk-01 {
    margin: 0 auto 10%;
  }
}
.p-glidepath__blk-02 {
  max-width: 1280px;
  margin: 64px auto;
  padding: clamp(12px, 5vw, 64px);
  background: var(--gradation-soft-base);
  background: var(--gradation-soft);
}
@media screen and (max-width: 1024px) {
  .p-glidepath__blk-02 {
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-glidepath__blk-02 {
    margin: 10% 0;
    padding: 6%;
  }
}
.p-glidepath__blk-03 {
  width: 88%;
  max-width: 864px;
  margin: 64px auto;
}
@media screen and (max-width: 1024px) {
  .p-glidepath__blk-03 {
    margin: 48px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-glidepath__blk-03 {
    margin: 12% auto;
  }
}
.p-glidepath__blk-03 h3 {
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 400;
  text-align: center;
  margin: 0 0 0.5em;
}
.p-glidepath__col {
  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;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .p-glidepath__col {
    margin: 3% 0 0;
  }
}
.p-glidepath__col .__item {
  width: 49%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-glidepath__col .__item {
    width: 100%;
  }
}
.p-glidepath__col .__item h3 {
  margin-top: 0;
  padding: 3% 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-glidepath__col .__item h3 {
    font-size: 0.9em;
  }
}
.p-glidepath__col .__item p {
  padding: 2% 4%;
}
@media screen and (max-width: 767px) {
  .p-glidepath__col .__item p {
    font-size: 0.8em;
    padding: 3% 5%;
  }
}
.p-glidepath__col .__item.__col-01 h3 {
  background: #faebb4;
}
@media screen and (max-width: 767px) {
  .p-glidepath__col .__item.__col-01 {
    margin: 0 0 4%;
  }
}
.p-glidepath__col .__item.__col-02 h3 {
  background: #c8ebf5;
}

.p-institute {
  width: calc(100% - 48px);
  margin: 96px auto;
  background: var(--gradation-soft-base);
  background: var(--gradation-soft);
}
@media screen and (max-width: 1024px) {
  .p-institute {
    width: calc(100% - 30px);
    margin: 64px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-institute {
    width: calc(100% - 24px);
    margin: 12% auto;
  }
}
.p-institute__inner {
  padding: clamp(20px, 5vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-institute__inner {
    padding: 8%;
  }
}
.p-institute__head {
  margin: 0 0 36px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-institute__head {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-institute__head {
    margin: 0 0 16px;
  }
}
.p-institute__head p {
  line-height: 1.5;
}
.p-institute__links ul {
  margin: 0 auto;
  padding: 0;
  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;
  width: 100%;
  max-width: 720px;
}
.p-institute__links ul li {
  padding: 0;
  list-style: none;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-institute__links ul li {
    width: 100%;
    margin: 0 0 2.5%;
    padding: 0 20%;
  }
  .p-institute__links ul li:last-child {
    margin-bottom: 0;
  }
}
.p-institute__links ul li a {
  display: block;
  background: #fff;
  border-radius: 12px;
  border: thin solid #fff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-institute__links ul li a {
    border-radius: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-institute__links ul li a {
    border-radius: 6px;
  }
}
.p-institute__links ul li a img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-institute__links ul li a:hover {
    border: thin solid var(--color1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.p-funds {
  margin: 96px auto;
  width: 85%;
  max-width: var(--container-width);
}
@media screen and (max-width: 1024px) {
  .p-funds {
    margin: 64px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-funds {
    margin: 7.5% auto;
  }
}
.p-funds__head {
  position: relative;
  background: var(--color1);
  padding: 24px 12px;
  border-radius: 18px 18px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-funds__head {
    padding: 16px 8px;
  }
}
.p-funds__head h1 {
  margin: 0;
  color: #fff;
}
.p-funds__head h1.section-ttl {
  font-size: clamp(18px, 3vw, 36px);
}
.p-funds__head .__bubble {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  background: var(--gradation-dark-base);
  background: var(--gradation-dark);
  color: #fff;
  border-radius: 100%;
  opacity: 0.95;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}
.p-funds__head .__bubble span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 900;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .p-funds__head .__bubble {
    -webkit-transform: translate(-22%, -22%);
            transform: translate(-22%, -22%);
  }
}
.p-funds__body {
  width: 100%;
}
.p-funds__items .__item {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: thin solid #ccc;
  padding: 24px 1%;
}
@media screen and (max-width: 1024px) {
  .p-funds__items .__item {
    display: block;
    padding: 16px 1%;
  }
}
.p-funds__items .__item .__ttl h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-funds__items .__item .__ttl h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-funds__items .__item .__ttl {
    margin: 0 0 12px;
    width: 100%;
  }
}
.p-funds__items .__item ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-funds__items .__item ul {
    width: 100%;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (max-width: 767px) {
  .p-funds__items .__item ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-funds__items .__item ul li {
  margin: 0 3px;
  list-style: none;
}

.p-disclaimer {
  width: 92%;
  margin: 96px auto;
  max-width: var(--container-width);
  border-bottom: thin solid #ccc;
}
@media screen and (max-width: 1024px) {
  .p-disclaimer {
    margin: 64px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-disclaimer {
    margin: 7.5% auto;
  }
}
.p-disclaimer__links {
  border-top: thin solid #ccc;
}
.p-disclaimer__links ul {
  margin: 16px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-disclaimer__links ul {
    margin: 12px 0;
  }
}
.p-disclaimer__links ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .p-disclaimer__links ul li {
    margin: 2px 0;
  }
}
.p-disclaimer__links ul li::after {
  content: " ｜";
}
.p-disclaimer__links ul li:last-child::after {
  content: "";
}
.p-disclaimer__links ul li a {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .p-disclaimer__links ul li a {
    font-size: 0.8em;
  }
}
.p-disclaimer__links ul li a.__ex-link {
  padding-right: 1.25em;
}
.p-disclaimer__links ul li a.__ex-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/link_win.gif);
  background-size: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn-a {
  position: relative;
  display: block;
  border: thin solid var(--color1);
  border-radius: 20px;
  padding: 8px 16px;
  padding-left: 30px;
  font-size: 0.85em;
  font-weight: 700;
  color: var(--color1);
}
.c-btn-a::before {
  position: absolute;
  content: "→";
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-btn-a:hover {
    color: #fff;
    background: var(--color1);
  }
  .c-btn-a:hover::before {
    position: absolute;
    content: "→";
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-a {
    padding: 7px 14px;
    padding-left: 28px;
    font-size: 0.8em;
  }
}

.__anim-01.__slidein-01 {
  -webkit-animation: slideIn_01 10s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_01 10s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes slideIn_01 {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_01 {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.__anim-02.__slidein-02 {
  -webkit-animation: slideIn_02 15s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_02 15s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes slideIn_02 {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_02 {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.__anim-03.__slidein-03 {
  -webkit-animation: slideIn_03 9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_03 9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes slideIn_03 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_03 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.__anim-04.__slidein-04 {
  -webkit-animation: slideIn_04 18s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_04 18s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

@-webkit-keyframes slideIn_04 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_04 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.__anim-05.__slidein-05 {
  -webkit-animation: slideIn_05 12s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_05 12s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes slideIn_05 {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_05 {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.__anim-06.__slideup-01 {
  -webkit-animation: slideUp_01 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideUp_01 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes slideUp_01 {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp_01 {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.carousel {
  width: 92%;
  max-width: 960px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .carousel {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel {
    margin: 36px auto 0;
  }
}

.carousel__viewport {
  position: relative;
  height: auto;
  -webkit-box-shadow: 0 0 10px rgba(150, 120, 120, 0.2);
          box-shadow: 0 0 10px rgba(150, 120, 120, 0.2);
  margin: 0 0 36px;
}

.carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  padding: 0 3%;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .carousel__slide {
    padding: 2%;
    padding-top: 6vw;
  }
}

.carousel__legend {
  margin: 0 0 1em;
}
.carousel__legend ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel__legend ul li {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .carousel__legend ul li {
    margin: 0 2px;
  }
}
.carousel__legend ul li p {
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .carousel__legend ul li p {
    font-size: 0.75em;
  }
}
.carousel__legend ul li p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.carousel__legend ul li p.legend__01::before {
  width: 1.25em;
  height: 3px;
  background: #ff7f0e;
}
.carousel__legend ul li p.legend__02::before {
  width: 1.25em;
  height: 3px;
  background: #04287e;
}
.carousel__legend ul li p.legend__03 {
  padding-left: 1.25em;
}
.carousel__legend ul li p.legend__03::before {
  width: 1em;
  height: 1em;
  background-image: url(../img/chart_icon01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel__legend ul li p.legend__04 {
  padding-left: 1.1em;
}
.carousel__legend ul li p.legend__04::before {
  width: 0.8em;
  height: 0.8em;
  background: #2ca02c;
  border-radius: 100%;
}

.carousel__meta {
  display: none;
}

.carousel__slide img {
  width: 100%;
  display: block;
}

.carousel__caption {
  position: absolute;
  width: auto;
  text-align: center;
  padding: 10px 24px;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--gradation-dark-base);
  background: var(--gradation-dark);
  border-radius: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .carousel__caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .carousel__caption {
    font-size: 2.8vw;
  }
}
.carousel__caption {
  font-family: var(--font-serif);
  white-space: nowrap;
}

.carousel__slide.is-active {
  opacity: 1;
  position: relative;
}

.carousel__txt {
  padding: 3%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .carousel__txt {
    padding: 5%;
    padding-top: 0;
  }
}
.carousel__txt p {
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .carousel__txt p {
    font-size: 0.7em;
  }
}
.carousel__txt ul {
  margin: 0;
  padding: 0;
}
.carousel__txt ul li {
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 0.8em;
  line-height: 1.5;
}
.carousel__txt ul li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .carousel__txt ul li {
    font-size: 0.7em;
  }
}

.carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.carousel__dot.is-active {
  background: var(--color1);
}

.carousel__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  background: var(--color1);
  color: #fff;
  padding: 10px 24px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .carousel__button:hover {
    background: var(--accent);
  }
}

#chart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0; /* 余白ゼロにして Highcharts の spacing だけで制御 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chart-container {
  width: 100%;
  height: 500px; /* PC など十分な幅があるときの高さ */
  position: relative;
  z-index: 2;
}

/* 画面幅が狭いときは高さを少し伸ばしつつ、幅に合わせて縮小 */
@media (max-width: 768px) {
  .chart-container {
    height: 50vh; /* スマホでは画面高さの 7 割程度を使う */
    max-height: 560px;
  }
}