@charset "UTF-8";

/*============================
	s-contents
============================*/
.s-cont__atc {
    width: 48%;
    max-width: 570px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .06);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;

        &:hover {
            .s-cont__img img {
                transform: scale(1.05);
            }
        }
    }
}

.s-cont__img {
    overflow: hidden;
}

.s-cont__img img {
    transition: .3s;
}

.s-cont__h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: .5em 1em;
    min-width: 50%;
    font-weight: bold;
    white-space: nowrap;
    background: linear-gradient(90deg, #FC7E2A, #002086);
}

.s-cont__txt {
    padding: 1em 1.5em 5em;
    font-size: 1.5rem;
}

.s-cont__btn {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;

    & img {
        width: 37px;
        margin-left: 1.5em;
    }
}

@media screen and (max-width:1024px) {
    .s-cont__atc {
        width: 48%;
        border-radius: 20px;
        margin-bottom: 30px;
    }


    .s-cont__h3 {
        padding: .5em 1em;
    }

    .s-cont__txt {
        padding: 1em 1.5em 5em;
        font-size: 1.4rem;
    }

    .s-cont__btn {
        bottom: 1.5em;
        right: 1.5em;

        & img {
            width: 30px;
            margin-left: 1.5em;
        }
    }
}

@media screen and (max-width:767px) {
    .s-cont__atc {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 30px;
    }


    .s-cont__h3 {
        padding: .5em 1em;
    }

    .s-cont__txt {
        padding: 1em 1em 4em;
        font-size: 1.4rem;
    }

    .s-cont__btn {
        bottom: 1.5em;
        right: 1em;

        & img {
            width: 30px;
            margin-left: 1.5em;
        }
    }
}


/*============================
 s-links 
============================*/
.s-links__items {
    width: 102%;
    margin-left: -1%;
    justify-content: center;
}

.s-links__item {
    width: 31.33%;
    margin: 0 1%;


    & a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 40px 5% 80px;
        border-radius: 20px;
        position: relative;
        transition: .3s;
    }

    &.-works a {
        background: url(../img/service/s-link-works.png) no-repeat center center/100%;
    }

    &.-area a {
        background: url(../img/service/s-link-area.png) no-repeat center center/100%;
    }

    &.-reason a {
        background: url(../img/service/s-link-reason.png) no-repeat center center/100%;
    }

    &.-works01 a {
        background: url(../img/service/s-link-works01.png) no-repeat center center/100%;
    }

    &.-works02 a {
        background: url(../img/service/s-link-works02.png) no-repeat center center/100%;
    }

    &.-works03 a {
        background: url(../img/service/s-link-works03.png) no-repeat center center/100%;
    }

    &.-works04 a {
        background: url(../img/service/s-link-works04.png) no-repeat center center/100%;
    }

    &.-works05 a {
        background: url(../img/service/s-link-works05.png) no-repeat center center/100%;
    }

    &.-works06 a {
        background: url(../img/service/s-link-works06.png) no-repeat center center/100%;
    }

    &.-column a {
        background: url(../img/service/s-link-column.png) no-repeat center center/100%;
    }


    &:hover a {
        background-size: 105%;
    }
}

.s-link__ttl {
    & img {
        margin-bottom: 1em;
    }

    .txt {
        line-height: 1.4;
    }
}

.s-link__btn {
    bottom: 20px;
    right: 5%;
    display: flex;
    align-items: center;
    position: absolute;

    & img {
        width: 37px;
        margin-left: 1em;
    }
}

@media screen and (max-width:1024px) {
    .s-links__item {
        width: 31.33%;
        margin: 0 1%;


        & a {
            padding: 30px 5% 60px;
            border-radius: 20px;
        }
    }

    .s-link__btn {
        bottom: 20px;
        right: 5%;

        & img {
            width: 30px;
        }
    }
}

@media screen and (max-width:767px) {
    .s-links__items {
        width: 100%;
        margin-left: 0;
    }

    .s-links__item {
        width: 100%;

        margin: 0 auto 20px;

        &:last-child {
            margin-bottom: 0;
        }

        & a {
            padding: 30px 5% 60px;
            border-radius: 10px;
        }
    }

    .s-link__btn {
        bottom: 10px;
        right: 5%;

        & img {
            width: 26px;
        }
    }
}

/*============================
 service-kv 
============================*/
.ser-kv__left {
    width: 52%;
    padding: 0 0 0 1%;
}

