@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}


/*============================
2025 font "LINE Seed"
============================*/
/* nomal */
@font-face {
  font-family: 'LINESeedJP';
  src: url('../font/LINESeedJP_OTF_Rg.woff2') format('woff2'),
    url('../font/LINESeedJP_OTF_Rg.woff') format('woff');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}

/* bold */
@font-face {
  font-family: 'LINESeedJP';
  src: url('../font/LINESeedJP_OTF_Bd.woff2') format('woff2'),
    url('../font/LINESeedJP_OTF_Bd.woff') format('woff');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}

/* EX bold */
@font-face {
  font-family: 'LINESeedJP';
  src: url('../font/LINESeedJP_OTF_Eb.woff2') format('woff2'),
    url('../font/LINESeedJP_OTF_Eb.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
  /* これで 1rem = 10px になります */
  font-size: 62.5%;
  background: #f0fbfd;
  /* 背景色（薄い水色） */

}


body {
  font-family: 'LINESeedJP', "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  color: #000;
  margin: 0 auto;
  font-size: 16px;
  /* line-height: 2em; */
  letter-spacing: 0.1em;
  background: #f0fbfd;
}

section {
  margin: 0 auto;
}

img {
  border: 0px;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  word-break: break-all;
}

a:not(.left-right-switching_link):hover {
  opacity: 0.7;
  cursor: pointer;
}

input,
button,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.c_wrap {
  width: 100%;
  max-width: 1200px;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c_wrap {
    padding: 10% 20px;
  }
}

@media screen and (max-width: 480px) {
  .c_wrap {}

  body {
    font-size: 14px;
  }
}

.cf {
  clear: both;
}

.sp {
  display: none;
}

.sp_tablet_only {
  display: none;
}

.sp_nav {
  display: none;
}

.display_block {
  display: block;
}

@media screen and (max-width: 1000px) {
  .sp_nav {
    display: block;
  }

  .pc_nav {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .sp_tablet_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

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

  .pc {
    display: none;
  }
}

/* ボタンのスタイル */
.page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #4fa3d5;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
  opacity: 0.8;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 95, 129, 0.3);
}


.page-top-btn:hover {
  opacity: 1;
  transform: translateY(-5px);
  background: #ffb006;
}



/*--------------------------------------------------common*/

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

/* ——— 右マイナスマージン ——— */
.mgr-5 {
  margin-right: -5px !important;
}

.mgr-10 {
  margin-right: -10px !important;
}

.mgr-20 {
  margin-right: -20px !important;
}

.mgr-30 {
  margin-right: -30px !important;
}

.mgr-40 {
  margin-right: -40px !important;
}

.mgr-50 {
  margin-right: -50px !important;
}


