@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; */
    /* z-index: 5; */
}

@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%;
    }
}


/**************** 2024sub ****************/
#oem_flow .btnLink {
    max-width: 250px;
    background: #d7003a;
    color: #fff;
    border: 3px solid #d7003a;
    padding: 5px 15px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    font-size: 1.6rem;
    position: relative;
    transition: transform 0.3s, filter 0.3s; /* Add transitions for transform and filter */
}

.btnLink:after {
    position: absolute;
    right: 15px;
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    transition: right 0.3s; /* Add transition for the right property */
}

.btnLink:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: none;
    color: #d7003a !important;
    background: #fff !important;
}

.btnLink:hover:after {
    right: 10px;
}
.main_visual {
    display: flex;
    /* margin-top: 100px; */
    align-items: center;
    justify-content: space-between;
}

.main_visual .text_area {
    width: 25%;
    margin-left: 10%;
}

.main_visual .text_area p {
    font-size: 2rem;
    font-weight: 600;
}

.main_visual .text_area h2 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
    z-index: 2;
    position: relative;
    width: 470px;
    text-shadow: 0px 0px 3px #ffffff;
}

.main_visual .img_area {
    width: 60%;
}

.central {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    margin: 60px auto;
    position: relative;
    z-index: 1;
}
.right_text {
    max-width: 220px;
    margin: auto 0 auto auto;
}
.right_text p {
    text-align: left;
    font-weight: 800;
    font-size: 1.6rem;
    /* max-width: 800px; */
}
.right_text img {
    max-width: 200px;
}
.central {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 20px 20px 0;
}
h2.en{
    color: #000000;
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
}

h2.en span {
    /* font-weight: 700; */
    border-bottom: 4px solid #d7003a;
}


@media only screen and (max-width: 767px) {
    h2.en{
        font-size: 2rem;
    }

    .main_visual {
        flex-direction: column;
    }

    .main_visual .text_area {
        width: 100%;
        margin: 20px auto 20px 20px;
    }

    .main_visual .text_area p {
        font-size: 2rem;
    }

    .main_visual .text_area h2 {
        width: auto;
        font-size: 4.5rem;
    }

    .main_visual .img_area {
        width: 100%;
    }
}

.title_bg {
    /* background: url(../img/bg_img_01.jpg) no-repeat center right; */
    background-size: cover;
    padding: 40px 0;
    max-width: 900px;
    margin: 80px auto auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.title_bg:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: linear-gradient(-45deg, #c00034, #ffa6be);
    border-radius: 50%;
}

.title_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.title_bg h2 {
    display: flex;
    color: #d7003a;
    position: relative;
}

.title_bg h2 span {
    font-weight: 600;
    font-size: 2.8rem;
}

.title_bg h2 span:after {
    content: "";
    width: 105%;
    height: 1px;
    background: #d7003a;
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: -1;
}

.title_bg h3 {
    padding-top: 10px;
    /* font-weight: 600; */
    font-size: 1.8rem;
    text-align: left;
}

.flex_3 {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.flex_3  .cnt_3 {
    width: 32%;
    padding: 1%;
}

.flex_3  .cnt_3 .btn_oem {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 20px;
}

.flex_3  .cnt_3 .btn_oem span {
    border: 1px solid #d7003a;
    background: #d7003a;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.flex_3  .cnt_3 .btn_oem:after {
    content: none;
}

.flex_3  .cnt_3 .btn_oem span:hover {
    background: #fff;
    color: #d7003a;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.image-container {
    position: relative; 
    overflow: hidden;
}

.normal {
    display: block;
    width: 100%;
    height: auto; 
    transition: opacity 0.5s ease; 
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cnt_3:hover .normal {
    opacity: 0; 
}

.cnt_3:hover .hover {
    opacity: 1; 
}

.ifsp {
    display: none;
}
#oem_strong .central.cf h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 2.2rem;
    color: #615f5;
}
#oem_strong .central.cf h3 span {
    color: #d7003a;
    font-size: 5rem;
    font-weight: 600;
    display: flex;
    margin-right: 20px;
}

#oem_strong h3 span:before {
    content: "#";
    font-size: 2rem;
}

.accent {
    border: 3px solid #d7003a; /* 元のボーダー */
    padding: 20px 40px;
    max-width: 900px;
    margin: auto;
    background: transparent;
    position: relative; /* 疑似要素のために relative を設定 */
}

.accent::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: 1px; /* 上方向にずらす */
    left: 1px; /* 左方向にずらす */
     /* 右方向にずらす */
     /* 下方向にずらす */
    border: 2px solid #d7003a4a; /* ボーダーだけを追加 */
    z-index: 1; /* 元の要素の下に配置 */
    box-shadow: 1px 1px 6px -4px #d7003ac9; /* ボーダーに影を追加 */
    background: transparent; /* ボーダーのみのスタイル */
}

#oem_strong .flex-box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.strong_cnt {
    width: calc(45% - 30px);
    padding: 20px;
}

.strong_cnt h5 {
    color: #d7003a;
    font-weight: 600;
    padding: 10px 0 5px;
    font-size: 1.7rem;
}

.strong_cnt .on_img {
    position: relative;
}

.strong_cnt .on_img div {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #d7003a;
    font-size: 1.3rem;
}

.strong_cnt .on_img p {
    text-align: center;
    color: #d7003a;
    font-weight: 600;
    line-height: normal;
}

.cycle_img {
    max-width: 300px;
    margin: auto;
}

.cycle_img img {
    width: 100%;
    padding: 20px;
}

#oem_flow {
    background: #fce7e6;
}

#flow_box {
    max-width: 700px;
    margin: auto;
    padding: 40px 0;
}

