@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 事業案内

******************************************************************************* */
/* ==

　01. 事業案内

=============================================================================== */
.visual01 {
  background-image: url(../images/visual_bg01.jpg);
}

.searchBg {
  background: #eee;
  padding: 40px 0;
}
.anchor01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px auto 0 auto;
}
.anchor01 ul li {
	width: 16%;
	margin: 15px 0 0 30px;
}



/* ---------------------------------------------------------------------
施工実績
--------------------------------------------------------------------- */
/*実例ボックス*/

.ex_wrap {
    /*width: 79.17%;*/
	width: 950px;
    margin: -40px auto 0;
    padding-top: 100px;
    padding-bottom: 60px;
    border-bottom: #CCC 1px solid;
}

.ex_head {
    display: flex;
}

.ex_wrap .ex_title {
    width: 75%;
}

.ex_wrap .ex_title .ext_cat {
    color: #FFF;
    background: #ab951d;
    /*font-size: 18px;*/
    font-size: 150%;
    text-align: center;
    width: 21.33%;
    float: left;
    padding: 8px;
    margin-right: 30px;
}

.ex_wrap .ex_title .ext_b {
    /*font-size: 32px;*/
	line-height: 1.5;
	font-size: 265%;
    float: left;
    font-weight: bold;
}

.ex_wrap .ex_title .ext_txt {
    /*font-size: 16px;*/
    font-size: 135%;
    clear: both;
    padding-top: 20px;
	padding-right: 10px;
}

.ex_title.nodata {
    width: 100%;
}

.ex_wrap .ex_data {
    width: 25%;
}

.ex_wrap .ex_data .exd_hd {
    background: #0c5033;
    color: #FFF;
    /*font-size: 14px;*/
    font-size: 117%;;
    margin-bottom: 5px;
    padding: 6px;
}

.ex_wrap .ex_data .exd_txt {
    /*font-size: 13px;*/
    font-size: 117%;;
}

.ex_wrap .ex_data .exd_btn {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #d36917;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
}

.ex_wrap .ex_data .exd_btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
    transition: cubic-bezier(0.25,0.46,0.45,0.94) 0.3s;
}

.ex_wrap .ex_data .exd_btn::before {
    background-color: #b36022;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.ex_wrap .ex_data .exd_btn:hover {
    text-decoration: none;
}
.ex_wrap .ex_data .exd_btn:hover::before {
    width: 100%;
}

.ex_wrap .ex_photo {
    width: 100%;
    margin-top: 20px;
}

.ex_wrap .ex_photo img {
    width: 100%;
    height: auto;
}