/* ——— 左マイナスマージン ——— */
.mgl-10 {
  margin-left: -10px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-30 {
  margin-left: -30px !important;
}

.mgl-35 {
  margin-left: -35px !important;
}

.mgl-40 {
  margin-left: -40px !important;
}

.mgl-45 {
  margin-left: -45px !important;
}

.mgl-50 {
  margin-left: -50px !important;
}


/* ——— 下マイナスマージン ——— */
.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-30 {
  margin-bottom: -30px !important;
}

.mgb-40 {
  margin-bottom: -40px !important;
}

.mgb-50 {
  margin-bottom: -50px !important;
}

.mgb-70 {
  margin-bottom: -70px !important;
}


/* ——— 上マイナスマージン ——— */
.mgt-10 {
  margin-top: -10px !important;
}

.mgt-20 {
  margin-top: -20px !important;
}

.mgt-30 {
  margin-top: -30px !important;
}

.mgt-40 {
  margin-top: -40px !important;
}

.mgt-50 {
  margin-top: -50px !important;
}

.mgt-60 {
  margin-top: -60px !important;
}



.pdb0 {
  padding-bottom: 0px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdb120 {
  padding-bottom: 120px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.wid100 {
  width: 100%;
}

.wid80 {
  width: 80%;
}

.wid75 {
  width: 75%;
}

.wid70 {
  width: 70%;
}

.wid65 {
  width: 65%;
}

.wid55 {
  width: 55%;
}

.wid50 {
  width: 50%;
}

.wid48 {
  width: 48%;
}

.wid47 {
  width: 47%;
}

.wid42 {
  width: 42%;
}

.wid32 {
  width: 32%;
}

.wid30 {
  width: 30%;
}

.wid28 {
  width: 28%;
}

.wid23 {
  width: 23%;
}

.wid20 {
  width: 20%;
}

.wid18 {
  width: 18%;
}

a.disabled {
  pointer-events: none;
  text-decoration: none;
}

h1 {
  max-width: 220px;
}

h2 {}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2em;
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }

  h4 {
    font-size: 1.1em;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 36px;
  border-radius: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.btn .material-icons {
  font-size: 16px;
  margin-right: 5px;
}

.sup_txt {
  font-size: .8em;
  color: #b4b4b4;
}

.form_title {
  text-align: center;
}


.sec_ttl {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  color: #0D4F91;
  line-height: 1.2;
  margin: 0;
  z-index: 2;
}

.sec_ttl::before {
  bottom: -40px;
  left: -5px;
  z-index: -1;
  line-height: 1;
  position: absolute;
  color: #CFF4FD;
  font-size: 7vw;
  text-transform: uppercase;
  content: 'TOKYO';
}

@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 1.8em;
  }

  .sec_ttl::before {
    bottom: -8px;
    left: -5px;
    font-size: 14vw;
    max-width: 350px;
    overflow: hidden;
  }
}


/* =========================================
   ヘッダー共通スタイル
========================================= */
.site_header {
  /* height: 80px;  ← これを削除または auto にしてください */
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* 2. 本文の余白も増やす（バー30px + ロゴエリア80px = 110px） */
body {
  padding-top: 110px;
  /* ここを80pxから110pxに変更 */
}

/* 3. ロゴエリアの高さはここで維持 */
.header_inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ロゴ */
.header_logo a {
  text-decoration: none;
  color: #0068b7;
  /* エアトリブルー */
  font-size: 24px;
  font-weight: bold;
}

/* =========================================
   新規追加：青いトップバー
========================================= */
.header_top_bar {
  background-color: #3aa1bf;
  /* 画像に近い青色（お好みで調整してください） */
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  /* バーの高さ */
}

.top_bar_inner {
  display: flex;
  justify-content: space-between;
  /* 左右に離す */
  align-items: center;
  max-width: 1200px;
  /* 下のコンテンツと幅を合わせる */
  margin: 0 auto;
  padding: 0 20px;
}

.top_site_name {
  margin: 0;
  font-weight: bold;
}

.top_bar_nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  /* リンク同士の間隔 */
}

.top_bar_nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.top_bar_nav a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* =========================================
   スマホ時の対応（トップバー）
========================================= */
@media screen and (max-width: 768px) {

  /* スマホではトップバーを非表示にする場合 */
  .header_top_bar {
    /* display: none; */
  }

  .header_inner {
    height: 55px;
  }

  .top_bar_inner {
    line-height: 2;
  }

  .top_bar_nav {
    display: none;
  }

  h1 {
    max-width: 200px;
  }

  /* スマホのbody余白は80pxに戻す */
  body {
    padding-top: 90px;
  }
}

/* =========================================
   PC用ナビゲーション (769px以上)
========================================= */
.pc_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.pc_nav_list {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.pc_nav_list a {
  display: flex;
  flex-direction: column;
  /* アイコンを上に */
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: .8em;
  font-weight: bold;
  transition: opacity 0.3s;
}

.pc_nav_list a:hover {
  opacity: 0.7;
  color: #0068b7;
}

.pc_nav_list .material-icons {
  color: #0068b7;
  font-size: 24px;
  margin-bottom: 4px;
}

/* PC用ボタンエリア */
.header_actions {
  display: flex;
  gap: 10px;
}

.btn_header_login {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
  background: #60b2cd;
  background: linear-gradient(120deg, rgba(96, 178, 205, 1) 0%, rgba(15, 106, 171, 1) 100%);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.btn_header_entry {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #6cdbc3;
  /* グリーン */
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

/* =========================================
   スマホ用スタイル (1000px以下)
========================================= */
.sp_header_right,
.sp_drawer_menu {
  display: none;
  /* PCでは非表示 */
}

@media screen and (max-width: 1000px) {
  .pc_nav {
    display: none;
    /* PCナビを消す */
  }

  /* スマホ用右側エリア（ログイン＋ハンバーガー） */
  .sp_header_right {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  /* スマホ用 外出しログインボタン */
  .sp_btn_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #004080;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .sp_btn_login .material-icons {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .sp_btn_login .txt {
    text-align: center;
    font-size: 9px;
  }

  /* ハンバーガーボタン */
  .hamburger {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    /* ドロワーより上に */
  }

  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    transition: all 0.3s;
    border-radius: 2px;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 18px;
  }

  .hamburger span:nth-child(3) {
    top: 28px;
  }

  /* ハンバーガーが開いた時の×印アニメーション */
  .hamburger.is-active span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }

  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-active span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }

  /* ドロワーメニュー（全画面） */
  .sp_drawer_menu {
    color: #fff;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    /* 最初は画面外 */
    width: 100%;
    height: 100vh;
    background: linear-gradient(100deg, rgb(103 163 247) 0%, rgb(77 189 192) 100%);
    transition: right 0.4s ease;
    z-index: 1000;
    padding-top: 100px;
    /* ヘッダー分空ける */
    text-align: center;
  }

  .sp_drawer_menu.is-active {
    right: 0;
    /* 画面内に入る */
  }

  .sp_drawer_menu .drawer_list a {
    color: #fff;

  }

  .drawer_list {
    list-style: none;
    padding: 0;
  }

  .drawer_list li {
    margin-bottom: 25px;
  }

  .drawer_list a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  /* スマホメニュー内の入会ボタン */
  .drawer_btn_entry,
  .drawer_btn_login {
    display: inline-block;
    background: #6cdbc3;
    color: #fff !important;
    padding: 15px 50px;
    border-radius: 30px;
    min-width: 200px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  }

  .drawer_btn_login {
    background: #042b79;
  }
}


/* ====================================
   メインビジュアル（カルーセル）
   ==================================== */
.hero-carousel {
  padding: 0;
  background-color: #f0fbfd;
  overflow: hidden;
}

/* ---    MV（メインビジュアル）の調整 --- */
.swiper {
  width: 100%;
  padding: 1.0rem 2.0rem 0 !important;
  /* 左右と下の余白（影が見切れないように） */
}

.swiper-wrapper {
  list-style: none !important;
  /* 黒丸を消す */
  margin: 0;
  padding: 0;
}

.mySwiper .swiper-slide {
  width: 60%;
  /* スマホやタブレットでは画面の60%くらいの幅 */
  max-width: 700px;
  /* PCなど広い画面で、これ以上デカくならない上限 */

  /* 滑らかな動きのために */
  transition: transform 0.6s;
}

/* ★2. 隣のスライドの縮小率を「控えめ」にする */
/* さっきまで 0.85 でしたが、隙間が空きすぎるので 0.9〜0.95 にします */
.mySwiper .swiper-slide-prev,
.mySwiper .swiper-slide-next,
.mySwiper .swiper-slide-duplicate-prev,
.mySwiper .swiper-slide-duplicate-next {
  transform: scale(0.9);
  /* 90%くらいの大きさに（1に近いほど隙間が減ります） */
  opacity: 0.6;
  /* ついでに隣を少し薄くするとメインが目立ちます */
}

/* 真ん中は縮小しない */
.mySwiper .swiper-slide-active {
  transform: scale(1.0);
  opacity: 1;
  z-index: 10;
}

/* スマホの時はもう少し幅広にする（お好みで） */
@media (max-width: 768px) {
  .mySwiper .swiper-slide {
    width: 80%;
    /* スマホなら80%くらいが見やすいかも */
  }
}


@media (max-width: 480px) {
  .mySwiper .swiper-slide {
    width: 92%;
    /* スマホなら80%くらいが見やすいかも */
  }
}

/* --- カードの内側デザイン --- */
.slide-inner {
  height: 100%;
  transition: transform 0.3s;
}

/* ホバー時に少し浮く演出（お好みで） */
.slide-inner:hover {
  transform: translateY(-5px);
}

/* --- 画像エリア --- */
.slide-img img {
  width: 100%;
  height: auto;
  display: block;
  /* aspect-ratio: 16 / 9; 画像の比率を固定（横長） */
  object-fit: cover;
  /* 比率が合わない画像をトリミングして埋める */
  border-radius: 1rem;
  /* 角丸 */
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  /* 影 */
  overflow: hidden;
  /* 角丸からはみ出た画像を隠す */
}

/* --- テキスト情報エリア --- */
.slide-info {
  padding: 1.5rem 0;
}

.slide-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.event_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.2rem;
  margin-top: auto;
}

