@layer theme {
  :root,:host {
    --font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing:.25rem;
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono)
  }
}

@layer base {
  *,:after,:before,::backdrop {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::file-selector-button {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  html,:host {
    -webkit-text-size-adjust:100%;
    tab-size:4;
    line-height:1.5;
    font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings:var(--default-font-feature-settings,normal);
    font-variation-settings:var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color:transparent
  }
  hr {
    height:0;
    color:inherit;
    border-top-width:1px
  }
  abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
  }
  a {
    color:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
  }
  b,strong {
    font-weight:bolder
  }
  code,kbd,samp,pre {
    font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings:var(--default-mono-font-feature-settings,normal);
    font-variation-settings:var(--default-mono-font-variation-settings,normal);
    font-size:1em
  }
  small {
    font-size:80%
  }
  sub,sup {
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
    position:relative
  }
  sub {
    bottom:-.25em
  }
  sup {
    top:-.5em
  }
  table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
  }
  :-moz-focusring {
    outline:auto
  }
  progress {
    vertical-align:baseline
  }
  summary {
    display:list-item
  }
  ol,ul,menu {
    list-style:none
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    vertical-align:middle;
    display:block
  }
  img,video {
    max-width:100%;
    height:auto
  }
  button,input,select,optgroup,textarea {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  ::file-selector-button {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight:bolder
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start:20px
  }
  ::file-selector-button {
    margin-inline-end:4px
  }
  ::placeholder {
    opacity:1
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color:currentColor
    }
    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color:color-mix(in oklab, currentcolor 50%, transparent)
      }
    }
  }
  textarea {
    resize:vertical
  }
  ::-webkit-search-decoration {
    -webkit-appearance:none
  }
  ::-webkit-date-and-time-value {
    min-height:1lh;
    text-align:inherit
  }
  ::-webkit-datetime-edit {
    display:inline-flex
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding:0
  }
  ::-webkit-datetime-edit {
    padding-block:0
  }
  ::-webkit-datetime-edit-year-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-month-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-day-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-second-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block:0
  }
  ::-webkit-calendar-picker-indicator {
    line-height:1
  }
  :-moz-ui-invalid {
    box-shadow:none
  }
  button,input:where([type=button],[type=reset],[type=submit]) {
    appearance:button
  }
  ::file-selector-button {
    appearance:button
  }
  ::-webkit-inner-spin-button {
    height:auto
  }
  ::-webkit-outer-spin-button {
    height:auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display:none!important
  }
}

@layer components;
@layer utilities {
  .visible {
    visibility:visible
  }
  .relative {
    position:relative
  }
  .start {
    inset-inline-start:var(--spacing)
  }
  .table {
    display:table
  }
}

:root {
  --ink:#17343d;
  --deep:#113943;
  --red:#a7353f;
  --gold:#b18b4c;
  --soft:#f5f6f3;
  --line:#dce4e2;
  --muted:#61747a
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  color:var(--ink);
  margin:0;
  font-family:Yu Gothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  line-height:1.75
}

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

.wrap {
  width:min(1160px,100% - 48px);
  margin:auto
}

header {
  border-bottom:1px solid var(--line);
  align-items:center;
  gap:24px;
  height:76px;
  padding:0 max(24px,50vw - 580px);
  display:flex
}

header>span {
  color:var(--muted);
  margin-left:auto;
  font-size:12px
}

.logo {
  color:var(--deep);
  font:700 25px Georgia,serif
}

.logo b {
  color:var(--red)
}

.logo small {
  letter-spacing:.16em;
  color:#718388;
  font:9px sans-serif;
  display:block
}

.mini {
  background:var(--red);
  color:#fff;
  padding:9px 18px;
  font-size:13px;
  font-weight:700
}

