@charset "UTF-8";
/* これだけを Watch する */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1184px) {
  html {
    font-size: 1.3513513514vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768) {
  a:hover, button:hover {
    opacity: 1;
  }
}

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

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

/* ======================
  color
====================== */
/* Brand */
/* Text */
/* Background */
/* ======================
   Font Weight
====================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  z-index: 1000;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  max-width: 540px;
  background: -webkit-gradient(linear, left top, left bottom, from(#04B7FF), to(rgba(4, 183, 255, 0)));
  background: linear-gradient(to bottom, #04B7FF 0%, rgba(4, 183, 255, 0) 100%);
}

.header.fixed {
  position: fixed;
  top: 0;
}

.header {
  position: fixed;
  top: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.625rem 0 1.875rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    padding: 0 0 0 1.25rem;
  }
}

.header__logo {
  opacity: 0;
  height: auto;
  position: relative;
  left: 0;
  opacity: 1;
  width: 18.125rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 50%;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.header.is-show .header__logo {
  opacity: 1;
}

:root {
  --brand: #e18835; /* 見本のオレンジ */
  --text: #7a3f1c; /* ラベルの茶色に近い色（任意） */
}

.header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px;
  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: 24px;
}

@media (min-width: 999px) {
  .header__actions {
    display: none;
  }
}

/* 各アイコンブロック：縦積み（アイコン→ラベル） */
/* 画像アイコンのサイズ感 */
/* ラベル体裁 */
/* ハンバーガー全体 */
.header__hamburger {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
  margin-right: 0.625rem;
}

/* ボタン本体：白円 56×56 */
.hamburger {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1100;
  margin-top: 0; /* 余計なズレを消す */
}

/* 3本線：中央寄せ・青・角丸 */
.hamburger__bar {
  position: absolute;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background: #04B7FF;
  border-radius: 62.4375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, background-color 0.2s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.25s ease;
}

/* 3本線の間隔（添付っぽく） */
.hamburger__bar:nth-of-type(1) {
  top: 40%;
}

