/* =======================================
共通
======================================== */
.page-box h3.sec-title {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  white-space: wrap;
  position: relative;
  line-height: 1.5;
  padding-left: 60px;
}

.sec-ttl-box {
  margin-bottom: 50px;
}

.page-box h3::after {
  width: 40px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 28px;
  transform: translateY(-50%);
  background-color: #aaaea6;
}

.page-box h3::before {
  width: 13px;
  height: 13px;
  background-color: #90c569;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 28px;
  transform: translateY(-50%);
  border-radius: 50% 50%;
}

br.sp {
  display: none;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}


@media (max-width: 991px) {
  .section-box .sec-title {
    font-size: min(calc(40px + (60 - 40) * (100vw - 320px) / (991 - 320)),
        60px);
    margin-bottom: min(calc(20px + (60 - 20) * (100vw - 320px) / (991 - 320)),
        60px);
  }

  .section-box .sub-title {
    font-size: min(calc(14px + (20 - 14) * (100vw - 320px) / (991 - 320)),
        20px);
  }

  .main_ttl h2 {
    padding: 0.2em 1em 0.2em 1em;
  }

  .main_ttl .fs-en {
    font-size: min(calc(30px + (60 - 30) * (100vw - 320px) / (991 - 320)), 60px);
  }

  .main_ttl .txt {
    font-size: min(calc(14px + (20 - 14) * (100vw - 320px) / (991 - 320)), 20px);
  }

  .sec-ttl-box {
    margin-bottom: 35px;
  }

  .page-box h3.sec-title {
    padding-bottom: 0;
  }

  .page-box h3::after {
    top: 25px;
  }

  .page-box h3::before {
    top: 25px;
  }
}

@media (max-width: 768px) {
  br.sp {
    display: block;
  }

  .page-box h3.sec-title {
    font-size: 30px;
  }

  .sec-ttl-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .page-box h3.sec-title {
    font-size: 26px;
  }

  .page-box h3::after {
    top: 20px;
  }

  .page-box h3::before {
    top: 20px;
  }

}

/* ページタイトル */
.main-ttl-wrap {
  margin-bottom: 120px;
  margin-top: var(--header-height, 0px);
}

.main_ttl {
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}

.main_ttl>.bg {
  width: 100%;
  height: 380px;
}

.main_ttl h2 {
  display: block;
  left: calc(15px + 50 * (100vw - 320px) / 1180);
  transform: translateY(-50%);
  top: 54%;
  align-items: center;
  position: absolute;
  justify-content: center;
  z-index: 100;
}

.main_ttl>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_ttl_text_box {
  height: 100%;
  z-index: 100;
}

.main-ttl-box {
  height: 100%;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl>.bg::before {
  content: '';
  position: absolute;
  width: 169px;
  height: 200px;
  background-size: contain;
  right: 0;
  background-repeat: no-repeat;
  background-image: url('../images/common/circle-right.svg');
}

.main_ttl>.bg::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 300px;
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
  background-image: url('../images/common/circle-left.svg');
}

.main_ttl .fs-en {
  font-weight: 500;
  display: block;
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.achievements.main_ttl .fs-en {
  font-size: 42px;
}

.main_ttl .txt {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  white-space: nowrap;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.section-box .sec-title {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--main-color);
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.section-box .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--main-color);
  margin-bottom: 5px;
  display: table;
}

.detail-btn-list .flex-box {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}



