@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 ****************/
.btnLink {
    max-width: 250px;
    color: #d7003a !important;
    border: 3px solid #d7003a;
    padding: 5px 15px;
    text-align: center;
    border-radius: 50px;
    margin: 10px 0 10px auto;
    font-size: 1.6rem;
    position: relative;
    transition: transform 0.3s, filter 0.3s; /* Add transitions for transform and filter */
    height: auto;
}

.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: #fff !important;
    background: #d7003a;
}

.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;
}
.title p {
    text-align: center;
    padding-top: 20px;
}
.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: 0 20px;
}
.title h1 {
    font-size: 4rem;
    margin: 60px auto;
    text-align: center;
    line-height: 2em;
    font-weight: 600;
    color: #666;
    background: url('../img/bg.png') no-repeat;
}

.title h1 span {
    font-weight: 600;
    background-size: cover;
    background-position: center;
    opacity: 0; /* 初期は非表示 */
    transition: background-image 1.5s ease, opacity 2s ease; /* 画像の表示をゆっくりに */
}

.title h1 span.ifPc {
    display: inline-block;
    opacity: 1;
}

.title h1 span.small {
    opacity: 1;
    font-size: 3.5rem;
}

.show-bg .health {
    background-image: url('../img/img_01.webp');
    opacity: 1; /* 表示 */
    transition-delay: 1s; /* 1秒待って表示 */
}

.show-bg .smile {
    background-image: url('../img/img_02.webp');
    opacity: 1; /* 表示 */
    transition-delay: 1.5s; /* 1.5秒待って表示 */
}
h2.en{
    color: #140e16;
    font-size: 3.2rem;
    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: 3rem;
    }

    .main_visual .text_area {
        width: 35%;
        margin-left: 4%;
    }

    .main_visual {
        flex-direction: column;
    }

    .main_visual .text_area {
        width: 100%;
        margin: 20px auto 20px 20px;
        /* text-align: center; */
    }

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

/**************** ANJANE ****************/
#recruit, #benefits, #content, #voice, #ex {
    margin: 60px auto;
    /* padding-top: 100px; */
    position: relative;
    scroll-margin-top: 100px;
}

.message h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    color: #d7003a;
    padding: 20px 0;

}
.message h4 span {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.2rem;
}
.message h4:before {
    content: " ";
    width: 10vw;
    height: 1px;
    background: #d7003a;
    margin-right: 10px;
}
.message h4:after {
    content: " ";
    width: 10vw;
    height: 1px;
    background: #d7003a;
    margin-left: 10px;
}
.message h4 img {
    max-width: 130px;
}

#anjane .message .content-box {
    text-align: center;
    line-height: 3.5rem;
}

.message .content-box {
    text-align: left;
    line-height: 3.5rem;
    max-width: 550px;
    margin: auto;
}

.message .content-box.center {
    text-align: center;
    font-style: italic;
    color: #363636;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.message h5 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}

.ifsp {
    display: none;
}


@media only screen and (max-width: 767px) {
    .ifsp {
        display: block;
    }

    .ifpc {
        display: none;
    }

    .about_bg-img1 {
        top: -120px;
        right: -50px;
        width: 230px;
    }
    
    .about_bg-img2 {
        bottom: -250px;
        right: -60px;
    }

    .about_flex {
        display: block;
    }

    .about_flex .cnt {
        width: 100%;
    }

    .message h4 span {
        font-size: 1.4rem;
    }

    .message h4 img {
        max-width: 100px;
    }

}


/**************** ANJANE .end ****************/

/**************** BISOU  ****************/

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-img {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 200px;
    padding: 10px;
    box-sizing: border-box;
}

.flex-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flex-text {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    align-self: stretch;
}

@media screen and (max-width: 786px) {
    .flex-img, .flex-text {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .flex-text {
        padding-top: 0;
    }
}

#bisou .message h5 {
    font-size: 2.5rem;
    padding: 0 0 10px;
    text-align: left;
}
#bisou .message .content-box {
    text-align: left;
    line-height: 2.5rem;
    max-width: 100vw;
}

#bisou .flex-text img {
    float: left;
    width: 35%;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 786px) {
    #bisou .flex-text img {
        width: 100%;
        margin: 0 auto;
    }
}

/**************** BISOU .end ****************/

/**************** ONSEN  ****************/
.flex-box.reverse {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
}
#onsen .central h3 {
    text-align: right;
}
#onsen .message h5 {
    font-size: 2.5rem;
    padding: 0 0 10px;
    text-align: left;
    line-height: normal;
}
#onsen .message h5 span {
    font-size: 1.6rem;
    font-weight: 600;
}
#onsen .message .content-box {
    text-align: left;
    line-height: 2.5rem;
    max-width: 100vw;
}
#onsen .flex-text img {
    float: right;
    width: 35%;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 786px) {
    #onsen .flex-text img {
        width: 100%;
        margin: 0 auto;
    }

    #onsen .central h3 {
        text-align: left;
    }
}

