@charset "UTF-8";

/* color
=================================================================== */


/* common
=================================================================== */


/* layout
=================================================================== */


/* background
=================================================================== */


/* flex
=================================================================== */


/* animation delay
=================================================================== */


/* 3d
=================================================================== */


/* font
=================================================================== */


/* vw
=================================================================== */


/* form
=================================================================== */

@keyframes anime {
    0% {
        width: 0;
    }
    25% {
        width: 100%;
    }
    30% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes loading {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}


/* vw
================================================*/


/* vh
================================================*/


/* common
=================================================================== */

.textWhiteCover--dlText {
    margin-bottom: 37px;
    letter-spacing: 0.1em;
}

.textWhiteCover--dlText>dt {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.textWhiteCover--dlText>dd {
    line-height: 2.3;
}



/*ーーーーーーーーーーーーーーーーーーーー topMain*/

.topMain {
    display: block;
    position: relative;
    height: 100vh;
    /* margin-left: 3.2142857143vw; */
    min-height: 640px;
    max-height: 1050px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {

.topMain {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

}



.topMain .topMain__contents {
    position: absolute;
    width: 100%;
    height: calc(100% - 180px);
    height: 100vh;
    right: 0;
    bottom: 0;
    top: 0;
}

.topMain .topMain__contents .topMain__contents--loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 1px;
    width: 100px;
    margin-left: -3.2142857143vw;
    overflow: hidden;
    transform-origin: right center;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transform: scaleX(1) translate(-50%, -50%);
}

.topMain .topMain__contents .topMain__contents--loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: var(--colorB);
    -webkit-animation: loading 0.7s ease-in-out infinite;
    animation: loading 0.7s ease-in-out infinite;
}

.topMain .topMain__contents .topMain__contents--loading:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: var(--colorB);
    opacity: .2;
}

.topMain .topMain__contents .topMain__contents--loading.active {
    transform-origin: right center;
    transform: scaleX(0) translate(-50%, -50%);
}

.topMain .topMain__text {
    position: absolute;
    top: 30%;
    left: 7.8571428571vw;
    z-index: 2;
}

.topMain .topMain__text dt {
    position: relative;
    width: 37.6428571429vw;
    padding-bottom: 3.1428571429vw;
    margin-bottom: 3.1428571429vw;
}

.topMain .topMain__text dt:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    height: 4px;
    background-color: #000;
    background-color: var(--colorB);
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.65s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.65s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: 0;
}

.topMain .topMain__text dt .topMain__text--main {
    position: relative;
    padding-top: calc(276 / 527 * 100%);
}

.topMain .topMain__text dt .topMain__text--main li {
    position: absolute;
    height: calc(64 / 276 * 100%);
    overflow: hidden;
}

.topMain .topMain__text dt .topMain__text--main li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 0;
    background-color: #000;
    background-color: var(--colorB);
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.8s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.8s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.topMain .topMain__text dt .topMain__text--main li span {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    display: none;
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(1) {
    width: calc(450 / 527 * 100%);
    top: 0;
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
    background-image: url("../img/top/kv__text--1.svg");
    /*     background-image: url("../img/top/kv__text--1--w.svg"); */
}

@media (prefers-color-scheme: light) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
        /* background-image: url("../img/top/kv__text--1.svg"); */
        background-image: url("../img/top/kv__text--1--w.svg");
        /* background: #fff; */
        background-size: auto 50px;
        /* background-repeat: no-repeat; */
    }
}

@media (prefers-color-scheme: dark) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
        background-image: url("../img/top/kv__text--1.svg");
        /* background-image: url("../img/top/kv__text--1--w.svg"); */
    }
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(2) {
    width: calc(720 * 100%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
    background-image: url("../img/top/kv__text--2.svg");
    /*      background-image: url("../img/top/kv__text--2--w.svg"); */
}

@media (prefers-color-scheme: light) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
        /* background-image: url("../img/top/kv__text--2.svg"); */
        background-image: url("../img/top/kv__text--2--w.svg");
        background-size: auto 50px;
    }
}

