@charset "UTF-8";
/* 初期設定
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 375px;
  scrollbar-gutter: stable;
}

/* モーダル等開いた時に後ろが動いてしまうのを防ぐ設定 */
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;
}
@media screen and (min-width: 769px) {
  .pcB {
    display: block;
  }
}

.spB {
  display: block;
}
@media screen and (min-width: 769px) {
  .spB {
    display: none;
  }
}

.pcI {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcI {
    display: inline;
  }
}

.spI {
  display: inline;
}
@media screen and (min-width: 769px) {
  .spI {
    display: none;
  }
}

/* ページごとの設定
================================================== */
@media screen and (min-width: 1920px) {
  .bp {
    display: none;
  }
}
/* 共通
-------------------------------------------------- */
.wrapper.is-2025::before {
  content: "";
  display: block;
  background: linear-gradient(#fff 0%, #05a8a9 47.78%, #00a8a9 100%);
  opacity: 0.3;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.wrapper.is-1970::before {
  content: "";
  display: block;
  background: linear-gradient(#fff 0%, #f8cdc5 61.08%, #b85043 100%);
  opacity: 0.3;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.main__inner {
  position: relative;
  z-index: 100;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* relatedLinks
-------------------------------------------------- */
.relatedLinks {
  position: relative;
  z-index: 100;
}

.relatedLinks__inner {
  padding: 3.125vw 0 3.125vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__inner {
    margin: 0 auto;
    padding: 8vw 0 21.33334vw;
    width: 92vw;
  }
}

.relatedLinks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.08334vw 1.92709vw;
  margin: 0 auto;
  width: 53.64584vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 9.33334vw 0;
    width: auto;
  }
}
.relatedLinks__list > li {
  width: 25.83334vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list > li {
    width: auto;
  }
}
.relatedLinks__list a {
  display: block;
}
@media screen and (min-width: 769px) {
  .relatedLinks__list .img {
    transition: 0.6s;
  }
}
.relatedLinks__list .txt {
  font-size: 0.9375vw;
  line-height: 1.4445;
  margin-top: 0.57292vw;
}
@media screen and (min-width: 769px) {
  .relatedLinks__list .txt {
    transition: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt {
    font-size: 3.73334vw;
    line-height: 1.4286;
    margin-top: 2.13334vw;
  }
}
.relatedLinks__list .txt > span {
  display: block;
}
.relatedLinks__list .txt > span::after {
  content: "";
  display: inline-block;
  background-image: url("/expo/assets/img/icon_relatedLinks_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.75521vw;
  width: 0.44271vw;
  margin-left: 0.52084vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt > span::after {
    height: 4vw;
    width: 2.4vw;
    margin-left: 2.66667vw;
  }
}
.relatedLinks__list .txt .f_bold {
  font-size: 1.14584vw;
  font-weight: 700;
  line-height: 1.4546;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt .f_bold {
    display: inline-block;
    font-size: 4.8vw;
    line-height: 1.4445;
    margin-top: 1.33334vw;
  }
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt .f_size_sp {
    font-size: 4.53334vw;
    letter-spacing: -0.03em;
  }
}

/* アイコン（外部リンク） */
.relatedLinks__list li:has([target^=_blank]) .txt > span::after {
  background-image: url("/expo/assets/img/icon_relatedLinks_02.png");
  height: 1.04167vw;
  width: 1.25vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list li:has([target^=_blank]) .txt > span::after {
    height: 3.85067vw;
    width: 4.62134vw;
  }
}

@media screen and (min-width: 769px) {
  .relatedLinks__list li:hover .img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .relatedLinks__list li:hover .txt {
    color: #05A8A9;
  }
}

@media screen and (max-width: 768px) {
  .is-1970 .relatedLinks {
    margin-top: 16vw;
  }
}

/* セクション、コンテンツ共通
-------------------------------------------------- */
.sec__inner {
  margin: 0 auto;
  width: 57.29167vw;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 92vw;
  }
}

.sec__ttl {
  position: relative;
}
.sec__ttl img {
  display: block;
  margin: 0 auto;
}
.sec__ttl > span {
  display: block;
  font-size: 2.08334vw;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  position: absolute;
  bottom: 0.52084vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec__ttl > span {
    font-size: 6.4vw;
    line-height: 1.3462;
    bottom: 0;
  }
}

.sec .txt {
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec .txt {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
}
.sec .txt + .txt {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .sec .txt + .txt {
    margin-top: 9.33334vw;
  }
}

/* ボタン */
.btn {
  display: table;
  border-top: 0.20834vw solid #05A8A9;
  border-bottom: 0.20834vw solid #05A8A9;
  margin: 0 auto;
  min-width: 19.6875vw;
}
@media screen and (max-width: 768px) {
  .btn {
    border-top: 0.53334vw solid #05A8A9;
    border-bottom: 0.53334vw solid #05A8A9;
    min-width: 69.6vw;
  }
}
.btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.875vw;
  padding: 0.72917vw 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn > a {
    gap: 0 11.2vw;
    padding: 2.93334vw 2.4vw;
  }
}
.btn .btn__txt {
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .btn .btn__txt {
    font-size: 3.73334vw;
    line-height: 1.4286;
  }
}
.btn .btn__icon {
  flex-shrink: 0;
  height: 1.40625vw;
  width: 1.40625vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn .btn__icon {
    height: 5.33334vw;
    width: 5.33334vw;
  }
}
.btn .btn__icon::before {
  content: "";
  border: 0.05209vw solid #323232;
  border-radius: 50%;
  height: 1.40625vw;
  width: 1.40625vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .btn .btn__icon::before {
    border: 0.26667vw solid #323232;
    height: 5.33334vw;
    width: 5.33334vw;
  }
}
@media screen and (min-width: 769px) {
  .btn .btn__icon::after {
    content: "";
    background-color: #05A8A9;
    border-radius: 50%;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.6s;
  }
}
.btn .btn__icon > span::before {
  content: "";
  border-top: 0.05209vw solid #323232;
  border-radius: 0.02605vw;
  width: 2.23959vw;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .btn .btn__icon > span::before {
    border-top: 0.26667vw solid #323232;
    border-radius: 0.13334vw;
    width: 8.53334vw;
  }
}
.btn .btn__icon > span::after {
  content: "";
  background-color: #323232;
  border-radius: 50%;
  display: inline-block;
  height: 0.36459vw;
  width: 0.36459vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .btn .btn__icon > span::after {
    height: 1.33334vw;
    width: 1.33334vw;
  }
}
@media screen and (min-width: 769px) {
  .btn:hover .btn__icon::after {
    height: 2.34375vw;
    width: 2.34375vw;
  }
}

/* モーダル設定 ----- */
.modal {
  background-color: #fff;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  background: linear-gradient(#fff 0%, #fff 45%, rgba(0, 168, 169, 0.7) 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.modal-container {
  background-color: #fff;
  box-shadow: 0.52084vw 0.52084vw 1.5625vw rgba(5, 168, 169, 0.3);
  position: relative;
  height: min(98%, 44.42709vw);
  width: 78.125vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modal-container {
    box-shadow: 2.66667vw 2.66667vw 8vw rgba(5, 168, 169, 0.3);
    height: min(91.58051%, 165.33334vw);
    width: 92vw;
  }
}

.modal__content {
  padding: 2.86459vw 0 3.125vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 10.66667vw 0;
  }
}

.modal__ttl {
  color: #008486;
  font-size: 2.08334vw;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 3.02084vw;
}
@media screen and (max-width: 768px) {
  .modal__ttl {
    font-size: 6.66667vw;
    line-height: 1.44;
    margin-bottom: 8vw;
  }
}

.modal__txtWrap {
  margin: 0 auto;
  overflow: auto;
  height: calc(100% - 10.3125vw);
  width: 57.29167vw;
}
@media screen and (max-width: 768px) {
  .modal__txtWrap {
    height: calc(100% - 28.00001vw);
    width: 88vw;
  }
}

.modal__txt {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__txt {
    font-size: 3.73334vw;
    line-height: 2.3572;
  }
}
.modal__txt + .modal__txt {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .modal__txt + .modal__txt {
    margin-top: 8.8vw;
  }
}

/* 閉じるボタン */
.modal__close {
  background-color: initial;
  border: none;
  display: block;
  margin: 2.5vw auto 0;
  width: 4.75313vw;
}
@media screen and (max-width: 768px) {
  .modal__close {
    margin-top: 4.26667vw;
    width: 15.16001vw;
  }
}
@media screen and (min-width: 769px) {
  .modal__close:hover {
    opacity: 0.6;
  }
}

/* modal2 ----- */
.modal2 .modal-container {
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal2 .modal__content {
    margin: 0 auto;
    width: 84vw;
  }
}
.modal2 .modal__txtWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
}

/* メインテキスト（上のところ）
-------------------------------------------------- */
.main__txtWrap {
  padding: 1.5625vw 0 1.19792vw;
}
@media screen and (max-width: 768px) {
  .main__txtWrap {
    padding: 4.8vw 0 5.06667vw;
  }
}

.is-2025 .main__txtWrap {
  background-color: #35A8A9;
}

.is-1970 .main__txtWrap {
  background-color: #B85043;
}

.main__txt {
  color: #fff;
  border-top: 0.26042vw solid #fff;
  border-bottom: 0.26042vw solid #fff;
  font-size: 1.35417vw;
  font-weight: 500;
  line-height: 2.0385;
  text-align: center;
  margin: 0 auto;
  padding: 0.625vw 1.30209vw 0.72917vw;
  width: 45.83334vw;
}
@media screen and (max-width: 768px) {
  .main__txt {
    border-top: 0.8vw solid #fff;
    border-bottom: 0.8vw solid #fff;
    font-size: 3.73334vw;
    line-height: 1.7143;
    padding: 3.2vw 0 3.46667vw;
    width: 84vw;
  }
}

/* tabList
-------------------------------------------------- */
.tabList {
  display: flex;
}
.tabList > li {
  position: relative;
  width: 50%;
}
.tabList a {
  display: block;
}
.tabList .tabList__img {
  transition: 0.6s;
}

/* tabList__2025 */
/* 非アクティブ時 */
.tabList__2025 {
  position: relative;
}
.tabList__2025 .tabList__img {
  position: relative;
}
.tabList__2025 .tabList__img::before {
  content: "";
  background-color: #8B8B8B;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.tabList__2025 .tabList__ttl {
  color: #fff;
  background-color: #8B8B8B;
  border-radius: 1.04167vw 1.04167vw 0 0;
  padding: 0.3125vw 0 0.52084vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tabList__2025 .tabList__ttl {
    border-radius: 4vw 4vw 0 0;
    padding: 2.4vw 0 2.4vw;
  }
}
.tabList__2025 .tabList__ttl > span:nth-child(1) {
  display: block;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1.4667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tabList__2025 .tabList__ttl > span:nth-child(1) {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.tabList__2025 .tabList__ttl > span:nth-child(1) .noActive {
  display: initial;
}
.tabList__2025 .tabList__ttl > span:nth-child(1) .active {
  display: none;
}
.tabList__2025 .tabList__ttl > span:nth-child(2) {
  display: block;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4584;
  text-align: center;
  margin-top: -0.26041vw;
}
@media screen and (max-width: 768px) {
  .tabList__2025 .tabList__ttl > span:nth-child(2) {
    font-size: 3.73334vw;
    font-weight: 400;
    line-height: 1.2858;
    letter-spacing: -0.03em;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .tabList__2025:hover .tabList__img {
    opacity: 0.6;
  }
}

/* アクティブ時 */
.is-2025 .tabList__2025 .tabList__img::before {
  content: none;
}
.is-2025 .tabList__2025 .tabList__ttl {
  color: #fff;
  background-color: #00A8A9;
  border-radius: 1.5625vw 1.5625vw 0 0;
  padding: 0.3125vw 0 0.9375vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .is-2025 .tabList__2025 .tabList__ttl {
    border-radius: 4vw 4vw 0 0;
    padding: 6.66667vw 0;
  }
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(1) {
  display: block;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4445;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-2025 .tabList__2025 .tabList__ttl > span:nth-child(1) {
    font-size: 5.33334vw;
    line-height: 1.45;
  }
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(1) .noActive {
  display: none;
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(1) .active {
  display: inline;
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) {
  display: block;
  font-size: 1.35417vw;
  font-weight: 500;
  line-height: 1.3704;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) {
    font-size: 3.73334vw;
    line-height: 1.2858;
    letter-spacing: -0.03em;
    margin-top: -0.53333vw;
  }
}
@media screen and (min-width: 769px) {
  .is-2025 .tabList__2025:hover .tabList__img {
    opacity: 1;
  }
}

/* tabList__1970 */
/* 非アクティブ時 */
.tabList__1970 {
  position: relative;
}
.tabList__1970 .tabList__img {
  position: relative;
}
.tabList__1970 .tabList__img::before {
  content: "";
  background-color: #8B8B8B;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.tabList__1970 .tabList__ttl {
  color: #fff;
  background-color: #8B8B8B;
  border-radius: 1.04167vw 1.04167vw 0 0;
  padding: 0.3125vw 0 0.52084vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl {
    border-radius: 4vw 4vw 0 0;
    padding: 4.8vw 0 4.8vw;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(1) {
  display: block;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1.4667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl > span:nth-child(1) {
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(1) .noActive {
  display: inline;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl > span:nth-child(1) .noActive {
    letter-spacing: -0.03em;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(1) .active {
  display: none;
}
.tabList__1970 .tabList__ttl > span:nth-child(2) {
  display: block;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4584;
  text-align: center;
  margin-top: -0.26041vw;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl > span:nth-child(2) {
    font-size: 3.73334vw;
    font-weight: 400;
    line-height: 1.4286;
    margin-top: -0.53333vw;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(2) .br_01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl > span:nth-child(2) .br_01 {
    display: none;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(2) .br_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .tabList__1970 .tabList__ttl > span:nth-child(2) .br_02 {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .tabList__1970:hover .tabList__img {
    opacity: 0.6;
  }
}

/* アクティブ時 */
.is-1970 .tabList__1970 .tabList__img::before {
  content: none;
}
.is-1970 .tabList__1970 .tabList__ttl {
  color: #fff;
  background-color: #B85043;
  border-radius: 1.5625vw 1.5625vw 0 0;
  padding: 0.3125vw 0 0.9375vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .is-1970 .tabList__1970 .tabList__ttl {
    border-radius: 4vw 4vw 0 0;
    padding: 8.53334vw 0;
    min-height: 22.93334vw;
  }
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(1) {
  display: block;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4445;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-1970 .tabList__1970 .tabList__ttl > span:nth-child(1) {
    font-size: 5.33334vw;
    line-height: 1.45;
  }
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(1) .noActive {
  display: none;
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(1) .active {
  display: inline;
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) {
  display: block;
  font-size: 1.35417vw;
  font-weight: 500;
  line-height: 1.3704;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) {
    font-size: 3.73334vw;
    line-height: 1.4286;
  }
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) .br_01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) .br_01 {
    display: block;
  }
}
.is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) .br_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-1970 .tabList__1970 .tabList__ttl > span:nth-child(2) .br_02 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .is-1970 .tabList__1970:hover .tabList__img {
    opacity: 1;
  }
}

/* tabContent
================================================== */
/* tabContent共通
-------------------------------------------------- */
.is-2025 .tabContent_expo2025 {
  display: block;
}
.is-2025 .tabContent_expo1970 {
  display: none;
}

.is-1970 .tabContent_expo2025 {
  display: none;
}
.is-1970 .tabContent_expo1970 {
  display: block;
}

/* tab_expo2025 */
.tabContent_expo2025__inner {
  padding: 3.69792vw 0 0;
}
@media screen and (max-width: 768px) {
  .tabContent_expo2025__inner {
    padding-top: 18.13334vw;
  }
}

/* tab_expo1970  */
.tabContent_expo1970__inner {
  padding: 3.69792vw 0 0;
}
@media screen and (max-width: 768px) {
  .tabContent_expo1970__inner {
    padding-top: 18.13334vw;
  }
}

/* 2025
================================================== */
/* expo2025
-------------------------------------------------- */
.expo2025 .sec__ttl {
  margin-bottom: 3.02084vw;
}
@media screen and (max-width: 768px) {
  .expo2025 .sec__ttl {
    margin-bottom: 6.4vw;
  }
}
.expo2025 .sec__ttl img {
  width: 35.41667vw;
}
@media screen and (max-width: 768px) {
  .expo2025 .sec__ttl img {
    width: 92.26667vw;
  }
}

/* thoughts_2025
-------------------------------------------------- */
.thoughts_2025 {
  margin-top: 8.33334vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 {
    margin-top: 16.53334vw;
  }
}
.thoughts_2025 .sec__ttl {
  margin-bottom: 3.80209vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .sec__ttl {
    margin-bottom: 11.2vw;
  }
}
.thoughts_2025 .sec__ttl img {
  width: 39.89584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .sec__ttl img {
    width: 90.66667vw;
  }
}
.thoughts_2025 .txt {
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .txt {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
}
.thoughts_2025 .txt a {
  color: #008486;
  text-decoration: underline;
}
.thoughts_2025 .noteList {
  margin-top: 6.35417vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .noteList {
    margin: 10.13334vw auto 0;
    width: 84vw;
  }
}
.thoughts_2025 .noteList li {
  font-size: 1.04167vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .noteList li {
    font-size: 3.46667vw;
    line-height: 1.8462;
    text-align: left;
  }
}
.thoughts_2025 .btn {
  margin-top: 3.64584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .btn {
    margin-top: 6.66667vw;
  }
}

/* 人類の歩みと農業の発展 ----- */
.humanityAgriculture {
  margin-top: 5.83334vw;
}
@media screen and (max-width: 768px) {
  .humanityAgriculture {
    margin-top: 18.13334vw;
  }
}

.humanityAgriculture__ttl {
  color: #008486;
  font-size: 2.60417vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.70834vw;
}
@media screen and (max-width: 768px) {
  .humanityAgriculture__ttl {
    font-size: 6.4vw;
    line-height: 1.6667;
    margin-bottom: 10.66667vw;
  }
}

.humanityAgriculture__txt {
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .humanityAgriculture__txt {
    font-size: 4.26667vw;
    line-height: 1.875;
  }
}

.humanityAgriculture__img {
  margin-top: 1.35417vw;
}
@media screen and (max-width: 768px) {
  .humanityAgriculture__img {
    margin: 1.6vw auto 0;
    width: 84vw;
  }
}

.humanityAgriculture .btn {
  margin-top: 3.125vw;
  min-width: 11.45834vw;
}
@media screen and (max-width: 768px) {
  .humanityAgriculture .btn {
    margin-top: 6.4vw;
    min-width: 42.66667vw;
  }
}

/* challenge
-------------------------------------------------- */
.challenge {
  background-color: #fff;
  margin-top: 2.86459vw;
}
@media screen and (max-width: 768px) {
  .challenge {
    margin-top: 11.73334vw;
  }
}
.challenge .sec__inner {
  padding: 9.375vw 0 8.33334vw;
}
@media screen and (max-width: 768px) {
  .challenge .sec__inner {
    padding: 8.53334vw 0 11.2vw;
  }
}
.challenge .sec__ttl {
  margin-bottom: 2.29167vw;
  padding-bottom: 2.91667vw;
}
@media screen and (max-width: 768px) {
  .challenge .sec__ttl {
    margin-bottom: 6.93334vw;
    padding-bottom: 22.93334vw;
  }
}
.challenge .sec__ttl img {
  width: 43.02084vw;
}
@media screen and (max-width: 768px) {
  .challenge .sec__ttl img {
    width: 91.2vw;
  }
}
@media screen and (max-width: 768px) {
  .challenge .sec__ttl span {
    line-height: 1.6667;
  }
}
.challenge .img {
  margin: 6.14584vw auto 0;
  width: 57.29167vw;
}
@media screen and (max-width: 768px) {
  .challenge .img {
    margin: 12vw auto 0;
    width: 83.2vw;
  }
}

/* message
-------------------------------------------------- */
.message {
  background-color: #fff;
}
.message .bg {
  background-color: rgba(5, 168, 169, 0.2);
  background-image: linear-gradient(to right, rgba(5, 168, 169, 0.27) 1px, transparent 1px), linear-gradient(to bottom, rgba(5, 168, 169, 0.27) 1px, transparent 1px);
  background-size: 4.16667vw 4.01042vw;
  background-position: top -1.04166vw left;
}
@media screen and (max-width: 768px) {
  .message .bg {
    background-size: 16.53334vw 16.53334vw;
    background-position: top -8vw left 13.33334vw;
  }
}
.message .sec__inner {
  padding: 9.375vw 0 7.39584vw;
}
@media screen and (max-width: 768px) {
  .message .sec__inner {
    padding: 21.33334vw 0;
  }
}
.message .sec__ttl {
  margin-bottom: 5.72917vw;
}
@media screen and (max-width: 768px) {
  .message .sec__ttl {
    margin-bottom: 9.86667vw;
    padding-bottom: 21.33334vw;
  }
}
.message .sec__ttl img {
  width: 35.20834vw;
}
@media screen and (max-width: 768px) {
  .message .sec__ttl img {
    width: 90.13334vw;
  }
}
@media screen and (max-width: 768px) {
  .message .sec__ttl span {
    font-weight: 500;
    line-height: 1.5834;
  }
}
.message .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.78125vw;
}
@media screen and (max-width: 768px) {
  .message .list {
    flex-direction: column;
    gap: 9.6vw 0;
  }
}
.message .list li {
  width: 18.75vw;
}
@media screen and (max-width: 768px) {
  .message .list li {
    width: 85.06667vw;
  }
}
.message .btn {
  margin-top: 7.8125vw;
}
@media screen and (max-width: 768px) {
  .message .btn {
    margin-top: 10.13334vw;
  }
}

/* 未来への活動（reports）
-------------------------------------------------- */
.reports__inner {
  padding: 6.51042vw 0 3.38542vw;
}
@media screen and (max-width: 768px) {
  .reports__inner {
    padding: 12.26667vw 0 8vw;
  }
}

.reports__ttl {
  margin-bottom: 3.48959vw;
}
@media screen and (max-width: 768px) {
  .reports__ttl {
    margin-bottom: 6.93334vw;
  }
}
.reports__ttl img {
  width: 33.26198vw;
}
@media screen and (max-width: 768px) {
  .reports__ttl img {
    width: 72.53334vw;
  }
}
.reports__ttl span {
  bottom: -1.14583vw;
}
@media screen and (max-width: 768px) {
  .reports__ttl span {
    bottom: -3.73333vw;
  }
}

.reports .reports__txt {
  font-weight: 500;
}

/* カードリスト */
.reports__cardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.0625vw 1.5625vw;
  margin-top: 4.79167vw;
}
@media screen and (max-width: 768px) {
  .reports__cardList {
    align-items: center;
    flex-direction: column;
    gap: 9.6vw 0;
    margin-top: 14.93334vw;
  }
}
.reports__cardList > li {
  width: 13.54167vw;
}
@media screen and (max-width: 768px) {
  .reports__cardList > li {
    width: 69.33334vw;
  }
}
.reports__cardList a {
  display: block;
  height: 100%;
}

/* カードタイトル */
.reports__card__ttl {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.04167vw;
  font-weight: 500;
  line-height: 1.45;
  padding: 0.15625vw 4.42709vw 0.15625vw 0.26042vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reports__card__ttl {
    font-size: 5.33334vw;
    padding: 0.8vw 22.66667vw 0.8vw 1.33334vw;
  }
}

/* カード各種設定 */
.reports__card[data-category*=events] .reports__card__ttl {
  background-image: url("/expo/assets/img/icon_tab_01.png");
  padding-left: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .reports__card[data-category*=events] .reports__card__ttl {
    padding-left: 8vw;
  }
}

.reports__card[data-category*=kubotaStories] .reports__card__ttl {
  background-image: url("/expo/assets/img/icon_tab_02.png");
}

/* テキスト */
.reports__card__txtWrap {
  background-color: #FFFAF6;
  display: flex;
  flex-direction: column;
  padding: 1.04167vw 0.9375vw 1.5625vw;
  height: calc(100% - 9.42709vw);
}
@media screen and (max-width: 768px) {
  .reports__card__txtWrap {
    padding: 5.33334vw 4.8vw 8vw;
    height: auto;
  }
}

.reports__card__txt {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.7778;
}
@media screen and (max-width: 768px) {
  .reports__card__txt {
    font-size: 4.8vw;
    min-height: 34.13334vw;
  }
}

/* カード内ボタン */
.reports__card__btn {
  display: flex;
  align-items: center;
  gap: 0 1.5625vw;
  margin-top: auto;
  padding-top: 1.04167vw;
}
@media screen and (max-width: 768px) {
  .reports__card__btn {
    gap: 0 7.46667vw;
    padding-top: 0;
    margin-top: 5.33334vw;
  }
}
.reports__card__btn .btn__txt {
  font-size: 0.83334vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reports__card__btn .btn__txt {
    font-size: 4.26667vw;
  }
}
.reports__card__btn .btn__icon {
  display: block;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reports__card__btn .btn__icon {
    margin-top: 1.06667vw;
    height: 3.46667vw;
    width: 3.46667vw;
  }
}
.reports__card__btn .btn__icon > span {
  display: block;
  background-image: url("/expo/assets/img/icon_circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0.67709vw;
  width: 0.67709vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .reports__card__btn .btn__icon > span {
    height: 3.46667vw;
    width: 3.46667vw;
  }
}
.reports__card__btn .btn__icon > span::before {
  content: "";
  border-top: 0.05209vw solid #323232;
  border-radius: 0.02605vw;
  width: 1.5625vw;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .reports__card__btn .btn__icon > span::before {
    border-top: 0.26667vw solid #323232;
    border-radius: 0.13334vw;
    width: 8.53334vw;
  }
}
@media screen and (min-width: 769px) {
  .reports__card__btn .btn__icon::after {
    content: "";
    background-color: #05A8A9;
    border-radius: 50%;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
  }
}

@media screen and (min-width: 769px) {
  .reports__card:hover .btn__icon::after {
    height: 0.98959vw;
    width: 0.98959vw;
  }
}

.moreBtn {
  margin-top: 4.89584vw;
}
.moreBtn > a {
  display: block;
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  padding: 0 2.29167vw;
  background-image: url("/expo/assets/img/btn_more_01.png");
  background-position: top 0.10417vw right;
  background-repeat: no-repeat;
  background-size: 1.40625vw;
}
.moreBtn.close > a {
  background-image: url("/expo/assets/img/btn_more_02.png");
}

/* 1970
================================================== */
/* expo1970
-------------------------------------------------- */
.expo1970 .sec__ttl {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .expo1970 .sec__ttl {
    margin-bottom: 6.4vw;
  }
}
.expo1970 .sec__ttl img {
  width: 35.41667vw;
}
@media screen and (max-width: 768px) {
  .expo1970 .sec__ttl img {
    width: 90.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .expo1970 .txt {
    font-size: 4.53334vw;
    line-height: 2.0589;
  }
}

/* thoughts_1970
-------------------------------------------------- */
.thoughts_1970 {
  margin-top: 8.64584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 {
    margin-top: 28.8vw;
  }
}
.thoughts_1970 .sec__ttl {
  margin-bottom: 3.64584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .sec__ttl {
    margin-bottom: 6.4vw;
  }
}
.thoughts_1970 .sec__ttl img {
  width: 39.89584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .sec__ttl img {
    width: 93.33334vw;
  }
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .sec__ttl span {
    font-size: 5.33334vw;
    line-height: 1.3;
  }
}
.thoughts_1970 .sec__inner {
  padding: 0 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .sec__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .txt {
    font-size: 4.53334vw;
    line-height: 2.0589;
  }
}
.thoughts_1970 .btn {
  border-color: #B85043;
  margin-top: 6.14584vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .btn {
    margin-top: 13.86667vw;
  }
}
.thoughts_1970 .btn .btn__icon::after {
  background-color: #B85043;
}