/**************** ONSEN .end ****************/

/**************** 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: #140e16;
    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%;
}

/* グループビジョンここから */
#anjane .message center img {
    max-width: 450px;
    width: 90%;
    margin: 40px auto;
}
.container h5 {
    width: 80%;
    margin: auto;
    font-size: 2rem;
    font-weight: 600;
}
.container .central h3 {
    font-size: 2rem;
}
.container .flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 50px auto;
}
.container .flex .cnt {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container .flex .cnt_sub h3{
    font-size: 2rem;
    font-weight: 600;
}
.container .flex .cnt_sub.flex {
    display: flex;
    margin: 0;
}
.container .flex .cnt_sub img {
    width: 45%;
}
.container .row h5 {
    width: 80%;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}
table.info {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    width: 80%;
    margin: auto;
}

table.info tr {
}

table.info th {
    width: 25%;
    padding: 10px 20px;
    vertical-align: 0;
    border: #ddd 1px solid;
    border-right: #ddd 1px dashed;
    border-right: #ddd 1px solid;
    background: #ffffff;
    color: #000;
    font-weight: bold;
    background: #f7f8fa;
}

table.info td {
    vertical-align: 0;
    border: #ddd 1px solid;
    border-left: none;
    line-height: 2.2rem;
    position: relative;
    padding: 10px 20px;
}

table.info td .linkArea {
    margin-top: 10px;
    text-align: left;
}

table.info td .linkArea a.btn {
    margin: 0;
}

@media only screen and (max-width: 950px) {
    table.info th {
        width:30%;
        padding: 20px;
        background: #f7f8fa;
    }

    table.info td {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    table.info {
        font-size:13px;
    }
}

@media only screen and (max-width: 500px) {
    table.info {
        margin-top:10px;
    }

    table.info th {
        width: calc(100% - 30px);
        padding: 15px;
        display: block;
    }

    table.info td {
        padding: 15px;
        /* width: calc(100% - 30px); */
        display: block;
        border: 1px solid #ddd;
        line-height: 2;
    }
}

@media only screen and (max-width: 800px) {
    table.info {
        font-size:13px;
    }

    .br {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .container .row h5 {
        width: 100%;
    }
    table.info {
        margin-top:10px;
        width: 100%;
    }

    table.info th {
        /* width: calc(100% - 30px); */
        padding: 15px;
        display: block;
        width: 100%;
    }

    table.info td {
        padding: 15px;
        /* width: calc(100% - 30px); */
        display: block;
        border: 1px solid #ddd;
        line-height: 2;
    }
}
/* グループビジョンここまで */

/* 沿革 */
#about .example .example-list li .unit-head.is-action .img-cover {
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}
#about .example .example-list li .unit-head.is-action .img-cover:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: transform .7s cubic-bezier(.6, 0, .3, 1) .3s, -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s
}
#about .example .example-list li .unit-head.is-action .img-cover .img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1);
    transition: opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1);
    transition: transform 2s cubic-bezier(0, .6, .2, 1), opacity 1.2s linear;
    transition: transform 2s cubic-bezier(0, .6, .2, 1), opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1)
}
#about .flow .flow-list .unit-head.is-action:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.6, 0, .3, 1) .2s;
    transition: -webkit-transform 1s cubic-bezier(.6, 0, .3, 1) .2s;
    transition: transform 1s cubic-bezier(.6, 0, .3, 1) .2s;
    transition: transform 1s cubic-bezier(.6, 0, .3, 1) .2s, -webkit-transform 1s cubic-bezier(.6, 0, .3, 1) .2s;
}
#about .profile .section-head.is-action .img-outer {
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}
#about .profile .section-head.is-action .img-outer:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: transform .7s cubic-bezier(.6, 0, .3, 1) .3s;
    transition: transform .7s cubic-bezier(.6, 0, .3, 1) .3s, -webkit-transform .7s cubic-bezier(.6, 0, .3, 1) .3s
}
#about .profile .section-head.is-action .img-cover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1);
    transition: opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1);
    transition: transform 2s cubic-bezier(0, .6, .2, 1), opacity 1.2s linear;
    transition: transform 2s cubic-bezier(0, .6, .2, 1), opacity 1.2s linear, -webkit-transform 2s cubic-bezier(0, .6, .2, 1)
}
#about .title-sec-01 .section-foot {
    height: 56.25vw;
    max-height: 400px;
}
#about .sec {
    overflow-x: hidden
}
#about .sec h2 {
    margin-bottom: 40px
}
#about .sec p {
    margin-bottom: 10px;
    letter-spacing: .05em;
    line-height: 2.3;
    /* text-align: center; */
}
#about .sec-line>.inner {
    position: relative;
    padding-top: 100px;
}
#about .sec-line>.inner:before {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, .1); */
}
#about .sec-line .section-body {
    padding-top: 185px
}
#about .sec-01 {
    /* padding-top: 50px; */
    
    padding-bottom: 100px;
}
#about .sec-01 .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
#about .sec-01 .unit-head {
    width: 550px;
    margin-right: 0;
    margin-left: 0
}
#about .sec-01 .unit-foot {
    width: 37.5%;
    margin-left: 6.875%
}
#about .sec-01 .unit-foot>.img-cover {
    padding-bottom: 100%
}
#about .sec-01 .unit-foot .img {
    background-image: url(img/slideshow_01.jpg);
}
#about .sec-02 {
    padding-top: 100px;
    padding-bottom: 220px
}
#about .sec-02 .unit-head {
    width: 445px;
    margin-left: 50%
}
#about .sec-02 .unit-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px
}
#about .sec-02 .unit-foot .img-cover-head {
    width: 37.5%;
    padding-bottom: 28.60169%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