@media (prefers-color-scheme: dark) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
        /* background-image: url("../img/top/kv__text--2--w.svg"); */
        background-image: url("../img/top/kv__text--2.svg");
    }
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(3) {
    width: calc(760 / 527 * 100%);
    bottom: 0;
}

.topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
    background-image: url("../img/top/kv__text--3.svg");
    /*     background-image: url("../img/top/kv__text--3--w.svg"); */
}

@media (prefers-color-scheme: light) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
        /* background-image: url("../img/top/kv__text--3.svg"); */
        background-image: url("../img/top/kv__text--3--w.svg");
        background-size: auto 50px;
    }
}

@media (prefers-color-scheme: dark) {
    .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
        background-image: url("../img/top/kv__text--3.svg");
        /* background-image: url("../img/top/kv__text--3--w.svg"); */
    }
}

.topMain .topMain__text.active dt .topMain__text--main li:after {
    width: 100%;
}

.topMain .topMain__text.active dd:after {
    width: 23.5714285714vw;
}

.topMain .topMain__text.active--t dt:after {
    width: 12.1428571429vw;
}

.topMain .topMain__text.active--t dt .topMain__text--main li span {
    display: block;
}

.topMain .topMain__text.active--t dd {
    text-indent: 0;
}

.topMain .topMain__text.active--t dd:after {
    width: 0;
}

.topMain .topMain__text dd {
    font-size: 17px;
    font-size: 1.2142857143vw;
    line-height: 1;
    position: relative;
    text-indent: -9999px;
}

.topMain .topMain__text dd:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    background-color: #000;
    background-color: var(--colorB);
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.65s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.65s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: 0;
}

.topMain .topMain__movie {
    position: absolute;
    width: 100%;
    /* height: calc(100% - 64px - 9.786vw); */
    height: 100%;
    /* bottom: 64px; */
    overflow: hidden;
    z-index: 1;
}

.topMain .topMain__movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

.topMain .topMain__movie:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.65s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.65s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transform-origin: left center;
    transform: scaleX(0);
}

@media (prefers-color-scheme: light) {
    .topMain .topMain__movie:after {
        background-color: #eaeaea;
    }
}

@media (prefers-color-scheme: dark) {
    .topMain .topMain__movie:after {
        background-color: #141414;
    }
}

.topMain .topMain__movie.active:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.topMain .topMain__movie.active--t:after {
    opacity: 0;
}

.topMain .topMain__movie.active--t video {
    display: block;
}

.topMain .topMain__movie--btn {
    position: absolute;
    bottom: 50px;
    left: 7.8571428571vw;
    z-index: 2;
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.65s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.65s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transform: translate3d(0, 100%, 0);
    background-color: var(--bgBlue);
    border: none;
}

.topMain .topMain__movie--btn.btnActive {
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.topMain .topMain__movie--btn>span {
    line-height: 100px;
    white-space: nowrap;
}


/*ーーーーーーーーーーーーーーーーーーーー topWhat*/

.topWhat {
    position: relative;
    padding-bottom: 66px;
    overflow: hidden;
}

.topWhat .topWhat__bg--img {
    position: relative;
    height: 738px;
    overflow: hidden;
    z-index: 0;
}

.topWhat .topWhat__bg--img ul {
    position: relative;
    z-index: 0;
    height: 100%;
}

.topWhat .topWhat__bg--img ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.topWhat .topWhat__bg--img ul li:nth-child(1) {
    display: block;
}

.topWhat .topWhat__bg--img ul li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: var(--colorB);
    opacity: .15;
    z-index: 1;
}

.topWhat .topWhat__bg--img ul li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    height: 200%;
}

.topWhat .topWhat__bg--img ul li:nth-child(1) span {
    background-image: url("../img/contents/top/topWhat--img--1.jpg");
}

