@charset "UTF-8";
/* CEATEC for Students - 2026 Template CSS */

/* --- 共通（ナビ・見出し・レイアウト） --- */
body.for-students {
  counter-reset: column-counter;
}

.for-students .inner_nav ul.card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.for-students .inner_nav .card_link {
  margin: 0;
}

/* インナーナビのカード（見出しは画像焼き込みではなく CSS で組む）
   背景写真は HTML 側の style="background-image: url(...)" で差し替える
   ※ CSS 変数経由にすると相対パスが CSS ファイル基準で解決されるため直接指定する */
.for-students .inner_nav .card_link a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 565 / 280;
  /* 上下同値：見出しがカードの上下中央に来るようにする（番号・矢印は absolute で影響なし） */
  padding: 14% 6%;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  text-decoration: none;
  background-color: #4a5568;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  container-type: inline-size;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 文字の可読性を確保するオーバーレイ */
.for-students .inner_nav .card_link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.40) 55%, rgba(0,0,0,0.50) 100%);
  transition: background 0.3s ease;
}

.for-students .inner_nav .card_link a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.for-students .inner_nav .card_link a:hover::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.50) 55%, rgba(0,0,0,0.60) 100%);
}

/* 左上の番号バッジ */
.for-students .nav_card_num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.5%;
  aspect-ratio: 116 / 79;
  background: linear-gradient(135deg, rgba(140,208,236,0.92) 0%, rgba(200,232,240,0.92) 100%);
  color: #0099cc;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 8cqw, 34px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom-right-radius: 8px;
}

/* 中央の見出し */
.for-students .nav_card_title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(13px, 8cqw, 30px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}

body.en .for-students .nav_card_title {
  font-size: clamp(12px, 6.4cqw, 24px);
}

/* 下部の二重シェブロン */
.for-students .nav_card_arrow {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 50%;
  width: 4.4cqw;
  height: 7cqw;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.45));
}

.for-students .nav_card_arrow::before,
.for-students .nav_card_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 4.4cqw;
  height: 4.4cqw;
  border-right: 0.7cqw solid #fff;
  border-bottom: 0.7cqw solid #fff;
  transform: rotate(45deg);
}

.for-students .nav_card_arrow::before {
  top: -0.6cqw;
}

.for-students .nav_card_arrow::after {
  top: 1.6cqw;
}

.for-students .page_block_title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  color: #0099cc;
  background: #fff;
  font-size: 32px;
  border-bottom: 3px solid #0099cc;
  line-height: 1.4;
  border-radius: 0;
  margin: 1.5em 0 0.8em;
}

.for-students .column-number {
  position: relative;
  margin-right: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px #0099cc;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  clip-path: none;
  display: inline-block;
}

.for-students .column-number::after {
  display: none;
}

.for-students .title-text {
  display: inline-block;
  font-weight: bold;
  padding-left: 0;
  color: #0099cc;
}

.for-students .btn {
  background: linear-gradient(90deg, #dc448b 0%, #cb8acf 100%);
}

.for-students .page_content .page_block h4 {
  margin: 30px 0 15px;
  padding: 12px 15px;
  background-color: #5cc4e6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
}

/* --- 01 CEATECの歩き方 --- */
.for-students .page_content .page_block h4.before_visit, .for-students .page_content .page_block h4.on_day, .for-students .page_content .page_block h4.apply, .for-students .page_content .page_block h4.checklist, .for-students .page_content .page_block h4.meaning {
  position: relative;
  padding-left: 100px;
}

.for-students .page_content .page_block h4.before_visit::before, .for-students .page_content .page_block h4.on_day::before, .for-students .page_content .page_block h4.apply::before, .for-students .page_content .page_block h4.checklist::before, .for-students .page_content .page_block h4.meaning::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .page_content .page_block h4.checklist::before {
  background-image: url('../../ja/exhibition/for-students/images/checklist_icon.webp');
}

/* --- 01 CEATECの歩き方 --- */
.for-students .page_content .page_block h4.before_visit::before {
  background-image: url('../../ja/exhibition/for-students/images/search_icon.webp');
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .page_content .page_block h4.meaning::before {
  background-image: url('../../ja/exhibition/for-students/images/meaning_icon.webp');
}

/* --- 01 CEATECの歩き方 --- */
.for-students .page_content .page_block h4.on_day::before {
  background-image: url('../../ja/exhibition/for-students/images/walk_icon.webp');
}

/* --- 05 来場にあたって --- */
.for-students .page_content .page_block h4.apply::before {
  background-image: url('../../ja/exhibition/for-students/images/apply_icon.webp');
}

/* --- 01 CEATECの歩き方 --- */
#sec01_howto.page_block .col2.checklist_block {
  background: rgb(235 245 250);
  padding: 30px;
  margin: 30px 3%;
  border-radius: 8px;
}

.for-students #sec01_howto .checklist_area {
  width: 70%;
  border-radius: 8px;
}

.for-students #sec01_howto .checklist_area dt {
  margin-bottom: 0;
  line-height: 1.4;
}

.for-students #sec01_howto .checklist_area dd {
  margin-bottom: 0;
  margin-top: 0;
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .col2 figure {
  width: 24%;
}

/* --- 01 CEATECの歩き方 --- */
#sec01_howto.page_block .col2 {
  display: flex;
  justify-content: space-between;
}

#sec01_howto.page_block .col2 p {
  width: 67%;
  padding: 1% 0;
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .pic_list li {
  width: 25%;
}