.hero {
  background:linear-gradient(125deg,#faf7f0,#edf2ef);
  position:relative;
  overflow:hidden
}

.heroGrid {
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:45px;
  min-height:590px;
  padding-bottom:70px;
  display:grid
}

.en {
  letter-spacing:.22em;
  color:var(--gold);
  margin:0 0 12px;
  font-size:11px;
  font-weight:800
}

.hero h1,.section h2,.timing h2,.final h2 {
  color:var(--deep);
  letter-spacing:.03em;
  font-family:Yu Mincho,Hiragino Mincho ProN,serif
}

.hero h1 {
  margin:0;
  font-size:clamp(44px,5.3vw,68px);
  line-height:1.28
}

.hero h1 em {
  color:var(--red);
  font-style:normal
}

.hero .hero-catch {
  margin:22px 0 9px;
  font-size:21px
}

.hero p:not(.en) {
  max-width:680px;
  color:var(--muted)
}

.btns {
  flex-wrap:wrap;
  gap:11px;
  margin-top:27px;
  display:flex
}

.btn {
  justify-content:center;
  align-items:center;
  padding:14px 20px;
  font-weight:700;
  transition:all .2s;
  display:inline-flex
}

.btn:hover {
  transform:translateY(-2px)
}

.red {
  background:var(--red);
  color:#fff
}

.white {
  color:var(--deep);
  background:#fff;
  border:1px solid #bdcac7
}

.art {
  color:#fff;
  text-shadow:0 2px 10px #13333b66;
  background:radial-gradient(circle,#c66858 0 31%,#0000 31%),linear-gradient(155deg,#0000 55%,#234e57 56% 72%,#759398 73%);
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:390px;
  display:flex
}

.art i {
  letter-spacing:.5em;
  font:20px serif
}

.art b {
  font:72px/1 Georgia,serif
}

.art small {
  letter-spacing:.15em
}

.stats {
  background:#fff;
  grid-template-columns:repeat(3,1fr);
  width:min(850px,100% - 48px);
  display:grid;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%);
  box-shadow:0 15px 40px #17343d18
}

.stats b {
  color:var(--red);
  border-right:1px solid var(--line);
  padding:16px 25px;
  font:700 23px Georgia,serif
}

.stats small {
  color:var(--muted);
  font:11px sans-serif;
  display:block
}

.section {
  padding:92px 0
}

.soft {
  background:var(--soft)
}

.section h2,.final h2 {
  text-align:center;
  margin:0 0 15px;
  font-size:37px
}

.center {
  text-align:center
}

.intro {
  text-align:center;
  max-width:720px;
  color:var(--muted);
  margin:0 auto 40px
}

.worries {
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:40px;
  display:grid
}

.worries div {
  border:1px solid var(--line);
  background:#fff;
  align-items:center;
  gap:14px;
  min-height:82px;
  padding:19px;
  display:flex
}

.worries i,.themes>article>i {
  color:var(--gold);
  font:italic 16px Georgia,serif
}

.worries b {
  font-size:14px
}

.band {
  background:var(--deep);
  color:#fff;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  margin-top:28px;
  padding:26px 30px;
  display:flex
}

.band b {
  font-size:18px
}

.band p {
  color:#c9d8d9;
  margin:3px 0;
  font-size:12px
}

.themes {
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  display:grid
}

.themes article {
  border:1px solid var(--line);
  background:#fff;
  padding:22px
}

.themes h3 {
  margin:8px 0;
  font-size:17px
}

.themes p,.themes dd {
  color:var(--muted);
  font-size:12px
}

.themes dl {
  border-top:1px solid var(--line);
  padding-top:9px
}

.themes dt,.speaker dt {
  color:var(--gold);
  font-size:10px;
  font-weight:700
}

.themes dd {
  margin:0 0 7px
}

.speakerSec {
  background:#edf3f1
}

.filters {
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-bottom:32px;
  display:flex
}

.filters button {
  cursor:pointer;
  background:#fff;
  border:1px solid #b9c8c4;
  border-radius:20px;
  padding:8px 15px;
  font-size:12px
}

.filters .on {
  background:var(--deep);
  color:#fff;
  border-color:var(--deep)
}

.speakerGrid {
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  display:grid
}

.speaker {
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 30px #16323a10
}

.photo {
  background:#dce5e2;
  height:260px;
  position:relative;
  overflow:hidden
}

.photo img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}

.photo span {
  background:var(--deep);
  color:#fff;
  padding:5px 11px;
  font-size:10px;
  position:absolute;
  bottom:0;
  left:0
}

.body {
  padding:20px
}

.body h3 {
  margin:0;
  font:700 22px Yu Mincho,serif
}

.role {
  color:var(--muted);
  min-height:45px;
  font-size:12px
}

.speaker dl {
  border-top:1px solid var(--line);
  padding-top:10px
}

.speaker dd {
  margin:2px 0 10px;
  font-size:12px;
  line-height:1.65
}

.cardBtns {
  grid-template-columns:1fr 1fr;
  gap:7px;
  display:grid
}

.cardBtns a {
  text-align:center;
  border:1px solid #bcc9c6;
  padding:8px;
  font-size:11px
}

.cardBtns .consult {
  background:var(--red);
  color:#fff;
  border-color:var(--red)
}

