@charset "UTF-8";
/* 初期設定
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

/* モーダル等開いた時に後ろが動いてしまうのを防ぐ設定 */
html.is-hidden {
  overflow: hidden;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

:where(table) {
  border-collapse: collapse;
  width: 100%;
}

:where(.wrapper) {
  background-color: #fff;
  margin: 0 auto;
}

/* 共通
-------------------------------------------------- */
/* レスポンシブ消去
-------------------------------------------------- */
.pcB {
  display: none !important;
}
.spB {
  display: block !important;
}
.pcI {
  display: none;
}
.spI {
  display: inline;
  margin-bottom: 4vw;
}
/* 背景方眼紙模様 */
/* .lineBox {
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      rgba(158, 210, 210, 0.2) calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      rgba(158, 210, 210, 0.2) calc(100% - 1px)
    );
  background-size: 10.66667vw 10.66667vw;
  background-repeat: repeat;
  background-position: top center;
} */
/* メイン */
.main__inner {
  padding: 3.73334vw 0 13.33334vw;
}
/* アイコン */
.icon_txtLink span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 0 2.4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon_txtLink span::before {
  content: "";
  display: inline-block;
  background-image: url("/seeds/assets/img/exposchool-reports/icon_txtLink.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.33334vw;
  width: 11.344vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  z-index: 100;
}
.icon_txtLink:hover span::after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.icon_txtLink a:focus span::after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

/* sec共通
-------------------------------------------------- */
/* セクションインナー */
.sec__inner {
  margin: 0 auto;
  width: 89.33334vw;
}
.sec__ttl {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.45834;
  text-align: center;
}
/* セクション内テキスト共通 */
.sec .txt {
  color: #666;
  font-size: 4.26667vw;
  line-height: 2;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* active-lab2025 Module
* active-lab2025ページ用
-------------------------------------------------- */

/* kv
-------------------------------------------------- */
.kv__inner {
  position: relative;
}

.kv__ttl {
  /* TODO：背景指定 */
  /* background-image: url("/seeds/assets/img/future-prize/ttl_entry.svg"); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 6.9791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.0416666667vw;
  height: 6.9791666667vw;
  color: #008486;
}

.kv .txt-wrap {
  margin-top: -11.9791666667vw;
}
.kv .sub-txt {
  font-size: 1.4583333333vw;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
.kv .txt {
  font-size: 1.0416666667vw;
  text-align: center;
  color: #666666;
  margin-top: 2.6041666667vw;
  line-height: 2;
}

/* 「第58期朝⽇やさしい科学の教室
クボタ‧アクティブ‧ラボ2025 」の同⽇開催！
-------------------------------------------------- */

.txt-wrap-top {
  display: flex;
  align-items: flex-start; /* 上に揃える */
  position: relative;
}
.txt-wrap-top h2 {
  margin-left: calc(10px * var(--i)); /* 水平ずれ */
  margin-top: calc(10px * var(--i)); /* 垂直ずれ */
}

div .icon_01 {
  float: left;
  width: 2.67vw;
  height: 2.67vw;
  margin-right: 0.859375vw;
  margin-top: 1.5vw;
  margin-left: calc(10px * var(--i)); /* 水平ずれ */
  /* margin-top: calc(10px * var(--i));  */
  /* 垂直ずれ */
}
.icon_02 {
  width: 2.67vw;
  height: 2.67vw;
  margin-top: 4.1vw;
  margin-left: 0.703125vw;
}
.sec--01 {
  margin-top: 5.2083333333vw;
  margin-bottom: 5.2083333333vw;
}
.sec--01 .txt {
  /* TODO:サイズ指定 */
  font-size: 100.25vw;
}
/* 目次
-------------------------------------------------- */
.sec--02 {
  margin-top: 1.25vw;
}
.sec--02 .index-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* TODO:要調整、マージンも */
  padding-bottom: 8vw;
}
.sec--02.sec .txtLink {
  margin: 0 0 2vw;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
}

/* メインコンテンツ
-------------------------------------------------- */
.sec--03 {
  /* TODO:色指定 */
  background: rgb(239, 247, 246);
  overflow: hidden;
}
.sec--01.sec .txt {
  font-size: 1.458vw;
  line-height: 2;
  color: #666666;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.sec--02.sec .txt {
  font-size: 1.25vw;
  line-height: 2;
  color: #666666;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.sec--03.sec .txt {
  font-size: 1.458vw;
  line-height: 2;
  color: #666666;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.sec sec--03 .inner-block {
  margin-top: 13.3333333333vw;
}
.sec--03 .chapter {
  margin-top: 7.3333333333vw;
}
.sec--03 .sec__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  /* TODO:マージン調整 */
  margin-bottom: 2vw;
  height: 5.56vw;
  width: 100%;
  /* TODO：色調整 */
  color: #fefdfd;
  background-color: #05a8a9;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  white-space: nowrap;
}
.sec--03 .image-container {
  display: flex;
  flex-wrap: wrap;
  /* TODO:要調整、マージンも */
  gap: 0.80vw;
  margin-top: 0vw;
}
.sec--03 .image-item {
  flex: 1;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
.sec--03 .image-title {
  /* TODO：フォントサイズ調整 */
  font-size: 0.94vw;
  text-align: left;
  padding: 0.2vw 0 0;
  color: #666666;
}

.sec--03 .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.3vw;
}
.sec--03 .grid-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec--03 .movie-wrapper {
  display: flex;
  justify-content: center;
  /* aspect-ratio: 16 / 9; */
}

.sec--03 .movie-wrapper iframe {
  border-radius: 16px;
  border: solid 1px #CCCCCC;
  width: 49.47916666666667vw;
  height:27.8125vw;
}

.sec--03 .movie-title-wrapper {
text-align: center;
}

.sec--03 .movie-title {
  color: #008486;
  font-size: 1.98vw;
  font-weight: 700;
  margin: 3.646vw auto 1.98vw;
  text-align: center;
  border-bottom: dotted 4px #00A8A9;
  padding:0 0.52vw 0.94vw;
  display: inline-block;
}

.sec--03 .txt-wrap .txt {
  margin-bottom: 6vw;
}
.sec--04 .chapter {
  padding-top: none;
}
#txt01 {
  text-align: justify;
  text-align-last: left; /* 行末を左揃えにする（最終行のみ） */
  word-break: break-word; /* 長すぎる英単語なども改行 */
  margin-bottom: 1vw;
}
#txt02 {
  text-align: justify;
  text-align-last: left; /* 行末を左揃えにする（最終行のみ） */
  word-break: break-word; /* 長すぎる英単語なども改行 */
  margin-top: 2vw;
}
.participant_comments {
  font-size: 1.3333333333333335vw;
  color: #666666;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 1.458vw;
}
.participant_comments::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px; /* 下線と文字の間隔 */
  width: 100%;
  height: 4px; /* 線の太さ */
  background-color: #00A8A9;
}
#txt03 {
  /* margin-top: 3.95vw; */
  margin-bottom: 2vw;
}
#img-ma {
  margin-top: 6vw;
  margin-bottom: 6vw;
}
#txt04 {
  text-align: justify;
  text-align-last: left; /* 行末を左揃えにする（最終行のみ） */
  word-break: break-word; /* 長すぎる英単語なども改行 */
  margin-top: 2vw;
  margin-bottom: 0;
}