/* --- 04 おすすめの展示 --- */
.for-students #sec04_howto .list_area.card_list {
  grid-template-columns: 1fr 1fr;
}

.for-students #sec04_howto .list_area .card {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 8px;
}

.for-students #sec04_howto .list_area .card a {
  text-decoration: none;
  color: inherit;
}

.for-students #sec04_howto .list_area .card .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.for-students #sec04_howto .list_area .card .ttl .text12 {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

.for-students #sec04_howto .list_area .card p {
  flex: 0 1 auto;
  margin-bottom: 20px;
  min-height: 88px;
  font-size: 14px;
  line-height: 1.6;
}

.for-students #sec04_howto .list_area .card .text_small {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.for-students .card.color_next, .for-students li.card.color_next {
  color: #e46c88;
  border: 1px solid #e46c88;
  background-color: rgb(250, 235, 239);
}

.for-students .card.coler_partners, .for-students li.card.coler_partners {
  color: #e3ac05;
  border: 1px solid #e3ac05;
  background-color: rgba(183, 138, 0, 0.08);
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .card.color_career, .for-students li.card.color_career {
  color: #2c5aa0;
  border: 1px solid #2c5aa0;
  background-color: rgb(235, 245, 255);
}

.for-students .card.coler_study, .for-students li.card.coler_study {
  color: #28a745;
  border: 1px solid #28a745;
  background-color: rgb(240, 248, 240);
}

/* --- 01 CEATECの歩き方 --- */
.for-students .page_content .page_block .recommend_area h4 {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 700;
  color: #e7b200;
  background: unset;
  padding: unset;
  font-size: 34px;
  line-height: 1;
}

.for-students .recommend_area .c_btn.link_btn {
  background: #e7b200;
  padding: 20px 30px 20px 20px;
  border: none;
  color: #fff;
  font-size: 1rem;
}

.for-students .session_body {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.for-students .main_img {
  width: 55%;
  margin: 0;
}

.for-students .main_img img {
  width: 100%;
  height: auto;
  display: block;
}

.for-students .speaker_list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.for-students .speaker {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.for-students .speaker_img {
  flex: 0 0 33%;
  margin: 0;
}

.for-students .speaker_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 02 CEATECとは --- */
.for-students #sec02_howto .composition {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.for-students #sec02_howto .composition p {
  flex: 1 1 0;
  margin: 0;
  color: #333;
  font-weight: 400;
}

.for-students #sec02_howto .composition_img {
  flex: 0 0 28%;
  margin: 0;
}

.for-students #sec02_howto .composition_img img {
  width: 100%;
  height: auto;
  display: block;
}

.for-students #sec02_howto .list_ttl {
  color: #db24d4;
  font-weight: 700;
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .meaning_detail.card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.for-students .meaning_detail .card {
  padding: 24px;
  border-radius: 8px;
}

.for-students .meaning_detail .card .ttl {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.2em;
}

.for-students .meaning_detail .card > p {
  margin-bottom: 15px;
  font-weight: 600;
}

.for-students .meaning_detail .card dl {
  margin: 15px 0 0 0;
  padding: 0;
}

.for-students .meaning_detail .card dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  margin-top: 12px;
  padding: 0 0 0 25px;
  line-height: 1.4;
  position: relative;
}

.for-students .meaning_detail .card dl dt:first-child {
  margin-top: 0;
}

.for-students .meaning_detail .card dl dt::before {
  content: "task_alt";
  font-family: "Material Icons Outlined";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #28a745;
  line-height: 1.1;
}

.for-students .meaning_detail .card.color_career dl dt::before {
  color: #2c5aa0;
}

.for-students .meaning_detail .card dl dd {
  margin-bottom: 0;
  padding: 0 0 8px 0;
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}

/* --- 03 Society 5.0 --- */
.for-students #sec03_howto .col2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.for-students #sec03_howto .col2 .card_list {
  display: block;
  width: 49%;
}

.for-students #sec03_howto .col2 figure {
  flex: 0 0 30%;
  margin: 0 auto;
}

.for-students #sec03_howto .col2 figure img {
  width: 100%;
  height: auto;
  display: block;
}

.for-students li.card.society_healthcare {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: rgb(248, 215, 218);
  padding: 24px;
}

.for-students li.card.society_mobility {
  color: #fd7e14;
  border: 1px solid #fd7e14;
  background-color: rgb(255, 243, 224);
  padding: 24px;
}

.for-students li.card.society_agriculture {
  color: #ffc107;
  border: 1px solid #ffc107;
  background-color: rgb(255, 248, 225);
  padding: 24px;
}

.for-students li.card.society_energy {
  color: #28a745;
  border: 1px solid #28a745;
  background-color: rgb(212, 237, 218);
  padding: 24px;
}

.for-students li.card.society_regional {
  color: #4a90e2;
  border: 1px solid #4a90e2;
  background-color: rgb(224, 240, 255);
  padding: 24px;
}

.for-students li.card.society_challenge {
  color: #6f42c1;
  border: 1px solid #6f42c1;
  background-color: rgb(233, 221, 246);
  padding: 24px;
}

/* --- 05 来場にあたって --- */
#sec05_howto .col2 {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
}

#sec05_howto .col2 > ul {
  width: 67%;
}

/* --- 06 来場後の活用 --- */
#sec06_howto .col2 {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
}

#sec06_howto .col2 p {
  width: 67%;
}