.ser-kv__img {
    width: 43%;

    & img {
        object-fit: cover;
        height: 960px;
        width: 100%;
        border-radius: 0 0 0 40px;
    }
}

.ser-kv__left--inner {
    max-width: 640px;
    margin: 0 0 0 auto;
    padding: 240px 0 0;
}

.ser-kv__h1 {
    .txt {
        padding: .2em .5em;
        background: linear-gradient(90deg, #FC7E2A, #002086);
        color: #fff;
        white-space: nowrap;
    }
}

.ser-kv__copy {
    & span {
        display: block;
        line-height: 1.5;
    }
}

.ser-kv__items img {
    width: 32.33%;
    margin: 5px .5%;
    max-width: 220px;
}

@media screen and (max-width:1024px) {
    .service-kv {
        margin-top: 60px;
    }

    .ser-kv__left {
        width: 52%;
        padding: 0 0 0 3%;
    }

    .ser-kv__img {
        width: 43%;

        & img {
            height: 600px;
            border-radius: 0 0 0 30px;
        }
    }

    .ser-kv__left--inner {
        margin: 0 0 0 auto;
        padding: 140px 0 0;
    }

    .ser-kv__h1 {
        .txt {
            padding: .2em .5em;
        }
    }

    .ser-kv__items img {
        width: 32.33%;
        margin: 5px .5%;

    }
}

@media screen and (max-width:767px) {
    .ser-kv__flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .ser-kv__left {
        width: 100%;
        padding: 30px 5% 0;
    }

    .ser-kv__img {
        width: 95%;
        margin: 0 0 0 auto;

        & img {
            height: 300px;
            border-radius: 0 0 0 30px;
        }
    }

    .ser-kv__left--inner {
        margin: 0;
        padding: 0;
    }

    .ser-kv__h1 {
        .txt {
            padding: .2em .5em;
        }
    }

    .ser-kv__items {
        display: flex;
        justify-content: space-between;
    }

    .ser-kv__items img {
        width: 49%;
        margin: 5px 0;

    }
}

/*============================
 overview
============================*/

.over__flex {
    max-width: 1920px;
    margin: 0 auto;
}

.over__img {
    width: 47%;

    & img {
        object-fit: cover;
        width: 100%;
        height: 580px;
        border-radius: 0 30px 30px 0;
    }
}

.over__right {
    width: 50%;
    margin: 100px 0 0;
}

.over__right--box {
    padding: 80px 5% 80px 0;

    &::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 100%;
        background: #EFEFEF;
        border-radius: 20px;
        top: 0;
        left: -25%;
        z-index: -1;
    }
}

.over__txt {
    max-width: 38em;
}

@media screen and (max-width:1024px) {
    .over__img {
        width: 47%;

        & img {
            height: 350px;
            border-radius: 0 20px 20px 0;
        }
    }

    .over__right {
        width: 50%;
        margin: 50px 0 0;
    }

    .over__right--box {
        padding: 40px 5% 40px 0;

        &::before {
            border-radius: 20px;
            top: 0;
            left: -25%;
        }
    }
}

@media screen and (max-width:767px) {
    .over__img {
        width: 90%;

        & img {
            height: auto;
            border-radius: 0 20px 20px 0;
        }
    }

    .over__right {
        width: 95%;
        margin: -40px 0 0 auto;
    }

    .over__right--box {
        padding: 60px 5% 30px 5%;

        &::before {
            border-radius: 20px;
            top: 0;
            left: 0;
        }
    }
}


/*============================
 services /facility
============================*/
/*============================
 services /facility
============================*/
.sers__items {
    width: 102%;
    margin-left: -1%;
}

.sers__atc {
    width: 31.33%;
    margin: 15px 1%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;

    &:nth-child(n+7) {
        display: none;
    }
}

.sers__img {
    & img {
        width: 100%;
    }

    & figcaption {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: fit-content;
        padding: .3em 1.5em 0;
        background: #fff;
        border-radius: 10px 10px 0 0;
        transform: translate(-50%);
    }

}

.sers__txtwrap {
    padding: 1em;
}

.more-btn {
    margin: 50px auto 0;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    background: #001968;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    display: none;

    & i {
        margin-left: .5em;
    }

    &.show {
        display: flex;
    }

    &.hide {
        display: none;
    }
}

