@charset "UTF-8";

.l-index-sub.add2508  .c-service__card {
    padding-bottom: 0;
}

.l-index-sub.add2508  .c-service__card ul li {
    margin-bottom: calc(30 / 750 * 100vw);
}

.l-index-sub .c-service2__tips-inner-item {
    display: flex;
}

.l-index-sub .c-service2__tips-inner-item a {
    display: flex;
    width: 100%;
    gap: 2rem;
}
.l-index-sub .c-service2__tips-inner-item figure {
    width: 8rem;
    padding: 0;
}
.l-index-sub .c-service2__tips-inner-item .c-service2__tips-text {
    flex: 1;
}

.p-home .p-home-kv.home.add2508 .p-home-kv__banner-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media only screen and (max-width: 1040px) {
    .p-home .p-home-kv.home.add2508 .p-home-kv__banner-box {
        padding-right: 3rem;
    }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
    .p-home .p-home-kv.home.add2508 .p-home-kv__h1 {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 768px) {
    .p-home .p-home-kv.home.add2508 .p-home-kv__image,
    .p-home .p-home-kv.translation.add2508 .p-home-kv__image {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .p-home .p-home-kv.home.add2508 .p-home-kv__inner,
    .p-home .p-home-kv.translation.add2508 .p-home-kv__inner {
        padding-top: 18rem;
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .p-home .p-home-kv.interpret.add2508 .p-home-kv__inner {
        padding-top: 18rem;
    }

    .p-home .p-home-kv.home.add2508 .p-home-kv__banner {
        display: block;
        max-width: 100%;
        width: 215px;
    }

    .p-home .p-home-kv.translation.add2508 .p-home-kv__banner {
        display: block;
        max-width: 100%;
        width: 400px;
        margin-top: 0.5rem;
    }
    .p-home .p-home-kv.add2508 .p-home-kv__banner a {
        display: block;
    }

    .p-home .p-home-kv.interpret.add2508 .p-home-kv__image {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .p-home .p-home-kv.home.add2508 .p-home-kv__image img,
    .p-home .p-home-kv.translation.add2508 .p-home-kv__image img,
    .p-home .p-home-kv.interpret.add2508 .p-home-kv__image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .p-home .p-home-service.add2508 {
        padding-bottom: 10rem;
    }
    .p-home .p-home-service__flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-home .p-home-service__flex .p-home-service__block  {
        width: 33.333%;
        margin: 0;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__title {
        width: auto;
    }
    .p-home .p-home-service__flex .p-home-service__block .p-home-service__title--top  {
        font-size: 3rem;
        padding-left: 2rem;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__title--bottom  {
        padding-left: 2rem;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__title--top::before {
        left: -2rem;
        width: 3rem;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__image {
        padding: 0 0.1rem;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__image img {
        width: 100%
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__inner {
        width: 100%;
        margin: 0;
        padding: 0 0.1rem;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__body {
        display: block;
        padding: 4rem 4rem 4rem;
        min-height: 26rem;
        box-sizing: border-box;
    }

    .p-home .p-home-service__flex .p-home-service__block .p-home-service__button {
        text-align: right;
        margin-top: 1rem;
    }

    .l-index-sub.add2508  .c-service__card ul li {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 1115px) and (min-width: 768px) {
    .p-home .p-home-kv.translation.add2508 .p-home-kv__title {
        font-size: 3.6rem;
    }
}