#about .sec-02 .unit-foot .img-cover-head .img {
    background-image: url(../img/about/img_02.jpg)
}
#about .sec-02 .unit-foot .img-cover-foot {
    width: 62.5%;
    padding-bottom: 28.40909%
}
#about .sec-02 .unit-foot .img-cover-foot .img {
    background-image: url(../img/about/img_03.jpg)
}
#about .sec-03 {
    padding-top: 100px;
    padding-bottom: 190px
}
#about .sec-03 .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
#about .sec-03 .unit-head {
    width: 550px;
    margin-left: 40px
}
#about .sec-03 .unit-foot {
    width: 31.25%;
    margin-top: 110px;
    margin-right: 40px
}
#about .sec-03 .unit-foot .img-cover {
    padding-bottom: 120%
}
#about .sec-03 .unit-foot .img {
    background-image: url(../img/about/img_04.jpg)
}
#about .example {
    padding-bottom: 50px
}
#about .example h2 {
    text-align: center
}
#about .example .example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#about .example .example-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 80px
}
#about .example .example-list li:nth-of-type(2n) {
    padding-left: 40px
}
#about .example .example-list li:nth-of-type(odd) {
    padding-right: 40px
}
#about .example .example-list li .img-cover {
    width: 120px;
    height: 120px;
    border-radius: 50%
}
#about .example .example-list li:first-of-type .img {
    background-image: url(../img/about/example_01.jpg)
}
#about .example .example-list li:nth-of-type(2) .img {
    background-image: url(../img/about/example_02.jpg)
}
#about .example .example-list li:nth-of-type(3) .img {
    background-image: url(../img/about/example_03.jpg)
}
#about .example .example-list li:nth-of-type(4) .img {
    background-image: url(../img/about/example_04.jpg)
}
#about .example .example-list li:nth-of-type(5) .img {
    background-image: url(../img/about/example_05.jpg)
}
#about .example .example-list li:nth-of-type(6) .img {
    background-image: url(../img/about/example_06.jpg)
}
#about .example .example-list p {
    line-height: 2.2
}
#about .example .example-list .unit-head {
    padding-right: 30px
}
#about .example .example-list .unit-title {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: .1em
}
#about .flow {
    max-width: 1200px;
    width: 80%;
    padding-bottom: 110px;
    padding: 0 3% 110px;
    margin: 0 auto;
}
#about .flow h2 {
    text-align: center
}
#about .flow h3 {
    font-size: 2rem;
    letter-spacing: .1em;
    width: 100%;
}

#about .flow .flow-list .unit:nth-child(odd) h3 {
    text-align: right;
}

#about .flow .flow-list .unit:nth-child(even) h3 {
    text-align: left;
}
#about .flow .flow-list .unit:nth-child(odd) .text-justify {
    text-align: left;
}

#about .flow .flow-list .unit:nth-child(even) .text-justify {
    text-align: right;
}
/* 奇数番目の吹き出し（右向き） */
#about .flow .flow-list .unit:nth-child(odd) .unit-foot {
    position: relative; /* 三角形を絶対位置で配置するための基準に */
}

/* 奇数番目の吹き出しのテキスト部分 */
#about .flow .flow-list .unit:nth-child(odd) .unit-foot .text-justify {
    background-color: #f0f0f0; /* 吹き出しの背景色 */
    padding: 10px; /* 吹き出しの内側の余白 */
    border-radius: 5px; /* 吹き出しの角を丸める */
    margin-left: auto; /* 右寄せにする */
    max-width: 300px; /* 吹き出しの最大幅 */
}

