@charset "UTF-8";
.seminar2025 {
  color: #104;
  background: url("../images/body1-bg.jpg") no-repeat 0 0/cover;
  background-attachment: fixed;
  line-height: 2; }
  .seminar2025 b {
    font-weight: 500;
    font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif; }

.container {
  width: 980px;
  margin: 0 auto; }
  .container .col-9 {
    padding-top: 1rem;
    flex: 0 0 80%; }
  .container .col-10 {
    padding-top: 1rem;
    flex: 0 0 88%; }
  .container .col-5 {
    padding-top: 1rem; }

.seminar2025__ttl {
  padding: 120px 0;
  text-align: center; }
  .seminar2025__ttl h1 {
    font-size: clamp(19px, 5.3vw, 48px);
    letter-spacing: 0.1em;
    white-space: nowrap; }
    .seminar2025__ttl h1 b {
      display: block;
      font-size: 1.2em;
      text-indent: -0.2em;
      font-weight: 500; }
    .seminar2025__ttl h1 strong {
      display: block; }
    .seminar2025__ttl h1 time {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'HondaGlobalFontJP-Regular';
      font-weight: 400;
      font-size: 0.6em;
      padding-top: 1rem; }
      .seminar2025__ttl h1 time::before, .seminar2025__ttl h1 time::after {
        content: "";
        height: 1px;
        width: 2.4em;
        background: #104;
        margin-right: 8px; }
      .seminar2025__ttl h1 time::after {
        margin-left: 8px;
        margin-right: 0; }

