@charset "UTF-8";

:root {
    --card-color: rgba(173, 187, 198, 0.25);
}

/* リフォーム全般カードレイアウト */
#Service .title_1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.084em;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    #Service .title_1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

#Service .innerBox {
    position: relative;
    padding-top: 130px;
    max-width: 1115px;
}
@media screen and (max-width: 1100px) {
    #Service .innerBox {
        max-width: 70%;
    }
}
@media screen and (max-width: 767px) {
    #Service #PageHeader .page-header-title-box {
        height: 25vw;
        left: 90%;
        transform: translateX(-45vw);
        padding: 4vw;
    }
    #Service #PageHeader .page-header-en-title {
        font-size: 9.333vw;
    }
    #Service #PageHeader .page-header-ja-title {
        bottom: 5vw;
    }
}
@media screen and (max-width: 500px) {
    #Service #PageHeader .page-header-title-box {
        height: 30vw;
    }
}
@media screen and (max-width: 767px) {
    #Service .innerBox {
        max-width: 100%;
        padding-top: 80px;
    }
}
#Service .innerBox h3 {
    margin-bottom: 100px;
}

#Service .large_background_text_box {
    position: absolute;
    z-index: -1;
    font-size: 350px;
    font-weight: 500;
    top: 970px;
    left: -360px;
}

#Service .contents-card-container {
    height: 220px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1100px) {
    #Service .contents-card-container {
        height: initial;
        flex-direction: column;
        row-gap: 20px;
    }
}

#Service .contents-card-container_1 {
    height: 100%;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 400px) {
    #Service .contents-card-container_1 {
        gap: 2vw;
    }
}

#Service .contents-text {
    font-size: 24px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.057em;
}
@media screen and (max-width: 1100px) {
    #Service .contents-text {
        font-size: max(1.818vw, 10px);
    }
}

#Service .contents-image,
#Service .contents-image img {
    height: 100%;
}
@media screen and (max-width: 1100px) {
    #Service .contents-image {
        width: 100%;
    }
}

#Service .contents-icon {
    margin-bottom: 18px;
}

#Service [class*="contents_cover"] {
    border-left: 5px solid rgba(233, 186, 42, 0.5);
    padding-left: 11px;
    margin-bottom: 110px;
}
@media screen and (max-width: 1100px) {
    #Service [class*="contents_cover"] {
        margin-bottom: 30px;
    }
}

#Service [class*="contents_cover"] .text_1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 0.018em;
    margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
    #Service [class*="contents_cover"] .text_1 {
        font-size: 16px;
        margin-bottom: 2.727vw;
    }
}
#Service [class*="contents-card_"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    text-align: center;
    background-color: var(--card-color);
    border: solid 1px #adbbc6;
}
@media screen and (max-width: 1100px) {
    #Service [class*="contents-card_"] {
        padding: 20px 15px;
    }
}

#Service .contents_cover_1 [class*="contents-card_"] {
    padding: 0 15px 32px;
}
#Service .contents_cover_1 .contents-card_1 img {
    width: 82.8px;
}
#Service .contents_cover_1 .contents-card_2 img {
    width: 132px;
}
#Service .contents_cover_1 .contents-card_3 img {
    width: 231px;
}
@media screen and (max-width: 1100px) {
    #Service .contents_cover_1 .contents-card_1 img {
        width: 60px;
    }
    #Service .contents_cover_1 .contents-card_2 img {
        width: 100px;
    }
    #Service .contents_cover_1 .contents-card_3 img {
        width: 170px;
    }
}
@media screen and (max-width: 400px) {
    #Service .contents_cover_1 .contents-card_1 img {
        width: 16vw;
    }
    #Service .contents_cover_1 .contents-card_2 img {
        width: 21.333vw;
    }
    #Service .contents_cover_1 .contents-card_3 img {
        width: 26.667vw;
    }
}

#Service .contents_cover_2 .contents-card_1 {
    padding: 0 40px 32px;
}
#Service .contents_cover_2 .contents-card_2 {
    padding: 0 25px 32px;
}
#Service .contents_cover_2 .contents-card_3 {
    padding: 0 38px 32px;
}
#Service .contents_cover_2 .contents-card_1 img {
    width: 197.7px;
}
#Service .contents_cover_2 .contents-card_2 img {
    width: 101.55px;
}
#Service .contents_cover_2 .contents-card_3 img {
    width: 75.96px;
}
@media screen and (max-width: 1100px) {
    #Service .contents_cover_2 .contents-card_1 img {
        width: 120px;
    }
    #Service .contents_cover_2 .contents-card_2 img {
        width: 70px;
    }
    #Service .contents_cover_2 .contents-card_3 img {
        width: 50px;
    }
}
@media screen and (max-width: 400px) {
    #Service .contents_cover_2 .contents-card_1 img {
        width: 26.667vw;
    }
    #Service .contents_cover_2 .contents-card_2 img {
        width: 18.667vw;
    }
    #Service .contents_cover_2 .contents-card_3 img {
        width: 13.333vw;
    }
}

#Service .contents_cover_3 .contents-card_1 {
    padding: 0 72px 32px;
}
#Service .contents_cover_3 .contents-card_2 {
    padding: 0 90px 32px;
}
#Service .contents_cover_3 .contents-card_1 img {
    width: 142px;
}
#Service .contents_cover_3 .contents-card_2 img {
    width: 106px;
}
@media screen and (max-width: 1100px) {
    #Service .contents_cover_3 .contents-card_1 img {
        width: 100px;
    }
    #Service .contents_cover_3 .contents-card_2 img {
        width: 100px;
    }
}
@media screen and (max-width: 400px) {
    #Service .contents_cover_3 .contents-card_1 img {
        width: 24vw;
    }
    #Service .contents_cover_3 .contents-card_2 img {
        width: 24vw;
    }
}

#Service .contents_cover_4 .contents-card_1 {
    padding: 0 38px 32px;
}
#Service .contents_cover_4 .contents-card_2 {
    padding: 0 50px 32px;
}
#Service .contents_cover_4 .contents-card_1 img {
    width: 140px;
}
#Service .contents_cover_4 .contents-card_2 img {
    width: 71.71px;
}
@media screen and (max-width: 1100px) {
    #Service .contents_cover_4 .contents-card_2 img {
        width: 50px;
    }
}
@media screen and (max-width: 400px) {
    #Service .contents_cover_4 .contents-card_1 img {
        width: 26.667vw;
    }
    #Service .contents_cover_4 .contents-card_2 img {
        width: 13.333vw;
    }
}
@media screen and (max-width: 1100px) {
    #Service [class*="contents_cover_"] [class*="contents-card_"] {
        height: 150px;
        padding: 20px 15px;
    }
}
@media screen and (max-width: 400px) {
    #Service [class*="contents_cover_"] [class*="contents-card_"] {
        height: 33vw;
        padding: 2.5vw 2vw;
    }
}