@charset "UTF-8";
.sub_mv {
    position: relative;
    padding-top: 75px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    background: url(../img/common/mv.jpg) no-repeat center / cover;
}

.sub_mv_en {
    font-size: 5.5rem;
}

.cmn_table dl {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 3%;
    border-bottom: 1px solid #000;
}

.cmn_table dl dt {
    width: 25%;
    font-weight: bold;
}

.cmn_table dl dd {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .sub_mv_en {
        font-size: 4rem;
    }
    .cmn_table dl {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .sub_mv_en {
        font-size: 3rem;
    }
    .cmn_table dl dt {
        width: 100%;
    }
    .cmn_table dl dd {
        flex: none;
        width: 100%;
    }
}


/******************************
******** 事業内容 *******
*******************************/

.service_list li .w_50 {
    width: 48.5%;
}

.service_cont h4 {
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
    .service_list li .w_50 {
        width: 100%;
    }
    .service_list li .w_50+.w_50 {
        margin-top: 20px;
    }
	
	.sp_left {
		text-align: left!important;
	}
}


/******************************
******** 施工事例 *******
*******************************/

.works_list li {
    width: 32.5%;
    background: #fff;
}

.works_cont {
    padding: 20px 20px 20px 15px;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 2px solid #F49D00;
}

.works_cont::after {
    content: '\f054';
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

.m-pagenation ul {
    display: flex;
    justify-content: center;
}

.m-pagenation ul li {
    margin-top: 50px;
}

.m-pagenation ul li span,
.m-pagenation ul li a {
    display: block;
    width: 35px;
    margin: 5px;
    line-height: 35px;
    text-align: center;
    background: #F49D00;
    color: #fff;
    border: 2px solid #F49D00;
}

.m-pagenation ul li span.current {
    background: #fff;
    color: #F49D00;
}

.m-pagenation ul li a.next,
.m-pagenation ul li a.prev {
    width: auto;
    border: none;
    background: #9F9F9F;
    color: #fff;
}

.post_single_header {
    padding: 0 3% 30px;
    border-bottom: 3px solid #F49D00;
}

.post_single_date {
    margin-right: 30px;
}

.post_single_cont {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}


.works_single .post_single_cont h3 {
    width: 30%;
    font-weight: 600;
    padding: 8px 0;
}

.works_single .post_single_cont p {
    width: 70%;
    padding: 8px 0;
}


.post_single_btn a {
    position: relative;
    max-width: 255px;
    padding: 13px 0;
}

.post_single_btn a::after {
    content: '\f053';
    position: absolute;
    left: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .works_list li {
        width: 49%;
    }
    .works_cont {
        padding: 20px 30px 20px 15px;
    }
}

@media screen and (max-width: 480px) {
    .works_list li {
        width: 100% !important;
    }
    .works_cont {
        padding: 15px 25px 15px 10px;
    }
}


/******************************
************ 会社案内 ************
*******************************/

.company_link a {
    position: relative;
    display: block;
    width: 32.33%;
    max-width: 190px;
    margin: 0 .5%;
    padding: 10px;
    border: 2px solid #000;
}

.company_link a::after {
    content: '\f107';
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

.company_link a:hover {
    background: #000;
    color: #fff;
}

.company_content h3 {
    border-bottom: 4px solid #000;
}

.outline_add {
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 480px) {
    .about_cont ul li {
        width: 100%;
    }
}


/******************************
********* お問い合わせ *********
*******************************/

.contact_box_item {
    width: 48.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    line-height: 1.5;
    border: 5px solid #002E53;
}

.contact_box_item i {
    margin-right: 8px;
}

.contact-cont dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0;
}

.contact-cont dl dt {
    width: 35%;
    max-width: 250px;
    position: relative;
    font-weight: bold;
}

.contact-cont dl dd {
    flex: 1;
}

.required {
    font-size: 1rem;
    margin-left: 20px;
    padding: 2px 15px 3px;
    color: #fff;
    background: #FF0000;
    font-weight: bold;
}

.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"],
.contact-cont input[type="number"] {
    width: 100%;
    height: 42px;
    background: #F6F6F6;
    border: 1px solid #E5E5E5;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact-cont select {
    height: 42px;
    padding: 0 10px;
    border: 1px solid #E5E5E5;
}

.contact-cont textarea {
    width: 100%;
    padding: 10px;
    background: #F6F6F6;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact-cont input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    background: #002E53;
    border: 1px solid #002E53;
    color: #fff;
    height: 72px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

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

.contact-cont input[type="button"] {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    background: #777;
    border: 1px solid #777;
    color: #fff;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

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

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

@media screen and (max-width: 480px) {
    .contact_box_item {
        width: 100%;
    }
}