@charset "UTF-8";
/*
 * iro code. リセットCSS 2025（本番用・コメント軽量版）
 */
/* ボックスモデル */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* マージンリセット */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* HTML基本設定 */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* body基本設定 */
body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* リスト */
ul, ol {
  list-style: none;
}

/* 画像・メディア */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* 段落 */
p {
  overflow-wrap: break-word;
  /* text-wrap: pretty はスマホ幅で各行が短く揃い右側に余白が出る（改行が不自然）ため不使用 */
}

/* リンク */
a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* フォーム */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label, button, select {
  cursor: pointer;
}

/* アクセシビリティ配慮 */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    interpolate-size: allow-keywords;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
@media not all and (min-width: 768px) {
  .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* スクリーンリーダー専用（視覚的に非表示・SEO/a11y用） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-padding-top: var(--header-height, 5.8125rem);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

.about {
  padding-block: 2.5rem;
  background-color: #F0F0F0;
}
@media not all and (min-width: 768px) {
  .about {
    padding-block: 2rem;
  }
}

.about__host {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}
@media not all and (min-width: 768px) {
  .about__host {
    font-size: 0.875rem;
  }
}

.about__contact {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}
@media not all and (min-width: 768px) {
  .about__contact {
    font-size: 0.875rem;
  }
}

.about__mail {
  color: #0043D2;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
@media (any-hover: hover) {
  .about__mail {
    transition: opacity 0.3s ease;
  }
  .about__mail:hover {
    opacity: 0.7;
  }
}

.access {
  padding-block: 6.25rem;
  background-color: #D8DAE1;
}
@media not all and (min-width: 768px) {
  .access {
    padding-block: 3.75rem 3.75rem;
  }
}

.access__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media not all and (min-width: 768px) {
  .access__title {
    font-size: 1.5rem;
  }
}

.access__card {
  display: grid;
  margin-top: 3.375rem;
  padding: 5.375rem 7.3125rem 4.625rem;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  background-color: #fff;
  border: 0.1875rem solid #072668;
  border-radius: 0.625rem;
  box-shadow: 0px 20px 50px 0px rgba(171, 182, 210, 0.400000006);
}
@media not all and (min-width: 768px) {
  .access__card {
    display: block;
    margin-top: 2.5rem;
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.access__col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.access__col + .access__col {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .access__col + .access__col {
    margin-top: 2rem;
  }
}

.access__date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  font-family: "Roboto", sans-serif;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .access__date {
    gap: 0.25rem 0.375rem;
  }
}

.access__date-year {
  font-size: 1.125rem;
  font-weight: 900;
  color: #A5A6AF;
}
@media not all and (min-width: 768px) {
  .access__date-year {
    font-size: 1rem;
  }
}

.access__date-day {
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.1;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .access__date-day {
    font-size: 2.625rem;
  }
}

.access__date-dow {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .access__date-dow {
    font-size: 1.25rem;
  }
}

.access__date-time {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #A5A6AF;
}
@media not all and (min-width: 768px) {
  .access__date-time {
    font-size: 1.25rem;
  }
}

.access__date-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.625rem;
  border-color: transparent transparent transparent #A5A6AF;
}

.access__address {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .access__address {
    font-size: 1.25rem;
  }
}

.access__site-btn {
  display: inline-flex;
  align-self: flex-start;
  min-height: 2.75rem;
  padding-inline: 1.25rem;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #072668;
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .access__site-btn {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .access__site-btn {
    transition: opacity 0.3s ease;
  }
  .access__site-btn:hover {
    opacity: 0.7;
  }
}

.access__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.access__info-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.access__info-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #072668;
}

.access__info-label::before {
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  flex-shrink: 0;
  background-color: #303234;
}

.access__info-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #595757;
}

.access__info-text a {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .access__info-text a {
    transition: opacity 0.3s ease;
  }
  .access__info-text a:hover {
    opacity: 0.7;
  }
}

.access__floor {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.access__floor-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #072668;
}

.access__floor-title::before {
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  flex-shrink: 0;
  background-color: #303234;
}

.access__floor-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #595757;
}

.access__floor .access__figure {
  margin-top: 0.75rem;
}

.access__figure {
  margin: 0;
}

