@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.exhibition-intro {
  padding: 75px 0 0;
}
.exhibition-intro h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.exhibition-intro h2:before {
  content: "";
  display: block;
  width: 52px;
  height: 37px;
  background-image: url("../images/common/icon-left-clover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .exhibition-intro h2:before {
    width: 38px;
    margin-bottom: 0;
  }
}
.exhibition-intro h2 {
  font-size: 35px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibition-intro h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibition-intro {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-intro {
    padding: 0;
  }
}
.exhibition-intro h2 {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .exhibition-intro h2 {
    margin-bottom: 15px;
  }
}
.exhibition-intro p {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  text-align: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .exhibition-intro p {
    margin-bottom: 26px;
  }
}
.exhibition-intro .flex-image {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
  max-width: 860px;
}
@media screen and (max-width: 1024px) {
  .exhibition-intro .flex-image {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-intro .flex-image {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-intro .flex-image img {
    margin-bottom: 2em;
  }
}

.exhibition {
  padding: 136px 0 141px 0;
}
.exhibition h2 {
  margin-bottom: 51px;
}
.exhibition h2 span {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  text-align: center;
}
.exhibition h2 span.main {
  font-size: 35px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  .exhibition h2 span.main {
    font-size: 26px;
  }
}
.exhibition h2 span.sub {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .exhibition h2 span.sub {
    font-size: 14px;
  }
}
.exhibition .flex-box-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .exhibition .flex-box-wrap {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .exhibition .flex-box-wrap .left-box {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .flex-box-wrap .left-box {
    display: block;
  }
}
.exhibition .flex-box-wrap .right-box {
  flex-shrink: 0;
}
.exhibition .flex-box-wrap .right-box img {
  max-width: 472px;
  width: 100%;
}
.exhibition .table-wrap {
  padding: 39px 0;
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.exhibition .table-wrap table {
  table-layout: fixed;
  width: 100%;
}
.exhibition .table-wrap table tr {
  border-bottom: 1px solid #707070;
}
.exhibition .table-wrap table tr th, .exhibition .table-wrap table tr td {
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .exhibition .table-wrap table tr th, .exhibition .table-wrap table tr td {
    font-size: 14px;
  }
}
.exhibition .table-wrap table tr th {
  font-weight: bold;
  width: 113px;
  text-align: center;
}
.exhibition .table-wrap table tr td {
  padding-left: 53px;
  padding-right: 53px;
}
.exhibition .ceremony-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  padding: 13px 0;
}
.exhibition .ceremony-wrap h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #1B7044;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .exhibition .ceremony-wrap h3 {
    font-size: 18px;
  }
}
.exhibition .flex-image {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 47px;
}
@media screen and (max-width: 1024px) {
  .exhibition .flex-image {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .flex-image {
    display: block;
  }
}
.exhibition .flex-image img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .exhibition .flex-image img {
    margin: 0 auto 2em;
  }
}
.exhibition .selected-works {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  padding: 55px 0;
}
.exhibition .selected-works h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #1B7044;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .exhibition .selected-works h3 {
    font-size: 18px;
  }
}
.exhibition .selected-works h4 {
  font-weight: bold;
  padding: 12px 19px;
  border-bottom: 1px solid #1B7044;
  position: relative;
}
.exhibition .selected-works h4:before {
  display: block;
  content: "";
  width: 16px;
  border-top: 2px solid #1B7044;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.exhibition .selected-works h4:after {
  display: block;
  content: "";
  height: 16px;
  border-right: 2px solid #1B7044;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.exhibition .selected-works .main-list {
  display: block;
  gap: 20px 72px;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.exhibition .selected-works h4.open:after {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.exhibition .selected-works h4.open + .main-list {
  padding: 20px 8px;
  margin-bottom: 17px;
  height: auto;
  transition: 0.5s;
}
.exhibition .selected-works h4.open + .main-list li {
  margin-bottom: 12px;
}
.exhibition .selected-works h4.open + .main-list li h5 {
  margin-bottom: 5px;
}
.exhibition .selected-works h4.open + .main-list li .sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .exhibition .selected-works h4.open + .main-list li .sub-list {
    justify-content: center;
    gap: 2em;
  }
}
.exhibition .selected-works h4.open + .main-list li .sub-list li a {
  max-width: 191px;
  display: block;
}
@media screen and (max-width: 767px) {
  .exhibition .selected-works h4.open + .main-list li .sub-list li a {
    max-width: 100%;
  }
}
.exhibition .selected-works h4.open + .main-list li .sub-list li a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.exhibition .selected-works h4.open + .main-list li .sub-list li a span {
  display: block;
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 6px 0;
}

.exhibition-2012 .flex-box-wrap {
  align-items: center;
}
.exhibition-2012 .flex-box-wrap .right-box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .exhibition-2012 .flex-box-wrap .right-box {
    width: 100%;
  }
}
.exhibition-2012 .flex-box-wrap .right-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
/*# sourceMappingURL=exhibition-of-works.css.map */