/* 奇数番目の吹き出しの三角形 */
#about .flow .flow-list .unit:nth-child(odd) .unit-foot:before {
    content: '';
    position: absolute;
    top: 10px; /* 吹き出しの高さに応じて調整 */
    right: 99%; /* 吹き出しの左側に配置 */
    margin-left: -10px; /* 三角形の位置を調整 */
    border-width: 10px; /* 三角形の大きさ */
    border-style: solid;
    border-color: transparent #f0f0f0 transparent transparent; /* 吹き出しの色と三角形の色 */
}

/* 偶数番目の吹き出し（左向き） */
#about .flow .flow-list .unit:nth-child(even) .unit-foot {
    position: relative; /* 三角形を絶対位置で配置するための基準に */
}

/* 偶数番目の吹き出しのテキスト部分 */
#about .flow .flow-list .unit:nth-child(even) .unit-foot .text-justify {
    background-color: #f0f0f0; /* 吹き出しの背景色 */
    padding: 10px; /* 吹き出しの内側の余白 */
    border-radius: 5px; /* 吹き出しの角を丸める */
    margin-right: auto; /* 左寄せにする */
    max-width: 300px; /* 吹き出しの最大幅 */
}

/* 偶数番目の吹き出しの三角形 */
#about .flow .flow-list .unit:nth-child(even) .unit-foot:before {
    content: '';
    position: absolute;
    top: 10px; /* 吹き出しの高さに応じて調整 */
    left: 99%; /* 吹き出しの右側に配置 */
    margin-right: -10px; /* 三角形の位置を調整 */
    border-width: 10px; /* 三角形の大きさ */
    border-style: solid;
    border-color: transparent transparent transparent #f0f0f0; /* 吹き出しの色と三角形の色 */
}
    
#about .flow .flow-list .unit:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
#about .flow .flow-list .unit:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    flex-direction: row-reverse;
    justify-content: center;
}