#hideArea.show {
    .sers__atc:nth-child(n+7) {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .sers__items {
        width: 102%;
        margin-left: -1%;
    }

    .sers__atc {
        width: 31.33%;
        margin: 10px 1%;
        border-radius: 20px;
    }

    .sers__img {

        & figcaption {
            padding: .3em 1.5em 0;
            border-radius: 10px 10px 0 0;
        }

    }

    .sers__txtwrap {
        padding: 1em;
    }
}

@media screen and (max-width:767px) {
    .sers__items {
        width: 100%;
        margin-left: 0;
    }

    .sers__atc {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 390px;
        border-radius: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .sers__img {

        & figcaption {
            padding: .3em 1.5em 0;
            border-radius: 10px 10px 0 0;
        }

    }

    .sers__txtwrap {
        padding: 1em;
    }

    .more__btn {
        margin: 30px auto 0;
        width: 160px;
        height: 50px;
        border-radius: 25px;
    }
}


/*============================
 reason /point
============================*/

.rea__atc {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    padding: 40px 2.5% 30px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 15px;
        background: linear-gradient(90deg, #FC7E2A 0%, #002086);
        top: 0;
        left: 0;
    }

}

.rea__atc.-ex {
    padding: 50px 2.5% 60px;
}

.rea__h3 {
    padding-bottom: 1em;
    position: relative;

    .font-en {
        display: block;
        margin-bottom: .5em;
        line-height: 1;
    }

    .fs-22 {
        line-height: 1.4;
        display: block;
    }

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #FC7E2A, #002086);
        bottom: 0;
        left: 0;
    }
}

.rea__item {
    width: 45%;
}

.rea__arw {
    width: 8%;
    max-width: 44px;
}

.rea__items {
    .rea__atc {
        width: 49%;

        .rea__btn {
            margin: 1.5em 0 0 auto;
        }
    }
}


.rea__btn {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: 2em;

    &:first-child {
        margin-left: 0;
    }

    & img {
        width: 37px;
        transition: .3s;
        margin-left: 1em;
    }

    &:hover {
        & img {
            transform: translate(5px);
        }
    }
}

.rea__bf.col-3 {
    .rea__item {
        width: 30%;
    }

    .rea__arw {
        width: 3%;
        max-width: 20px;
    }
}

.rea__items.col-3 {
    .rea__atc {
        width: 32%;
    }
}