.txt08 {
    font-size: 1.458vw;
    line-height: 2;
    color: #666666;
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-bottom: 2.25vw;
}


#txt05 {
  text-align: justify;
  text-align-last: left; /* 行末を左揃えにする（最終行のみ） */
  word-break: break-word; /* 長すぎる英単語なども改行 */
  margin-top: 2vw;
  margin-bottom: 0vw;
}
#txt06 {
  text-align: center;
  margin: 3.125vw auto 0;
  font-size: 1.56vw;
}
#txt07 {
  text-align: center;
  margin: 0 auto 7vw;
  font-size: 1.56vw;
}
.fontcolor {
  color: #008486;
  word-break: break-all;
}
.txtLink {
  font-size: 1vw;
  margin-top: 21.33334vw;
}
.txtLink a {
  /* border-top: 0.2vw solid #00a8a9;
  border-bottom: 0.2vw solid #00a8a9; */
  border-top: 4px solid #00a8a9;
  border-bottom: 4px solid #00a8a9;
  line-height: 1.25;
  margin: 0 auto;
  padding: 0.94vw 0;
  display: table;
  width: 16.8vw;
}
.txtLink a:focus span::after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .main__inner {
    padding: 0;
  }
  .txt-wrap {
    padding: 0 5vw;
  }
  .txt-wrap-top {
    display: flex;
    align-items: flex-start; /* 上に揃える */
    position: relative;
  }
  .txt-wrap-top h2 {
    margin-left: calc(10px * var(--i)); /* 水平ずれ */
    margin-top: calc(10px * var(--i)); /* 垂直ずれ */
  }

  div .icon_01 {
    float: left;
    width: 9.87vw;
    height: 9.87vw;
    /* margin-right: 0.859375vw;
    margin-top: 1.5vw;+ */
    margin-right: -4.140625vw;
    margin-top: -0.5vw;
    /* margin-left: calc(10px * var(--i)); 
    margin-top: calc(10px * var(--i)); */
  }
  .icon_02 {
    width: 9.87vw;
    height: 9.87vw;
    margin-top: 66px;
    margin-left: -3.296875vw;
  }
  .sec__ttl.kv__ttl {
    background-size: auto 16vw;
    height: 21vw;
    font-size: 4.8vw;
    font-weight: 700;
  }
  .kv .txt-wrap {
    margin-top: 2.6666666667vw;
  }
  .kv .sub-txt {
    font-size: 4.8vw;
  }
  .kv .txt {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }

  .sec__inner.sec__inner--01 {
    width: 89.33334vw;
}

