<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.serviceList {
    background-color: var(--white);
    padding: 48px 5% 64px;
}

.work {
    padding: 64px 5%;
    position: relative;
    background-image: url(/img/maintenance-bg-work.jpg);
    background-position: 35% top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.work .bg-diagonal {
    position: absolute;
    top: 0;
    left: 0;
    width: 117%;
    height: 100%;
    background-color: var(--primary-bland-color);
    transform: translateX(-46%) skewX(-30deg);
}

.work .bg-diagonal--inner {
    position: relative;
    -webkit-transform: skewX(36.3deg);
    transform: skewX(36.3deg);
    /* -webkit-transform-origin: center center; */
    transform-origin: center center;
}

.work .bg-diagonal--img {
    position: absolute;
    -webkit-transform: translate(48%, 15%) rotate(-15deg);
    transform: translate(48%, 15%) rotate(-15deg);
}

.work .content--titleBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
}

.work .content--title {
    color: var(--white);
}

.work .content--titleText {
    font-size: 3.6rem;
    width: fit-content;
    background-color: var(--secondary-bland-color);
    margin-top: 12px;
    padding: 12px;
    text-align: left;
}

.work .content--imgBox {
    width: 300px;
    height: 200px;
}

.work .content--img {
    width: 100%;
    position: relative;
}

.work .checkList {
    display: grid;
    margin-top: 40px;
    padding: 24px 0;
    /* background-image: url(/img/gradation-white2transparent_bgfilter.png); */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.45) 90%, rgba(255, 255, 255, 0) 100%);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: auto 1px;
    position: relative;
}

.work .checkList::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.work .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;
}

/* .work .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;
} */

