html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width:820px) {
  html {
    scroll-padding: 60px;
  }
}

#footer-top {
  display: none;
}

.greenexpo {
  background-color: #fff;
  color: #1e1e1e;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 84px;
}
@media print, screen and (min-width:820px) {
  .greenexpo {
    margin-bottom: 64px;
  }
}
.greenexpo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.greenexpo img {
  display: block;
  height: auto;
  width: 100%;
}
.greenexpo a {
  color: #1e1e1e;
}
@media print, screen and (max-width:819px) {
  .greenexpo .pc {
    display: none;
  }
}
@media print, screen and (min-width:820px) {
  .greenexpo .sp {
    display: none;
  }
}
.greenexpo .en {
  font-family: "lato", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.greenexpo__mv {
  position: relative;
}
.greenexpo__mv img {
  border-radius: 0 0 40px 40px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv img {
    border-radius: 0 0 100px 100px;
  }
}
.greenexpo__mv-inner {
  padding: 0 30px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv-inner {
    left: auto;
    position: absolute;
    right: 3%;
    top: 8%;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }
}
.greenexpo__mv-text {
  color: #0068b6;
  padding: 30px 0;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv-text {
    color: #fff;
  }
}
.greenexpo__mv-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv-title {
    font-size: 5.5555555556vw;
    line-height: 2;
  }
}
.greenexpo__mv-lead {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv-lead {
    font-size: 4.0277777778vw;
    line-height: 1.5;
  }
}
.greenexpo__mv-note {
  font-size: 12px;
  margin-top: 12px;
  padding-right: 20px;
  text-align: right;
}
@media print, screen and (min-width:820px) {
  .greenexpo__mv-note {
    margin-top: 16px;
    padding-right: 40px;
  }
}

.greenexpo__lead {
  margin-top: 105px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__lead {
    margin-top: 100px;
  }
}
.greenexpo__lead-inner {
  padding: 0 20px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__lead-inner {
    margin: auto;
    max-width: 1128px;
    padding: 0;
    width: 90%;
  }
}
.greenexpo__lead-title {
  color: #0068B6;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__lead-title {
    font-size: 24px;
  }
}
.greenexpo__lead-text {
  color: #424242;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__lead-text {
    font-size: 16px;
  }
}

.greenexpo__expo {
  margin-top: 120px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo {
    margin-top: 130px;
  }
}
.greenexpo__expo-inner {
  padding: 0 20px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-inner {
    margin: auto;
    max-width: 1128px;
    padding: 0;
    width: 90%;
  }
}
.greenexpo__expo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  gap: 40px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-wrapper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 60px;
    grid-template-columns: 1fr 35%;
  }
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-text {
    margin-top: 40px;
  }
}
.greenexpo__expo-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-title {
    font-size: 20px;
  }
}
.greenexpo__expo-description {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 25px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-description {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 20px;
  }
}
.greenexpo__expo-image img {
  border-radius: 16px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-image img {
    border-radius: 20px;
  }
}
.greenexpo__expo-image-caption {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 10px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__expo-image-caption {
    margin-top: 16px;
  }
}

.greenexpo__news {
  margin-top: 110px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news {
    margin-top: 100px;
  }
}
.greenexpo__news-inner {
  padding: 0 20px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-inner {
    margin: auto;
    max-width: 1128px;
    padding: 0;
    width: 90%;
  }
}
.greenexpo__news-title {
  color: #0068B6;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-title {
    font-size: 40px;
  }
}
.greenexpo__news-en {
  color: #424242;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-en {
    font-size: 20px;
  }
}
.greenexpo__news ul {
  display: grid;
  gap: 8px;
  margin-top: 60px;
}
.greenexpo__news-link {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: grid;
  gap: 7px;
  padding: 16px 46px 16px 20px;
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-link {
    gap: 24px;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 70px 24px 40px;
  }
}
.greenexpo__news-link::after {
  border-right: solid 1px #0068B6;
  border-top: solid 1px #0068B6;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-link::after {
    right: 34px;
  }
}
.greenexpo__news-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.greenexpo__news-date {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: 100px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-date {
    font-size: 16px;
  }
}
.greenexpo__news-date .en {
  font-weight: 400;
}
.greenexpo__news-detail {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__news-detail {
    font-size: 16px;
    line-height: 2;
  }
}

.greenexpo__overview {
  margin-top: 120px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview {
    margin-top: 100px;
  }
}
.greenexpo__overview-inner {
  padding: 0 20px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-inner {
    margin: auto;
    max-width: 1128px;
    padding: 0;
    width: 90%;
  }
}
.greenexpo__overview-title {
  color: #0068b6;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-title {
    font-size: 40px;
  }
}
.greenexpo__overview-en {
  color: #424242;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-en {
    font-size: 20px;
  }
}
.greenexpo__overview-wrapper {
  display: grid;
  gap: 60px;
  margin-top: 60px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1fr 32%;
  }
}
.greenexpo__overview dl {
  display: grid;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview dl {
    margin-bottom: 55px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.greenexpo__overview-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dddddd;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr;
  padding: 22px 0;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-content {
    gap: 60px;
  }
}
.greenexpo__overview-content:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.greenexpo__overview dt {
  color: #0068b6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  width: 64px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview dt {
    font-size: 16px;
    width: 70px;
  }
}
.greenexpo__overview dd {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview dd {
    font-size: 16px;
  }
}
.greenexpo__overview-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.greenexpo__overview-image:hover {
  opacity: 0.7;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.greenexpo__overview-button {
  background-color: #0068b6;
  border-radius: 40px;
  display: block;
  margin-top: 60px;
  padding: 22px 32px;
  position: relative;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-button {
    border-radius: 100px;
    margin-top: 5px;
    max-width: 440px;
    padding: 24px 40px;
  }
}
.greenexpo__overview-button span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-button span {
    font-size: 16px;
    line-height: 2;
  }
}
.greenexpo__overview-button::after {
  background-image: url("../images/icon-window.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}
@media print, screen and (min-width:820px) {
  .greenexpo__overview-button::after {
    right: 40px;
  }
}
.greenexpo__overview-button:hover {
  background-color: #48bcc6;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}