.access__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.access__route-note {
  display: grid;
  margin-top: 0.75rem;
  grid-template-columns: 1fr auto auto;
  gap: 0.375rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #595757;
}

.access__route-station,
.access__route-walk {
  white-space: nowrap;
}

.access__gmap-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.access__map-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0043D2;
}
@media (any-hover: hover) {
  .access__map-link {
    transition: opacity 0.3s ease;
  }
  .access__map-link:hover {
    opacity: 0.7;
  }
}

.access__map-icon {
  width: 0.875rem;
  height: 0.875rem;
}

.access__gmap {
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  overflow: hidden;
}

.access__gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access__building img {
  display: block;
  width: 100%;
  height: auto;
}

.banner {
  padding-top: 5.5rem;
}
@media not all and (min-width: 768px) {
  .banner {
    padding-top: 3.75rem;
  }
}

.banner__link {
  display: block;
}
@media (any-hover: hover) {
  .banner__link {
    transition: translate 0.2s ease;
  }
  .banner__link:hover {
    translate: 0 0.25rem;
  }
}

.banner__link picture {
  display: block;
}

.banner__link img {
  width: 100%;
  height: auto;
  aspect-ratio: 2320/714;
  max-width: 53.125rem;
  margin-inline: auto;
}
@media not all and (min-width: 768px) {
  .banner__link img {
    aspect-ratio: 756/564;
  }
}

.button {
  display: inline-block;
  padding-block: 0.75rem;
  padding-inline: 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  border-radius: 0.25rem;
  text-align: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 0.7;
  }
}

.button--large {
  padding-block: 1rem;
  padding-inline: 3rem;
  font-size: 1.125rem;
}

body.is-drawer-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.drawer__overlay {
  position: fixed;
  z-index: 9997;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drawer__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .drawer__overlay {
    display: none;
  }
}

.drawer {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: auto;
  background: #fff;
  translate: 0 -100%;
}
.drawer.is-active {
  translate: 0 0;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

html.is-ready .drawer__overlay {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
html.is-ready .drawer {
  transition: translate 0.4s ease;
}

.drawer__body {
  padding-top: 5rem;
  padding-inline: 1.25rem;
  padding-bottom: 2.5rem;
}

.drawer__nav {
  margin-top: 1.25rem;
}

.drawer__lists {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.drawer__list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}

.drawer__list a {
  display: block;
  padding-block: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

.drawer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  min-height: 3.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #FFB700;
  border-radius: 3.75rem;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .drawer__btn:hover {
    opacity: 0.8;
  }
}

.entry {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height, 5.625rem) + 5rem);
  padding-bottom: 7.5rem;
}
@media not all and (min-width: 768px) {
  .entry {
    padding-top: calc(var(--header-height, 5.625rem) + 1.5rem);
    padding-bottom: 6.25rem;
  }
}

