/* 共通 */

body {
  font:
    16px/1.5 "BIZ UDPGothic",
    "Helvetica Neue",
    "Segoe UI",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  overflow-x: hidden;
  width: 100%;
}

section {
  /* 上下に50px、左右に0の余白を指定 */
  padding: 50px 0;
}

.sp_br {
  display: none;
}

.notosans {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.bg-gray {
  background-color: #f4f6fa;
}

/* .bg-white {
  background-color: #fff;
} */

.bg-red {
  background: linear-gradient(135deg, #f55437 0%, #cc1e00 100%);
}

h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #333; /*文字色*/
  background: transparent; /*背景透明に*/
  margin-bottom: 80px;
  margin-top: 30px;
  font-weight: 700;
}

h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 70%;
  background: #0071be;
}

.h2-left {
  margin: 0;
  margin-bottom: 50px;
  font-weight: 700;
}

/* ヘッダー */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.custom-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.site-logo img {
  /* あとで変更 */
  width: 100px;
  height: auto;
  display: block;
}

.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 500;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #d92c2c !important;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

/* メインビジュアル */

.mv-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
}

#exhi01 .mv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

#exhi01 .mv-area {
  z-index: 2;
}

#exhi01 .mv-inq-01 {
  background-color: #dc2626;
  border-radius: 99px;
  margin: 0 auto;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
}

#exhi01 .mv-inq-02 {
  font-size: 32px;
  margin-top: 20px;
}

#exhi01 .mv-inq-03 h1 {
  font-size: 70px;
}

#exhi01 .mv-inq-03 h1 .text-blue {
  color: #2463ea;
}

#exhi01 .mv-inq-04 {
  font-size: 40px;
}

#exhi01 .mv-inq-05 {
  font-size: 26px;
}

#exhi01 .mv-inq-06 {
  font-size: 18px;
  color: #707070;
}

#exhi01 .entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 360px;
  margin: 30px 0 10px;
  padding: 26px 28px;
  background: #dc2626;
  color: #fff;
  border-radius: 999px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

#exhi01 .entry-btn::before {
  content: "\f274";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 30px;
}

#exhi01 .entry-btn:hover {
  background-color: #c10707;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

#exhi01 .entry-btn:active {
  transform: scale(0.98);
}

/* ボタン制御用 */
#exhi01 .entry-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  /* opacity: 0.6; */
  background: #a4a4a4;
}

#exhi01 .entry-btn.disabled:hover {
  transform: none;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* ボタン制御用ここまで */

/* IKO TODAY とは */

#exhi02 .today-text {
  color: #707070;
  line-height: 30px;
}

#exhi02 .today-box {
  text-align: center;
}

/* EXPERIENCE */

#exhi03 .exp-sub {
  font-size: 40px;
  color: #707070;
  margin-bottom: 80px;
  margin-top: -60px;
}

#exhi03 .card-body {
  padding: 40px;
}

#exhi03 .card-number {
  color: #667b90;
  font-size: 16px;
  font-weight: 600;
}

#exhi03 .card-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

#exhi03 .card-text {
  color: #707070;
  line-height: 30px;
}

/* セミナー */

#exhi04 .sem-box {
  margin-top: -30px;
}

#exhi04 .event-schedule img {
  max-width: 100%;
  margin: 20px auto 50px;
}

#exhi04 .event-card {
  display: flex;
  border: 3px solid #d92c2c;
  background: #fff;
  max-width: 1200px;
  margin: 30px auto;
}

#exhi04 .event-date {
  background: #d92c2c;
  color: #fff;
  padding: 20px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#exhi04 .event-date-main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#exhi04 .event-date-time {
  font-size: 18px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  text-align: center;
}

#exhi04 .event-content {
  flex: 1;
  min-width: 0;
  padding: 28px;
}

#exhi04 .event-label {
  color: #d92c2c;
  font-weight: bold;
  margin-bottom: 10px;
}

#exhi04 .event-title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #555;
}

#exhi04 .event-subtitle {
  color: #555;
  margin-bottom: 0px;
}

#exhi04 .event-speaker {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#exhi04 .event-company {
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}

#exhi04 .event-name {
  font-size: 22px;
  font-weight: bold;
  color: #555;
}

#exhi04 .event-image {
  width: 180px;
  flex-shrink: 0;
  /* カード端との余白 */
  padding-right: 24px;
  padding-top: 24px;
  /* 写真が巨大化しない */
  box-sizing: border-box;
}

#exhi04 .event-image-inner {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee;
}

#exhi04 .event-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;

  display: block;
}

