@charset "utf-8";



/*********************************
  common
*********************************/
.exhibition-page .container {
  background-color: #46be9a;
}
.exhibition-page * {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #444;
  letter-spacing: .06em;
}
.exhibition-page *.font-quinary {
  font-family: 'Poppins', sans-serif;
}


/*********************************
  mv
*********************************/
.e-mv-block {
  width: 100vw;
  height: 744px;
  background-image: url(../images/mv.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 112px 0 92px;
}
@media screen and (max-width: 768px) {
  .e-mv-block {
    height: auto;
    background-image: url(../images/mv_sp.webp);
    background-position: inherit;
    padding: 53.333vw 0 13.333vw;
  }
}
.e-mv-block .inner {
  max-width: 1000px;
  /*padding: 0 100px;*/
}
@media screen and (max-width: 1040px) {
  .e-mv-block .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .e-mv-block .inner {
    padding: 0 24px 0 23px;
  }
}
.e-mv-block .inner > .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 96px;
  background: #ECF8F4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 44px;
  font-weight: bold;
  line-height: 58px;
  color: #178874;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .e-mv-block .inner > .txt {
    height: 56px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 28px;
    line-height: 42px;
    padding: 0 24px;
  }
}
.e-mv-block .inner > .ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .e-mv-block .inner > .ttl {
    font-size: 26px;
    line-height: 36px;
    margin-top: 16px;
  }
}
.e-mv-block .inner > .ttl .top {
  display: block;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .e-mv-block .inner > .ttl .top {
    font-size: 22px;
    line-height: 36px;
  }
}
.e-mv-block .inner > .note {
  font-weight: bold;
  letter-spacing: .06em;
  color: #fff;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .e-mv-block .inner > .note {
    font-size: 16px;
    line-height: 30px;
    margin-top: 32px;
  }
}
.e-mv-block .main-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 58px;
  background: #D4ED18;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-weight: bold;
  line-height: 58px;
  margin-top: 20px;
  padding: 0 85px;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .e-mv-block .main-ttl {
    height: 56px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 56px;
    margin-top: 24px;
    padding: 0 14px;
  }
}
.e-mv-block .main-ttl:hover {
  opacity: .7;
}
.e-mv-block .main-ttl .img {
  width: 26px;
  height: 26px;
}
.e-mv-block .main-ttl .en:not(.large) {
  font-size: 16px;
  font-weight: 600;
  margin: 2px 4px 0 8px;
}
.e-mv-block .main-ttl .en.large {
  font-size: 24px;
  font-weight: 500;
}
.e-mv-block .main-ttl .ja {
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
}
.e-mv-block .main-ttl .ja.large {
  font-size: 20px;
  font-weight: bold;
}
.e-mv-block .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .e-mv-block .wrap {
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.e-mv-block .wrap .parts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 72px) / 4);
  height: 136px;
  background: #fff;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .e-mv-block .wrap .parts {
    width: calc((100% - 15px) / 2);
    height: 96px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
  }
  .e-mv-block .wrap .parts:nth-of-type(n + 3) {
    margin-top: 32px;
  }
}
.e-mv-block .wrap .parts:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: rgba(255,255,255,.5) transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
@media screen and (max-width: 768px) {
  .e-mv-block .wrap .parts:after {
    border-width: 9px 6px 0 6px;
    bottom: -17px;
  }
}
.e-mv-block .wrap .parts:hover:after {
  bottom: -34px;
  animation: arrow 1.2s .5s ease-in-out infinite;
}
.e-mv-block .wrap .parts .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #178874;
}
@media screen and (max-width: 768px) {
  .e-mv-block .wrap .parts .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.e-mv-block .wrap .parts .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #444;
  margin: 4px 0;
}
@media screen and (max-width: 1040px) {
  .e-mv-block .wrap .parts .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .e-mv-block .wrap .parts .name {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
}
.e-mv-block .wrap .parts .img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
 .e-mv-block .wrap .parts .img {
   width: 32px;
 }
}