.entry__inner.inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
}
@media not all and (min-width: 768px) {
  .entry__inner.inner {
    padding-inline: 1rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.entry__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.entry__kv {
  display: block;
  margin-inline: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .entry__kv {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-radius: 0;
  }
}

.entry__kv-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2392/462;
}
@media not all and (min-width: 768px) {
  .entry__kv-img {
    aspect-ratio: 780/832;
  }
}

.entry__cols {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media not all and (min-width: 1200px) {
  .entry__cols {
    gap: 2rem;
    margin-top: 3.75rem;
  }
}
@media not all and (min-width: 768px) {
  .entry__cols {
    flex-direction: column;
    align-items: stretch;
  }
}

.entry__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.entry__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.125rem;
}

.entry__table-th,
.entry__table-td {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: start;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .entry__table-th,
  .entry__table-td {
    padding-inline: 0.75rem;
  }
}

.entry__table-th {
  width: 9rem;
  background-color: #ffe9b1;
  font-weight: 700;
  color: #000;
}
@media not all and (min-width: 768px) {
  .entry__table-th {
    width: 7.375rem;
  }
}

.entry__table-td {
  background-color: #ecedf0;
  color: #000;
}
@media not all and (min-width: 768px) {
  .entry__table-td {
    font-size: 1rem;
  }
}

.entry__table-th--head {
  padding-block: 0.875rem;
  background-color: #FFB700;
  color: #fff;
}

.entry__table-td--head {
  padding-block: 0.875rem;
  background-color: #2655ba;
  font-weight: 700;
  color: #fff;
}

.entry__table-th--head,
.entry__table-td--head {
  background-clip: padding-box;
  border-bottom: 0.25rem solid transparent;
}

.entry__table-sub {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
}

.entry__lead {
  margin-top: 2.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  text-align: left;
}
@media not all and (min-width: 768px) {
  .entry__lead {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.entry__illust {
  display: block;
  width: 100%;
  max-width: 39.8125rem;
  height: auto;
  margin-top: 2.875rem;
  margin-inline: auto;
}
@media not all and (min-width: 768px) {
  .entry__illust {
    display: none;
  }
}

.entry__form {
  flex-shrink: 0;
  width: 32.5rem;
  min-width: 372px;
  padding: 1.25rem;
  background-color: #fff;
  border: 0.1875rem solid #072668;
  border-radius: 0.625rem;
  box-shadow: 0 1.25rem 3.125rem 0 rgba(171, 182, 210, 0.4);
}
@media not all and (min-width: 768px) {
  .entry__form {
    width: 100%;
    max-width: 35rem;
    min-width: 0;
    margin-inline: auto;
    padding-block: 1rem;
    padding-inline: 0;
  }
}

.entry__iframe {
  display: block;
  width: 100%;
  height: 1700px;
  border: 0;
}

.entry__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.entry__deco-treat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: auto;
  opacity: 0.5;
}
@media not all and (min-width: 768px) {
  .entry__deco-treat {
    width: 90%;
  }
}

.footer {
  background-color: #072668;
  padding-block: 4.875rem 1.9375rem;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media not all and (min-width: 768px) {
  .footer__inner {
    display: block;
  }
}

.footer__logo {
  display: block;
  width: 15rem;
}
@media not all and (min-width: 768px) {
  .footer__logo {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .footer__logo {
    transition: opacity 0.3s ease;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}

.footer__logo picture {
  display: block;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__host {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer__nav {
  display: flex;
  margin-top: 3.75rem;
  flex-direction: row;
  align-items: center;
  gap: 3.75rem;
}
@media not all and (min-width: 768px) {
  .footer__nav {
    flex-direction: column;
  }
}

.footer__lists {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.75rem;
}
@media not all and (min-width: 768px) {
  .footer__lists {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.footer__link {
  display: inline-block;
  padding-block: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.footer__btn {
  display: inline-flex;
  min-width: 11.875rem;
  min-height: 3.8125rem;
  padding-inline: 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #072668;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3.75rem;
}
@media (any-hover: hover) {
  .footer__btn {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
  .footer__btn:hover {
    color: #fff;
    background-color: #072668;
    border-color: #fff;
  }
}

.footer__copyright {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #96A9D4;
  text-align: center;
}

.fv {
  position: relative;
  overflow: hidden;
  padding-block: 6.9375rem 6.25rem;
}
@media not all and (min-width: 768px) {
  .fv {
    padding-block: 3.125rem 2.5rem;
  }
}

.fv__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.fv__deco-treat2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .fv__deco-treat2 {
    width: 100%;
  }
}

.fv__visual {
  position: absolute;
  top: 8.5rem;
  right: max(0px, 50% - 48rem);
  z-index: 1;
  width: clamp(20rem, 55vw, 48rem);
  height: auto;
}
@media not all and (min-width: 768px) {
  .fv__visual {
    position: relative;
    width: 100%;
    top: 2px;
  }
}

.fv__inner.inner {
  max-width: 80rem;
}
@media not all and (min-width: 768px) {
  .fv__inner.inner {
    padding-inline: 1rem;
    max-width: 37.5rem;
  }
}

.fv__body {
  max-width: 28.75rem;
}
@media not all and (min-width: 768px) {
  .fv__body {
    max-width: none;
  }
}

.fv__logo {
  display: block;
  margin-inline: auto;
  width: 25.9375rem;
}
@media not all and (min-width: 768px) {
  .fv__logo {
    width: 13.8125rem;
  }
}
@media (any-hover: hover) {
  .fv__logo {
    transition: opacity 0.3s ease;
  }
  .fv__logo:hover {
    opacity: 0.8;
  }
}

.fv__logo img {
  width: 100%;
  height: auto;
}

.fv__title {
  margin-top: 2.0625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .fv__title {
    text-align: center;
    margin-inline: auto;
    margin-top: 1.875rem;
  }
}

.fv__title-line {
  display: block;
  width: fit-content;
  padding-block-end: 0.25rem;
  font-size: 2.875rem;
  border-bottom: 0.125rem solid #699CFE;
}
.fv__title-line + .fv__title-line {
  margin-top: 0.5rem;
}
@media not all and (min-width: 768px) {
  .fv__title-line {
    font-size: min(8.9743589744vw, 2.1875rem);
    margin-inline: auto;
  }
}

.fv__title-sm {
  font-size: 2.3rem;
}
@media not all and (min-width: 768px) {
  .fv__title-sm {
    font-size: min(7.1794871795vw, 1.75rem);
  }
}

.fv__title-accent {
  color: #FFB700;
}

.fv__date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
}
@media not all and (min-width: 768px) {
  .fv__date {
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.fv__date-main {
  display: flex;
  align-items: baseline;
}

.fv__date-year {
  font-size: 1.55525rem;
  font-weight: 900;
  letter-spacing: 0.0621875rem;
  color: #A5A6AF;
}
@media not all and (min-width: 768px) {
  .fv__date-year {
    font-size: min(6.3805128205vw, 1.55525rem);
  }
}

.fv__date-day {
  font-size: 4.1053125rem;
  font-weight: 700;
  color: #072668;
  line-height: 1.2;
}
@media not all and (min-width: 768px) {
  .fv__date-day {
    font-size: min(12.8205128205vw, 3.125rem);
  }
}

.fv__date-dow {
  font-size: 1.999625rem;
  font-weight: 700;
  color: #072668;
}
@media not all and (min-width: 768px) {
  .fv__date-dow {
    font-size: min(6.1538461538vw, 1.5rem);
  }
}

.fv__date-time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.999625rem;
  font-weight: 700;
  color: #A5A6AF;
}
@media not all and (min-width: 768px) {
  .fv__date-time {
    font-size: min(6.1538461538vw, 1.5rem);
    gap: 0.25rem;
  }
}

.fv__date-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.625rem;
  border-color: transparent transparent transparent #A5A6AF;
}

.fv__venue {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 0.625rem;
}
@media not all and (min-width: 768px) {
  .fv__venue {
    justify-content: center;
    margin-top: 0.75rem;
    gap: 0.4375rem;
  }
}

.fv__venue-badge {
  display: inline-flex;
  min-width: 5.6875rem;
  min-height: 2.8125rem;
  padding-inline: 0.8125rem 1.1875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #A5A6AF;
  border-radius: 2.5rem;
}
@media not all and (min-width: 768px) {
  .fv__venue-badge {
    min-width: min(21.2820512821vw, 5.1875rem);
    min-height: 2.125rem;
    font-size: min(3.0769230769vw, 0.75rem);
    gap: 0.125rem;
    padding-inline: 0.625rem 0.875rem;
  }
}

.fv__venue-icon {
  width: 1.5625rem;
  height: auto;
}
@media not all and (min-width: 768px) {
  .fv__venue-icon {
    width: min(5.1282051282vw, 1.25rem);
  }
}

.fv__venue-address {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #A7A9B4;
}
@media not all and (min-width: 768px) {
  .fv__venue-address {
    font-size: min(3.8461538462vw, 0.9375rem);
  }
}

.fv__features {
  display: grid;
  margin-top: 2.875rem;
  grid-template-columns: repeat(2, 13.75rem);
  gap: 0.625rem 0.3125rem;
}
@media not all and (min-width: 768px) {
  .fv__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.25rem;
  }
}

.fv__feature {
  display: flex;
  min-height: 4.125rem;
  padding-inline: 0.625rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
}
@media not all and (min-width: 768px) {
  .fv__feature {
    min-height: 3.1875rem;
    padding-inline: 0.375rem;
    font-size: min(3.5897435897vw, 0.875rem);
    line-height: 1.15;
  }
}
.fv__feature {
  text-align: center;
  color: #0043D2;
  background-color: #fff;
  border: 0.0625rem solid #0043D2;
  border-radius: 6.25rem;
  box-shadow: 0 0.5625rem 1.3125rem rgba(0, 67, 210, 0.3);
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 0.9375rem;
  right: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  background: #FFB700;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__bar {
  width: 1.5rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 0.0625rem;
  transition: translate 0.3s ease, rotate 0.3s ease, opacity 0.3s ease;
}

.hamburger.is-active .hamburger__bar:nth-child(1) {
  translate: 0 0.4375rem;
  rotate: -45deg;
}

.hamburger.is-active .hamburger__bar:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__bar:nth-child(3) {
  translate: 0 -0.4375rem;
  rotate: 45deg;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2rem;
  padding-inline: 1.125rem;
  background: transparent;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.header.is-scrolled {
  padding-block: 0.9375rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 85rem;
  margin-inline: auto;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: stretch;
    gap: 3.75rem;
  }
}

.header__lists {
  display: flex;
  align-items: stretch;
  gap: 3.75rem;
}

.header__list {
  display: flex;
}

.header__list-link {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .header__list-link:hover {
    color: #072668;
  }
}

.header__btn {
  display: inline-flex;
  width: 11.875rem;
  min-height: 3.8125rem;
  border: 2px solid #FFB700;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #FFB700;
  border-radius: 3.75rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .header__btn:hover {
    color: #FFB700;
    background-color: #fff;
  }
}

.header__logo {
  width: 8.375rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 9.375rem;
  }
}

.header__logo img {
  width: 100%;
}

.header--entry .header__logo {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header--entry .header__nav {
    align-items: center;
  }
}

.header.is-scrolled .header__logo {
  opacity: 1;
  visibility: visible;
}

body.is-drawer-open .header {
  background: transparent;
  box-shadow: none;
}

body.is-drawer-open .header.is-scrolled .header__logo,
body.is-drawer-open .header--entry .header__logo {
  opacity: 0;
  visibility: hidden;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  aspect-ratio: 1228/782;
  background: url("../images/fv__treat1.webp") no-repeat top left/contain;
  pointer-events: none;
}
@media not all and (min-width: 768px) {
  .hero::before {
    display: none;
  }
}

.inner {
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 630px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 25px;
    max-width: 1150px;
  }
}

.intro {
  padding-block: 5rem 4.625rem;
}
@media not all and (min-width: 768px) {
  .intro {
    padding-block: 3.75rem;
  }
}

.intro__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
}
@media not all and (min-width: 768px) {
  .intro__title {
    padding-inline: 24px;
    text-align: left;
    font-size: 1.25rem;
    max-width: 630px;
    margin-inline: auto;
  }
}

.intro__banner.banner {
  padding-top: 3.25rem;
}
@media not all and (min-width: 768px) {
  .intro__banner.banner {
    padding-top: 2.5rem;
    margin-inline: auto;
    max-width: 37.5rem;
  }
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 1rem;
  max-width: 68.75rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media not all and (min-width: 768px) {
  .logo-list {
    gap: 1rem;
    max-width: 22.5rem;
  }
}

.logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  flex: 0 0 calc((100% - 1rem * 4) / 5 - 2px);
}
@media not all and (min-width: 768px) {
  .logo-list__item {
    min-height: 4rem;
    flex-basis: calc((100% - 1rem * 2) / 3 - 2px);
  }
}

.logo-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 4rem;
  object-fit: contain;
}
@media not all and (min-width: 768px) {
  .logo-list__item img {
    max-height: 3.25rem;
  }
}

.logo-list__item--wide {
  flex-basis: calc(((100% - 1rem * 4) / 5 - 2px) * 2 + 1rem);
}
@media not all and (min-width: 768px) {
  .logo-list__item--wide {
    flex-basis: calc(((100% - 1rem * 2) / 3 - 2px) * 2 + 1rem);
  }
}

.logo-list__item--text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #072668;
  text-align: center;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .logo-list__item--text {
    font-size: 0.8125rem;
  }
}

.maker {
  padding-block: 7.5rem 6.25rem;
}
@media not all and (min-width: 768px) {
  .maker {
    padding-block: 6.25rem 3.75rem;
  }
}

.maker__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .maker__title {
    font-size: 2rem;
  }
}

.maker__list {
  display: grid;
  margin-top: 3.375rem;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .maker__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.maker__item {
  display: flex;
}

.maker__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  padding: 1.875rem 2.1875rem;
  background: #fff;
  border: 3px solid #e8e9ed;
  border-radius: 0.625rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media not all and (min-width: 768px) {
  .maker__card {
    padding: 1.5625rem 1.875rem;
  }
}
@media (any-hover: hover) {
  .maker__card:hover {
    border-color: #0043D2;
    box-shadow: 0 0.5rem 1.25rem rgba(171, 182, 210, 0.4);
  }
}

.maker__logo {
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-inline: auto;
}

.maker__logo img {
  width: 100%;
  height: 5.5rem;
  object-fit: contain;
}

.maker__name {
  margin-top: 0.5rem;
  min-height: 2.8em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #A7A9B4;
  text-align: center;
}

.maker__logo--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.4375rem;
}

.maker__logo-text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #072668;
  text-align: center;
}

.maker__lead {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 6.4em;
  margin-top: 1.25rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #0043D2;
}
@media not all and (min-width: 768px) {
  .maker__lead {
    font-size: 0.875rem;
  }
}

.maker__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.5rem;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
}