#flow_box .step_box {
    background: #fff;
    border: 3px solid #d7003a;
    position: relative;
    margin: 40px auto;
}

#flow_box .step_box-flex {
    display: flex;
    padding: 10px;
    /* position: relative; */
    align-items: center;
}

#flow_box .step_box::before {
    content: '';
    position: absolute;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d7003a;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

#flow_box .step_box .step {
    color: #d7003a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15%;
    position: absolute;
    top: 50%;
    bottom: 50%;
}

#flow_box .step_box .step p:first-child {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
}

#flow_box .step_box .step p:nth-child(2) {
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.2;
}

#flow_box .step_box .cnt {
    width: 95%;
    padding-left: 15%;
}

#flow_box .step_box h3 {
    color: #d7003a;
    font-weight: 600;
    text-align: center;
    font-size: 2.2rem;
    padding-top: 15px;
}

#oem_point .title_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#oem_point .title_bg {
    justify-content: center;
    align-items: center;
}

#oem_point .title_bg h2 {
    display: flex;
    color: #6e6e6e;
    position: relative;
    line-height: 1.3;
}

#oem_point .title_bg h2 span {
    font-size: 4rem;
}

#oem_point .title_bg h2 ruby {
    font-size: 6rem;
    font-weight: 600;
    padding: 0 5px;
}

#oem_point .title_bg h3 {
    color: transparent;
}

.point_flex {
    display: flex;
    align-items: center;
    margin: 50px auto;
}

.point_flex.reverse {
    flex-direction: row-reverse;
}

.point_txt {
    border: 3px solid #d7003a;
    width: 55%;
    height: fit-content;
    padding: 20px 50px 30px;
    padding-right: 60px;
    margin: 20px 20px 20px 60px;
}

.point_txt p {
    letter-spacing: 0.1rem;
    line-height: 2em;
}

.point_flex.reverse .point_txt {
    padding-left: 60px;
    padding-right: 20px 50px 30px;
    margin: 20px 60px 20px 20px;
}

.point_img {
    width: 40%;
    position: relative;
    overflow: visible;
}

.point_img img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: -10%;
}

.point_flex.reverse .point_img img {
    margin-left: 10%;
}

#oem_point {
    margin-bottom: 100px;
}

#oem_point h3 {
    display: flex;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 2.2rem;
    color: #d7003a;
    align-items: center;
}
#oem_point h3 span {
    color: #d7003a;
    font-size: 5rem;
    font-weight: 600;
    display: flex;
    margin-right: 20px;
}

#oem_point h3 span:before {
    content: "#";
    font-size: 2rem;
}

/* 768px以下の時のスタイル */
@media (max-width: 768px) {
    .flex_3 {
        display :block;
    }

    .flex_3  .cnt_3 {
        width: 100%;
    }
    .hover {
        animation: fade 10s infinite;
    }

    @keyframes fade {
        0%, 100% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    .ifsp {
        display: block;
    }

    #flow_box .step_box .cnt {
        padding-left: 20%;
    }
}

.inner {
    max-width: 1200px;
    margin: auto;
}

/**************** sub_footer ****************/
#sub_footer {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin: 10px;
}

#sub_footer .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#sub_footer .flex-box .cnt {
    padding: 0 30px;
    position: relative;
    width: 30%;
}

#sub_footer .flex-box .cnt:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    border-right: #ddd 2px solid;
    z-index: 0;
}

#sub_footer .flex-box .cat {
    font-size: 1.6rem;
    font-weight: 600;
    color: #615f5f;
    line-height: 5rem
}

#sub_footer .flex-box .cat:before {
    content: "\f04b";
    font-family: 'Font Awesome 6 pro';
    color: #d7003a;
    padding-right: 8px;
    font-weight: bold;
    
}

.main_cat {
    font-size: 4rem;
    font-weight: 600;
}

#sub_footer .flex-box .cnt:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

#sub_footer .flex-box .cnt:nth-child(2) .cat {
    width: 45%;
}

@media screen and (max-width: 1000px) {
    footer .sitemap__list>li>dl>dt a img {
        max-width: 200px;
    }

    #sub_footer .flex-box {
        display: block;
    }

    #sub_footer .flex-box .cnt {
        width: 100%;
    }

    #sub_footer .flex-box .cnt:first-child:after {
        content: none;
    }

    #sub_footer .flex-box .cnt:nth-child(2) {
        display: block;
    }

    .title_bg {
        padding: 10px;
    }

    .title_bg:before {
        width: 50px;
        height: 50px;
    }

    .title_bg h2 span {
        font-size: 2rem;
    }

    #oem_strong .flex-box {
        display: block;
    }

    .strong_cnt {
        width: 100%;
    }

    #flow_box {
        padding-top: 0;
    }

    #flow_box .sa:first-child {
        padding: 0 20px;
    }

    #flow_box .step_box .step {
        padding: 0 20px;
    }

    #oem_point .title_bg h2 span {
        font-size: 2.2rem;
    }

    #oem_point .title_bg h2 ruby {
        font-size: 4rem;
    }

    .title_bg h2 span:after {
        width: 110%;
    }

    .point_flex {
        display: block;
        width: 100%;
    }

    .point_txt {
        width: 90%;
        margin: auto;
        padding-right: 20px;
    }

    .point_img {
        width: 90%;
        margin: auto;
    }

    .point_img img {
        margin: 20px auto;
    }

    .point_flex.reverse .point_txt {
        padding-left: 20px;
    }

    .point_flex.reverse .point_img img {
        margin: 20px auto;
    }

    .accent {
        padding: 20px;
    }
}

.wrap {
    padding: 30px;
}