.event_info p {
  display: flex;
  align-items: center;
  /* アイコンと文字を縦中央で綺麗に並べる */
  margin: 0;
  font-size: 1.3rem;
  color: #02182d;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ▼ 必須：テキストが長すぎた時にアイコンが潰れる（細くなる）のを防ぐ */
.event_info p .material-icons {
  flex-shrink: 0;
  font-size: 1.3rem;
  margin-right: 5px;
  /* アイコンと文字の隙間（お好みで調整） */
}



/* --- 矢印ボタンのデザイン --- */
.swiper-button-next,
.swiper-button-prev {
  width: 4.4rem !important;
  height: 4.4rem !important;
  background-color: #fff;
  border-radius: 50%;
  /* 丸くする */
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.8rem !important;
  font-weight: bold;
  color: #333;
  /* 矢印の色 */
}



#mv .soldout_mode {
  width: 100%;
}

#mv .soldout_label {
  font-size: 4rem;
  /* MVの文字サイズでき */
}


@media (max-width: 480px) {
  .slide-title {
    font-size: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0;
  }

  .swiper {
    padding-top: 1.2rem;
  }
}



/* ====================================
 最新ニュース　newest
 =================================== */
/* ニュースエリア本体 */
#newest {
  width: 100%;
  overflow: hidden;
}

#newest .c_wrap {
  padding-top: 30px;

}

.news_inner {
  background: #4EA6C7;
  color: #fff;
  padding: 15px 30px;
  padding-left: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: opacity 0.3s;

}

.news_inner:hover {
  opacity: 0.9;
}

.news_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #4EA6C7;
}

.news_inner h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #fff;
  padding-right: 20px;
}

.news_inner p {
  margin: 0;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .news_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

}


@media screen and (max-width: 480px) {

  #newest {
    width: 100%;
  }

  #newest .c_wrap {
    padding: 0;
    padding-top: 10px;
  }

  .news_inner {
    gap: 0;
    width: 100%;
  }

  .news_inner h2 {
    margin-bottom: 10px;
    font-size: 1.3em;
  }
}

/* ====================================
   イベントリスト（定例会等）
   ==================================== */