/* --- 共通（アイコン付きテキスト） --- */
/* アイコンを行頭に固定し、折り返した2行目以降をぶら下げインデントにする */
.for-students .before_visit_area .before_visit_txt,
.for-students .on_day_area ul li,
.for-students #sec05_howto .col2 > ul > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.for-students .before_visit_area .before_visit_txt + .before_visit_txt,
.for-students .on_day_area ul li + li,
.for-students #sec05_howto .col2 > ul > li + li {
  margin-top: 10px;
}

.for-students .before_visit_area .before_visit_txt > .material-icons-outlined,
.for-students .on_day_area ul li > .material-icons-outlined,
.for-students #sec05_howto .col2 > ul > li > .material-icons-outlined {
  flex: 0 0 auto;
}

@media screen and (max-width: 840px) {

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .inner_nav ul.card_list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* --- 04 おすすめの展示 --- */
  .for-students #sec04_howto .list_area.card_list {
    grid-template-columns: 1fr;
  }

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .meaning_detail.card_list {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 640px) {

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .inner_nav ul.card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .for-students .page_block_title {
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .for-students .column-number {
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .for-students .title-text {
    padding-left: 0;
  }

  .for-students .page_content .page_block h4 {
    margin: 15px 0;
    font-size: 16px;
  }

  /* --- 01 CEATECの歩き方 --- */
  .for-students .page_content .page_block h4.checklist::before, .for-students .page_content .page_block h4.meaning::before, .for-students .page_content .page_block h4.before_visit::before, .for-students .page_content .page_block h4.on_day::before, .for-students .page_content .page_block h4.apply::before {
    width: 73px;
    height: 73px;
    left: -13px;
  }

  .for-students .page_content .page_block h4.before_visit, .for-students .page_content .page_block h4.on_day, .for-students .page_content .page_block h4.apply, .for-students .page_content .page_block h4.checklist, .for-students .page_content .page_block h4.meaning {
    padding-left: 70px;
  }

  .for-students #sec01_howto .checklist_area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .for-students #sec01_howto .checklist_area dt {
    font-size: 16px;
    padding: 10px 12px 10px 30px;
  }

  .for-students #sec01_howto .checklist_area dt::before {
    left: 8px;
    font-size: 18px;
  }

  .for-students #sec01_howto .checklist_area dd {
    padding: 8px 12px 12px 12px;
    font-size: 14px;
  }

  /* --- 03 Society 5.0 --- */
  .for-students #sec03_howto .col2 {
    display: block;
  }

  .for-students #sec03_howto .col2 .card_list {
    width: 100%;
  }

  .for-students #sec03_howto .col2 figure {
    width: 100%;
    margin-top: 20px;
  }

  /* --- 01 CEATECの歩き方 --- */
  .for-students .page_content .page_block .recommend_area h4 {
    font-size: 1.8em;
  }

  .for-students .session_body {
    flex-direction: column;
  }

  .for-students .main_img {
    width: 100%;
  }

  .for-students .speaker_img {
    flex: 0 0 25%;
  }

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .pic_list li {
    width: 50%;
  }

  /* --- 01 CEATECの歩き方 --- */
  #sec01_howto.page_block .col2 {
    display: block;
  }

  #sec01_howto.page_block .col2 p {
    width: 100%;
  }

  #sec01_howto.page_block .checklist_block {
    padding: 10px 20px;
    margin: 0;
  }

  /* --- 02 CEATECとは --- */
  .for-students #sec02_howto .composition {
    flex-direction: column;
  }

  .for-students #sec02_howto .composition_img {
    flex: 0 0 auto;
    width: 40%;
    margin: 0 auto;
  }

  /* --- 05 来場にあたって --- */
  #sec05_howto .col2 {
    display: block;
  }

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .col2 figure {
    width: 50%;
    margin: 20px auto;
  }

  /* --- 05 来場にあたって --- */
  #sec05_howto .col2 > ul {
    width: 100%;
  }

  /* --- 06 来場後の活用 --- */
  #sec06_howto .col2 {
    display: block;
  }

  #sec06_howto .col2 p {
    width: 100%;
  }

}

@media (max-width: 480px) {

  /* --- 共通（ナビ・見出し・レイアウト） --- */
  .for-students .inner_nav ul.card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .for-students .page_block_title {
    font-size: 20px;
    border-bottom: 2px solid #0099cc;
  }

  .for-students .column-number {
    font-size: 40px;
  }

  /* --- 01 CEATECの歩き方 --- */
  .for-students .page_content .page_block .recommend_area h4 {
    font-size: 1.7rem;
  }

}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .page_content .page_block h4 {
  margin-left: 3%;
  margin-right: 3%;
}

.for-students .pic_list {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

/* --- 01 CEATECの歩き方 --- */
.for-students #sec01_howto .checklist_area {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: transparent;
  padding: 0;
}

.for-students #sec01_howto .checklist_area dt {
  background: #fff;
  padding: 15px 20px 5px 50px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  position: relative;
  margin-top: 15px;
}

.for-students #sec01_howto .checklist_area dt:first-child {
  margin-top: 0;
}

/* dt は上下パディングが非対称かつ2行になる場合があるため、1行目の行高に合わせる */
.for-students #sec01_howto .checklist_area dt::before {
  content: "check_box";
  font-family: "Material Icons Outlined";
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 22px;
  line-height: 22.4px;
  color: rgb(106, 117, 161);
}

.for-students #sec01_howto .checklist_area dd {
  background: #fff;
  padding: 5px 20px 15px 50px;
  margin: 0;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.for-students #sec01_howto .checklist_item {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.for-students #sec01_howto .checklist_item + .checklist_item {
  margin-top: 15px;
}

