@charset "UTF-8";
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__img::before {
    top: 125%;
}

.c-page-sub [class*="c-page-sub__"] .page-header::after {
    top: 33%;
}

.c-page-sub__work-contents01 .container:first-child {
    padding-bottom: 0;
}

.c-page-sub__work-contents01 h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #19B3A5;
    text-align: center;
}

[class*="contents-item0"] {
    display: flex;
    justify-content: space-between;
    margin: 120px auto;
}
[class*="contents-item0"]:nth-child(odd) {
    flex-direction: row-reverse;
}

[class*="contents-item0"] .ph {
    max-width: 46.6%;
    flex: 0 0 46.6%;
    z-index: 100;
}
[class*="contents-item0"] .ph img {
    width: 100%;
}

[class*="contents-item0"]:nth-child(even) .ph {
    margin-right: -10%;
}
[class*="contents-item0"]:nth-child(odd) .ph {
    margin-left: -10%;
}

[class*="contents-item0"] .txt {
    flex: 0 0 60%;
    max-width: 60%;
}
.contents-item04 .txt {
    flex: 0 0 100%;
    max-width: 100%;
}

[class*="contents-item0"] .txt::before {
    content: "";
    width: 150%;
    height: 100%;
    min-height: 380px;
    background: #068CD7;
    background: -webkit-linear-gradient(top, #068CD7, #0EBAA6);
    background: -o-linear-gradient(top, #068CD7, #0EBAA6);
    background: linear-gradient(to bottom, #068CD7, #0EBAA6);
    position: absolute;
    top: 0;
}
[class*="contents-item0"]:nth-child(even) .txt::before {
    transform: skew(15deg);
    left: 0;
}
[class*="contents-item0"]:nth-child(odd) .txt::before {
    transform: skew(-15deg);
    right: 0;
}

[class*="contents-item0"] .txt {
    margin-top: 65px;
}
[class*="contents-item0"]:nth-child(even) .txt {
    padding: 70px 5% 90px 10%;
}
[class*="contents-item0"]:nth-child(odd) .txt {
    padding: 70px 10% 90px 5%;
}

[class*="contents-item0"]:last-child .txt {
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 0 90px;
}
[class*="contents-item0"]:last-child .txt::before {
    transform: skew(15deg);
    left: -10%;
    min-height: inherit;
}

[class*="contents-item0"] .txt > * {
    color: #ffffff;
}
[class*="contents-item0"] .txt h4 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
[class*="contents-item0"] .txt p {
    font-size: 1.7rem;
    line-height: 1.8;
}


@media only screen and (max-width: 767px) {
    .c-page-sub__work-contents01 h3 {
        font-size: calc(30 / 375 * 100vw);
    }
    
    [class*="contents-item0"] {
        margin: 60px auto;
        display: block;
    }
    
    [class*="contents-item0"] .ph {
        max-width: 80%;
    }
    [class*="contents-item0"]:nth-child(2n) .ph {
        margin-right: 0;
    }
    [class*="contents-item0"]:nth-child(2n+1) .ph {
        margin: 0 0 0 auto;
    }
    [class*="contents-item0"] .txt {
        margin-top: -10%;
    }
    [class*="contents-item0"] .txt {
        padding: 15% 4.68% !important;
        max-width: 100% !important;
    }
    
    [class*="contents-item0"] .txt::before {
        transform: skew(0) !important;
        min-height: inherit;
    }
    
    [class*="contents-item0"] .txt h4 {
        font-size: calc(25 / 375 * 100vw);
        margin-bottom: 15px;
    }
    
    [class*="contents-item0"] .txt p {
        font-size: calc(15 / 375 * 100vw);
    }
    
    
    
}


.c-page-sub__work-contents02 {
    background: #F7F7F7;
}
.c-page-sub__work-contents02 h4 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 5px 30px;
    font-size: 2.8rem;
    margin: -10% 8% 30px;
}
.c-page-sub__work-contents02 h4::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #068CD7;
    background: -webkit-linear-gradient(top, #068CD7, #0EBAA6);
    background: -o-linear-gradient(top, #068CD7, #0EBAA6);
    background: linear-gradient(to bottom, #068CD7, #0EBAA6);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(15deg);
}
.c-page-sub__work-contents02 .contents-map {
    display: flex;
    justify-content: space-between;
    max-width: 86%;
    margin: 0 auto;
}


.c-page-sub__work-contents02 .contents-map-ph {
    flex: 0 0 65%;
    margin-top: -10%;
}
.c-page-sub__work-contents02 .contents-map-list {
    flex: 0 0 25%;
}
.c-page-sub__work-contents02 .contents-map-list dl {
    background: #FFFFFF;
    border-radius: 11px;
    margin-bottom: 30px;
    padding: 20px;
}
.c-page-sub__work-contents02 .contents-map-list dl dt {
    color: #19B3A5;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid #19B3A5;
    display: table-cell;
    min-width: 90px;
}
.c-page-sub__work-contents02 .contents-map-list dl dd {
    padding-top: 10px;
}


@media only screen and (max-width: 767px) {
    .c-page-sub__work-contents02 h4 {
        padding: 5px 25px;
        font-size: calc(22 / 375 * 100vw);
    }
    
    .c-page-sub__work-contents02 .contents-map {
        max-width: 100%;
        padding: 0 4.68%;
        display: block;
    }
    
    .c-page-sub__work-contents02 .contents-map-list dl {
        margin-bottom: 20px;
    }

    .c-page-sub__work-contents02 .contents-map-list dl dt {
        font-size: calc(18 / 375 * 100vw);
    }
    
    .c-page-sub__work-contents02 .contents-map-ph {
        margin-top: 0;
    }
    
    
}