.sec_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 1.0rem;
}


.btn_more {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  background: linear-gradient(100deg, rgb(103 163 247) 0%, rgb(77 189 192) 100%);
  padding: 10px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid transparent;
  z-index: 2;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;

}

.btn_more:hover {
  color: #0068b7;
  opacity: 0.7;
  background: #fff;
  border: 2px solid #4abbc8;
  box-sizing: border-box;
}

.btn_box_center {
  display: flex;
  justify-content: center;
}


.event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 4.0rem;
  position: relative;
  z-index: 200;
}

.event_list li {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  /* padding: 10px; */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.event_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.event_list li:hover {
  opacity: 0.8;
  transform: translateY(-5px);
  transition: transform 0.3s;
}


.event_list li.sold_box:hover {
  opacity: unset;
  transform: unset;
  transition: unset;
}

.event_list li.sold_box a {
  /* pointer-events: none; */
}

.event_list li.sold_box a:hover {
  opacity: unset;
}






.event_list li h3 {
  font-size: 1em;
  margin: 0px 0 10px;
  color: #02182d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.event_list figure {
  margin: 0;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  position: relative;
  /* flex-grow: 1; */
}

.event_list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.eventlist_info {
  padding: 10px;
}

.event_list .event_info p {
  font-size: 1.2rem;
}

.event_list .event_cont {
  padding: 10px;
  /* flex-grow: 1; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .event_list li {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 480px) {
  .event_list {
    gap: 20px 0px;
    justify-content: space-between;
  }

  .event_list li {
    width: 100%;
  }

  .event_list li h3 {
    font-size: 1.3em;

  }

  .btn_more {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}


.soldout_mode {
  position: relative;
  display: block;
  overflow: hidden;
}

.soldout_mode::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  transition: background-color 0.3s;
  border-radius: 5px;
}

a:hover .soldout_mode::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.soldout_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: rgba(200, 0, 0, 0.85);
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------------------------------
   過去の定例会 (Past Events) - 控えめバージョン
------------------------------------------- */

/* リスト形式は event_list を継承しつつ微調整 */
.sec_past_events .event_list {
  /* もし全国定例会と同じ並びにするならそのままでOK */
}

#past_events {
  background: #c4d8e340;
}

#past_events .sec_header {
  justify-content: center;
}

#past_events .sec_header .sec_ttl {
  color: #333;
}

#past_events .sec_ttl::before {
  content: 'PAST';
  color: #ccd2d354;
}

#past_events .event_list li {
  width: calc((100% - 40px) / 3);
}

#past_events .event_list {
  gap: 10px;
}

/* タイトルの文字数制限（3点リーダー） */
#past_events .past_item_card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0;
}

#past_events .past_item_card a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#past_events .past_item_card figure {
  width: 40%;
  flex-grow: unset;
  aspect-ratio: unset;
}

#past_events .past_item_card .info_right {
  width: 58%;
  padding: 10px 0;
}

#past_events .btn_more {
  background: linear-gradient(100deg, rgb(45 90 151) 0%, rgb(42 131 134) 100%);
}

#past_events .btn_more:hover {
  color: #fff;

}

/* 画像エリア */
.past_thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 770 / 500;
}


.past_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(30%); */
  transition: filter 0.3s;
  border-radius: 0;
}


.past_item_card a:hover .past_thumb img {
  filter: grayscale(0%);
  /* ホバーするとカラーに戻る */
}



/* 控えめな「一覧を見る」ボタン */
.btn_more_gray {
  font-size: 13px;
  color: #666;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s;
  background: #fff;
}

.btn_more_gray:hover {
  background: #666;
  color: #fff;
  border-color: #666;
}

@media screen and (max-width: 480px) {
  #past_events .event_list li {
    width: 100%;
  }

  /* 
  .event_list .past_item_card:nth-child(n+5) {
    display: none;
  } */
}



/* event_meeting　ーーーーーーーー */
#event_meeting .sec_ttl::before {
  content: 'EVENT';
}


/* event_nationwide　ーーーーーーーー */
#event_nationwide .sec_ttl::before {
  content: 'NATIONWIDE';
}


/* schedule　ーーーーーーーー */
#schedule .sec_ttl::before {
  content: 'schedule';
}

#schedule figure {
  width: 80%;
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

x .schedule_view img {
  cursor: zoom-in;
  transition: opacity 0.3s;
}

.schedule_view img:hover {
  opacity: 0.8;
}