.maker__more {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0043D2;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.maker__more::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (any-hover: hover) {
  .maker__more {
    transition: opacity 0.3s ease;
  }
  .maker__more:hover {
    opacity: 0.7;
  }
}

body.is-modal-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.maker-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.maker-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.is-ready .maker-modal {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.maker-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.maker-modal__content {
  position: relative;
  width: 62.5rem;
  max-width: 100%;
  max-height: calc(100vh - 1.875rem);
  max-height: calc(100svh - 1.875rem);
  overflow-y: auto;
  padding: 2.5rem 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .maker-modal__content {
    padding: 3.125rem;
  }
}

.maker-modal__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.875rem;
  line-height: 1;
  color: #b7bbbe;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .maker-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.maker-modal__logo {
  margin-inline: auto;
  width: 100%;
  height: auto;
  max-width: 280px;
}

.maker-modal__logo img {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: 280/88;
  object-fit: contain;
}

.maker-modal__name {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A7A9B4;
  text-align: center;
}

.maker-modal__logo--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
}

.maker-modal__logo-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #072668;
  text-align: center;
}

.maker-modal__subtitle {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media not all and (min-width: 768px) {
  .maker-modal__subtitle {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
}

.maker-modal__paragraph {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
}

.maker-modal__divider {
  margin-top: 1.875rem;
  border: none;
  border-top: 1px solid rgba(43, 50, 47, 0.5);
}
@media not all and (min-width: 768px) {
  .maker-modal__divider {
    margin-top: 0.9375rem;
  }
}

.minisession {
  padding-block: 4rem 4.5rem;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .minisession {
    padding-block: 5rem 6rem;
  }
}

.minisession__head {
  text-align: center;
}

.minisession__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .minisession__title {
    font-size: 2.125rem;
  }
}

.minisession__lead {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0043D2;
}

.minisession__note {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #A5A6AF;
}

.minisession__card {
  margin-top: 2rem;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 1.25rem 3.125rem rgba(171, 182, 210, 0.4);
}
@media screen and (min-width: 768px) {
  .minisession__card {
    margin-top: 2.5rem;
    padding-block: 3.125rem 4.375rem;
    padding-inline: 2.4375rem;
  }
}

.minisession__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.minisession__logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  gap: 1.5rem 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .minisession__logos {
    margin-top: 2.5rem;
    gap: 2.5rem 1.5rem;
  }
}