#about .flow .flow-list .unit:last-child .unit-head:before {
    display: none;
}
#about .flow .flow-list .unit>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    width: 35%;
    justify-content: flex-end;
    padding-bottom: 50px;
    margin: 0 20px;
}
#about .flow .flow-list .unit-head {
    position: relative
}
#about .flow .flow-list .unit-head:before {
    display: block;
    width: 1px;
    height: calc(100% - 35px);
    content: "";
    position: absolute;
    top: 35px;
    right: 10px;
    background-color: #1a1a1a
}
#about .flow .flow-list .unit-head p {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.8rem;
    letter-spacing: .3em
}
#about .flow .flow-list .unit-head i,
#about .flow .flow-list .unit-head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#about .flow .flow-list .unit-head i {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: #d6003a;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 50%
}
#about .flow .flow-list .unit-body {
    width: 100%;
    padding: 0 20px;
}
#about .flow .flow-list .unit-foot {
    /* width: calc(100% - 200px); */
    /* padding: 0 20px; */
    margin-top: -3px;
    width: 100%;
}
#about .flow .flow-list .unit-foot p {
    font-size: 1.6rem;
    line-height: 2.3;
    letter-spacing: .05em
}
#about .profile {
    padding-bottom: 180px
}
#about .profile .section-head .img-cover,
#about .profile .section-head .img-outer {
    /* width: 1000px; */
    
    height: 360px;
    margin: 0 auto;
    /* border-radius: 50%; */
    
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
}
#about .profile .section-head .img {
    background-image: url(../../about/img/about_2.jpg);
}
#about .profile .section-body {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}
#about .profile h2 {
    margin-bottom: 60px;
    text-align: center
}
#about .profile h2 .label {
    display: block;
    font-size: 2.2rem
}
#about .profile h2 .name {
    display: block;
    font-size: 3rem
}
#about .profile p {
    letter-spacing: .05em;
    line-height: 2.3
}
#about .profile p:not(:last-of-type) {
    margin-bottom: 15px
}
#about .js-parallax-target .img {
    /* top: -60%; */
    /* height: 160%; */
}
#about .js-parallax-target .img.img-02 {
    top: -50%;
    height: 150%
}
html.is-mobile #about .js-parallax-target .img,
html.is-mobile #about .js-parallax-target .img.img-02,
html.is-tablet #about .js-parallax-target .img,
html.is-tablet #about .js-parallax-target .img.img-02 {
    top: 0;
    height: 100%
}
@media screen and (max-width:768px) {
    #about .flow .flow-list .unit-head i {
        width: 10px;
        height: 10px;
        margin-left: 0;
    }
    #about .flow .flow-list .unit>.inner {
        width: 32%;
        padding-bottom: 50px;
    }
    #about .flow .flow-list .unit>.inner.second {
        width: 60%;
        padding-bottom: 50px;
        padding-left: 15px;
    }
    #about .flow .flow-list .unit-head:before {
        right: 5px;
    }
    #about .flow .flow-list .unit:nth-child(even) .unit-foot:before {
        content: '';
        position: absolute;
        top: 10px;
        right: 100%;
        left: 0;
        margin-left: -20px;
        margin-right: 0;
        /* border-width: 10px; */
        border-style: solid;
        border-color: transparent #f0f0f0 transparent transparent;
    }
    #about .flow .flow-list .unit:nth-child(even) .text-justify {
        text-align: left;
    }
    #about .flow .flow-list .unit {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    #about .flow .flow-list .unit:nth-child(even) {
        flex-direction: row;
    }
    #about .flow .flow-list .unit:nth-child(odd) h3 {
        text-align: left;
    }
    #about h2.section-title {
        line-height: 1.6
    }
    
    #about .sec .section-title,
    #about .sec p {
        text-align: center
    }
    
    #about .sec p {
        line-height: 2.14286
    }
    
    #about .sec .unit {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    #about .sec .unit-head {
        width: auto
    }
    
    #about .sec-01 {
        padding-top: 135px;
        padding-bottom: 0
    }
    
    #about .sec-01 .unit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: -10px;
        margin-left: -10px
    }
    
    #about .sec-01 .unit-head {
        margin-right: 10px;
        margin-left: 10px
    }
    
    #about .sec-01 .unit-foot {
        width: 100%;
        margin-top: 90px;
        margin-left: 0
    }
    
    #about .sec-02 {
        padding-top: 135px;
        padding-bottom: 0
    }
    
    #about .sec-02 .unit-head {
        margin-left: 0
    }
    
    #about .sec-02 .unit-head>.inner {
        padding-right: 0
    }
    
    #about .sec-02 .unit-foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 90px;
        margin-right: -10px;
        margin-left: -10px
    }
    
    #about .sec-02 .unit-foot .img-cover-head {
        width: 100%;
        padding-bottom: 76.71233%;
        margin-bottom: 5px;
        -webkit-transform: none;
        transform: none
    }
    
    #about .sec-02 .unit-foot .img-cover-foot {
        width: 100%;
        padding-bottom: 45.20548%
    }
    
    #about .sec-03 {
        padding-top: 135px;
        padding-bottom: 50px
    }
    
    #about .sec-03 .unit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: -10px;
        margin-left: -10px
    }
    
    #about .sec-03 .unit-head {
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0
    }
    
    #about .sec-03 .unit-foot {
        width: 100%;
        margin-top: 90px;
        margin-right: 0
    }
    
    #about .sec-line>.inner {
        padding-top: 95px
    }
    
    #about .sec-line>.inner:before {
        width: calc(100% - 30px);
        right: 0;
        margin: 0 auto
    }
    
    #about .example {
        padding-bottom: 67.5px
    }
    
    #about .example .inner:before,
    #about .example .pc-label {
        display: none
    }
    
    #about .example .section-body {
        padding-top: 100px
    }
    
    #about .example .example-list,
    #about .example .example-list>li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    #about .example .example-list>li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 70px
    }
    
    #about .example .example-list>li:nth-of-type(odd) {
        padding-right: 0
    }
    
    #about .example .example-list>li:nth-of-type(2n) {
        padding-left: 0
    }
    
    #about .example .example-list>li:last-child {
        margin-bottom: 0
    }
    
    #about .example .example-list .unit-head {
        padding-right: 0
    }
    
    #about .example .example-list .unit-foot {
        text-align: center
    }
    
    #about .example .example-list .unit-title {
        margin-top: 35px
    }
    
    #about .example .example-list p {
        line-height: 2.14286
    }
    
    #about .flow {
        padding-bottom: 0;
        width: 100%;
    }
    
    #about .flow h3 {
        font-size: 1.4rem;
    }
    
    #about .flow .section-body {
        padding-top: 85px
    }
    
    #about .flow .flow-list .unit>.inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin: 0;
        font-size: 14px;
    }
    
    #about .flow .flow-list .unit-head {
        position: relative;
        /* padding-left: 20px; */
    }
    
    #about .flow .flow-list .unit-head .step-label {
        position: absolute;
        top: 3px;
        left: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        line-height: 1;
        font-size: 1.5rem;
        letter-spacing: .3em
    }
    
    #about .flow .flow-list .unit-body {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 20px
    }
    
    #about .flow .flow-list .unit-foot {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 70px
    }
    
    #about .flow .flow-list .unit-foot p {
        font-size: inherit;
        line-height: 1.78571;
        margin-left: 0 !important;
    }
    
    #about .profile {
        padding-top: 90px;
        padding-bottom: 110px
    }
    
    #about .profile h2 {
        margin-bottom: 30px
    }
    
    #about .profile p {
        line-height: 2.14286;
        text-align: left;
    }
    
    #about .profile .section-head {
        padding: 0 20px
    }
    
    #about .profile .section-head .img-cover,
    #about .profile .section-head .img-outer {
        /* width: 250px; */
        height: 200px;
    }
    
    #about .profile .section-body {
        padding-top: 50px
    }
    
    #about .sec-01 .unit-foot>.img-cover {
        padding-bottom: 60%
    }
    
    #about .js-parallax-target .img.img-02 {
        top: 0;
        height: 100%;
    }
}
@media screen and (max-width:768px) {
    #about h2.section-title {
        font-size: 2.4rem
    }
    
    #about .sec {
        padding-top: 80px
    }
    
    #about .sec .unit-foot {
        margin-top: 60px
    }
    
    #about .sec-line>.inner {
        padding-top: 40px
    }
    
    #about .sec-01 {
        padding-top: 90px
    }
    
    #about .profile {
        padding-bottom: 60px
    }
    
    #about .example .section-body {
        padding-top: 80px
    }
}
@media screen and (max-width:768px) {
    #about .sec-01 {
        padding-top: 0px
    }
}
#about table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
#about th,
#about td {
    text-align: left;
    vertical-align: top
}
@font-face {
    font-family: 'icomoon';
    src: url(css/fonts/icomoon.eot?u8yqn1);
    src: url(css/fonts/icomoon.eot?u8yqn1#iefix) format('embedded-opentype'), url(css/fonts/icomoon.ttf?u8yqn1) format('truetype'), url(css/fonts/icomoon.woff?u8yqn1) format('woff'), url(css/fonts/icomoon.svg?u8yqn1#icomoon) format('svg');
    font-weight: normal;
    font-style: normal
}
[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*! .title */
#about .titMain {
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 35px
}
#about .titMain:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #013076;
    height: 3px;
    width: 60px
}
#about .titMainEn {
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #14305a;
    letter-spacing: .15em;
    line-height: 1.1;
    margin-bottom: 12px
}
#about .titMainJa {
    font-size: 2rem;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1.1;
    letter-spacing: .075em;
    line-height: 1.1
}
.titMainSmall {
    padding-bottom: 24px
}
#about .titMainSmall .titMainEn {
    font-size: 4.5rem
}
#about .titMainSmall .titMainJa {
    font-size: 1.6rem
}
#about .titSub {
    color: #000;
    margin-bottom: 25px;
}
#about .titSubEn {
    font-size: 30px;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
    
    display: block;
    line-height: 1.1;
    letter-spacing: .13em;
}
#about .titSubJa {
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.1;
    margin-top: 8px;
}

