@charset "UTF-8";

/*
    service
------------------------------------*/
.service {
    width: 100%;
}

.service__inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 160px;
}

.service__intro {
    margin: 101px 0 105px;
}

@media (max-width: 767px) {
    .service__intro {
        margin: 80px 0 60px;
    }
}

.service__ul {
    width: 1046px;
    list-style: none;
    margin: 0 auto;
}

.service__column__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service__li+.service__li {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .service__ul {
        width: 90vw;
    }

    .service__column__wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service__li:nth-child(2n) .service__column__wrap {
        flex-direction: column-reverse;
    }
}

.service__column__num {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 5.2rem;
    letter-spacing: 0.03em;
    color: #0031a3;
}

.service__hr {
    margin-bottom: 72px;
}

.service__hr--bottom {
    margin-top: 100px;
}

.service__column__title {
    margin-top: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
    color: #001045;

}

.service__column__txt {
    margin-top: 15px;
    width: 640px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 29px;
    color: #001045;
}

.service__column__price {
    margin-top: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    color: #0c1b43;
}

.service__column__note {
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #001045;

}

@media (max-width: 767px) {
    .service__column__num {
        font-size: 4.8rem;

    }

    .service__column__title {
        font-size: 2.6rem;
    }

    .service__column__txt {
        width: 100%;
        font-size: 14px;
    }

    .service__column__price {
        font-size: 18px;
    }
}

.logistics__img01 {
    width: 321px;
}

.logistics__img02 {
    width: 317px;
}

.logistics__img03 {
    width: 328px;
}

.logistics__img04 {
    width: 327px;
}

.logistics__img05 {
    width: 377px;
}

.logistics__img06 {
    width: 307px;
}

.hippers__img01 {
    width: 367px;
}

.hippers__img02 {
    width: 347px;
}

.hippers__img03 {
    width: 334px;
}

.hippers__img04 {
    width: 352px;
}

.ex__img01 {
    width: 268px;
}

.ex__img02 {
    width: 360px;
}

@media (max-width: 767px) {

    .logistics__img01,
    .logistics__img02,
    .logistics__img03,
    .logistics__img04,
    .logistics__img05,
    .logistics__img07,
    .hippers__img01,
    .hippers__img02,
    .hippers__img03,
    .hippers__img04 {
        width: 60%;
        max-width: 300px;
        margin-top: 18px;
    }
.ex__img01 {
        width: 60%;
        max-width: 300px;
        margin-top: 18px;
}

.ex__img02 {
        width: 60%;
        max-width: 300px;
        margin-top: 18px;
}

}

.service__li>h3 {
    color: #0031A3;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /* 83.333% */
    letter-spacing: 0.504px;

    margin-top: 42px;
    display: flex;
    align-items: center;
}

.service__li>h3::before {
    content: '';
    display: block;
    width: 5px;
    height: 27px;
    flex-shrink: 0;
    background-color: #0031A3;
    margin-right: 8px;
}

.service__voice {
    display: flex;
    justify-content: space-between;
    background-color: #FAFAFA;
    margin-top: 16px;
    padding: 36px 38px;
    width: 100%;
}

.service__voice img {
    width: 95px;
    flex-shrink: 1;
    display: block;
}

.service__voice p,
.service__voice span {
    color: #001045;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 181.25% */
    letter-spacing: 0.272px;

    width: 844px;
}

.service__voice span {
    background-color: #FFD074;
}

@media (max-width: 767px) {
    .service__li>h3 {
        margin-top: 50px;
        font-size: 20px;
    }

    .service__voice {
        width: 100%;
        padding: 5vw;
        align-items: flex-start;
        display: block;
    }

    .service__voice img {
        width: 30%;
        float: left;
        margin-right: 10px;

    }

    .service__voice p,
    .service__voice span {
        width: 100%;
        font-size: 14px;
    }
}