#exhi04 .event-card-blue {
  display: flex;
  border: 3px solid #0071be;
  background: #fff;
  max-width: 1200px;
  margin: 30px auto;
}

#exhi04 .event-date-blue {
  background: #0071be;
  color: #fff;
  padding: 20px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#exhi04 .speaker-blue {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#exhi04 .company-blue {
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}

/* 0526追記 */
/* 登壇者セット */
#exhi04 .speaker-block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

#exhi04 .speaker-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#exhi04 .event-subtitle-2man {
  color: #555;
  margin-bottom: 0px;
}

#exhi04 .speaker-2man {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

#exhi04 .company-2man {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

#exhi04 .name-2man {
  font-size: 22px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}

/* 0526追記 */

#exhi04 .event-soon img {
  max-width: 100%;
}

/* 会場案内 */

#exhi05 .square01 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0px;
}

#exhi05 .access-title {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 10px;
  background: #f55438;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

#exhi05 .access-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

#exhi05 .access-item:last-child {
  margin-bottom: 0;
}

#exhi05 .access-icon {
  width: 60px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}

#exhi05 .access-icon i {
  font-size: 32px;
}

#exhi05 .icon-location {
  color: #f55438;
}

#exhi05 .icon-train {
  color: #2f5c9f;
}

#exhi05 .icon-car {
  color: #13b8a6;
}

#exhi05 .icon-info {
  color: #707070;
}

#exhi05 .access-content {
  flex: 1;
}

#exhi05 .postal {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4;
}

#exhi05 .address {
  font-size: 20px;
  line-height: 1.5;
}

#exhi05 .access-heading {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.4;
}

#exhi05 .access-text {
  font-size: 18px;
  line-height: 1.6;
}

#exhi05 .access-divider {
  margin: 40px 0 40px;
  border: none;
  border-top: 1px solid #333;
}

#exhi05 .access-img img {
  width: 100%;
  margin-bottom: 20px;
}

#exhi05 .access-link {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#exhi05 .map-responsive {
  position: relative;
  overflow: hidden;
  /* 縦横比を設定 (例: 16:9 = (9/16)*100 = 56.25%) */
  padding-top: 75%;
  box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

#exhi05 .map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* よくある質問 */

#exhi06 .accordion-01 {
  max-width: 100%;
  margin-bottom: 16px;
  background-color: #eff6ff;
  border-radius: 10px;
  border: 2px solid #0071be;
}

#exhi06 .accordion-01 summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 32px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

#exhi06 .accordion-01 summary::-webkit-details-marker {
  display: none;
}

#exhi06 .accordion-01 summary .question-text {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: left;
  font-size: 24px;
}

.icon-question summary .question-text::before {
  content: "\f059";
}

.icon-clock summary .question-text::before {
  content: "\f017";
}

.icon-pay summary .question-text::before {
  content: "\f157";
}

.icon-camera summary .question-text::before {
  content: "\f030";
}

#exhi06 .accordion-01 summary .question-text::before {
  font-family: "Font Awesome 5 Free";
  /* font-weight: 400; */
  color: #f55438;
  margin-right: 15px;
  font-size: 1.1em;
  min-width: 30px;
  text-align: center;
}

#exhi06 .accordion-01 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-bottom: 3px solid #9ca3af;
  border-right: 3px solid #9ca3af;
  content: "";
  transition: transform 0.3s;
  flex-shrink: 0;
}

#exhi06 .accordion-01[open] summary::after {
  transform: rotate(225deg);
}

#exhi06 .accordion-01 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

#exhi06 .accordion-01[open] p {
  transform: none;
  opacity: 1;
  text-align: left;
}

#exhi06 .accordion-01 .answer {
  border-top: 1px solid #0071be;
  padding-top: 20px;
}

/* 来場登録 */

#exhi07 .raijyo-icon {
  color: #fff;
  font-size: 48px;
}

#exhi07 .raijyo-text01 {
  color: #fff;
  font-size: 48px;
}

#exhi07 .raijyo-text02 {
  color: #fff;
  font-size: 24px;
  margin: 20px 0px 50px;
}

#exhi07 .entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 360px;
  padding: 26px 28px;
  background: #ffffff;
  color: #c23426;
  border-radius: 999px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

#exhi07 .entry-btn::before {
  content: "\f274";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c23426;
  font-size: 30px;
}

#exhi07 .entry-btn:hover {
  background-color: #f7f7f7;
  color: #c23426;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

#exhi07 .entry-btn:active {
  transform: scale(0.98);
}

/* ボタン制御用 */
#exhi07 .entry-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  /* opacity: 0.6; */
  background: #a4a4a4;
}

#exhi07 .entry-btn.disabled:hover {
  transform: none;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* ボタン制御用ここまで */