.topWhat .topWhat__bg--img ul li:nth-child(2) span {
    background-image: url("../img/contents/top/topWhat--img--2.jpg");
}

.topWhat .topWhat__bg--img ul li:nth-child(3) span {
    background-image: url("../img/contents/top/topWhat--img--3.jpg");
}

.topWhat .topWhat__title {
    position: absolute;
    top: 55px;
    font-size: 83px;
    color: #fff;
    color: var(--colorW);
    line-height: 1.2;
}

.topWhat .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper {
    padding-top: 45px;
    padding-right: 70px;
}


/*ーーーーーーーーーーーーーーーーーーーー topService*/

.topService .topService__contents {
    position: relative;
    padding-bottom: 100px;
}

.topService .topService__contents:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    height: calc(100% - 100px);
    background-color: #585858;
    background-color: var(--bgDeepGray);
    z-index: 1;
}

.topService .topService__contents .topService__contents--list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2;
}

.topService .topService__contents .topService__contents--list>li {
    width: 50%;
}

.topService .topService__contents .topService__contents--list>li .topService__img {
    position: relative;
    padding-top: calc(1032 / 1314 * 100%);
    margin-bottom: 35px;
}

.topService .topService__contents .topService__contents--list>li .topService__img span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.topService .topService__contents .topService__contents--list>li .topService__text {
    position: relative;
    color: #fff;
    color: var(--colorW);
    padding-bottom: 50px;
}

.topService .topService__contents .topService__contents--list>li .topService__text>dl {
    margin-bottom: 33px;
}