/*! .mvChild
  =========================================== */
#about .mvChild {
    width: 100%;
    display: table;
    padding: 75px 0 85px;
    background-color: #0b254d;
    background-size: cover;
    background-position: center center
}
#about .mvChildIn {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center
}
#about .mvChildTitEn {
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: .13em
}
#about .mvChildTitJa {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: .02em
}
#about .mvChildTxt {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2.13
}
@media(min-width:600px) {
    #about .mediaQueries {
        font-family: tb
    }
}
@media(min-width:900px) {
    #about .mediaQueries {
        font-family: tb-lg
    }
}
@media(min-width:1200px) {
    #about .mediaQueries {
        font-family: pc
    }
}
@media(min-width:1800px) {
    #about .mediaQueries {
        font-family: pc-lg
    }
}
#about .company {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px;
    height: 100%;
    padding-bottom: 150px;
    padding: 0 15px 15px;
}
#about .companyTable {
    margin-top: 30px;
    margin-bottom: 100px;
}
#about .companyTable th,
#about .companyTable td {
    border: 1px dashed #d6d6d6;
    text-align: left;
}
#about .companyTable th {
    width: 250px;
    border-left: 0;
    padding: 10px 1% 10px;
    font-weight: 400;
}
#about .companyTable td {
    border-right: 0;
    padding: 10px 0 10px 30px;
}
#about .companyTable tr {
    border-bottom: dashed 1px #eee;
    /*   cursor: pointer; */
}

/*   .companyTable tr:hover{
  background-color: #9E9E9E;
  color:#fff;
  
  } */
#about .companyTable th:before {
    font-family: 'themify';
    content: "\e724";
    /* color: #d00e00; */
    
    left: 0;
    padding-right: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 500px) {
    #about .companyTable th {
        width: 100px;
        border-left: 0;
        padding: 18px 0 16px
    }
}
#about .companyScenery {
    margin: 120px -1000%;
    height: 255px;
    background: #ddd;
    background: url(css/../img/company/bg_company01.jpg);
    -webkit-animation: bgscroll 500s linear infinite;
    animation: bgscroll 500s linear infinite
}
@-webkit-keyframes bgscroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@keyframes bgscroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
#about .message {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0px;
    height: 100%;
    /* padding-bottom: 150px; */
}