/* お問い合わせ */

#exhi08 .box-exhi08 {
  position: relative;
  padding: 50px 40px;
  margin: 0 auto;
  background: #f4f6fa;
}

#exhi08 .contact-info {
  font-size: 20px;
  margin-bottom: 50px;
}

#exhi08 .contact-label {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-block;
  background: #2f5c9f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 14px;
}

#exhi08 .contact-tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 70px;
  margin-bottom: 30px;
}

#exhi08 .contact-icon i {
  font-size: 80px;
  color: #f55438;

  /* 左45度回転 */
  transform: rotate(-45deg);
}

#exhi08 .contact-tel {
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  color: #f55438;
}

#exhi08 .contact-mail {
  margin-bottom: 30px;
  color: #2f5c9f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#exhi08 .contact-time {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

/* フッター */

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

.footer-nav-block {
  padding: 18px 0 12px;
  border-bottom: solid 3px #e50012;
  background: #fff;
}

.footerlogo img {
  max-width: 119px;
  height: auto;
  display: block;
}

.footer-block .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-block .footer-nav li {
  margin: 0;
  padding: 0;
}

.footer-block .footer-nav li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}

/* 黒三角 */
.footer-block .footer-nav li a::before {
  content: "";

  width: 0;
  height: 0;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000;

  margin-right: 10px;
}

.footer-block .footer-nav li a:hover {
  color: #e50012;
}

.copyright-block {
  background: rgb(0, 113, 190);
  color: #fff;
  padding: 10px 0;
  font-size: 0.95rem;
  margin-top: 2px;
}

.footer-block .copyright-box {
  margin: 0;
  text-align: left;
}

.copyright-logo img {
  display: block;
  height: auto;
}

/* 上に戻るボタン */

#pagetop {
  display: block;
  position: fixed;
  right: 2vw;
  bottom: 100px;
  z-index: 8;
  bottom: 100px;
}

#pagetop p a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  background: url(/themes/custom/iko/asset/img/pagetop.png) no-repeat top left #fff;
  text-align: left;
  text-indent: -80px;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#pagetop p a:hover {
  opacity: 0.7;
}

/* ---------------- */
/* 画像なし時の制御 */
/* ---------------- */
.event-card.no-image .event-image {
  display: none;
}

/* ===================== */
/* タブレット */
/* ===================== */

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  #exhi01 .mv-inq-02 {
    font-size: 28px;
    margin-top: 20px;
  }

  #exhi01 .mv-inq-03 h1 {
    font-size: 50px;
  }

  #exhi01 .mv-inq-04 {
    font-size: 30px;
  }

  #exhi01 .mv-inq-05 {
    font-size: 26px;
  }

  #exhi03 .exp-sub {
    font-size: 32px;
  }

  #exhi04 .event-card {
    flex-wrap: wrap;
  }

  #exhi04 .event-date {
    width: 100%;
    padding: 6px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #exhi04 .event-date-main {
    margin-bottom: 0;
  }

  #exhi04 .event-date-time {
    border-top: none;
    padding-top: 0;
  }

  #exhi04 .event-content {
    width: calc(100% - 200px);
  }

  #exhi04 .event-image {
    width: 160px;
    padding-right: 20px;
  }

  #exhi04 .event-card-blue {
    flex-wrap: wrap;
  }

  #exhi04 .event-date-blue {
    width: 100%;
    padding: 6px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #exhi05 .square01 {
    margin-bottom: 20px;
  }

  #exhi07 .raijyo-text01 {
    font-size: 40px;
  }
}

/* ---------------- */
/* レスポンシブ対応 */
/* ---------------- */

