/*======================================================

スライドショー

======================================================*/


.top_images {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.top_images_lower {
    background: url(../images/img04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*height: 50vh;*/
    overflow: hidden;
}

.bk_mask {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 50vh;
}


.main_lower {
    /*max-width: 1500px;
    margin: 0 auto;*/
}

.main_lower p {
    text-align: center;
}



@media screen and (max-width:1430px) {
    .top_images_lower {
        /*height: 35vh;*/
        height: 100%;
    }

    .bk_mask {
        height: 35vh;
    }
}


/*======================================================

reform.php

======================================================*/

.main-top-lower {
    background-color: #f1f3f3;
}

.main-lower1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.reform-tit {
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 100px;
}

.reform-tit h2 {
    margin: 10px auto 20px;
    font-size: 28px;
    color: #333;
}

.reform-txt {
    margin: 100px auto;
    padding-bottom: 100px;
}

.reform-txt p {
    text-align: left;
    line-height: 2;
    font-size: 15px;
    padding: 0 20px;
}

.reform-subtit {
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background: linear-gradient(270deg, #3c9ab1 0%, #f08c1e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reform-tit p {
    text-align: center;
    line-height: 2;
}

.reform-area {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.reform-img {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 100px;
}

.reform-img img {
    width: 100%;
}

.reform-box {
    text-align: left;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.reform-box h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
}

.reform-box p {
    text-align: left;
    font-size: 15px;
}

.reform01 {
    position: absolute;
    top: 0;
    left: 100px;
}

.reform02 {
    position: absolute;
    top: 200px;
    left: 20px;
}

.reform03 {
    position: absolute;
    top: 400px;
    left: 100px;
}

.reform04 {
    position: absolute;
    top: 0;
    right: 100px;
}

.reform05 {
    position: absolute;
    top: 200px;
    right: 20px;
}

.reform06 {
    position: absolute;
    top: 400px;
    right: 100px;
}


.reform_request {
    display: flex;
    gap: 20px;
}

/*
.reform_request_box {
    border: 1px solid #333;
    padding: 10px;
    width: 33%;
}
*/

.reform_request_box {
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 33%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}


.reform_request_box h4 {
    text-align: center;
    margin-bottom: 20px;
}

.reform_request_box p {
    text-align: left;
}

.reform-request {
    background-color: #f1f3f3;
    padding: 100px 20px;
    margin-bottom: 100px;
}

.reform-request h2 {
    margin: 10px auto 20px;
    font-size: 28px;
    color: #333;
}

.reform-request1500 {
    max-width: 1500px;
    margin: 0 auto;
}


@media screen and (max-width:999px) {
    .reform-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .reform-box {
        width: 31.8%;
    }

    .reform01,
    .reform02,
    .reform03,
    .reform04,
    .reform05,
    .reform06 {
        position: static;
    }
}

@media screen and (max-width:949px) {
    .reform-box {
        width: 30%;
    }
}

@media screen and (max-width:480px) {
    .reform-img {
        margin: 0 auto 50px;
    }

    .reform-box {
        width: 100%;
        max-width: 100%;
    }

    .reform_request {
        flex-direction: column;
    }

    .reform_request_box {
        width: 100%;
    }
}


/*======================================================

company.php

======================================================*/

.table_area {}

#table01 {
    margin: 0 auto;
    width: 70%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#table01 tr {
    border-bottom: 1px solid #E0E0E0;
}

#table01 th,
#table01 td {
    padding: 24px;
}

#table01 th,
#table01 td {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}


#table01 th {
    width: 30%;
}

.table_last {
    border-bottom: 0.5px solid #E0E0E0;
}

@media screen and (max-width:999px) {

    #table01 {
        width: 100%;
    }

}

/* sp */
@media only screen and (max-width: 480px) {

    #table01 th,
    #table01 td {
        width: 100%;
        display: block;
    }

    #table01 th {
        width: 100%;
        text-align: left;
        padding: 10px 24px;
    }

    #table01 td {
        padding: 10px 24px;
    }
}


/*======================================================

moving.php

======================================================*/

.flow04 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.flow04 > li {
    list-style-type: none;
    width: 100%;
    max-width: 80px;
    display: flex;
}

.flow04 > li .icon04 {
    line-height: 2;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #fff;
    background: #E26B5D;
    margin: 0 auto 10px;
    display: block;
    border-radius: 100vh;
    position: relative;
}

.flow04 > li .icon04::before {
    content: "";
    border: solid transparent;
    border-width: 7px;
    border-top-color: #E26B5D;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow04 > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #E26B5D;
    position: relative;
}

.flow04 > li:not(:first-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #E26B5D;
    border-right: 4px solid #E26B5D;
    position: absolute;
    top: calc(50% - 14px);
    left: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow04 > li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    color: #E26B5D;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.flow04 > li dl dd {
    margin-left: 0;
}

@media(max-width: 767px) {
    .flow04 {
        gap: 20px;
    }

    .flow04 > li {
        max-width: unset;
        display: block;
    }

    .flow04 > li:not(:first-child) dl::before {
        display: none;
    }
}


.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 1300px;
    padding: 0 20px;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 260px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}



/*======================================================

utility-work.php

======================================================*/

.utility-work-area {
    display: flex;
    gap: 10px;
    max-width: 1500px;
    margin: 0 auto 100px;
}

.utility-work-img img {
    width: 100%;
}

.utility-work-box h4 {
    text-align: center;
    margin: 10px auto 20px;
}


.utility-work-box p {
    text-align: left;
}



/*======================================================

finishing-work.php

======================================================*/

.utility-work-slider {
    margin-bottom: 100px;
}


@keyframes horizontal-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slider-container {
    display: flex;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    animation: horizontal-animation 30s linear infinite;
}

.slide {
    width: 400px;
    margin-right: 20px;
}

.slide img {
    width: 100%;
    max-width: 400px;
    max-height: 266px;
    height: auto;
    vertical-align: bottom;
}

@media (hover: hover) {
    .slider-container:hover .slider-wrapper {
        animation-play-state: paused;
    }
}



/*======================================================

demoltion-work.php

======================================================*/

.stepbar-lower .reform-tit {
    padding-top: 0;
}

.stepbar-lower {
    margin-bottom: 100px;
}

.stepbar-lower h2 {
    padding: 0 20px;
    color: #333;
}


.stepbar {
    margin: 0 auto;
    width: 80%;
}

.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}

.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #EF7F42;
    color: #fff;
    text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}

.stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #EF7F42;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}

@media screen and (max-width: 960px) {
    .stepbar {
        width: 90%;
    }
}





/*======================================================

waterproofing.php

======================================================*/

.waterproofing-area {
    margin: 0 auto 100px;
    max-width: 1500px;
}

.waterproofing-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.waterproofing-box {
    width: 33%;
    width: calc(33% - 20px);
}

.waterproofing-box img {
    width: 100%;
}

.waterproofing-box h3 {
    color: #333;
    text-align: center;
}

.waterproofing-box p {
    color: #333;
}




/*======================================================

exterior-works.php

======================================================*/


.exterior-works-area {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    gap:20px;
}

.exterior-works-box {
    width: 50%;
    width: calc(50% - 20px);
    border: 1px solid #333;
}

.exterior-works-area02{
    max-width: 1500px;
    margin: 0 auto 100px;
}

.exterior-works-flex{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

.exterior-works-flex-box{
    width:  calc(33% - 20px);
    border: 1px solid #333;
}