@charset "utf-8";

#Work .TopContentsLayout  {
    margin-bottom: 63px;
}
#Work .section_1 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#Work .section_1 .contents-box {
    margin: 0 auto;
    padding: 60px 0 97px;
    background-color: rgba(130, 60, 150, 0.1);
    border-radius: 50px 50px 0 0;
}
#Work .section_1 .contents-box:nth-child(even) {
    background-color: var(--baseColor);
}
#Work .section_1 .contents-box:not(:last-child) {
    margin-bottom: -40px;
}
#Work .section_1 .ContentsTitle {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 35px;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    #Work .section_1 .ContentsTitle {
        width: 90%;
    }
}
#Work .section_1 .ContentsItem {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
}
@media screen and (max-width: 1300px) {
    #Work .section_1 .ContentsItem {
        padding: 0 15px;
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    #Work .section_1 .ContentsItem {
        width: 90%;
        flex-direction: column;
        row-gap: 20px;
        margin: 0 auto;
    }
}
#Work .section_1 .ContentsItem .contents-item-text {
    width: 46.9%;
}
@media screen and (max-width: 767px) {
    #Work .section_1 .ContentsItem .contents-item-text {
        width: 100%;
    }
}
#Work .section_1 .ContentsItem .contents-item-image {
    width: 50%;
    aspect-ratio: 550 / 350;
}
@media screen and (max-width: 767px) {
    #Work .section_1 .ContentsItem .contents-item-image {
        width: 100%;
    }
}

#Work .section_1 .ContentsTitle-ja::before {
    width: 21px;
    left: 30px;
}
#Work .section_1 .contents-box:nth-child(1) .ContentsTitle-ja::after {
    content: "01";
}
#Work .section_1 .contents-box:nth-child(2) .ContentsTitle-ja::after {
    content: "02";
}
#Work .section_1 .contents-box:nth-child(3) .ContentsTitle-ja::after {
    content: "03";
}
#Work .section_1 .contents-box .ContentsTitle-ja::after {
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
}
@media screen and (max-width: 767px) {
    #Work .section_1 .contents-box .ContentsItem h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #Work .section_1 .contents-box .ContentsItem p {
        font-size: 16px;
    }
    #Work .section_1[data-title="事業内容"] .contents-box .ContentsItem p br {
        display: none;
    }
    #Work .section_1 .contents-box .ContentsTitle-en {
        padding-bottom: 15px;
    }
}