.hamburger__bar:nth-of-type(2) {
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger__bar:nth-of-type(3) {
  top: 60%;
}

/* ===== 開いたとき（×） ※必要なければこのブロック丸ごと消してOK ===== */
.hamburger[aria-expanded=true] .hamburger__bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__bar:nth-of-type(2) {
  opacity: 0;
}

.hamburger[aria-expanded=true] .hamburger__bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* サイズをレスポンシブにしたい場合は clamp も可 */
.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__nav {
  z-index: 10;
  position: absolute;
  top: -100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-y: auto;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__nav .cta__wrapper {
  max-width: 21rem;
  width: 100%;
}

.header__nav[aria-expanded=true] {
  position: fixed;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .nav__inner {
    padding: 100px 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/* ロゴ */
.nav__logo {
  width: 80%;
  margin: 0 auto 24px;
}

.nav__logo img {
  width: 100%;
}

/* メニュー */
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: center;
}

.nav__list li {
  margin-bottom: 16px;
}

.nav__list a {
  font-size: 15px;
  font-weight: 700;
  color: #2F3034;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.nav__list a:hover {
  color: #01B1FF;
}

/* 申込ボタン */
.nav__btn {
  display: block;
  margin: 24px auto 0;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#00EAFF));
  background: linear-gradient(90deg, #00B1FF 0%, #00EAFF 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  max-width: 300px;
}

.fv {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
  /* ========================
     コピー
  ======================== */
  /* ========================
     ビジュアル
  ======================== */
  /* ========================
     ロゴ風文字
  ======================== */
  /* ========================
     開催情報
  ======================== */
}
.fv__copy {
  text-align: center;
  margin-bottom: 8px;
}
.fv__title-main {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #FFF100;
  font-style: italic;
  letter-spacing: 2px;
  text-shadow: 3px 3px 6px rgba(0, 120, 180, 0.6);
}
.fv__title-sub {
  display: block;
  font-size: 22px;
  color: #FFF100;
  font-style: italic;
  margin-top: 10px;
  font-weight: 700;
  text-shadow: 3px 3px 6px rgba(0, 120, 180, 0.6);
}
.fv__visual {
  position: relative;
}
@media (max-width: 540px) {
  .fv__visual {
    overflow: hidden; /* はみ出しをFV内だけに */
  }
}
.fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 540px) {
  .fv__img {
    width: 120%;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fv__circle {
  position: absolute;
  overflow: hidden;
}
.fv__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__circle--main {
  width: 360px;
  height: 360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60px;
  border-radius: 50%;
  z-index: 2;
}
.fv__circle--right {
  width: 260px;
  height: 260px;
  right: 80px;
  top: 0;
  border-radius: 55% 45% 60% 40%/60% 40% 60% 40%;
}
.fv__circle--left {
  width: 220px;
  height: 220px;
  left: 80px;
  bottom: 0;
  border-radius: 50%;
}
.fv__line {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.fv__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 306px;
}
.fv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  max-width: 330px;
  margin: 24px auto 0;
  position: relative;
}
.fv__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.fv__label {
  border: 1px solid #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
}
.fv__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ========================
   会場アクセス
======================== */
.accessCircle {
  width: 92px;
  aspect-ratio: 1/1; /* 正円 */
  border-radius: 50%;
  background: #FFE600; /* 黄色 */
  color: #00AEEF; /* 青 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
  -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;
  position: absolute;
  right: -8%;
  bottom: -50%;
}

.accessCircle:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

/* テキスト */
.accessCircle__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

/* アイコン */
.accessCircle__icon {
  width: 28px;
  height: 28px;
}

img {
  width: 100%;
  height: 100%;
}

.inner {
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.625rem;
  }
}

.all-contents-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: linear-gradient(40deg, #00EAFF 0%, #00B1FF 100%);
  position: relative;
}

.all-contents-bg {
  position: fixed;
  inset: 0; /* top:0; left:0; right:0; bottom:0; */
  background-image: url("../images/bg.webp");
  background-repeat: repeat; /* ← 敷き詰め */
  background-size: 100% auto; /* ← アイコンサイズ調整 */
  background-position: top left;
}

.all-contents {
  max-width: 540px;
  min-width: 540px;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 540px) {
  .all-contents {
    max-width: 100%;
    min-width: 100%;
  }
}

.footer {
  width: 100%;
  background-color: #01BAFF;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
  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;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.side-space {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .side-space {
    display: none;
  }
}

.side-space__items {
  position: fixed;
  height: 100%;
  width: calc((100% - 540px) / 2);
}

.bg-whole {
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(#04B7FF), color-stop(40%, #00A7EA), to(#0095D9));
  background: linear-gradient(180deg, #04B7FF 0%, #00A7EA 40%, #0095D9 100%);
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* 右側固定 */
.sideMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 13vh; /* 右の余白調整 */
  max-width: 328px;
  width: 80%;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .sideMenu {
    display: none;
  }
}

/* カード */
.sideMenu__inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 0.625rem;
  text-align: center;
}

/* ロゴ */
.sideMenu__logo {
  width: 80%;
  margin: 0 auto 24px;
}

.sideMenu__logo img {
  width: 100%;
}

/* メニュー */
.sideMenu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.sideMenu__list li {
  margin-bottom: 1rem;
}

.sideMenu__list a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2F3034;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.sideMenu__list a:hover {
  color: #01B1FF;
}

/* 申込ボタン */
.sideMenu__btn {
  display: block;
  margin-top: 1.5rem;
  padding: 1.2rem 0;
  border-radius: 0.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#00EAFF));
  background: linear-gradient(90deg, #00B1FF 0%, #00EAFF 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.about {
  position: relative;
  overflow: hidden;
}

.about__inner {
  position: relative;
  margin: 0 auto;
}

.about__card {
  border-radius: 80px 80px 0 0;
  padding: 56px 20px 120px;
  background-color: #e9f8ff;
}

.about__head {
  text-align: center;
  margin-bottom: 24px;
}

.about__title {
  margin-bottom: 32px;
}

.about__text {
  font-size: 15px;
  line-height: 175%;
  color: #5C626A;
  margin-bottom: 16px;
}

.about__media {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.program {
  position: relative;
  border-radius: 80px 80px 0 0;
  background: linear-gradient(40deg, #00EAFF 0%, #00B1FF 100%);
  overflow: hidden;
  margin-top: -64px;
}

.program__inner {
  position: relative;
  margin: 0 auto;
  padding: 56px 20px 120px;
}

.program__head {
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
}

.program__en {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  opacity: 0.8;
  margin: 0 0 8px;
}

.program__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.programCard {
  background: #E5F7FF;
  border-radius: 28px;
  padding: 32px 20px 24px;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.programCard + .programCard {
  margin-top: 24px;
}

.programCard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.programCard__num {
  width: 48px;
  margin: 0;
}

.programCard__heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #5C626A;
}

.programCard__media {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}

.programCard__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.programCard__lead {
  font-weight: 700;
  font-size: 20px;
  color: #5C626A;
  margin-bottom: 16px;
}

.programCard__text {
  line-height: 1.75;
  color: #5C626A;
  font-size: 15px;
}

.programCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  color: #5C626A;
  padding: 0;
  margin: 0;
}

.programCard__tag {
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #5C626A;
  font-size: 10px;
}

/* ======================
  セクションタイトル
====================== */
.section__title {
  font-size: 32px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#00B1FF), to(#00EAFF));
  background: linear-gradient(180deg, #00B1FF 0%, #00EAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section__en {
  width: auto;
  height: 20px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.list__en.section__en,
.overview__en.section__en {
  height: 17px;
}

.faq__en.section__en {
  height: 16px;
}

/* ======================
  方眼ノート風背景
====================== */
.gridBg {
  background-image: linear-gradient(rgba(208, 237, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(208, 237, 255, 0.5) 1px, transparent 1px);
  background-size: 16px 16px;
}

.gridBg-light {
  background-image: linear-gradient(rgba(208, 237, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(208, 237, 255, 0.1) 1px, transparent 1px);
  background-size: 16px 16px;
}

/* ======================
  追従フッターエントリーボタン
====================== */
.entryBtn__wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 540px;
  height: 80px;
  background-color: #fff;
  z-index: 100;
  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;
  opacity: 0;
  padding: 0 12px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1001px) {
  .entryBtn__wrapper {
    display: none;
  }
}

.entryBtn__wrapper.is-show {
  opacity: 1;
}

.entryBtn {
  width: 100%;
  max-width: 400px;
  height: 56px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#00EAFF));
  background: linear-gradient(90deg, #00B1FF 0%, #00EAFF 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  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;
}

.speech {
  position: relative;
  border-radius: 80px 80px 0 0;
  background: linear-gradient(40deg, #00EAFF 0%, #00B1FF 100%);
  overflow: hidden;
  margin-top: -64px;
}

.speech__inner {
  position: relative;
  margin: 0 auto;
  padding: 56px 20px 120px;
}

.speech__head {
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}

.speech__en {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  opacity: 0.8;
  margin: 0 0 8px;
}

.speech__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.speech__note {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding-top: 24px;
}

/* =========================
   Card
========================= */
.speechCard {
  background: #E5F7FF;
  border-radius: 16px;
  padding: 32px 20px 24px;
  -webkit-box-shadow: 0 0 16px rgba(205, 208, 226, 0.5);
          box-shadow: 0 0 16px rgba(205, 208, 226, 0.5);
}

.speechCard + .speechCard {
  margin-top: 16px;
}

.speechCard__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #5C626A;
}

.speechCard__media {
  border-radius: 16px;
  overflow: hidden;
}

.speechCard__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.speechCard__time {
  margin: 24px 0 8px;
  font-size: 15px;
  color: #5C626A;
}

.speechCard__speaker {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #5C626A;
}

.speechCard__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5C626A;
}

.overview {
  position: relative;
  overflow: hidden;
  border-radius: 80px 80px 0 0;
  background-color: #FFF;
  margin-top: -64px;
}

.overview__inner {
  position: relative;
  margin: 0 auto;
  padding: 56px 20px 120px;
}

.overview__head {
  text-align: center;
}

.overview__title {
  margin-bottom: 24px;
}

/* =========================
   List
========================= */
.overview__list {
  background: transparent;
}

/* 1アイテム */
.overviewItem {
  padding: 16px 0;
  border-bottom: 1px solid #C8D0D3;
}

.overviewItem__label {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: #5C626A;
  letter-spacing: 0.03em;
}

.overviewItem__value {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #5C626A;
  letter-spacing: 0.01em;
}

/* =========================
   Button
========================= */
.overview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}

.overviewBtn {
  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-width: 200px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid #5C626A;
  font-size: 15px;
  color: #5C626A;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}

.overviewBtn:hover {
  background: rgba(255, 255, 255, 0.55);
}

/* =========================
   Map
========================= */
.overview__map {
  width: 100%;
  overflow: hidden;
}

.overview__map iframe {
  width: 100%;
  height: 100%;
}

.list {
  position: relative;
  overflow: hidden;
  border-radius: 80px 80px 0 0;
  background-color: #F2F9FF;
  margin-top: -64px;
}

.list__inner {
  position: relative;
  margin: 0 auto;
  padding: 56px 20px 120px;
}

.list__head {
  text-align: center;
  margin-bottom: 24px;
}

.list__title {
  margin-bottom: 32px;
}

.list__subtitle {
  padding: 13px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #63A0BA;
  background: #C9EFFF;
  border-radius: 8px;
}

.list__wrapper {
  padding-top: 32px;
}

.list__note {
  font-size: 15px;
  color: #5C626A;
  text-align: left;
  padding-top: 40px;
}

/* =========================
   カテゴリ（国公立）
========================= */
.list__category {
  margin: 24px 0 12px;
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #717480;
  border: 1px solid #717480;
}

/* =========================
   2カラムリスト
========================= */
.listSchool {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.listSchool__item {
  font-size: 15px;
  color: #2F3034;
  padding-bottom: 10px;
  border-bottom: 1px solid #C8D0D3;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.listSchool__icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
}

.icon--lecture {
  background: url(../images/icon-lecture.svg);
  width: 17px;
  height: 17px;
  display: block;
}

.icon--class {
  background: url(../images/icon-class.svg);
  width: 17px;
  height: 17px;
  display: block;
}

.icon--discover {
  background: url(../images/icon-discover.svg);
  width: 17px;
  height: 17px;
  display: block;
}

.listSchool__note {
  font-size: 12px;
}

/* =========================
  会場マップ
========================= */
.mapBtn {
  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;
  margin: 56px auto 0;
  width: 100%;
  min-width: 300px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid #5C626A;
  font-size: 15px;
  color: #5C626A;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}

.mapBtn:hover {
  background: rgba(255, 255, 255, 0.55);
}

.mapModal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.mapModal.is-open {
  display: block;
}

/* 背景 */
.mapModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* 本体 */
.mapModal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(92vw, 720px);
  max-height: 86vh;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  overflow: auto;
}

/* 画像 */
.mapModal__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* 閉じるボタン */
.mapModal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.schoolLegend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

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

.schoolLegend__icon {
  width: 17px;
  height: 17px;
  display: block;
}

.schoolLegend__icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.schoolLegend__dots,
.schoolLegend__text {
  font-size: 12px;
  line-height: 1.5;
  color: #2F3034;
}

.schoolLegend__dots {
  letter-spacing: -0.33em;
}

.schedule {
  position: relative;
  overflow: hidden;
  border-radius: 80px 80px 0 0;
  background-color: #85D8FF;
  margin-top: -64px;
}

.schedule__inner {
  position: relative;
  margin: 0 auto;
  padding: 56px 20px 120px;
}

.schedule__head {
  text-align: center;
}

.schedule__title {
  color: #5C626A;
  font-size: 32px;
  font-weight: 700;
}

.schedule__note {
  font-size: 12px;
  color: #5C626A;
  text-align: center;
  padding-top: 40px;
}

.schedule__floor {
  padding: 4px 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #5C626A;
  margin: 24px 0 16px;
}

/* =========================
   Table（角丸・枠・罫線）
========================= */
.scheduleScroll {
  margin-top: 16px;
}

.scheduleTable__speechrace {
  margin-top: 24px;
}

.scheduleTable {
  overflow: hidden;
}

/* 3列グリッド（時間＋2列） */
.scheduleTable__head,
.scheduleTable__row {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
}

.scheduleTable.scheduleTable__speechrace .scheduleTable__head,
.scheduleTable.scheduleTable__speechrace .scheduleTable__row {
  display: grid;
  grid-template-columns: 32px 1fr;
}

.scheduleTable__cell {
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* ヘッダー */
.scheduleTable__head .scheduleTable__cell {
  font-weight: 500;
  background: #C5EEFF;
  border-bottom: 0;
}

.scheduleTable__head .scheduleTable__cell:nth-child(odd) {
  background-color: #BCE7F9;
}

/* 左の時間列 */
.scheduleTable__cell--time {
  background: rgba(230, 248, 255, 0.6);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.scheduleTable__cell--racetime {
  background: #D6F3FF;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.scheduleTable__cell--num {
  background: #E9F9FF;
  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;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.scheduleTable__time {
  display: block;
}

.scheduleTable__tilde {
  display: block;
  line-height: 1;
  opacity: 0.85;
}

/* 本文：列ごとの薄い帯（画像に合わせて） */
.scheduleTable__cell--a {
  background: #EEFAFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scheduleTable__cell--school {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #EEFAFF;
}

.scheduleTable__cell--b {
  background: #D6F3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 最終行の下線を消す */
.scheduleTable__row:last-child .scheduleTable__cell {
  border-bottom: 0;
}

.scheduleScroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.shceduleTable__floorEight {
  border-radius: 14px;
  min-width: 777px;
}

.shceduleTable__floorEight .scheduleTable__head,
.shceduleTable__floorEight .scheduleTable__row {
  grid-template-columns: 60px 145px 145px 145px 145px 145px 145px;
}

/* =========================
   FAQ Section
========================= */
.faq {
  padding: 56px 20px 120px;
  background: #D1F1FF; /* 薄水色 */
}
@media screen and (min-width: 1001px) {
  .faq {
    padding: 56px 20px;
  }
}

.faq__inner {
  width: 100%;
  margin: 0 auto;
}

.faq__head {
  text-align: center;
}

.faq__title {
  margin-bottom: 24px;
}

/* =========================
   Card
========================= */
.faqCard {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 0 16px rgba(97, 110, 139, 0.16);
          box-shadow: 0 0 16px rgba(97, 110, 139, 0.16);
}

.faqCard + .faqCard {
  margin-top: 24px;
}

/* Q */
.faqCard__q {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #01B1FF;
}

.faqCard__qMark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.faqCard__qText {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* A */
.faqCard__a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #2F3034;
}

.faqCard__aMark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  font-size: 15px;
  color: #2F3034;
}

.faqCard__aText {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* =========================
   entry Section
========================= */
.entry {
  padding: 56px 20px;
  background: #fff; /* 薄水色 */
}

.entry__inner {
  width: 100%;
  margin: 0 auto;
}

.entry__head {
  text-align: center;
}

.entry__title {
  margin-bottom: 24px;
}

.entry__text {
  font-size: 15px;
  color: #2F3034;
  padding: 0 0 24px;
  text-align: center;
}

/* =========================
  Wrapper
========================= */
.entryForm__wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* 1行 */
.form-row {
  margin-top: 18px;
}

.form-row:first-child {
  margin-top: 0;
}

/* ラベル */
.form-label {
  font-size: 15px;
  font-weight: 500;
  color: #2F3034;
  margin-bottom: 12px;
}

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

/* 必須バッジ */
.form__require {
  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;
  padding: 4px 8px;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #DE0000;
  color: #DE0000;
  font-size: 12px;
  line-height: 1;
}

/* =========================
  Inputs (CF7)
========================= */
/* CF7の input/textarea/select に共通スタイル */
.entryForm__wrapper input[type=text],
.entryForm__wrapper input[type=email],
.entryForm__wrapper input[type=tel],
.entryForm__wrapper select,
.entryForm__wrapper textarea {
  width: 100%;
  font-size: 15px;
  color: #2F3034;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

/* プレースホルダー */
.entryForm__wrapper input::-webkit-input-placeholder, .entryForm__wrapper textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}
.entryForm__wrapper input::-moz-placeholder, .entryForm__wrapper textarea::-moz-placeholder {
  color: #C9C9C9;
}
.entryForm__wrapper input:-ms-input-placeholder, .entryForm__wrapper textarea:-ms-input-placeholder {
  color: #C9C9C9;
}
.entryForm__wrapper input::-ms-input-placeholder, .entryForm__wrapper textarea::-ms-input-placeholder {
  color: #C9C9C9;
}
.entryForm__wrapper input::placeholder,
.entryForm__wrapper textarea::placeholder {
  color: #C9C9C9;
}

/* フォーカス時 */
.entryForm__wrapper input:focus,
.entryForm__wrapper select:focus,
.entryForm__wrapper textarea:focus {
  border-color: #01B1FF;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 177, 255, 0.15);
          box-shadow: 0 0 0 4px rgba(0, 177, 255, 0.15);
}

/* select（右の▼） */
.entryForm__wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}

/* textarea */
.entryForm__wrapper textarea {
  min-height: 160px;
  resize: vertical;
}

/* CF7のエラーメッセージ（必要なら） */
.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #ff4d4d;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

/* =========================
  Submit Button
========================= */
.btn-wrapper {
  margin-top: 24px;
}

.btn__submit {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#00EAFF));
  background: linear-gradient(90deg, #00B1FF 0%, #00EAFF 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center; /* ← inputの中央寄せはこれ */
  line-height: 56px; /* ← 縦中央（heightと同じ） */
  cursor: pointer;
}

.btn__submit:hover,
.entryForm__wrapper input[type=submit]:hover,
.entryForm__wrapper button[type=submit]:hover {
  opacity: 0.7;
}

.btn__submit:active,
.entryForm__wrapper input[type=submit]:active,
.entryForm__wrapper button[type=submit]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.entry__section {
  display: none;
}
@media screen and (min-width: 1001px) {
  .entry__section {
    display: block;
    background: #fff;
    padding: 24px;
  }
}