@media (max-width: 1500px) {
  .main-ttl-wrap {
    margin-bottom: min(calc(80px + (100 - 80) * (100vw - 992px) / (1500 - 992)),
        100px);
  }

  .main_ttl .fs-en {
    font-size: min(calc(25px + (32 - 25) * (100vw - 992px) / (1500 - 992)),
        32px);
  }

  .main_ttl .txt {
    font-size: min(calc(38px + (50 - 38) * (100vw - 992px) / (1500 - 992)),
        50px);
  }

  .main-ttl-bg {
    width: min(calc(300px + (400 - 300) * (100vw - 992px) / (1500 - 992)),
        400px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: min(calc(300px + (380 - 300) * (100vw - 992px) / (1500 - 992)),
        380px);
  }

  .section-box .sec-title {
    font-weight: 700;
    color: #00b98f;
    font-size: min(calc(48px + (72 - 48) * (100vw - 992px) / (1500 - 992)),
        72px);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: min(calc(40px + (60 - 40) * (100vw - 992px) / (1500 - 992)),
        60px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

}

@media (max-width: 991px) {
  .main_ttl {
    margin-bottom: 80px;
  }

  .main-ttl-wrap {
    margin-bottom: min(calc(60px + (80 - 60) * (100vw - 320px) / (991 - 320)),
        80px);
  }

  .main_ttl .fs-en {
    font-size: min(calc(20px + (25 - 20) * (100vw - 320px) / (991 - 320)),
        25px);
  }

  .main_ttl .txt {
    font-size: min(calc(26px + (38 - 26) * (100vw - 320px) / (991 - 320)),
        38px);
  }

  .main-ttl-bg {
    width: min(calc(260px + (300 - 260) * (100vw - 320px) / (991 - 320)),
        260px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: min(calc(220px + (300 - 220) * (100vw - 320px) / (991 - 320)),
        300px);
  }

  .main_ttl h2 {
    display: block;
    left: 0;

  }

  .section-box .sec-title {
    font-size: min(calc(40px + (60 - 40) * (100vw - 320px) / (991 - 320)),
        60px);
    margin-bottom: min(calc(20px + (40 - 20) * (100vw - 320px) / (991 - 320)),
        40px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 320px) / (991 - 320)),
        20px);
  }

  .detail-btn-list .flex-box {
    display: block;
  }

  .achievements.main_ttl .fs-en {
    font-size: 33px;
  }

  .main_ttl>.bg::before {
    width: min(calc(100px + (169 - 100) * (100vw - 320px) / (991 - 320)),
        169px);
    height: min(calc(120px + (200 - 120) * (100vw - 320px) / (991 - 320)),
        200px);
  }

  .main_ttl>.bg::after {
    width: min(calc(250px + (400 - 250) * (100vw - 320px) / (991 - 320)),
        400px);
    height: min(calc(200px + (300 - 200) * (100vw - 320px) / (991 - 320)),
        300px);
  }
}

@media (max-width: 768px) {
  .main_ttl {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .main_ttl {
    margin-bottom: 50px;
    margin-top: 70px;
  }
}

/* =======================================
パンくず
======================================== */
.breadcrumb_wrap {
  position: absolute;
  bottom: 20px;
  right: calc(15px + 50 * (100vw - 320px) / 1180);
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
}

.breadcrumb_wrap .panlist>li>a {
  color: #fff;
  white-space: nowrap;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.breadcrumb_wrap .panlist>li.active {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

/* =======================================
協会について
======================================== */
.about-head-area {
  margin-bottom: 120px;
}

.about-head-area .sec-ttl-box {
  margin-left: auto;
  margin-right: auto;
}

.about-head-area.page-box h3.sec-title,
.about-overview-area h3.sec-title,
.access-area h3.sec-title,
.history-timeline h3.sec-title,
.organization-area h3.sec-title,
.committee-area h3.sec-title {
  margin: 0 auto;
  display: table;
}

/* ===== 基本レイアウト ===== */
:root {
  --line-color: #d9dee6;
  --bg-light: #ffffff;
}


.org-info__inner {
  margin: 0 auto;
}

/* ★ 枠線をテーブルの外側に付ける */
.info-table-wrap {
  border: 2px solid var(--blue-color);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

/* ===== テーブル ===== */
.info-table {
  border-collapse: collapse; /* ← これがポイント */
  width: 100%;
  border-spacing: 0; /* 念のため */
  background: #fff;
}

.about-overview-area .indent dd {
  text-indent: -1em;
  padding-left: 1em;
}

.about-overview-area dl>div+div {
  margin-top: 15px;
}

.about-overview-area dl dt {
  color: var(--blue-color);
}

.info-table th,
.info-table td {
  padding: 22px 20px;
  line-height: 1.8;
}

/* 左列（見出し） */
.info-table th {
  width: 180px;
  background: var(--blue-color);
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.05em;
}

/* 右列（本文） */
.info-table td {
  color: #0c0d0d;
  font-size: 16px;
  background: #fff;
}

/* 行の区切り線 */
.info-table tr+tr th,
.info-table tr+tr td {
  border-top: 1px solid var(--line-color);
}

.info-table tr:nth-child(even) td {
  background-color: #f7fafc;
}

.access-area {
  padding-bottom: 120px;
  margin-top: 120px;
}

.history-area {
  margin-top: 120px;
}

/* ===== スマホ ===== */
@media (max-width: 768px) {

  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table th {
    background: var(--blue-color);
    color: #fff;
    padding: 10px 16px;
  }


  .info-table tr+tr td {
    border-top: 1px solid var(--line-color);
  }
}

:root {
  --rail-color: #7aa0d1;
  /* 縦ライン */
  --text-color: #0c0d0d;
  --bg-color: #fff;
}

/* ===== セクション ===== */
.history-timeline {
  background: var(--bg-color);
  padding: 120px 0;
}

.history-timeline__inner {
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== タイムライン構造 ===== */
.tl {
  --date-col: 220px;
  /* 左の年号列幅 */
  --rail-col: 32px;
  /* 中央のレール幅 */
  --gap: 24px;
  /* 年号と本文の間の余白 */
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 縦ライン */
.tl::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: calc(var(--date-col) + var(--gap) + var(--rail-col) / 2 - 1px);
  width: 2px;
  background: var(--rail-color);
  opacity: 0.6;
}

/* 各項目 */
.tl-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--date-col) var(--rail-col) 1fr;
  column-gap: var(--gap);
  align-items: start;
  padding: 22px 0;
}

.tl-item:first-child {
  padding: 0 0 22px;
}

/* 年号（左） */
.tl-date {
  color: var(--blue-color);
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

/* 本文（右） */
.tl-body {
  color: var(--text-color);
  font-size: 16px;
  line-height: 2.1;
}

/* ===== ドット（縦位置微調整済） ===== */
.tl-rail {
  position: relative;
}

.tl-dot {
  --dot: 18px;
  --firstline-center: 1.2em;
  /* ← 少し下げた（0.88em → 1.05em） */
  position: absolute;
  top: var(--firstline-center);
  left: 50%;
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: var(--blue-color);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px #fff;
  /* 白縁（任意） */
}

/* ===== 間隔 ===== */
.tl-item+.tl-item {
  margin-top: 18px;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .tl {
    --date-col: 130px;
    --rail-col: 20px;
    --gap: 14px;
  }

  .tl-item {
    padding: 16px 0;
  }

  .tl-date {
    font-size: 14px;
  }

  .tl-body {
    font-size: 15px;
    line-height: 1.9;
  }

  .tl-dot {
    --dot: 14px;
    --firstline-center: 0.95em;
    /* ← 下げた */
    box-shadow: 0 0 0 4px #fff;
  }
}

@media (max-width: 560px) {
  .history-timeline__inner {
      margin: 0 auto;
      padding: 0;
  }
  .tl {
    --date-col: 110px;
    --rail-col: 20px;
    --gap: 12px;
  }

  .tl-item {
    grid-template-columns: var(--date-col) var(--rail-col) 1fr;
    align-items: start;
    padding: 14px 0;
  }

  .tl-date {
    font-size: 13px;
    letter-spacing: 0;
  }

  .tl-body {
    font-size: 13px;
    line-height: 1.8;
  }

  .tl::before {
    left: calc(var(--date-col) + var(--gap) + var(--rail-col) / 2 - 1px);
  }

  .tl-dot {
    --dot: 14px;
    --firstline-center: 0.8em;
    /* ← 下げた */
    box-shadow: 0 0 0 3px #fff;
  }
}

.organization-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.committee-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

:root {
  --blue: #004a9f;
  /* キャッチカラー */
  --blue-weak: #e8f1ff;
  /* 淡ブルー */
  --line: #cfe0f2;
  /* 枠・区切り線 */
  --zebra: #f5f9ff;
  /* 交互行 */
  --text: #0c0d0d;
}

/* セクション */
.committee-area {
  background: #fff;
}

.committee-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.committee-ttl {
  text-align: center;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: clamp(24px, 2.6vw, 36px);
  margin: 0 0 14px;
}

.committee-lead {
  text-align: center;
  color: #2f3f4d;
  margin: 0 0 28px;
}

/* カード外枠 */
.committee-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
  border: 2px solid var(--blue-color);
  border-radius: 12px;
}

/* DL本体 */
.committee-list {
  margin: 0;
}

.committee-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  /* 左ラベル固定幅 */
  gap: 0;
  border-top: 1px solid var(--line);
}

.committee-item:first-child {
  border-top: none;
}

/* 左ラベル（dt） */
.committee-item>dt {
  margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  background: var(--blue-color);
  position: relative;
}

/* 右本文（dd） */
.committee-item>dd {
  margin: 0;
  padding: 18px 22px;
  color: var(--text);
  line-height: 1.9;
  background: #fff;
}

/* ゼブラ */
.committee-item:nth-child(even)>dd {
  background: #f7fafc;
}

/* 行ホバー（PC） */
@media (hover:hover) {
  .committee-item:hover>dd {
    background: #eef6ff;
  }
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 768px) {
  .committee-item {
    grid-template-columns: 1fr;
    /* 縦積み */
  }

  .committee-item>dt {
    padding: 14px 16px;
    font-size: 15px;
  }

  .committee-item>dd {
    padding: 12px 16px 18px;
    font-size: 15px;
    background: #fff;
  }

  .committee-item:nth-child(even)>dd {
    background: #fff;
  }

  /* SPはゼブラ解除 */
  .committee-item+.committee-item {
    border-top: 1px solid var(--line);
  }

  .committee-item>dt::before {
    width: 3px;
  }
  .organization-area .container {
    padding-right: 0 !important;
  }
  .organization-img img {
    max-width: none;    /* ← 幅固定の画像をスクロール対応に */
    width: 1200px;      /* ← PC向けの元サイズ */
    display: block;
  }
}


.organization-scroll-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.organization-img {
  min-width: 800px; /* 画像が幅広の場合の一例 */
  text-align: center;
}

.organization-img img {
  max-width: none; /* 横スクロールを有効に */
  height: auto;
  display: block;
}

/* スワイプ注釈 */
.scroll-hint {
  position: absolute;
  top: 10px;
  left:50%;
  white-space: nowrap;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 6px 12px 6px 32px;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* スワイプアイコン（CSSアニメーション） */
.scroll-hint .icon-swipe {
  position: absolute;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  animation: swipeMove 1.5s infinite;
  opacity: 0.8;
}

@keyframes swipeMove {
  0%   { transform: translateX(0) rotate(45deg); opacity: 1; }
  50%  { transform: translateX(-6px) rotate(45deg); opacity: 0.5; }
  100% { transform: translateX(0) rotate(45deg); opacity: 1; }
}

/* スクロール可能時に表示 */
.organization-scroll-wrap.scrollable .scroll-hint {
  opacity: 1;
  pointer-events: auto;
}


@media (max-width: 1500px) {
  .about-head-area .container,
  .about-overview-area .container,
  .access-area  .container,
  .history-timeline .container,
  .committee-area .container,
  .organization-area .container
   {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}
@media (max-width: 991px) {
  .about-head-area {
      margin-bottom: 100px;
  }
  .access-area {
      padding-bottom: 100px;
      margin-top: 100px;
  }
  .history-timeline {
    padding: 100px 0;
  }
  .organization-area {
      padding-top: 100px;
      padding-bottom: 100px;
  }
  .committee-area {
      padding-top: 100px;
      padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .about-head-area {
      margin-bottom: 80px;
  }
  .access-area {
      padding-bottom: 80px;
      margin-top: 80px;
  }
  .history-timeline {
    padding: 80px 0;
  }
  .organization-area {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .committee-area {
      padding-top: 80px;
      padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .about-head-area p{
    font-size: 14px;
  }
  .info-table th {
    font-size: 14px;
  }
  .info-table td {
    padding: 10px 16px 16px;
    font-size: 14px;
  }
  .committee-item>dt {
    font-size: 14px;
  }
  .committee-item>dd {
    font-size: 14px;
  }
}
/* =======================================
お問い合わせ
======================================== */
.tel-fax-area h3,
.entry-form-area h3 {
  line-height: 1.75;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 33px;
  color: var(--blue-color);
}

.tel-fax-area .icon {
  width: 100%;
  margin-right: 15px;
  max-width: 40px;
  height: 40px;
}

.tel-fax-wrap {
  padding: 25px;
  background-color: var(--blue-color);
}

.tel-fax-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-fax-area .number-text {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 45px;
  transform: translateY(-3px);
}

.tel-fax-area .text {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-top: 5px;
}

.tel-fax-box .icon {
  margin-right: 12px;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-size: 40px;
}

.tel-fax-box .icon i {
  display: block;
}

.entry-form-area {
  padding: 150px 0 0;
  position: relative;
}

.entry-form-area:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: 10;
  width: 100%;
  aspect-ratio: 2000 / 147;
}

.entry-form-area .text-center {
  text-align: center;
  font-size: 18px;
}

.contactform {
  margin-top: 50px;
}

.optional {
  color: #fff;
  font-weight: 400;
  background: #999;
  font-size: 12px;
  padding: 0.2em 0.5em;
}

.required {
  font-weight: 400;
  font-size: 12px;
  padding: 0.2em 0.5em;
  transform: translateY(-0.1em);
  color: #fff;
  display: inline-block;
  background-color: #ed4c4c;
}

input[type="radio" i] {
  transform: translateY(-0.1em);
}

.radio-line .row {
  gap: 8px 0;
}

.notes {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

#policy h4 {
  font-size: 25px;
  color: #204483;
  margin-bottom: 20px;
  font-weight: 700;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

textarea.form-control {
  height: auto;
}

#policy {
  margin-top: 50px;
}

#policy .contents {
  padding: 1.5% 3.5%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
  background-color: #fff;
}

#policy .contents h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 2em 0 0;
}

#policy .contents p,
#policy .contents ol {
  font-size: 18px;
  margin: 1em 0;
}

#policy .contents>ol {
  counter-reset: number;
  /* カウンター初期化 */
}

#policy .contents>ol>li {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 2.5em;
  /* 番号分の余白 */
}

#policy .contents>ol>li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: "(" counter(number) ") ";
  /* ← カッコで囲む */
}

.confirm-only {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  justify-content: center;
  display: flex;
  gap: 0 20px;
}



.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*
.buttons .fa-arrow-right,
.confirm-only .send-btn .fa-arrow-right,
.confirm-only .return-btn .fa-arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
*/
.agree {
  text-align: center;
  margin-top: 20px;
}

.agree label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.agree input[type="checkbox"] {
  margin-right: 5px;
}

.sei {
  padding-right: 20px;
}

.contactform .name-box {
  display: flex;
  /* divを横並びに */
  gap: 20px;
  /* 間隔 */
}

.contactform .name-box div {
  display: flex;
  align-items: center;
  /* ラベルと入力欄を縦位置そろえ */
  gap: 5px;
}

.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #BCBEBF;
  margin-bottom: 30px;
}

.table-contact>tbody>tr {
  border-bottom: 1px solid #ccc;
}

.table-contact>tbody>tr>th {
  width: 15em;
  padding-left: 1em;
}

.table-contact>tbody>tr>td {
  padding-left: 2em;
}

/* テーブルの基本 */
.table-contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  /* 線のズレ防止 */
  border-spacing: 0;
}

