.serviceList {
    background-color: var(--background-color-lightgrey);
    padding: 48px 5% 64px;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .serviceList {
        padding-bottom: 32px;
    }
    
}


.worry {
    padding: 64px 5%;
    position: relative;
    /* background-image: url(/img/aeroparts_bg.jpg); */
    background-color: var(--background-color-grey);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.worry .humanImageBox {
    position: absolute;
    z-index: 2;
    width: 600px;
    height: 650px;
    left: 57.5%;
}

.worry .humanImage {
    width: 100%;
}

.worry .bg-diagonal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-bland-color);
    transform: translateX(-46%) skewX(-36.3deg);
}

.worry .bg-diagonal--inner {
    position: relative;
    -webkit-transform: skewX(36.3deg);
    transform: skewX(36.3deg);
    /* -webkit-transform-origin: center center; */
    transform-origin: center center;
}

.worry .bg-diagonal--img {
    position: absolute;
    -webkit-transform: translate(48%, 15%) rotate(-15deg);
    transform: translate(48%, 15%) rotate(-15deg);
}

.worry .content--titleBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
}

.worry .content--title {
    color: var(--font-color-black);
}

.worry .content--titleText {
    font-size: 3.6rem;
    width: fit-content;
    /* background-color: var(--secondary-bland-color); */
    /* margin-top: 12px; */
    /* padding: 12px; */
    text-align: left;
}

.worry .content--imgBox {
    width: 300px;
    height: 200px;
}

.worry .content--img {
    height: 100%;
    position: relative;
}

.worry .checkList {
    display: grid;
    margin-top: 40px;
    padding: 24px 0;
    background-image: url(/img/gradation-white2transparent_bgfilter.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: auto 1px;
    position: relative;
}

.worry .checkList::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100vw;
    height: 100%;
    background-color: var(--background-color-transparentwhite);
}

.worry .checkListItem {
    padding-left: 56px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    background-image: url(/img/icon_check.png);
    background-position: left 6px top 12px;
    background-size: 30px 22px;
    background-repeat: no-repeat;
    position: relative;
}

/* .worry .checkListItem::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -54px;
    width: 33px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url(/img/icon_check.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

.worry .message {
    position: relative;
    margin-top: 32px;
    margin-right: 35%;
    z-index: 3;
}

.worry .message .emphasis {
    color: var(--secondary-bland-color);
}

.worry .message .media {
    align-items: center;
    column-gap: 40px;
}

.worry .message .media--text-fukidashi {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 32px;
    letter-spacing: 1.4;
    background-color: var(--white);
    border-radius: 24px;
    position: relative;
}

.worry .message .media--text-fukidashi::after {
    position: absolute;
    content: '';
    bottom: 50%;
    right: 0;
    transform: translate(100%, 50%); 
    width: 0;
    height: 0;
    border-color: transparent transparent transparent var(--white);
    border-width: 12.5px 0 12.5px 18px;
    border-style: solid;
}

.worry .message .media--imgBox {
    width: 148px;
}

.worry .message .media--img {
    /* width: 100%; */
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .worry {
        /* background-size: auto 100%; */
        background-position: 55% center;
    }

    .worry .humanImageBox {
        width: 400px;
        height: 350px;
        left: 62.5%;
        bottom: 0;
    }
    
    .worry .message .media--text-fukidashi {
        font-size: 1.6rem;
        padding: 32px;
    }
    
    .worry .content--imgBox {
        width: 210px;
        height: 140px;
    }

    .worry .content--titleText {
        font-size: 3rem;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .worry {
        padding-top: 20px;
        padding-bottom: 196px;
    }

    .worry .humanImageBox {
        position: absolute;
        z-index: 2;
        width: 152px;
        height: 163px;
        left: 50%;
        transform: translateX(-30%);
        bottom: 0;
    }

    .worry .message {
        margin-right: 0;
    }
    
    .worry .message .media {
        margin-top: 32px;
        row-gap: 32px;
    }
    
    .worry .message .media {
        flex-direction: column;
    }
    
    .worry .message .media--text-fukidashi {
        width: 100%;
        font-size: 1.6rem;
        padding: 16px;
    }
    
    .worry .message .media--text-fukidashi::after {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        border-width: 15px 15px 0 15px;
        border-color: var(--white) transparent transparent transparent;
        /* border-width: 12.5px 0 12.5px 18px; */
    }

    .worry .message .media--imgBox {
        width: 100px;
        height: 100px;
    }

    .worry .message .media--img {
        width: 100%;
        height: auto;
    }

    .worry .bg-diagonal {
        top: 0;
        right: 0;
        transform: translateX(-75%) skewX(-36.3deg);
    }
    
    .worry .content--imgBox {
        flex: 0 1 100px;
        height: auto;
    }

    .worry .content--titleBox {
        flex: 1 0;
        gap: 8px;
    }

    .worry .content--title {
        flex: 1 0;
        gap: 8px;
        white-space: normal;
    }

    .worry .content--titleText {
        font-size: 2.6rem;
        padding: 0 12px
    }

    .worry .checkList {
        margin-top: 24px;
        row-gap: 16px;
    }

    .worry .checkListItem {
        padding-left: 48px;
        font-size: 2.1rem;
        line-height: 1.5;
        background-position: left 6px top 6px;
        background-size: 28px 21px;
    }
}

