@charset "UTF-8";
.off767 {
  display: inline !important;
}

.on767 {
  display: none !important;
}

@media (max-width: 767px) {
  .off767 {
    display: none !important;
  }
  .on767 {
    display: block !important;
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #111;
  background: #fff;
  font: 18px/1.75 system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(92vw, 1080px);
  margin-inline: auto;
}

.center {
  text-align: center;
}

.sp-br {
  display: none;
}

@media (max-width: 640px) {
  .sp-br {
    display: inline;
  }
}
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* 充分大きく */
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(10px);
}
.site-header .header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}
.site-header .brand img {
  object-fit: contain;
}

.gnav {
  display: flex;
  justify-content: end;
}

.gnav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.gnav a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.2s;
}

.gnav a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #111;
  margin: 6px 0;
  transition: transform 0.25s, opacity 0.25s;
}

.nav-toggle.active .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.active .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
  }
  .gnav {
    position: fixed;
    inset: 60px 0 0 0;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
  }
  .gnav ul {
    flex-direction: column;
    padding: 20px;
  }
  body.nav-open .gnav {
    opacity: 1;
    pointer-events: auto;
  }
  body.nav-open {
    overflow: hidden;
  }
}
/* Hero */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  background: url("../img/back.webp");
  background-size: cover;
  padding: clamp(16px, 10vw, 60px) 15px;
}
.hero img.titleimg {
  width: min(500px, 84vw);
  height: auto;
  object-fit: cover;
}
.hero h1 {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hero img.heroimg {
  width: clamp(16px, 90vw, 1080px);
  height: auto;
  object-fit: cover;
  margin: auto;
  padding-bottom: clamp(16px, 10vw, 60px);
}
.hero .hero__copy {
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(16px, 10vw, 60px) 0;
}
.hero .meta {
  margin-top: 0.6em;
  font-size: clamp(14px, 3.5vw, 23px);
  opacity: 0.9;
}
.hero .gaiyou {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border: solid;
  border-radius: 10px;
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.78);
  color: #1a56b0;
}
.hero .gaiyou h2.gaiyou__title {
  margin: 0 0 20px;
  font-size: 30px;
}