.minisession__logo {
  display: flex;
  flex: 0 0 calc((100% - 1rem * 2) / 3 - 2px);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .minisession__logo {
    flex-basis: calc((100% - 1.5rem * 4) / 5 - 2px);
  }
}

.minisession__logo--wide {
  flex-basis: calc(((100% - 1rem * 2) / 3 - 2px) * 2 + 1rem);
}
@media screen and (min-width: 768px) {
  .minisession__logo--wide {
    flex-basis: calc(((100% - 1.5rem * 4) / 5 - 2px) * 2 + 1.5rem);
  }
}

.minisession__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .minisession__logo img {
    max-height: 4rem;
  }
}

.minisession__logo--text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .minisession__logo--text {
    font-size: 0.9375rem;
  }
}

.minisession__cta {
  margin-top: 2.5rem;
  text-align: center;
}

.minisession__button {
  display: inline-flex;
  min-width: 13.75rem;
  padding: 1.125rem 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #FFB700;
  border: 2px solid #FFB700;
  border-radius: 2.5rem;
  box-shadow: 0 0.5rem 1.25rem rgba(7, 38, 104, 0.25);
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .minisession__button:hover {
    color: #FFB700;
    background-color: #fff;
    box-shadow: none;
  }
  .minisession__button:hover .minisession__button-arrow {
    filter: brightness(0) saturate(100%) invert(72%) sepia(98%) saturate(749%) hue-rotate(359deg) brightness(103%) contrast(105%);
  }
}