/* th / td の揃えと余白を統一 */
.table-contact th,
.table-contact td {
  vertical-align: top;
  /* ← ここが肝（Safari対策） */
  padding: 12px 16px;
  line-height: 1.6;
}

/* 任意：左の見出し幅 */
.table-contact th {
  width: 15em;
  /* 使っているなら固定幅はここで */
  white-space: nowrap;
}

.table-contact tr:last-child th,
.table-contact tr:last-child td {
  border-bottom: none;
}

.table-contact th,
.table-contact td {
  vertical-align: top;
  /* ← Safariでも確実に上揃え */
}

.table-contact>tbody>tr>th,
.table-contact>tbody>tr>td {
  padding: 1em 0;
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

#element {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
}

/* inputを非表示にして自作UIに置き換える */
.file-upload input[type="file"] {
  display: none;
}

.file-upload {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  padding: 12px 12px;
  cursor: pointer;
  gap: 10px;
}

/* 本物のファイル入力は非表示にして label 経由でクリック */
.file-upload input[type="file"] {
  display: none;
}

.file-btn {
  background-color: #eee;
  border: 1px solid #000;
  padding: 4px 8px;
  white-space: nowrap;
}

#statusMsg {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

/* 共通 */
.entry-form-area ::placeholder {
  color: #ccc !important;
  font-weight: 400;
}