.img_modal_overlay {
  /* display: none; は使わず、visibilityとopacityで制御します */
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  /* 背景の黒透かし */
  z-index: 9999;
  cursor: zoom-out;
  display: flex;
  /* 常にflex指定にしておく */
  justify-content: center;
  align-items: center;
  /* 背景のフェードイン・アウトの時間調整 */
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 表示時のスタイル */
.img_modal_overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/* モーダル内の画像スタイル */
.img_modal_inner img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: default;

  /* ▼▼ アニメーション用の初期状態 ▼▼ */
  transform: scale(0.85) translateY(20px);
  /* 少し小さく、少し下に配置 */
  opacity: 0;
  /* 透明にしておく */
  /* ふわっと現れる動きの設定（ポヨンとバウンドするような動き） */
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

/* 表示時の画像の動き */
.img_modal_overlay.is-active .img_modal_inner img {
  transform: scale(1) translateY(0);
  /* 元のサイズと位置に戻す */
  opacity: 1;
  /* 不透明にする */
  transition-delay: 0.1s;
  /* 背景よりほんの少し遅れて表示開始 */
}

/* 閉じるボタン */
.close_btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 10000;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.close_btn:hover {
  opacity: 1;
}

/* 画像の親要素を基準点にする */
.schedule_view {
  position: relative;
}

.zoom_icon {
  position: absolute;
  bottom: 15px;
  right: 15px;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;

  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;


  transition: background-color 0.3s, transform 0.3s;
  z-index: 10;
}


.schedule_view:hover .zoom_icon {
  background-color: #4fa3d5;
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  #schedule figure {
    width: 100%;
  }
}




/* pr　ーーーーーーーー */

#pr .swiper {
  padding-bottom: 4.0rem !important;
}

#pr .c_wrap {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  background-image: url(../images/pr_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
}

#pr .sec_ttl {
  text-align: center;
  margin-bottom: 50px;
}

#pr .sec_ttl::before {
  content: 'PR';
  left: auto;
  color: #a6dafe;
}

/* --- 企業PRロゴスライダーエリア --- */
/* --- リスト(ul)のスタイルリセット --- */
.logoSwiper .swiper-wrapper {
  list-style: none;
  /* 黒丸を消す */
  margin: 0;
  padding: 0;

  /* ★重要：ずっと流れ続ける動きを作る設定 */
  transition-timing-function: linear;
}

/* --- スライド(li)の調整 --- */
.logoSwiper .swiper-slide {
  width: auto;
  max-width: 250px;
  margin: 0 10px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  /* 画像の元の幅を使う */
  /* 必要なら最大幅を制限 (例: max-width: 150px;) */
}

/* --- 画像 --- */
.logoSwiper img {
  height: auto;
  display: block;
  border-radius: 5px;
  /* box-shadow: ; */
}

/* ホバー時に少し薄くして「押せる感」を出す */
.logoSwiper a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}


/* --- ロゴスライダー（PR）専用の調整 --- */
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* --- MV（メインビジュアル）は普通の動きにする --- */
.mySwiper .swiper-wrapper {
  transition-timing-function: ease-out;
}






/* ====================================
   汎用パネルレイアウト（お知らせ・FAQ等）
   ==================================== */

/* --- 2カラムレイアウト --- */
.panel_layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* --- 白いカードパネル --- */
.white_panel {
  width: 49%;
  /* 隙間を考慮して半分弱 */
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  /* 既存のカードより少し薄めの影 */
  box-sizing: border-box;
}

/* --- パネル内のヘッダー調整 --- */
.panel_header {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
  /* もしsec_headerに線があった場合消す */
}

/* パネル内のタイトル（既存のTOKYO背景などを出さない） */
.panel_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4abbc8;
  /* 水色 */
  margin: 0;
  position: relative;
  /* 背景文字を出さないためにstaticではなくrelative */
}

/* 念のためTOKYO等の背景文字が出ないようにリセット */
.panel_ttl::before {
  content: none;
}

/* ボタンのサイズ調整（少し小さく） */
.btn_small {
  font-size: 1.4rem;
  padding: 5px 15px;
  height: auto;
  min-height: 35px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}

/* 480以下　PR */
@media screen and (max-width: 480px) {

  .toppage #pr .logoSwiper .swiper-slide {
    max-width: 160px;
    margin: 0;
  }

  .toppage #pr .sec_ttl {
    margin-bottom: 10px;
  }


  #pr .swiper {
    padding-bottom: 0 !important;
  }

}

/* ====================================
   パネル内：お知らせリスト
   ==================================== */
.panel_news_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel_news_list li {
  border-bottom: 1px solid #eee;
}

.panel_news_list li:last-child {
  border-bottom: none;
}

.panel_news_list a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.panel_news_list a:hover {
  opacity: 0.7;
  background-color: #fafafa;
}

/* サムネイル画像 */
.news_thumb {
  width: 80px;
  height: 50px;
  flex-shrink: 0;
  /* 縮まないように */
  margin: 0 15px 0 0;
  border-radius: 5px;
  overflow: hidden;
}

.news_thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* テキストエリア */
.news_txt {
  flex-grow: 1;
  /* 余白を埋める */
  margin-right: 10px;
}

.news_txt .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.4;
  /* 2行以上になったら...にする処理（お好みで） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_txt .date {
  font-size: 1.1rem;
  color: #888;
  display: block;
}

/* 矢印アイコン */
.arrow_icon {
  font-size: 2.4rem;
  color: #5BA8D8;
  /* 画像に近い青色 */
}

/* カテゴリータグの共通スタイル */
.news_cat {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  min-width: 60px;
}