/*********************************
  content
*********************************/
.e-content {
  background: #ECF8F4;
  padding: 104px 0 80px;
}
@media screen and (max-width: 768px) {
  .e-content {
    padding: 56px 24px 48px;
  }
}
.e-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 1240px) {
  .e-section {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .e-section {
    padding: 24px 0 0;
  }
}
.e-section:nth-of-type(n + 2) {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .e-section:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.e-section-inner {
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 104px 100px 56px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .e-section-inner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 768px) {
  .e-section-inner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 56px 24px 40px;
  }
}
.e-section .leadg {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  margin: 40px 0 0;
  color: #178874;
}
@media screen and (max-width: 768px) {
  .e-section .leadg {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
.e-section .top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  background: #178874;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .e-section .top {
    width: 160px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    top: -24px;
  }
}
.e-section .top .img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .e-section .top .img {
    width: 32px;
  }
}
.e-section .top .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .e-section .top .txt {
    font-size: 18px;
  }
}
.e-section .top .txts {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .e-section .top .txts {
    font-size: 14px;
  }
}
.e-section .img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .e-section .img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
.e-section .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .e-section .wrap {
    display: block;
  }
}
.e-section .wrap .txt-box {
  width: 472px;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box {
    width: 100%;
  }
}
.e-section .wrap .txt-box .ttl-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .ttl-box {
    justify-content: center;
  }
}
.e-section .wrap .txt-box .ttl-box .ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 58px;
  color: #178874;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .ttl-box .ttl {
    font-size: 28px;
    line-height: 42px;
  }
}
.e-section .wrap .txt-box .ttl-box .ttls {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #178874;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .ttl-box .ttls {
    font-size: 18px;
    line-height: 28px;
  }
}
.e-section .wrap .txt-box .ttl-box .img-box {
  display: block;
  width: 176px;
  margin-left: 49px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .ttl-box .img-box {
    width: 110px;
    margin-left: 17px;
  }
}
.e-section .wrap .txt-box .ttl-box .img-box:before {
  content: '';
  width: 1px;
  height: 64px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .ttl-box .img-box:before {
    height: 40px;
    left: -8px;
  }
}
.e-section .wrap .txt-box .lead {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  margin: 16px 0 32px;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .txt-box .lead {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
.e-section .wrap > .img-box {
  max-width: 488px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .e-section .wrap > .img-box {
    margin-top: 72px;
  }
}
.e-section .wrap .img-box .txt {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .e-section .wrap .img-box .txt {
    top: -40px;
  }
}
.e-section .wrap .img-box .txt .txt-inner {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #178874;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .img-box .txt .txt-inner {
    font-size: 16px;
    line-height: 30px;
  }
}
.e-section .wrap .img-box .txt .txt-inner:before,
.e-section .wrap .img-box .txt .txt-inner:after {
  content: '';
  width: 2px;
  height: 26px;
  background: #178874;
  position: absolute;
  top: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .e-section .wrap .img-box .txt .txt-inner:before,
  .e-section .wrap .img-box .txt .txt-inner:after {
    width: 1px;
    height: 20px;
  }
}
.e-section .wrap .img-box .txt .txt-inner:before {
  left: -24px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .e-section .wrap .img-box .txt .txt-inner:before {
    left: -16px;
  }
}
.e-section .wrap .img-box .txt .txt-inner:after {
  right: -24px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .e-section .wrap .img-box .txt .txt-inner:after {
    right: -12px;
  }
}
.e-section .note {
  width: 472px;
  min-height: 150px;
  line-height: 28px;
  letter-spacing: .06em;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .e-section .note {
    width: 100%;
    min-height: inherit;
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
}
.e-section .list {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .e-section .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.e-section .list .parts {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 768px) {
  .e-section .list .parts {
    width: calc((100% - 16px) / 2);
  }
}
.e-section .list .parts:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .e-section .list .parts:nth-of-type(n + 2) {
    margin-left: inherit;
  }
  .e-section .list .parts:nth-of-type(even) {
    margin-left: 16px;
  }
  .e-section .list .parts:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
.e-section .list .parts .img-box {
  overflow: hidden;
}
.e-section .list .parts .caption {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .04em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .e-section .list .parts .caption {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }
}
.e-section .lists {
  display: flex;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .e-section .lists {
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
.e-section .lists .parts:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .e-section .lists .parts:nth-of-type(n + 2) {
    margin-left: inherit;
  }
  .e-section .lists .parts:nth-of-type(even) {
    margin-left: 16px;
  }
  .e-section .lists .parts:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
.e-section .lists .parts .img-box {
  overflow: hidden;
}
.e-section .lists .parts .caption {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .04em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .e-section .lists .parts .caption {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }
}
.e-section .lists .parts .notes {
  width: 472px;
  min-height: 150px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .e-section .lists .parts .notes {
    width: 100%;
    min-height: inherit;
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
}
.e-section .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 56px;
  background: #fff;
  border: solid 1px #444;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 40px auto 0;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .e-section .btn {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 32px;
  }
}
.e-section .btn svg {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .e-section .btn svg {
    right: 24px;
  }
}
.e-section .btn:hover {
  opacity: .5;
}
.e-section:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
.e-section:nth-of-type(even) .note {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .e-section .list .parts._circle {
    width: 129px;
  }
}

@media screen and (min-width: 769px) {
  .e-section .list .parts._circle:nth-of-type(n + 2) {
    margin-left: 16px;
  }
}
.e-section .list .parts._circle .img-box {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.e-content .lead._contact {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  color: #178874;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .e-content .lead._contact {
    font-size: 18px;
    line-height: 32px;
    margin-top: 48px;
  }
}
.e-cv {
  background: #178874;
  padding: 56px 0 70px;
}
@media screen and (max-width: 768px) {
  .e-cv {
    padding: 30px 24px 40px;
  }
}
.e-cv .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .e-cv .ttl {
    font-size: 15px;
    line-height: 23px;
  }
}
.e-cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #178874;
  margin: 37px auto 0;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .e-cv-btn {
    width: 100%;
    max-width: inherit;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 21px;
  }
}
.e-cv-btn .icon-contact {
  display: block;
  width: 34px;
  height: 21px;
  margin: 4px 24px 0 0;
}
@media screen and (max-width: 768px) {
  .e-cv-btn .icon-contact {
    width: 22px;
    height: 14px;
    margin: 2px 13px 0 0;
  }
}
.e-cv-btn svg:not(.icon-contact) {
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .e-cv-btn svg:not(.icon-contact) {
    width: 6px;
    height: 10px;
    right: 20px;
  }
}
.e-cv-btn svg:not(.icon-contact) * {
  stroke: #178874;
}
.e-cv-btn:hover {
  opacity: .5;
}


@keyframes arrow {
  0% {
    transform: translate(-50%,0);
  }
  50% {
    transform: translate(-50%,-6px);
  }
  100% {
    transform: translate(-50%,0);
  }
}