.p-postal-code {
  width: 30%;
}

.input-name {
  display: block;
  width: 100%;
}

.input-name {
  margin-bottom: 10px;
}

.contactform {
  font-size: 18px;
}

.form-line+.form-line {
  margin-top: 20px;
}

.send-btn {
  position: relative;
}

.send-btn .more-white-icon,
.btn-primary .more-white-icon {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  justify-content: center;
}

.send-btn:hover,
.btn-primary:hover {
  color: var(--main-color);
}

.send-btn:hover .more-white-icon,
.btn-primary:hover .more-white-icon {
  background-color: var(--main-color);
}

.btn-primary .fa-arrow-right,
.send-btn .fa-arrow-right {
  color: var(--main-color);
  font-size: 16px;
}

.btn-primary:hover .fa-arrow-right,
.send-btn:hover .fa-arrow-right {
  color: #fff;
}

.return-btn .more-white-icon {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1) translateY(-50%);
}

.return-btn .fa-arrow-right {
  color: #999999;
  font-size: 16px;
}

.return-btn:hover .fa-arrow-right {
  color: #333333;
}

.btn-primary,
.send-btn,
.return-btn,
.user-add-btn {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  line-height: 1;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  border: none;
  line-height: 1.5;
  background: var(--blue-color);
  font-size: 18px;
  transition: 0.7s !important;
}