.for-students #sec01_howto .checklist_item:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.for-students #sec01_howto .checklist_item dt {
  margin-top: 0;
}

.for-students #sec01_howto .checklist_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.for-students #sec01_howto .checklist_links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  background: #eef5fa;
  border: 1px solid #cfe3ef;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #33628a;
  text-decoration: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.for-students #sec01_howto .checklist_links a::after {
  content: "keyboard_double_arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 16px;
}

.for-students #sec01_howto .checklist_links a:hover {
  opacity: 0.6;
  background: #eef5fa;
}

.for-students #sec01_howto .students_btn {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.for-students #sec01_howto .students_btn:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.for-students #sec01_howto .students_btn.close,
.for-students #sec01_howto .students_btn.close:hover,
.for-students #sec01_howto .students_btn.close:focus {
  pointer-events: none;
  cursor: default;
  transform: none;
  opacity: 1;
  transition: none;
}

/* リンク先（マップPDF）が未公開のためグレーアウトする。文字は画像に
   焼き込まれているため img 側をグレースケール化して非活性を示す */
.for-students #sec01_howto .students_btn.close img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.for-students #sec01_howto .beforevisit ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.for-students #sec01_howto .beforevisit ol > li {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
  position: relative;
}

.for-students #sec01_howto .beforevisit ol > li > a {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 20px 50px 20px 20px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  position: relative;
  min-height: 60px;
}

.for-students #sec01_howto .beforevisit ol > li > a:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.for-students #sec01_howto .beforevisit ol > li > a::after {
  content: "arrow_forward";
  font-family: "Material Icons Outlined";
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 20px;
  color: rgb(106, 117, 161);
}

.for-students #sec01_howto .beforevisit ol > li > a > span:first-child, .for-students #sec01_howto .beforevisit ol > li > a .num {
  display: none;
}

.for-students #sec01_howto .beforevisit > p {
  margin-top: 20px;
  font-size: 14px;
}

.for-students #sec01_howto .beforevisit > p a {
  color: rgb(106, 117, 161);
}

/* --- 02 CEATECとは --- */
.for-students #sec02_about ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 20px 0;
}

.for-students #sec02_about ol li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
  counter-increment: item;
}

.for-students #sec02_about ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: rgb(106, 117, 161);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.for-students #sec02_about ol li strong {
  color: rgb(106, 117, 161);
  font-weight: 700;
}

.for-students #sec02_about ol li a {
  color: rgb(106, 117, 161);
  text-decoration: underline;
}

.for-students #sec02_about ol li a:hover {
  text-decoration: none;
}

/* --- 03 Society 5.0 --- */
.for-students #sec03_what ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 20px 0;
}

.for-students #sec03_what ol li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
  counter-increment: item;
}

.for-students #sec03_what ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #F5A623;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.for-students #sec03_what .highlight, .for-students #sec03_what strong {
  background: linear-gradient(transparent 60%, #FFF59D 60%);
  font-weight: 700;
}

.for-students #sec03_what ol li a {
  color: #F5A623;
  text-decoration: underline;
}

.for-students #sec03_what ol li a:hover {
  text-decoration: none;
}

/* --- 04 おすすめの展示 --- */
.for-students #sec04_recom .card_list, .for-students #sec04_recom ul.card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.for-students #sec04_recom .card_list > li {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
}

.for-students #sec04_recom .card_list > li > a {
  display: block;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  overflow: hidden;
  position: relative;
}

.for-students #sec04_recom .card_list > li > a:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.for-students #sec04_recom .card_list > li > a img {
  width: 100%;
  height: auto;
  display: block;
}

.for-students #sec04_recom .card_list > li > a .card_text, .for-students #sec04_recom .card_list > li > a > span:not(:first-child) {
  display: block;
  padding: 15px 45px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.for-students #sec04_recom .card_list > li > a::after {
  content: "arrow_forward";
  font-family: "Material Icons Outlined";
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 20px;
  color: rgb(106, 117, 161);
}

@media screen and (max-width: 768px) {

  /* --- 04 おすすめの展示 --- */
  .for-students #sec04_recom .card_list > li {
    flex: 1 1 100%;
  }

}

/* --- 03 Society 5.0 --- */
.for-students .about_area .card_list .card .ttl::before {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* --- 04 おすすめの展示 --- */
.for-students #sec04_howto .list_area.card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.for-students #sec04_howto .list_area.card_list > .card {
  flex: 1 1 calc(50% - 10px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 8px;
  box-sizing: border-box;
}

.for-students #sec04_howto .card .ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.for-students #sec04_howto .card .ttl .text12 {
  display: inline-block;
  background: #e91e63;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.for-students #sec04_howto .card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.for-students #sec04_howto .card .text_small {
  font-size: 12px;
}

.for-students #sec04_howto .card > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {

  /* --- 04 おすすめの展示 --- */
  .for-students #sec04_howto .list_area.card_list > .card {
    flex: 1 1 100%;
  }

}

/* --- 04 おすすめの展示 --- */
.for-students #sec04_howto .card.color_next {
  background-color: rgb(254, 243, 246);
  color: #e46c88;
  border: 1px solid #e46c88;
}

.for-students #sec04_howto .card.coler_partners {
  background-color: rgb(255, 251, 239);
  color: #e3ac05;
  border: 1px solid #e3ac05;
}

.for-students #sec04_howto .card.color_next .ttl {
  color: #c9546b;
}