/* テーマカラー例（必要なら調整） */
/* バッジ色（スクショ雰囲気） */
/* 日付の数字色に少し青み */
.strong_area {
  position: relative;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
  /* 日時パネル */
  /* 参加無料の円バッジ */
  /* レイヤー順（ヘッダー>バッジ>パネル>画像） */
}
.strong_area .hero__panel {
  padding: clamp(14px, 2.2vw, 22px) clamp(16px, 2.5vw, 28px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
}
.strong_area .hero__panel .date-emph {
  margin: 0;
  line-height: 1.1;
  color: #1a4b8a;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.25em;
  /* 下線の細いルール（スクショの雰囲気） */
}
.strong_area .hero__panel .date-emph .num {
  font-weight: 800;
  letter-spacing: 0.02em;
}
.strong_area .hero__panel .date-emph .y {
  font-size: clamp(33px, 6vw, 56px);
}
.strong_area .hero__panel .date-emph .m {
  font-size: clamp(33px, 5.5vw, 52px);
}
.strong_area .hero__panel .date-emph .d {
  font-size: clamp(33px, 5.5vw, 52px);
}
.strong_area .hero__panel .date-emph .kanji {
  font-size: clamp(14px, 5vw, 23px);
  opacity: 0.9;
}
.strong_area .hero__panel .date-emph .time {
  font-size: clamp(16px, 3vw, 23px);
}
@media (max-width: 480px) {
  .strong_area .hero__panel .date-emph .time {
    width: 100%;
    text-align: right;
  }
}
.strong_area .hero__panel .date-emph .time .num {
  font-size: 1.15em;
}
.strong_area .hero__panel .date-emph::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  margin-top: 0.45em;
}
.strong_area .hero__panel .venue {
  margin: 0.55em 0 0;
  font-weight: 700;
  color: #1a4b8a;
  font-size: clamp(25px, 3.8vw, 35px);
  text-align: left;
}
.strong_area .hero__panel .venue span {
  letter-spacing: 0.2em;
  margin-right: 0.4em;
}
.strong_area .badge-free {
  position: absolute;
  right: clamp(8px, 1.5vw, 20px);
  top: clamp(14px, 1.5vw, 20px);
  width: clamp(92px, 17vw, 160px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #6fa0c6;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.strong_area .badge-free span {
  color: #fff;
  font-weight: 800;
  font-size: clamp(16px, 3.2vw, 24px);
  letter-spacing: 0.14em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.strong_area .hero__media {
  z-index: 0;
}
.strong_area .hero__panel {
  z-index: 2;
}
.strong_area .badge-free {
  z-index: 3;
}

/* スマホでの衝突回避：バッジを少し下げる */
@media (max-width: 640px) {
  .hero .badge-free {
    top: auto;
    bottom: clamp(12px, 6vw, 24px);
  }
}
/* Sections */
.section {
  padding: clamp(40px, 6vw, 72px) 0;
  overflow: hidden;
}

.section--alt {
  background: #faf7f8;
}

.section__title {
  margin: 0 0 18px;
  font-size: clamp(20px, 3vw, 28px);
  border-left: 6px solid #2669bd;
  padding-left: 10px;
}

.cols {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

@media (max-width: 900px) {
  .cols {
    grid-template-columns: 1fr;
  }
}
.cols--access .map {
  width: 100%;
  height: min(52vh, 420px);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.def {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
}
.def dt {
  font-weight: 700;
  width: 160px;
  padding: 10px 0;
}
@media (max-width: 640px) {
  .def dt {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
}

.def dd {
  margin: 0 0 10px;
  width: calc(100% - 160px);
  text-align: left;
  color: #1a56b0;
  padding: 10px 0;
  font-weight: 500;
}
@media (max-width: 640px) {
  .def dd {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-top: 0;
  }
}

.tags {
  margin: 12px 0 0;
  padding: 0 0 0 1.2em;
}

.tags li {
  margin: 0.2em 0;
}

.quote {
  margin: 0.4em 0;
  padding-left: 1em;
  border-left: 3px solid #2669bd;
  color: #666;
}

.report {
  margin: 0;
  padding-left: 1.2em;
}

/* Entry */
.form-embed {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: clamp(12px, 2vw, 18px);
}
@media (max-width: 767px) {
  .form-embed {
    width: 100%;
    padding: 0;
    margin: 0 -20px;
  }
}

.privacy-note {
  margin-top: 12px;
  color: #666;
  font-size: 13px;
}

/* Footer */
.site-footer {
  padding: 50px 0;
  background: #111;
  color: #bbb;
  font-size: 14px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__inner small {
  font-size: 16px;
}

.to-top {
  color: #ddd;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.testimony-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: anchor-center;
  margin: 0;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .testimony-head {
    padding-left: 0;
  }
}
.testimony-head .title {
  width: calc(100% - 330px);
}
@media (max-width: 767px) {
  .testimony-head .title {
    width: 100%;
  }
}
.testimony-head .title p.tokubetsu {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .testimony-head .title p.tokubetsu {
    text-align: center;
  }
}
.testimony-head .title p.name {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
  color: #2669bd;
  line-height: 1;
}
@media (max-width: 767px) {
  .testimony-head .title p.name {
    text-align: center;
  }
}
.testimony-head .title p.name span {
  font-size: 20px;
  color: #111;
  display: inline-block;
}
.testimony-head .title p.text {
  font-size: 20px;
}
.testimony-head picture {
  width: 300px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 300px;
  border: solid 1px #2669bd;
  display: block;
}
@media (max-width: 767px) {
  .testimony-head picture {
    margin: auto;
  }
}
.testimony-head picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report {
  margin: 0;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .report {
    padding-left: 0;
  }
}
.report div.bengoshi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.report div.bengoshi:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px rgba(38, 105, 189, 0.2);
}
.report .title {
  width: calc(100% - 200px);
  order: 1;
}
@media (max-width: 767px) {
  .report .title {
    width: 100%;
  }
}
.report .title p {
  margin: 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  .report .title p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
}
.report .title p.name {
  font-size: 30px;
}
@media (max-width: 767px) {
  .report .title p.name {
    text-align: center;
  }
}
.report picture {
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 150px;
  border: solid 1px #2669bd;
  display: block;
}
@media (max-width: 767px) {
  .report picture {
    margin: auto;
  }
}
.report picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sns {
  width: 100%;
}
.sns ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.sns iframe#twitter-widget-0 {
  border: solid 1px;
  border-radius: 5rem;
}

/* 既存の .site-header 内 */
.site-header .header__inner {
  /* 既存: grid-template-columns: auto 1fr auto; */
  /* ハンバーガーを右に寄せる */
}
.site-header .header__inner .nav-toggle {
  justify-self: end;
}

/* スクリーン(オーバーレイ) */
.nav-scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  z-index: 40;
  /* gnavより下・ヘッダーより下にならないよう注意 */
  display: none;
}

/* gnav は scrim より前面に */
@media (max-width: 900px) {
  .gnav {
    z-index: 50;
  }
  .site-header {
    z-index: 60;
  }
  /* ヘッダー最前 */
  body.nav-open .nav-scrim {
    display: block;
  }
}
@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
    justify-self: end;
    /* 右寄せ */
  }
  /* ナビ部分 */
  .gnav {
    position: fixed;
    top: 60px;
    right: 0;
    left: auto;
    width: 200px;
    height: calc(100vh - 60px);
    background: #fff;
    /* ← 白背景 */
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .gnav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 30px 20px;
    list-style: none;
    width: 100%;
  }
  .gnav ul a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: block;
  }
  /* 背景スクリーン */
  .nav-scrim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    z-index: 50;
    display: none;
  }
  /* 開いたときの状態 */
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .gnav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  body.nav-open .nav-scrim {
    display: block;
  }
  .site-header {
    z-index: 70;
    /* 常に最前 */
  }
}/*# sourceMappingURL=style.css.map */