html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: calc(var(--vw) / 160);
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: calc(var(--vw) / 128);
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: calc(var(--vw) / 37.5);
  }
}
body {
  font-family: 'Gothic Medium BBB';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width: 1023px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-is-sp {
    display: none !important;
  }
}
.u-img-wrap {
  font-size: 0;
  line-height: 0;
}
.txt-helvetica {
  font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
.txt-helvetica.txt-weight-light {
  font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
}
.txt-helvetica-italic {
  font-family: 'HelveticaNeueLTStd-It', sans-serif;
}
.page-en .page-statement .page-statement_copy {
  font-weight: 400;
}
.animation-zoom-01 {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.animation-up-01 {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.is-show .animation-delay-01 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.is-show .animation-delay-02 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.is-hidden .animation-zoom-01 {
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.is-hidden .animation-delay-01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-hidden .animation-delay-02 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-hidden-no-transition .animation-zoom-01 {
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.transition-origin-right {
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.fancybox__backdrop {
  background: none;
}
@media screen and (max-width: 1023px) {
  .fancybox__slide {
    display: block;
    padding: 0;
  }
}
.fancybox__content {
  background: #282587;
  width: 100rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .fancybox__content {
    background: none;
  }
}
.fancybox__content > .f-button.is-close-btn {
  width: 2.9rem;
  height: 2.9rem;
  top: 3rem;
  right: 3rem;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 100%;
  height: 100%;
  stroke: none;
}
@media screen and (max-width: 1023px) {
  .fancybox__content > .f-button.is-close-btn {
    background: none;
    width: 2.2rem;
    height: 2.2rem;
    top: 2.4rem !important;
    right: 2.4rem !important;
  }
}
[id^="zoom-target-"] {
  -webkit-transition: all 3.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 3.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.zoom_animation_status_one-times {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.zoom_animation_status_one-and-half-times {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.zoom_animation_status_two-times {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}
.zoom_animation_status_go-out-first {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  opacity: 0;
}
.zoom_animation_status_go-out-second {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}
.b-header {
  position: relative;
  z-index: 100;
}
.b-header.is-hidden {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.b-header .b-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
.b-header .b-header-nav.is-active {
  pointer-events: all;
}
.b-header .b-header-nav.is-active .b-header-nav_wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav {
    min-height: -webkit-fill-available;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .b-header .b-header-nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.b-header .b-header-nav_close {
  position: absolute;
  rotate: 45deg;
  top: 42px;
  right: 42px;
  width: 48px;
  height: 48px;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-header .b-header-nav_close:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1280px) {
  .b-header .b-header-nav_close {
    top: 3.28125vw;
    right: 3.28125vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_close {
    top: 5.333333333333334vw;
    right: 5.333333333333334vw;
    width: 10.133333333333333vw;
    height: 10.133333333333333vw;
  }
}
.b-header .b-header-nav_wrap {
  background: #c6c7c8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
@media screen and (min-width: 1024px) {
  .b-header .b-header-nav_wrap {
    width: 37rem;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_wrap {
    width: 100%;
  }
}
.b-header .b-header-nav_inner {
  padding: 5.9rem 6rem 4.4rem;
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_inner {
    padding: 8.4rem 3.1rem 5rem;
  }
}
.b-header .b-heaer-nav_language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.1rem;
  font-size: 0;
}
.b-header .b-heaer-nav_language li {
  position: relative;
}
.b-header .b-heaer-nav_language li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #282587;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  opacity: 0;
}
.b-header .b-heaer-nav_language li.is-active:after {
  opacity: 1;
}
.b-header .b-heaer-nav_language li:nth-child(1) img {
  width: 8.7rem;
}
.b-header .b-heaer-nav_language li:nth-child(2) img {
  width: 7.7rem;
}
.b-header .b-header-nav_menu-ja {
  font-size: 0;
  margin-top: 5.4rem;
}
.b-header .b-header-nav_menu-ja li + li {
  margin-top: 3.8rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(1) img {
  width: 5.3rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(2) img {
  width: 15.7rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(3) img {
  width: 12.5rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(4) img {
  width: 12rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(5) img {
  width: 16rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(6) img {
  width: 16rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(7) img {
  width: 10rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(8) img {
  width: 10rem;
}
.b-header .b-header-nav_menu-ja li:nth-child(9) img {
  width: 9rem;
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_menu-ja {
    margin-top: 5.1rem;
  }
  .b-header .b-header-nav_menu-ja li + li {
    margin-top: 3.9rem;
  }
}
.b-header .b-header-nav_menu-en {
  font-size: 0;
  margin-top: 5.4rem;
}
.b-header .b-header-nav_menu-en li + li {
  margin-top: 3.8rem;
}
.b-header .b-header-nav_menu-en li:nth-child(1) img {
  width: 5.3rem;
}
.b-header .b-header-nav_menu-en li:nth-child(2) img {
  width: 15.7rem;
}
.b-header .b-header-nav_menu-en li:nth-child(3) img {
  width: 12.5rem;
}
.b-header .b-header-nav_menu-en li:nth-child(4) img {
  width: 12rem;
}
.b-header .b-header-nav_menu-en li:nth-child(5) img {
  width: 16rem;
}
.b-header .b-header-nav_menu-en li:nth-child(6) img {
  width: 10rem;
}
.b-header .b-header-nav_menu-en li:nth-child(7) img {
  width: 9rem;
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_menu-en {
    margin-top: 5.1rem;
  }
  .b-header .b-header-nav_menu-en li + li {
    margin-top: 3.9rem;
  }
}
.b-header .b-header-nav_bottom {
  margin-top: 8.5rem;
}
.b-header .b-header-nav_bottom img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-nav_bottom {
    margin-top: 8.4rem;
  }
  .b-header .b-header-nav_bottom img {
    width: 14.5rem;
  }
}
.b-header .b-header-nav_copyright {
  font-size: 1rem;
  color: #282587;
  text-align: right;
}
.b-header .b-header-hamburger {
  position: fixed;
  top: 42px;
  right: 42px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.b-header .b-header-hamburger:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1280px) {
  .b-header .b-header-hamburger {
    top: 3.28125vw;
    right: 3.28125vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
@media screen and (max-width: 1023px) {
  .b-header .b-header-hamburger {
    top: 5.333333333333334vw;
    right: 5.333333333333334vw;
    width: 10.133333333333333vw;
    height: 10.133333333333333vw;
  }
}
body.is-load .b-header-hamburger {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.7s ease-in-out 0.5s;
  transition: all 0.7s ease-in-out 0.5s;
}
html,
main,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body,
main {
  position: relative;
  background-color: #282587;
}
.page-bg_img_slide_wrap {
  overflow: hidden;
}
.page-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  background: #282587;
}
.page-bg .page-bg_img_slide_container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide .page-bg_img {
  will-change: transform;
  width: 100%;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide .page-bg_img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(-50%);
  transform: translateZ(0) translateX(-50%);
  position: relative;
  left: 50%;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide .is-portrait img {
  width: auto;
  height: 100%;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(1) {
  z-index: 1;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(2) {
  z-index: 2;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(3) {
  z-index: 3;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(4) {
  z-index: 4;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(5) {
  z-index: 5;
}
.page-bg .page-bg_img_slide_container .page-bg_img_slide:nth-child(6) {
  z-index: 6;
}
.page-bg_img_slide.vega {
  pointer-events: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-bg_img_slide.vega .page-bg_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-bg_img_slide.vega img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.page-bg_img_slide.vega.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-bg_img_slide.vega.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(-10rem);
  transform: translateY(-10rem);
}
.page-bg_img_slide.vega.is-hidden-no-transition {
  -webkit-transition: none;
  transition: none;
}
.page-container {
  z-index: 10;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-container.is-hidden {
  opacity: 0;
}
.page-container .page-people_about {
  padding: 10rem 0 0;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-container .page-people_about {
    padding-top: 0rem;
  }
}
.page-container .page-people_about#about {
  position: static;
}
.page-container .page-people_about .page_content_container {
  position: static !important;
}
.page-container .page-people_about .page {
  pointer-events: auto;
}
.page-container .page-people_about .page .page-wrap {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .page-container .page-people_about {
    padding: 0;
  }
  .page-container .page-people_about .page-content .page_content_container .page_content_container_inner {
    padding: 0;
  }
}
.page-container .page {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-container .page.is-show {
  pointer-events: auto;
}
.page-container .is-show .page-wrap {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
}
.page-container .is-hidden .page-wrap {
  overflow-y: hidden;
}
.page-container .page-wrap {
  width: 100%;
}
.page-container .page-content {
  width: 100%;
  height: 100%;
}
.page-container .page-content--border {
  border: 1px solid #fff;
}
.page-container .page-content .page_content_container {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.page-container .page-content .page_content_container:before {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-container .page-content .page_content_container .page_content_container_inner {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 78.06401249024199%;
  max-width: 100rem;
}
@media screen and (max-width: 1023px) {
  .page-container .page-content .page_content_container .page_content_container_inner {
    width: 85.06666666666666%;
    padding: 5rem 0;
  }
}
.page-container .page-lead {
  position: fixed;
  font-size: 1.8rem;
  font-weight: 400;
  top: 9.5rem;
  left: 5rem;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-container .page-lead img {
  width: 1.4rem;
}
.page-container .page-lead.-fixed {
  top: calc(-50vh + 50% + 9.5rem);
}
@media screen and (max-width: 1023px) {
  .page-container .page-lead.-fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 1440px) {
  .page-container .page-lead {
    left: 5.5vw;
  }
}
@media only screen and (max-width: 1280px) {
  .page-container .page-lead {
    left: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  .page-container .page-lead {
    font-size: 1.4rem;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    position: absolute;
    top: 4.5rem;
    left: 3rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .page-container .page-lead img {
    width: 1rem;
  }
  .page-container .page-lead.-fixed {
    top: 4.5rem;
  }
}
.page-container .is-hidden .page-lead,
.page-container .is-hidden-no-transition .page-lead {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .page-container .page-lead-people {
    top: 8rem;
  }
}
.page-container .page-lead-people,
.page-container .page-lead-about {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .page-container .page-lead-people,
  .page-container .page-lead-about {
    position: relative;
    text-align: left;
  }
}
.page-container .page-ttl {
  font-size: 6.4rem;
  line-height: 1.375;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .page-container .page-ttl {
    font-size: 3rem;
    line-height: 1.46666667;
  }
}
.page-container .page-copy {
  font-size: 1.8rem;
  line-height: 2.22222222;
  letter-spacing: 0.02em;
}
.page-container .page-copy--center {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-container .page-copy {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.page-container .page-copy2 {
  font-size: 1.8rem;
  line-height: 2.22222222;
  letter-spacing: 0.02em;
}
.page-container .page-copy2--center {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-container .page-copy2 {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.page.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-concept_border {
  pointer-events: none !important;
  z-index: 8;
  position: fixed;
  inset: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-concept_border#report-border {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .page-concept_border#report-border {
    top: 17rem;
  }
}
.page-concept_border#creative-border {
  position: absolute;
  -webkit-transform: scaleX(0.9) !important;
  transform: scaleX(0.9) !important;
}
@media screen and (min-width: 1024px) {
  .page-concept_border#creative-border {
    height: 61rem;
    top: 19rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept_border {
    width: 110rem;
    height: 67.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .page-concept_border {
    width: 108rem;
    height: 67.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .page-concept_border {
    max-width: 1200px;
    max-height: 696px;
  }
}
.page-concept_border .span_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-concept_border .span_container span {
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-concept_border .span_container span:nth-child(1) {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-concept_border .span_container span:nth-child(2) {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.page-concept_border .span_container span:nth-child(3) {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-concept_border .span_container span:nth-child(4) {
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.page-concept_border.is-show_page-concept_border {
  opacity: 1;
  visibility: visible;
}
.page-concept_border.is-show_page-concept_border .span_container span:nth-child(1) {
  width: 100%;
}
.page-concept_border.is-show_page-concept_border .span_container span:nth-child(2) {
  height: 100%;
}
.page-concept_border.is-show_page-concept_border .span_container span:nth-child(3) {
  width: 100%;
}
.page-concept_border.is-show_page-concept_border .span_container span:nth-child(4) {
  height: 100%;
}
.page-pagination {
  position: fixed;
  width: 100rem;
  inset: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .page-pagination {
    width: 105rem;
  }
}
@media only screen and (min-width: 1280px) {
  .page-pagination {
    width: 68.95833333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .page-pagination {
    width: 68.95833333333333vw;
    max-width: 1200px;
  }
}
.page-pagination.is-hidden {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.page-pagination .page-pagination_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem 0;
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .page-pagination .page-pagination_list {
    right: auto;
    left: 34.2rem;
    top: 7vh;
    padding-top: 11.28125vw;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.page-pagination .page-pagination_list span {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-pagination .page-pagination_list span.is-active {
  background: #fff;
}
.page-pagination.is-show {
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes meteor {
  0% {
    opacity: 1;
    margin-top: -6rem;
    margin-right: -6rem;
  }
  12% {
    opacity: 0;
  }
  15% {
    margin-top: 6rem;
    margin-left: -12rem;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes meteor {
  0% {
    opacity: 1;
    margin-top: -6rem;
    margin-right: -6rem;
  }
  12% {
    opacity: 0;
  }
  15% {
    margin-top: 6rem;
    margin-left: -12rem;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-top {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
}
.page-top.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}
.page-top.is-hidden .animation-zoom-01 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}
.page-top.is-hidden .page-top_anchor {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-top .page-wrap {
  overflow: visible;
}
.page-top .page-top_logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-top .page-top_logo {
  width: 325px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .page-top .page-top_logo {
    width: 25.391vw;
  }
}
@media screen and (max-width: 1023px) {
  .page-top .page-top_logo {
    width: 52.800000000000004vw;
  }
}
.page-top .js-banner-anchor.page-top_anchor {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 22rem;
}
body.is-load .page-top.is-show .page-top_logo {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.7s ease-in-out 0.5s;
  transition: all 0.7s ease-in-out 0.5s;
}
body.is-load .page-top.is-hidden .page-top_logo {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-statement {
    min-height: auto;
    padding-top: 17.5rem;
    margin-top: -17.5rem;
  }
}
.page-statement.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-statement.is-active .animation-zoom-01 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}
.page-statement.is-hidden .page-lead,
.page-statement.is-hidden-no-transition .page-lead {
  opacity: 0;
  visibility: hidden;
}
.page-statement.is-hidden .animation-zoom-01,
.page-statement.is-hidden-no-transition .animation-zoom-01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.page-statement .page-ttl .txt-01 {
  display: inline-block;
  margin-left: -3.4rem;
}
@media screen and (max-width: 1023px) {
  .page-statement .page-ttl .txt-01 {
    margin-left: -2.4rem;
  }
}
.page-statement .page-ttl .txt-02 {
  display: inline-block;
  margin-right: -3.4rem;
}
@media screen and (max-width: 1023px) {
  .page-statement .page-ttl .txt-02 {
    margin-right: -2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-statement .page-ttl {
    font-size: 3.8rem;
    margin-top: 3rem;
    line-height: 1.44736842;
  }
}
.page-statement .page-copy {
  line-height: 1.728395;
  margin-top: 4.2rem;
}
@media screen and (max-width: 1023px) {
  .page-statement .page-copy {
    margin-top: 1.5rem;
  }
}
.page-statement .page-statement_logo {
  position: relative;
  margin-top: 4rem;
  width: 31rem;
}
@media screen and (max-width: 1023px) {
  .page-statement .page-statement_logo {
    width: 24.7rem;
    margin-top: 3rem;
  }
}
.page-statement .page-statement_link {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-top: 0.7rem;
}
.page-statement .page-statement_link a {
  display: inline-block;
  position: relative;
}
.page-statement .page-statement_link a:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .page-statement .page-statement_link a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media screen and (max-width: 1023px) {
  .page-statement .page-statement_link {
    font-size: 1.2rem;
  }
}
.page-statement_en .page-ttl {
  letter-spacing: 0.04em;
}
.page-statement_en .page-copy {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .page-statement_en .page-copy {
    letter-spacing: 0;
    line-height: 1.85714286;
  }
}
@media screen and (max-width: 1023px) {
  .page-statement_en .page-ttl {
    font-size: 3.6rem;
    line-height: 1.16666667;
    margin-top: 3rem;
  }
}
.page-concept {
  pointer-events: none;
}
.page-concept.is-active {
  pointer-events: auto;
}
.page-concept.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-concept.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .page-concept .page-concept_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-concept .page-concept_sub {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 2.406;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .page-concept .page-concept_sub {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
}
.page-concept .page-concept_ttl {
  text-align: center;
  font-size: 6rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .page-concept .page-concept_ttl {
    font-size: 3.5rem;
    line-height: 1.6;
  }
}
.page-concept .page-copy {
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 1023px) {
  .page-concept .page-copy {
    text-align: left;
    margin: 4rem 0 0;
  }
}
.page-concept .page-concept_border {
  height: 58rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
}
.page-concept .txt-border {
  position: relative;
}
.page-concept .txt-border:after {
  content: '';
  width: 88%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-concept_en {
  pointer-events: none;
}
.page-concept_en.is-active {
  pointer-events: auto;
}
.page-concept_en.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-concept_en.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}
.page-concept_en .page-concept_ttl {
  letter-spacing: 0;
}
.page-concept_en .page-concept_sub {
  font-size: 2.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .page-concept_en .page-concept_sub {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.page-concept_en .page-copy {
  line-height: 1.88888889;
}
@media screen and (max-width: 1023px) {
  .page-concept_en .page-copy {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-concept-top {
    min-height: auto;
    padding-top: 17.5rem;
    margin-top: 19.5rem;
  }
}
.page-concept-top .page-content {
  padding: 0;
}
.page-concept-top .page-copy {
  margin: 3rem 0 0;
}
@media screen and (max-width: 1023px) {
  .page-concept-top .page-copy {
    margin-top: 1.5rem;
  }
}
.page-concept-top .page-concept-top_ttl {
  font-size: 4.6rem;
  line-height: 1.43478261;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .page-concept-top .page-concept-top_ttl {
    font-size: 1.9rem;
    line-height: 1.68421053;
    margin-top: 3rem;
  }
}
.page-concept-top .page-concept-top_circle {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45rem;
  height: 45rem;
  position: absolute;
  right: -4rem;
}
@media screen and (max-width: 1023px) {
  .page-concept-top .page-concept-top_circle {
    position: relative;
    top: auto;
    right: auto;
    width: 27.5rem;
    height: 27.5rem;
    margin: 1.5rem auto 0;
  }
}
.page-concept-top_en {
  position: relative;
}
.page-concept-top_en .page-concept-top_ttl {
  font-size: 4.3rem;
  line-height: 1.37209302;
}
@media screen and (max-width: 1023px) {
  .page-concept-top_en .page-concept-top_ttl {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0;
  }
}
.page-concept-top_en .page-copy {
  margin: 5rem 0 0;
}
@media screen and (max-width: 1023px) {
  .page-concept-top_en .page-copy {
    margin: 1rem 0 0;
  }
}
.page-concept-top_en .page-concept-top_circle .page-concept-top_ttl,
.page-concept-top_en +sp() .page-concept-top_ttl {
  font-size: 1.6rem;
  line-height: 1.625;
}
.page-concept-top_en .page-concept-top_circle .page-concept-top_circle,
.page-concept-top_en +sp() .page-concept-top_circle {
  right: auto;
}
.concept-pov-wrap {
  position: relative;
}
.concept-pov-wrap .page-concept_border {
  -webkit-transform: translate(-50%, -50%) scale(0.9) !important;
  transform: translate(-50%, -50%) scale(0.9) !important;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  opacity: 0;
}
.concept-pov-wrap.is-active-01 .page-concept_border {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .concept-pov-wrap.is-active-01 .page-concept-pov2 .page-wrap {
    position: fixed;
  }
}
.concept-pov-wrap.is-active-02 .page-concept-pov1 {
  opacity: 0;
}
.concept-pov-wrap.is-active-03 .page-concept-pov2 {
  opacity: 0;
}
.page-pagination.is-concept-01 .page-pagination_list span:nth-child(1) {
  background: #fff;
}
.page-pagination.is-concept-02 .page-pagination_list span:nth-child(1) {
  background: transparent;
}
.page-pagination.is-concept-02 .page-pagination_list span:nth-child(2) {
  background: #fff;
}
.page-pagination.is-concept-03 .page-pagination_list span:nth-child(1) {
  background: transparent;
}
.page-pagination.is-concept-03 .page-pagination_list span:nth-child(2) {
  background: transparent;
}
.page-pagination.is-concept-03 .page-pagination_list span:nth-child(3) {
  background: #fff;
}
.concept-pov-wrap .page.page-concept-pov1 {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
}
.concept-pov-wrap .page {
  display: block;
}
.page-concept-pov1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .page-concept-pov1 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-concept-pov1.is-active {
  opacity: 1;
}
.page-concept-pov1 .page-copy {
  letter-spacing: 0;
}
.page-concept-pov1 .page-concept_ttl {
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov1 .page-concept_ttl {
    margin-top: 1.95rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-concept-pov1 .page-concept_ttl {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-pov1 .page-concept_note {
    top: 2rem;
    right: 16.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-pov1 .page-copy {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
}
.page-concept-pov1 .page-wrap {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov1 .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.page-concept-pov1.is-active .page-wrap {
  opacity: 1;
}
.page.page-concept-pov1_en {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov1_en .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov1_en .page-wrap .page-content .page_content_container .page_content_container_inner .page-concept_sub {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov1_en .page-wrap .page-content .page_content_container:before {
    vertical-align: top;
  }
}
.page.page-concept-pov1_en .page-concept_ttl {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov1_en .page-concept_ttl {
    margin-top: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov1_en .page-concept_ttl {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov1_en .page-copy {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-top: 2.4rem;
    margin-bottom: 5rem;
  }
}
.page-concept-pov1_en .page-wrap {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.page-concept-pov1_en.is-active .page-wrap {
  opacity: 1;
}
.concept-pov-wrap .page.page-concept-pov2 {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
}
.concept-pov-wrap .page {
  display: block;
}
.page-concept-pov2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .page-concept-pov2 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-concept-pov2.is-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov2 .page-concept_sub {
    margin-bottom: -1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-pov2 .page-copy {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-top: 1.4rem;
    margin-bottom: 7rem;
  }
}
.page-concept-pov2 .page-wrap {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov2 .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.page.page-concept-pov2_en {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov2_en .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
}
.page.page-concept-pov2_en .page-wrap .page-content .page_content_container .page_content_container_inner {
  width: 88.2%;
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov2_en .page-wrap .page-content .page_content_container .page-concept_sub {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov2_en .page-wrap .page-content .page_content_container:before {
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov2_en .page-copy {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov2_en .page-concept_ttl {
    font-size: 3.4rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.page-concept-pov2_en {
  opacity: 0;
}
.page-concept-pov2_en.is-active {
  opacity: 1;
}
.page-concept-pov2_en.is-active .page-wrap {
  opacity: 1;
}
.concept-pov-wrap.is-active-03.is-intersecting .page-concept-pov3 .page-lead {
  opacity: 0;
}
.concept-pov-wrap .page.page-concept-pov3 {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
}
.concept-pov-wrap .page {
  display: block;
}
.page-concept-pov3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov3 .page-wrap {
    position: fixed !important;
  }
  .page-concept-pov3 .page-wrap.is-intersecting {
    position: absolute !important;
  }
}
@media screen and (max-width: 1023px) {
  .page-concept-pov3 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-concept-pov3.is-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov3 .page-concept_sub {
    margin-bottom: -1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-pov3 .page-copy {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-top: 1.4rem;
    margin-bottom: 7rem;
  }
}
.page-concept-pov3 .page-wrap {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .page-concept-pov3 .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.page.page-concept-pov3_en {
  margin-bottom: 0;
  height: 100vh;
  height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov3_en {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov3_en .page-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov3_en .page-wrap .page-content .page_content_container .page_content_container_inner .page-concept_sub {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov3_en .page-wrap .page-content .page_content_container:before {
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .page.page-concept-pov3_en .page-copy {
    letter-spacing: 0;
  }
}
.page.page-concept-pov3_en .page-concept_ttl {
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .page.page-concept-pov3_en .page-concept_ttl {
    width: auto;
    font-size: 3.4rem;
    margin-bottom: 0;
    text-align: center;
  }
  .page.page-concept-pov3_en .page-concept_ttl > span:nth-child(1) {
    text-align: left;
  }
  .page.page-concept-pov3_en .page-concept_ttl > span .txt-01 {
    text-align: right;
    margin-right: 0;
  }
  .page.page-concept-pov3_en .page-concept_ttl > span:nth-child(3) {
    text-align: center;
  }
}
.page-concept-pov3_en {
  opacity: 0;
}
.page-concept-pov3_en.is-active {
  opacity: 1;
}
.page-concept-pov3_en.is-active .page-wrap {
  opacity: 1;
}
.page-method-phase1,
.page-method-phase2,
.page-method-phase3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh !important;
  height: 100svh !important;
}
.page-method {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1024px) {
  .page-method {
    margin-bottom: 17.5rem;
  }
}
.page-method.is-active {
  opacity: 1;
  pointer-events: auto;
}
.page-method.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-method.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}
.page-method.is-hidden .page-lead,
.page-method.is-hidden-no-transition .page-lead {
  opacity: 0;
  visibility: hidden;
}
.page-method.is-hidden .animation-zoom-01,
.page-method.is-hidden-no-transition .animation-zoom-01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.page-method .page-ttl {
  font-size: 6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .page-method .page-ttl {
    font-size: 2.9rem;
    margin-top: 3rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .page-method .page-copy {
    text-align: left;
  }
}
.page-method .page-method_list {
  max-width: 88rem;
  width: 100%;
  padding: 4rem 0 5rem;
}
.page-method .page-method_list #lottie-method-pc {
  height: 5.4rem;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_list {
    padding: 4rem 0 0;
  }
  .page-method .page-method_list #lottie-method-sp {
    height: 9.8rem;
  }
}
.page-method .page-method_heading {
  text-align: center;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_heading {
    text-align: left;
    margin-bottom: 2.4rem;
  }
}
.page-method .page-method_number {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1.1rem;
}
.page-method .page-method_number img {
  width: 3.3rem;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_number {
    font-size: 2rem;
  }
  .page-method .page-method_number img {
    width: 2rem;
  }
}
.page-method .page-method_lead {
  font-size: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_lead {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.page-method .page-method_box {
  border: 1px solid #fff;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 2rem 2rem 4rem;
  max-width: 63.8rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_box {
    display: block;
    margin-top: 3rem;
    padding: 2rem 1rem 1.5rem;
  }
}
.page-method .page-method_box .box-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  width: 15.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_box .box-ttl {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.page-method .page-method_box .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.53846154;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_box .box-list {
    font-size: 1rem;
    gap: 1rem;
    line-height: 2;
  }
}
.page-method .page-method_box .box-list_item.item-fullWidth {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.page-method .page-method_box .box-list_item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-method .page-method_box .box-list_item li:before {
  content: '・';
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page-method .page-method_box .box-list_item:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-method-top {
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .page-method-top {
    padding-top: 17.5rem;
    opacity: 1;
    pointer-events: auto;
    min-height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .page-method-top .page-ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-method-top .page-copy {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-method_en .page-wrap .page-content .page_content_container:before {
    vertical-align: top;
  }
}
.page-method_en .page-ttl {
  font-size: 6.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .page-method_en .page-ttl {
    font-size: 3rem;
    white-space: normal;
    letter-spacing: 0.06em;
  }
}
.page-method_en .page-method_number {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .page-method_en .page-method_number {
    margin-bottom: 1.1rem;
  }
}
.page-method_en .page-method_lead {
  letter-spacing: 0.06em;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1023px) {
  .page-method_en .page-method_lead {
    margin-top: 0.5rem;
  }
}
.page-method_en .page-method_box {
  max-width: 66rem;
  padding: 2rem;
}
.page-method_en .page-method_box .box-ttl {
  width: 13rem;
}
.page-method_en .page-method_box .box-list {
  gap: 0 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .page-method_en .page-method_box {
    padding: 2rem 1.5rem;
  }
  .page-method_en .page-method_box .box-ttl {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .page-method-top_en {
    padding-top: 17.5rem;
    margin-top: -17.5rem;
    opacity: 1;
    pointer-events: auto;
  }
}
.page-method-top_en .page-ttl {
  font-size: 6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .page-method-top_en .page-ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-method-phase1 .page-wrap {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .page-method-phase1 .page-wrap .page-ttl {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-method-phase2 .page-wrap {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .page-method-phase2 .page-wrap .page-ttl {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-method-phase3 .page-wrap {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .page-method-phase3 .page-wrap .page-ttl {
    margin-top: 0;
  }
}
.method-wrap.is-active-02 .page-method-phase1 {
  opacity: 0;
}
.method-wrap.is-active-03 .page-method-phase2 {
  opacity: 0;
}
.page-pagination.is-method-01 .page-pagination_list span:nth-child(1) {
  background: #fff;
}
.page-pagination.is-method-02 .page-pagination_list span:nth-child(1) {
  background: transparent;
}
.page-pagination.is-method-02 .page-pagination_list span:nth-child(2) {
  background: #fff;
}
.page-pagination.is-method-03 .page-pagination_list span:nth-child(1) {
  background: transparent;
}
.page-pagination.is-method-03 .page-pagination_list span:nth-child(2) {
  background: transparent;
}
.page-pagination.is-method-03 .page-pagination_list span:nth-child(3) {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .method-wrap.is-active-01 .page-method-phase2 .page-wrap {
    position: fixed;
  }
}
.page-method-phase3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .page-method-phase3 .page-wrap {
    position: fixed !important;
  }
  .page-method-phase3 .page-wrap.is-intersecting {
    position: absolute !important;
  }
}
.method-wrap.is-active-03.is-intersecting .page-method-phase3 .page-lead {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-challenge {
    padding-top: 17.5rem;
    margin-top: -17.5rem;
    min-height: auto;
  }
}
.page-challenge.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-challenge.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}
.page-challenge.is-hidden .page-lead,
.page-challenge.is-hidden-no-transition .page-lead {
  opacity: 0;
  visibility: hidden;
}
.page-challenge.is-hidden .animation-zoom-01,
.page-challenge.is-hidden-no-transition .animation-zoom-01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner {
  vertical-align: middle;
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-ttl {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  line-height: 1.435;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-ttl {
    font-size: 3rem;
    letter-spacing: 0em;
    line-height: 1.467;
    margin-top: 3rem;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy {
  margin-top: 2.45rem;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy {
    margin-top: 1.3rem;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container {
  margin-top: 7.3rem;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container {
    margin-top: 5.6rem;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_title {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_sub_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_sub_title {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.769;
    margin-top: 0.4rem;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.857;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_text {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 0.2rem;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_link {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_link {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_link a {
  display: inline-block;
  position: relative;
}
.page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_link a:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .page-challenge .page-wrap .page-content .page_content_container .page_content_container_inner .page-new-container .page_new_link a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.page-challenge.page-challenge_en .page-wrap .page-content .page_content_container .page-sub {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .page-challenge.page-challenge_en .page-wrap .page-content .page_content_container .page-sub {
    font-size: 1.4rem;
  }
}
.page-challenge.page-challenge_en .page-wrap .page-content .page_content_container .page-copy {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .page-challenge.page-challenge_en .page-wrap .page-content .page_content_container .page-copy {
    margin-top: 2.65rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-challenge.page-challenge_en .page-wrap .page-content .page_content_container .page-new-container {
    margin-top: 5rem;
  }
}
.concept-pov-wrap {
  position: relative;
  height: 400vh;
}
@media screen and (min-width: 1024px) {
  .concept-pov-wrap {
    margin-top: 17.5rem;
  }
}
.method-wrap {
  position: relative;
  height: 400vh;
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-creative {
    min-height: auto;
    margin-top: 28.5rem;
    padding-top: 17.5rem;
  }
}
.page-creative {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-lead img {
    width: 1.3rem;
  }
}
.page-creative.is-active .page-lead {
  opacity: 1;
  visibility: visible;
}
.page-creative.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}
.page-creative.is-hidden .page-lead,
.page-creative.is-hidden-no-transition .page-lead {
  opacity: 0;
  visibility: hidden;
}
.page-creative.is-hidden .animation-zoom-01,
.page-creative.is-hidden-no-transition .animation-zoom-01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.page-creative .page-wrap .page-content .page_content_container .page_content_container_inner {
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner {
    width: 100rem;
  }
}
@media only screen and (min-width: 1280px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner {
    width: 88rem;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-ttl {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.435;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-ttl {
    font-size: 2.6rem;
    letter-spacing: 0em;
    line-height: 1.467;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy {
  margin-top: 2.45rem;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy {
    margin-top: 1.3rem;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner .page-copy2 {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page-new-container {
  text-align: left;
}
.page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_title {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_title {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 3rem;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_sub_title {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_sub_title {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.769;
    margin-top: 0.4rem;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.857;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page-new-container .page_new_text {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner_padding {
    padding: 3rem 9rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page_content_container_inner_padding {
    padding: 0;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page_new_link {
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-wrap .page-content .page_content_container .page_new_link {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
.page-creative .page-wrap .page-content .page_content_container .page_new_link a {
  display: inline-block;
  position: relative;
}
.page-creative .page-wrap .page-content .page_content_container .page_new_link a:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .page-creative .page-wrap .page-content .page_content_container .page_new_link a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.page-creative .page-lead img {
  width: 1.76rem;
}
@media screen and (max-width: 1023px) {
  .page-creative .page-lead img {
    width: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-report {
    min-height: auto;
    margin-top: 30.5rem;
    padding-top: 17.5rem;
  }
}
.page-report {
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .page-report .page_content_container_inner {
    width: calc(70vw * 0.8) !important;
    max-width: calc(1200px * 0.8) !important;
  }
}
@media only screen and (min-width: 1280px) {
  .page-report .page_content_container_inner {
    width: calc(108rem * 0.8) !important;
  }
}
.page-report .report-content {
  padding: 3rem 0rem;
}
@media only screen and (max-width: 1280px) {
  .page-report .report-content {
    padding: 3rem 9rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-report .report-content {
    padding: 0;
    margin-top: 1rem;
  }
}
.page-report .page-concept_border {
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
.page-report.is-active .page-lead {
  opacity: 1;
}
.page-report.is-active .animation-zoom-01 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}
.page-report .page-ttl {
  font-size: 4rem;
}
@media screen and (max-width: 1023px) {
  .page-report .page-ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 1.44736842;
  }
}
.page-report .page-report_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .page-report .page-report_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.2rem;
  }
}
.page-report .page-report_img_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 54%;
}
@media screen and (max-width: 1023px) {
  .page-report .page-report_img_container {
    width: 100%;
  }
}
.page-report .page-report_thumbnail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.page-report .page-report_thumbnail:hover {
  cursor: pointer;
}
.page-report .page-report_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 43%;
}
@media screen and (max-width: 1023px) {
  .page-report .page-report_info {
    width: 100%;
  }
}
.page-report .page-report_text {
  font-size: 1.7rem;
  line-height: 1.728395;
}
@media screen and (max-width: 1023px) {
  .page-report .page-report_text {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
.page-report .page-report_link_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  margin-bottom: 1rem;
}
.page-report .page-report_link {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 0.7rem;
}
.page-report .page-report_link a {
  display: inline-block;
  position: relative;
}
.page-report .page-report_link a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .page-report .page-report_link a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media screen and (max-width: 1023px) {
  .page-report .page-report_link {
    font-size: 1.2rem;
  }
}
.page-report_en .page-ttl {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .page-report_en .page-ttl {
    margin-top: 3rem;
  }
}
.page-report_en .page-copy {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .page-report_en .page-copy {
    letter-spacing: 0;
    line-height: 1.85714286;
  }
}
@media screen and (max-width: 1023px) {
  .page-report_en .page-ttl {
    font-size: 3.6rem;
    line-height: 1.16666667;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-people {
    min-height: auto;
    margin-top: 26.5rem;
    padding-top: 17.5rem;
  }
}
.page-people {
  height: auto !important;
  display: block !important;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-people .page-ttl {
    margin-top: 3rem;
    font-size: 2.9rem;
    letter-spacing: -0.02em;
  }
}
.page-people .page-copy {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .page-people .page-copy {
    margin-top: 2.5rem;
  }
}
.page-people .page-people_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem 5rem;
  margin-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_list {
    gap: 2.9rem 2.5rem;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }
}
.page-people .page-people_item {
  width: 26rem;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item {
    width: 14.5rem;
  }
}
.page-people .page-people_item .item-image {
  width: 100%;
  height: 26rem;
}
.page-people .page-people_item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item .item-image {
    height: 14.5rem;
  }
}
.page-people .page-people_item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item .item-name {
    display: block;
    margin-top: 1rem;
  }
}
.page-people .page-people_item .item-name .name-ja {
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item .item-name .name-ja {
    font-size: 1.6rem;
  }
}
.page-people .page-people_item .item-name .name-en {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item .item-name .name-en {
    display: block;
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-people .page-people_item .item-position {
    font-size: 1.3rem;
    margin-top: 0.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .page-people .page-people_item .item-position {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.page-people .page-people_modal {
  display: none;
}
.page-people .page-member_img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .page-people_en .page-ttl {
    font-size: 3rem;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }
}
.page-people_en .page-people_item .item-name {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .page-people_en .page-people_item .item-name {
    white-space: nowrap;
  }
  .page-people_en .page-people_item .item-name .name-ja {
    font-size: 1.3rem;
  }
}
.page-people_en .page-people_item .item-position {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .page-people_modal#modal_17 .modal-name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .page-people_modal#modal_17 .modal-sub {
    text-align: right;
  }
}
.page-people_modal .modal-wrap {
  border: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-wrap {
    border: none;
  }
}
.page-people_modal .modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 8rem;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-inner {
    padding: 0;
    display: block;
  }
}
.page-people_modal .modal-image {
  width: 35rem;
  height: 50rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6rem;
}
@media screen and (min-width: 1024px) {
  .page-people_modal .modal-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-image {
    width: 100%;
    height: 22rem;
    margin-right: 0;
    text-align: center;
    background: #012262;
    overflow: hidden;
  }
}
.page-people_modal .modal-text {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-text {
    padding: 3.5rem 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-people_modal .modal-name {
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-name {
    font-size: 3.3rem;
  }
}
.page-people_modal .modal-sub {
  margin-top: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-sub {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.page-people_modal .modal-lead {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-lead {
    font-size: 1.2rem;
    margin-top: 1.1rem;
  }
}
.page-people_modal .modal-copy {
  line-height: 2;
  margin-top: 4.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .page-people_modal .modal-copy {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
.page-people_modal_en .modal-name {
  font-size: 3.8rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .page-people_modal_en .modal-name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-people_modal_en .modal-lead {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .page.page-about {
    min-height: auto;
    padding-top: 35rem;
    padding-bottom: 35rem;
  }
}
.page-about {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 425px) and (max-width: 1023px) {
  .page-about {
    display: block !important;
  }
}
.page-about .page-wrap {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-about .page-content .page_content_container .page_content_container_inner {
    padding-bottom: 7rem !important;
  }
}
.page-about .page-ttl {
  letter-spacing: 0.04em;
}
.page-about .page-copy {
  margin-top: 3rem;
}
.page-about .page-about_info {
  margin-top: 8rem;
  line-height: 2.1875;
}
.page-about .page-about_info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page-about .page-about_info {
    font-size: 1.1rem;
    line-height: 1.81818182;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .page-ttl {
    margin-top: 3rem;
  }
}
.page-about_en .page-about_info dl dt {
  margin-right: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .page-about_en .page-ttl {
    margin-top: 3rem;
  }
}