.for-students #sec04_howto .card.coler_partners .ttl {
  color: #e3ac05;
}

.for-students #sec04_howto .card p, .for-students #sec04_howto .card .text_small {
  color: #333;
}

.for-students #sec04_howto .card.color_next .ttl .text12 {
  color: #fff;
  background: #e46c88;
  border: 1px solid #e46c88;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px !important;
}

.for-students #sec04_howto .card.coler_partners .ttl .text12 {
  color: #fff;
  background: #f5a623;
  border: 1px solid #f5a623;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px !important;
}

/* --- 03 Society 5.0 --- */
.for-students .about_area .card .ttl::before {
  font-size: 14px;
  margin-right: 5px;
}

.for-students .about_area .card_list .card, .for-students .about_area ul.card_list .card {
  transition: none;
  transform: none;
  box-shadow: none;
  cursor: default;
}

.for-students .about_area .card_list .card:hover, .for-students .about_area ul.card_list .card:hover {
  transform: none;
  box-shadow: none;
}

.for-students .about_area {
  margin-top: 40px;
}

.for-students .about_area h5 {
  background: linear-gradient(90deg, #e3f2fd 0%, #fff 100%);
  padding: 12px 20px;
  border-left: 4px solid #2196f3;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 30px 0 15px;
  border-radius: 0 8px 8px 0;
}

.for-students .about_area .about_text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.for-students .about_area > ul.card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.for-students .about_area > ul.card_list > li.card {
  padding: 20px 24px;
  transition: none;
  cursor: default;
}

.for-students .about_area > ul.card_list > li.card .ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: none;
}

.for-students .about_area > ul.card_list > li.card .ttl::before {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
  margin-right: 4px;
}

.for-students .about_area li.card.society_healthcare .ttl {
  color: #e91e63;
}

.for-students .about_area li.card.society_healthcare .ttl::before {
  content: "local_hospital";
  color: #e91e63;
}

.for-students .about_area li.card.society_mobility .ttl {
  color: #2196f3;
}

.for-students .about_area li.card.society_mobility .ttl::before {
  content: "directions_car";
  color: #2196f3;
}

.for-students .about_area li.card.society_agriculture .ttl {
  color: #ff9800;
}

.for-students .about_area li.card.society_agriculture .ttl::before {
  content: "agriculture";
  color: #ff9800;
}

.for-students .about_area li.card.society_energy .ttl {
  color: #4caf50;
}

.for-students .about_area li.card.society_energy .ttl::before {
  content: "bolt";
  color: #4caf50;
}

.for-students .about_area li.card.society_regional .ttl {
  color: #9c27b0;
}

.for-students .about_area li.card.society_regional .ttl::before {
  content: "location_city";
  color: #9c27b0;
}

.for-students .about_area li.card.society_challenge .ttl {
  color: #607d8b;
}

.for-students .about_area li.card.society_challenge .ttl::before {
  content: "flag";
  color: #607d8b;
}

.for-students .about_area > ul.card_list > li.card dl {
  margin: 0;
  padding: 0;
}

.for-students .about_area > ul.card_list > li.card dl dd {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.for-students .about_area > ul.card_list > li.card dl dd::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 8px;
  color: inherit;
}

.for-students .about_area > ul.card_list > li.card dl dd:last-child {
  margin-bottom: 0;
}

.for-students .about_area ul.card_list.area02 {
  display: block;
}

@media screen and (max-width: 768px) {

  /* --- 03 Society 5.0 --- */
  .for-students .about_area > ul.card_list {
    grid-template-columns: 1fr;
  }

}

/* --- 03 Society 5.0 --- */
.for-students .about_area > ul.card_list > li.card:hover {
  box-shadow: none;
  transform: none;
}

/* --- 共通（ナビ・見出し・レイアウト） --- */
.for-students .inner_section {
  padding-left: 3%;
  padding-right: 3%;
}

.for-students .page_content .page_block .inner_section > h4 {
  margin-left: 0;
  margin-right: 0;
}

/* --- 03 Society 5.0 --- */
.for-students .about_area li.card.society_healthcare {
  background-color: rgb(255, 248, 248);
  border: 1px solid #e91e63;
  box-shadow: none;
}

.for-students .about_area li.card.society_mobility {
  background-color: rgb(245, 251, 255);
  border: 1px solid #2196f3;
  box-shadow: none;
}

.for-students .about_area li.card.society_agriculture {
  background-color: rgb(254, 250, 244);
  border: 1px solid #ff9800;
  box-shadow: none;
}

.for-students .about_area li.card.society_energy {
  background-color: rgb(247, 254, 248);
  border: 1px solid #4caf50;
  box-shadow: none;
}

.for-students .about_area li.card.society_regional {
  background-color: rgb(254, 250, 255);
  border: 1px solid #9c27b0;
  box-shadow: none;
}

.for-students .about_area li.card.society_challenge {
  background: #fff;
  border-left: 4px solid #607d8b;
  background-color: rgb(236, 239, 241);
  border: 1px solid #607d8b;
  box-shadow: none;
}

.for-students .about_area li.card:hover {
  box-shadow: none;
  transform: none;
}

/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list {
  grid-template-columns: repeat(3, 1fr);
}

.for-students .before_visit_area .check_list li a:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

@media screen and (max-width: 768px) {

  /* --- 01 CEATECの歩き方 --- */
  .for-students .before_visit_area .check_list {
    grid-template-columns: 1fr;
  }

}

