@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;
}

/* モーダル等開いた時に後ろが動いてしまうのを防ぐ設定 */
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;
}

.relatedLinks__list li a {
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.relatedLinks__list li a:link {
  color: #008486;
  text-decoration: underline;
}

.relatedLinks__list li a:visited {
  color: #008486;
  text-decoration: none;
}

.relatedLinks__list li a:hover, a:focus {
  color: #00a8a9;
}

.relatedLinks__list li a:active {
  color: #008486;
  text-decoration: none;
}

.relatedLinks__list li a,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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;
}

/* header
-------------------------------------------------- */
.header {
  border-top: 0.26042vw solid #009DA6;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    border-top: 2.13334vw solid #009DA6;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.88542vw 3.28125vw 0.9375vw 0;
  margin: 0 auto;
  width: 83.33334vw;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 5.86667vw 4vw 7.46667vw 5.33334vw;
    width: auto;
  }
}

.header__logoWrap {
  display: flex;
  align-items: center;
  gap: 0 2.29167vw;
}
@media screen and (max-width: 768px) {
  .header__logoWrap {
    gap: 0 4.26667vw;
  }
}

.header__logo {
  position: relative;
  width: 9.84375vw;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 32.46134vw;
  }
}
.header__logo::after {
  content: "";
  border-right: 0.05209vw solid #C7C7C7;
  height: 2.08334vw;
  position: absolute;
  right: -1.14583vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header__logo::after {
    border-right: 0.26667vw solid #C7C7C7;
    height: 7.46667vw;
    right: -2.13333vw;
  }
}
.header__logo a {
  display: block;
}

.header__pageName {
  color: #000;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .header__pageName {
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.5;
  }
}

/* 言語切り替えボタン */
@media screen and (max-width: 768px) {
  .header__langList {
    display: none;
  }
}
.header__langList ul {
  display: flex;
  align-items: baseline;
}
.header__langList ul::before {
  content: "/";
  order: 2;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0.36459vw;
}
@media screen and (max-width: 768px) {
  .header__langList ul::before {
    font-size: 4vw;
    margin: 0 1.86667vw;
  }
}
.header__langList a {
  color: #000;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .header__langList a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .header__langList a:hover {
    color: #009DA6;
  }
}
.header__langList .en {
  order: 1;
}
.header__langList .jp {
  order: 3;
}
.header__langList .jp a {
  color: #BEBEBE;
}

/* クボタグループリンク */
.header__groupName {
  width: 6.51042vw;
}
@media screen and (max-width: 768px) {
  .header__groupName {
    display: none;
  }
}
.header__groupName a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header__groupName:hover {
    opacity: 0.5;
  }
}

/* relatedLinks
-------------------------------------------------- */
.relatedLinks {
  position: relative;
  z-index: 100;
}

.relatedLinks__inner {
  padding: 7.8125vw 0;
}
@media screen and (max-width: 768px) {
  .relatedLinks__inner {
    margin: 0 auto;
    padding: 26.66667vw 0;
    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;
  }
}

/* footer
-------------------------------------------------- */
.footer {
  background-color: #fff;
  border-top: 0.05209vw solid #999;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer {
    border-top: 0.26667vw solid #999;
  }
}

.footer__inner {
  padding: 1.61459vw 3.85417vw 1.66667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    margin: 0 auto;
    padding: 5.86667vw 0 6.66667vw;
    width: 92vw;
  }
}

.footer__top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .footer__top {
    position: relative;
    transform: initial;
    top: initial;
    left: initial;
  }
}