.topService .topService__contents .topService__contents--list>li .topService__text>dl>dt {
    font-size: 19px;
    font-size: 1.3571428571vw;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.topService .topService__contents .topService__contents--list>li .topService__text>dl>dd {
    max-width: 346px;
}

.topService .topService__contents .topService__contents--list>li .topService__text>dl>dd span {
    display: block;
    text-indent: -9999px;
    height: 0;
    padding-top: calc(200 / 630 * 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.topService .topService__contents .topService__contents--list>li .topService__text>p {
    font-size: 16px;
    font-size: 1.1428571429vw;
    font-size: 16px;
    margin-bottom: 20px;
}

.topService .topService__contents .topService__contents--list>li .topService__text .btnUnderline {
    position: absolute;
    width: 100%;
    width: calc(100% - 11.0714285714vw - 5vw);
    bottom: 0;
}

.topService .topService__contents .topService__contents--list>li .topService__text .btnUnderline:after {
    background-color: #fff;
    background-color: var(--colorW);
}

.topService .topService__contents .topService__contents--list>li .topService__text .btnUnderline>a {
    color: #fff;
    color: var(--colorW);
}

.topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__img span {
    background-image: url("../img/contents/top/service__img--1.jpg");
}

.topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__text {
    padding-left: 11.0714285714vw;
    padding-right: 5vw;
}

.topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__text .btnUnderline {
    right: 5vw;
}

.topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__text dl>dd span {
    background-image: url("../img/contents/top/service__logo--1--w8a8c.png?v=0911");
}

@media (prefers-color-scheme: light) {
    .topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__text dl>dd span {
        background-image: url("../img/contents/top/service__logo--1--w8a8c.png?v=0911");
    }
}

@media (prefers-color-scheme: dark) {
    .topService .topService__contents .topService__contents--list>li:nth-child(1) .topService__text dl>dd span {
        background-image: url("../img/contents/top/service__logo--1--b8a8c.png?v=0911");
    }
}

.topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__img span {
    background-image: url("../img/contents/top/service__img--2.jpg");
}

.topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__text {
    padding-left: 5vw;
    padding-right: 11.0714285714vw;
}

.topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__text .btnUnderline {
    left: 5vw;
}

.topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__text dl>dd span {
    background-image: url("../img/contents/top/service__logo--2--w8a8c.png?v=0911");
}

@media (prefers-color-scheme: light) {
    .topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__text dl>dd span {
        background-image: url("../img/contents/top/service__logo--2--w8a8c.png?v=0911");
    }
}

@media (prefers-color-scheme: dark) {
    .topService .topService__contents .topService__contents--list>li:nth-child(2) .topService__text dl>dd span {
        background-image: url("../img/contents/top/service__logo--2--b8a8c.png?v=0911");
    }
}

.topService .topService__contents--btn {
    position: absolute;
    left: 11.0714285714vw;
    bottom: -30px;
}


/*ーーーーーーーーーーーーーーーーーーーー topRecruit*/

.topRecruit .topRecruit__contents {
    position: relative;
    height: 660px;
}

.topRecruit .topRecruit__contents .topRecruit__contents--bg {
    position: relative;
    height: 100%;
    margin-left: 18.5714285714vw;
    overflow: hidden;
}

.topRecruit .topRecruit__contents .topRecruit__contents--bg span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/contents/top/recruit__bg.jpg");
    background-position: 0 0;
    padding-top: calc(1827 / 2200 * 100%);
}

.topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main {
    max-width: 547px;
    padding: 55px 85px 75px 0;
}

.topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main .textWhiteCover--dlText {
    margin-bottom: 27px;
}

.topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main .topRecruit__linkList {
    margin-bottom: 40px;
}

@media only screen and (min-width: 900px) and (max-height: 800px) {
    .topMain .topMain__text dt {
        width: 65.75vh;
        margin-bottom: 5vh;
        padding-bottom: 5vh;
    }
    .topMain .topMain__movie {
        bottom: 6.25vh;
        height: calc(100% - 6.25vh - 17.25vh);
    }
    .topMain .topMain__movie--btn>span {
        line-height: 12.5vh;
        font-size: 18px;
    }
    .topMain .btn.width {
        width: 43.75vh;
    }
    .topMain .btn.icon.movie>span {
        padding: 0 7.25vh 0 4.375vh;
    }
    .topMain .topMain__text.active--t dt::after {
        width: 21.25vh;
    }
}

@media only screen and (min-width: 900px) and (max-height: 700px) {
    .topMain .topMain__movie--btn>span {
        font-size: 17px;
    }
}

@media only screen and (min-width: 900px) and (max-height: 660px) {
    .topMain .topMain__movie--btn>span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 900px) and (max-height: 640px) {
    .topMain .topMain__text dt {
        width: 355px;
        margin-bottom: 23px;
        padding-bottom: 23px;
    }
    .topMain .topMain__movie {
        bottom: 43px;
        height: calc(100% - 43px - 93px);
    }
    .topMain .topMain__movie--btn>span {
        line-height: 86px;
    }
    .topMain .btn.width {
        width: 260px;
    }
    .topMain .topMain__text.active--t dt::after {
        width: 163px;
    }
}

.slick-arrow {
    display: none !important;
}


/* ====================================================================================================================================== en */

.en .topMain .topMain__text {
    width: 50vw;
}

.en .topMain .topMain__text dt {
    width: 100%;
}

.en .topMain .topMain__text dt .topMain__text--main {
    padding-top: calc(255 / 700 * 100%);
}

.en .topMain .topMain__text dt .topMain__text--main li {
    height: calc(59 / 255 * 100%);
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) {
    width: calc(672 / 700 * 100%);
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
    background-image: url("../img/top/kv__text--1.svg");
}

@media (prefers-color-scheme: light) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
        background-image: url("../img/top/kv__text--1.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
        background-image: url("../img/top/kv__text--1--w.svg");
    }
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) {
    width: calc(314 / 700 * 100%);
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
    background-image: url("../img/top/kv__text--2.svg");
}

@media (prefers-color-scheme: light) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
        background-image: url("../img/top/kv__text--2.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
        background-image: url("../img/top/kv__text--2--w.svg");
    }
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) {
    width: calc(520 / 700 * 100%);
}