/* --- 05 来場にあたって --- */
.for-students .page_content .page_block .school_card {
  background: #fff;
  border: 1px solid #f7d7e6;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0;
  transition: transform 0.2s ease;
}

.for-students .page_content .page_block .school_card:hover {
  transform: translateY(-3px);
}

.for-students .page_content .page_block .school_card .ttl {
  position: relative;
  background: #fff1f8;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 20px 20px 15px 70px;
}

.for-students .page_content .page_block .school_card .ttl::before {
  content: "school";
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  font-weight: 400;
  color: #fffcfd;
  background-color: #ffcce5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.for-students .page_content .page_block .school_card p {
  margin: 0;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.for-students .page_content .page_block .school_card .btn {
  display: inline-block;
  margin: 15px 20px 20px 20px;
}

.for-students .page_content .page_block .school_card .btn:hover {
  opacity: 0.6;
  transform: none;
}

@media screen and (max-width: 768px) {

  /* --- 05 来場にあたって --- */
  .for-students .page_content .page_block .school_card .btn {
    display: block;
    max-width: none;
  }

  .for-students .page_content .page_block .school_card .school_card_note {
    text-align: center;
  }

}

/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 30px 0 20px 0;
}

.for-students .before_visit_area .check_list li {
  flex: 1;
  margin: 0;
}

/* --- 05 来場にあたって --- */
/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list li a p {
  line-height: 1.4;
  position: relative;
}

/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list li a::after {
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 12px;
  bottom: 15px;
  font-size: 20px;
  color: #6a75a1;
}

@media screen and (max-width: 768px) {

  /* --- 01 CEATECの歩き方 --- */
  .for-students .before_visit_area .check_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .for-students .before_visit_area .check_list li a p {
    font-size: 12px;
    padding: 10px 35px 10px 10px;
  }

  .for-students .before_visit_area .check_list li a::after {
    right: 8px;
    bottom: 12px;
    font-size: 16px;
  }

}

/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list li a {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  position: static;
}

.for-students .before_visit_area .check_list li a img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
  width: 100%;
}

.for-students .before_visit_area .check_list li a p {
  background: #fff;
}

.for-students .before_visit_area .check_list li a::after {
  content: none;
  display: none;
}

/* --- 01 CEATECの歩き方 --- */
.for-students .before_visit_area .check_list li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.for-students .before_visit_area .check_list li a p::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  flex-shrink: 0;
  content: "keyboard_double_arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  color: #6a75a1;
}

@media screen and (max-width: 768px) {

  /* --- 01 CEATECの歩き方 --- */
  /* SP は3列のままなので、余白と文字を詰めて窮屈さを解消する */
  .for-students .before_visit_area .check_list li a p {
    padding: 14px 18px 14px 8px;
    gap: 4px;
    font-size: 12px;
  }

  .for-students .before_visit_area .check_list li a p::after {
    right: 5px;
    font-size: 14px;
  }

}

/* --- 02 CEATECとは --- */
.for-students .meaning_card.career {
  border: 2px solid #4396f4;
  background: #f5faff;
}

.for-students .meaning_card.career .meaning_card_header {
  border-bottom: 2px solid #4396f4;
}

.for-students .meaning_card.study {
  border: 2px solid #47bf4d;
  background: #f6fcf6;
}

.for-students .meaning_card.study .meaning_card_header {
  border-bottom: 2px solid #47bf4d;
}

@media screen and (max-width: 768px) {

  /* --- 02 CEATECとは --- */
  .for-students .meaning_cards {
    flex-direction: column;
  }

}

/* --- 02 CEATECとは --- */
.for-students .meaning_card_header {
  background: #fff;
  flex-shrink: 0;
  padding: 25px 20px;
  color: #fff;
}

.for-students .meaning_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
  align-items: stretch;
}

.for-students .meaning_card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  padding: 25px 20px;
  overflow: visible;
}

.for-students .meaning_card.career .meaning_card_header, .for-students .meaning_card.study .meaning_card_header {
  background: transparent;
  background-image: none;
  border: none;
  padding: 0 0 20px 0;
  text-align: center;
}

.for-students .meaning_card_title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.for-students .meaning_card.career .meaning_card_title {
  color: #4396f4;
}

.for-students .meaning_card.study .meaning_card_title {
  color: #47bf4d;
}

.for-students .meaning_card_title .gray {
  color: #666;
  font-weight: 400;
  font-size: 18px;
}

.for-students .meaning_card_subtitle {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.for-students .meaning_card_items {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.for-students .meaning_card_item {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: none;
  border-bottom: none;
  border-radius: 0;
  padding: 18px;
  flex: 1;
}

.for-students .meaning_card_item:last-child {
  border-bottom: none;
}

.for-students .meaning_card_item::after {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  color: #999;
  flex-shrink: 0;
  content: none;
  display: none;
}

.for-students .meaning_card_item .item_icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.for-students .meaning_card_item .item_content {
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  display: block;
}

.for-students .meaning_card_item .item_title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px 0;
}

.for-students .meaning_card_item .item_text {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {

  /* --- 02 CEATECとは --- */
  .for-students .meaning_cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .for-students .meaning_card_item {
    flex: none;
  }

}

/* --- 01 CEATECの歩き方 --- */
.for-students .page_content .page_block .recommend_area h4.link_title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 12px 30px;
  background: #ffc336;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 8px 8px 0 0;
}

.for-students .recommend_area h4.link_title .star {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-smoothing: antialiased;
}

.for-students .recommend_inner {
  background: #fffad9;
  padding: 40px 25px;
  border-radius: 0 8px 8px 8px;
}

.for-students .recommend_inner .session_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 25px 0;
}