.user-add-btn {
  margin: 0;
}

.send-btn,
.return-btn {
  margin: 0;
}

.btn-primary:hover,
.send-btn:hover {
  color:#fff;
  background-color: #005499;
}

.return-btn {
  border: 1px solid #999999;
  background: #999999;
}

.return-btn:hover {
  border: 1px solid #333333;
  background-color: #333333;
}

.more-btn {
  position: relative;
  /* アイコン分の余白 */
}

/*
.btn-primary::after {
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:var(--main-color);
  position: absolute;
  right: 0.8em;
  width: 30px;
  height: 30px;
  line-height: 2;
  background-color: #fff;
  top: 50%;
  border-radius: 50% 50%;
  transform: translateY(-50%);
}
*/
/* 既存の .custom-select に“追記”するだけでOK */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('../images/common/triangle.svg') no-repeat right 0.75rem center / 12px 8px;
  border: 1px solid #ced4da;
  color: #222;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  width: auto;
}

/* 状態別（任意） */
.custom-select:hover {
  border-color: #999;
}

.custom-select:focus {
  outline: none;
  border-color: #333;
}

/* 無効時は文字色を薄く → 矢印も自動で薄くなる（currentColor連動） */
.custom-select:disabled {
  color: #999;
  background-color: #f8f9fa;
  border-color: #e1e5ea;
}