.source {
  color:#718388;
  text-align:center;
  margin-top:22px;
  font-size:11px
}

.organizers,.meritGrid {
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  display:grid
}

.organizers article,.meritGrid div {
  border:1px solid var(--line);
  padding:23px
}

.organizers h3 {
  font-size:16px
}

.organizers p {
  color:var(--muted);
  font-size:12px
}

.organizers p b {
  color:var(--gold);
  font-size:10px;
  display:block
}

.table {
  overflow:auto
}

table {
  border-collapse:collapse;
  background:#fff;
  width:100%
}

th,td {
  border:1px solid var(--line);
  text-align:left;
  padding:15px;
  font-size:13px
}

th {
  background:var(--deep);
  color:#fff
}

.timing {
  background:var(--deep);
  color:#fff;
  padding:82px 0
}

.timing .wrap {
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  display:grid
}

.timing h2 {
  color:#fff;
  margin:0;
  font-size:37px
}

.timing h3 {
  font-size:22px
}

.timing h3 em {
  color:#e7c27e;
  font-style:normal
}

.timing p {
  color:#c6d5d7
}

.steps {
  grid-template-columns:repeat(6,1fr);
  display:grid
}

.steps div {
  border-top:3px solid var(--gold);
  padding:16px 12px;
  position:relative
}

.steps div:after {
  content:"→";
  color:#acb9b7;
  position:absolute;
  right:-6px
}

.steps div:last-child:after {
  display:none
}

.steps i {
  color:var(--gold);
  font-size:10px;
  display:block
}

.steps b {
  font-size:13px
}

.merits {
  background:#f8f3ea
}

.meritGrid {
  text-align:center
}

.meritGrid b {
  color:var(--red);
  font:700 24px Georgia,serif
}

.meritGrid p {
  color:var(--muted);
  font-size:12px
}

.faq .wrap {
  max-width:900px
}

.faq details {
  border-top:1px solid var(--line)
}

.faq details:last-child {
  border-bottom:1px solid var(--line)
}

summary {
  cursor:pointer;
  align-items:center;
  gap:15px;
  padding:20px 4px;
  font-weight:700;
  list-style:none;
  display:flex
}

summary::-webkit-details-marker {
  display:none
}

summary b,.faq details>div>b {
  color:var(--red);
  font:700 22px Georgia,serif
}

summary i {
  margin-left:auto;
  font-style:normal
}

.faq details>div {
  background:var(--soft);
  gap:15px;
  padding:18px;
  display:flex
}

.faq details>div p {
  color:var(--muted);
  margin:0;
  font-size:13px
}