/* 「イベント」タグの色：緑系（スラッグが event の場合） */
.cat-event {
  background-color: #6cdbc3;
}

/* 「お知らせ」タグの色：青系（スラッグが news の場合） */
.cat-news {
  background-color: #0068b7;
}

/* レイアウト調整 */
.news_meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}


/* ====================================
   パネル内：FAQリスト
   ==================================== */

.soon {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #092862;
  font-weight: bold;
  margin-top: 10vw;
}

.panel_faq_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel_faq_list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.panel_faq_list li:last-child {
  border-bottom: none;
}

.panel_faq_list dl {
  margin: 0;
}

/* QとAの行共通 */
.panel_faq_list dt,
.panel_faq_list dd {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}

.panel_faq_list dt {
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.panel_faq_list dd {
  font-weight: normal;
  color: #666;
}

/* Qアイコン */
.icon_q {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #4cd964;
  /* 緑色 */
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Aアイコン */
.icon_a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #007aff;
  /* 青色 */
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}


/* ====================================
   スマホ対応 (768px以下)
   ==================================== */
@media screen and (max-width: 768px) {
  .panel_layout {
    flex-direction: column;
    /* 縦並びにする */
    gap: 40px;
  }

  .white_panel {
    width: 100%;
    /* 横幅いっぱい */
    padding: 20px;
  }
}


/* ====================================
   フッターエリア
   ==================================== */

/* --- 1. お問い合わせ (CTA) エリア --- */
.footer_cta {
  background-color: #3b6c8e;
  background-image: url('../images/footer_img.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.footer_cta_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}

/* 白い箱のコンテナ */
.cta_box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  color: #333;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 各アイテム */
.cta_item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* アイコン（画像があればimgタグへ差し替え推奨） */
.cta_icon {
  color: #4abbc8;
  /* 水色 */
  margin-bottom: 15px;
}

.cta_icon .material-icons {
  font-size: 60px;
  /* アイコンサイズ */
}

/* タイトル */
.cta_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 説明文 */
.cta_desc {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

/* ボタン */
.btn_cta {
  background: #6097CD;
  background: linear-gradient(120deg, rgba(96, 151, 205, 1) 0%, rgba(59, 107, 165, 1) 100%);
  /* ボタンの青色 */
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.4rem;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.btn_cta:hover {
  background-color: #356a9e;
  transform: translateY(-2px);
}


/* --- 2. フッター本体（リンク集） --- */
.footer_bottom .c_wrap {
  padding-bottom: 0;
}

.footer_bottom {
  background-color: #f0fbfd;
  /* 薄い水色 */
  padding: 0 0 20px;
  color: #333;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #daeff5;
  /* 飾り線があれば */
}

/* ロゴエリア */
.footer_logo_area {
  width: 25%;
}

.footer_logo a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4a8bc2;
  /* ロゴの青色 */
  text-decoration: none;
}

/* リンク集エリア */
.footer_links {
  width: 70%;
  margin-bottom: 40px;
}

.footer_links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列にする */
  gap: 15px 30px;
  /* 縦横の隙間 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links a {
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.footer_links a:hover {
  color: #4abbc8;
}

/* コピーライト */
.copyright {
  text-align: center;
  font-size: 1.1rem;
  color: #888;
  margin-top: 20px;
}


/* --- スマホ対応 (768px以下) --- */
@media screen and (max-width: 768px) {

  /* CTAボックスを縦並びに */
  .cta_box {
    flex-direction: column;
    padding: 30px;
  }

  .cta_item {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
  }

  .cta_item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  /* フッターリンクを1列または2列に */
  .footer_flex {
    flex-direction: column;
    gap: 30px;
  }

  .footer_logo_area,
  .footer_links {
    width: 100%;
  }

  .footer_links ul {
    grid-template-columns: repeat(2, 1fr);
    /* スマホは2列くらいが見やすい */
  }
}


/* ====================================
   下層ページ 共通　
   ==================================== 
*/

.under_page .sec_ttl {
  margin-bottom: 30px;
}

.under_page .sec_ttl::before {
  display: none;
}

#privacy.under_page .sec_ttl::before {
  content: 'PRIVACY';
}

#terms.under_page .sec_ttl::before {
  content: none;
}

#promotion_page.under_page .sec_ttl::before,
#promotion_list.under_page .sec_ttl::before {
  content: 'PROMOTION';
}


#faq.under_page .sec_ttl::before {
  content: 'FAQ';
}



/* =========================================
   下層ページ　
========================================= */


#past_archive .sec_ttl {
  color: #333;
}

/* ボタンのデザイン　============== */
.filter_list {
  display: grid;
  gap: 8px 10px;
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 900px;
  width: 100%;
}


.filter_list {
  grid-template-columns: repeat(5, 2fr);
}

@media screen and (max-width: 768px) {
  .filter_list {
    grid-template-columns: repeat(4, 2fr);
  }
}

@media screen and (max-width: 480px) {
  .filter_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}




/* 各ボタンのデザイン */
.filter_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* min-height: 29px; */
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #4EA6C7;
  color: #4EA6C7;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}

