@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Kiwi+Maru&display=swap');

/*========================================
    全体にかかる設定
========================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  line-height: 1.6;
}

/*========================================
    ヘッダー
========================================*/
header {
  position: sticky;
  top: 0;
  background: #fff;
  color: #000;
  padding: 0.25rem;
  z-index: 1000;
  border-bottom: 1px solid #0e3994;
}

.header-inner {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner img {
  height: 60px;
  width: auto;
  margin: 0;
}

/*========================================
    フッタ
========================================*/
footer {
  background-color: #0e3994;
  color: white;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.75rem;
  margin-top: 3em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw !important;
}

.footer {
  padding: 20px 0;
  overflow: hidden;
}

main a {
  color: #0e3994;
}

main a:hover {
  opacity: 0.7;
}

/*========================================
   年度
========================================*/
.archive {
  display: flex;
  justify-content: center;

}

.archive ul {
  list-style: none;
  display: flex;
  text-align: center;

}

.archive ul::after {
  content: "";
  display: block;
  clear: both;
}

.archive ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.archive ul li:last-child {
  border-right: none;
}

.archive ul li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #fff;
}

.archive ul li a:hover {
  background: rgba(255, 208, 227, 0.15);
}

.archive ul li a:visited {
  color: #fff;
}

/*========================================
   申込ボタン
========================================*/

.background_btn03 {
  position: relative;
  width: auto;
  max-width: 450px;
  color: #fff;
  font-weight: 600;
  background: #6449ff;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
}

.background_btn03::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #6449ff;
  transform: scale(1.5, 1.5);
  opacity: 0;
  z-index: 1;
}

.background_btn03:hover {
  background: #fff;
  color: #000;
}

.background_btn03:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}


/*========================================
   トップページの申込ボタン
========================================*/

.top_application_btn {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top_application_btn-endai-01col{
    text-align: center;
}

.top_application_btn-endai {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
  margin-top: 1.5rem;
  padding-left: 70px;
}

.top_application_btn-tenji {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%;
  max-width: 330px;
  transition: 0.3s;
  margin-top: 1.5rem;
  padding-left: 70px;
}

.top_application_btn-tenji {
  background: #F88400;
}

.top_application_btn-endai {
  background: #4D9BC1;
}

.top_application_btn-tenji::before,
.top_application_btn-endai::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_application_btn-tenji::before {
  width: 40px;
  height: 40px;
  background-image: url("../img/top_application_btn-tenji.png");
}

.top_application_btn-endai::before {
  width: 40px;
  height: 40px;
  background-image: url("../img/top_application_btn-endai.png");
}


.top_application_btn-tenji .copy_txt {
  color: #F88400;
}

.top_application_btn-endai .copy_txt {
  color: #4D9BC1;
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff;
  font-size: 90%;
  border-radius: 5px;
}

.top_application_btn img {
  width: 1em;
  margin-right: 0.5em;
}

.top_application_btn-tenji:hover,
.top_application_btn-endai:hover {
  transform: scale(1.05);
}

/*========================================
   出展企業テーブル
========================================*/

.company {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: none;
  margin: 30px auto 20px;
}

.company th,
.company td {
  display: block;
  width: 100%;
  border: none;
  font-size: 15px;
  padding: 20px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}

.company th {
  font-weight: 700;
  color: #fff;
  background: #0e3994;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {

  .company th,
  .company td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
  }

  .company th {
    color: #000;
    background: #fff;
  }

  .company tr th:first-child {
    width: 150px;
  }
}

/*========================================
   NEWアイコン
========================================*/

.badge {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.bg-red {
  background-color: #e74c3c;
}

/*========================================
    上に戻るボタン
========================================*/

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: #0e3894a1;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

/*========================================
    メインビジュアル
========================================*/

.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mv-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/*========================================
   リスト
========================================*/
.list-01 {
  list-style-type: disc;
}

.list-01 li {
  padding: 0.1rem 0.1rem 0.1rem 0;
}

.list-01 li::marker {
  color: #0e3994;
  font-size: 1.1em;
}


ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
}

ul.cp_list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