.final {
  color:#fff;
  text-align:center;
  background:linear-gradient(130deg,#173e48,#0d2d35);
  padding:90px 0
}

.final h2 {
  color:#fff
}

.final>div>p:not(.en) {
  color:#cfdbdd;
  max-width:680px;
  margin:0 auto
}

.final .btns {
  justify-content:center
}

footer {
  color:#fff;
  background:#081f25;
  padding:35px 0
}

footer .wrap {
  justify-content:space-between;
  align-items:center;
  display:flex
}

footer p {
  color:#95a7aa;
  font-size:11px
}

@media (width<=900px) {
  header>span {
    display:none
  }
  .heroGrid {
    grid-template-columns:1fr
  }
  .art {
    opacity:.25;
    width:430px;
    position:absolute;
    bottom:30px;
    right:-100px
  }
  .heroGrid>div:first-child {
    z-index:2;
    position:relative
  }
  .themes,.speakerGrid,.organizers,.meritGrid {
    grid-template-columns:repeat(2,1fr)
  }
  .steps {
    grid-template-columns:repeat(3,1fr)
  }
}

@media (width<=600px) {
  .wrap {
    width:calc(100% - 30px)
  }
  header {
    height:62px;
    padding:0 15px
  }
  .logo {
    font-size:19px
  }
  .mini {
    padding:7px 10px;
    font-size:11px
  }
  .heroGrid {
    min-height:600px;
    padding:50px 0 160px
  }
  .hero h1 {
    font-size:35px
  }
  .hero .hero-catch {
    font-size:17px
  }
  .stats {
    grid-template-columns:1fr;
    width:100%;
    position:relative;
    left:auto;
    transform:none
  }
  .stats b {
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:11px 24px
  }
  .section {
    padding:68px 0
  }
  .section h2,.final h2,.timing h2 {
    font-size:27px
  }
  .worries,.themes,.speakerGrid,.organizers,.meritGrid {
    grid-template-columns:1fr
  }
  .band {
    flex-direction:column;
    align-items:flex-start
  }
  .btns {
    flex-direction:column
  }
  .btn {
    width:100%
  }
  .photo {
    height:300px
  }
  .timing .wrap {
    grid-template-columns:1fr;
    gap:20px
  }
  .steps {
    grid-template-columns:repeat(2,1fr)
  }
  footer .wrap {
    display:block
  }
  .table {
    width:calc(100% + 30px);
    margin:0 -15px
  }
}

header .logo {
  display:flex;
  align-items:center;
  width:225px;
  height:62px
}

header .logo img {
  display:block;
  width:100%;
  height:auto;
  max-height:58px;
  object-fit:contain
}

.hero h1 .title-line {
  display:block;
  white-space:nowrap
}

.heroGrid {
  min-height:550px;
  padding-bottom:0
}

.art {
  width:430px;
  height:430px;
  justify-self:center;
  border-radius:50%;
  background:radial-gradient(circle,#c66858 0 62%,transparent 62%),linear-gradient(155deg,transparent 55%,#234e57 56% 72%,#759398 73%);
  position:relative;
  overflow:hidden
}

.art i,.art b,.art small {
  position:relative;
  z-index:1
}

.art small {
  font-size:14px;
  margin-top:14px
}

.compare-section .wrap {
  width:min(1280px,calc(100% - 48px))
}

.compare-section .table {
  width:min(1120px,100%);
  margin:0 auto;
  overflow:auto
}

.compare-section table {
  margin:0 auto;
  table-layout:fixed
}

.compare-section th:first-child,.compare-section td:first-child {
  width:22%
}

.compare-section th:nth-child(2),.compare-section td:nth-child(2),.compare-section th:nth-child(3),.compare-section td:nth-child(3) {
  width:39%
}

@media(max-width:900px) {
  .art {
    width:430px;
    height:430px;
    border-radius:50%
  }
  .hero h1 .title-line {
    white-space:normal
  }
}

@media(max-width:600px) {
  header .logo {
    width:165px;
    height:52px
  }
  .heroGrid {
    min-height:560px;
    padding:50px 0 120px
  }
  .hero h1 .title-line {
    white-space:normal
  }
  .art {
    width:330px;
    height:330px;
    right:-90px
  }
  .compare-section .wrap {
    width:calc(100% - 30px)
  }
  .compare-section .table {
    width:100%;
    margin:0 auto
  }
}

.art i {
  font-size:32px;
  font-weight:700;
  letter-spacing:.4em;
  margin-bottom:4px
}

.art small {
  font-size:19px;
  font-weight:700;
  letter-spacing:.1em;
  margin-top:18px
}

.compare-section th:nth-child(2) {
  background:#9f3b45
}

.compare-section th:nth-child(3) {
  background:#2f6671
}

.compare-section td:nth-child(2) {
  background:#fff4f3
}

.compare-section td:nth-child(3) {
  background:#eff7f7
}

.compare-section tbody tr:hover td:nth-child(2) {
  background:#fde9e7
}

.compare-section tbody tr:hover td:nth-child(3) {
  background:#e0f0f1
}

.speakerGrid {
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.speaker .role {
  min-height:82px
}

.speaker .body dl {
  min-height:190px
}

@media(max-width:900px) {
  .speakerGrid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .art i {
    font-size:30px
  }
  .art small {
    font-size:18px
  }
}

@media(max-width:600px) {
  .speakerGrid {
    grid-template-columns:1fr
  }
  .speaker .role,.speaker .body dl {
    min-height:0
  }
  .art i {
    font-size:27px
  }
  .art small {
    font-size:16px
  }
}

.speakerGrid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}

@media(max-width:1100px) {
  .speakerGrid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media(max-width:900px) {
  .speakerGrid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:600px) {
  .speakerGrid {
    grid-template-columns:1fr
  }
}

.speaker .photo {
  height:260px;
  aspect-ratio:auto;
  position:relative;
  overflow:hidden;
  background:#dce5e2
}

.speaker .photo img {
  position:static;
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:cover;
  object-position:top;
  transform:none
}

@media(max-width:600px) {
  .speaker .photo {
    height:300px;
    aspect-ratio:auto
  }
}

/*
西脇資哲氏の現在表示を基準にした講師別トリミング。
写真枠・カード本文・3列レイアウトは変更せず、画像要素だけを調整する。
*/
.speaker .photo[class*="portrait-p"] img {
  position:absolute;
  display:block
}

/* 高橋 洋一（髙橋 洋一）：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p01 img {
  height:106.09%;
  width:auto;
  max-width:none;
  left:50%;
  top:-4.97%;
  transform:translateX(-53.36%);
  object-fit:fill;
  object-position:center
}

/* 門倉 貴史：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p02 img {
  height:134.52%;
  width:auto;
  max-width:none;
  left:50%;
  top:-0.18%;
  transform:translateX(-48.60%);
  object-fit:fill;
  object-position:center
}

/* 馬渕 磨理子：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p03 img {
  height:163.52%;
  width:auto;
  max-width:none;
  left:50%;
  top:-30.39%;
  transform:translateX(-50.56%);
  object-fit:fill;
  object-position:center
}

/* 飯田 泰之：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p04 img {
  height:196.09%;
  width:auto;
  max-width:none;
  left:50%;
  top:-16.99%;
  transform:translateX(-45.20%);
  object-fit:fill;
  object-position:center
}

/* 岩本 沙弓：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p05 img {
  height:140.77%;
  width:auto;
  max-width:none;
  left:50%;
  top:2.14%;
  transform:translateX(-55.00%);
  object-fit:fill;
  object-position:center
}

/* 新井 紀子：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p06 img {
  height:185.55%;
  width:auto;
  max-width:none;
  left:50%;
  top:-5.86%;
  transform:translateX(-60.56%);
  object-fit:fill;
  object-position:center
}

/* 西脇 資哲：基準写真。現在の西脇資哲氏の顔サイズ・人物位置・頭上余白を維持。 */
.speaker .photo.portrait-p07 img {
  height:188.58%;
  width:auto;
  max-width:none;
  left:50%;
  top:0.05%;
  transform:translateX(-52.16%);
  object-fit:fill;
  object-position:center
}

/* 常盤木 龍治：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p08 img {
  height:135.93%;
  width:auto;
  max-width:none;
  left:50%;
  top:-10.36%;
  transform:translateX(-44.11%);
  object-fit:fill;
  object-position:center
}

/* 尾谷 昌彦：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p09 img {
  height:135.10%;
  width:auto;
  max-width:none;
  left:50%;
  top:3.28%;
  transform:translateX(-52.60%);
  object-fit:fill;
  object-position:center
}

/* 澤 円：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p10 img {
  height:213.98%;
  width:auto;
  max-width:none;
  left:50%;
  top:-20.56%;
  transform:translateX(-52.06%);
  object-fit:fill;
  object-position:center
}

/* 遠藤 功：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p11 img {
  height:138.34%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.55%;
  transform:translateX(-46.20%);
  object-fit:fill;
  object-position:center
}

/* ハロルド ジョージ メイ：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p12 img {
  height:180.47%;
  width:auto;
  max-width:none;
  left:50%;
  top:-1.53%;
  transform:translateX(-52.20%);
  object-fit:fill;
  object-position:center
}

/* 宗次 德ニ：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p13 img {
  height:159.97%;
  width:auto;
  max-width:none;
  left:50%;
  top:-3.02%;
  transform:translateX(-53.20%);
  object-fit:fill;
  object-position:center
}

/* 西 泰宏：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p14 img {
  height:135.79%;
  width:auto;
  max-width:none;
  left:50%;
  top:-11.73%;
  transform:translateX(-50.28%);
  object-fit:fill;
  object-position:center
}

/* 中村 朱美：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p15 img {
  height:159.98%;
  width:auto;
  max-width:none;
  left:50%;
  top:1.80%;
  transform:translateX(-50.40%);
  object-fit:fill;
  object-position:center
}

/* 原 邦雄：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p16 img {
  height:147.35%;
  width:auto;
  max-width:none;
  left:50%;
  top:6.68%;
  transform:translateX(-52.80%);
  object-fit:fill;
  object-position:center
}

/* 山元 賢治：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p17 img {
  height:305.55%;
  width:auto;
  max-width:none;
  left:50%;
  top:-15.03%;
  transform:translateX(-51.60%);
  object-fit:fill;
  object-position:center
}

/* 越川 慎司：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p18 img {
  height:134.85%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.11%;
  transform:translateX(-44.53%);
  object-fit:fill;
  object-position:center
}

/* ＵＫ / 楠 雄二朗：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p19 img {
  height:220.24%;
  width:auto;
  max-width:none;
  left:50%;
  top:-19.22%;
  transform:translateX(-51.06%);
  object-fit:fill;
  object-position:center
}

/* 浅野 潔：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p20 img {
  height:194.83%;
  width:auto;
  max-width:none;
  left:50%;
  top:-10.63%;
  transform:translateX(-55.14%);
  object-fit:fill;
  object-position:center
}

/* 有森 裕子：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p21 img {
  height:150.87%;
  width:auto;
  max-width:none;
  left:50%;
  top:-5.29%;
  transform:translateX(-50.40%);
  object-fit:fill;
  object-position:center
}

/* 古田 敦也：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p22 img {
  height:211.43%;
  width:auto;
  max-width:none;
  left:50%;
  top:-7.71%;
  transform:translateX(-52.40%);
  object-fit:fill;
  object-position:center
}

/* 松坂 大輔：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p23 img {
  height:214.48%;
  width:auto;
  max-width:none;
  left:50%;
  top:-18.15%;
  transform:translateX(-50.22%);
  object-fit:fill;
  object-position:center
}

/* 野村 忠宏：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p24 img {
  height:239.62%;
  width:auto;
  max-width:none;
  left:50%;
  top:-26.93%;
  transform:translateX(-49.60%);
  object-fit:fill;
  object-position:center
}

/* 古閑 美保：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p25 img {
  height:203.00%;
  width:auto;
  max-width:none;
  left:50%;
  top:-14.15%;
  transform:translateX(-50.71%);
  object-fit:fill;
  object-position:center
}

/* 齋藤 孝：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p26 img {
  height:132.68%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.35%;
  transform:translateX(-61.20%);
  object-fit:fill;
  object-position:center
}

/* 河合 敦：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p27 img {
  height:186.84%;
  width:auto;
  max-width:none;
  left:50%;
  top:-20.37%;
  transform:translateX(-55.60%);
  object-fit:fill;
  object-position:center
}

/* 渡部 陽一：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p28 img {
  height:248.66%;
  width:auto;
  max-width:none;
  left:50%;
  top:-1.29%;
  transform:translateX(-50.40%);
  object-fit:fill;
  object-position:center
}

/* アレキサンダー ベネット：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p29 img {
  height:260.75%;
  width:auto;
  max-width:none;
  left:50%;
  top:-30.47%;
  transform:translateX(-47.80%);
  object-fit:fill;
  object-position:center
}

/* 笠倉 玉溪：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p30 img {
  height:270.75%;
  width:auto;
  max-width:none;
  left:50%;
  top:-14.53%;
  transform:translateX(-61.93%);
  object-fit:fill;
  object-position:center
}

/* 野々村 友紀子：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p31 img {
  height:167.32%;
  width:auto;
  max-width:none;
  left:50%;
  top:-4.56%;
  transform:translateX(-46.20%);
  object-fit:fill;
  object-position:center
}

/* 林家 たい平：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p32 img {
  height:252.89%;
  width:auto;
  max-width:none;
  left:50%;
  top:2.25%;
  transform:translateX(-48.00%);
  object-fit:fill;
  object-position:center
}

/* たかまつ なな：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p33 img {
  height:263.43%;
  width:auto;
  max-width:none;
  left:50%;
  top:-31.07%;
  transform:translateX(-50.10%);
  object-fit:fill;
  object-position:center
}

/* 村瀬 健：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p34 img {
  height:204.58%;
  width:auto;
  max-width:none;
  left:50%;
  top:-11.35%;
  transform:translateX(-51.00%);
  object-fit:fill;
  object-position:center
}

/* 中井 宏次：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p35 img {
  height:216.91%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.00%;
  transform:translateX(-52.20%);
  object-fit:fill;
  object-position:center
}

/* 杉村 太蔵：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p36 img {
  height:92.64%;
  width:auto;
  max-width:none;
  left:50%;
  top:-1.12%;
  transform:translateX(-43.21%);
  object-fit:fill;
  object-position:center
}

/* 堀 ちえみ：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p37 img {
  height:199.15%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.12%;
  transform:translateX(-50.86%);
  object-fit:fill;
  object-position:center
}

/* 副島 淳：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p38 img {
  height:188.50%;
  width:auto;
  max-width:none;
  left:50%;
  top:-32.42%;
  transform:translateX(-45.80%);
  object-fit:fill;
  object-position:center
}

/* はるな 愛：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p39 img {
  height:174.32%;
  width:auto;
  max-width:none;
  left:50%;
  top:-16.90%;
  transform:translateX(-52.80%);
  object-fit:fill;
  object-position:center
}

/* 天達 武史：人物中心を中央へ補正し、顔上端と頭上余白を基準位置へ補正。 */
.speaker .photo.portrait-p40 img {
  height:172.38%;
  width:auto;
  max-width:none;
  left:50%;
  top:-8.10%;
  transform:translateX(-45.80%);
  object-fit:fill;
  object-position:center
}

/* 比較表：枠幅・セル余白は維持し、文字だけを拡大・太字化。 */
.compare-section th,.compare-section td {
  font-size:16px;
  font-weight:700;
  line-height:1.65
}

/* 開催フロー：各STEPの番号と説明を拡大・太字化。 */
.steps i {
  font-size:13px;
  font-weight:700;
  line-height:1.5
}

.steps b {
  font-size:16px;
  font-weight:700;
  line-height:1.6
}

/* 安全大会版を参考にした、新春講演会の準備時期タイムライン */
.timing-timeline {
  display:grid;
  gap:10px
}

.timing-timeline>div {
  background:#fff;
  color:var(--ink);
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:stretch
}

.timing-timeline>div>span {
  background:var(--gold);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font:700 18px Georgia,serif
}

.timing-timeline section {
  padding:12px 18px
}

.timing-timeline small {
  color:var(--gold);
  font-weight:700
}

.timing-timeline h3 {
  margin:0;
  font-size:20px;
  line-height:1.35
}

.timing-timeline p {
  margin:1px 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55
}

.steps p {
  color:var(--muted);
  margin:7px 0 0;
  font-size:12px;
  line-height:1.55
}

footer {
  background:var(--soft);
  color:var(--ink)
}

footer p {
  color:var(--muted)
}

@media (width<=600px) {
  .timing-timeline>div {
    grid-template-columns:44px 1fr
  }
  .timing-timeline section {
    padding:10px 14px
  }
}

/* 開催フロー：指定箇所をPC表示で1行に収める */
.steps div {
  padding-left:6px;
  padding-right:6px
}

.steps b {
  font-size:14px;
  white-space:nowrap
}

.steps p {
  font-size:10px;
  white-space:nowrap
}

.final-cta {
  justify-content:center
}

.footer-links {
  display:flex;
  align-items:center;
  gap:30px
}

.footer-links a {
  font-size:15px;
  font-weight:700;
  color:var(--deep)
}

.footer-links a:hover {
  text-decoration:underline
}

@media (width<=900px) {
  .steps b,.steps p {
    white-space:normal
  }
}

@media (width<=600px) {
  .footer-links {
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    margin-top:20px
  }
  .footer-links a {
    font-size:16px
  }
}

/* ヘッダー内ページナビゲーション */
.header-nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:22px
}

.header-nav a {
  font-size:13px;
  font-weight:700;
  color:var(--deep);
  white-space:nowrap
}

.header-nav a:hover {
  color:var(--red)
}

.footer-brand {
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.footer-proof {
  margin:7px 0 0;
  font-size:13px;
  font-weight:700;
  color:var(--muted)
}

@media (width<=900px) {
  .header-nav {
    gap:12px
  }
  .header-nav a {
    font-size:11px
  }
}

@media (width<=600px) {
  header {
    height:auto;
    min-height:96px;
    flex-wrap:wrap;
    padding-top:9px;
    padding-bottom:9px;
    gap:8px
  }
  .header-nav {
    order:3;
    width:100%;
    justify-content:space-between;
    gap:8px;
    overflow-x:auto
  }
  .header-nav a {
    font-size:10px
  }
  .mini {
    margin-left:auto
  }
  .footer-brand {
    margin-bottom:5px
  }
}

/* 2026-09-03 読みやすさ・レスポンシブ・ページトップボタン */
.hero .hero-catch {
  font-size:28px;
  line-height:1.55
}

.hero p:not(.en) {
  font-size:18px;
  line-height:1.85
}

.worries b {
  font-size:17px;
  line-height:1.55
}

.band b {
  font-size:21px;
  line-height:1.5
}

.band p {
  font-size:16px;
  line-height:1.7
}

.themes p,.themes dd {
  font-size:15px;
  line-height:1.7
}

.themes dt {
  font-size:13px
}

.speaker dt {
  font-size:13px
}

.speaker dd {
  font-size:15px;
  line-height:1.75
}

.organizers p {
  font-size:15px;
  line-height:1.7
}

.organizers p b {
  font-size:13px
}

#flow .wrap {
  width:min(1400px,100% - 48px)
}

.steps div {
  padding:18px 8px
}

.steps i {
  font-size:15px;
  line-height:1.5;
  white-space:nowrap
}

.steps b {
  font-size:16px;
  line-height:1.6;
  white-space:nowrap
}

.steps p {
  font-size:12px;
  line-height:1.65;
  white-space:nowrap
}

.cardBtns.single {
  display:flex;
  justify-content:center
}

.cardBtns.single a {
  width:min(260px,100%);
  padding:12px 20px;
  font-size:15px;
  font-weight:700;
  background:var(--deep);
  border-color:var(--deep);
  color:#fff
}

.cardBtns.single a:hover {
  background:var(--red);
  border-color:var(--red)
}

.page-top {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  width:66px;
  height:66px;
  border:0;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  cursor:pointer;
  box-shadow:0 8px 24px #17343d40;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .2s,visibility .2s,transform .2s,background .2s
}

.page-top.show {
  opacity:1;
  visibility:visible;
  transform:translateY(0)
}

.page-top:hover {
  background:var(--deep)
}

.page-top>span:first-child {
  font-size:22px;
  line-height:1
}

.page-top>span:last-child {
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.2
}

@media(max-width:1200px) and (min-width:601px) {
  .steps {
    grid-template-columns:repeat(3,1fr)
  }
  .steps div:nth-child(3):after {
    display:none
  }
}

@media(max-width:900px) {
  .hero .hero-catch {
    font-size:25px
  }
  .hero p:not(.en) {
    font-size:17px
  }
  .worries b {
    font-size:16px
  }
  .themes p,.themes dd,.speaker dd,.organizers p {
    font-size:14px
  }
}

@media(max-width:600px) {
  body {
    line-height:1.7;
    overflow-x:hidden
  }
  .wrap,#flow .wrap {
    width:calc(100% - 30px)
  }
  .heroGrid {
    min-height:auto;
    padding:44px 0 150px;
    gap:20px
  }
  .hero h1 {
    font-size:34px;
    line-height:1.3
  }
  .hero .hero-catch {
    font-size:21px;
    line-height:1.55;
    margin-top:18px
  }
  .hero p:not(.en) {
    font-size:16px;
    line-height:1.8
  }
  .section {
    padding:62px 0
  }
  .section h2,.final h2,.timing h2 {
    font-size:27px;
    line-height:1.45
  }
  .worries div {
    min-height:74px;
    padding:16px
  }
  .worries b {
    font-size:16px
  }
  .band {
    padding:22px 20px
  }
  .band b {
    font-size:19px
  }
  .band p {
    font-size:15px
  }
  .themes article,.organizers article {
    padding:20px
  }
  .themes p,.themes dd,.speaker dd,.organizers p {
    font-size:15px
  }
  .speaker .body {
    padding:18px
  }
  .speaker .body h3 {
    font-size:21px
  }
  .speaker .role {
    font-size:13px;
    min-height:0
  }
  .steps {
    grid-template-columns:1fr
  }
  .steps div {
    padding:16px 12px
  }
  .steps div:after {
    content:"↓";
    right:12px;
    bottom:-15px;
    top:auto
  }
  .steps i {
    font-size:15px
  }
  .steps b {
    font-size:17px
  }
  .steps p {
    font-size:13px
  }
  .cardBtns.single a {
    width:100%;
    font-size:16px;
    padding:13px 18px
  }
  .timing-timeline h3 {
    font-size:18px
  }
  .timing-timeline p {
    font-size:13px
  }
  .page-top {
    right:14px;
    bottom:14px;
    width:56px;
    height:56px
  }
  .page-top>span:first-child {
    font-size:19px
  }
  .page-top>span:last-child {
    font-size:8px
  }
}

/* 2026-09-10: 新春コピーとメインビジュアルの文字サイズ調整 */
.hero p.hero-topics {
  margin:18px 0 5px;
  color:var(--gold);
  font-size:18px;
  font-weight:700;
  line-height:1.65;
  letter-spacing:.02em;
}

.art i {
  font-size:80px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  margin-bottom:8px;
}

@media(max-width:600px) {
  .hero p.hero-topics {
    font-size:16px;
    line-height:1.6
  }
  .art i {
    font-size:78px;
    letter-spacing:.06em
  }
}

/* 2026-09-14: 見出しの文字サイズを維持したまま太字化 */
.hero .hero-catch {
  font-weight:800
}

/* Keyboard focus is visible without changing the normal page appearance. */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #e7c27e;
  outline-offset: 3px;
}