.footer__langList {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__langList {
    display: block;
  }
}
.footer__langList ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer__langList ul::before {
  content: "/";
  order: 2;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0.36459vw;
}
@media screen and (max-width: 768px) {
  .footer__langList ul::before {
    font-size: 4vw;
    margin: 0 1.86667vw;
  }
}
.footer__langList a {
  color: #000;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__langList a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer__langList a:hover {
    color: #009DA6;
  }
}
.footer__langList .en {
  order: 1;
}
.footer__langList .jp {
  order: 3;
}
.footer__langList .jp a {
  color: #BEBEBE;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 6.93334vw;
  }
}
.footer__nav a {
  color: #00A8A9;
  font-size: 0.72917vw;
  font-weight: 500;
  line-height: 1.4286;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 3.73334vw;
    line-height: 1.4286;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5625vw;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    gap: 2.13334vw 0;
  }
}

.footer__bottom {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin: 2.4vw auto 0;
  }
}

.footer__logo {
  margin-left: auto;
  width: 7.96875vw;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 37.86667vw;
    margin: 0 auto;
  }
}

.footer__copyright {
  color: #999999;
  font-size: 0.72917vw;
  font-weight: 500;
  line-height: 1.75;
  text-align: right;
  margin-top: 0.3125vw;
  width: 8.22917vw;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.66667vw;
    line-height: 1.5;
    margin-top: 5.33334vw;
    width: auto;
  }
}

/* セクション、コンテンツ共通
-------------------------------------------------- */
.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: 700;
  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;
    font-weight: 500;
    line-height: 1.3462;
    bottom: 0;
  }
}

.sec .txt {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec .txt {
    font-size: 4.26667vw;
    font-weight: 500;
    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: 17.03125vw;
}
@media screen and (max-width: 768px) {
  .btn {
    border-top: 0.53334vw solid #05A8A9;
    border-bottom: 0.53334vw solid #05A8A9;
  }
}
.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 8.53334vw;
    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 {
  display: none;
  height: 100dvh;
  width: 100dvw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.modal-container {
  overflow: auto;
  width: 57.29167vw;
}
@media screen and (max-width: 768px) {
  .modal-container {
    width: auto;
  }
}

.modal__content {
  padding: 2.08334vw 0;
}
@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.125vw;
}
@media screen and (max-width: 768px) {
  .modal__ttl {
    font-size: 6.66667vw;
    line-height: 1.44;
    margin-bottom: 8vw;
  }
}

.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: 8vw;
  }
}

/* 閉じるボタン */
.modal__close {
  background-color: initial;
  border: none;
  display: block;
  margin: 3.125vw auto 0;
  width: 4.75313vw;
}
@media screen and (max-width: 768px) {
  .modal__close {
    margin-top: 8vw;
    width: 15.16001vw;
  }
}
@media screen and (min-width: 769px) {
  .modal__close:hover {
    opacity: 0.6;
  }
}

/* メインテキスト（上のところ）
-------------------------------------------------- */
.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 2.66667vw 9.33334vw;
    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(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.4286;
    margin: 0;
  }
}
.tabList__2025 .tabList__ttl > span:nth-child(2) .br_01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .tabList__2025 .tabList__ttl > span:nth-child(2) .br_01 {
    display: none;
  }
}
.tabList__2025 .tabList__ttl > span:nth-child(2) .br_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .tabList__2025 .tabList__ttl > span:nth-child(2) .br_02 {
    display: block;
  }
}
@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: 3.2vw 0 2.93334vw;
  }
}
.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(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;
    margin-top: -0.53333vw;
  }
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) .br_01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) .br_01 {
    display: block;
  }
}
.is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) .br_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-2025 .tabList__2025 .tabList__ttl > span:nth-child(2) .br_02 {
    display: none;
  }
}
@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 5.06667vw;
  }
}
.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;
  }
}
.tabList__1970 .tabList__ttl > span:nth-child(1) .noActive {
  display: inline;
}
.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: 5.06667vw 0 5.06667vw;
    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(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.2858;
  }
}
.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: 15.46667vw;
  }
}

/* tab_expo1970  */
.tabContent_expo1970__inner {
  padding: 3.69792vw 0 0;
}
@media screen and (max-width: 768px) {
  .tabContent_expo1970__inner {
    padding-top: 15.46667vw;
  }
}

