@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.exhibition__merit-fukidashi-txt, .exhibition__search-tab, .exhibition__search-panel-link, .resilience__tab, .resilience__panel-txt, .resilience__panel-txt-small, .green__sugi-top, .green__catalog-fukidashi, .green__catalog-waku, .green__catalog-circle, .green__catalog-btn, .cont__regular-waku, .cont__regular-btn-link, .cont__header-btn-link, .cont__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exhibition__merit-fukidashi-txt > *, .exhibition__search-tab > *, .exhibition__search-panel-link > *, .resilience__tab > *, .resilience__panel-txt > *, .resilience__panel-txt-small > *, .green__sugi-top > *, .green__catalog-fukidashi > *, .green__catalog-waku > *, .green__catalog-circle > *, .green__catalog-btn > *, .cont__regular-waku > *, .cont__regular-btn-link > *, .cont__header-btn-link > *, .cont__footer > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container {
    max-width: 91.4666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.exhibition__search-tab, .exhibition__search-panel-link, .resilience__tab, .green__catalog-btn, .link, .cont__regular-btn-link, .cont__header-logo-link, .cont__header-btn-link, .cont__footer-logo, .cont__follow-link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.exhibition__search-tab:hover, .exhibition__search-panel-link:hover, .resilience__tab:hover, .green__catalog-btn:hover, .link:hover, .cont__regular-btn-link:hover, .cont__header-logo-link:hover, .cont__header-btn-link:hover, .cont__footer-logo:hover, .cont__follow-link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

main div {
  margin: 0 auto;
  text-align: center;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  sup {
    padding-bottom: 0.6666666667vw;
  }
}

sub {
  vertical-align: bottom;
}

.cont {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #000;
  font-feature-settings: "palt";
  position: relative;
}
.cont picture {
  display: inherit;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .cont picture {
    width: 100%;
  }
}
.cont picture > img {
  vertical-align: top !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cont picture > img {
    width: 100% !important;
  }
}
.cont__regular {
  background-color: #e2eef5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px calc(50vw - 50%);
}
@media screen and (max-width: 1300px) {
  .cont__regular {
    padding: 9.2307692308vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 767px) {
  .cont__regular {
    padding: 16vw calc(50vw - 50%);
  }
}
.cont__regular-container {
  position: relative;
}
.cont__regular-img {
  width: 7.1428571429%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cont__regular-img {
    width: 18.8vw !important;
  }
}
.cont__regular-side {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1.4285714286%;
}
@media screen and (max-width: 767px) {
  .cont__regular-side {
    display: block;
    margin-bottom: 0;
  }
}
.cont__regular-slider {
  width: 51.5873015873%;
  margin-left: 1.5873015873%;
  margin-right: 0;
  padding-bottom: 1.8253968254%;
}
@media screen and (max-width: 767px) {
  .cont__regular-slider {
    width: 90.6705539359% !important;
    margin: auto;
    padding-bottom: 5.3935860058%;
  }
}
.cont__regular-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.cont__regular-slider .swiper-pagination-bullet {
  opacity: 1;
  background: #b4b4b4;
}
@media screen and (max-width: 1300px) {
  .cont__regular-slider .swiper-pagination-bullet {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    margin: 0 0.3076923077vw !important;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-slider .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.0666666667vw !important;
  }
}
.cont__regular-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1300px) {
  .cont__regular-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.cont__regular-txts {
  width: 36.5079365079%;
  margin-left: 5.1587301587%;
  padding-bottom: 1.8253968254%;
}
@media screen and (max-width: 767px) {
  .cont__regular-txts {
    width: 90.6705539359%;
    margin: 5.5393586006% auto 0;
    padding-bottom: 0;
  }
}
.cont__regular-waku {
  width: 43.4782608696%;
  height: 50px;
  border: 2px solid #000;
  background-color: #fff;
  margin: auto;
  padding-top: 0.4347826087%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .cont__regular-waku {
    height: 3.8461538462vw;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-waku {
    width: 42.4437299035%;
    height: 11.2vw;
    border-width: 0.5333333333vw;
    padding-top: 0;
    font-size: 4vw;
  }
}
.cont__regular-hdg {
  margin: 6.5217391304% 0 4.347826087%;
}
@media screen and (max-width: 767px) {
  .cont__regular-hdg {
    margin: 6.4308681672% 0;
  }
}
.cont__regular-txt {
  margin: -1.9565217391% 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1300px) {
  .cont__regular-txt {
    font-size: 1.3846153846vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-txt {
    margin: -1.2861736334% 0;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.11em;
  }
}
.cont__regular-btn-link {
  width: 100%;
  height: 70px;
  background-color: #4d6a78;
  margin: 6.5217391304% auto 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .cont__regular-btn-link {
    height: 5.3846153846vw;
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-btn-link {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    margin-top: 12.8617363344%;
    letter-spacing: 0.1em;
  }
}
.cont__regular-btn-link::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .cont__regular-btn-link::after {
    border-left: 0.3846153846vw solid transparent;
    border-right: 0.3846153846vw solid transparent;
    border-top: 0.6923076923vw solid #fff;
    right: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-btn-link::after {
    border-left: 0.9333333333vw solid transparent;
    border-right: 0.9333333333vw solid transparent;
    border-top: 1.6vw solid #fff;
    right: 11.4666666667vw;
  }
}
.cont__regular-list {
  margin: -0.4761904762% 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .cont__regular-list {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-list {
    width: 90.6705539359%;
    margin: 4.9562682216% auto -0.8746355685%;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .cont__regular-item {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.cont__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont__header-logo {
  margin-left: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .cont__header-logo {
    padding-left: 0;
  }
}
.cont__header-logo-link {
  display: inline-block;
  width: 222px;
}
@media screen and (max-width: 767px) {
  .cont__header-logo-link {
    width: 40.9333333333vw;
    height: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__header-img {
    height: 14.6666666667vw;
  }
}
.cont__header-btn {
  margin-right: 0;
}
.cont__header-btn-link {
  width: 260px;
  height: 80px;
  background-color: #4d6a78;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cont__header-btn-link {
    width: 46.6666666667vw;
    height: 14.6666666667vw;
    padding-right: 1.3333333333vw;
    font-size: 3.3333333333vw;
    letter-spacing: 0.1em;
  }
}
.cont__header-btn-link::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cont__header-btn-link::after {
    border-left: 0.8vw solid transparent;
    border-right: 0.8vw solid transparent;
    border-top: 1.3333333333vw solid #fff;
    right: 2.6666666667vw;
  }
}
.cont__footer {
  padding: 5.9523809524% 0 2.380952381%;
}
@media screen and (max-width: 767px) {
  .cont__footer {
    padding: 37px 0 30px;
  }
}
.cont__footer-logo {
  display: block;
  width: 19.126984127%;
}
@media screen and (max-width: 767px) {
  .cont__footer-logo {
    width: 42.9333333333vw;
  }
}
.cont__footer-copyright {
  margin-top: 2.7777777778%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cont__footer-copyright {
    margin-top: 25px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.cont__follow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cont__follow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.cont__follow.active {
  opacity: 1;
  visibility: visible;
}
.cont__follow-link {
  display: block;
  width: 180px;
  height: 180px;
  filter: drop-shadow(0 8px 7px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .cont__follow-link {
    width: 32vw;
    height: 32vw;
  }
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -150px;
}

.fromRight {
  --fade-translate-x: 150px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-delay: 500ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* kv:start */
.kv {
  background-image: url(/hebel/lp/cp/mirai/images/kv_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(/hebel/lp/cp/mirai/images/sp/kv_img.jpg);
  }
}
@media screen and (max-width: 767px) {
  .kv__container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

/* kv:end */
/* lead:start */
.lead__container {
  padding: 9.5238095238% 0;
}
@media screen and (max-width: 767px) {
  .lead__container {
    padding: 17.4927113703% 0;
  }
}
.lead__txt {
  margin-top: 2.380952381%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .lead__txt {
    margin-top: 6.9970845481%;
    padding-left: 1.4577259475%;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.1em;
  }
}
.lead__txt-large {
  margin-top: 2.7777777778%;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lead__txt-large {
    margin: 5.8309037901% 0 -1.4577259475%;
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}

/* lead:end */
.fair__txt--bottom, .fair__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fair__txt--bottom, .fair__txt {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

/* fair:start */
.fair__container {
  padding: 9.5238095238% 0;
}
@media screen and (max-width: 767px) {
  .fair__container {
    padding: 17.4927113703% 0 16.7638483965%;
  }
}
.fair__txts {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fair__txts {
    margin-top: 5.8309037901%;
  }
}
.fair__txt {
  margin: 32px 0 -9px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .fair__txt {
    margin: 4.3731778426% 0 -1.166180758%;
  }
}
.fair__txt--bottom {
  margin: 10px 0 -5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fair__txt--bottom {
    margin: 2.915451895% 0 -1.166180758%;
  }
}
.fair__txt-think {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .fair__txt-think {
    font-size: 3.7333333333vw;
  }
}
.fair__txt-large {
  background-image: url(/hebel/lp/cp/mirai/images/fair_bg_txt_ver2.png);
  background-size: 100%;
  width: 456px;
  height: 62px;
  margin: auto;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fair__txt-large {
    background-image: url(/hebel/lp/cp/mirai/images/sp/fair_bg_txt_ver2.png);
    width: 79.2vw;
    height: 11.2vw;
    padding-left: 1.3333333333vw;
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
}
.fair__txt-img {
  width: 386px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .fair__txt-img {
    width: 100%;
    margin-top: 8.7463556851%;
  }
}
.fair__txt-small {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .fair__txt-small {
    margin-top: 1.4577259475%;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.fair__ttl {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 2px solid;
  padding-bottom: 3px;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fair__ttl {
    margin-top: 2.915451895%;
    border-width: 0.2666666667vw;
    padding-bottom: 0.4373177843%;
    font-size: 6.9333333333vw;
    white-space: nowrap;
  }
}
.fair__img {
  display: block;
  width: 100vw !important;
  margin: 40px 0 0 calc(50% - 50vw);
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fair__img {
    margin-top: 5.8309037901%;
  }
}

/* fair:end */
.green__catalog-waku::after, .green__catalog-waku::before {
  content: "";
  width: 600px;
  height: 74px;
  border: 2px solid;
  position: absolute;
}
@media screen and (max-width: 1300px) {
  .green__catalog-waku::after, .green__catalog-waku::before {
    width: 46.1538461538vw;
    height: 5.6923076923vw;
    border-width: 0.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-waku::after, .green__catalog-waku::before {
    width: 82.9333333333vw;
    height: 9.3333333333vw;
    border-width: 0.2666666667vw;
  }
}

/* green:start */
.green__contents {
  background: linear-gradient(130deg, #eef7fc, #8bbedb);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px calc(50vw - 50%);
}
@media screen and (max-width: 1300px) {
  .green__contents {
    padding: 9.2307692308vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 767px) {
  .green__contents {
    padding: 16vw calc(50vw - 50%);
  }
}
.green__ttl {
  width: 311.5px;
}
@media screen and (max-width: 767px) {
  .green__ttl {
    width: 53.2vw;
  }
}
.green__side {
  margin-top: 4.7619047619%;
}
@media screen and (max-width: 767px) {
  .green__side {
    margin-top: 8.7463556851%;
  }
}
.green__side-img {
  width: 55.5555555556%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .green__side-img {
    width: 100vw !important;
    margin-left: calc(50% - 50vw);
  }
}
.green__side-txts {
  width: 54.7619047619%;
  background-color: #fff;
  margin: -30.9523809524% 0 0 auto;
  padding: 8.4126984127% 0 9.5238095238% 15.0793650794%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .green__side-txts {
    width: 100%;
    margin-top: 0;
    padding: 11.6618075802% 0;
    text-align: center;
  }
}
.green__side-hdg {
  margin-bottom: 6%;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5882352941;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .green__side-hdg {
    font-size: 2.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .green__side-hdg {
    margin: -1.749271137% 0 3.2069970845%;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.green__side-txt {
  margin: -1.8% 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  .green__side-txt {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .green__side-txt {
    margin: -1.166180758% 0;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.green__graph {
  margin-top: 6.3492063492%;
}
@media screen and (max-width: 767px) {
  .green__graph {
    margin-top: 11.6618075802%;
  }
}
.green__list {
  margin: 2.5396825397% 0 -0.4761904762%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: #221815;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .green__list {
    margin: 4.6647230321% 0 -0.6349206349%;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.green__item {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.green__item-other {
  padding-left: 1em;
  text-indent: -1em;
}
.green__sugi {
  margin-top: 6.3492063492%;
}
@media screen and (max-width: 767px) {
  .green__sugi {
    margin-top: 11.6618075802%;
  }
}
.green__sugi-top {
  background-color: #4d6a78;
  width: 17.4603174603%;
  height: 40px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .green__sugi-top {
    height: 3.0769230769vw;
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .green__sugi-top {
    width: 36.443148688%;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.green__sugi-txt {
  margin: 4.7619047619% 0 0.7936507937%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .green__sugi-txt {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .green__sugi-txt {
    margin: 7.5801749271% 0 0.7288629738%;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.green__sugi-txt-large {
  margin: 1.5873015873% 0 4.5238095238%;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .green__sugi-txt-large {
    font-size: 2.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .green__sugi-txt-large {
    margin: 1.749271137% 0 7.2886297376%;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.green__sugi-list {
  margin: -0.4761904762% 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.11em;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .green__sugi-list {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .green__sugi-list {
    margin: -0.8746355685% 0;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.green__sugi-item {
  padding-left: 1em;
  text-indent: -1em;
}
.green__catalog {
  background: linear-gradient(180deg, #eff9ff, #cce1ed);
  margin: 9.5238095238% 0;
  padding: 6.3492063492% 0 4.2857142857% 0;
}
@media screen and (max-width: 767px) {
  .green__catalog {
    margin: 17.4927113703% 0;
    padding: 11.6618075802% 0;
  }
}
.green__catalog-fukidashi {
  position: relative;
  width: 13.4920634921%;
  height: 46px;
  margin: auto;
  background: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .green__catalog-fukidashi {
    height: 3.5384615385vw;
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-fukidashi {
    width: 29.1545189504%;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
}
.green__catalog-fukidashi::before {
  content: "";
  margin-left: -6.5px;
  border: 6.5px solid transparent;
  border-top: 9px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 1300px) {
  .green__catalog-fukidashi::before {
    margin-left: -0.5vw;
    border: 0.5vw solid transparent;
    border-top: 0.6923076923vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-fukidashi::before {
    margin-left: -1.2vw;
    border: 1.2vw solid transparent;
    border-top: 1.3333333333vw solid #000;
  }
}
.green__catalog-waku {
  position: relative;
  width: 48.1746031746%;
  height: 81px;
  margin: 1.5079365079% auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  .green__catalog-waku {
    height: 6.2307692308vw;
    font-size: 2.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-waku {
    width: 91.5451895044%;
    height: 10.1333333333vw;
    margin-top: 2.915451895%;
    font-size: 5.6vw;
  }
}
.green__catalog-waku::before {
  top: 0;
  right: 0;
}
.green__catalog-waku::after {
  bottom: 0;
  left: 0;
}
.green__catalog-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5.6349206349% 0 2.2222222222%;
  margin-top: 4.126984127%;
}
@media screen and (max-width: 767px) {
  .green__catalog-side {
    display: block;
    padding: 0;
    margin-top: 7.5801749271%;
  }
}
.green__catalog-img {
  width: 643px;
}
@media screen and (max-width: 1300px) {
  .green__catalog-img {
    width: 49.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-img {
    width: 100%;
  }
}
.green__catalog-txts {
  width: 43.669250646%;
  margin-right: 0;
  padding-bottom: 1.7226528854%;
}
@media screen and (max-width: 767px) {
  .green__catalog-txts {
    width: 90.6705539359%;
    margin: 4.9562682216% auto 0;
    padding-bottom: 0;
  }
}
.green__catalog-morenaku {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1300px) {
  .green__catalog-morenaku {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-morenaku {
    font-size: 4.2666666667vw;
  }
}
.green__catalog-morenaku::before {
  content: "";
  background-image: url(/hebel/lp/cp/mirai/images/green_img_morenakku_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .green__catalog-morenaku::before {
    width: 1.3846153846vw;
    height: 1.6923076923vw;
    margin-right: 0.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-morenaku::before {
    background-image: url(/hebel/lp/cp/mirai/images/sp/green_img_morenakku_01.png);
    width: 2.4vw;
    height: 2.9333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.green__catalog-morenaku::after {
  content: "";
  background-image: url(/hebel/lp/cp/mirai/images/green_img_morenakku_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  margin-left: 8px;
}
@media screen and (max-width: 1300px) {
  .green__catalog-morenaku::after {
    width: 1.3846153846vw;
    height: 1.6923076923vw;
    margin-left: 0.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-morenaku::after {
    background-image: url(/hebel/lp/cp/mirai/images/sp/green_img_morenakku_02.png);
    width: 2.4vw;
    height: 2.9333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.green__catalog-new {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5.5226824458%;
}
@media screen and (max-width: 767px) {
  .green__catalog-new {
    width: 91.1575562701%;
    margin-top: 4.8231511254%;
  }
}
.green__catalog-circle {
  width: 19.7238658777%;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .green__catalog-circle {
    height: 7.6923076923vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-circle {
    width: 16.5784832451%;
    height: 12.5333333333vw;
    font-size: 3.2vw;
  }
}
.green__catalog-earth {
  width: 386px;
  margin-left: 3.9447731755%;
}
@media screen and (max-width: 1300px) {
  .green__catalog-earth {
    width: 29.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-earth {
    width: 71.2522045855% !important;
    margin-left: 3.5273368607%;
  }
}
.green__catalog-txt {
  margin-top: 5.5226824458%;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  .green__catalog-txt {
    font-size: 3.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-txt {
    margin-top: 4.501607717%;
    font-size: 5.3333333333vw;
  }
}
.green__catalog-btn {
  width: 90.7297830375%;
  height: 70px;
  background-color: #4d6a78;
  margin: 11.4398422091% auto 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .green__catalog-btn {
    height: 5.3846153846vw;
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-btn {
    width: 100%;
    height: 18.6666666667vw;
    margin-top: 9.3247588424%;
    font-size: 4.2666666667vw;
  }
}
.green__catalog-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .green__catalog-btn::after {
    border-left: 0.3846153846vw solid transparent;
    border-right: 0.3846153846vw solid transparent;
    border-top: 0.6923076923vw solid #fff;
    right: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .green__catalog-btn::after {
    border-left: 0.9333333333vw solid transparent;
    border-right: 0.9333333333vw solid transparent;
    border-top: 1.6vw solid #fff;
    right: 11.4666666667vw;
  }
}

/* green:end */
.resilience__panel-txt-small, .resilience__panel-txt {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .resilience__panel-txt-small, .resilience__panel-txt {
    height: 4.6153846154vw;
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .resilience__panel-txt-small, .resilience__panel-txt {
    height: 8vw;
  }
}

/* resilience:start */
.resilience__container {
  background: linear-gradient(130deg, #eef7fc, #8bbedb);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px calc(50vw - 50%);
}
@media screen and (max-width: 1300px) {
  .resilience__container {
    padding: 9.2307692308vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 767px) {
  .resilience__container {
    padding: 16vw calc(50vw - 50%);
  }
}
.resilience__ttl {
  width: 507.5px;
}
@media screen and (max-width: 767px) {
  .resilience__ttl {
    width: 72.8vw;
  }
}
.resilience__side {
  margin: 4.7619047619% 0 6.3492063492%;
}
@media screen and (max-width: 767px) {
  .resilience__side {
    margin: 8.7463556851% 0 11.6618075802%;
  }
}
.resilience__side-img {
  width: 55.5555555556%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .resilience__side-img {
    width: 100vw !important;
    margin-left: calc(50% - 50vw);
  }
}
.resilience__side-txts {
  width: 54.7619047619%;
  background-color: #fff;
  margin: -32.9365079365% 0 0 auto;
  padding: 8.7301587302% 0 9.5238095238% 15.0793650794%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .resilience__side-txts {
    width: 100%;
    margin: 0;
    padding: 11.6618075802% 0;
    text-align: center;
  }
}
.resilience__side-hdg {
  margin-bottom: 6%;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5882352941;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .resilience__side-hdg {
    font-size: 2.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .resilience__side-hdg {
    margin-bottom: 5.1020408163%;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.resilience__side-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .resilience__side-inner {
    justify-content: center;
  }
}
.resilience__side-award {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .resilience__side-award {
    width: 18.6588921283% !important;
  }
}
.resilience__side-txt {
  width: 43.2%;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .resilience__side-txt {
    width: 55.2478134111% !important;
    margin-left: 4.0816326531%;
  }
}
.resilience__hdg-support {
  margin: -8px 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .resilience__hdg-support {
    margin: -1.4577259475% 0 -1.749271137%;
    font-size: 6.9333333333vw;
    line-height: 1.3846153846;
  }
}
.resilience__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .resilience__tabs {
    margin-top: 5.8309037901%;
    padding-bottom: 2.1865889213%;
  }
}
.resilience__tab {
  width: 400px;
  height: 80px;
  background: none;
  border: 2px solid #000;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .resilience__tab {
    width: 50%;
    height: 15.0666666667vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.resilience__tab.active {
  background-color: #000;
  color: #fff;
}
.resilience__tab.active::before {
  content: "";
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 14px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .resilience__tab.active::before {
    margin-left: -1.7333333333vw;
    border: 1.7333333333vw solid transparent;
    border-top: 2.1333333333vw solid #000;
  }
}
.resilience__panels {
  background-color: #fff;
  margin-top: 3.1746031746%;
}
@media screen and (max-width: 767px) {
  .resilience__panels {
    margin-top: 5.8309037901%;
  }
}
.resilience__panel {
  display: none;
  padding: 3.1746031746%;
}
@media screen and (max-width: 767px) {
  .resilience__panel {
    padding: 5.8309037901% 4.6647230321%;
  }
}
.resilience__panel.active {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.resilience__panel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resilience__panel-item {
  position: relative;
  width: 49.5762711864%;
  margin-top: 0.8474576271%;
}
@media screen and (max-width: 767px) {
  .resilience__panel-item {
    width: 49.1961414791%;
    margin-top: 1.6077170418%;
  }
}
.resilience__panel-item:first-child {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .resilience__panel-txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .resilience__panel-txt-small {
    font-size: 3.2vw;
    line-height: 1.0833333333;
  }
}

/* resilience:end */
/* present:start */
.present__container {
  background: linear-gradient(180deg, #eff9ff, #cce1ed);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 120px calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  .present__container {
    padding: 16.0349854227% 0 17.4927113703%;
  }
}
.present__slider {
  position: relative;
  padding-bottom: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .present__slider {
    width: 100vw;
    padding-bottom: 3.2069970845%;
    margin-top: 5.5393586006%;
    margin-left: calc(50% - 50vw);
  }
}
.present__ttl {
  margin-top: 10px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .present__ttl {
    margin-top: 1.4577259475%;
    font-size: 5.8666666667vw;
  }
}
.present__txt {
  margin: 30px 0 -9px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .present__txt {
    margin: 4.3731778426% 0 -1.166180758%;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.present__txt-top {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .present__txt-top {
    display: inline;
    border-width: 0.2666666667vw;
    padding-bottom: 0.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
.present__txt-lottery {
  margin-top: 28px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .present__txt-lottery {
    margin-top: 3.2069970845%;
    font-size: 5.3333333333vw;
  }
}
.present__txt-bottom {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .present__txt-bottom {
    margin: 2.915451895% 0 -1.166180758%;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.present .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.present .swiper-pagination-bullet {
  opacity: 1;
  background: #b4b4b4;
}
@media screen and (max-width: 767px) {
  .present .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.present .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .present .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

/* present:end */
/* exhibition:start */
.exhibition__container {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .exhibition__container {
    padding-top: 17.4927113703%;
  }
}
.exhibition__ttl {
  margin: -12px 0 -9px;
  font-size: 34px;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .exhibition__ttl {
    margin: -1.749271137% 0 -1.4577259475%;
    font-size: 5.3333333333vw;
    line-height: 1.4230769231;
  }
}
.exhibition__ttl-large {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .exhibition__ttl-large {
    font-size: 6.9333333333vw;
  }
}
.exhibition__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .exhibition__img {
    margin-top: 5.8309037901%;
  }
}
.exhibition__benefits {
  background-image: url(/hebel/lp/cp/mirai/images/exhibition_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 165px calc(50vw - 50%) 120px;
}
@media screen and (max-width: 1300px) {
  .exhibition__benefits {
    margin-top: 6.1538461538vw;
    padding-top: 12.6923076923vw;
    padding-bottom: 9.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__benefits {
    background-image: url(/hebel/lp/cp/mirai/images/sp/exhibition_bg.jpg);
    margin-top: 10.6666666667vw;
    padding-top: 24vw;
    padding-bottom: 16vw;
  }
}
.exhibition__merit {
  position: relative;
}
.exhibition__merit-fukidashi {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .exhibition__merit-fukidashi {
    top: -3.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__merit-fukidashi {
    top: -8vw;
  }
}
.exhibition__merit-fukidashi-txt {
  position: relative;
  background: #fff;
  border: solid 4px #4d6a78;
  width: 530px;
  height: 90px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4d6a78;
}
@media screen and (max-width: 1300px) {
  .exhibition__merit-fukidashi-txt {
    width: 40.7692307692vw;
    height: 6.9230769231vw;
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__merit-fukidashi-txt {
    border-width: 0.8vw;
    width: 77.6vw;
    height: 16vw;
    font-size: 4.8vw;
  }
}
.exhibition__merit-fukidashi-txt:before {
  content: "";
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 18px solid #FFF;
  z-index: 2;
  position: absolute;
  bottom: -28px;
  left: 50%;
}
@media screen and (max-width: 1300px) {
  .exhibition__merit-fukidashi-txt:before {
    margin-left: -0.9230769231vw;
    border: 0.9230769231vw solid transparent;
    border-top: 1.3846153846vw solid #FFF;
    bottom: -2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__merit-fukidashi-txt:before {
    margin-left: -1.4666666667vw;
    border: 1.4666666667vw solid transparent;
    border-top: 2.1333333333vw solid #FFF;
    bottom: -3.3333333333vw;
  }
}
.exhibition__merit-list {
  background-color: #4d6a78;
  padding: 3.8095238095% 3.1746031746% 1.1904761905%;
}
@media screen and (max-width: 767px) {
  .exhibition__merit-list {
    padding: 8.7463556851% 4.6647230321% 0;
  }
}
.exhibition__merit-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid #fff;
  padding: 5% 14.406779661%;
}
@media screen and (max-width: 767px) {
  .exhibition__merit-item {
    padding: 9.6463022508% 0 8.038585209%;
  }
}
.exhibition__merit-item:last-child {
  border-bottom: none;
}
.exhibition__merit-img {
  width: 6.0119047619%;
}
@media screen and (max-width: 767px) {
  .exhibition__merit-img {
    width: 10.1286173633% !important;
    padding-bottom: 1.6077170418%;
  }
}
.exhibition__merit-icon {
  width: 7.1428571429%;
  margin-left: 7.1428571429%;
}
@media screen and (max-width: 767px) {
  .exhibition__merit-icon {
    width: 8.5333333333vw !important;
    margin-left: 4.6623794212%;
    padding-bottom: 1.6077170418%;
  }
}
.exhibition__merit-txts {
  width: 72.619047619%;
  margin-left: 7.1428571429%;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .exhibition__merit-txts {
    width: 69.1318327974%;
    margin-left: 5.7877813505%;
  }
}
.exhibition__merit-hdg {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .exhibition__merit-hdg {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__merit-hdg {
    margin: -1.3333333333vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
.exhibition__merit-txt {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .exhibition__merit-txt {
    margin-top: 1.3846153846vw;
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__merit-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.exhibition__search {
  background-color: #fff;
  padding: 4.7619047619% 3.1746031746%;
  margin-top: 6.3492063492%;
}
@media screen and (max-width: 767px) {
  .exhibition__search {
    padding: 11.6618075802% 9.6vw;
    margin-top: 11.6618075802%;
  }
}
.exhibition__search-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .exhibition__search-txt {
    font-size: 4.2666666667vw;
  }
}
.exhibition__search-contents {
  margin-top: 1.3559322034%;
}
@media screen and (max-width: 767px) {
  .exhibition__search-contents {
    margin-top: 7.3800738007%;
  }
}
.exhibition__search-tabs {
  display: flex;
}
.exhibition__search-tab {
  width: 25%;
  height: 62px;
  border-top: none;
  border-bottom: 2px solid #7c7c7c;
  border-right: none;
  border-left: none;
  background: none;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .exhibition__search-tab {
    width: 24.9077490775%;
    height: 14vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.exhibition__search-tab.active {
  border-width: 4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exhibition__search-tab.active {
    border-width: 0.5333333333vw;
  }
}
.exhibition__search-panels {
  padding: 1.6949152542% 0 3.3898305085%;
  height: 108px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .exhibition__search-panels {
    padding: 7.3800738007% 0;
    height: 57.3333333333vw;
  }
}
.exhibition__search-panel {
  display: none;
  box-sizing: content-box;
}
.exhibition__search-panel.active {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exhibition__search-panel-link {
  background-color: #ececec;
  width: 24.4915254237%;
  height: 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link {
    width: 49.0774907749%;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.exhibition__search-panel-link::before {
  content: "";
  background-image: url(/hebel/lp/cp/mirai/images/exhibition_icon_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link::before {
    background-image: url(/hebel/lp/cp/mirai/images/sp/exhibition_icon_arrow.png);
    width: 1.4666666667vw;
    height: 2.4vw;
    left: 5.3333333333vw;
  }
}
.exhibition__search-panel-link:not(:nth-child(4n+1)) {
  margin-left: 0.6779661017%;
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link:not(:nth-child(2n+1)) {
    margin-left: 1.8450184502%;
  }
}
.exhibition__search-panel-link:nth-child(n+5) {
  margin-top: 0.6779661017%;
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__search-panel-link:nth-child(n+3) {
    margin-top: 1.8450184502%;
  }
}
.exhibition__search-fair {
  width: 500px;
  height: 50px;
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .exhibition__search-fair {
    width: 100%;
    height: 12vw;
  }
}
.exhibition__search-fair-txt {
  background-color: #000;
  padding-left: 20px;
  width: 157px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .exhibition__search-fair-txt {
    padding-left: 2vw;
    width: 16vw;
    font-size: 3.2vw;
    line-height: 1.3333333333;
    white-space: nowrap;
  }
}
.exhibition__search-fair-txt::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  top: 50%;
  right: -9.5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .exhibition__search-fair-txt::after {
    border-top: 6vw solid transparent;
    border-bottom: 6vw solid transparent;
    border-left: 2.1333333333vw solid #000;
    right: -2vw;
  }
}
.exhibition__search-fair-date {
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .exhibition__search-fair-date {
    padding-left: 3.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.05em;
  }
}
.exhibition__search-list {
  margin: 2.9661016949% 0 -0.5084745763%;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .exhibition__search-list {
    margin: 8.3025830258% 0 -1.4760147601%;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__search-item {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* exhibition:end */