.minisession__button-arrow {
  width: 0.5625rem;
  height: 0.875rem;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}

.point {
  position: relative;
  padding-block: 6.25rem;
}
@media not all and (min-width: 768px) {
  .point {
    padding-block: 2.5rem 5rem;
  }
}

.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/498;
  background: linear-gradient(180deg, rgba(187, 191, 200, 0.4) 0%, rgba(232, 238, 248, 0) 100%);
}

.point__head {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  text-align: center;
}

.point__catch {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (min-width: 768px) {
  .point__catch {
    font-size: 1.5rem;
  }
}

.point__catch-accent {
  color: #FFB700;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .point__catch-accent {
    font-size: 1.75rem;
  }
}

@media not all and (min-width: 768px) {
  .point__head {
    padding-bottom: 56vw;
  }
}

.point__head-img {
  position: absolute;
  top: 0;
  z-index: 0;
  height: auto;
}

.point__head-img--left {
  left: 0.875rem;
  top: -3.8125rem;
  width: 20.625rem;
}
@media (max-width: 83.125em) {
  .point__head-img--left {
    width: 18vw;
  }
}
@media not all and (min-width: 768px) {
  .point__head-img--left {
    top: auto;
    bottom: 0;
    left: 0;
    width: 56%;
  }
}

.point__head-img--right {
  right: 4.4375rem;
  top: 1.0625rem;
  width: 18.3125rem;
}
@media (max-width: 83.125em) {
  .point__head-img--right {
    width: 15vw;
    right: 0.875rem;
  }
}
@media not all and (min-width: 768px) {
  .point__head-img--right {
    top: auto;
    bottom: 2.5rem;
    right: 0;
    width: 54%;
  }
}