@media (max-width: 1500px) {

  .tel-fax-area .container,
  .entry-form-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 991px) {

  .tel-fax-area h3,
  .entry-form-area h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {

  .tel-fax-area h3,
  .entry-form-area h3 {
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1500px) {
  .tel-fax-ttl {
    font-size: min(calc(22px + (26 - 22) * (100vw - 992px) / (1500 - 992)),
        26px);
    background-color: #fff;
    padding: min(calc(8px + (10 - 8) * (100vw - 992px) / (1500 - 992)),
        10px);
    margin-bottom: 20px;
  }


  .tel-fax-area .number-text {
    font-size: min(calc(45px + (60 - 45) * (100vw - 992px) / (1500 - 992)),
        60px);
  }

  .tel-fax-area .text {
    font-size: min(calc(18px + (22 - 18) * (100vw - 992px) / (1500 - 992)),
        22px);
    margin-top: min(calc(5px + (10 - 5) * (100vw - 992px) / (1500 - 992)),
        10px);
  }

  .tel-fax-area .container,
  .entry-form-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  .entry-form-area .text-center {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .required {
    font-size: min(calc(14px + (16 - 14) * (100vw - 992px) / (1500 - 992)),
        16px);
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .form-control {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .table-contact>tbody>tr>th {
    width: 17em;
  }

  /* 共通 */
  .entry-form-area ::placeholder {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  #policy h4 {
    font-size: min(calc(22px + (25 - 22) * (100vw - 992px) / (1500 - 992)),
        25px);
    margin-bottom: min(calc(15px + (20 - 15) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

  #policy .contents p,
  #policy .contents ol {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  #policy .contents h5 {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    margin: 2em 0 0;
  }

  #policy .contents>ol>li {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    margin-bottom: 5px;
  }

  .agree label {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .btn-primary,
  .send-btn,
  .return-btn {
    font-size: 16px;
    padding: 15px 0;
  }
}

@media (max-width: 991px) {

  .tel-fax-area h3 {
    font-size: min(calc(24px + (28 - 24) * (100vw - 320px) / (991 - 320)),
        28px);
  }

  .tel-fax-area h3::after {
    width: min(calc(60px + (80 - 60) * (100vw - 320px) / (991 - 320)),
        80px);
  }

  .tel-fax-ttl {
    padding: min(calc(6px + (10 - 6) * (100vw - 320px) / (991 - 320)),
        10px);
  }

  .fax-box {
    margin-top: 20px;
  }

  .fax-wrap {
    margin-top: min(calc(20px + (30 - 20) * (100vw - 320px) / (991 - 320)),
        30px);
  }

  .tel-fax-area {
    margin-bottom: 0
  }

  .tel-fax-area .icon {
    height: auto;
    line-height: 1;
  }

  .tel-fax-area .number-text {
    font-size: min(calc(26px + (50 - 26) * (100vw - 320px) / (991 - 320)),
        50px);
  }

  .entry-form-area .text-center {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .required {
    font-size: min(calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320)),
        14px);
  }

  .notes {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .entry-form-area ::placeholder {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  #policy h4 {
    line-height: 1.5;
    font-size: min(calc(18px + (22 - 18) * (100vw - 320px) / (991 - 320)),
        22px);
    margin-bottom: 20px;
  }

  #policy .contents p,
  #policy .contents ol {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  #policy .contents h5 {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    margin: 2em 0 0;
  }

  #policy .contents>ol>li {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    margin-bottom: 5px;
  }

  .agree label {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .btn-primary .fa-arrow-right,
  .send-btn .fa-arrow-right {
    color: var(--main-color);
    font-size: 12px;
  }

  .confirm-only .send-btn,
  .confirm-only .return-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .confirm-only {
    gap: 0 min(calc(15px + (20 - 15) * (100vw - 320px) / (991 - 320)),
        20px);
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    font-weight: 500;
    line-height: 1.75;
    color: #222222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
  }

  .form-control.p-postal-code {
    width: 200px;
  }

  .custom-select {
    width: 200px;
  }

  #element {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
  }

  .entry-form-area {
    padding: 100px 0 0;
    position: relative;
  }
}

@media (max-width: 768px) {
  .entry-form-area {
    padding: 80px 0 0;
    position: relative;
  }

  .entry-form-area .text-center {
    text-align: left !important;
  }

  .fa-arrow-right:before {
    font-size: 14px;
  }

  .table-contact>tbody>tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    width: 100%;
    display: block;
    padding: 0;
  }

  .table-contact>tbody>tr>th+td,
  .table-contact>tbody>tr>td+td {
    margin-top: .5em;
  }

  .tel-fax-box .icon {
    font-size: 30px;
    margin-right: 7px;
    width: 30px;
    max-width: 30px;
  }

  .send-btn .more-white-icon,
  .btn-primary .more-white-icon {
    position: absolute;
    right: 16px;
    width: 20px;
    height: 20px;
    justify-content: center;
  }

  .return-btn .more-white-icon {
    width: 20px;
    height: 20px;
  }
}

/* =======================================
入会のご案内
======================================== */
.page-wrap-ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 40px;
  color: var(--blue-color);
  font-weight: 700;
  margin-bottom: 40px;
}

.benefits-area {
  margin-top: 120px;
}

.benefits-area .text-box {
  margin-left: 30px;
  padding-top: 50px;
}

.benefits-area .detail-box ul li {
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 16px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: left top 10px;
  background-image: url('../images/top/icon--check.svg');
  padding-left: 30px;
  line-height: 2;
}

.benefits-area .detail-box ul li+li {
  margin-top: 5px;
}

.benefits-area .benefits-img {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.benefits-img-top-obj {
  position: absolute;
  left: -110px;
  top: -95px;
  width: 240px;
  z-index: 100;
}

.benefits-img-bottom-obj {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  z-index: 100;
}

.benefits-bottom {
  margin-top: 80px;
  text-align: center;
}

.benefits-bottom p {
  font-size: 16px;
}

.benefits-bottom .more-btn {
  margin-top: 20px;
  display: table;
  margin: 0 auto;
}

.benefits-bottom .more-btn {
  color: #383738;
  margin-top: 35px;
}

.benefits-bottom .more-btn {
  background-image: url('../images/common/btn-circle-arrow-blue.svg');
}


.benefits-pdf-btn {
  background-color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 300px;
  margin: 30px auto 0;
  padding: 15px 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 20px;
  color: #fff;
  transition: 0.4s;
}

.benefits-pdf-btn:hover {
  background-color: #005499;
}

.pdf-icon {
  width: 30px;
  font-size: 0;
  transform: translateY(2px);
  display: block;
  margin-right: 12px;
}

.annual-fee-area {
  margin-top: 100px;
}

:root {
  --table-blue: #006abe;
  --line: #aaaea6;
  --zebra: #f7fafc;
  --radius: 6px;
}

/* 全体レイアウト */
.fee-tables {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* テーブルラップ */
.table-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* 左帯タイトル（幅を統一） */
.table-caption {
  background: var(--table-blue);
  color: #fff;
  font-weight: 700;
  padding: 16px 22px;
  width: 420px;
  /* ← 横幅を1.5倍に拡大 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  box-sizing: border-box;
}

/* テーブル部分 */
.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  background: #cbe6fa;
  text-align: center;
  font-weight: 700;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.price-table td {
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}

.price-table tr:nth-child(even) td {
  background: var(--zebra);
}

.table-wrap+.table-wrap {
  margin-top: 40px;
}

@media (max-width: 1500px) {

  .benefits-area .container,
  .annual-fee-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 991px) {
  .page-wrap-ttl {
    text-align: center;
    line-height: 1.5;
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 700;
    margin-bottom: 40px;
  }

  .benefits-img-top-obj {
    position: absolute;
    left: -80px;
    top: -95px;
    width: min(calc(140px + (240 - 140) * (100vw - 320px) / (991 - 320)),
        240px);
  }

  .benefits-img-bottom-obj {
    position: absolute;
    right: -42px;
    bottom: -54px;
    width: min(calc(100px + (150 - 100) * (100vw - 320px) / (991 - 320)),
        150px);
  }

}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .benefits-area .benefits-img {
    margin: 0 auto;
  }

  .benefits-bottom {
    margin-top: 40px;
    text-align: center;
  }

  .benefits-area .text-box {
    margin-left: 0;
    padding-top: 40px;
  }

  .table-wrap {
    flex-direction: column;
  }

  .table-caption {
    width: 100%;
    border-bottom: 2px solid var(--blue);
  }

  .price-table th,
  .price-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .benefits-area {
    margin-top: 100px;
  }
}

@media (max-width: 480px) {
  .page-wrap-ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 40px;
  }

  .benefits-area .detail-box ul li {
    font-weight: 500;
    letter-spacing: 0.14em;
    font-size: 14px;
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-image: url(../images/top/icon--check.svg);
    padding-left: 30px;
  }

  .benefits-bottom p {
    font-size: 14px;
  }

  .benefits-bottom {
    margin-top: 30px;
    text-align: center;
  }

  .table-caption {
    font-size: 18px;
  }

  .table-wrap+.table-wrap {
    margin-top: 30px;
  }

  .benefits-pdf-btn {
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 260px;
    margin: 30px auto 0;
    padding: 12px 0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border-radius: 20px;
    color: #fff;
    transition: 0.4s;
  }

  .pdf-icon {
    width: 24px;
    font-size: 0;
    transform: translateY(2px);
    display: block;
    margin-right: 12px;
  }
}

/* =======================================
講習会・説明会のご案内
======================================= */

.seminar-head-text {
  margin-bottom: 60px;
}

.seminar-list-area .seminar-cat-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff2f4;
  border-radius: 40px;
  gap: 4px;
  margin: 60px auto 60px;
  border: none;
}

/* liリセット */
.seminar-list-area .seminar-cat-list .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  border: none;
}

/* 通常状態 */
.seminar-list-area .seminar-cat-list .nav-link {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #384048;
  border: none;
  border-radius: 40px;
  background-color: transparent;
  transition: all 0.3s ease;
  line-height: 1;
}

/* ホバー時 */
.seminar-list-area .seminar-cat-list .nav-link:hover {
  background-color: #bac4cc;
  color: #ffffff;
}

/* アクティブ状態 */
.seminar-list-area .seminar-cat-list .nav-link.active {
  position: relative;
  background-color: #002b4e;
  color: #fff;
  border: none;
  border-radius: 40px;
  overflow: hidden;
  /* ← 擬似要素がはみ出ないように */
}

.seminar-list-area .sec-ttl-box {
  margin-bottom: 100px;
}

.seminar-list-area .date {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  position: relative;
  z-index: 101;
}

.seminar-list-area h4 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--blue-color);
  position: relative;
  z-index: 101;
}