.for-students .recommend_inner .session_meta {
  flex: 1;
  min-width: 0;
}

.for-students .recommend_inner .session_meta .date {
  font-size: 15px;
  font-weight: 700;
  color: #ffc336;
  margin: 0 0 8px 0;
}

.for-students .recommend_inner .session_meta .session_title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.for-students .recommend_inner .place {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #ffc336;
  color: #333;
  font-size: 11px;
  padding: 4px 12px;
  margin: 0;
  border-radius: 4px;
  text-align: center;
}

.for-students .recommend_inner .link_area {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}

.for-students .recommend_inner .link_area .btn {
  background: #f3bd3d;
  box-shadow: 0px 0px 10px 0px rgb(97 41 5 / 30%);
  background-image: none;
  min-width: 280px;
  margin: 0;
}

.for-students .recommend_inner .link_area .btn span {
  font-size: 15px;
}

@media screen and (max-width: 768px) {

  /* --- 01 CEATECの歩き方 --- */
  .for-students .recommend_inner {
    padding-top: 20px;
  }

  .for-students .recommend_inner .session_header {
    flex-direction: column;
    gap: 12px;
  }

  .for-students .recommend_inner .place {
    align-self: flex-start;
  }

  .for-students .recommend_inner .session_meta .session_title {
    font-size: 20px;
  }

  .for-students .page_content .page_block .recommend_area h4.link_title {
    font-size: 18px;
    padding: 10px 20px;
  }

  .for-students .recommend_inner .link_area .btn {
    min-width: 0;
    width: 100%;
  }

}

.for-students .session_card_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.for-students .session_card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  row-gap: 6px;
  align-items: start;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 195, 54, 0.45);
}

.for-students .session_card:first-child {
  padding-top: 0;
  border-top: none;
}

.for-students .session_card:last-child {
  padding-bottom: 0;
}

.for-students .session_card_date {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #d58c06;
  line-height: 1.5;
}

.for-students .session_card_aside {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 100px;
}

.for-students .session_card_title {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.for-students .session_card_desc {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.for-students .session_card_tag {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #ffc336;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1.4;
}

.for-students .session_card_place {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
}

.for-students .session_card_place .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-size: 16px;
  line-height: 1.4;
  color: #ffc336;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.for-students .program_area {
  margin: 40px 0 0;
  transition: transform 0.2s ease;
}

.for-students .program_area:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.for-students .page_content .page_block .program_area h4.link_title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 12px 30px;
  background: #5a96b8;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 8px 8px 0 0;
}

.for-students .program_area h4.link_title .star {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-smoothing: antialiased;
}

.for-students .program_inner {
  background: #eef4f8;
  padding: 40px 25px;
  border-radius: 0 8px 8px 8px;
}

.for-students .program_title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2e7ca6;
  line-height: 1.4;
}

.for-students .program_body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 16px 0 0;
  padding: 0;
}

.for-students .program_main {
  flex: 1;
  min-width: 0;
}

.for-students .program_desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.for-students .program_org {
  margin: 16px 0 0;
  padding: 0;
}

.for-students .program_org_item {
  display: flex;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.for-students .program_org_item + .program_org_item {
  margin-top: 4px;
}

.for-students .program_org_item dt {
  flex-shrink: 0;
  margin: 0;
  font-weight: 400;
  color: #888;
}

.for-students .program_org_item dd {
  margin: 0;
  color: #777;
}

.for-students .program_img {
  flex: 0 0 280px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.for-students .program_img img {
  width: 100%;
  height: auto;
  display: block;
}

.for-students .program_sns {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.for-students .program_sns a {
  color: #2e7ca6;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.for-students .program_sns a:hover {
  opacity: 0.6;
}

.for-students .program_inner .link_area {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}

.for-students .program_inner .link_area .btn {
  display: inline-block;
  background: #2e7ca6;
  box-shadow: 0px 0px 10px 0px rgb(20 70 100 / 25%);
  background-image: none;
  min-width: 280px;
  margin: 0;
  transition: opacity 0.2s ease;
}

.for-students .program_inner .link_area .btn span {
  font-size: 15px;
}

.for-students .program_inner .link_area .btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {

  .for-students .session_card {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .for-students .session_card_date {
    grid-column: 1;
    grid-row: 1;
  }

  .for-students .session_card_aside {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 12px;
  }

  .for-students .session_card_title {
    grid-column: 1;
    grid-row: 3;
    font-size: 15px;
  }

  .for-students .session_card_desc {
    grid-column: 1;
    grid-row: 4;
  }

  .for-students .session_card_place {
    text-align: left;
    justify-content: flex-start;
  }

  .for-students .page_content .page_block .program_area h4.link_title {
    font-size: 18px;
    padding: 10px 20px;
  }

  .for-students .program_inner {
    padding-top: 20px;
  }

  .for-students .program_body {
    flex-direction: column;
    gap: 20px;
  }

  .for-students .program_img {
    flex: none;
    width: 100%;
  }

  .for-students .program_title {
    font-size: 18px;
  }

  .for-students .program_inner .link_area .btn {
    min-width: 0;
    width: 100%;
  }

}

/* --- 02 CEATECとは --- */
.for-students #sec02_howto .whats_list .list_ttl {
  display: block;
  background: none;
  font-weight: 700;
  color: #e4318c;
  margin: 0;
}

.for-students #sec02_howto .whats_list p {
  display: block;
  width: auto;
  float: none;
  padding-left: 2.5em;
  margin: 0;
  color: #000;
}

/* --- 03 Society 5.0 --- */
.for-students #sec03_howto .hl, .for-students .text_area .hl {
  font-weight: 700;
  color: #e4318c;
  font-size: 1.65em;
  margin: 0 5px;
  text-decoration: none;
  background: none;
  background-image: none;
}

/* --- 04 おすすめの展示 --- */
.for-students #sec04_howto .card {
  transition: transform 0.2s ease;
  cursor: default;
}

