@charset "utf-8";

* {
    text-underline-offset: auto;
}

sup,
sub {
  font-size: 0.83em;
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

.content,
.nowandfuture p,
.nowandfuture p+p {
    margin-top: 0
}
#pc-footer,
#pc-header,
#sp-footer,
#sp-header {
    z-index: 12
}

.footer-copy {
    position: relative;
    z-index: 2;
}

.nowandfuture {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--color-black);
    overflow: clip;
    --color-orange: #F99729;
    --color-blue: #51BEBD;
    --color-yellow: #FAD738;
    --color-white: #fff;
    --color-gray: #f6f6f6;
    --color-black: #000;
    --z-index-canvas: 10;
    --z-index-modal: 1000;
    --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
    --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
    --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
    --gradation-orange: linear-gradient(45deg, var(--color-orange) 0%, rgba(249,151,41,0) 100%);
    --gradation-blue: linear-gradient(45deg, var(--color-blue) 0%, rgba(249,151,41,0) 100%);
    --gradation-yellow: linear-gradient(45deg, var(--color-yellow) 0%, rgba(249,151,41,0) 100%);
    transition: background 1s ease;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    line-height: 1.8
}
.nowandfuture[data-bg=default] {
    background-color: var(--color-gray)
}
.nowandfuture[data-bg=ecosystem] .bg_fixed_ecosystem,
.nowandfuture[data-bg=future] .bg_fixed_future,
.nowandfuture[data-bg=message] .bg_fixed_message {
    opacity: 1;
    visibility: visible
}
.bg_fixed_future {
    background: var(--color-white) no-repeat center center;
    background-size: cover;
    opacity: 1
}
.bg_fixed_message {
    background: var(--color-white) no-repeat center center;
    background-size: cover
}
.bg_fixed_ecosystem {
    background: var(--color-black) no-repeat center bottom;
    background-size: cover
}
.bg_fixed_ecosystem,
.bg_fixed_future,
.bg_fixed_message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s linear
}
.bg_fixed_message::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 48.64%)
}
@media(min-width:768px) {
    .bg_fixed_future {
        background-image: url('../img/future_bg.webp')
    }
    .bg_fixed_message::before {
        width: 50%
    }
    .bg_fixed_message {
        background-image: url('../img/message_bg.webp')
    }
    .bg_fixed_ecosystem {
        background-image: url('../img/elera_bg.webp')
    }
}
@media(max-width:767px) {
    .bg_fixed_future {
        background-image: url('../img/future_bg_sp.webp')
    }
    .bg_fixed_message::before {
        width: 100%
    }
    .bg_fixed_message {
        background-image: url('../img/message_bg_sp.webp')
    }
    .bg_fixed_ecosystem {
        background-image: url('../img/elera_bg_sp.webp')
    }
}
.canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-index-canvas);
    pointer-events: none
}
.canvas.absolute {
    position: absolute
}
.nowandfuture a {
    box-sizing: border-box;
    color: inherit;
    text-decoration: underline
}
.nowandfuture img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    vertical-align: bottom
}
.font_syncopate {
    font-family: Syncopate, sans-serif;
    font-weight: 700;
    font-style: normal
}
@media(min-width:768px) {
    .nowandfuture {
        --header-height:192px;
    }
}
@media(max-width:767px) {
    .nowandfuture {
        --header-height: 71px
    }
}
html[data-overflow=hidden],
html[data-overflow=hidden] body {
    overflow-y: hidden
}
html[data-overflow=hidden].safari {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 100%
}
/* disp-only (class版) */
@media (min-width: 1061px) {
    .disp-only:not(.disp-only-pc) {
        display: none !important;
    }
}
@media (max-width: 1060px) and (min-width: 768px) {
    .disp-only:not(.disp-only-tab) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .disp-only:not(.disp-only-sp) {
        display: none !important;
    }
}
.main-content .nowandfuture h1,
.main-content .nowandfuture h2,
.main-content .nowandfuture h3,
.main-content .nowandfuture h4,
.main-content .nowandfuture h5,
.main-content .nowandfuture h6,
.main-content .nowandfuture li,
.main-content .nowandfuture p {
    font-size: unset
}
@media(min-width:1061px) {
    .nowandfuture {
        font-size: 1px
    }
}
@media(min-width:768px) and (max-width:1060px) {
    .nowandfuture {
        font-size: calc((100 / 1060) * 1vw);
    }
}
@media(max-width:767px) {
    .nowandfuture {
        font-size: calc((100 / 390) * 1vw);
    }
}
.fw400 {
    font-weight: 400
}
.fw500 {
    font-weight: 500
}
.fw600 {
    font-weight: 600
}
.fw700 {
    font-weight: 700
}
.fw800 {
    font-weight: 800
}
.fw900 {
    font-weight: 900
}
@media(min-width:768px) {
    .contents_wrap {
        position: relative;
        padding-top: 285em
    }
    .nav_list_wrap {
        z-index: calc(var(--z-index-canvas) + 2);
        position: absolute;
        padding-top: 80em;
        padding-right: 24em;
        right: 0;
        top: 0;
        width: max-content;
        text-align: right
    }
    .nav_fixed .nav_list_wrap {
        position: fixed
    }
    .nav_list {
        z-index: 1;
        display: inline-block;
        position: relative
    }
    .nav_list::before {
        position: absolute;
        content: '';
        display: block;
        width: 2em;
        height: calc(100% - 14em);
        background-color: var(--color-black);
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }
    .nav_list_item {
        font-weight: 600;
        padding-right: 13em;
        position: relative
    }
    .nav_list_item::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -1em;
        background-color: var(--color-black);
        bottom: 0;
        margin: auto;
        width: 4em;
        height: 4em;
        transition: scale 0.3s
    }
    .nav_list_item.is_active::before {
        background-color: var(--color-orange);
        scale: 1.5
    }
    .nav_list_item a {
        display: inline-block;
        text-decoration: none;
        background-color: var(--color-white);
        transition: color 0.3s;
        padding: 0 8em
    }
    .nav_list .nav_list_item.is_active a {
        color: var(--color-orange);
        background-color: var(--color-white)
    }
    .nav_list_item+.nav_list_item {
        margin-top: 16em
    }
    .nav_list_link_in {
        font-size: 10em
    }
    @media(hover:hover) {
        .nav_list_item a:hover {
            color: var(--color-orange)
        }
    }
}
@media(max-width:767px) {
    .nav_list_wrap {
        display: none
    }
}
.mainvisual {
    text-align: center;
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.mainvisual_inner {
    display: flex;
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
    align-items: center;
    position: relative;
    justify-content: center;
    box-sizing: border-box;
}
.mainvisual_inner::after,
.mainvisual_inner::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 4;
    box-sizing: border-box
}
.mainvisual_inner::before {
    mix-blend-mode: overlay;
    filter:brightness(200%)
}
.mainvisual.is_played .mainvisual_inner::after,
.mainvisual.is_played .mainvisual_inner::before {
    transition: opacity 1s;
    opacity: 0
}
.mainvisual_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}
.nowandfuture .mainvisual_slider_img {
    object-fit: cover;
    height: 100%
}
.mainvisual_switch_lang {
    position: absolute;
    z-index: calc(var(--z-index-canvas) + 2);
    color: var(--color-white);
    display: flex;
    align-items: center
}
.mainvisual_ttl_wrap {
    position: absolute;
    z-index: calc(var(--z-index-canvas) + 1);
    color: var(--color-white);
    width: 100%;
    top: 8.9%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%
}
.mainvisual_switch_lang_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}
a.mainvisual_switch_lang_btn {
    text-decoration: none
}
.mainvisual_switch_lang_btn:not([href]) {
    background-color: var(--color-black)
}
.mainvisual_switch_lang_btn_in {
    line-height: 1
}
.mainvisual_scroll {
    position: absolute;
    height: 104em;
    width: 8em;
    right: 20em;
    z-index: calc(var(--z-index-canvas) + 1);
    opacity: 0
}
.mainvisual_scroll::after,
.mainvisual_scroll::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: var(--color-white)
}
.mainvisual_scroll::before {
    height: 100%;
    width: 2em;
    left: -1em
}
.mainvisual_scroll::after {
    height: 8em;
    width: 8em;
    left: -4em
}
.animation_ready .mainvisual_logo,
.animation_ready .mainvisual_scroll,
.animation_ready .mainvisual_switch_lang,
.animation_ready .mainvisual_ttl {
    opacity: 0
}
.mainvisual.is_played .mainvisual_ttl {
    opacity: 1;
    transition: opacity 0.8s 0.5s
}
.mainvisual.is_played .mainvisual_logo {
    opacity: 1;
    transition: opacity 0.8s 0.9s
}
.mainvisual.is_played .mainvisual_scroll {
    opacity: 1;
    transition: opacity 0.8s 1.2s
}
.mainvisual.is_played .mainvisual_scroll::after {
    animation: mainvisual_scroll 2s 1.2s ease-in-out infinite, mainvisual_scroll_opacity 2s 1.2s ease-out infinite
}
.mainvisual.is_played .mainvisual_switch_lang {
    opacity: 1;
    transition: opacity 0.8s 1.4s
}
.animation_ready .mainvisual_deco_wrap {
    opacity: 0
}
.mainvisual.is_played .mainvisual_deco_wrap {
    opacity: 1;
    transition: opacity 0.6s
}
.mainvisual_deco_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height))
}
.animation_ready .mainvisual_deco {
    scale: 0;
    transform-origin: 50% 50%
}
.mainvisual.is_played .mainvisual_deco {
    position: absolute
}
.mainvisual_deco_wrap.is_show .mainvisual_deco {
    scale: 1;
    transition: scale 0.6s
}
.mainvisual_deco_wrap.is_hidden .mainvisual_deco {
    scale: 0;
    transition: scale 0.6s
}
.mainvisual_deco_orange {
    background: var(--gradation-orange)
}
.mainvisual_deco_blue {
    background: var(--gradation-blue)
}
.mainvisual_deco_yellow {
    background: var(--gradation-yellow)
}
@media(min-width:768px) {
    .mainvisual_switch_lang {
        top: 40em;
        right: 50em;
        gap: 0 24em
    }
    .mainvisual_switch_lang_btn {
        width: 40em;
        height: 40em;
        padding-top: 5em
    }
    .mainvisual_switch_lang_btn_in {
        font-size: 16em
    }
    .mainvisual_ttl_wrap {
        width: 960em;
        text-align: left
    }
    .nowandfuture [class].mainvisual_ttl {
        width: 347em
    }
    .mainvisual_logo {
        width: 304em;
        margin-top: 5em;
        margin-left: -40em
    }
    .mainvisual_scroll {
        bottom: 40em;
        right: 40em
    }
    .mainvisual_deco_1 {
        width: 24em;
        height: 24em;
        top: 6.8%;
        left: -.9%
    }
    .mainvisual_deco_2 {
        width: 30em;
        height: 30em;
        top: 32.2%;
        left: 10%;
        rotate: 90deg
    }
    .mainvisual_deco_3 {
        width: 18em;
        height: 18em;
        top: 22%;
        left: 26.3%
    }
    .mainvisual_deco_4 {
        width: 16em;
        height: 16em;
        top: 74%;
        left: 28.4%;
        rotate: 90deg
    }
    .mainvisual_deco_5 {
        width: 8em;
        height: 8em;
        top: 83.9%;
        left: 37.2%
    }
    .mainvisual_deco_6 {
        width: 14em;
        height: 14em;
        top: 68.7%;
        left: 66.4%
    }
    .mainvisual_deco_7 {
        width: 20em;
        height: 20em;
        top: 14%;
        left: 73.8%
    }
    .mainvisual_deco_8 {
        width: 36em;
        height: 36em;
        top: 42.2%;
        left: 90.3%
    }
    .mainvisual_deco_9 {
        width: 10em;
        height: 10em;
        top: 70.5%;
        left: 96.5%
    }
    @media(hover:hover) {
        .mainvisual_switch_lang_btn[href] {
            transition: color 0.3s, background 0.3s
        }
        .mainvisual_switch_lang_btn[href]:hover {
            background-color: var(--color-white);
            color: var(--color-black)
        }
    }
}
@media(max-width:767px) {
    .mainvisual_inner {
        padding-bottom: 80em
    }
    .mainvisual_switch_lang {
        top: 24em;
        right: 24em;
        gap: 0 8em
    }
    .mainvisual_switch_lang_btn {
        width: 32em;
        height: 32em
    }
    .mainvisual_switch_lang_btn_in {
        font-size: 10em
    }
    .mainvisual_ttl_wrap {
        height: 100vh;
        height: calc(100svh - var(--header-height));
        top: 0;
        padding-top: 55em;
        box-sizing: border-box
    }
    .nowandfuture [class].mainvisual_ttl {
        max-width: 292em;
        margin-inline: auto
    }
    .mainvisual_logo {
        width: 355em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto auto;
    }
    .mainvisual_scroll {
        bottom: 30em
    }
    .mainvisual_deco_1 {
        width: 24em;
        height: 24em;
        top: 12.7%;
        left: 49.4%
    }
    .mainvisual_deco_2 {
        width: 10em;
        height: 10em;
        top: 23.1%;
        left: 37.3%
    }
    .mainvisual_deco_3 {
        width: 18em;
        height: 18em;
        top: 91.2%;
        left: -2%
    }
    .mainvisual_deco_4 {
        width: 10em;
        height: 10em;
        top: 4%;
        left: 0
    }
    .mainvisual_deco_5 {
        width: 10em;
        height: 10em;
        top: 77.6%;
        left: 18.5%
    }
    .mainvisual_deco_6 {
        width: 14em;
        height: 14em;
        top: 62.6%;
        left: 10.6%
    }
    .mainvisual_deco_7 {
        width: 26em;
        height: 26em;
        top: 84.2%;
        left: 31.8%;
        rotate: -90deg
    }
    .mainvisual_deco_8 {
        width: 17em;
        height: 17em;
        top: 67.5%;
        left: 84.3%
    }
    .mainvisual_deco_9 {
        width: 6em;
        height: 6em;
        top: 28.5%;
        left: 91.6%
    }
}
@keyframes mainvisual_scroll {
    0% {
        transform: translateY(-104em)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes mainvisual_scroll_opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}
.animation_ready .mainvisual_scroll {
    opacity: 0;
    transition: opacity 0.8s
}
.lead {
    margin: auto;
    max-width: 1440px
}
.lead_inner {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.lead_txt {
    line-height: 2
}
.lead_cube {
    position: absolute;
    left: 50%
}
.lead_deco_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.lead_deco {
    position: absolute
}
.lead_deco_orange {
    background: var(--gradation-orange)
}
.lead_deco_blue {
    background: var(--gradation-blue)
}
.lead_deco_yellow {
    background: var(--gradation-yellow)
}
.animation_ready .lead_deco {
    scale: 0;
    transform-origin: 50% 50%
}
.lead_deco_wrap .lead_deco {
    scale: 0;
    transition: scale 0.6s 0s
}
.lead_deco_wrap.is_show .lead_deco {
    scale: 1;
    transition: scale 0.6s 1.4s
}
@media(min-width:768px) {
    .lead_inner {
        padding: 60em 13.888% 300em
    }
    .lead_ttl {
        max-width: 497em
    }
    .lead_txt {
        margin-top: 64em
    }
    .lead_txt_in {
        font-size: 24em
    }
    .lead_cube_1 {
        width: 171.5em;
        top: 25.9%;
        margin-left: 147em
    }
    .lead_cube_2 {
        width: 173em;
        top: 48.7%;
        margin-left: 126em
    }
    .lead_cube_3 {
        width: 224.5em;
        top: 36.9%;
        margin-left: 344.7em
    }
    .lead_cube_man {
        width: 693.5em;
        top: 19.3%
    }
    .lead_deco_1 {
        width: 28em;
        height: 28em;
        bottom: 12%;
        left: 9.5%;
        rotate: 90deg
    }
    .lead_deco_2 {
        width: 14em;
        height: 14em;
        bottom: 6.8%;
        left: 24.1%;
        rotate: 90deg
    }
    .lead_deco_3 {
        width: 5em;
        height: 5em;
        bottom: 21.3%;
        left: 32%
    }
    .lead_deco_4 {
        width: 34em;
        height: 34em;
        top: 11%;
        left: 36.8%;
        rotate: 90deg
    }
    .lead_deco_5 {
        width: 10em;
        height: 10em;
        top: 23.9%;
        left: 55.5%;
        rotate: -90deg
    }
    .lead_deco_6 {
        width: 10em;
        height: 10em;
        bottom: 16.8%;
        left: 57.3%;
        rotate: -90deg
    }
    .lead_deco_7 {
        width: 26em;
        height: 26em;
        top: 16.5%;
        left: 58.5%;
        rotate: 90deg
    }
    .lead_deco_8 {
        width: 12em;
        height: 12em;
        top: 44.2%;
        left: 65.8%;
        rotate: -90deg
    }
    .lead_deco_9 {
        width: 26em;
        height: 26em;
        top: 58.9%;
        left: 78.3%;
        rotate: 90deg
    }
    .lead_deco_10 {
        width: 36em;
        height: 36em;
        top: 77.3%;
        left: 88.8%
    }
    .lead_deco_11 {
        width: 18em;
        height: 18em;
        top: 8.2%;
        left: 90%;
        rotate: -90deg
    }
    .lead_deco_12 {
        width: 10em;
        height: 10em;
        top: 47.3%;
        left: 90.9%
    }
    .lead_deco_13 {
        width: 12em;
        height: 12em;
        top: 82.4%;
        left: 99.5%
    }
}
@media(max-width:767px) {
    .lead_inner {
        padding: 502em 32em 80em
    }
    .lead_ttl {
        max-width: 290em
    }
    .lead_txt {
        margin-top: 26em
    }
    .lead_txt_in {
        font-size: 16em
    }
    .lead_cube_1 {
        width: 58em;
        top: 15.3%;
        margin-left: -88.5em
    }
    .lead_cube_2 {
        width: 77em;
        top: 20.5%;
        margin-left: -150.5em
    }
    .lead_cube_3 {
        width: 107em;
        top: 21.5%;
        margin-left: -56em
    }
    .lead_cube_man {
        width: 332em;
        top: 22.8%;
        margin-left: -90em
    }
    .lead_deco_1 {
        width: 12em;
        height: 12em;
        top: 16.7%;
        left: 14.3%;
        rotate: 90deg
    }
    .lead_deco_2 {
        width: 6em;
        height: 6em;
        top: 38%;
        left: 19.8%;
        rotate: 90deg
    }
    .lead_deco_3 {
        width: 4em;
        height: 4em;
        top: 6.8%;
        left: 58.6%;
        rotate: 90deg
    }
    .lead_deco_4 {
        width: 18em;
        height: 18em;
        top: 6.6%;
        left: 8%;
        rotate: 90deg
    }
    .lead_deco_5 {
        width: 10em;
        height: 10em;
        top: 8.1%;
        left: 45.3%
    }
    .lead_deco_6 {
        width: 14em;
        height: 14em;
        top: 33.3%;
        left: 35.3%;
        rotate: 90deg
    }
    .lead_deco_7 {
        width: 6em;
        height: 6em;
        top: 56.1%;
        left: 81.8%
    }
    .lead_deco_8 {
        width: 20em;
        height: 20em;
        top: 25.7%;
        left: 89.2%;
        rotate: 90deg
    }
    .lead_deco_9 {
        width: 7em;
        height: 7em;
        top: 22.4%;
        left: 71.5%;
        rotate: 90deg
    }
    .lead_deco_10 {
        width: 16em;
        height: 16em;
        top: 50.2%;
        left: 84.2%
    }
    .lead_deco_11 {
        width: 4em;
        height: 4em;
        top: 16%;
        left: 83%
    }
    .lead_deco_12 {
        width: 10em;
        height: 10em;
        opacity: 0
    }
    .lead_deco_13 {
        width: 14em;
        height: 14em;
        top: 58%;
        left: 95%;
        background: var(--gradation-orange)
    }
}
.animation_ready .lead_cube_1,
.animation_ready .lead_cube_2,
.animation_ready .lead_cube_3 {
    opacity: 0;
    transform: translate(0, 60em);
}
.animation_ready .lead_cube_man {
    transform: translate(0, 50em);
    filter:blur(4px)
}
.animation_ready .lead_cube_1 {
    animation-delay: 0.5s
}
.animation_ready .lead_cube_2 {
    animation-delay: 0.7s
}
.animation_ready .lead_cube_3 {
    animation-delay: 0.9s
}
.animation_ready .lead_cube_man {
    animation-delay: 1s
}
.lead.is_animated .lead_cube_1,
.lead.is_animated .lead_cube_2,
.lead.is_animated .lead_cube_3 {
    animation-name: leadCube;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: var(--easeOutSine)
}
.lead.is_animated .lead_cube_man {
    animation: leadCubeMan 2s forwards var(--easeOutSine)
}
@keyframes leadCube {
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes leadCubeMan {
    100% {
        transform: translate(0, 0);
        filter:blur(0)
    }
}
.movie {
    position: relative
}
.movie::after,
.movie::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 720px;
    opacity: .1;
    height: 1084em
}
.movie::before {
    left: 0;
    background: url('../img/movie_bg_left.svg') no-repeat left top;
    background-size: contain
}
.movie::after {
    background: url('../img/movie_bg_right.svg') no-repeat right top;
    background-size: contain;
    right: 0
}
.movie_inner {
    margin: auto;
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.movie_ttl_en {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    color: var(--color-white)
}
.movie_ttl_jp {
    display: block;
    max-width: 960px;
    margin: auto
}
.movie_scroll_container {
    display: flex;
    align-items: end;
    box-sizing: border-box
}
.movie_thumb_list {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 50vw
}
.movie .philosophy-movie {
    margin: auto;
    max-width: 960px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.icon_play_movie {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    height: auto
}
.icon_play_movie svg {
    width: 100%;
    height: auto
}
@media(min-width:768px) {
    .movie {
        margin-top: 387em
    }
    .movie::after,
    .movie::before {
        top: -387em
    }
    .movie_inner {
        padding-top: 50em;
        padding-inline: 50px
    }
    .movie_ttl_en {
        text-align: right;
        font-size: 240px;
        padding-right: 50px;
        margin-left: -20px
    }
    .movie_ttl_jp {
        margin-top: -107em;
        line-height: 1.75
    }
    .movie_ttl_jp_in {
        font-size: 40em
    }
    .movie_scroll_container {
        padding-top: 64em;
        height: 411em
    }
    .movie_thumb_list {
        gap: 0 48em;
        transform: translate(calc(-50% - 50px), 0);
    }
    .movie_thumb_item {
        position: relative;
        width: 576em;
        height: 246em
    }
    .movie .philosophy-movie__item::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--color-white);
        opacity: 0;
        mix-blend-mode: overlay;
        z-index: 1
    }
    .icon_play_movie {
        width: 16%
    }
    @media(hover:hover) {
        .movie .philosophy-movie {
            overflow: hidden;
            cursor: pointer
        }
        .movie .philosophy-movie__item::before {
            transition: opacity 0.6s
        }
        .movie .philosophy-movie:hover .philosophy-movie__item::before {
            opacity: .5
        }
        .movie .philosophy-movie .icon_play_movie {
            transition: background-color 0.5s, border-color 0.5s
        }
        .movie .philosophy-movie:hover .icon_play_movie {
            border-color: transparent;
            background-color: rgba(255, 255, 255, .4)
        }
        .philosophy-movie__fig {
            transition: scale 0.5s
        }
        .movie .philosophy-movie:hover .philosophy-movie__fig {
            scale: 1.05
        }
    }
}
@media(max-width:767px) {
    .movie::after,
    .movie::before {
        max-width: 173em;
        height: 810em;
        background-size: auto 100%;
        top: -106em
    }
    .movie::before {
        background-position: right top
    }
    .movie::after {
        background-position: left top
    }
    .movie_inner {
        padding-top: 156em
    }
    .movie_ttl_en {
        font-size: 84em;
        margin-left: -0.11em
    }
    .movie_ttl_jp {
        padding: 0 32em;
        margin-top: -43em;
        line-height: 1.5
    }
    .movie_ttl_jp_in {
        font-size: 24em
    }
    .movie_scroll_container {
        padding-top: 40em;
        height: 167em
    }
    .movie_thumb_list {
        gap: 0 12em;
        transform: translate(calc(-50%), 0);
    }
    .movie_thumb_item {
        position: relative;
        width: 234em;
        height: 100em
    }
    .icon_play_movie {
        width: 23%
    }
}
.solution_ttl {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.solution_ttl_en {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    max-width: 1060px;
    color: var(--color-white)
}
.solution_ttl_jp {
    display: block;
    max-width: 960px;
    margin: auto;
    text-align: center
}
.solution_cubes {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: calc(var(--z-index-canvas) - 1)
}
.solution_cubes_main,
.solution_cubes_shadow,
.solution_cubes_sub {
    left: 50%;
    position: absolute
}
.solution_gradation_blue,
.solution_gradation_orange,
.solution_gradation_yellow {
    position: absolute;
    left: 50%
}
.solution_gradation_blue {
    background: var(--gradation-blue)
}
.solution_gradation_orange {
    rotate: 90deg;
    background: var(--gradation-orange)
}
.solution_gradation_yellow {
    background: var(--gradation-yellow)
}
.solution_cubes_main,
.solution_cubes_sub {
    opacity: 0;
    transform: translate(0, 40em)
}
.solution_cubes_shadow {
    opacity: 0;
    transform: scale(0)
}
.solution_gradation_blue,
.solution_gradation_orange,
.solution_gradation_yellow {
    opacity: 0;
    animation-fill-mode: forwards
}
.started .solution_cubes_main {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.2s
}
.started .solution_cubes_sub {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.4s
}
.started .solution_gradation_blue {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .solution_gradation_orange {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .solution_gradation_yellow {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .solution_cubes_shadow {
    animation: scaleUp 0.4s forwards 0.8s
}
.started.ended .solution_cubes_main {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .solution_cubes_sub {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .solution_cubes_shadow {
    animation: scaleDown 1s 0s forwards
}
@keyframes scaleUp {
    from {
        transform: scale(0);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}
@keyframes scaleDown {
    from {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(0);
        opacity: 0
    }
}
@keyframes fadeInMove {
    from {
        transform: translate(0, 40em);
        opacity: 0
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes fadeOutDown {
    from {
        transform: translate(0, 0);
        opacity: 1
    }
    to {
        transform: translate(0, 40em);
        opacity: 0
    }
}
@keyframes fadeOut {
    to {
        opacity: 0
    }
}
@media(min-width:768px) {
    .solution_cubes {
        height: 486em
    }
    .solution_cubes_main {
        top: 9%;
        margin-left: -170em;
        width: 412em
    }
    .solution_cubes_sub {
        top: 3%;
        margin-left: -350em;
        width: 141em
    }
    .solution_cubes_shadow {
        top: 90%;
        width: 296em;
        margin-left: -180em
    }
    .solution_gradation_blue {
        top: 13%;
        width: 44em;
        height: 44em;
        transform: translate(-30em, 30em);
        margin-left: 250em
    }
    .solution_gradation_orange {
        top: 75.1%;
        width: 38em;
        height: 38em;
        transform: translate(-30em, -30em);
        margin-left: -270em
    }
    .solution_gradation_yellow {
        top: 31.1%;
        width: 24em;
        height: 24em;
        transform: translate(-20em, 20em);
        margin-left: 365em
    }
}
@media(max-width:767px) {
    .solution_cubes {
        height: 286em
    }
    .solution_cubes_main {
        top: 2%;
        width: 248em;
        margin-left: -109em
    }
    .solution_cubes_sub {
        top: -4.6%;
        width: 84.41em;
        margin-left: -161em
    }
    .solution_cubes_shadow {
        top: 82%;
        width: 165.6em;
        margin-left: -100em
    }
    .solution_gradation_blue {
        top: 4.9%;
        width: 27.6em;
        height: 27.6em;
        transform: translate(-30em, 30em);
        margin-left: 120em
    }
    .solution_gradation_orange {
        top: 75.6%;
        width: 22.8em;
        height: 22.8em;
        margin-left: -142em;
        transform: translate(-30em, -30em)
    }
    .solution_gradation_yellow {
        top: -1.9%;
        width: 14.4em;
        height: 14.4em;
        transform: translate(-20em, 20em);
        margin-left: 62em
    }
}
.solution_data_ttl_wrap {
    text-align: center;
    position: relative
}
.solution_data_ttl_loop {
    text-transform: uppercase;
    white-space: nowrap;
    color: #ececec;
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    z-index: calc(var(--z-index-canvas) - 1)
}
.solution_data_ttl_loop_in {
    position: relative;
    display: inline-block
}
.solution_data_ttl {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.solution_data_ttl_in {
    line-height: 1.75
}
.solution_slider_wrapper {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.solution_slider {
    margin: auto
}
.solution_slide_inner {
    display: flex
}
.solution_slider_info {
    position: relative;
    background-color: var(--color-white)
}
.solution_slider_ttl {
    display: flex;
    flex-direction: column
}
.solution_slider_ttl_en {
    text-transform: uppercase;
    color: var(--color-orange)
}
.solution_slider_ttl_jp_inner {
    display: inline-block
}
.solution_slider_pagination {
    display: flex
}
.solution_slider_pagination_dot {
    background-color: #d5d5d5
}
.solution_slide_1 .solution_slider_pagination_dot:nth-child(1),
.solution_slide_2 .solution_slider_pagination_dot:nth-child(2),
.solution_slide_3 .solution_slider_pagination_dot:nth-child(3) {
    background-color: var(--color-orange)
}
.solution_slider_img_wrapper {
    position: absolute;
    right: 0
}
.solution_slider_img_wrapper::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-gray);
    z-index: 4;
    transition: width 0.4s
}
.solution_slider_wrapper.is_animated .solution_slider_img_wrapper::after {
    width: 0
}
.solution_slider_img_wrapper .solution_slider_img_in {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.solution_slider_img_in:nth-child(1) {
    z-index: 3
}
.solution_slider_img_in:nth-child(2) {
    z-index: 2
}
.solution_slider_img_in:nth-child(3) {
    z-index: 1
}
.solution_slider_img_in {
    animation: rightToLeft 0.6s forwards
}
.solution_slider_img_in.slideIn {
    animation: leftToRight 0.6s forwards
}
@keyframes rightToLeft {
    0% {
        clip-path: inset(0 100% 0 0)
    }
    100% {
        clip-path: inset(0 0 0 0)
    }
}
@keyframes leftToRight {
    0% {
        clip-path: inset(0 0 0 0)
    }
    100% {
        clip-path: inset(0 100% 0 0)
    }
}
.solution_slider_img {
    position: relative
}
.solution_slider_scroll {
    position: absolute;
    z-index: 1
}
.animation_ready .solution_slider_scroll {
    opacity: 0;
    transition: opacity 0.6s
}
.solution_slider_wrapper.solution_can_scroll .solution_slider_scroll {
    opacity: 1
}
@keyframes solution_scroll_pc {
    0% {
        transform: translateY(-120em)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes solution_scroll_sp {
    0% {
        transform: translateY(-80em)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes solution_scroll_opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}
.solution_slider_scroll::after,
.solution_slider_scroll::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: var(--color-black)
}
.solution_slider_scroll::before {
    height: 100%;
    width: 1em;
    left: -0.5em
}
@media(min-width:768px) {
    .solution {
        margin-top: 190em
    }
    .solution_inner {
        padding-top: 50em
    }
    .solution_ttl_wrap {
        padding-inline: 50px
    }
    .solution_ttl_en {
        font-size: 240px
    }
    .solution_ttl_jp {
        margin-top: -90em;
        line-height: 1.75
    }
    .solution_ttl_jp_in {
        font-size: 40em
    }
    .solution_data_ttl_wrap {
        padding: 274em 0 200em
    }
    .solution_data_ttl_loop_in {
        font-size: 32em
    }
    .solution_data_ttl_in {
        font-size: 32em
    }
    .solution_slider_pagination {
        gap: 0 16em;
        margin-top: 64em
    }
    .solution_slider_pagination_dot {
        width: 8em;
        height: 8em
    }
    .solution_slider_info_outer {
        flex: 1;
        display: flex;
        background: linear-gradient(180deg,transparent 0,transparent 50%,#e5e5e5 50%,#e5e5e5 100%)
    }
    .solution_slider_info {
        padding-left: 50px;
        display: flex;
        align-items: center;
        width: 100%;
        clip-path: polygon(0 0, 100% 96em, 100% 100%, 0 calc(100% - 96em))
    }
    .solution_slider_info_inner {
        width: 412em;
        margin-left: auto;
        margin-right: 17.75%;
        position: relative;
        z-index: 1
    }
    .solution_slider_ttl {
        gap: 8em 0
    }
    .solution_slider_ttl_en {
        font-size: 20em
    }
    .solution_slider_ttl_jp {
        font-size: 28em;
        line-height: 1.4
    }
    [class].solution_slider_txt {
        margin-top: 20em
    }
    .solution_slider_txt_in {
        font-size: 20em;
        line-height: 1.75
    }
    .solution_slider_img {
        overflow: hidden;
        margin-top: 96em
    }
    .solution_slider_img,
    .solution_slider_img_wrapper {
        width: 55.5%;
        min-width: 580em;
        height: 496em
    }
    .solution_slider_img_wrapper {
        bottom: 0;
        background-color: var(--color-white)
    }
    .solution_slider_img_wrapper::after {
        width: 100%
    }
    .solution_slider_scroll {
        top: calc(100% + 64em);
        right: 50%;
        width: 10em;
        height: 120em
    }
    .solution_slider_scroll::after {
        width: 8em;
        height: 8em;
        left: -4em
    }
    .solution_slider_wrapper.solution_can_scroll .solution_slider_scroll::after {
        animation: solution_scroll_pc 2s 0.5s ease-in-out infinite, solution_scroll_opacity 2s 0.5s ease-out infinite
    }
}
@media(max-width:767px) {
    .solution_inner {
        padding-top: 130em
    }
    .solution_ttl_en {
        font-size: 84em;
        margin-left: -0.11em
    }
    .solution_ttl_jp {
        margin-top: -40em;
        line-height: 1.5
    }
    .solution_ttl_jp_in {
        font-size: 24em
    }
    .solution_data_ttl_wrap {
        padding: 149em 0
    }
    .solution_data_ttl_loop_in {
        font-size: 20em
    }
    .solution_data_ttl_in {
        font-size: 20em
    }
    .solution_slider_pagination {
        gap: 0 16em;
        margin-top: 24em
    }
    .solution_slider_pagination_dot {
        width: 6em;
        height: 6em
    }
    .solution_slider_info_outer {
        display: flex;
        background: linear-gradient(90deg,transparent 0,transparent 50%,#e5e5e5 50%,#e5e5e5 100%)
    }
    .solution_slider_info {
        width: 100%;
        height: 245em;
        align-items: center;
        display: flex;
        clip-path: polygon(100% 0, 77% 100%, 0 100%, 0 27%, 32em 0)
    }
    .solution_slide_inner {
        flex-direction: column-reverse
    }
    .solution_slider .swiper-wrapper {
        align-items: flex-start
    }
    .solution_slider_info_inner {
        padding: 0 12em 0 44em;
        width: 100%
    }
    .solution_slider_ttl_en {
        font-size: 12em
    }
    .solution_slider_ttl_jp {
        font-size: 18em;
        line-height: 1.5
    }
    [class].solution_slider_txt {
        margin-top: 10em
    }
    .solution_slider_txt_in {
        font-size: 14em;
        line-height: 1.75
    }
    .solution_slider_img {
        padding-left: 32em
    }
    .solution_slider_img,
    .solution_slider_img_wrapper {
        height: 222em;
        width: 100%
    }
    .solution_slider_img_wrapper {
        top: 0
    }
    .solution_slider_img_wrapper .solution_slider_img_in {
        width: calc(100% - 32em)
    }
    .solution_slider_img_wrapper::after {
        width: calc(100%)
    }
    .solution_slider_scroll {
        bottom: -40em;
        right: 48em;
        width: 10em;
        height: 80em
    }
    .solution_slider_scroll::after {
        width: 4em;
        height: 4em;
        left: -2em
    }
    .solution_slider_wrapper.solution_can_scroll .solution_slider_scroll::after {
        animation: solution_scroll_sp 2s 0.5s ease-in-out infinite, solution_scroll_opacity 2s 0.5s ease-out infinite
    }
}
.animation_ready .solution_slider_ttl_en {
    opacity: 0;
    transition: opacity 0.5s ease
}
.animation_ready .solution_slider_ttl_jp {
    opacity: 0;
    transition: opacity 0.5s ease
}
.animation_ready .solution_slider_txt {
    opacity: 0;
    transition: opacity 0.5s ease
}
.animation_ready .solution_slider_pagination {
    opacity: 0;
    transition: opacity 0.5s ease
}
.solution_slider_wrapper.is_animated .swiper-slide-active .solution_slider_pagination,
.solution_slider_wrapper.is_animated .swiper-slide-active .solution_slider_ttl_en,
.solution_slider_wrapper.is_animated .swiper-slide-active .solution_slider_ttl_jp,
.solution_slider_wrapper.is_animated .swiper-slide-active .solution_slider_txt {
    opacity: 1
}
.present_cubes {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: calc(var(--z-index-canvas) - 1)
}
.present_cubes_main,
.present_cubes_shadow,
.present_cubes_sub {
    left: 50%;
    position: absolute
}
.present_gradation_blue,
.present_gradation_orange,
.present_gradation_yellow {
    position: absolute;
    left: 50%
}
.present_gradation_blue {
    background: var(--gradation-blue)
}
.present_gradation_orange {
    rotate: 90deg;
    background: var(--gradation-orange)
}
.present_gradation_yellow {
    background: var(--gradation-yellow)
}
.present_cubes_main,
.present_cubes_sub {
    opacity: 0;
    transform: translate(0, 40em)
}
.present_cubes_shadow {
    opacity: 0;
    transform: scale(0)
}
.present_gradation_blue,
.present_gradation_orange,
.present_gradation_yellow {
    opacity: 0;
    animation-fill-mode: forwards
}
.started .present_cubes_main {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.2s
}
.started .present_cubes_sub {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.4s
}
.started .present_gradation_blue {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .present_gradation_orange {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .present_gradation_yellow {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .present_cubes_shadow {
    animation: scaleUp 0.4s forwards 0.8s
}
.started.ended .present_cubes_main {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .present_cubes_sub {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .present_cubes_shadow {
    animation: scaleDown 1s 0s forwards
}
@media(min-width:768px) {
    .present_cubes {
        height: 486em
    }
    .present_cubes_main {
        top: 9%;
        margin-left: -288em;
        width: 393em
    }
    .present_cubes_sub {
        top: 8.6%;
        margin-left: 206em;
        width: 132em
    }
    .present_cubes_shadow {
        top: 85%;
        width: 276em;
        margin-left: -140em
    }
    .present_gradation_blue {
        top: 69.8%;
        width: 36em;
        height: 36em;
        transform: translate(-30em, -10em);
        margin-left: 190.4em
    }
    .present_gradation_orange {
        top: 64.7%;
        width: 24em;
        height: 24em;
        transform: translate(0, -30em);
        margin-left: -313em
    }
    .present_gradation_yellow {
        top: 21.6%;
        width: 46em;
        height: 46em;
        transform: translate(20em, 10em);
        margin-left: -420em
    }
}
@media(max-width:767px) {
    .present_cubes {
        height: 286em
    }
    .present_cubes_main {
        top: 7%;
        width: 240em;
        margin-left: -169em
    }
    .present_cubes_sub {
        top: 2.4%;
        width: 75em;
        margin-left: 71em
    }
    .present_cubes_shadow {
        top: 86%;
        width: 175.6em;
        margin-left: -79em
    }
    .present_gradation_blue {
        top: 73.9%;
        width: 21.6em;
        height: 21.6em;
        transform: translate(-30em, -20em);
        margin-left: 134em
    }
    .present_gradation_orange {
        top: 90.3%;
        width: 14.4em;
        height: 14.4em;
        margin-left: -157em;
        transform: translate(-30em, -25em)
    }
    .present_gradation_yellow {
        top: -5.9%;
        width: 27.6em;
        height: 27.6em;
        transform: translate(0, 20em);
        margin-left: -14em
    }
}
.present_ttl_wrap {
    text-align: center;
    position: relative
}
.present_ttl_loop {
    text-transform: uppercase;
    white-space: nowrap;
    color: #ececec;
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden
}
.present_ttl_loop_in {
    position: relative;
    display: inline-block
}
.present_ttl,
.present_txt {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.company_data_list {
    display: flex;
    max-width: 984em;
    margin: auto;
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1);
    overflow: hidden
}
.company_data_item {
    position: relative
}
.company_data_ttl {
    box-sizing: border-box;
    background-color: var(--color-white);
    position: relative
}
.company_data_ttl::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0
}
.company_data_global .company_data_ttl::before {
    background: var(--gradation-orange)
}
.company_data_cocreation .company_data_ttl::before {
    background: var(--gradation-blue)
}
.company_data_platform .company_data_ttl::before {
    background: var(--gradation-yellow)
}
.company_data_ttl_in {
    line-height: 1
}
.company_data_bg_in {
    box-sizing: border-box
}
@media(min-width:768px) {
    .present {
        margin-top: 170em;
        padding-top: 0;
        padding-bottom: 68em
    }
    .present_ttl_wrap {
        padding: 190em 0 270em
    }
    .present_ttl_loop {
        top: 41%
    }
    .present_ttl_loop_in {
        font-size: 32em
    }
    .present_ttl_in {
        font-size: 32em
    }
    [class].present_txt {
        margin-top: 14em
    }
    .present_txt_in {
        font-size: 20em
    }
    .company_data_list {
        padding-bottom: 52em
    }
    .company_data_item {
        width: 104em;
        transition: width 0.6s ease-in-out
    }
    .company_data_inner::after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 46em;
        height: 100%;
        height: 690em;
        background-color: #d5d5d5;
        pointer-events: none;
        clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%)
    }
    .company_data_inner {
        transition: opacity 0s 0s;
        padding-left: 60em;
        padding-right: 46em;
        position: relative;
        max-width: 776em
    }
    .company_data_bg {
        background-color: var(--color-white)
    }
    .company_data_bg_in {
        height: 690em;
        opacity: 0;
        transition: opacity 0s 0s
    }
    .company_data_ttl {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 80em;
        height: 100%;
        padding-top: 44em;
        padding-left: 14em
    }
    .company_data_ttl::before {
        width: 12em;
        height: 12em;
        left: 16em;
        top: 16em
    }
    .company_data_ttl_in {
        font-size: 14em;
        writing-mode: vertical-lr
    }
    .nowandfuture [class].company_data_note {
        font-size: 10em;
        position: absolute;
        top: calc(100% + 1.7em);
        left: 0;
        opacity: 0
    }
    .company_data_list[data-active=cocreation] .company_data_cocreation .company_data_ttl,
    .company_data_list[data-active=global] .company_data_global .company_data_ttl,
    .company_data_list[data-active=platform] .company_data_platform .company_data_ttl {
        width: 60em
    }
    .company_data_list[data-active=cocreation] .company_data_cocreation,
    .company_data_list[data-active=global] .company_data_global,
    .company_data_list[data-active=platform] .company_data_platform {
        width: 100%;
        width: 776em;
        will-change: width
    }
    .company_data_list[data-active=cocreation] .company_data_cocreation .company_data_inner::after,
    .company_data_list[data-active=global] .company_data_global .company_data_inner::after,
    .company_data_list[data-active=platform] .company_data_platform .company_data_inner::after {
        transition: opacity 0.6s 0.7s;
        opacity: 1
    }
    .company_data_list[data-active=cocreation] .company_data_cocreation .company_data_bg_in,
    .company_data_list[data-active=global] .company_data_global .company_data_bg_in,
    .company_data_list[data-active=platform] .company_data_platform .company_data_bg_in {
        background-color: #fff;
        transition: opacity 0.6s 0.7s;
        opacity: 1
    }
    .company_data_list[data-active=cocreation] .company_data_cocreation .company_data_note,
    .company_data_list[data-active=global] .company_data_global .company_data_note,
    .company_data_list[data-active=platform] .company_data_platform .company_data_note {
        transition: opacity 0.6s 0.7s;
        opacity: 1
    }
    @media(hover:hover) {
        .company_data_ttl {
            cursor: pointer
        }
    }
}
@media(max-width:767px) {
    .present {
        padding-top: 90em;
        padding-bottom: 80em
    }
    .present_ttl_wrap {
        padding: 100em 0 94em
    }
    .present_ttl_loop_in {
        font-size: 20em
    }
    .present_ttl_in {
        font-size: 20em
    }
    [class].present_txt {
        margin-top: 8em
    }
    .present_txt_in {
        font-size: 16em
    }
    .company_data_list {
        flex-direction: column;
        gap: 40em 0;
        padding: 0 32em;
        margin-top: 40em
    }
    .company_data_item::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,rgba(255,255,255,0) 25%,#fff 100%);
        z-index: 1
    }
    .company_data_item::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 16em;
        right: 16em;
        width: 4em;
        height: 42em;
        z-index: 1;
        background: url('../img/company_scroll.svg') no-repeat center center;
        background-size: contain
    }
    .company_data_ttl {
        position: absolute;
        top: 16em;
        left: 16em;
        padding-top: 18em;
        line-height: 1;
        z-index: 1
    }
    .company_data_ttl::before {
        width: 10em;
        height: 10em
    }
    .company_data_ttl_in {
        font-size: 11em;
        writing-mode: vertical-lr
    }
    .accordion_open.company_data_item::before {
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s 0.3s
    }
    .accordion_open.company_data_item::after {
        opacity: 0;
        transition: opacity 0s 0.3s
    }
    .nowandfuture [class].company_data_note {
        font-size: 9em;
        margin-top: 1em
    }
}
.company_data_global_list {
    display: flex;
    flex-wrap: wrap
}
.company_data_global_list_item {
    text-align: center
}
.company_data_global_list_txt_num {
    color: var(--color-orange)
}
@media(min-width:768px) {
    .company_data_global .company_data_bg_in {
        padding-top: 103em;
        padding-left: 0;
        padding-right: 60em
    }
    .company_data_global_list {
        line-height: 1.5;
        gap: 50em 24em;
        justify-content: space-between
    }
    .company_data_global_list_item:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .company_data_global_list_img {
        width: 93em;
        margin: auto
    }
    .company_data_global_list_main_ttl_in {
        font-size: 24em
    }
    .company_data_global_list_item:nth-child(3n + 1),
    .company_data_global_list_item:nth-child(3n + 2) {
        min-width: 150em
    }
    .company_data_global_list_item:nth-child(3n + 3) {
        min-width: 208em
    }
    .company_data_global_list_ttl {
        margin-top: 17em
    }
    .company_data_global_list_ttl_in {
        font-size: 16em
    }
    [class].company_data_global_list_txt {
        margin-top: 9em
    }
    .company_data_global_list_txt_m {
        font-size: 16em
    }
    .company_data_global_list_txt_xs {
        font-size: 12em
    }
    .company_data_global_list_txt_num_s {
        font-size: 20em;
        line-height: 1
    }
    .company_data_global_list_txt_num_m {
        font-size: 24em;
        line-height: 1
    }
    .company_data_global_list_txt_num_l {
        font-size: 30em;
        line-height: 1
    }
    .company_data_global_list_txt_num_xl {
        font-size: 32em;
        line-height: 1
    }
    .company_data_global_list_txt_sup {
        font-size: 10em
    }
}
@media(max-width:767px) {
    .company_data_global .company_data_bg_in {
        background-color: var(--color-white);
        padding: 48em 40em 40em
    }
    .company_data_global_list {
        line-height: 1.5;
        gap: 25em 8em
    }
    .company_data_global_list_item:nth-child(1) {
        width: 100%;
        text-align: left;
        padding-left: 23em
    }
    .company_data_global_list_item:nth-child(2) .company_data_global_list_ttl {
        min-height: 40em;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .company_data_global_list_item:last-child {
        width: 100%
    }
    .company_data_global_list_img {
        width: 74em;
        margin: auto
    }
    .company_data_global_list_main_ttl_in {
        font-size: 16em
    }
    .company_data_global_list_item {
        width: calc((100% - 8em) / 2)
    }
    .company_data_global_list_ttl {
        margin-top: 7.6em
    }
    .company_data_global_list_ttl_in {
        font-size: 13em
    }
    [class].company_data_global_list_txt {
        margin-top: 9em
    }
    .company_data_global_list_txt_m {
        font-size: 13em
    }
    .company_data_global_list_txt_xs {
        font-size: 10em
    }
    .company_data_global_list_txt_num_s {
        font-size: 16em;
        line-height: 1
    }
    .company_data_global_list_txt_num_m {
        font-size: 16em;
        line-height: 1
    }
    .company_data_global_list_txt_num_l {
        font-size: 24em;
        line-height: 1
    }
    .company_data_global_list_txt_num_xl {
        font-size: 24em;
        line-height: 1
    }
    .company_data_global_list_txt_sup {
        font-size: 10em;
        display: inline-block
    }
}
.company_data_cocreation_list {
    display: flex;
    flex-direction: column
}
.company_data_cocreation_list_en {
    color: var(--color-blue)
}
.company_data_cocreation_list_ttl {
    background: linear-gradient(200deg,rgba(81,190,189,0) 0,var(--color-blue) 100%);
    color: var(--color-white)
}
@media(min-width:768px) {
    .company_data_cocreation .company_data_bg_in {
        padding-top: 54em;
        padding-left: 33em;
        padding-right: 64em
    }
    .company_data_cocreation_ttl_in {
        font-size: 24em
    }
    .company_data_cocreation_list {
        margin-top: 30em;
        gap: 58em 0
    }
    .company_data_cocreation_list_item {
        display: flex;
        align-items: center;
        gap: 0 32em
    }
    .company_data_cocreation_list_item_img_wrap {
        position: relative;
        width: 326em
    }
    .company_data_cocreation_list_en {
        position: absolute;
        top: 0;
        writing-mode: vertical-lr
    }
    .company_data_cocreation_list_ttl {
        position: absolute;
        bottom: -16em;
        padding: 26em 40em 24em;
        line-height: 1
    }
    .company_data_cocreation_list_item:nth-child(odd) {
        flex-direction: row
    }
    .company_data_cocreation_list_item:nth-child(even) {
        flex-direction: row-reverse
    }
    .company_data_cocreation_list_item:nth-child(odd) .company_data_cocreation_list_item_img_wrap {
        padding-left: 28em
    }
    .company_data_cocreation_list_item:nth-child(even) .company_data_cocreation_list_item_img_wrap {
        padding-right: 28em
    }
    .company_data_cocreation_list_item:nth-child(odd) .company_data_cocreation_list_en {
        left: -4em
    }
    .company_data_cocreation_list_item:nth-child(even) .company_data_cocreation_list_en {
        right: -4em
    }
    .company_data_cocreation_list_item:nth-child(odd) .company_data_cocreation_list_ttl {
        right: -56em
    }
    .company_data_cocreation_list_item:nth-child(even) .company_data_cocreation_list_ttl {
        left: -56em
    }
    .company_data_cocreation_list_en_in {
        font-size: 12em
    }
    .company_data_cocreation_list_ttl_in {
        font-size: 16em
    }
    .company_data_cocreation_list_txt_in {
        font-size: 16em
    }
}
@media(max-width:767px) {
    .company_data_cocreation .company_data_bg_in {
        padding: 43em 32em 40em 58em;
        background-color: var(--color-white)
    }
    .company_data_cocreation_ttl_in {
        font-size: 16em
    }
    .company_data_cocreation_list {
        gap: 30em 0;
        margin-top: 21em
    }
    .company_data_cocreation_list_item {
        flex-direction: column
    }
    .company_data_cocreation_list_item_img_wrap {
        position: relative;
        width: 236em
    }
    .company_data_cocreation_list_item:nth-child(1) .company_data_cocreation_list_item_img_wrap {
        padding-bottom: 27em
    }
    .company_data_cocreation_list_item:nth-child(2) .company_data_cocreation_list_item_img_wrap {
        padding-bottom: 43em
    }
    .company_data_cocreation_list_en {
        margin-bottom: 3em
    }
    .company_data_cocreation_list_en_in {
        font-size: 10em
    }
    .company_data_cocreation_list_ttl {
        text-align: right;
        padding: 12em 29em;
        position: absolute;
        right: -32em;
        bottom: 0
    }
    .company_data_cocreation_list_ttl_in {
        font-size: 13em;
        line-height: 1.25
    }
    [class].company_data_cocreation_list_txt {
        margin-top: 16em;
        line-height: 1.5
    }
    .company_data_cocreation_list_txt_in {
        font-size: 13em
    }
}
.company_data_platform_list {
    display: flex;
    flex-direction: column
}
.company_data_platform_list_item {
    box-shadow: 4em 4em 8em 0 rgba(0, 0, 0, .1) inset;
    border: 1px solid rgba(213, 213, 213, 1)
}
@media(min-width:768px) {
    .company_data_platform .company_data_bg_in {
        padding-top: 40em;
        padding-left: 0;
        padding-right: 64em
    }
    .company_data_platform_ttl {
        padding-left: 40em
    }
    .company_data_platform_ttl_in {
        font-size: 24em
    }
    .company_data_platform_list {
        gap: 16em 0;
        margin-top: 15em
    }
    .company_data_platform_list_item {
        padding: 16em 20em 16em 40em
    }
    .company_data_platform_list_item:nth-child(1) {
        padding-top: 22em;
        padding-bottom: 8em
    }
    .company_data_platform_list_item_1_list {
        display: flex;
        gap: 0 14em;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 4em;
    }
    .nowandfuture .elera_logo {
        width: 124em
    }
    [class].company_data_platform_list_item_1_txt {
        line-height: 1.5;
    }
    .company_data_platform_list_item_1_txt_s {
        font-size: 16em
    }
    .company_data_platform_list_item_1_txt_m {
        font-size: calc(20 / 16 * 1em);
        line-height: 1
    }
    .company_data_platform_list_item_1_txt_l {
        font-size: calc(24 / 16 * 1em);
        line-height: 1
    }
    .nowandfuture [class].company_data_platform_list_item_1_note {
        font-size: 10em;
        margin-top: 1em;
        line-height: 1.4
    }
    .company_data_platform_list_item_2 {
        padding-top: 11em;
        padding-bottom: 13em
    }
    .company_data_platform_list_item_2_txt {
        line-height: 1.6
    }
    .company_data_platform_list_item_2_txt+.company_data_platform_list_item_2_txt {
        margin-top: 4em
    }
    .company_data_platform_list_item_2_txt_in {
        font-size: 16em
    }
    .company_data_platform_list_item_3 {
        display: flex;
        align-items: center;
        gap: 0 32em;
        padding-top: 10em;
        padding-bottom: 14em
    }
    .company_data_platform_list_item_3_txt {
        line-height: 1.5
    }
    .company_data_platform_list_item_3_txt_in {
        font-size: 16em
    }
    .company_data_platform_list_item_3_txt_in .fw800 {
        font-size: calc(20 / 16 * 1em);
        line-height: 1
    }
    .company_data_platform_list_item_3_img {
        margin-top: 8em;
        max-width: 160em
    }
    .company_data_platform_list_item_4 {
        display: flex;
        align-items: center;
        gap: 0 24em;
        padding-top: 13em;
        padding-bottom: 12em
    }
    .company_data_platform_list_item_4_img {
        width: 310em
    }
    .company_data_platform_list_item_4_ttl_in {
        font-size: 16em
    }
    .company_data_platform_list_item_4_txt_in {
        font-size: 14em
    }
}
@media(max-width:767px) {
    .company_data_platform .company_data_bg_in {
        padding: 42em 20em 40em 58em;
        background-color: var(--color-white)
    }
    .company_data_platform_ttl_in {
        font-size: 16em
    }
    .company_data_platform_list {
        gap: 16em 0;
        margin-top: 17em
    }
    .company_data_platform_list_item {
        padding: 24em 16em 16em
    }
    .company_data_platform_list_item_1_list {
        display: flex;
        flex-direction: column;
        gap: 0 0
    }
    .nowandfuture .elera_logo {
        width: 88em;
        margin-bottom: 12em;
    }
    [class].company_data_platform_list_item_1_txt {
        line-height: 1.5;
        margin-top: 0em
    }
    .company_data_platform_list_item_1_txt_s {
        font-size: 13em;
        display: block;
        width: 103%
    }
    .company_data_platform_list_item_1_txt_m {
        font-size: calc(16 / 13 * 1em);
        line-height: 1
    }
    .company_data_platform_list_item_1_txt_l {
        font-size: calc(20 / 13 * 1em);
        line-height: 1
    }
    .nowandfuture [class].company_data_platform_list_item_1_note {
        font-size: 9em;
        margin-top: 0.8em;
        line-height: 1.5
    }
    .company_data_platform_list_item_2 {
        padding: 24em 16em
    }
    .company_data_platform_list_item_2_txt {
        line-height: 1.5
    }
    .company_data_platform_list_item_2_txt+.company_data_platform_list_item_2_txt {
        margin-top: 8em
    }
    .company_data_platform_list_item_2_txt_in {
        font-size: 13em
    }
    .company_data_platform_list_item_3 {
        padding-top: 22em
    }
    .company_data_platform_list_item_3_txt {
        line-height: 1.445
    }
    .company_data_platform_list_item_3_txt_in {
        font-size: 13em
    }
    .company_data_platform_list_item_3_txt_in .fw800 {
        font-size: calc(16 / 13 * 1em);
        line-height: 1
    }
    .company_data_platform_list_item_3_img {
        width: 160em;
        display: block;
        margin: 15em auto 0
    }
    .company_data_platform_list_item_4 {
        padding-top: 23em
    }
    .company_data_platform_list_item_4_ttl_in {
        font-size: 13em
    }
    .company_data_platform_list_item_4_txt_in {
        font-size: 12em
    }
    .company_data_platform_list_item_4_img {
        width: 100%;
        margin-top: 14em
    }
}
@media(min-width:768px) {
    .animation_ready .company_data_global_list_item.anim_slideUp {
        opacity: 1;
        transform: translate(0, 0);
        transition: none
    }
    .animation_ready .company_data_platform_list_item.anim_slideUp {
        opacity: 1;
        transform: translate(0, 0);
        transition: none;
    }
}
@media(max-width:767px) {
    .animation_ready .company_data_global_list_item {
        opacity: 0
    }
    .company_data_global_list_item:nth-child(even).is_animated {
        opacity: 1;
        transition-delay: 0.1s
    }
    .company_data_global_list_item:nth-child(odd).is_animated {
        opacity: 1;
        transition-delay: 0.2s
    }
    .animation_ready .company_data_cocreation_list_item_img_wrap,
    .animation_ready .company_data_cocreation_list_txt {
        opacity: 0;
        transform: translate(0, 20em);
        transition-property: opacity, transform;
        transition-duration: 0.3s, 0.3s
    }
    .animation_ready .company_data_cocreation_list_item_img_wrap {
        transition-delay: 0s
    }
    .animation_ready .company_data_cocreation_list_txt {
        transition-delay: 0.2s
    }
    .company_data_cocreation_list_item.is_animated .company_data_cocreation_list_item_img_wrap,
    .company_data_cocreation_list_item.is_animated .company_data_cocreation_list_txt {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.fixed_text {
    overflow: hidden;
    position: relative;
    width: 100%;
    color: var(--color-white);
    display: flex;
    align-items: center
}
.fixed_text_in {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    line-height: 1
}
@media(min-width:768px) {
    .fixed_text {
        padding-block: 80em
    }
    .fixed_text_in {
        font-size: 120em;
        padding-right: 0.5em
    }
}
@media(max-width:767px) {
    .fixed_text {
        padding-block: 80em 30em
    }
    .fixed_text_in {
        font-size: 48em;
        padding-right: 0.5em
    }
}
.future {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1);
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
.future_inner {
    position: relative;
    z-index: 1
}
.future_cubes {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: calc(var(--z-index-canvas) - 1)
}
.future_cubes_main,
.future_cubes_shadow,
.future_cubes_sub {
    left: 50%;
    position: absolute
}
.future_gradation_blue,
.future_gradation_orange,
.future_gradation_yellow {
    position: absolute;
    left: 50%
}
.future_gradation_blue {
    background: var(--gradation-blue)
}
.future_gradation_orange {
    rotate: 90deg;
    background: var(--gradation-orange)
}
.future_gradation_yellow {
    background: var(--gradation-yellow)
}
.future_cubes_main,
.future_cubes_sub {
    opacity: 0;
    transform: translate(0, 40em)
}
.future_cubes_shadow {
    opacity: 0;
    transform: scale(0)
}
.future_gradation_blue,
.future_gradation_orange,
.future_gradation_yellow {
    opacity: 0;
    animation-fill-mode: forwards
}
.started .future_cubes_main {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.2s
}
.started .future_cubes_sub {
    animation: fadeInMove 0.8s var(--easeInOutBack) forwards 0.4s
}
.started .future_gradation_blue {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .future_gradation_orange {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .future_gradation_yellow {
    animation: fadeInMove 0.4s forwards 0.6s
}
.started .future_cubes_shadow {
    animation: scaleUp 0.4s forwards 0.8s
}
.started.ended .future_cubes_main {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .future_cubes_sub {
    animation: fadeOutDown var(--easeInOutBack) 0.8s 0s forwards
}
.started.ended .future_cubes_shadow {
    animation: scaleDown 1s 0s forwards
}
@media(min-width:768px) {
    .future_cubes {
        height: 486em
    }
    .future_cubes_main {
        top: 15.5%;
        margin-left: -155em;
        width: 409em;
        rotate: -6.5deg
    }
    .future_cubes_sub {
        top: 15.5%;
        margin-left: -279em;
        width: 138em;
        rotate: -12.2deg
    }
    .future_cubes_shadow {
        top: 92%;
        width: 276em;
        margin-left: -110em
    }
    .future_gradation_blue {
        top: 20%;
        width: 22em;
        height: 22em;
        transform: translate(-30em, 20em);
        margin-left: 245em
    }
    .future_gradation_orange {
        top: 78.7%;
        width: 44em;
        height: 44em;
        transform: translate(-20em, -20em);
        margin-left: -246em
    }
    .future_gradation_yellow {
        top: 36.6%;
        width: 38em;
        height: 38em;
        transform: translate(-20em, 15em);
        margin-left: 330em
    }
}
@media(max-width:767px) {
    .future_cubes {
        height: 286em
    }
    .future_cubes_main {
        top: 36%;
        margin-left: -72em;
        width: 246em
    }
    .future_cubes_sub {
        margin-left: -137em;
        width: 84em;
        top: 26%;
        rotate: -12deg
    }
    .future_cubes_shadow {
        top: 116%;
        width: 175.6em;
        margin-left: -79em
    }
    .future_gradation_blue {
        top: 22.5%;
        width: 14em;
        height: 14em;
        transform: translate(-10em, -20em);
        margin-left: 48em
    }
    .future_gradation_orange {
        top: 100.3%;
        width: 30em;
        height: 30em;
        margin-left: -147em;
        transform: translate(-30em, -20em)
    }
    .future_gradation_yellow {
        top: 36.1%;
        width: 24em;
        height: 24em;
        transform: translate(-20em, 20em);
        margin-left: 117em
    }
}
.future_ttl_wrap {
    position: relative;
    text-align: center
}
.future_ttl_loop {
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden
}
.future_ttl_loop_in {
    position: relative;
    display: inline-block
}
.future_ttl,
.future_txt {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.future_img {
    position: relative
}
.future_graph_img {
    position: relative;
    z-index: 1;
    pointer-events: none
}
.future_graph_arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}
.future_img_thisyear {
    position: absolute;
    text-align: left
}
.future_img_thisyear_line_circle {
    fill: var(--color-white)
}
.future_img_thisyear_line_path {
    fill: none;
    stroke: var(--color-white)
}
.future_graph_dot {
    position: absolute;
    background-color: #fff
}
.future_img_2030,
.future_img_2050 {
    position: absolute;
    text-align: left
}
.future_img_2030_txt,
.future_img_2050_txt {
    text-align: left
}
.future_img_2030_txt_in {
    color: var(--color-orange)
}
.future_img_2050_txt_in {
    color: var(--color-white)
}
.future_img_2030_year,
.future_img_2050_year {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.future_img_2030_year {
    background-color: rgba(249, 151, 41, .5)
}
.future_img_2050_year {
    background-color: rgba(255, 255, 255, .5)
}
.future_img_2030_year_inner,
.future_img_2050_year_inner {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.future_img_2030_year_inner {
    background-color: var(--color-orange)
}
.future_img_2050_year_inner {
    background-color: var(--color-white)
}
.future_img_2030_year_txt {
    color: var(--color-white)
}
.future_img_2030_line_path {
    stroke: var(--color-orange)
}
.future_img_2050 {
    position: absolute
}
.future_img_thisyear_txt {
    text-align: left;
    color: var(--color-white)
}
.animation_ready .future_graph_dot {
    opacity: 0;
    transform: translate(-10em, 15em)
}
.animation_ready .future_graph_arrow {
    transform: scale(0.4);
    opacity: 0;
    transform-origin: 0 100%;
    transition: opacity 0s, transform 0s
}
.animation_ready .future_img_thisyear_line_circle {
    opacity: 0;
    transition: opacity 0s
}
.animation_ready .future_img_thisyear_txt {
    opacity: 0;
    transition: opacity 0s
}
.animation_ready .future_img_2030_year {
    transform: scale(0);
    transition: transform 0s
}
.animation_ready .future_img_2030_txt {
    opacity: 0;
    transition: opacity 0s
}
.animation_ready .future_img_2050_year {
    transform: scale(0);
    transition: transform 0s
}
.animation_ready .future_img_2050_txt {
    opacity: 0;
    transition: opacity 0s
}
.future_img.is_animated .future_graph_dot {
    opacity: 1;
    transform: translate(0, 0);
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-delay: 0.2s
}
.future_graph_dot2,
.future_graph_dot4,
.future_graph_dot6,
.future_graph_dot8 {
    transition-delay: 0.4s
}
.future_img.is_animated .future_graph_arrow {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out
}
.future_img.is_animated .future_img_thisyear_line_circle {
    opacity: 1;
    transition: opacity 0.4s 0.2s
}
.future_img.is_animated .future_img_thisyear_txt {
    opacity: 1;
    transition: opacity 0.4s 0.9s
}
.future_img.is_animated .future_img_2030_year {
    transform: scale(1);
    transition: transform 0.6s 1.2s var(--easeOutBack)
}
.future_img.is_animated .future_img_2030_txt {
    opacity: 1;
    transition: opacity 0.4s 1.7s
}
.future_img.is_animated .future_img_2050_year {
    transform: scale(1);
    transition: transform 0.6s 1.8s var(--easeOutBack)
}
.future_img.is_animated .future_img_2050_txt {
    opacity: 1;
    transition: opacity 0.4s 2.7s
}
@media(min-width:768px) {
    .future_img.is_animated .future_img_thisyear_line_path {
        animation: line_thisyear_pc 1s 0.4s forwards
    }
    .future_img.is_animated .future_img_2030_line_path {
        animation: line_2030_pc 1s 1.2s forwards
    }
    .future_img.is_animated .future_2050_mask_line {
        animation: line_2050_pc 1.3s 1.9s forwards
    }
}
@media(max-width:767px) {
    .future_img.is_animated .future_img_thisyear_line_path {
        animation: line_thisyear_sp 1s 0.4s forwards
    }
    .future_img.is_animated .future_img_2030_line_path {
        animation: line_2030_sp 1s 1.2s forwards
    }
    .future_img.is_animated .future_2050_mask_line_sp {
        animation: line_2050_sp 1.3s 1.9s forwards
    }
}
@media(min-width:768px) {
    .future {
        padding-bottom: 160em
    }
    .future_ttl_wrap {
        padding-top: 235em;
        padding-bottom: 190em
    }
    .future_ttl_loop_in {
        font-size: 32em
    }
    .future_ttl_in {
        font-size: 32em
    }
    [class].future_txt {
        margin-top: 13em
    }
    .future_txt_in {
        font-size: 20em
    }
    .future_img {
        width: 960em;
        height: 670em;
        margin: 56em auto 0;
        background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,.2) 100%);
        border: 1px solid var(--color-white);
        -webkit-backdrop-filter:blur(20px);
        backdrop-filter:blur(20px)
    }
    .future_graph_arrow {
        width: 74.53%;
        left: 12.7%;
        bottom: 9.7%
    }
    .future_graph_dot_container {
        position: absolute;
        width: 807em;
        height: 370em;
        bottom: 9.3%;
        right: 7.5%
    }
    .future_graph_dot_canvas {
        right: -20em;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        mask-image: linear-gradient(90deg,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%)
    }
    .future_img_thisyear {
        bottom: 179em;
        left: 73em;
        width: 235em;
        height: 118em
    }
    .future_thisyear_svg {
        width: 100%;
        height: auto
    }
    .future_img_thisyear_txt {
        padding-left: 7em;
        margin-bottom: 11em;
        line-height: 1.5
    }
    .future_img_thisyear_txt_in {
        font-size: 20em
    }
    .future_img_thisyear_line_path {
        stroke-dashoffset: 246;
        stroke-dasharray: 246
    }
    @keyframes line_thisyear_pc {
        0% {
            stroke-dashoffset: 246
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_img_2030_line_path {
        stroke-dashoffset: 309;
        stroke-dasharray: 309
    }
    @keyframes line_2030_pc {
        0% {
            stroke-dashoffset: 309
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_img_2030 {
        bottom: 208em;
        left: 107em;
        width: 381em;
        height: 205em
    }
    .future_2030_svg {
        width: 79.26%;
        height: auto
    }
    .future_img_2030_txt {
        line-height: 1.5;
        padding-left: 7em;
        margin-bottom: 11em
    }
    .future_img_2030_txt_in {
        font-size: 20em
    }
    .future_img_2030_year {
        bottom: 0;
        right: 0;
        width: 156em;
        height: 156em
    }
    .future_img_2030_year_inner {
        width: 104em;
        height: 104em
    }
    .future_img_2030_year_txt {
        font-size: 20em
    }
    .future_img_2050 {
        width: 480em;
        height: 184em;
        bottom: 326em;
        left: 138em
    }
    .future_2050_svg {
        width: 78.33%;
        height: auto
    }
    .future_img_2050_txt {
        line-height: 1.5;
        padding-left: 7em;
        margin-bottom: 11em
    }
    .future_img_2050_txt_in {
        font-size: 16em
    }
    .future_img_2050_year {
        bottom: 0;
        right: 0;
        width: 130em;
        height: 130em
    }
    .future_img_2050_year_inner {
        width: 86em;
        height: 86em
    }
    .future_img_2050_year_txt {
        font-size: 16em
    }
    .future_2050_mask_line {
        stroke-dashoffset: 386;
        stroke-dasharray: 386
    }
    @keyframes line_2050_pc {
        0% {
            stroke-dashoffset: 386
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_graph_dot {
        width: 3.4em;
        height: 3.4em
    }
    .future_graph_dot1 {
        right: 215em;
        bottom: 293em;
        background: #c2c5c6
    }
    .future_graph_dot2 {
        right: 167em;
        bottom: 319em;
        background: #d4d5d6
    }
    .future_graph_dot3 {
        right: 167em;
        bottom: 349em;
        background: #d4d5d6
    }
    .future_graph_dot4 {
        right: 111em;
        bottom: 344em;
        background: #e9eaea
    }
    .future_graph_dot5 {
        right: 111em;
        bottom: 373em
    }
    .future_graph_dot6 {
        right: 79em;
        bottom: 371em
    }
    .future_graph_dot7 {
        right: 55em;
        bottom: 365em
    }
    .future_graph_dot8 {
        right: 31em;
        bottom: 400em
    }
    .future_graph_dot9 {
        right: 15em;
        bottom: 391em
    }
    .future_graph_dot10 {
        right: 0;
        bottom: 429em
    }
}
@media(max-width:767px) {
    .future {
        padding-bottom: 70em
    }
    .future_ttl_wrap {
        padding-top: 188em;
        padding-bottom: 90em
    }
    .future_ttl_loop {
        top: 64%
    }
    .future_ttl_loop_in {
        font-size: 20em
    }
    .future_ttl_in {
        font-size: 20em
    }
    [class].future_txt {
        margin-top: 8em
    }
    .future_txt_in {
        font-size: 16em
    }
    .future_img {
        width: 326em;
        height: 316em;
        margin: 24em auto 0;
        background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,.2) 100%);
        border: 1px solid var(--color-white);
        -webkit-backdrop-filter:blur(20px);
        backdrop-filter:blur(20px)
    }
    .future_graph_arrow {
        width: 91.2%;
        left: 3.7%;
        bottom: 13.6%
    }
    .future_graph_dot_container {
        position: absolute;
        width: 326em;
        height: 316em;
        bottom: 0;
        left: 0
    }
    .future_graph_dot_bg {
        position: absolute;
        width: 84.23%;
        left: 9.7%;
        bottom: 15.4%
    }
    .future_img_thisyear {
        bottom: 75em;
        left: 26em;
        width: 87em;
        height: 53em
    }
    .future_thisyear_svg {
        width: 61.49%;
        height: auto
    }
    .future_img_thisyear_txt {
        padding-left: 3em;
        margin-bottom: 10em;
        line-height: 1.5;
        white-space: nowrap
    }
    .future_img_thisyear_txt_in {
        font-size: 12em
    }
    .future_img_thisyear_line_path {
        stroke-dashoffset: 55;
        stroke-dasharray: 55
    }
    @keyframes line_thisyear_sp {
        0% {
            stroke-dashoffset: 55
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_img_2030_line_path {
        stroke-dashoffset: 137;
        stroke-dasharray: 137
    }
    @keyframes line_2030_sp {
        0% {
            stroke-dashoffset: 137
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_img_2030 {
        bottom: 63em;
        left: 28em;
        width: 178em;
        height: 126em
    }
    .future_2030_svg {
        width: 71.34%;
        height: auto
    }
    .future_img_2030_txt {
        line-height: 1.5;
        padding-left: 3em;
        margin-bottom: 6em
    }
    .future_img_2030_txt_in {
        font-size: 12em
    }
    .future_img_2030_year {
        bottom: 0;
        right: 0;
        width: 86em;
        height: 86em
    }
    .future_img_2030_year_inner {
        width: 58em;
        height: 58em
    }
    .future_img_2030_year_txt {
        font-size: 12em
    }
    .future_img_2050 {
        width: 245em;
        height: 121em;
        bottom: 123em;
        left: 27em
    }
    .future_2050_svg {
        width: 72%;
        height: auto
    }
    .future_img_2050_txt {
        line-height: 1.5;
        padding-left: 3em;
        margin-bottom: 7em
    }
    .future_img_2050_txt_in {
        font-size: 9em
    }
    .future_img_2050_year {
        bottom: 0;
        right: 0;
        width: 72em;
        height: 72em
    }
    .future_img_2050_year_inner {
        width: 48em;
        height: 48em
    }
    .future_img_2050_year_txt {
        font-size: 10em
    }
    .future_2050_mask_line_sp {
        stroke-dashoffset: 186;
        stroke-dasharray: 186
    }
    @keyframes line_2050_sp {
        0% {
            stroke-dashoffset: 186
        }
        100% {
            stroke-dashoffset: 0
        }
    }
    .future_graph_dot {
        width: 1em;
        height: 1em
    }
    .future_graph_dot1 {
        right: 97em;
        bottom: 144em;
        background: #c2c5c6
    }
    .future_graph_dot2 {
        right: 80em;
        bottom: 152em;
        background: #d4d5d6
    }
    .future_graph_dot3 {
        right: 80em;
        bottom: 163em;
        background: #d4d5d6
    }
    .future_graph_dot4 {
        right: 61em;
        bottom: 161em;
        background: #e9eaea
    }
    .future_graph_dot5 {
        right: 61em;
        bottom: 171em
    }
    .future_graph_dot6 {
        right: 50em;
        bottom: 170em
    }
    .future_graph_dot7 {
        right: 42em;
        bottom: 168em
    }
    .future_graph_dot8 {
        right: 34em;
        bottom: 180em
    }
    .future_graph_dot9 {
        right: 28em;
        bottom: 177em
    }
    .future_graph_dot10 {
        right: 23em;
        bottom: 191em
    }
}
.message {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.message_inner {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1060px;
    box-sizing: border-box;
    margin: auto
}
.message_left {
    position: relative
}
.message_ttl {
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    z-index: 1;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .4)
}
.message .philosophy-movie__item {
    position: relative;
    overflow: hidden
}
.message_movie_icon {
    display: block;
    position: absolute
}
.message_movie_icon svg {
    width: 100%;
    height: auto
}
@media(min-width:768px) {
    .message {
        padding-top: 287em;
        padding-bottom: 160em
    }
    .message_inner {
        gap: 0 83em;
        padding-inline: 50px
    }
    .message_ttl {
        top: -46em;
        left: -97em
    }
    .message_left_inner {
        position: sticky;
        top: 96em;
        left: 0
    }
    .message_ttl_in {
        font-size: 80em
    }
    .message_movie {
        width: 544em
    }
    [class].message_caption {
        margin-top: 25em;
        color: var(--color-white)
    }
    .message_caption_in {
        font-size: 16em
    }
    [class].message_copy {
        margin-top: 41em
    }
    .message_copy_in {
        font-size: 24em
    }
    [class].message_txt {
        margin-top: 32em;
        line-height: 2;
        white-space: nowrap
    }
    .message_txt_in {
        font-size: 16em
    }
    .message .philosophy-movie__item {
        cursor: pointer
    }
    .message .philosophy-movie__item::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--color-white);
        opacity: 0;
        mix-blend-mode: overlay;
        z-index: 1
    }
    .message_movie_icon {
        width: 80em;
        height: 80em;
        right: 32em;
        bottom: 32em;
        z-index: 1
    }
    @media(hover:hover) {
        .message_movie_icon_arrow,
        .message_movie_icon_circle {
            transition: fill 0.3s
        }
        .message .philosophy-movie__item::before {
            transition: opacity 0.6s
        }
        .message .philosophy-movie__item:hover::before {
            opacity: .5
        }
        .message .philosophy-movie__item:hover .message_movie_icon_circle {
            fill: var(--color-orange)
        }
        .message .philosophy-movie__item:hover .message_movie_icon_arrow {
            fill: var(--color-white)
        }
        .message .philosophy-movie__fig img {
            scale: 1;
            transition: scale 0.5s
        }
        .message .philosophy-movie__item:hover .philosophy-movie__fig img {
            scale: 1.05
        }
    }
}
@media(min-width:768px) and (max-width:1440px) {
    .message_inner {
        gap: 0 1.5%;
        padding-inline: 3%;
        justify-content: space-between
    }
    .message_right {
        padding-inline: 3%
    }
}
@media(max-width:767px) {
    .message {
        padding-top: 97em;
        padding-bottom: 80em
    }
    .message_inner {
        flex-direction: column;
        padding: 0 32em
    }
    .message_ttl {
        top: -18em;
        left: -18em
    }
    .message_ttl_in {
        font-size: 36em
    }
    [class].message_caption {
        margin-top: 16em;
        text-align: right
    }
    .message_caption_in {
        font-size: 13em;
        line-height: 1.5
    }
    [class].message_copy {
        margin-top: 41em
    }
    .message_copy_in {
        font-size: 16em
    }
    [class].message_txt {
        margin-top: 16em;
        line-height: 2
    }
    .message_txt_in {
        font-size: 13em
    }
    .message_movie_icon {
        width: 58em;
        height: 58em;
        right: 16em;
        bottom: 16em
    }
}
.elera {
    color: var(--color-white);
    text-align: center;
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.elera_ttl {
    text-align: center
}
.elera_ttl_en {
    color: rgba(255, 255, 255, .3);
    line-height: 1;
    white-space: nowrap
}
.elera_ttl_en_in {
    letter-spacing: -0.05em
}
.elera_ttl_jp {
    display: block
}
.elera_img_wrap {
    max-width: 960px;
    margin: auto;
    text-align: left;
    position: relative
}
.elera_cube_big,
.elera_cube_big_butsu,
.elera_cube_big_seisan,
.elera_cube_big_seizou,
.elera_cube_big_shohi,
.elera_cube_small,
.elera_cube_small_butsu,
.elera_cube_small_seisan,
.elera_cube_small_seizou,
.elera_cube_small_shohi {
    position: absolute
}
.elera_cube_small_seizou img {
    rotate: -45deg
}
.elera_cube_small_seisan img {
    rotate: 45deg
}
.elera_img_svg {
    position: absolute;
    height: auto;
    opacity: 0
}
.elera_kadai_ttl {
    color: var(--color-orange)
}
.elera_kadai_list_ttl {
    position: relative;
    display: inline-block;
    line-height: 1
}
.elera_kadai_list_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--color-white)
}
.elera_touch_point {
    text-align: left
}
.elera_cube_fuwafuwa {
    position: absolute
}
@keyframes fuwafuwa_pc {
    0% {
        transform: translateY(-3em)
    }
    100% {
        transform: translateY(3em)
    }
}
@keyframes fuwafuwa_sp {
    0% {
        transform: translateY(-1.6em)
    }
    100% {
        transform: translateY(1.6em)
    }
}
@media(min-width:768px) {
    .elera {
        padding-top: 160em;
        padding-bottom: 160em;
        padding-inline: 50px
    }
    .elera_ttl_en_in {
        font-size: 80em
    }
    .elera_ttl_jp {
        margin-top: -24em;
        line-height: 1
    }
    .elera_ttl_jp_in {
        font-size: 24em
    }
    .elera_img_wrap {
        margin-top: 62em
    }
    .elera_img {
        max-width: 831em;
        margin-left: -4em;
        margin-right: auto
    }
    .elera_kadai_wrap {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right
    }
    .elera_kadai_list {
        display: flex;
        flex-direction: column;
        gap: 32em 0;
        margin-top: 28em
    }
    .elera_kadai_list_ttl {
        padding-bottom: 16em
    }
    .elera_kadai_ttl_in {
        font-size: 20em
    }
    .elera_kadai_list_ttl_in {
        font-size: 16em
    }
    [class].elera_touch_point_ttl {
        margin-top: 13em
    }
    .elera_touch_point_ttl_in {
        font-size: 20em;
        line-height: 1.5
    }
    .elera_touch_point_txt_in {
        font-size: 16em;
        line-height: 1.75
    }
    .elera_img_svg {
        top: 4.3%;
        left: 17.1%;
        width: 66.41%
    }
    .elera_cube_big {
        top: 68.4%;
        left: 60.1%;
        width: 6%
    }
    .elera_cube_small {
        top: 57.3%;
        left: 74.8%;
        width: 3.09%
    }
    .elera_cube_big_butsu {
        top: 25.2%;
        left: 80.9%;
        width: 5%
    }
    .elera_cube_small_butsu {
        top: 20.3%;
        left: 73.8%;
        width: 3.09%
    }
    .elera_cube_big_seizou {
        top: 9%;
        left: 64.4%;
        width: 3.6%
    }
    .elera_cube_small_seizou {
        top: 2.8%;
        left: 51.4%;
        width: 2.5%
    }
    .elera_cube_big_seisan {
        top: 5.9%;
        left: 38.2%;
        width: 2.5%
    }
    .elera_cube_small_seisan {
        top: 2.5%;
        left: 23.9%;
        width: 1.99%
    }
    .elera_cube_big_shohi {
        top: 77.1%;
        left: 24.3%;
        width: 4.6%
    }
    .elera_cube_small_shohi {
        top: 70.5%;
        left: 34.7%;
        width: 2.79%
    }
    .elera_cube_fuwafuwa {
        animation: fuwafuwa_pc 1.8s ease-in-out infinite alternate-reverse
    }
    .elera_cube_1_27 {
        top: 40.2%;
        left: -6.4%;
        width: 15%;
        animation-delay: 0.2s
    }
    .elera_cube_12 {
        top: 36.7%;
        left: -7.3%;
        width: 2.29%
    }
    .elera_cube_17 {
        top: 33.5%;
        left: 38.5%;
        width: 1.3%;
        animation-delay: 0.8s
    }
    .elera_cube_9 {
        top: 37.4%;
        left: -3.2%;
        width: 1.3%
    }
    .elera_cube_15 {
        top: 55.6%;
        left: 18.4%;
        width: 1.92%;
        animation-delay: 0.15s
    }
    .elera_cube_14 {
        top: 50.9%;
        left: 16.6%;
        width: 2.395%;
        animation-delay: 0.4s
    }
    .elera_cube_16 {
        top: 33.3%;
        left: 33.2%;
        width: 4.375%
    }
    .elera_cube_8 {
        top: 51%;
        left: -4%;
        width: 2.5%;
        animation-delay: 0.6s
    }
    .elera_cube_1_21 {
        top: 15%;
        left: -14.4%;
        width: 19.73%
    }
    .elera_cube_14_2 {
        top: 47%;
        left: 2.5%;
        width: 13.48%
    }
    .elera_cube_11 {
        top: 40.6%;
        left: 33.8%;
        width: 3.28%
    }
}
@media(max-width:767px) {
    .elera {
        padding-top: 80em;
        padding-bottom: 80em;
        padding-inline: 7em
    }
    .elera_ttl_en_in {
        font-size: 36em
    }
    .elera_ttl_jp {
        margin-top: -15em;
        line-height: 1.5
    }
    .elera_ttl_jp_in {
        font-size: 16em
    }
    .elera_img_wrap {
        margin-top: 15em;
        margin-inline: auto
    }
    .elera_img {
        margin-top: 9em;
        padding-left: 30em;
        padding-right: 32em
    }
    .elera_kadai_list,
    .elera_kadai_wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
        gap: 0 9em;
        justify-content: center;
        white-space: nowrap
    }
    .elera_kadai_list_ttl {
        padding-bottom: 8em
    }
    .elera_kadai_ttl_in {
        font-size: 10em
    }
    .elera_kadai_list_ttl_in {
        font-size: 9em
    }
    .elera_touch_point {
        padding-left: 30em
    }
    [class].elera_touch_point_ttl {
        margin-top: 5em
    }
    .elera_touch_point_ttl_in {
        font-size: 14em;
        line-height: 1
    }
    [class].elera_touch_point_txt {
        margin-top: 10em
    }
    .elera_touch_point_txt_in {
        font-size: 13em;
        line-height: 1
    }
    .elera_img_svg {
        top: 12.5%;
        left: 23.1%;
        width: 66.41%
    }
    .elera_cube_big {
        top: 68.1%;
        left: 62.2%;
        width: 7%
    }
    .elera_cube_small {
        top: 62.58%;
        left: 86.5%;
        width: 3.2%
    }
    .elera_cube_big_butsu {
        top: 34.6%;
        left: 88.2%;
        width: 5.6%
    }
    .elera_cube_small_butsu {
        top: 16.5%;
        left: 75.3%;
        width: 4.2%
    }
    .elera_cube_big_seizou {
        top: 16.8%;
        left: 74.4%;
        width: 3.9%
    }
    .elera_cube_small_seizou {
        top: 13%;
        left: 56.8%;
        width: 2.5%
    }
    .elera_cube_big_seisan {
        top: 10.9%;
        left: 45.8%;
        width: 3.6%
    }
    .elera_cube_small_seisan {
        top: 2.5%;
        left: 18.3%;
        width: 1.99%
    }
    .elera_cube_big_shohi {
        top: 75.3%;
        left: 29.7%;
        width: 4.6%
    }
    .elera_cube_small_shohi {
        top: 69.6%;
        left: 40.6%;
        width: 2.99%
    }
    .elera_cube_fuwafuwa {
        animation: fuwafuwa_sp 1.8s ease-in-out infinite alternate-reverse
    }
    .elera_cube_1_27 {
        top: 50.3%;
        left: 16%;
        width: 13.25%;
        animation-delay: 0.2s
    }
    .elera_cube_12 {
        top: 43.8%;
        left: 45.5%;
        width: 2.29%
    }
    .elera_cube_17 {
        opacity: 0
    }
    .elera_cube_9 {
        top: 37.4%;
        left: -6.8%;
        width: 1.3%
    }
    .elera_cube_15 {
        top: 38.6%;
        left: 5.8%;
        width: 1.92%;
        animation-delay: 0.15s
    }
    .elera_cube_14 {
        top: 45.9%;
        left: 9%;
        width: 2.395%;
        animation-delay: 0.4s
    }
    .elera_cube_16 {
        top: 30.4%;
        left: 39.7%;
        width: 15%;
        rotate: 14deg
    }
    .elera_cube_8 {
        opacity: 0
    }
    .elera_cube_1_21 {
        top: 20.2%;
        left: 1%;
        width: 16.7%;
        rotate: 11deg
    }
    .elera_cube_14_2 {
        top: 47.8%;
        left: 5.7%;
        width: 15%;
        rotate: 185deg
    }
    .elera_cube_11 {
        top: 39.6%;
        left: 46.5%;
        width: 3.28%
    }
}
.animation_ready .elera_kadai_list_item {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s
}
.animation_ready .elera_kadai_list_ttl::after {
    width: 0;
    transition-property: width;
    transition-duration: 0.4s
}
.animation_ready .elera_kadai_list_item {
    transform: translateY(20em)
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(1) {
    transition-delay: 0s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(2) {
    transition-delay: 0.2s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(3) {
    transition-delay: 0.4s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(4) {
    transition-delay: 0.6s
}
.elera_img_wrap.is_animated .elera_kadai_list_item {
    opacity: 1;
    transform: translateY(0)
}
.elera_img_wrap.is_animated .elera_kadai_list_ttl::after {
    width: 100%
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(1) .elera_kadai_list_ttl::after {
    transition-delay: 0.35s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(2) .elera_kadai_list_ttl::after {
    transition-delay: 0.55s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(3) .elera_kadai_list_ttl::after {
    transition-delay: 0.75s
}
.elera_img_wrap.is_animated .elera_kadai_list_item:nth-child(4) .elera_kadai_list_ttl::after {
    transition-delay: 0.95s
}
.philosophy {
    text-align: center;
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.philosophy_inner {
    margin: auto
}
.philosophy .philosophy_btn {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: var(--color-black)
}
.philosophy_btn_icon {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-white);
    border-radius: 50%
}
.philosophy_btn_icon::after,
.philosophy_btn_icon::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: var(--color-black)
}
.philosophy_btn_icon::after {
    rotate: 90deg
}
.philosophy_deco {
    position: absolute;
    left: 50%
}
.philosophy_deco_orange {
    background: var(--gradation-orange)
}
.philosophy_deco_yellow {
    background: var(--gradation-yellow)
}
.philosophy_deco_blue {
    background: var(--gradation-blue)
}
.animation_ready .philosophy_deco {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-delay: 0s
}
.philosophy.is_animated .philosophy_deco {
    opacity: 1;
    transform: translate(0, 0)
}
@media(min-width:768px) {
    .philosophy {
        padding-top: 210em;
        padding-bottom: 115em
    }
    .philosophy_inner {
        max-width: 475em
    }
    [class].philosophy_btn_wrap {
        margin-top: 52em
    }
    .philosophy_btn {
        padding-right: 56em
    }
    .philosophy_btn_in {
        font-size: 20em
    }
    .philosophy_btn_icon {
        width: 40em;
        height: 40em
    }
    .philosophy_btn_icon::after,
    .philosophy_btn_icon::before {
        width: 2em;
        height: 16em
    }
    .philosophy_deco_1 {
        width: 34em;
        height: 34em;
        top: 60em;
        margin-left: -726em;
        transform: translate(40em, 30em);
        transition-delay: 0.2s
    }
    .philosophy_deco_2 {
        width: 13em;
        height: 13em;
        top: 160em;
        margin-left: -480em;
        rotate: -180deg;
        transform: translate(-60em, -20em);
        transition-delay: 0.6s
    }
    .philosophy_deco_3 {
        width: 24em;
        height: 24em;
        top: 460em;
        margin-left: -375em;
        transform: translate(40em, -20em);
        transition-delay: 0.5s
    }
    .philosophy_deco_4 {
        width: 8em;
        height: 8em;
        top: 525em;
        margin-left: -145em;
        rotate: 180deg;
        transform: translate(-10em, 20em);
        transition-delay: 0.3s
    }
    .philosophy_deco_5 {
        width: 20em;
        height: 20em;
        top: 106em;
        margin-left: -28em;
        rotate: 180deg;
        transform: translate(0, -40em);
        transition-delay: 0.4s
    }
    .philosophy_deco_6 {
        width: 39em;
        height: 39em;
        top: 53em;
        margin-left: 195em;
        rotate: 180deg;
        transform: translate(20em, -40em);
        transition-delay: 0.2s
    }
    .philosophy_deco_7 {
        width: 30em;
        height: 30em;
        top: 473em;
        margin-left: 403em;
        rotate: 90deg;
        transform: translate(-40em, 40em);
        transition-delay: 0.3s
    }
    .philosophy_deco_8 {
        width: 18em;
        height: 18em;
        top: 364em;
        margin-left: 524em;
        transform: translate(-40em, -10em);
        transition-delay: 0.5s
    }
    .philosophy_deco_9 {
        width: 12em;
        height: 12em;
        top: 26em;
        margin-left: 562em;
        transform: translate(-20em, 20em);
        transition-delay: 0.2s
    }
    .philosophy_deco_10 {
        width: 40em;
        height: 40em;
        top: 422em;
        margin-left: 690em;
        transform: translate(-40em, -6em);
        transition-delay: 0.3s
    }
    @media(hover:hover) {
        .philosophy_btn {
            transition: opacity 0.3s
        }
        .philosophy_btn:hover {
            opacity: .7
        }
        .philosophy_btn_icon,
        .philosophy_btn_icon::after,
        .philosophy_btn_icon::before {
            transition: background 0.3s
        }
        .philosophy_btn:hover .philosophy_btn_icon {
            background-color: var(--color-black)
        }
        .philosophy_btn:hover .philosophy_btn_icon::after,
        .philosophy_btn:hover .philosophy_btn_icon::before {
            background-color: var(--color-white)
        }
    }
}
@media(max-width:767px) {
    .philosophy {
        padding-top: 155em;
        padding-bottom: 122em;
        margin-top: 106em
    }
    .philosophy_inner {
        max-width: 240em
    }
    [class].philosophy_btn_wrap {
        margin-top: 21em
    }
    .philosophy_btn {
        padding-right: 32em
    }
    .philosophy_btn_in {
        font-size: 15em
    }
    .philosophy_btn_icon {
        width: 24em;
        height: 24em
    }
    .philosophy_btn_icon::after,
    .philosophy_btn_icon::before {
        width: 1em;
        height: 10em
    }
    .philosophy_deco_1 {
        background: var(--gradation-yellow);
        width: 20em;
        height: 20em;
        top: 356em;
        margin-left: -151em;
        rotate: 90deg;
        transform: translate(-20em, -20em);
        transition-delay: 0.6s
    }
    .philosophy_deco_2 {
        width: 4em;
        height: 4em;
        top: 276em;
        margin-left: -164em;
        transform: translate(40em, 0);
        transition-delay: 0.6s
    }
    .philosophy_deco_3 {
        width: 10em;
        height: 10em;
        top: 325em;
        margin-left: -85em;
        transform: translate(30em, -20em);
        transition-delay: 0.5s
    }
    .philosophy_deco_4 {
        width: 8em;
        height: 8em;
        top: 219em;
        margin-left: -158em;
        rotate: 180deg;
        transform: translate(-20em, 0);
        transition-delay: 0.3s
    }
    .philosophy_deco_5 {
        width: 16em;
        height: 16em;
        top: 349em;
        margin-left: 12em;
        rotate: 90deg;
        transform: translate(-30em, 10em);
        transition-delay: 0.4s
    }
    .philosophy_deco_6 {
        width: 6em;
        height: 6em;
        top: 312em;
        margin-left: -16em;
        rotate: 90deg;
        transform: translate(-30em, -5em);
        transition-delay: 0.2s
    }
    .philosophy_deco_7 {
        opacity: 0
    }
    .philosophy_deco_8 {
        width: 10em;
        height: 10em;
        top: 43em;
        margin-left: 51em;
        rotate: 180deg;
        transform: translate(20em, -40em);
        transition-delay: 0.5s
    }
    .philosophy_deco_9 {
        width: 8em;
        height: 8em;
        top: 220em;
        margin-left: 155em;
        rotate: 180deg;
        transform: translate(30em, 0);
        transition-delay: 0.2s
    }
    .philosophy_deco_10 {
        width: 20em;
        height: 20em;
        top: 89em;
        rotate: 90deg;
        margin-left: -10em;
        transform: translate(30em, 5em);
        transition-delay: 0.3s
    }
}
.links {
    position: relative;
    z-index: calc(var(--z-index-canvas) + 1)
}
.links_inner {
    max-width: 1440px;
    margin: auto
}
.links_list {
    display: flex;
    justify-content: center
}
.links_link {
    display: block;
    position: relative;
    overflow: hidden
}
.links_txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    color: var(--color-white)
}
.links_arrow {
    position: absolute;
    overflow: hidden
}
.links_arrow::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center/contain
}
@media(min-width:768px) {
    .links {
        padding: 80em 56em 160em
    }
    .links_list {
        gap: 0 64em
    }
    .links_list > li {
        width: 400em
    }
    .nowandfuture [class].links_txt {
        font-size: 24em
    }
    .links_arrow {
        bottom: 22em;
        right: 22em;
        width: 20em;
        height: 20em
    }
    .links_arrow::before {
        background-image: url('../img/link_arrow.svg')
    }
    .links_link::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-white);
        mix-blend-mode: overlay;
        opacity: 0;
        z-index: 1
    }
    @media(hover:hover) {
        .links_link:hover .links_arrow::before {
            animation: links_arrow 0.6s
        }
        .links_link::before {
            transition: opacity 0.6s
        }
        .links_link:hover::before {
            opacity: .5
        }
        .links_img {
            transition: scale 0.5s
        }
        .links_link:hover .links_img {
            scale: 1.05
        }
    }
}
@keyframes links_arrow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(100%, -100%);
    }
    50.01% {
        transform: translate(-100%, 100%);
    }
    100% {
        transform: translate(0, 0);
    }
}
@media(max-width:767px) {
    .links {
        padding: 24em 32em 80em
    }
    .links_list {
        flex-direction: column;
        gap: 16em 0
    }
    .nowandfuture [class].links_txt {
        font-size: 16em
    }
    .links_arrow {
        bottom: 14em;
        right: 14em;
        width: 16em;
        height: 16em
    }
    .links_arrow::before {
        background-image: url('../img/link_arrow_sp.svg')
    }
}
.philosophy-modal__inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, zIndex 10ms linear 0.5s
}
.philosophy-modal__inner.active {
    z-index: var(--z-index-modal);
    opacity: 1;
    transition: zIndex 10ms linear, opacity 0.5s ease 0.1s
}
.philosophy-modal__blank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 2
}
.philosophy-modal__sec {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5
}
.philosophy-modal__blc {
    position: relative;
    display: none;
    width: 100%;
    height: 100%
}
.philosophy-modal__blc.active {
    display: block
}
.philosophy-modal__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1
}
.modal-close__icon {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin: 0 auto
}
.modal-close__icon::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    background: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}
.modal-close__icon::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    background: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}
.modal-close__txt {
    display: block;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1
}
.animation_ready .anim_slideUp {
    opacity: 0;
    will-change: opacity, transform;
}
@media(min-width:768px) {
    .animation_ready .anim_slideUp {
        transform: translate(0, 50em);
    }
}
@media(max-width:767px) {
    .animation_ready .anim_slideUp {
        transform: translate(0, 30em);
    }
}
.anim_slideUp.is_animated {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.6s var(--easeOutSine), transform 0.6s var(--easeOutSine);
}
@media(min-width:768px) {
    .links_list>li.is_animated:nth-child(2) {
        transition-delay: 0.15s;
    }
    .links_list>li.is_animated:nth-child(3) {
        transition-delay: 0.3s;
    }
}