.seminar2025__lead {
  background: rgba(249, 249, 249, 0.6);
  padding: 120px 0;
  border-top: 1px solid #666;
  text-align: center; }
  .seminar2025__lead h2 {
    font-size: min(4.8vw, 32px);
    padding-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px; }
    .seminar2025__lead h2 b {
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .seminar2025__lead h2 b::before, .seminar2025__lead h2 b::after {
        content: "";
        position: absolute;
        width: 1.6em;
        height: 2.4em;
        background: url("../images/line.svg") no-repeat 0 0/contain; }
      .seminar2025__lead h2 b::before {
        left: -2.0em;
        top: -0.55em; }
      .seminar2025__lead h2 b::after {
        right: -2.0em;
        bottom: -0.75em;
        transform: scale(-1, -1); }
    .seminar2025__lead h2 strong {
      font-size: 1.7em; }
  .seminar2025__lead p {
    font-size: 1.1em; }

.seminar2025__localnavi {
  background: #fff;
  border-top: 1px solid #666;
  padding: 64px 0 80px 0; }
  .seminar2025__localnavi h2 {
    font-size: clamp(20px, 6vw, 30px);
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center; }
    .seminar2025__localnavi h2 b {
      display: inline-block;
      background: url("../images/h2-bg.svg") no-repeat center bottom;
      background-size: 400px;
      padding-bottom: 2rem; }
  .seminar2025__localnavi ul {
    border-bottom: 1px solid #ddd; }
  .seminar2025__localnavi li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px;
    border-top: 1px solid #ddd; }
    .seminar2025__localnavi li a {
      display: block;
      padding: 8px 0;
      flex: 1; }
    .seminar2025__localnavi li a:hover {
      color: #222;
      text-decoration: underline; }
    .seminar2025__localnavi li i {
      position: relative;
      cursor: pointer;
      flex: 0 0 3em;
      height: 2em; }
      .seminar2025__localnavi li i::before, .seminar2025__localnavi li i::after {
        content: "";
        width: 1rem;
        height: 1.5px;
        background: #333;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, 50%);
        transition-duration: 0.2s; }
      .seminar2025__localnavi li i::after {
        transform: translate(0, 50%) rotate(90deg); }
    .seminar2025__localnavi li i.open::after {
      transform: translate(0, 50%) rotate(0); }
    .seminar2025__localnavi li i:hover::before, .seminar2025__localnavi li i:hover::after {
      background: #c11; }
    .seminar2025__localnavi li ul {
      display: none;
      flex: 0 0 100%;
      padding: 0;
      padding-left: 1rem;
      border-bottom: 0;
      font-size: 0.9em; }
    .seminar2025__localnavi li li {
      border-top: 1px dashed #ddd; }

.seminar2025__localnavi2 {
  position: fixed;
  z-index: 99;
  right: 0px;
  top: 58px;
  border: 0;
  background: none;
  padding: 0;
  display: none; }
  .seminar2025__localnavi2 .container {
    width: auto;
    max-width: 100%;
    text-align: right; }
  .seminar2025__localnavi2 p.hum {
    display: inline-flex;
    margin-left: auto;
    padding: 8px 12px;
    margin-left: auto;
    text-align: center;
    border: 1px solid #017;
    cursor: pointer;
    justify-content: flex-end;
    background: #017;
    color: #fff; }
    .seminar2025__localnavi2 p.hum:hover {
      opacity: 0.8; }
    .seminar2025__localnavi2 p.hum em {
      padding: 0 8px 0 0;
      font-size: 15px;
      display: flex;
      align-items: center;
      line-height: 1.1; }
    .seminar2025__localnavi2 p.hum span {
      width: 18px;
      position: relative;
      display: inline-block;
      flex: 0 0 18px;
      height: 15px; }
    .seminar2025__localnavi2 p.hum i {
      background: #fff;
      height: 2px;
      width: 100%;
      position: absolute;
      right: 0; }
    .seminar2025__localnavi2 p.hum i:nth-child(1) {
      top: 0; }
    .seminar2025__localnavi2 p.hum i:nth-child(2) {
      top: calc(50% - 1px); }
    .seminar2025__localnavi2 p.hum i:last-child {
      top: calc(100% - 1px); }
    .seminar2025__localnavi2 p.hum.active i {
      top: 49%; }
    .seminar2025__localnavi2 p.hum.active i:nth-child(1) {
      transform: rotate(45deg); }
    .seminar2025__localnavi2 p.hum.active i:nth-child(2) {
      opacity: 0; }
    .seminar2025__localnavi2 p.hum.active i:last-child {
      transform: rotate(-45deg); }
  .seminar2025__localnavi2 ul {
    visibility: hidden;
    transform: translateX(110%);
    transition-duration: 0.4s;
    max-height: calc(100vh - 120px);
    overflow: auto;
    background: #fff;
    border: 8px solid #017;
    font-size: 15px; }
    .seminar2025__localnavi2 ul i {
      display: none; }
    .seminar2025__localnavi2 ul ul {
      border: 0;
      transform: translate(0, 0);
      transition-duration: 0s; }
    .seminar2025__localnavi2 ul li a {
      padding: 4px; }
  .seminar2025__localnavi2.active ul {
    visibility: visible;
    transform: translateX(0); }
    .seminar2025__localnavi2.active ul ul {
      display: none;
      overflow: visible;
      max-height: none; }

.seminar2025__session {
  padding: 80px 0 100px;
  position: relative;
  border-top: 1px solid #666; }
  .seminar2025__session h2 {
    font-size: clamp(20px, 6vw, 40px);
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center; }
    .seminar2025__session h2 span {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%);
      background: #fff;
      border: 1px solid #666;
      display: inline-block;
      font-size: 15px;
      padding: 6px 12px;
      color: #666;
      font-style: italic;
      font-family: Georgia, "Times New Roman", Times, "serif";
      z-index: 1; }
    .seminar2025__session h2 b {
      display: inline-block;
      background: url("../images/h2-bg.svg") no-repeat center bottom;
      background-size: 400px;
      padding-bottom: 2rem; }
  .seminar2025__session p {
    padding-bottom: 1.5rem; }
    .seminar2025__session p strong {
      font-size: 1.2em;
      font-family: 'HondaGlobalFontJP-Bold'; }
  .seminar2025__session p.notes {
    font-size: 0.85em; }
  .seminar2025__session h3 {
    font-size: clamp(17px, 4.4vw, 27px);
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px dotted #017;
    line-height: 1.5; }
    .seminar2025__session h3 em {
      display: inline-block;
      font-size: 15px;
      background: #017;
      color: #fff;
      padding: 5px 30px 6px 8px;
      clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
      margin-bottom: 8px; }
  .seminar2025__session .marker {
    background: linear-gradient(transparent 60%, #ff0 60%); }
  .seminar2025__session .align-gap p:last-child {
    margin-top: 4rem; }
  .seminar2025__session .justify-center {
    justify-content: center; }
    .seminar2025__session .justify-center .col-7 {
      flex: 0 0 70%;
      padding-top: 2rem; }
  .seminar2025__session .alignRight {
    float: right;
    width: 240px; }

.modal-c {
  display: none; }

.modaal-content-container img {
  max-width: 100%; }
.modaal-content-container h4 {
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-size: 1.2em;
  padding-bottom: 1rem; }
.modaal-content-container .d-flex {
  display: flex;
  justify-content: space-between; }
.modaal-content-container .col-7 {
  flex: 0 0 68%; }
.modaal-content-container .col-3 {
  flex: 0 0 28%; }

.kakomi {
  background: #f0f0f0;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 8px; }
  .kakomi h4 {
    margin-bottom: 1rem; }
  .kakomi p:last-child {
    padding-bottom: 0; }

.kakomi2 {
  padding: 1rem;
  text-align: center;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #e2cfff, #fbfdbf);
  box-shadow: 0 1px 3px #ddd; }
  .kakomi2 h4 {
    font-size: 1.4em; }

.fourMix {
  position: relative; }
  .fourMix h4 {
    text-align: center; }
    .fourMix h4 em {
      display: inline-block;
      border: 3px double #555;
      background: #fff;
      padding: 5px 32px;
      font-size: 1.1em;
      transform: translateY(50%); }
  .fourMix ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 680px;
    max-width: 100%;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555; }
  .fourMix li {
    flex: 0 0 50%;
    background: rgba(255, 255, 255, 0.7);
    min-height: 6em;
    padding: 1rem;
    text-align: center;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #555;
    border-right: 0;
    border-bottom: 0;
    font-size: 1.25em; }

span.ti1 {
  display: inline-flex;
  padding: 4px 0;
  line-height: 1.5; }
  span.ti1 small {
    font-size: 0.7em;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: 4px; }

.seminar2025__session__lead {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 2rem 0 4rem;
  position: relative;
  align-items: flex-end; }
  .seminar2025__session__lead figure {
    transform-origin: top;
    flex: 0 0 50%;
    transform: scale(1.1); }
    .seminar2025__session__lead figure figcaption {
      font-size: 0.8em;
      line-height: 1.3; }
      .seminar2025__session__lead figure figcaption b {
        display: block;
        font-size: 1.2em; }
  .seminar2025__session__lead p {
    flex: 0 0 50%;
    padding: 2rem;
    background: rgba(249, 249, 251, 0.9);
    color: #104;
    position: relative;
    z-index: 2; }

.seminar2025__session__lead_s {
  flex-direction: row-reverse; }
  .seminar2025__session__lead_s figure {
    flex: 0 0 40%; }
  .seminar2025__session__lead_s p {
    flex: 0 0 60%; }

.seminar2025__session__lead_close {
  justify-content: center; }
  .seminar2025__session__lead_close figure {
    flex: 0 0 70%; }

.toggle-wrap {
  padding: 0 0; }
  .toggle-wrap h3 {
    position: relative;
    padding-right: 1.2em;
    padding-left: 24px;
    padding-bottom: 2rem;
    margin-bottom: 0;
    cursor: pointer; }
    .toggle-wrap h3::before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(50% - 4px);
      width: 14px;
      height: 8px;
      background: #017;
      clip-path: polygon(0 0, 100% 0, 50% 100%); }
    .toggle-wrap h3 i::before, .toggle-wrap h3 i::after {
      content: "";
      width: 1rem;
      height: 1.5px;
      background: #333;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, 50%);
      transition-duration: 0.2s; }
    .toggle-wrap h3 i::after {
      transform: translate(0, 50%) rotate(90deg); }
  .toggle-wrap h3.open::before {
    clip-path: polygon(0 100%, 50% 0, 100% 100%); }
  .toggle-wrap h3.open i::after {
    transform: translate(0, 50%) rotate(0); }
  .toggle-wrap h3:hover {
    color: #104;
    text-decoration: underline; }
    .toggle-wrap h3:hover::before {
      background: #104; }
    .toggle-wrap h3:hover i::before, .toggle-wrap h3:hover i::after {
      background: #104; }
  .toggle-wrap .toggle-body {
    display: none;
    padding: 2rem 0; }

.profile {
  padding-bottom: 2rem; }
  .profile figure {
    text-align: center; }
  .profile figcaption {
    font-size: 0.8em;
    line-height: 1.3; }
    .profile figcaption b {
      display: block;
      font-size: 1.2em; }

.profile-box {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  max-width: 88%;
  margin: 0 auto; }
  .profile-box figure {
    flex: 0 0 20%; }
  .profile-box .profile-txt {
    padding-left: 1rem; }
  .profile-box p {
    padding: 0;
    line-height: 1.5; }
    .profile-box p small {
      font-size: 12px; }
  .profile-box h4 {
    font-size: 1.4em; }
  .profile-box-rev {
    flex-direction: row-reverse; }
    .profile-box-rev .profile-txt {
      padding-left: 0;
      padding-right: 1rem; }

.seminar2025__flex {
  display: flex;
  gap: 2rem; }
  .seminar2025__flex .profile {
    flex: 0 0 20%; }

.talk {
  padding: 2rem;
  margin: 2rem auto;
  background: #fff;
  border: 3px double #aaa;
  border-radius: 12px; }
  .talk h2 {
    margin-bottom: 1rem; }

.seminar2025__orientation {
  background: rgba(238, 238, 238, 0.7); }

.seminar2025__morning-session {
  background: white; }
  .seminar2025__morning-session .seminar2025__session__lead {
    flex-direction: row; }

.seminar2025__afternoon-session {
  background: rgba(255, 255, 255, 0.6); }
  .seminar2025__afternoon-session .genderaspect {
    width: 540px;
    max-width: 100%;
    margin: 0 auto; }

.seminar2025__closing {
  background: rgba(238, 238, 238, 0.9); }

/*ゲスト*/
.seminar2025__guest-item {
  display: flex;
  gap: 2rem;
  margin-top: 40px;
  padding: 0 2rem;
  align-items: center; }
  .seminar2025__guest-item:last-of-type {
    margin-bottom: 4rem; }

/* --- itemR（右側アイコン）の場合の反転処理 --- */
.seminar2025__guest-item.itemR {
  flex-direction: row-reverse; }

.seminar2025__guest-item figure {
  flex: 0 0 200px; }

.seminar2025__guest-item figcaption {
  text-align: center;
  margin-top: 8px; }

.seminar2025__guest-item figcaption p {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0; }

.seminar2025__guest-item figcaption h4 {
  font-size: 20px; }

.seminar2025__session .seminar2025__session-lead {
  text-align: center;
  font-weight: 500; }

.seminar2025__guest-txt {
  /* 吹き出しの箱：HTMLに合わせてクラス名を調整 */
  padding: 35px;
  border: 4px solid #59576C;
  border-radius: 25px;
  margin-top: 20px;
  margin-left: 35px;
  position: relative;
  flex: 1;
  background: #fff; }
  .seminar2025__guest-txt p {
    padding: 0; }

/* itemRの場合、左マージンを解除して右マージンを付与 */
.seminar2025__guest-item.itemR .seminar2025__guest-txt {
  margin-left: 0;
  margin-right: 35px; }

.seminar2025__guest-txt::after {
  content: "";
  background-image: url("../images/comment-deco.png");
  background-repeat: no-repeat;
  background-size: 49px 65px;
  width: 49px;
  height: 65px;
  position: absolute;
  left: -48px;
  top: 40px; }

/* --- itemRの場合のしっぽの反転・位置調整 --- */
.seminar2025__guest-item.itemR .seminar2025__guest-txt::after {
  left: auto;
  right: -48px;
  transform: scaleX(-1);
  /* 画像を左右反転 */ }

.seminar2025__ending h4 {
  font-size: 1.3em; }

.ending-2 ol {
  display: flex;
  margin-bottom: 2rem;
  gap: 2%; }
  .ending-2 ol li {
    flex: 0 0 25%;
    border: 1px solid #103;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    text-align: center; }
    .ending-2 ol li em {
      background: #015;
      color: #fff;
      padding: 8px; }
    .ending-2 ol li b {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-size: 2.4em;
      font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
      padding: 8px; }
    .ending-2 ol li small {
      font-size: 13px;
      display: block;
      font-family: "HondaGlobalFontJP-Regular","Noto Sans JP", sans-serif;
      font-weight: 400; }
.ending-2 ul {
  margin-bottom: 2rem;
  border-radius: 7px;
  background: #fff;
  padding: 0 1rem 1.5rem; }
  .ending-2 ul li {
    padding: 1.5rem 0 0;
    margin-bottom: 0;
    text-indent: -0.8em;
    padding-left: 0.8em;
    line-height: 1.5; }
    .ending-2 ul li small {
      font-size: 10px;
      text-indent: 0;
      display: inline-block;
      vertical-align: middle;
      transform: translateY(-2px);
      margin-right: 4px; }

.authors {
  text-align: left;
  padding: 1rem 0 0; }

.authors_inner {
  text-align: left;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px #ccc;
  font-size: 0.9em;
  display: inline-block; }
  .authors_inner p {
    padding: 2px;
    color: #444; }

@media screen and (max-width: 768px) {
  .seminar2025__ttl {
    padding: 40px 0; }
    .seminar2025__ttl h1 {
      letter-spacing: 0; }

  .seminar2025__lead {
    padding: 60px 0; }

  .seminar2025__localnavi.fixed {
    width: 100%; }

  .seminar2025__session h2 {
    margin-bottom: 1rem; }

  .seminar2025__session__lead {
    display: block; }

  .seminar2025__session__lead figure {
    transform: scale(1); }

  .profile-box {
    align-items: flex-start; }

  .modaal-content-container .d-flex {
    display: block; }

  /* --- 1. ゲスト・コメントボックス（縦組み & 吹き出し上向き） --- */
  .seminar2025__comment-box,
  .seminar2025__guest-item {
    display: flex;
    flex-direction: column;
    /* 縦並び */
    align-items: center;
    gap: 0;
    margin-bottom: 40px; }

  /* 右側アイコンの人も同様に縦並び（画像が上）に統一 */
  .seminar2025__guest-item.itemR {
    flex-direction: column; }

  /* アイコン画像 */
  .seminar2025__comment-box figure,
  .seminar2025__guest-item figure {
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 60px;
    /* 吹き出しとの間隔確保 */ }
    .seminar2025__comment-box figure img,
    .seminar2025__guest-item figure img {
      width: 150px; }

  .seminar2025__guest-item.itemR .seminar2025__guest-txt::after {
    transform: rotate(90deg);
    top: -56px;
    left: 50%;
    right: auto; }

  /* 吹き出し本体の位置リセット */
  .comment-box-inner,
  .seminar2025__guest-txt,
  .seminar2025__guest-item.itemR .seminar2025__guest-txt {
    margin: 0;
    /* PC版のマージン（margin-left: 35px等）を解除 */
    width: 100%;
    position: relative; }

  /* 吹き出しのしっぽ（装飾）を上向きに変更 */
  .comment-box-inner::after,
  .seminar2025__guest-txt::after {
    content: "";
    /* 画像を90度回転させて上向きにする */
    transform: rotate(90deg);
    /* 位置をボックスの上辺中央へ移動 */
    top: -56px;
    /* 画像の高さに応じて調整 */
    left: 50%;
    margin-left: -25px;
    /* 中心合わせ */
    /* PC版の配置（左側）を無効化 */
    right: auto; } }
@media screen and (max-width: 480px) {
  .seminar2025__session {
    padding-top: 60px;
    padding-bottom: 80px; }

  .seminar2025__session__lead {
    padding-bottom: 2rem; }

  .profile-box {
    display: block; }

  .profile-box figure {
    width: 140px;
    margin: 0 auto; }

  .seminar2025__guest-item {
    padding: 0; }

  .seminar2025__ending h3 {
    font-size: 21px; }

  .ending-2 ol {
    display: block; }
    .ending-2 ol li {
      margin-bottom: 8px; }

  .authors_inner {
    padding: 1rem; } }

/*# sourceMappingURL=page.css.map */