@media (max-width: 768px) {
  /* 共通 */

  .sp_br {
    display: block;
  }

  h2 {
    font-size: 24px;
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    margin-bottom: 20px;
    margin-top: 0px;
  }

  h2::before {
    width: 4px;
  }

  .h2-left {
    margin: 0;
    margin-bottom: 20px;
  }

  /* ヘッダー */

  .navbar-collapse {
    padding-top: 1rem;
  }

  .navbar-nav .nav-link {
    padding: 0.8rem 0;
  }

  /* メインビジュアル */

  .mv-section {
    min-height: 450px;
    padding: 0px;
  }

  #exhi01 .mv-inq-03 h1 {
    font-size: 34px;
  }

  #exhi01 .mv-inq-02 {
    font-size: 18px;
    margin-top: 20px;
  }

  #exhi01 .mv-inq-04 {
    font-size: 18px;
  }

  #exhi01 .mv-inq-05 {
    font-size: 16px;
  }

  #exhi01 .mv-inq-06 {
    font-size: 14px;
    color: #707070;
  }

  #exhi01 .entry-btn {
    min-width: 300px;
    margin: 30px 0 10px;
    padding: 10px 20px;
    font-size: 18px;
  }

  /* IKO TODAY とは */

  /* EXPERIENCE */

  #exhi03 .card-body {
    padding: 20px;
  }
  #exhi03 .exp-sub {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  #exhi03 .card-number {
    font-size: 10px;
  }

  #exhi03 .card-title {
    font-size: 18px;
  }

  /* セミナー */

  #exhi04 .event-schedule img {
    margin: 30px auto 10px;
  }

  #exhi04 .event-card {
    flex-direction: column;
  }

  #exhi04 .event-date {
    padding: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #exhi04 .event-date-main {
    font-size: 18px;
    margin-bottom: 0px;
  }

  #exhi04 .event-date-time {
    font-size: 16px;
    border-top: none;
    padding-top: 0px;
  }

  #exhi04 .event-content {
    width: auto;
    padding: 22px;
  }

  #exhi04 .event-title {
    font-size: 22px;
  }

  #exhi04 .event-speaker {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #exhi04 .event-name {
    font-size: 18px;
    white-space: normal;
  }

  #exhi04 .event-image {
    width: 160px;
    padding: 0 0 24px;
    margin: auto;
  }

  #exhi04 .event-card-blue {
    flex-direction: column;
  }

  #exhi04 .event-date-blue {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
  }

  #exhi04 .speaker-blue {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #exhi04 .event-title {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
  }

  #exhi04 .event-subtitle {
    font-size: 16px;
  }

  /* 0526追記 */

  #exhi04 .speaker-2man {
    flex-direction: column;
    align-items: flex-start;
  }

  #exhi04 .name-2man {
    font-size: 18px;
  }
  /* 0526追記 */

  /* 会場案内 */

  #exhi05 .square01 {
    width: 90%;
    margin-bottom: 20px;
    padding: 20px;
  }

  #exhi05 .access-title {
    display: inline-block;
    margin-bottom: 30px;
    padding: 6px 10px;
    background: #f55438;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  #exhi05 .access-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }

  #exhi05 .access-item:last-child {
    margin-bottom: 0;
  }

  #exhi05 .access-icon {
    width: 20px;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
  }

  #exhi05 .access-icon i {
    font-size: 24px;
  }

  #exhi05 .postal {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  #exhi05 .address {
    font-size: 16px;
    line-height: 1.5;
  }

  #exhi05 .access-heading {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.4;
  }

  #exhi05 .access-text {
    font-size: 16px;
    line-height: 1.6;
  }

  #exhi05 .access-divider {
    margin: 40px 0 40px;
    border: none;
    border-top: 1px solid #333;
  }

  /* よくある質問 */

  #exhi06 .accordion-01 summary .question-text::before {
    font-family: "Font Awesome 5 Free";
    min-width: 10px;
  }

  #exhi06 .accordion-01 summary {
    padding: 16px 16px;
  }
  #exhi06 .accordion-01 summary .question-text {
    font-size: 16px;
  }

  /* 来場登録 */

  #exhi07 .raijyo-icon {
    font-size: 38px;
  }
  #exhi07 .raijyo-text01 {
    font-size: 22px;
  }

  #exhi07 .raijyo-text02 {
    font-size: 16px;
    margin: 20px 0px 10px;
  }

  #exhi07 .entry-btn {
    min-width: 300px;
    margin: 30px 0 10px;
    padding: 10px 20px;
    font-size: 18px;
  }

  /* お問い合わせ */

  #exhi08 .box-exhi08 {
    padding: 50px 20px;
  }

  #exhi08 .contact-info {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #exhi08 .contact-label {
    top: 20px;
    left: 20px;
    font-size: 15px;
  }

  #exhi08 .contact-tel-wrap {
    gap: 16px;
    margin-top: 30px;
  }

  #exhi08 .contact-icon i {
    font-size: 30px;
  }

  #exhi08 .contact-tel {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  #exhi08 .contact-mail {
    margin-bottom: 30px;
    font-size: 22px;
  }

  #exhi08 .contact-time {
    font-size: 16px;
    line-height: 1.7;
  }

  /* フッター */

  .footer-nav-block .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-block .footer-nav {
    order: 1;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
  }

  .footerlogo {
    order: 2;
  }

  .copyright-block .flex-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .copyright-logo {
    order: 1;
    text-align: right;
    margin: 0;
  }

  .copyright-logo img {
    margin-left: auto;
  }

  .footer-block .copyright-box {
    order: 2;

    margin: 0;

    text-align: center;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}