@media screen and (max-width: 1024px) {
    /* 1024pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */

    .work {
        /* background-size: auto 100%; */
        background-position: 55% center;
    }
    
    .work .content--imgBox {
        width: 210px;
        height: 140px;
    }

    .work .content--titleText {
        font-size: 3rem;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */
    .work {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .work .bg-diagonal {
        top: 0;
        right: 0;
        transform: translateX(-75%) skewX(-36.3deg);
    }
    
    .work .content--imgBox {
        flex: 0 1 100px;
        height: auto;
    }

    .work .content--titleBox {
        flex: 1 0;
        gap: 8px;
        align-items: center;
    }

    .work .content--title {
        flex: 1 0;
        gap: 8px;
        white-space: normal;
    }

    .work .content--titleText {
        font-size: 2rem;
        padding: 0 12px
    }

    .work .checkList {
        row-gap: 16px;
    }

    .work .checkListItem {
        padding-left: 48px;
        font-size: 2.1rem;
        line-height: 1.5;
        background-position: left 6px top 6px;
        background-size: 28px 21px;
    }
}

.review {
    padding: 40px 5% 48px;
    background-image: url(/img/review_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: var(--background-color-darkgrey); */
    /* background-color: rgba(0, 0, 0, 0.35); */
    position: relative;
    z-index: 0;
}

.review::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: grayscale(75%) brightness(30%);
    z-index: -1;
}

.review .content--titleBox {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.review .content--title {
    color: var(--white);
    line-height: 1.8;
    white-space: normal;
    font-size: 3.2rem;
    margin: 0 auto;
}

.review .content--textBox {
    width: 100%;
    max-width: 880px;
    margin: 32px auto 0;
}

.review .content--text {
    color: var(--white);
    line-height: 1.8;
    white-space: normal;
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
}

.review .grid-col2 {
    margin-top: 48px;
}

.review .arrowBtn {
    padding: 0.5em;
    font-size: 2.8rem;
    background-color: var(--secondary-bland-color);
}

.review .googleReview {
    margin-top: 32px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */
    
    .review .titleBox {
        max-width: 100%;
    }
    
    .review .textBox {
        max-width: 100%;
    }

    .review .content--title,
    .review .content--text {
        font-size: 2.8rem;
    }

    .review .grid-col2 {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        row-gap: 24px;
    }

    .review .arrowBtn {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */

    .review {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .review .content--title,
    .review .content--text  {
        font-size: 2.1rem;
        text-align: left;
    }

    .review .arrowBtn {
        font-size: 1.7rem;
        padding: 0.5em;
    }

    .review .grid-col2 {
        margin-top: 32px;
    }
}

.need {
    padding: 64px 5%;
    background-color: var(--background-color-lightgrey);
}

.need .content--titleBox {
    width: 100%;
    max-width: var(--inner-medium);
}

.need .horizontalTableBox {
    margin-top: 48px;
    width: 100%;
    max-width: var(--inner-medium);
}

.need .horizontalTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.need .horizontalTable--body {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.need .horizontalTable--bodyRow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.need .horizontalTable--header {
    width: 25%;
    min-width: 240px;
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--background-color-grey);
    padding: 15px 18px;
    border-bottom: 1px solid var(--table-border-color-lightgrey);
}

.need .horizontalTable--text {
    width: auto;
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--white);
    padding: 15px 18px;
    border-bottom: 1px solid var(--table-border-color-lightgrey);
}

.need .verticalTableBox {
    margin-top: 48px;
    width: 100%;
    max-width: var(--inner-medium);
}

.need .verticalTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.need .verticalTable--body {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.need .verticalTable--bodyRow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.need .verticalTable--header {
    /* min-width: 240px; */
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--background-color-grey);
    padding: 15px 18px;
    border-right: 1px solid var(--table-border-color-lightgrey);
}

.need .verticalTable--text {
    width: auto;
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--white);
    padding: 15px 18px;
    border-right: 1px solid var(--table-border-color-lightgrey);
    border-bottom: 1px solid var(--table-border-color-lightgrey);
}

@media screen and (max-width: 599px) {
    /* 599pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */
    .need {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .need .horizontalTableBox {
        margin-top: 24px;
    }

    .need .horizontalTable--body {
        display: block;
    }

    .need .horizontalTable--bodyRow {
        display: block;
        margin-top: 8px;
    }

    .need .horizontalTable--header {
        display: block;
        width: 100%;
        padding: 8px 5%;
        font-size: 1.2rem;
    }
    
    .need .horizontalTable--text {
        display: block;
        width: 100%;
        padding: 12px 5%;
        font-size: 1.4rem;
        background-color: transparent;
    }

    /* verticalTable */
    .need .verticalTableBox {
        overflow-x: auto;
        margin-top: 24px;
    }
    
    .need .verticalTable {
        width: auto;
        min-width: 100%;
    }
    
    .need .verticalTable--header,
    .need .verticalTable--text {
        white-space: nowrap;
    }
}

.point {
    background-color: var(--background-color-lightgrey);
    padding: 64px 5%;
}

.point .content--subTitleBox .media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.point .content--subTitleBox .media--imgBox {
    width: 265px;
}

.point .content--subTitleBox .media--img {
    width: 100%;
}

.point .content--subTitleBox .media--body {
    flex: 1 0;
}

.point .content--subTitleBox .media--text {
    font-size: 2.6rem;
}

.point .content--titleBox {
    justify-content: center;
    margin-top: 48px;
}

.point .content--title {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
}

.point .pointList {
    margin-top: 48px;
}

.point .pointItem {
    padding: 32px 0;
    border-top: 1px solid var(--table-border-color-darkgrey);
}

.point .pointItem:last-of-type {
    border-bottom: 1px solid var(--table-border-color-darkgrey);
}

.point .media {
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}

.point .media--numberBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.point .media--numberPrefix {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.point .media--number {
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
    color: var(--secondary-bland-color);
}

.point .media--body {
    flex: 1 0;
}

.point .media--title {
    font-size: 3.2rem;
}

.point .media--textBox {
    margin-top: 24px;
}

.point .media--text {
    font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
    /* 599pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */
    .point {
        padding: 32px;
    }

    .point .content--subTitleBox .media {
        flex-direction: column;
        row-gap: 24px;
    }

    .point .content--subTitleBox .media--text {
        font-size: 2rem;
    }

    .point .content--titleBox {
        margin-top: 32px;
    }

    .point .content--title {
        font-size: 2.6rem;
    }

    .point .media {
        flex-direction: column;
    }

    .point .media--body {
        margin-top: 16px;
    }

    .point .media--title {
        font-size: 2.1rem;
    }

    .point .media--textBox {
        margin-top: 16px;
    }
}

.achievement {
    background-color: var(--background-color-lightgrey);
}


/* support */

.support {
    padding: 80px 0 80px;
    background-color: var(--white);
}

.support .content--title {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}

.support .movie {
    width: 100%;
    padding: 56px;
    display: grid;
    place-content: end;
    margin-top: 64px;
}

.support .movie .media {
    width: 100%;
    max-width: 1300px;
    justify-content: center;
    column-gap: 56px;
}

.support .darkTheme {
    background-color: var(--black);
}

.support .media--body {
    width: 100%;
    max-width: 530px;
}

.support .darkTheme .media--title {
    color: var(--white);
    font-size: 3.2rem;
    line-height: 1.4;
}

.support .darkTheme .media--text {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 32px;
}

.support .movie .media--imgBox {
    max-width: 650px;
    line-height: 0;
}

.support .movie .media--img {
    width: 100%;
    line-height: 0;
}

.support .lineup {
    width: 100%;
    /* background-color: var(--background-color-lightgrey); */
    padding: 90px 5% 0px;
    display: grid;
    place-items: center;
}

.support .lineup .mediaBox {
    background-color: var(--background-color-lightgrey);
    margin-top: 40px;
    padding: 60px;
}

.support .lineup .mediaBox:first-of-type {
    margin-top: 0px;
}

.support .lineup .mediaBox--line {
    width: 100%;
    height: 1.5px;
    background-color: var(--decoration-color-lightgrey);
    position: relative;;
}

.support .lineup .mediaBox--line::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 120px;
    height: 1.5px;
    background-color: var(--decoration-color-dimgrey);
}

.support .lineup .media {
    margin-top: 40px;
}

.support .lineup .media--img {
    width: 480px;
}

.support .lineup .media--title {
    font-size: 2.2rem;
    line-height: 1.6;
}

.support .lineup .media--textBox {
    margin-top: 32px;
}

.support .lineup .media--text {
    font-size: 1.5rem;
    line-height: 2;
}

.support .lineup .arrowBtn {
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */
    .support .movie {
        padding-right: 0;
        padding-left: 80px;
    }

    .support .movie .media {
        column-gap: 32px;
    }

    .support .movie .media--body {
        max-width: 320px;
    }

    .support .darkTheme .media--title {
        font-size: 2.8rem;
    }
    
    .support .darkTheme .media--text {
        font-size: 1.5rem;
    }

    .support .lineup .mediaBox {
        padding: 32px;
    }

    .support .lineup .mediaBox--line {
        height: 2px;
    }
    
    .support .lineup .mediaBox--line::before {
        height: 2px;
    }

    .support .lineup .media {
        flex-direction: column;
        row-gap: 24px;
        margin-top: 24px;
    }

    .support .lineup .media--body {
        max-width: 100%;
    }

    .support .lineup .media--textBox {
        margin-top: 16px;
    }

    .support .lineup .arrowBtn {
        margin-top: 24px;
    }

    .support .lineup .media--imgBox {
        width: 100%;
        max-width: 100%;
    }

    .support .lineup .media--img {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxã¾ã§ã®å¹…ã®å&nbsp;´åˆã«é©å¿œã•ã‚Œã‚‹ */

    .support {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .support .movie {
        margin-top: 32px;
        padding-top: 32px;
        padding-right: 5%;
        padding-left: 5%;
    }
    
    .support .movie .media {
        flex-direction: column;
        row-gap: 32px;
    }

    .support .movie .media--body {
        max-width: 100%;
    }
    
    .support .movie .media--title {
        font-size: 2.2rem;
    }
    
    .support .movie .media--text {
        font-size: 1.4rem;
        font-weight: normal;
    }

    .support .movie .media--imgBox {
        max-width: 100%;
    }

    .support .lineup {
        padding-top: 24px;
    }

    .support .lineup .media--title {
        font-size: 1.8rem;
    }

    .support .lineup .media--text {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .support .lineup .arrowBtn {
        font-size: 1.4rem;
    }

    .support .lineup .arrowBtn::after {
        width: 20px;
        height: 16px;
    }

}</pre></body></html>