.sec__ttl {
    font-size: 5.6vw;
}

  .sec--01.sec .txt {
    font-size: 4.26vw;
    line-height: 2;
    color: #666666;
    margin-top: 7.16145833vw;
    margin-bottom: 1.5625vw;
  }
  .sec--02.sec .txt {
    font-size: 4.26vw;
    line-height: 2;
    color: #666666;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
  }

  #txt02 {
    margin-top: 10.7vw;
}

.sec--03 .sec__inner {
    margin: 13.4VW auto 0;
    width: 89.33334vw;
}
  .sec--03.sec .txt {
    font-size: 4.26vw;
    line-height: 2;
    color: #666666;
    margin-top: 7.5vw;
    margin-bottom: 5vw;
  }

#txt05 {
    margin-top: 12vw;

}

  #txt06 {
    margin-bottom: 3vw;
    margin-top: 16vw;
    font-size: 4.8vw;
  }
  #txt07 {
    margin-top: 3vw;
    margin-bottom: 21.3vw;
    font-size: 4.8vw;
  }
  .sec--01 {
    margin-top: 7.47vw;
  }
  .sec--02 {
    margin-top: 16vw;
  }

  .sec--02 .sec__inner {
    margin: 0 auto;
    width: 78.7vw;
}

  .sec--02 .sec__ttl {
    background-size: auto 16vw;
    height: 31.4666666667vw;
    margin-bottom: 8.6666666667vw;
  }
  .sec--02.sec .txt {
    font-size: 4.26vw;
    margin-top: 10.6666666667vw;
  }
  .sec--03 .sec__ttl {
    background-size: auto 16vw;
    padding: 3.7vw 2vw; /* 上下の余白で高さを確保 */
    height: auto; /* 高さを文字に応じて可変に */
    margin-bottom: 8.6666666667vw;
    font-weight: 700;
  }

.sec--03 .image-container {
  display: block;
  flex-wrap: wrap;
  /* TODO:要調整、マージンも */
  gap: 1vw;
  margin-top: 0vw;
}
.sec--03 .image-item {
  flex: 1;
  margin: 6.4vw auto 0;;
  text-align: center;
  box-sizing: border-box;
}
.sec--03 .image-title {
    font-size: 3.47vw;
    text-align: left;
    margin-top: 0.2vw;
}