.en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
    background-image: url("../img/top/kv__text--3.svg");
}

@media (prefers-color-scheme: light) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
        background-image: url("../img/top/kv__text--3.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
        background-image: url("../img/top/kv__text--3--w.svg");
    }
}

.en .topMain .topMain__text dd {
    width: calc(305 / 700 * 100%);
}

.en .topMain .topMain__text dd span {
    display: block;
    text-indent: -9999px;
    height: 0;
    padding-top: calc(16 / 305 * 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/top/kv__text--4.svg");
    opacity: 0;
}

@media (prefers-color-scheme: light) {
    .en .topMain .topMain__text dd span {
        background-image: url("../img/top/kv__text--4.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .en .topMain .topMain__text dd span {
        background-image: url("../img/top/kv__text--4--w.svg");
    }
}

.en .topMain .topMain__text.active--t dd span {
    opacity: 1;
}

.en .topMain .topMain__movie {
    height: calc(100% - 64px - 9.2vw);
}

.en .topWhat .topAbout__bg {
    position: relative;
    height: 590px;
    overflow: hidden;
    z-index: 0;
}

.en .topWhat .topAbout__bg span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/contents/top/en/topWhat--img--1.jpg");
}

.en .topWhat .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main {
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

.en .newsCategory .list__underline.list__underline--infoMix {
    margin-bottom: 20px;
}

.en .contentsNav {
    margin-bottom: 15px;
}

.en .contentsNav.contentsNav--fontS .btn>a,
.en .contentsNav.contentsNav--fontS .btn>span {
    font-size: 16px;
}

@media only screen and (min-width: 900px) and (max-height: 950px) {
    .en .topMain .topMain__text dt {
        width: 65.75vh;
    }
    .en .topMain .topMain__movie {
        height: calc(100% - 6.25vh - 12vh);
    }
}

@media only screen and (min-width: 900px) and (max-height: 640px) {
    .en .topMain .topMain__text dt {
        width: 375px;
    }
    .en .topMain .topMain__movie {
        height: calc(100% - 43px - 67px);
    }
}


/* ========================================================================================================= 更新 2021/05 */

.importantNews {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.importantNews>dt {
    font-size: 18px;
    width: 200px;
}

.importantNews>dd {
    width: calc(100% - 200px);
}

.importantNews>dd>a {
    text-decoration: underline;
}

.importantNews>dd>a:hover,
.importantNews>dd>a:active {
    text-decoration: none;
}

.p-top-building .p-top-building__texts {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 60.4216691069%;
    padding-right: 1.4641288433%;
    color: #fff;
    padding-top: 0;
    padding-top: 5%;
    text-align: right;
}

.p-top-building .p-top-building__heading {
    width: 93.1330472103%;
    margin-bottom: 9.0128755365%;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
}

.p-top-building .p-top-building__txt {
    width: 93.1330472103%;
    margin-bottom: 4.7210300429%;
    padding-right: 0;
    font-size: 28px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.p-top-building .p-top-building__button {
    /* width: 300px; */
    /* max-width: 100%; */
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.p-top-building .p-top-building__button .c-button span {
    margin-top: 0;
    margin-bottom: 0;
}

.p-top-building .p-top-building__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-top-building .p-top-building__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center;';
}

.p-top-building.is-inview .p-top-building__inner::before {
    transform: translateX(0) rotate(-90deg);
}

.p-top-building.is-inview .p-top-building__heading {
    transform: translateY(0);
    opacity: 1;
    font-size: 60px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
    font-family: æ¸¸æ˜Žæœ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGSæ˜ŽæœE, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;
    line-height: 1.2;
}

.p-top-building.is-inview .p-top-building__txt {
    /* transform: translateY(0); */
    /* opacity: 1; */
}

.p-top-building.is-inview .p-top-building__button {
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 1100px) {
    .p-top-building.is-inview .p-top-building__heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-top-building.is-inview .p-top-building__heading {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top-building .p-top-building__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
    .p-top-building .p-top-building__inner::before {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .p-top-building .p-top-building__texts {
        position: static;
        padding: 104% 20px 84px;
        /* color: #000; */
    }
    .p-top-building .p-top-building__heading {
        position: absolute;
        top: 0;
        right: 0;
        width: 80.4666666667%;
        margin-top: 7.6666666667%;
        margin-right: 8.3333333333%;
        margin-bottom: auto;
    }
    .p-top-building .p-top-building__txt {
        width: 100%;
        margin-bottom: 40px;
        padding-top: 34px;
        padding-right: 0;
    }
    .p-top-building .p-top-building__button {
        width: 100%;
        padding: 0 8px;
    }
    .p-top-building .p-top-building__media {
        width: 100%;
        height: auto;
    }
    .p-top-building .p-top-building__media img {
        object-fit: contain;
        font-family: 'object-fit: none;';
    }
}



/* TOPビジネス */

.p-top-business-m .p-top-business-m__texts {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 60.4216691069%;
    padding-right: 1.4641288433%;
    color: #fff;
    padding-top: 0;
    padding-top: 5%;
    text-align: right;
}

.p-top-business-m .p-top-business-m__heading {
    width: 93.1330472103%;
    margin-bottom: 9.0128755365%;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
}

.p-top-business-m .p-top-business-m__txt {
    width: 93.1330472103%;
    margin-bottom: 4.7210300429%;
    padding-right: 0;
    font-size: 28px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.p-top-business-m .p-top-business-m__button {
    /* width: 300px; */
    /* max-width: 100%; */
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.p-top-business-m .p-top-business-m__button .c-button span {
    margin-top: 0;
    margin-bottom: 0;
}

.p-top-business-m .p-top-business-m__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-top-business-m .p-top-business-m__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center;';
}

.p-top-business-m.is-inview .p-top-business-m__inner::before {
    transform: translateX(0) rotate(-90deg);
}

.p-top-business-m.is-inview .p-top-business-m__heading {
    transform: translateY(0);
    opacity: 1;
    font-size: 60px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
    font-family: æ¸¸æ˜Žæœ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGSæ˜ŽæœE, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;
    line-height: 1.2;
}

.p-top-business-m.is-inview .p-top-business-m__txt {
    transform: translateY(0);
    opacity: 1;
}

.p-top-business-m.is-inview .p-top-business-m__button {
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 1100px) {
    .p-top-business-m.is-inview .p-top-business-m__heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-top-business-m.is-inview .p-top-business-m__heading {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top-business-m .p-top-business-m__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
    .p-top-business-m .p-top-business-m__inner::before {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .p-top-business-m .p-top-business-m__texts {
        position: static;
        padding: 104% 20px 84px;
        /* color: #000; */
    }
    .p-top-business-m .p-top-business-m__heading {
        position: absolute;
        top: 0;
        right: 0;
        width: 80.4666666667%;
        margin-top: 7.6666666667%;
        margin-right: 8.3333333333%;
        margin-bottom: auto;
    }
    .p-top-business-m .p-top-business-m__txt {
        width: 100%;
        margin-bottom: 40px;
        padding-top: 34px;
        padding-right: 0;
    }
    .p-top-business-m .p-top-business-m__button {
        width: 100%;
        padding: 0 8px;
    }
    .p-top-business-m .p-top-business-m__media {
        width: 100%;
        height: auto;
    }
    .p-top-business-m .p-top-business-m__media img {
        object-fit: contain;
        font-family: 'object-fit: none;';
    }
}

@media only screen and (max-width: 500px) {
    .p-top-business-m.is-inview .p-top-business-m__heading {
        color: #fff;
    }
    .p-top-business-m.is-inview .p-top-business-m__txt {
        text-align: left;
        color: #000;
    }
    .p-top-business-m.is-inview .p-top-business-m__button {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}