@charset "utf-8";

.page-main {
  min-width: 990px;
  color: #000;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

[data-js-prx="up"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

[data-js-prx="up"][data-js-prx-status="active"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-js-prx="up-d01"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1.2s ease-out 0.25s, -webkit-transform 1.2s ease-out 0.25s;
  transition: opacity 1.2s ease-out 0.25s, -webkit-transform 1.2s ease-out 0.25s;
  transition: transform 1.2s ease-out 0.25s, opacity 1.2s ease-out 0.25s;
  transition: transform 1.2s ease-out 0.25s, opacity 1.2s ease-out 0.25s, -webkit-transform 1.2s ease-out 0.25s;
}

[data-js-prx="up-d01"][data-js-prx-status="active"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-js-prx="left"] {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

[data-js-prx="left"][data-js-prx-status="active"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-js-prx="right"] {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

[data-js-prx="right"][data-js-prx-status="active"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-js-prx="sp01"] {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

[data-js-prx="sp01"][data-js-prx-status="active"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-sec-01 {
  padding: 120px 20px 220px;
}

.page-sec-02 {
  padding: 60px 20px 120px;
}

.page-inner-01 {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 60px;
}

.page-title-lv2 {
  font-size: 104px;
  line-height: 1;
  padding: 0 0 18px;
  position: relative;
  -webkit-transform: scaleX(0.65);
  transform: scaleX(0.65);
  -webkit-transform-origin: left;
  transform-origin: left;
  font-weight: normal;
}

.page-title-lv2[data-js-prx="up"] {
  -webkit-transform: scaleX(0.65) translateY(100px);
          transform: scaleX(0.65) translateY(100px);
}

.page-title-lv2[data-js-prx="up"][data-js-prx-status="active"] {
  -webkit-transform: scaleX(0.65) translateY(0);
          transform: scaleX(0.65) translateY(0);
}

.page-title-lv2[data-js-prx="left"] {
  -webkit-transform: scaleX(0.65) translateX(100px);
          transform: scaleX(0.65) translateX(100px);
}

.page-title-lv2[data-js-prx="left"][data-js-prx-status="active"] {
  -webkit-transform: scaleX(0.65) translateX(0);
          transform: scaleX(0.65) translateX(0);
}

.page-title-lv2[data-js-prx="right"] {
  -webkit-transform: scaleX(0.65) translateX(-100px);
          transform: scaleX(0.65) translateX(-100px);
}

.page-title-lv2[data-js-prx="right"][data-js-prx-status="active"] {
  -webkit-transform: scaleX(0.65) translateX(0);
          transform: scaleX(0.65) translateX(0);
}

.page-title-lv2[data-js-prx="right"][data-js-prx-status="active"] {
  -webkit-transform: scaleX(0.65) translateX(0);
          transform: scaleX(0.65) translateX(0);
}

.page-title-lv2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #000;
}

.page-title-lv2-white {
  color: #fff;
}

.page-title-lv2-white:after {
  background-color: #fff;
}

.page-title-lv3 {
  height: 250px;
  z-index: 5;
  position: relative;
}

.page-title-lv3-inner {
  font-size: 108.5px;
  line-height: 0.9;
  font-weight: normal;
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
}

.page-title-lv3[data-h3-line="2"] {
  height: 250px;
}

.page-title-lv3[data-h3-line="3"] {
  height: 355px;
}

.page-title-lv3 small {
  font-size: 25.5px;
}

.page-title-lv3 .number {
  font-size: 52px;
  position: relative;
  top: 4px;
  left: -2px;
}

.page-title-lv3-pc-left {
  text-align: left;
}

.page-title-lv3-pc-right {
  text-align: right;
}

.page-title-lv4 {
  position: relative;
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: normal;
}

.page-subtitle-lv4 {
  margin-bottom: 36px;
  font-weight: normal;
  -webkit-transform: scaleY(1.5) !important;
  transform: scaleY(1.5) !important;;
  font-size: 24px;
}

.page-button-01 {
  display: inline-block;
  padding: 19px 70px 21px 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #fff !important;
  position: relative;
  background-color: #000;
  border-radius: 100px;
}

.page-button-01:hover {
  background-color: #555;
}

.page-button-01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.page-button-01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  z-index: 2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.page-button-01:hover:after {
  border-color: transparent transparent transparent #555;
}

.page-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  width: 48px;
  height: 20px;
  cursor: pointer;
  background-image: url("/corp/set/data/technology/research/experiment/img/shared/icon-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
}

.page-nav-toggle--active {
  position: fixed;
}

.page-nav {
  position: fixed;
  top: 105px;
  right: -355px;
  width: 355px;
  height: calc(100vh - 105px);
  z-index: 12;
  background-color: #191919;
  color: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-image: url("/corp/set/data/technology/research/experiment/img/p/bg-menu.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 355px;
}

.page-nav::-webkit-scrollbar {
  display: none;
}

.page-nav--active {
  right: 0;
}

.page-nav-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 62.5px;
  min-height: 100%;
}

.page-nav-close {
  position: absolute;
  top: 28.5px;
  right: 33px;
  width: 42px;
  height: 24px;
  background-image: url("/corp/set/data/technology/research/experiment/img/shared/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.page-nav-heading {
  margin: 0 -5px;
  text-align: center;
}

.page-nav-heading-sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}

.page-nav-heading-main {
  width: 100%;
}

.page-nav-menu {
  margin: 100px 0 0;
  position: relative;
  z-index: 2;
}

.page-nav-menu-item {
  margin: 35px 0 0;
}

.page-nav-menu-item:first-child {
  margin: 0;
}

.page-nav-menu-item-sub + .page-nav-menu-item-sub {
  margin-top: 10px;
}

.page-nav-menu-item + .page-nav-menu-item-sub {
  margin-top: 17px;
}

.page-nav-menu-link {
  font-size: 28px;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1;
}

.page-nav-menu-link:hover {
  opacity: 0.6;
}

.page-nav-menu-link-sub {
  display: block;
  font-size: 18px;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1;
}

.page-nav-menu-link-sub small {
  font-size: 12px;
  padding: 0 0 0 0;
  position: relative;
  line-height: 1;
}

.page-nav-menu-link--active:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}

.page-nav-menu-link--active.page-nav-menu-link-sub:before {
  top: 14px;
}

.page-nav-screen {
  position: fixed;
  top: 105px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: calc(100vh - 105px);
  cursor: pointer;
  display: none;
}

.page-nav--active + .page-nav-screen {
  display: block;
}

.page-kv {
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 50px 0;
  height: 696px;
  color: #fff;
  text-align: center;
  background-image: url("/corp/set/data/technology/research/experiment/img/p/bg-kv.png?20230421");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-kv-logo {
  width: 309px;
}

.page-kv-title {
  margin: 80px auto 0;
  width: 680px;
}

.page-kv-title-sub {
  margin: 0 0 10px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}

.page-kv-title-main {
  width: 100%;
}

.page-kv-date {
  margin: 5px 0 0;
  font-size: 46px;
  line-height: 1;
}

.page-kv-date-week {
  font-size: 20px;
  line-height: 1;
}

.page-kv-place-01 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.page-kv-place-02 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.page-kv-scroll {
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 40px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.page-kv-scroll:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-kv-scroll:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-read {
  background-color: #191919;
}

.page-read-text {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.page-project {
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 160px 0 260px;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .page-project {
    padding: 160px 20px 260px;
  }
}
.page-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  z-index: 1;
  width: 960px;
  height: 512px;
  background-image: url("/corp/set/data/technology/research/experiment/img/shared/bg-project-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-project:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 95px);
  z-index: 1;
  width: 960px;
  height: 512px;
  background-image: url("/corp/set/data/technology/research/experiment/img/shared/bg-project-bottom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-project-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 165px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1439px) {
  .page-project-inner {
    max-width: 1110px;
    padding: 0;
  }
}
.page-project-text {
  margin: 85px 0 0;
  font-size: 20px;
  line-height: 2.4;
  position: relative;
  z-index: 2;
}

.page-project-text + .page-project-text {
  margin: 48px 0 0;
}

@media screen and (max-width: 1439px) {
  .page-project-break {
    display: none;
  }
}
.page-project-block {
  position: relative;
  padding: 190px 0 0;
}

@media screen and (max-width: 1439px) {
  .page-project-block {
    padding: 100px 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-project-box-01 {
  position: absolute;
  top: -340px;
  right: -165px;
  z-index: 1;
  width: 585px;
}

@media screen and (max-width: 1439px) {
  .page-project-box-01 {
    position: relative;
    top: auto;
    right: auto;

    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.page-project-box-02 {
  width: 535px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .page-project-box-02 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-project-pic {
  width: 100%;
}

.page-project-profile {
  width: 345px;
}

.page-project-box-01 .page-project-profile {
  position: absolute;
  bottom: -75px;
  left: 75px;
}

@media screen and (max-width: 1439px) {
  .page-project-box-01 .page-project-profile {
    -webkit-filter: drop-shadow(0 0 3px #000);
    filter: drop-shadow(0 0 3px #000);
  }
}
.page-project-box-02 .page-project-profile {
  position: absolute;
  bottom: 75px;
  right: -270px;
}

@media screen and (max-width: 1439px) {
  .page-project-box-02 .page-project-profile {
    position: absolute;
    bottom: -75px;
    left: 75px;
    right: auto;
    -webkit-filter: drop-shadow(0 0 3px #000);
    filter: drop-shadow(0 0 3px #000);
  }
}
.page-project-profile-artist {
  width: 85px;
}

.page-project-profile-director {
  width: 171px;
}

.page-project-profile-name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 0;
}

.page-project-profile-sub {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-project-profile-text {
  font-size: 12px;
  line-height: 22px;
  margin: 15px 0 0;
  color: #CCC;
}

.page-rd {
  background-color: #B7BBBE;
}

.page-rd-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-rd-left {
  width: 245px;
  margin: 0 172px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.page-rd-logo {
  width: 100%;
}

.page-rd-right {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-rd-text {
  font-size: 18px;
  line-height: 2;
  margin: -0.5em 0 0;
}

.page-rd-box {
  margin: 40px 0 0;
}

.page-exhibition {
  background-color: #000;
}

.page-exhibition-experiment {
  color: #fff;
}

.page-exhibition-experiment#sec-02-1 .page-title-lv3 {
  margin-top: 100px;
}

.page-exhibition-experiment#sec-02-2 .page-title-lv3 {
  /* margin-top: 110px; */
}

.page-exhibition-experiment#sec-02-3 .page-title-lv3 {
  margin-top: 110px;
}

.page-exhibition-experiment#sec-02-4 .page-title-lv3 {
  margin-top: 110px;
}

.page-exhibition-contents-left {
  position: relative;
  width: 690px;
  margin: -290px auto 110px 0;
  z-index: 5;
}

.page-exhibition-contents-right {
  position: relative;
  width: 690px;
  margin: -310px 0 120px auto;
  z-index: 5;
}

.page-exhibition-contents-center {
  margin-top: 114px;
}

.page-exhibition-contents-lv4 {
  position: relative;
}

.page-exhibition-texts {
  position: relative;
}

.page-exhibition-contents-left .page-exhibition-contents-lv4 > .page-title-lv4:first-child {
  padding-top: 50px;
}

.page-exhibition-contents-right .page-exhibition-contents-lv4 > .page-title-lv4:first-child {
  padding-top: 50px;
}

.page-exhibition-contents-center .page-exhibition-contents-lv4 > .page-exhibition-texts:first-child {
  padding-top: 50px;
}

.page-exhibition-contents-lv4 > .page-title-lv4:first-child::before,
.page-exhibition-contents-lv4 > .page-exhibition-texts:first-child::before {
  position: absolute;
  content: "";
  width: 20px;
  background: #fff;
  top: 0;
  left: 0;
  border-top: 1px dotted #000;
}

.page-exhibition-text {
  margin-bottom: 0;
}

.page-exhibition-contents-lv3 > .page-exhibition-texts > .page-exhibition-text + .page-exhibition-text {
  margin-top: 36px;
}

.page-exhibition-contents-lv3 .page-exhibition-text {
  font-size: 18px;
  line-height: 2;
}

.page-exhibition-contents-lv4 > .page-exhibition-texts > .page-exhibition-text + .page-exhibition-text {
  margin-top: 30px;
}

.page-exhibition-contents-lv4 > .page-exhibition-texts + .page-subtitle-lv4 {
  margin-top: 144px;
}

.page-exhibition-contents-left .page-exhibition-contents-lv4 {
  margin-top: 45px;
}

.page-exhibition-contents-right .page-exhibition-contents-lv4 {
  margin-top: 45px;
}

.page-exhibition-contents-center .page-exhibition-contents-lv4 {
  margin-top: 45px;
}

.page-exhibition-contents-lv4 .page-exhibition-text {
  font-size: 16px;
  line-height: 1.9;
}

.page-exhibition-contents-left .page-exhibition-img-normal {
  margin-top: 45px;
}

.page-exhibition-contents-right .page-exhibition-img-normal {
  margin-top: 45px;
}

.page-exhibition-contents-center .page-exhibition-img-normal {
  margin-top: 156px;
}

.page-exhibition-img-note {
  margin-top: 21px;
  text-align: center;
}

.page-exhibition-contents-center .page-exhibition-img-note {
  margin-top: 24px;
  text-align: center;
}


.page-exhibition-img-slide {
  margin-top: -55px;
}

.page-exhibition-img-slide[data-slide="1"] {
  pointer-events: none;
  margin-left: 115px;
}

.page-exhibition-img-slide[data-slide="2"] {
  pointer-events: none;
  margin-left: -165px;
}

.slick-list {
  width: 1160px;
}

.page-exhibition-img-slide[data-slide="1"] .slick-dots {
  margin-top: 13px;
  margin-right: -116px;
  text-align: right;
  pointer-events: none;
}

.page-exhibition-img-slide[data-slide="2"] .slick-dots {
  margin-top: 14px;
  margin-left: 50px;
  text-align: left;
  pointer-events: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li + li {
  margin-left: 7px;
}

.slick-dots li button{
  font-size: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: #ffffff74;
}
.slick-dots li.slick-active button{
  background: #fff;
}

.page-program-table {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 1px;
  position: relative;
}

.page-program-table + .page-program-table {
  margin: 0;
}

.page-program-table:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.9s ease-out 0.6s;
  transition: background-color 0.9s ease-out 0.6s;
}

[data-js-prx-status="active"].page-program-table:after {
  background-color: #BBBBBB;
}

.page-program-table-head {
  padding: 30px 0;
  width: 27.5%;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}

.page-program-table-head {
  padding: 30px 0;
  width: 27.5%;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}

.page-program-table-data {
  padding: 30px 0;
  width: 72.5%;
}

.page-program-text {
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: 500;
}

.page-program-text:first-child {
  margin: 0;
}

.page-program-text-small {
  font-size: 14px;
  display: block;
}

.page-program-note {
  margin: 10px 0 0;
  color: #757575;
  font-size: 14px;
}

.page-program-note:first-child {
  margin: 0;
}

.page-program-note-item {
  padding: 0 0 0 1em;
  position: relative;
}

.page-program-note-mark {
  position: absolute;
  top: 0;
  left: 0;
}

.page-program-link-box {
  margin: 5px 0 0;
}

.page-program-link {
  font-size: 14px;
  color: #757575 !important;
  text-decoration: underline !important;
}

.page-program-link:hover {
  opacity: 0.6;
}

.page-program-subtext {
  color: #757575;
  font-size: 14px;
}

.page-access {
  background-color: #B7BBBE;
}

.page-access-layout {
  margin: 90px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-access-layout + .page-access-layout {
  margin: 120px -20px 0;
}

.page-access-layout-left {
  width: 50%;
  min-width: 510px;
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.page-access-layout-right {
  width: 50%;
  padding: 0 20px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-access-layout-sec + .page-access-layout-sec {
  margin: 60px 0 0;
}

.page-access-layout-title {
  font-size: 34px;
  font-weight: bold;
  margin: -8px 0 0;
}

.page-access-layout-subtitle {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0 18px;
}

.page-access-layout-text {
  margin: 20px 0 0;
  font-size: 16px;
}

.page-access-layout-list {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-access-layout-list-head {
  width: 75px;
  padding: 1px 0 0;
}

.page-access-layout-list-head-text {
  font-size: 16px;
  line-height: 20px;
  border-right: 1px #000 dotted;
}

.page-access-layout-list-data {
  padding: 0 0 0 40px;
}

.page-access-layout-list-data-text {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 20px;
}

.page-access-layout-list-data-text:first-child {
  margin: 0;
}

.page-access-layout-list-data-note {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}

.page-access-map {
  width: 535px;
  height: 400px;
  max-width: 100%;
}

.page-contact {
  background-color: #191919;
}

.page-contact-layout {
  margin: 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.page-contact-layout-left {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 93px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-contact-layout-right {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 93px;
}

.page-contact-layout-logo {
  width: 323px;
}

.page-contact-layout-title {
  font-size: 32px;
  font-weight: bold;
}

.page-contact-layout-text {
  font-size: 16px;
  margin: 30px 0 0;
}

.page-contact-layout-text + .page-contact-layout-text {
  margin: 15px 0 0;
}

.page-contact-layout-link:hover {
  opacity: 0.6;
}

.page-contact-layout-tel {
  pointer-events: none;
}

.page-footer {
  min-width: 950px;
  padding: 60px 20px 120px;
  background-color: #000;
}

.page-footer-inner {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-footer-logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 178px;
}

.page-footer-logo-link {
  display: block;
}

.page-footer-logo-item {
  width: 100%;
}

.page-footer-back {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #b5b5b5;
}

.page-footer-back:hover {
  color: #757575;
}

.page-footer-back-link {
  font-size: 12px;
  padding: 0 30px 0 0;
  background-image: url("/corp/set/data/technology/research/experiment/img/shared/icon-arrow-up.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.page-pc-d-n {
  display: none;
}

.page-behind-movie {
  text-align: center;
  margin-bottom: 80px;
}

.page-button-01.page-button-01-border {
  border: 1px solid #555;
  margin: 80px 0;
  padding: 19px 94px 21px 65px;
  font-size: 17px;
}

.page-nav-menu-item-behind a {
  height: 36px;
  line-height: 36px;
}

.page-title-lv3-inner .page-behind-title-spacer:nth-child(1) {
  font-size: 80px;
}

.page-title-lv3-inner .page-behind-title-spacer:nth-child(2) {
  font-size: 70px;
}

.page-button-01.page-button-01-border::before {
  right: 60px;
}

.page-button-01.page-button-01-border::after {
  right: 65px;
}