#about .messageIn {
    width: 1105px;
    overflow: hidden;
    padding-bottom: 100px;
    margin: 50px auto;
}
#about .messageBox {
    float: left;
    width: 584px
}
#about .messageTxt {
    margin-top: 18px;
    letter-spacing: .075em
}
#about .messageImg {
    float: right;
    width: 450px;
    /*     height: 520px; */
    /*     background: url(../images/company_appearance.jpg) */
}
.messageImg img {
    width: 100%;
    padding: 1%;
}
#about .message li {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 500px) {
    #about .messageIn {
        width: 100%;
        overflow: hidden;
        padding-bottom: 100px;
    }
    
    #about .messageBox {
        clear: both;
        width: 100%;
    }
    
    #about .messageTxt {
        margin-top: 18px;
        letter-spacing: .075em
    }
    
    #about .messageImg {
        clear: both;
        width: 100%;
        /*     height: 520px; */
        /*     background: url(../images/company_appearance.jpg) */
    }
    
    #about .messageImg img {
        width: 100%;
        padding: 1%;
    }
}
/* 沿革ここまで */

/**************** sub_footer ****************/


footer .sitemap__list>li>dl>dt a img {
    min-width: 200px;
}

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

#recruit .full_flex {
    display: flex;
}

#recruit .full_flex .img_area {
    width: 50%;
}

#recruit .full_flex .txt_area {
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    background: url(../img/challenge.svg) no-repeat top right;
    background-size: 80%;
}

#recruit .full_flex .txt_area h4 {
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2rem;
}
#recruit .full_flex .txt_area p {
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 2;
    max-width: 570px;
    margin: auto;
}

#recruit .flex a {
    display: flex;
    max-width: 600px;
    margin: 80px auto 20px;
    align-content: center;
}

#recruit .flex .txt_area {
    width: 50%;
    background: #d7003a;
    color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#recruit .flex .txt_area p {
    padding-right: 106px;
}
#recruit .flex .txt_area h3 {
    font-weight: 600;
    font-size: 2.4rem;
}

#recruit .flex .img_area {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

#recruit .flex .img_area img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#recruit .flex a:hover .img_area img {
    transform: scale(1.1);
}

.flex_btn {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.flex_btn .btnLink {
    margin: 10px;
    min-width: 180px;
    max-width: 180px;
}

@media screen and (max-width: 1013px) {
    #recruit .full_flex .img_area {
        width: 40%;
    }
    #recruit .full_flex .txt_area {
        width: 60%;
    }
    #recruit .full_flex .txt_area p {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 838px) {
    #recruit .full_flex {
        flex-direction: column;
    }
    #recruit .full_flex .img_area,
    #recruit .full_flex .txt_area {
        width: 100%;
        margin: 20px auto;
    }

    #recruit .full_flex .txt_area h4 {
        padding-bottom: 20px;
    }
    #recruit .full_flex .txt_area p {
        text-align: center;
    }

    #recruit .flex a {
        flex-direction: column;
    }

    #recruit .flex .txt_area {
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 10px 0;
    }

    #recruit .flex .img_area {
        width: 100%;
    }

    #recruit .flex .img_area img {
        border-radius: 10px 10px 0 0;
    }

    .flex_btn {
        display: block;
    }

    .flex_btn .btnLink {
        margin: 20px auto;
    }
}



.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

.tab-1>label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #e8ebf0;
    border-radius: 0;
    background-color: #e8ebf0;
    color: #140e16;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.tab-1>label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1>div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;

}

.tab-1>div p {
    text-align: center;
    margin-bottom: 50px;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #9d9d9d #e8ebf0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #140e16;
}

.tab-1 label:has(:checked)+div {
    display: block;
}

.tab-1 img {
    max-width: 550px;
    margin: auto;
}

.tab-1 table {
    border-collapse: collapse;
}

.tab-1 table th {
    border: #9d9d9d 1px solid;
    padding: 10px;
    /* color: #fff; */
    background: #e9e9e9;
}

.tab-1 table td {
    border: #9d9d9d 1px solid;
    padding: 10px;
}

.tab-1 .btn {
    line-height: 2.6rem;
    max-width: 210px;
}

.tab-1 .btn span {
    padding: 10px;
    border: 1px solid #d7003a;
    background: #d7003a;
    color: #fff;
    margin: 10px;
    font-size: 1.6rem;
}

.tab-1 .btn span:before {
    font-family: 'Font Awesome 6 pro';
    content: '\f007';
    padding-right: 5px;
}

.tab-1 .btn span:hover {
    background: #fff;
    color: #d7003a;
}

.tab-1 .img_area {
    display: flex;
    margin: 20px auto;
}

.benefits_box {
    width: 15%;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    background: #fff3f6;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits_box img {
    padding: 10px;
    max-width: 150px;
}

.benefits_box h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #d7003a;
    position: relative;
}

#benefits .flex-box {
    align-items: stretch;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.benefits_box p {
    padding: 0px 5px 10px;
}