.sec--03 .image-item img.spI {
    display: inline;
    margin-bottom: 0vw;
}

.sec--03 .movie-title {
  color: #008486;
  font-size: 6.4vw;
  font-weight: 700;
  margin: 13.4VW auto 7.47vw;
  text-align: center;
  border-bottom: dotted 4px #00A8A9;
  padding:0 0.52vw 0.94vw;
  display: inline-block;
}

.sec--03 .movie-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.sec--03 .movie-wrapper iframe {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.txt08 {
    font-size: 4.26vw;
    line-height: 2;
    color: #666666;
    margin-top:6.4vw;
    margin-bottom: 2.25vw;
}

  /* .sec--03 .txtLink {
    margin-top: 13.3333333333vw;
    text-align: center;
  } */

  /* index-container（sec--02用に一つに統合） */
  .sec--02 .index-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
    padding-bottom: 12vw;
  }
  .index-container {
    display: flex;
    flex-wrap: wrap; /* 改行を許可 */
    justify-content: flex-start; /* 左寄せ */
    gap: 1vw; /* アイテム間の隙間（必要に応じて調整） */
  }

  /* 各リンクボックス */
  .txtLink {
    flex: 0 0 48%; /* 2つ横並びで約半分ずつ（100%の半分より少し小さめ） */
    text-align: center;
    margin-top: 2vw;
  }

  /* 3番目は1行使う */
  .txtLink:nth-child(3) {
    flex-basis: 100%; /* 100%幅で改行 */
    display: flex;
    justify-content: center; /* 中央寄せ */
  }

  /* aタグの幅は100%にして親要素に合わせる */
  .txtLink a {
    display: inline-block;
    width: 100%;
    border-top: 0.53vw solid #00a8a9;
    border-bottom: 0.53vw solid #00a8a9;
    border-top: 2px solid #00a8a9;
    border-bottom: 2px solid #00a8a9;
    font-size: 3.5vw;
    line-height: 2.25;
    padding: 2.13vw 0.52vw;
    margin: 0 auto;
  }
  /*
  .txtLink {
    margin-top: 13.3333333333vw;
  }
  .txtLink a {
    width: 60.5333333333vw;
  } */
  .simplebar-content-wrapper {
    padding: 0 12px 0 0;
  }
  .participant_comments {
    font-size: 4.26vw;
    color: #666666;
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  .participant_comments::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 下線と文字の間隔 */
    width: 100%;
    height: 4px; /* 線の太さ */
    background-color: #108a89;
  }

  .footer__ul {
    font-size: 4.26vw;
  }

}
@media screen and (min-width: 769px) {
  .pcB {
    display: block !important;
  }
  .spB {
    display: none !important;
  }
  .pcI {
    display: inline;
  }
  .spI {
    display: none;
  }
  .lineBox {
    background-size: 4.32292vw 4.32292vw;
  }
  .main__inner {
    padding: 0 0 3.4000000000000004vw 0;
  }
  .icon_txtLink span {
    gap: 0 0.26042vw;
  }
  .icon_txtLink span::before {
    background-position: center left;
    background-size: 100% auto;
    height: 1.40625vw;
    width: 2.9948vw;
  }
  .icon_txtLink span::after {
    content: "";
    background-color: #05a8a9;
    border-radius: 50%;
    height: 2.34375vw;
    width: 2.34375vw;
    position: absolute;
    top: 50%;
    right: -0.46875vw;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sec__inner {
    width: 57.1875vw;
  }

  .sec__inner.sec__inner--01 {
    /* width: 51.7vw; */
    width: 39.79vw;
}

  .sec__ttl {
    font-size: 2.08334vw;
    line-height: 1.45;
    font-weight: 700;
  }
  .sec .txt {
    /* TODO:サイズ指定 */
    font-size: small;
    font-weight: normal;
    line-height: 2;
  }
  .index-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
  }
  .sec--03 .txt-wrap .txt {
    margin-bottom: 2.25vw;
  }
  .sec--04 .chapter {
    padding-top: none;
  }
}
/*# sourceMappingURL=active-lab2025.css.map */