ul.cp_list li::before {
  position: absolute;
  content: '';
  display: block;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #6449ff;
  border-bottom: 3px solid #6449ff;
  transform: rotate(-45deg);
}

/*========================================
   テーブルレイアウト
========================================*/
.table-01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #344798;
}

.table-01 tr {
  border-top: dashed 1px #333;
}

.table-01 th {
  padding: 0.25rem;
  background: rgb(198, 214, 255);
  border-right: dashed 1px #333;
}

.table-01 td {
  padding: 0.25rem;
  border-right: dashed 1px #333;
  text-align: left;
}

/*========================================
    パンくずリスト
========================================*/
.breadcrumbs {
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 85%;
  opacity: 0.7;
}

.breadcrumbs li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
}

.breadcrumbs li:last-child::after {
  content: none;
}

.breadcrumbs a {
  color: #1270ef;
}

/*========================================
    トップページ上部のお知らせボックス
========================================*/
.info-box01 {
  display: block;
  position: relative;
  padding: 01em;
  margin: 0.5rem 1em;
  border: solid 3px #0e3994;
  background: #fff9b7;
  font-size: 1rem;
}

/*========================================
    オンデマンド配信ページ上部ボタン
========================================*/
.igku_btn_2cal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.igku_btn_2cal div:nth-child(1) {
  background-image: linear-gradient(0deg, #00046c 0%, #0007c3 100%);
}

.igku_btn_2cal div:nth-child(2) {
  background-image: linear-gradient(0deg, #004103 0%, #006504 100%);
}


.igaku_btn_03 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 70px;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0.75rem 0.25rem;
  margin: 0.25rem;
  text-align: center;
}

.igaku_btn_03 a {
  text-decoration: none;
  color: #fff;
}

.igaku_btn_03:hover {
  opacity: 0.8;
}


.igaku_btn_04 {
  background-image: linear-gradient(0deg, #00046c 0%, #0007c3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 70px;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0.75rem 0.25rem;
  margin: 0 auto;
  text-align: center;
}

.igaku_btn_04 a {
  text-decoration: none;
  color: #fff;
}

.igaku_btn_04:hover {
  opacity: 0.8;
}

.ondemand-info-box01 {
  display: block;
  position: relative;
  padding: 1em;
  margin: 2em 1em;
  border: solid 1px #0007c3;
  background: #fff9b7;
  font-size: 0.75rem;
}

.ondemand-login-01 {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: auto;
  border: solid 1px #333;
  background: #838383;
  width: 10em;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
}

.ondemand-login-01 a {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.ondemand-login-01 a:hover {
  opacity: 0.7;
}

/*========================================
    プログラム上部ボタン
========================================*/
.igku_btn_3cal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.igku_btn_3cal div:nth-child(1) {
  background: #0007c3;
}

.igku_btn_3cal div:nth-child(2) {
  background: #c10000;
}

.igku_btn_3cal div:nth-child(3) {
  background: #0007c3;
}

.igaku_btn_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  background: #250088;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0.75rem 0.25rem;
  margin: 0.25rem;
}

.igaku_btn_02 a {
  text-decoration: none;
  color: #fff;
}

.igaku_btn_02:hover {
  opacity: 0.7;
}


/*========================================
    更新情報
========================================*/
dl div {
  display: flex;
  padding: 6px;
  border-bottom: 2px dashed #b5b5b5;
}

dt {
  float: left;
  min-width: 8em;
}

dd {
  margin-left: 10px;
}

/*========================================
    募集ページ上部ボタン
========================================*/
a.igaku_btn_01 {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #6449ff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s;
}

a.igaku_btn_01:hover {
  background-color: #9381fa;
}

.igaku_btn_01 img {
  width: 20px;
  height: 20px;
  fill: white;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}

/*========================================
    見出し
========================================*/

h1.h1-grd01 {
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-size: 1.375em;
  background: linear-gradient(to right, #005bc3, #e1d097);
  border-radius: 3px;
  padding: 1.5rem;
  border: 0;
  margin-bottom: 1rem;
}

h1.h1-bl01 {
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-size: 1.375em;
  background: #0007c3;
  border-radius: 3px;
  padding: 0.75rem;
  border: 0;
}

h2 {
  padding-left: 0.5em;
  padding-bottom: 0.25em;
  color: #333;
  font-family: "Kiwi Maru", serif;
  font-size: 1.375em;
  background: #fff;
  border-left: solid 5px #0e3994;
  border-bottom: solid 2px #b5b5b5;
}

h3 {
  position: relative;
  border-top: solid 2px #26bfa1;
  border-bottom: solid 2px #26bfa1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  font-family: "Kiwi Maru", serif;
}

h3:after {
  /*タブ*/
  position: absolute;
  content: 'step';
  background: #26bfa1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.2em;
  font-family: "Kiwi Maru", serif;
  position: relative;
  padding: 0px 15px;
}

h4::before {
  content: "";
  position: absolute;
  background: #DEEBF7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}

/*========================================
    サイドメニュー
========================================*/
.container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 10px;
}

aside {
  width: 250px;
  background: #ffffff;
  padding: 1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  position: sticky;
  top: 60px;
  /* height of header */
  align-self: flex-start;
  border: solid 1px #00046c;
  border-radius: 10px;
}

.sidebar-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0e3994;
  text-align: center;
}


aside .logo {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

aside ul {
  list-style: none;
  padding-left: 0;
}

aside ul li {
  margin: 1rem 0;
}

aside ul li a {
  text-decoration: none;
  color: #333;
  font-family: "Kiwi Maru", serif;
}

aside ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
}

aside ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #0e3994;
  transition: width 0.3s ease;
}

aside ul li a:hover::after {
  width: 100%;
}

aside ul li::before {
  content: '＞';
  margin-right: 0.5rem;
  color: #0e3994;

}

.nav-menu-01 {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1.5rem;
  font-family: "Kiwi Maru", serif;
}

.nav-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

aside ul li .nav-list-01 {
  text-align: center;
}

.nav-list-01_a {
  display: block;
  text-align: center;
}

aside ul li .nav-list-01_a:hover::after {
  width: 0%;
}

.nav-list-01 li::before {
  content: none;
}

.nav-menu-01 {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem;
  margin-top: 2em;
  background: #0e3994;
  color: #fff;
  text-align: center;
}

main {
  flex: 1;
  padding: 1rem;
}

/*========================================
    ハンバーガ
========================================*/
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #000;
  padding-right: 1rem;
}