.for-students #sec04_howto .card:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.for-students #sec04_howto .card .c_btn.link_btn, .for-students #sec04_howto .card a.c_btn.link_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

/* カード下端を揃えるため、最初のボタンだけ余白で下に押し出す */
.for-students #sec04_howto .card .c_btn.link_btn:first-of-type {
  margin-top: auto;
}

.for-students #sec04_howto .card .c_btn.link_btn:hover, .for-students #sec04_howto .card a.c_btn.link_btn:hover {
  opacity: 0.6;
  background: #fff;
}

.for-students #sec04_howto .card .c_btn.link_btn::after, .for-students #sec04_howto .card a.c_btn.link_btn::after {
  content: "keyboard_double_arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
  margin-left: auto;
  line-height: 1;
}

/* 公開前は a.close で個別に非活性化（片方だけ公開も可能） */
.for-students #sec04_howto .card a.c_btn.link_btn.close,
.for-students #sec04_howto .card a.c_btn.link_btn.close:hover,
.for-students #sec04_howto .card a.c_btn.link_btn.close:focus {
  background-color: #dedede;
  border: 1px solid #dedede;
  color: #bcbcbc;
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

.for-students #sec04_howto .card a.c_btn.link_btn.close::after {
  content: none;
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* --- 05 来場にあたって --- */
/* 団体登録申請フォームは受付前のため a.close で個別に非活性化 */
.for-students #sec05_howto .school_card a.btn.close,
.for-students #sec05_howto .school_card a.btn.close:hover,
.for-students #sec05_howto .school_card a.btn.close:focus {
  background: #dedede;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
  transform: none;
}

.for-students #sec05_howto .school_card a.btn.close span {
  color: #bcbcbc;
}

.for-students .page_content .page_block .school_card .btn:has(+ .school_card_note) {
  margin-bottom: 0;
}

.for-students .page_content .page_block .school_card .school_card_note {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.for-students .page_content .page_block .inner_content2 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {

  /* --- 03 Society 5.0 --- */
  .for-students #sec03_howto .hl, .for-students .text_area .hl {
    font-size: 1.3em;
  }

}

/* --- 02 CEATECとは --- */
.for-students #sec02_howto .whats_list, .for-students #sec02_howto .whats_list li {
  display: block;
  flex-direction: column;
}

.for-students #sec02_howto .composition .whats_list p, .for-students #sec02_howto .whats_list li p {
  flex: none;
  display: block;
  width: auto;
  padding-left: 2.5em;
  margin: 0;
  color: #000;
}

/* --- 01 CEATECの歩き方 --- */
.for-students .recommend_area {
  margin-top: 20px;
  background: transparent;
  padding: 0;
  margin: 40px 0 0;
  transition: transform 0.2s ease;
}

.for-students .recommend_area:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.for-students .recommend_inner .link_area .btn {
  display: inline-block;
  align-items: normal;
  justify-content: normal;
  gap: normal;
  transition: opacity 0.2s ease;
}

.for-students .recommend_inner .link_area .btn::after {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  content: none;
  display: none;
}

.for-students .recommend_inner .link_area .btn:hover {
  opacity: 0.6;
}

/* --- 03 Society 5.0 --- */
.for-students .why_society {
  margin-top: 50px;
  text-align: center;
}

.for-students .why_society h5.why_title {
  background: none;
  background-image: none;
  border: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  color: #1565c0;
  text-align: center;
}

.for-students .why_society .why_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 35px 0;
  text-align: center;
}

.for-students .why_society .why_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

.for-students .why_society .why_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.for-students .why_society .why_icon {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  margin: 0 0 15px 0;
  background: radial-gradient(circle closest-side, #e3f2fd 0 78%, rgba(227, 242, 253, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.for-students .why_society .why_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.for-students .why_society .why_text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: center;
}

.for-students .why_society .why_conclusion::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 35px auto 30px auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #90caf9;
}

.for-students .why_society .why_conclusion {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {

  /* --- 03 Society 5.0 --- */
  .for-students .why_society .why_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .for-students .why_society h5.why_title {
    font-size: 20px;
  }

  .for-students .why_society .why_conclusion {
    font-size: 14px;
    text-align: left;
  }

}

/* --- 共通（ナビ・見出し・レイアウト） --- */
/* SP では左右の追い込みを外し、他の下層ページと表示幅を揃える */
@media screen and (max-width: 768px) {

  .for-students .page_content.container {
    padding-left: 0;
    padding-right: 0;
  }

  .for-students .inner_section {
    padding-left: 0;
    padding-right: 0;
  }

  .for-students .page_content .page_block h4 {
    margin-left: 0;
    margin-right: 0;
  }

  #sec01_howto.page_block .col2.checklist_block {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .for-students .page_content .page_block .inner_content2 {
    padding-left: 0;
    padding-right: 0;
  }

}