/* 2025
================================================== */
/* expo2025
-------------------------------------------------- */
.expo2025 .sec__ttl {
  margin-bottom: 3.02084vw;
}
@media screen and (max-width: 768px) {
  .expo2025 .sec__ttl {
    margin-bottom: 6.93334vw;
  }
}
.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: 6.77084vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 {
    margin-top: 21.33334vw;
  }
}
.thoughts_2025 .sec__ttl {
  margin-bottom: 3.80209vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .sec__ttl {
    margin-bottom: 6.4vw;
  }
}
.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: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .txt {
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 2.1875;
  }
}
.thoughts_2025 .txt a {
  color: #008486;
  text-decoration: underline;
}
.thoughts_2025 .noteList {
  margin-top: 3.22917vw;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .noteList {
    margin: 8.53334vw auto 0;
    width: 84vw;
  }
}
.thoughts_2025 .noteList li {
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thoughts_2025 .noteList li {
    font-size: 3.46667vw;
    font-weight: 500;
    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.4vw;
  }
}

/* challenge
-------------------------------------------------- */
.challenge {
  background-color: #fff;
  margin-top: 9.375vw;
}
@media screen and (max-width: 768px) {
  .challenge {
    margin-top: 29.86667vw;
  }
}
.challenge .sec__inner {
  padding: 9.375vw 0 8.85417vw;
}
@media screen and (max-width: 768px) {
  .challenge .sec__inner {
    padding: 21.33334vw 0 20.8vw;
  }
}
.challenge .sec__ttl {
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 768px) {
  .challenge .sec__ttl {
    margin-bottom: 4.8vw;
    padding-bottom: 12vw;
  }
}
.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 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.92709vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .challenge .list {
    flex-wrap: wrap;
    margin-top: 8.53334vw;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .challenge .list li {
    width: 17.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .challenge .list li {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .challenge .list li:nth-child(1) {
    width: 100%;
  }
}
.challenge .list li:nth-child(1) img {
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .challenge .list li:nth-child(2) {
    width: 50%;
  }
}
.challenge .list li:nth-child(2) img {
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .challenge .list li:nth-child(3) {
    width: 50%;
  }
}
.challenge .list li:nth-child(3) img {
  width: 40vw;
}

/* 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: 8vw;
    padding-bottom: 12.26667vw;
  }
}
.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: 8vw 0;
  }
}
.message .list li {
  width: 18.75vw;
}
@media screen and (max-width: 768px) {
  .message .list li {
    width: 84.8vw;
  }
}
.message .btn {
  margin-top: 5.20834vw;
}
@media screen and (max-width: 768px) {
  .message .btn {
    margin-top: 8vw;
  }
}

/* 1970
================================================== */
/* expo1970
-------------------------------------------------- */
.expo1970 .sec__ttl {
  margin-bottom: 3.64584vw;
}
@media screen and (max-width: 768px) {
  .expo1970 .sec__ttl {
    margin-bottom: 6.93334vw;
  }
}
.expo1970 .sec__ttl img {
  width: 35.41667vw;
}
@media screen and (max-width: 768px) {
  .expo1970 .sec__ttl img {
    width: 90.66667vw;
  }
}

/* thoughts_1970
-------------------------------------------------- */
.thoughts_1970 {
  margin-top: 9.375vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 {
    margin-top: 21.33334vw;
  }
}
.thoughts_1970 .sec__ttl {
  margin-bottom: 4.16667vw;
}
@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 7.8125vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .sec__inner {
    padding: 0;
  }
}
.thoughts_1970 .btn {
  border-color: #B85043;
  margin-top: 4.16667vw;
}
@media screen and (max-width: 768px) {
  .thoughts_1970 .btn {
    margin-top: 9.06667vw;
  }
}
.thoughts_1970 .btn .btn__icon::after {
  background-color: #B85043;
}