.answer {
    background-color: var(--white);
    padding: 64px 5%;
    position: relative;
    z-index: 10;
}

.answer .content--imgBox {
    width: 56px;
    margin: 0 auto;
}

.answer .content--textBox {
    margin: 64px auto 0;
}

.answer .content--text {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.answer .content--text-large {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .answer .content--textBox {
        margin: 40px auto 0;
    }
    
    .answer .content--text {
        font-size: 1.8rem;
    }
    
    .answer .content--text-large {
        font-size: 3.3rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .answer {
        padding: 32px;
    }

    .answer .content--textBox {
        margin-top: 32px;
    }

    .answer .content--text {
        text-align: left;
    }

    .answer .content--text-large {
        font-size: 2.6rem;
    }
}

.trust {
    padding: 64px 5%;
    background-color: var(--background-color-lightgrey);
    position: relative;
    z-index: 1;
}

.trust .bg-diagonal {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 80vw;
    -webkit-transform: translateY(calc((1400px - 100vw) / 8)) skewY(-15deg);
    transform: translateY(calc((1400px - 100vw) / 8)) skewY(-15deg);
    transform-origin: bottom left;
    background-color: var(--primary-bland-color);
    z-index: -1;
}

.trust .grid-col1 {
    display: grid;
    place-items: center;
}

.trust .text-fukidashi {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 16px 32px;
    margin-bottom: 24px;
    letter-spacing: 1.4;
    background-color: var(--white);
    border-radius: 100vh;
    position: relative;
    text-align: center;
}

.trust .text-fukidashi::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); 
    width: 0;
    height: 0;
    border-color: var(--white) transparent transparent transparent;
    border-width: 15px 15px 15px;
    border-style: solid;
}

.trust .emphasis {
    color: var(--secondary-bland-color);
}

.trust .content--textBox {
    margin-top: 32px;
}

.trust .content--text {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.trust .content--warningTextBox {
    margin-top: 48px;
}

.trust .content--warningText {
    font-size: 2.2rem;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    
    .trust .bg-diagonal {
        height: 100vw;
        -webkit-transform: translateY(0%) skewY(-15deg);
        transform: translateY(0%) skewY(-15deg);
        z-index: -1;
    }

    .trust .content--text {
        font-size: 1.8rem;
    }

    .trust .content--warningTextBox {
        margin-top: 32px;
    }

    .trust .content--warningText {
        font-size: 1.8rem;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .trust .text-fukidashi {
        font-size: 1.8rem;
    }

    .trust .content--text {
        text-align: left;
    }

    .trust .content--warningTextBox {
        margin-top: 24px;
    }

    .trust .content--warningText {
        font-size: 1.6rem;
        line-height: 1.5;
    }

}

.achievement {
    padding: 64px 5%;
}