@charset "UTF-8";

#SiteContent__main {
  background-color: #fff;
}
.expo2025-Pavilion-KVArea {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 800px;
  background: url("/expo2025/expo1970-kubota-pavilion/images/img_hero.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea {
    height: auto;
    min-height: 400px;
  }
}
.expo2025-Pavilion-KVArea__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 30px 0;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .expo2025-Pavilion-KVArea__inner {
    padding: 100px 30px 0;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__inner {
    padding: 30px 15px 10px;
  }
}

.expo2025-Pavilion-KVArea__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
}
.expo2025-Pavilion-KVArea__heading hgroup {
  order: 2;
}
.expo2025-Pavilion-KVArea__heading .Image {
  order: 1;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__heading .Image {
    width: 80px;
    height: 80px;
  }
}

.expo2025-Pavilion-KVArea__mainTitle {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 1px #942918;
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__mainTitle {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__mainTitle span {
    display: block;
  }
}

.expo2025-Pavilion-KVArea__subTitle {
  margin-top: 15px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 2px 1px #942918;
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__subTitle {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}

.expo2025-Pavilion-KVArea__text {
  width: 100%;
  max-width: 570px;
  margin-top: 30px;
  padding: 20px 30px 20px 0;
  background-color: rgba(187, 89, 75, 0.7);
}
@media only screen and (max-width: 559px) {
  .expo2025-Pavilion-KVArea__text {
    margin-top: 40px;
    padding: 20px;
    background-color: #bb594b;
  }
}
.expo2025-Pavilion-KVArea__text p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.expo2025-ContentsArea {
  position: relative;
  max-width: 920px;
  margin: -65px auto 0;
  padding: 0 30px 80px;
  z-index: 1;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .expo2025-ContentsArea {
    margin: -117px auto 0;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ContentsArea {
    margin: 0 auto;
    padding: 20px 15px 50px;
  }
}

.expo2025-ContentsArea__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4d4d4d;
}
@media only screen and (max-width: 559px) {
  .expo2025-ContentsArea__text {
    margin-top: 20px;
  }
}

.expo2025-ContentsArea__img {
  margin-top: 30px;
}
@media only screen and (max-width: 559px) {
  .expo2025-ContentsArea__img {
    margin-top: 20px;
  }
}
.expo2025-ContentsArea__img img {
  width: 100%;
  height: auto;
}

.expo2025-ContentsArea__caption {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}

.expo2025-ThemeArea {
  padding-bottom: 40px;
}
@media only screen and (max-width: 559px) {
  .expo2025-ThemeArea {
    padding-bottom: 30px;
  }
}

.expo2025-ThemeArea__item {
  display: flex;
  align-items: center;
  gap: 0 32px;
  padding: 30px;
  background-color: #fffbf7;
  border: 2px solid #e6e2df;
}
.expo2025-ThemeArea__item:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .expo2025-ThemeArea__item {
    flex-direction: column;
    gap: 36px 47px;
    padding: 30px 30px 30px 47px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ThemeArea__item {
    flex-direction: column;
    gap: 36px 0;
    padding: 40px 25px 56px;
  }
}

.expo2025-ThemeArea__heading {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  flex-shrink: 0;
  min-width: 270px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media only screen and (max-width: 559px) {
  .expo2025-ThemeArea__heading {
    min-width: 0;
  }
}
.expo2025-ThemeArea__heading .expo2025-ThemeArea__heading__sub {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.expo2025-ThemeArea__text .Text {
  font-size: 1.4rem;
  line-height: 2;
}

.expo2025-Card.-column1 {
  max-width: 100%;
}
.expo2025-Card.-column1 .expo2025-Card__caption {
  margin: 9px 0 0;
}

.expo2025-Card__caption {
  font-size: 1.2rem;
}

.expo2025-PickupArea__headingLevel2 {
  margin-top: 70px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__headingLevel2 {
    margin-top: 50px;
    font-size: 2.2rem;
  }
}

.expo2025-PickupArea__headingLevel3 {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__headingLevel3 {
    flex-direction: column;
    margin-top: 40px;
    gap: 16px;
    font-size: 2rem;
  }
}
.expo2025-PickupArea__headingLevel3 .-number {
  flex-shrink: 0;
  height: fit-content;
  position: relative;
  width: 116px;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 1px solid #00a8a9;
}
.expo2025-PickupArea__headingLevel3 .-number span {
  padding: 0 6px;
  font-size: 2.2rem;
  line-height: 1;
}
.expo2025-PickupArea__headingLevel3 + .Text {
  margin-top: 30px;
}

.expo2025-PickupArea__headingLevel4 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__headingLevel4 {
    margin-top: 30px;
  }
}

.expo2025-PickupArea__image {
  display: flex;
  justify-content: center;
  max-width: 768px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 22px;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__image {
    margin: 20px auto 0;
    padding: 0;
  }
}
.expo2025-PickupArea__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.expo2025-PickupArea__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin-top: 30px;
  list-style: none;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card {
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.expo2025-PickupArea__card li:nth-child(odd) {
  order: 1;
}
.expo2025-PickupArea__card li:nth-child(even) {
  order: 2;
}
.expo2025-PickupArea__card.-reverse li:nth-child(odd) {
  order: 2;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card.-reverse li:nth-child(odd) {
    order: 1;
  }
}
.expo2025-PickupArea__card.-reverse li:nth-child(even) {
  order: 1;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card.-reverse li:nth-child(even) {
    order: 2;
  }
}
.expo2025-PickupArea__card.-vertical {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card.-vertical {
    gap: 20px;
  }
}
.expo2025-PickupArea__card.-vertical .expo2025-PickupArea__card__text {
  order: 2;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card.-vertical .expo2025-PickupArea__card__text {
    order: 1;
  }
}
.expo2025-PickupArea__card.-vertical .expo2025-PickupArea__card__image {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
@media only screen and (max-width: 559px) {
  .expo2025-PickupArea__card.-vertical .expo2025-PickupArea__card__image {
    flex-direction: column;
    gap: 20px 0;
    order: 2;
  }
}

.expo2025-NextArea {
  padding-top: 70px;
}
@media only screen and (max-width: 559px) {
  .expo2025-NextArea {
    padding-top: 80px;
  }
}
.expo2025-NextArea p {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

.expo2025-NextArea__inner {
  position: relative;
  padding: 70px 50px 50px;
  color: #fff;
  background-color: #00a8a9;
}
@media only screen and (max-width: 559px) {
  .expo2025-NextArea__inner {
    padding: 70px 30px 100px;
  }
}
.expo2025-NextArea__inner::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 50px;
  height: 70px;
  background: url("/expo2025/expo1970-kubota-pavilion/images/icon_arrow_nextarea.svg") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 559px) {
  .expo2025-NextArea__inner::after {
    width: 44px;
    height: 64.08;
  }
}

.expo2025-NextArea__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.expo2025-LinkButton {
  margin-top: 80px;
}
@media only screen and (max-width: 559px) {
  .expo2025-LinkButton {
    margin-top: 50px;
  }
}
.expo2025-LinkButton a {
  max-width: 450px;
}
@media only screen and (max-width: 559px) {
  .expo2025-LinkButton a {
    max-width: 315px;
  }
}