.point {
    .rea__atc {
        background: #EFEFEF;
    }
}

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

    .rea__atc {
        border-radius: 10px;
        padding: 30px 2.5% 20px;

        &::before {
            height: 10px;
        }

    }

    .rea__h3 {
        padding-bottom: 1em;

    }

    .rea__item {
        width: 45%;
    }

    .rea__arw {
        width: 8%;
        max-width: 30px;
    }

    .rea__items {
        .rea__atc {
            width: 49%;
        }
    }

    .rea__btn {
        margin-left: 2em;


        & img {
            width: 30px;
        }
    }
}

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

    .rea__atc {
        border-radius: 10px;
        padding: 30px 5% 20px;

        &::before {
            height: 10px;
        }

    }

    .rea__atc.-ex {
        padding: 40px 5% 40px;
    }

    .rea__h3 {
        padding-bottom: 1em;

    }

    .rea__item {
        width: 100%;
        margin: 0 auto;
    }

    .rea__arw {
        width: fit-content;
        transform: rotate(90deg);
        max-width: 30px;
        margin: 10px auto;
        display: block;
    }

    .rea__items {
        .rea__atc {
            width: 100%;
            margin: 0 auto 20px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .rea__btn {
        margin: 0 0 0 auto;

        &:first-child {
            margin: 0 0 1em auto;
        }

        & img {
            width: 26px;
        }
    }

    .rea__bf.col-3 {
        .rea__item {
            width: fit-content;
        }

        .rea__arw {
            width: 100%;
            max-width: 20px;
        }
    }

    .rea__items.col-3 {
        .rea__atc {
            width: 100%;
            margin: 0 auto 20px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

}

/*============================
 reason-ex
============================*/
.reason-ex {
    padding-top: 0;
}

.rea-ex__ttl {
    .font-en {
        margin-bottom: .5em;
    }

    .box {
        width: fit-content;
        display: block;
        padding: .25em .5em;
        background: linear-gradient(90deg, #FC7E2A, #002086);
        color: #fff;
        margin: 0 auto .2em;
    }
}

.rea-ex__txt {
    width: 50%;
}

.rea-ex__logo {
    width: 45%;

    & img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
}

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


    .rea-ex__ttl {
        .box {
            margin: 0 auto .2em;
        }
    }

    .rea-ex__txt {
        width: 50%;
    }

    .rea-ex__logo {
        width: 45%;

        & img {
            max-width: 300px;
            margin: 0 auto;
        }
    }

}

@media screen and (max-width:767px) {
    .rea-ex__ttl {
        .box {
            margin: 0 auto .2em;
        }
    }

    .rea-ex__txt {
        width: 100%;
        margin-bottom: 10px;
    }

    .rea-ex__logo {
        width: 100%;

        & img {
            max-width: 250px;
            margin: 0 auto;
        }
    }
}

/*============================
 flow
============================*/

.flow__item {
    width: 23%;
    margin: 0 10.33% 30px 0;
    max-width: 260px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 43px;
        background: url(../img/service/flow_arw.png) no-repeat center center/contain;
        top: 35%;
        right: -25%;
        transform: translate(0, -50%);
    }

    &:last-child::before {
        display: none;
    }
}

.flow__h3 {
    margin-top: 1em;
}

@media screen and (max-width:1024px) {
    .flow__item {
        width: 23%;
        margin: 0 10.33% 30px 0;

        &::before {
            width: 20px;
            height: 30px;
            top: 35%;
            right: -25%;
        }

    }

}

@media screen and (max-width:767px) {
    .flow__items {
        display: flex;
        justify-content: space-between;
    }

    .flow__item {
        width: 48%;
        padding-right: 5%;
        margin: 0 0 30px;

        &::before {
            width: 16px;
            height: 20px;
            top: 70px;
            right: 0;
        }

    }

    .flow__ico {
        width: 90%;
    }

    .flow__h3 {
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    .flow__txt {
        font-size: 1.2rem;
        text-align: left;
    }
}

/*============================
 works
============================*/
.bg-gray {
    .a-swiper-button-prev::before {
        background: url(../img/cmn/sw_arw_prv_wh.png) no-repeat center center/contain;
    }

    .a-swiper-button-next::before {
        background: url(../img/cmn/sw_arw_next_wh.png) no-repeat center center/contain;
    }
}

@media screen and (max-width:1024px) {}

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

/*============================
 bnr-area
============================*/
.bnr__box {
    & a {
        padding: 1em 5%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        color: #fff;
        border-radius: 20px;
        background: url(../img/service/bnr_bg.png) no-repeat center center/cover;
    }
}

.bnr__box.bnr02 {
    & a {
        background: url(../img/service/bnr_bg02.png) no-repeat center center/cover;
    }
}

.bnr__ttl {
    padding-bottom: 1em;

    .ico {
        margin-bottom: 1em;
    }

    .txt {
        width: fit-content;
        padding: .25em .5em;
        background: linear-gradient(90deg, #FC7E2A, #002086);
    }
}

.bnr__btn {
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    line-height: 1;

    & img {
        width: 37px;
        margin-left: 1em;
    }
}

@media screen and (max-width:1024px) {
    .bnr__box {
        & a {
            padding: 1em 5%;
            height: 220px;
            border-radius: 20px;
        }
    }

    .bnr__ttl {
        padding-bottom: 1em;

    }

    .bnr__btn {

        & img {
            width: 30px;
        }
    }
}

@media screen and (max-width:767px) {
    .bnr__box {
        & a {
            padding: 50px 5%;
            height: auto;
            display: block;
            border-radius: 20px;
        }
    }

    .bnr__ttl {
        margin-bottom: 1em;
    }

    .bnr__btn {

        & img {
            width: 26px;
        }
    }
}

/*============================
 faq
============================*/
.faq__ul li {
    background: #EFEFEF;
}

.bg-gray {
    .faq__ul li {
        background: #fff;
    }
}

@media screen and (max-width:1024px) {}

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


/*============================
 column
============================*/
.bg-gray {
    .a-swiper-button-prev::before {
        background: url(../img/cmn/sw_arw_prv_wh.png) no-repeat center center/contain;
    }

    .a-swiper-button-next::before {
        background: url(../img/cmn/sw_arw_next_wh.png) no-repeat center center/contain;
    }

}



@media screen and (max-width:1024px) {}

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