.filter_list li a:hover,
.filter_list li a.is-active {
  background: #4EA6C7;
  color: #fff;
  box-shadow: 0 4px 10px rgba(78, 166, 199, 0.3);
  /* ふわっとした影 */
}

/* =========================================
   ページネーション装飾
   ========================================= */


.pagination_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
}


.pagination_wrap .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 44px;
  height: 44px;

  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #333;

  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}


.pagination_wrap a.page-numbers:hover {
  background-color: #f0fbfd;
  border-color: #4EA6C7;
  color: #4EA6C7;
  opacity: 1;
}


.pagination_wrap .page-numbers.current {
  background-color: #4EA6C7;
  border-color: #4EA6C7;
  color: #fff;
  pointer-events: none;
}



/* -------------------------------------------
   企業PR一覧ページ (下層
------------------------------------------- */
.promotion_archive_wrap {
  background: #eafaff;
  /* 背景：薄い水色 */
  min-height: 100vh;
  padding-bottom: 80px;
}

/* ヘッダー */
.promo_header_bg {
  text-align: center;
  padding: 60px 0 40px;
}

.page_ttl_en {
  font-size: 60px;
  font-weight: bold;
  color: #cceeff;
  text-transform: uppercase;
  line-height: 1;
}

.page_ttl_jp {
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
  margin-top: -20px;
  /* Promotionの文字に重ねる */
  position: relative;
  z-index: 2;
}

/* グリッドレイアウト（4カラム） */
.promo_grid_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4枚並べる */
  gap: 50px 20px;
  /* 縦・横の隙間 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo_grid_item a {
  text-decoration: none;
  display: block;
  transition: transform 0.3s;
}

.promo_grid_item a:hover {
  transform: translateY(-5px);
}

/* ロゴの白いカード部分 */
.promo_logo_card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.promo_logo_card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 企業名テキスト */
.promo_company_name {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin: 0;
}

/* スマホ対応調整 */
@media screen and (max-width: 900px) {
  .promo_grid_list {
    grid-template-columns: repeat(2, 1fr);
    /* タブレット・スマホは2枚並べる */
  }

  .page_ttl_en {
    font-size: 40px;
  }
}

/* -------------------------------------------
   企業詳細ページ (promotion_page)　下層
------------------------------------------- */

/* 上部情報エリア（ロゴ・会社概要） */
.promo_top_info {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.company_logo_box {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 10px;
}

.company_logo_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.company_desc_box {
  flex: 1;
}

.company_name {
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  margin: 0 0 15px 0;
}

.company_text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* 区切り線 */
.promo_divider {
  border: none;
  border-top: 2px solid #8acce0;
  margin: 50px 0;
}

/* メインコンテンツ（タイトル・画像・文章） */
.promo_h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 10px;
  margin: 50px 0 30px;
}

.promo_img_wide {
  width: auto;
  margin: auto;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 800px;
}

.promo_img_wide img {
  width: 100%;
  height: auto;
  /* max-height: 1000px; */
  border-radius: 4px;
  object-fit: contain;
}

.promo_text_body {
  font-size: 15px;
  line-height: 2.0;
  margin-bottom: 40px;
  color: #444;
}

/* ==========================================
 * PR動画エリア
 * ========================================== */
.promo_video_wrap {
  margin-bottom: 40px;
}

/* iframeのレスポンシブ対応（モダンな設定に変更） */
.video_container {
  width: 100%;
}
.video_container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* これで絶対に動画が潰れず16:9を維持します */
  display: block;
}

/* パターンA：説明文がある場合（横並び） */
.promo_video_wrap.has_text {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; /* 動画とテキストの隙間 */
  align-items: flex-start; /* 上で揃える */
}

/* 動画の幅を約6割にする */
.promo_video_wrap.has_text .video_container {
  width: 58%; 
}

/* テキストの幅を残りの約4割にする */
.promo_video_wrap.has_text .video_text {
  width: 38%; 
  margin-top: 0;
  font-size: 15px;
  line-height: 2.0;
  color: #444;
}

/* パターンB：説明文がない場合（動画のみ） */
.promo_video_wrap.no_text .video_container {
  width: 80%; /* 元のデザインに合わせて80%で中央寄せにしています。100%にしたい場合は 100% にしてください */
  margin: 0 auto;
}
/* ========================================== */

/* 下部ボタンエリア */
.promo_block_cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.btn_promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  height: 54px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s;
}

.btn_service {
  background-color: #4f9ad4;
}

.btn_dl {
  background-color: #372a01;
}

.btn_promo:hover {
  opacity: 0.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .promo_top_info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .company_logo_box {
    margin-bottom: 20px;
  }

  /* ▼ 動画エリアのスマホ対応追加 */
  .promo_video_wrap.has_text {
    flex-direction: column;
    gap: 20px;
  }
  .promo_video_wrap.has_text .video_container,
  .promo_video_wrap.has_text .video_text {
    width: 100%;
  }
  .promo_video_wrap.no_text .video_container {
    width: 100%; /* スマホでは80%ではなく画面いっぱいに広げる */
  }
  /* ▲ ここまで */

  .promo_block_cta {
    flex-direction: column;
    align-items: center;
  }

  .btn_promo {
    width: 100%;
    max-width: 320px;
  }

  #promotion_page .sec_ttl {
    font-size: 32px;
  }
}