.menu-toggle.open {
  transform: rotate(90deg);
}

/*========================================
    スマホ用設定
========================================*/

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .container {
    flex-direction: column;
  }

  .wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  a.igaku_btn_01 {
    justify-content: center;
  }

  aside {
    width: 100%;
    position: fixed;
    top: 60px;
    /* header height */
    left: 0;
    transform: translateX(-100%);
    z-index: 999;
    background: #f4f4f4;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }

  aside.active {
    transform: translateX(0);
  }

  .mv-img {
    transform: none !important;
  }

  .header-inner img {
    height: 40px;
    width: auto;
    margin: 0;
  }

      .number {
        font-size: 28px
      }
      .label {
        font-size: 12px
      }
      .countdown {
        gap: 0.5rem
      }
}

/*========================================
    写真横並びレスポンシブ
========================================*/
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }


/*========================================
    トップページのカウントダウン
========================================*/

  .card {
    background: linear-gradient(180deg, var(--card), rgba(255, 255, 255, 0.02));
    border-radius: 5px;
    padding: 1rem;
    margin: 0 1.25rem 1.25rem;
    box-shadow: 0 0 10px #00046c67;
    width: auto;
    text-align: center;
    background: linear-gradient(to right, #362ae0 0%, #3b79cc 40%, #3bc2cc 50%, #ed8642 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .countdown {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
  }

  .unit {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
    min-width: 0;
  }

  .number {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .label {
    font-size: 16px;
  }


/*========================================
トップページの見だし左からアニメーションあり
========================================*/

  .bg {
    position: relative; /* ::before の絶対位置用 */
  }

  .bg .bg-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
  }

  .bg.is-animated .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    z-index: 0;
  }

  .bg .bg-wrap .inn {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
  }

  @keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
      opacity: 1;
    }
    100% {
      transform: scaleX(1) translateX(0);
      opacity: 1;
    }
  }