@charset "utf-8";
/* CSS Document */

/*----------------
外壁塗装
-----------------*/
#wall_paint {
    
}

/*---業務内容サブページ共通パーツ---*/
.mainvisual.business_mv {
    position: relative;
}

.mainvisual.business_mv .mv_text {
    position: absolute;
    top: 50%;
    left: 18%;
    padding: 46px 68px;
    background-color: rgba(255,255,255,0.70);
    text-align: center;
    transform: translateY(-50%);
}

.mainvisual.business_mv .mv_text .mv_title {
    font-weight: bold;
    font-size: 48px;
}

.mainvisual.business_mv .mv_text img {
    width: 120px;
}

@media screen and (max-width: 1024px) {
    .mainvisual.business_mv .mv_text {
        left: 12%;
    }
}

@media screen and (max-width: 767px) {
    .mainvisual.business_mv .mv_text {
        left: 10%;
        top: 55%;
        padding: 12px 17px;
        transform: translateY(-55%);
    }
    
    .mainvisual.business_mv .mv_text .mv_title {
        font-weight: bold;
        font-size: 26px;
        line-height: 0;
        margin-top: 12px;
    }

    .mainvisual.business_mv .mv_text img {
        width: 80px;
        margin-top: 12px;
    }

}

.business_sub_items .heading {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .business_sub_items .heading {
        padding: 40px 0;
        font-size: 14px;
    }
}

.business_sub_items .at_time {
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 60px;
}


.business_sub_items .at_time img {
    width: 140px;
    margin-bottom: 20px;
}

.business_sub_items .at_time .at_time_lead {
    font-size: 24px;
    margin-bottom: 16px;
}

.business_sub_items .at_time .at_time_list {
    display: flex;
    text-align: center;
    justify-content: space-around;
    width: 100%;
}

.business_sub_items .at_time .at_time_list li {
    font-size: 14px;
    font-weight: bold;
    width: calc(100%/4);
    border-right: 1px solid #333;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#reform .business_sub_items .at_time .at_time_list li {
    width: calc(100%/5);
}

.business_sub_items .at_time .at_time_list li:first-of-type {
    border-left: 1px solid #333;
}

@media screen and (max-width: 767px) {
    .business_sub_items .at_time img {
        width: 100px;
    }
    
    .business_sub_items .at_time .at_time_lead {
        font-size: 20px;
    }

    .business_sub_items .at_time .at_time_list {
        flex-direction: column;
    }

    .business_sub_items .at_time .at_time_list li {
        width: 100%;
        border-right: none;
        height: inherit;
        padding: 16px 0;
        border-bottom: 1px solid #333;
    }
    #reform .business_sub_items .at_time .at_time_list li {
        width: 100%;
    }

    .business_sub_items .at_time .at_time_list li:first-of-type {
        border-left: none;
    }
    .business_sub_items .at_time .at_time_list li:last-of-type {
        border-bottom: none;
    }   
}

.work_flow {
    padding: 60px 20px 80px;
    background-color: #EBEBEB;
}

.work_flow .work_flow_items {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.work_flow .work_flow_items h3 {
    font-size: 28px;
    margin-bottom: 26px;
}

.work_flow .work_flow_items .flow_list .flow_item {
    display: flex;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 54px;
    border-radius: 20px 20px 0 0;
}
.work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.work_flow .work_flow_items .flow_list .flow_item::after,
.work_flow .work_flow_items .flow_list .flow_item::before {
    top: 100%;
	left: 18%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.work_flow .work_flow_items .flow_list .flow_item::after {
    border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.work_flow .work_flow_items .flow_list .flow_item::before {
    border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 31px;
	margin-left: -31px;
}
.work_flow .work_flow_items .flow_list .flow_item:last-of-type::after,
.work_flow .work_flow_items .flow_list .flow_item:last-of-type::before {
	content: none;
}
.work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even)::after,
.work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even)::before {
    left: inherit;
	right: 18%;
}


.work_flow .work_flow_items .flow_list .flow_item .flow_img {
    width: 43%;
    margin-right: 2%;
}
.work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even) .flow_img {
    margin-right: 0;
    margin-left: 2%;
}

.work_flow .work_flow_items .flow_list .flow_item .flow_text {
    width: 55%;
}

.work_flow .work_flow_items .flow_list .flow_item .flow_text .title {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
}

.work_flow .work_flow_items .flow_list .flow_item .flow_text .title span {
    margin-right: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #F29600;
    text-align: center;
    color: #fff;
}

.work_flow .work_flow_items .flow_list .flow_item .flow_text .text {
    border-top: 2px solid #F29600;
    padding-top: 18px;
    line-height: 1.4;
}

.work_flow .work_flow_items .flow_list .flow_item .flow_text .caution {
    font-size: 14px;
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .work_flow {
        padding: 30px 15px;
    }

    .work_flow .work_flow_items h3 {
        font-size: 20px;
        margin-bottom: 26px;
    }
    
    .work_flow .work_flow_items .flow_list .flow_item {
        display: flex;
        padding: 20px;
        background-color: #fff;
        width: 100%;
        position: relative;
        margin-bottom: 54px;
        border-radius: 20px 20px 0 0;
        flex-direction: column-reverse;
    }
    
    .work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    
    .work_flow .work_flow_items .flow_list .flow_item::after,
    .work_flow .work_flow_items .flow_list .flow_item::before {
        left: 50%;
    }

    .work_flow .work_flow_items .flow_list .flow_item::after {
        border-width: 20px;
        margin-left: -20px;
    }
    .work_flow .work_flow_items .flow_list .flow_item::before {
        border-width: 21px;
        margin-left: -21px;
    }

    .work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even)::after,
    .work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even)::before {
        left: 50%;
        right: inherit;
    }


    .work_flow .work_flow_items .flow_list .flow_item .flow_img {
        width: 100%;
        margin-right: 0;
    }
    .work_flow .work_flow_items .flow_list .flow_item:nth-of-type(even) .flow_img {
        margin-left: 0;
    }

    .work_flow .work_flow_items .flow_list .flow_item .flow_text {
        width: 100%;
        margin-bottom: 12px;
    }

    .work_flow .work_flow_items .flow_list .flow_item .flow_text .title {
        margin-bottom: 16px;
        font-size: 22px;
        font-weight: bold;
    }

    .work_flow .work_flow_items .flow_list .flow_item .flow_text .title span {
        margin-right: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .work_flow .work_flow_items .flow_list .flow_item .flow_text .text {
        padding-top: 14px;
        line-height: 1.3;
        font-size: 14px;

    }

    .work_flow .work_flow_items .flow_list .flow_item .flow_text .caution {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.2
    }


}