.voice__lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.voice__lists li {
    padding: 15px;
    margin: 10px;
    box-shadow: 0px 0px 10px 1px #ddd;
    max-width: 200px;
    position: relative;
    transition: transform 0.6s ease;
}

.voice__lists li:hover {
    transform: scale(1.05);
}

#voice .btnLink {
    margin: 20px auto;
}
.ex_list {
    /* border: 1px solid #ddd; */
    box-shadow: 3px 3px 5px 0 #ddd;
    margin: 20px auto;
    max-width: 900px;
    padding: 20px;
    background: url(../img/bg.webp); /* 背景色を指定 */
    /* color: #fff; */
    /* border-radius: 10px; */ /* ボックスに角丸を追加 */
}

.ex-box {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.ex-box .img_box {
    width: 30%; /* 固定サイズで丸画像を調整 */
    max-width: 200px;
    flex-shrink: 0;
}

.ex-box .img_box img {
    border-radius: 50%;
    border: 2px solid #faa131;
    box-shadow: 0 0 20px -5px #ffffff; /* 白いぼかし */
    width: 100%;
    height: auto;
}

.ex-box .txt_box {
    width: 70%;
    flex: 1;
    padding: 10px;
    font-size: 14px;
}

.ex-box .txt_box h3 {
    margin-bottom: 10px;
    /* color: #fff; */
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: baseline;
}

.ex-box .txt_box h3 span:first-child {
    font-weight: 600;
    font-size: 1.8rem;
    border-bottom: 2px solid;
    padding: 0 20px;
}

.ex-box .txt_box h3 span:nth-child(2) {
    font-style: italic;
}

.ex-box .txt_box .subtitle {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #eee;
}

.ex-box .txt_box p {
    margin: 10px 0;
}

.ex-box .txt_box .name {
    font-weight: bold;
    font-size: 1.8rem;
    color: #faa131;
}

.ex-box .txt_box .cat {
    display: inline-block;
    background: #faa131;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 15px;
    border-radius: 20px;
    margin: 5px 0;
}

.ex-box .txt_box .inner_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ex-box .txt_box  .inner_flex p {
    padding: 20px 20px 10px;
    /* border-radius: 5px; */
    display: inline-block;
    background: #fff;
    letter-spacing: 0.1rem;
    position: relative;
    box-shadow: 2px 2px 5px 0 #6868689e;
}

.ex-box .txt_box  .inner_flex p:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 12px;
    background: #d7003a36;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    transform-origin: center;
}

.ex-box .txt_box .inner_flex ruby > rt {
    font-size: 1rem;
    color: #faa131;
    font-style: italic;
}

.arrow_link {
    display: block;
    position: relative;
    margin-top: 20px;
    text-decoration: none;
    width: 100px;
    height: 20px;
}

.arrow {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #140e16;
    transform: translateX(-100%); /* 初期位置を左端に */
    transition: transform 0.5s ease, left 0.3s ease; /* スクロールとホバーにアニメーションを付加 */
}

.arrow::after {
    content: '';
    position: absolute;
    top: -7px;
    right: 3px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #140e16;
    transform: rotate(45deg);
    transition: transform 0.3s ease; /* ホバー時の動きを適用 */
}

/* スクロール時のアニメーション */
.scroll-active .arrow {
    transform: translateX(0); /* 左端から中央に移動 */
}

/* ホバー時の動き */
.ex_list:hover .arrow_link .arrow {
    transform: translateX(10px); /* 右に10px動く */
}

.arrow_link:hover .arrow::after {
    transform: rotate(45deg) translateX(0px); /* 矢印部分を微調整 */
}

.flex {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.flex .btnLink {
    margin: auto;
    /* width: calc(50% - 10px); */
    padding-left: 40px;
    text-align: left;
}

.flex .btnLink:before {
    font-weight: 600;
    content: "\f095";
    font-family: 'Font Awesome 6 pro';
    position: absolute;
    left: 15px;
}

.flex .btnLink:after {
    content: none;
}

@media screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .flex .btnLink {
        /* width: 100%; */
        margin: 10px 0 auto auto;
    }
}

@media screen and (max-width: 580px) {
    .benefits_box {
        min-width: 157px;
        width: 47%;
    }

    .voice__lists li {
        width: 47%;
        margin: 5px;
    }

    .ex-box {
        display: block;
    }

    .ex-box .img_box,
    .ex-box .txt_box {
        width: 100%;
    }

    .ex-box .img_box {
        max-width: 200px;
        margin: auto;
    }

    .tab-1 table th {
        display: block;
        border-bottom: none;
    }

    .tab-1 table td {
        display: block;
        border-bottom: none;
    }

    .tab-1 table tr:last-child td:last-child {
        border-bottom: #9d9d9d 1px solid;
    }
}