.seminar-list-area .text-box {
  padding-left: 30px;
  padding-top: 30px;
}

.seminar-list-area .cat-box {
  margin-left: auto;
  margin-bottom: 30px;
  display: table;
}

.seminar-list-area .cat {
  border-radius: 20px;
  border: 1px solid #002b4e;
  color: #002b4e;
  font-size: 12px;
  line-height: 1;
  display: table;
  padding: 4px 12px;
  font-feature-settings: "palt";
}

.detail-box p {
  font-size: 16px;
  white-space: normal;
  /* 自動改行を許可（初期値） */
  word-break: break-word;
  /* 長い英単語なども改行 */
}

.attached-btn {
  background-color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 300px;
  margin: 30px 0 0;
  padding: 15px 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 20px;
  color: #fff;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 40px center;
}

.attached-btn:hover {
  background-color: #005499;
}

.attached-btn::before {
  content: '';
  width: 24px;
  height: 30px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.word-btn::before {
  background-image: url('../images/common/word-icon.svg');
}

.excel-btn::before {
  background-image: url('../images/common/excel-icon.svg');
}

.pdf-btn::before {
  background-image: url('../images/common/pdf-icon.svg');
}

.seminar-list-area .more-btn {
  color: #383738;
  margin-top: 35px;
  margin: 40px 0 0 0;
  background-image: url('../images/common/btn-circle-arrow-blue.svg');
}

.seminar-list-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaaea6;
}

