@charset "utf-8";
.sub-kv {
    height: 350px;
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
}

.mv-ttl {
    /* font-family: "MVBoli"; */
    font-size: 5rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    line-height: 1;
    font-weight: 600;
}

.sec-ttl {
    position: relative;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
}

.sec-ttl::after {
    content: '';
    position: absolute;
    left: calc(50% - 20px);
    bottom: -5px;
    width: 40px;
    height: 2px;
    background: #000;
}

@media screen and (max-width: 768px) {
    .sub-kv {
        height: 250px;
    }
    .mv-ttl {
        font-size: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .sub-kv {
        height: 170px;
    }
    .mv-ttl {
        font-size: 2.5rem;
    }
}


/*********************************
*********** Business **********
*********************************/

.demolition-kv .sub-kv {
    background: url(../img/sub/business/business1-kv.jpg) no-repeat center / cover;
}

.solar-kv .sub-kv {
    background: url(../img/sub/business/business2-kv.jpg) no-repeat center / cover;
}

.electricity-kv .sub-kv {
    background: url(../img/sub/business/business3-kv.jpg) no-repeat center / cover;
}

.business-menu .slick-list {
    width: 100%;
}

.business-menu .slick-list .slick-track {
	transform: none !important;
}

.business-menu .slick-slide {
    margin: 0 10px;
    cursor: pointer;
}

.business-menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.business-menu-item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 30%;
    background: #fff;
}

.business-menu-item p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    line-height: 1.3;
}

.business-item {
    width: calc(50% + 515px);
}

.business-item--left {
    padding-right: 15px;
}

.business-item--right {
    margin-left: auto;
    padding-left: 15px;
}

.business-item figure {
    width: 61.5%;
}

.business-item .business-txt {
    width: 46%;
    padding: 30px;
    background: #fff;
    border: 1px solid #707070;
    z-index: 2;
}

.business-item--left .business-txt {
    margin-left: -7.5%;
}

.business-item--right .business-txt {
    margin-right: -7.5%;
}

.before-after {
    max-width: 980px;
    margin-left: auto;
}

.before-after div {
    width: 49%;
}

@media screen and (max-width: 1030px) {
    .business-item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .business-item .business-txt {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 600px) {
    .business-menu .slick-slide {
        margin: 0 2px;
    }
    .business-menu-item p {
        font-size: .75rem !important;
    }
    .business-item {
        padding: 0;
    }
    .business-item figure {
        width: 100%;
    }
    .business-item .business-txt {
        width: calc(100% - 30px);
        margin: 15px 15px 0;
    }
}


/*********************************
*********** 会社概要 **********
*********************************/

.company-kv {
    background: url(../img/sub/company-kv.jpg) no-repeat center / cover;
}

.company-info {
    border-top: 1px solid #707070;
}

.company-info dl {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0;
    border-bottom: 1px solid #707070;
}

.company-info dl dt {
    width: 30%;
    padding-left: 20px;
}

.company-info dl dd {
    flex: 1;
}

@media screen and (max-width: 480px) {
    .company-info dl dt {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .company-info dl dd {
        flex: none;
        width: 100%;
    }
}


/*********************************
*********** 採用情報 **********
*********************************/

.info-kv {
    background: url(../img/sub/recruit-kv.jpg) no-repeat center / cover;
}

.job-flow h3 {
    text-align: center;
    line-height: 50px;
    background: #001274;
    color: #fff;
}

.job-flow ul li {
    max-width: 1100px;
    letter-spacing: .05em;
}

.job-flow ul li:nth-child(2n) {
    margin-left: auto;
}

.job-flow ul li figure {
    width: 54.5%;
}

.job-flow ul li .flow-cont {
    width: 42.5%;
}

.staff {
    background: #F7F7F7;
}

.staff ul li {
    width: 48%;
}

.staff ul li figure {
    width: calc(100% - 30px);
}

.staff ul li .staff-cont {
    position: relative;
    width: calc(100% - 30px);
    margin: -60px 0 0 30px;
    padding: 20px;
    background: #fff;
    letter-spacing: .05em;
}

@media screen and (max-width: 600px) {
    .job-flow ul li figure {
        width: 100%;
        margin-bottom: 15px;
    }
    .job-flow ul li .flow-cont,
    .staff ul li {
        width: 100%;
    }
}


/*********************************
************* 新着情報 ************
*********************************/

.news-kv {
    background: url(../img/sub/news-kv.jpg) no-repeat center / cover;
}

.news-category {
    padding: 10px;
    background: #001274;
}

.news-category li {
    margin: 2px 0;
    padding: 0 20px;
    line-height: 1.2;
    border-right: 1px solid #fff;
}

.news-category li:first-child {
    border-left: 1px solid #fff;
}

.news-list li {
    width: 32.5%;
}

.news-btn a {
    background: #000;
}

.cat-tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    line-height: 28px;
}

#cat-news .cat-tag {
    background: #C91818;
}