.point__title {
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 6.25rem;
}
@media not all and (min-width: 768px) {
  .point__title {
    line-height: 1.1;
    margin-top: 2.5625rem;
  }
}

.point__title-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.point__title-num {
  color: #FFB700;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.point__title-treat {
  display: block;
  height: auto;
  margin-top: 0.5rem;
  margin-inline: auto;
}

@media not all and (min-width: 768px) {
  .point__title-treat img {
    width: 100%;
    height: auto;
  }
}

.point__list {
  display: grid;
  margin-top: 2.5rem;
  border: 0.1875rem solid #072668;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 1.25rem 3.125rem 0 rgba(171, 182, 210, 0.4);
}
@media not all and (min-width: 768px) {
  .point__list {
    grid-template-columns: 1fr;
    margin-top: 1.75rem;
  }
}

.point__item {
  position: relative;
  padding-block: 2.625rem 2.5rem;
  padding-inline: 1.5rem;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .point__item {
    padding-block: 2.5rem 1.875rem;
  }
}
.point__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  bottom: 3.0625rem;
  left: 0;
  width: 0.1875rem;
  background-color: #e8e9ed;
}
@media not all and (min-width: 768px) {
  .point__item:not(:first-child)::before {
    top: 0;
    right: 1.5rem;
    bottom: auto;
    left: 1.5rem;
    width: auto;
    height: 0.1875rem;
  }
}

.point__item-img {
  width: 100%;
  max-width: 20.4375rem;
  height: auto;
  margin-inline: auto;
}

.point__item-title {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.section {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-block: 6.25rem;
  }
}