.seminar-list-item .splide__slide img {
  border-radius: 50px;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.seminar-list-item .benefits-img-top-obj img {
  opacity: 0.6;
}

.seminar-list-item .benefits-img-bottom-obj img {
  opacity: 0.6;
}

.seminar-list-item .splide__pagination {
  bottom: auto;
  margin-top: 15px;
  left: 0;
  padding: 0 1em;
  position: relative;
  right: 0;
  z-index: 1;
}

.img-detail-text {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.seminar-list-item .benefits-img-bottom-obj {
  position: absolute;
  right: -42px;
  top: 350px;
  width: 150px;
}

/* ページング */
div.paging {
  text-align: center;
  font-size: 90%;
  margin-top: 20px;
  line-height: 1.4em;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 0.5px;
  color: #333;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 0.5px;
  color: #333;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 5px 8.5px;
  display: block;
  color: #333;
  background-color: #eff2f4;
  border-radius: 5px;
}

div.paging span.current {
  background: var(--blue-color) !important;
  color: #fff;
  zoom: 1;
  padding: 5px 8.5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}

div.paging a,
div.paging a:visited {
  text-decoration: underline !important;
}

div.paging a:hover {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}

@media (max-width: 1500px) {

  .seminar-list-area .container,
  .seminar-head-text .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 991px) {
  .seminar-list-area .text-box {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .seminar-head-text {
    margin-bottom: 40px;
  }

  .lecture-area .lecture-cat-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff2f4;
    border-radius: 40px;
    gap: 4px;
    margin: 40px auto 50px;
    border: none;
  }

  .seminar-list-area .sec-ttl-box {
    margin-bottom: 80px;
  }

  .seminar-list-area h4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--blue-color);
    position: relative;
    z-index: 101;
  }

  .seminar-list-area .date {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    position: relative;
    z-index: 101;
  }

  .seminar-list-area .cat-box {
    margin-left: 0;
    margin-bottom: 30px;
    display: table;
  }
}

@media (max-width: 580px) {
  .lecture-area .lecture-cat-list {
    flex-wrap: wrap;
  }

  .seminar-list-area .seminar-cat-list .nav-item {
    flex: 1 1 48%;
    /* 2列で並ぶように */
  }

  .seminar-list-area .seminar-cat-list .nav-link {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .seminar-head-text p {
    font-size: 14px;
  }

  .seminar-list-area .sec-ttl-box {
    margin-bottom: 40px;
  }

  .seminar-list-area .detail-box p {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
  }

  .attached-btn {
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 260px;
    margin: 30px auto 0;
    padding: 12px 0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border-radius: 20px;
    color: #fff;
    transition: 0.4s;
  }

  .attached-btn::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }

  .seminar-list-area .more-btn {
    margin-top: 35px;
    margin: 40px 0 0 auto;
  }

  .seminar-list-area .cat-box {
    margin-left: 0;
    margin-bottom: 20px;
    display: table;
  }
}



/* =======================================
ADD
======================================= */

.seminar-list-area .text-box {
  padding-left: 0;
  padding-top: 10px;
}

.seminar-list-area .cat-box {
    margin-left: 0;
    margin-bottom: 10px;
    display: table;
}

.seminar-list-area .sec-ttl-box {
    margin-bottom: 70px;
}

.seminar-list-area .container,
.seminar-head-text .container {
    max-width: 840px;
}

.seminar-list-area .status {
    flex: 0 0 80px;
    width: 80px;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 6.5px 0;
    margin-left: 2px;
    line-height: 1;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 0;
    flex-shrink: 0;
}
.status--open {
    color: #fff;
    background-color: #90c569;
}

.status--close {
    color: #aaaea6;
    background-color: #e7ebe4;
}

.seminar-list-item {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #aaaea6;
}

@media (max-width: 991px) {
    .seminar-list-area .sec-ttl-box {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .seminar-list-area .sec-ttl-box {
        margin-bottom: 30px;
    }
}