/* -------------------------------------------
   プライバシーポリシー　下層
------------------------------------------- */
#privacy {
  max-width: 1000px;
}

#privacy h3 {
  margin-bottom: 0;
  font-size: 1.4em;
  margin-top: 20px;
}


#privacy h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
}

#privacy p {
  margin-bottom: 20px;
}

#privacy a {
  text-decoration: underline;
  color: #0068b7;
}

#privacy li {
  margin-bottom: 20px;
}

#privacy ul,
ol {
  margin: 10px 0;
}


/* ====================================
   お知らせ一覧ページ専用スタイル
   下層ページ
==================================== */

/* 白い背景のコンテナ */
.news_archive_container {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 0 auto;
  /* 中央寄せ */
}

/* リスト全体 */
.archive_news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive_news_list li {
  border-bottom: 1px solid #eee;
}

.archive_news_list li:last-child {
  border-bottom: none;
}

/* リンクエリア */
.archive_news_list a {
  display: flex;
  align-items: center;
  /* 上下中央揃え */
  padding: 25px 0;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, opacity 0.3s;
}

.archive_news_list a:hover {
  opacity: 0.8;
  background-color: #fafafa;
  /* ホバー時にうっすら背景色 */
}

/* サムネイル画像 (PC) */
.archive_news_thumb {
  width: 180px;
  /* サイドバーより大きく */
  height: 110px;
  /* 横長比率 */
  flex-shrink: 0;
  /* 縮まないように */
  margin: 0 30px 0 0;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f0;
}

.archive_news_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 枠いっぱいにトリミング */
  transition: transform 0.3s;
}

.archive_news_list a:hover .archive_news_thumb img {
  transform: scale(1.05);
  /* ホバーで少し拡大 */
}

/* テキストエリア */
.archive_news_body {
  flex-grow: 1;
}

/* 日付とタグの行 */
.archive_news_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.archive_news_meta .date {
  font-size: 1.4rem;
  color: #888;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  /* 英数字用のフォントがあれば */
}

/* カテゴリータグ（共通CSSを利用・サイズ微調整） */
.news_cat {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  /* 少し大きく */
  padding: 3px 12px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

/* 色指定（既存CSSにある場合は不要ですが、念のため記述） */
.cat-event {
  background-color: #6cdbc3;
}

.cat-news {
  background-color: #0068b7;
}

/* その他カテゴリーがあれば追加 */

/* タイトル */
.archive_news_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #333;
}

@media screen and (max-width: 768px) {

  /* コンテナの余白を減らす */
  .news_archive_container {
    padding: 20px;
    width: 100%;
  }

  /* リンクの余白調整 */
  .archive_news_list a {
    padding: 15px 0;
    align-items: flex-start;
    /* スマホでは上揃えの方が綺麗かも */
  }

  /* サムネイルを小さく */
  .archive_news_thumb {
    width: 100px;
    height: 70px;
    margin-right: 15px;
  }

  /* メタ情報の調整 */
  .archive_news_meta {
    gap: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    /* 画面が狭すぎる場合に折り返し */
  }

  .archive_news_meta .date {
    font-size: 1.2rem;
  }

  .news_cat {
    font-size: 1rem;
    padding: 2px 8px;
  }

  /* タイトルサイズ調整 */
  .archive_news_ttl {
    font-size: 1.4rem;
  }
}


/* ==================================== */
/* 規約・プライバシーポリシー */
/* ==================================== */

.ruletxt .c_wrap {
  max-width: 800px;
  margin: auto;
}

.ruletxt h3 {
  font-size: 1.3em;
  background: #004080;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.ruletxt h3:first-child {
  margin-top: 0;
}

.ruletxt p {
  line-height: 1.5;
  margin-bottom: 15px;
}

.ruletxt a {
  text-decoration: underline;
  color: #004080;
}



/* 画像：横幅いっぱいに */
.single_event_thumb {
  margin: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 650px;
}

.single_event_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* max-height: 500px; */
  /* 縦長になりすぎないように制限 */
}

/* 日時・時間ボックス：リストのデザインを少しリッチに */
.single_event_info_box {
  background: #f5fafd;
  /* 薄い青背景 */
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
}

.single_event_info_box p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
}

.single_event_info_box p:last-child {
  margin-bottom: 0;
}

.single_event_info_box .material-icons {
  color: #0068b7;
  /* エアトリブルー */
  margin-right: 10px;
  font-size: 1.4em;
}

/* 開催概要（本文） */
.single_event_content h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.single_event_content {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* 余白調整 */
.mgt50 {
  margin-top: 50px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .single_event_info_box p {
    font-size: 1.4rem;
    flex-wrap: wrap;
    /* 長い住所などで折り返し */
  }

  .sec_header h2 {
    font-size: 2rem;
    /* スマホではタイトルを少し小さく */
  }
}