#cat-case .cat-tag {
    background: #C9C918;
}

#cat-blog .cat-tag {
    background: #18C97E;
}

#cat-etc .cat-tag {
    background: #1870C9;
}

@media screen and (max-width: 768px) {
    .news-list li {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .news-list li h3 {
        font-size: 1rem !important;
        line-height: 1.5;
    }
}


/*********************************
*************** POST *************
*********************************/

.single-post .article-content h1 {
    position: relative;
    margin: 30px 0;
    padding: 7px 20px;
    font-size: 1.5rem;
    background: #EFEFEF;
    font-weight: 500;
    border-radius: 10px;
}

.single-post .article-content h1::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #efefef transparent transparent transparent;
}

.single-post .article-content h2 {
    position: relative;
    display: inline-block;
    margin: 30px 0;
    padding: 3px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #001274;
    border: 1px dashed #001274;
}

.single-post .article-content h2::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background: rgba(111, 99, 42, .2);
    z-index: -1;
}

.single-post .article-content h3 {
    position: relative;
    margin: 30px 0;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 15px 10px;
    color: #001274;
}

.single-post .article-content h3::before,
.single-post .article-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 3px;
    background: #001274;
}

.single-post .article-content h3::before {
    top: 0;
}

.single-post .article-content h3::after {
    bottom: 0;
}

.single-post .article-content h4 {
    margin: 30px 0;
    font-weight: 500;
    font-size: 1.25rem;
    color: #001274;
}

.single-post .article-content figure {
    margin: 20px 0;
    text-align: center;
}

.single-post .article-content a {
    color: #001274;
}

@media screen and (max-width: 600px) {
    .single-post article h2,
    .single-post article h3 {
        font-size: 1.125rem;
    }
}


/*********************************
************* contact ************
*********************************/

.contact-kv {
    background: url(../img/sub/contact-kv.jpg) no-repeat center / cover;
}

.contact-cont dl {
    padding: 25px 0;
}

.contact-cont dl dt {
    width: 330px;
}

.required {
    display: inline-block;
    width: 40px;
    margin-left: 25px;
    text-align: center;
    font-size: .75rem;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    background: #C91818;
}

.contact-cont input {
    padding: 0 10px;
    box-sizing: border-box;
}

.contact-cont input[type="text"],
.contact-cont input[type="tel"],
.contact-cont input[type="email"] {
    width: 100%;
    height: 35px;
    background: none;
    border: 1px solid #707070;
}

.contact-cont textarea {
    width: 100%;
    padding: 10px;
    background: none;
    border: 1px solid #707070;
    box-sizing: border-box;
}

.contact-cont input[type="submit"],
.contact-cont input[type="button"] {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 10px auto;
    font-size: 1.125rem;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-cont input[type="submit"]:hover,
.contact-cont input[type="button"]:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 600px) {
    .contact-cont dl dt {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .contact-cont dl dd {
        width: 100%;
    }
}