#service .main_visual{
	background: url(../img/service-main_visual.jpg)no-repeat center;

}
#service .main_visual .inner{
	position: absolute;
    top: 150px;
    right: 70px;
}

h2::before{
	background: url(../../img/index-sec4_ttl.png)no-repeat;
}
section .flexbox{
	display: flex;
  width: 75%;
	margin: 50px 0;
	justify-content: space-between;
	-ms-flex-pack:justify;
flex-wrap: nowrap;
  align-items: flex-start;
}

section .flexbox .flexbox{
	margin: 0px 0;
	justify-content: start;
}

#service h4{
	font-size: 18px;
	color:#bc875b;
}

.mean{
	background:#eee6de;
	padding:35px 40px;
  margin-top:5rem;
}
.mean p{
	margin-top: 20px;
}

/*工程エリア追加*/


.about section {
  margin-bottom: 60px;
}
.about section:last-child {
  margin-bottom: 0;
}
.about h2 {
  background: #f1e7de;
  font-size: 26px;
  padding: 8px 10px 6px 10px;
  line-height: 1.5;
}
.about .nav {
  background: #f6f5f5;
  padding: 15px 15px 10px 15px;
  margin: 1px 0 30px;
}
.about .nav .flexbox {
  justify-content: flex-start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
}
.about .nav .flexbox li {
  border-right: 1px solid #ddc3ad;
  padding: 0 10px 0 20px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}
.about .nav .flexbox li:last-child {
  border-right: none;
}
.about .nav .flexbox li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #c29977;
  border-right: 2px solid #c29977;
  transform: rotate(45deg);
  top: 5px;
  left: 0;
}
.about h3 {
  border-top: 2px solid #ddc3ad;
  border-bottom: 2px solid #ddc3ad;
  font-size: 22px;
  padding: 8px;
  margin-bottom: 20px;
  position: relative;
}
.about h3 img {
  vertical-align: middle;
  padding-right: 10px;
}
.about h3.head {
  padding-left: 20px;
}
.about h3.head::before {
  width: 5px;
  height: 30px;
  background: #ddc3ad;
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 12px;
}
.about h4 {
  font-size: 20px;
}

.about h3 + p {
	padding-left: 10px;
  }
main .check_box {
  background: url(https://share.8743-rebello.com/img/eshop/about/merit_check_bg.jpg);
  padding: 20px;
  margin-top: 50px;
  text-align: left;
  position:relative;
}

main .check_box img {
  position: absolute;
  top: -35px;
  left: 22px;
}
main .check_box ul {
  background: #fff;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 40px 40px 25px 40px;
  margin:0;
  width:auto;
}
main .check_box li {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f57676;
  font-weight: bold;
  position: relative;
  padding-left: 44px;
  width: 44%;
}
main .check_box li:last-child {
  margin-bottom: 0;
}
main .check_box li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px dashed #000;
  top: 0;
  left: 0;
  background: url(https://share.8743-rebello.com/img/eshop/about/merit_check.png) no-repeat center;
}

 #reform .step li {
  border-top: 1px dashed #bc9677;
  padding: 20px 0;
  align-items: flex-start;
  -ms-flex-align: start;
  width:auto;
}
#reform .step li span {
  display: inline-block;
  background: #bc9677;
  color: #fff;
  padding: 6px 12px;
  margin-right: 15px;
}
#reform .step li h4 {
  margin-bottom: 20px;
}
#reform .step li div {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px;
}
#reform .step li img {
  margin-right: 10px;
}
#reform .step li small {
  font-size: 13px;
}

#reform .step .point {
  background: #f4f0eb;
  padding: 20px 40px 20px 20px;
  margin-top: 20px;
}
#reform .step .point li {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#reform .step .point li:last-child {
  margin-bottom: 0;
}




#reform .video_wrap {
  text-align: center;
  margin: 30px 0;
}




/*@*/
@media screen and (max-width:767px){
  
.about .flexbox {
    display: block;
}
  
  .about h2 {
    font-size: 5vw;
    padding: 2vw 0 2vw 3vw;
  }
  .about h3 {
    border-top: 2px solid #ddc3ad;
    border-bottom: 2px solid #ddc3ad;
    font-size: 4.5vw;
    padding: 2vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .about h3.head {
    padding-left: 6vw;
  }
  .about h3.head::before {
    width: 5px;
    height: 6vw;
    background: #ddc3ad;
    content: "";
    display: inline-block;
    position: absolute;
    left: 2vw;
    top: 2.9vw;
  }
  .about h3 + p {
    padding-left: 2vw;
  }
  .about h3 img {
    vertical-align: middle;
    padding-right: 2vw;
    width: 8vw;
  }
  .about section {
    margin-bottom: 10vw;
  }

  .about h4 {
    font-size: 4.2vw;
  }
  .about .nav {
    background: #f6f5f5;
    padding: 3vw 3vw 5vw;
    margin: 1px 0 6vw;
  }
  .about .nav .flexbox li {
    border-bottom: 1px solid #ddc3ad;
    padding: 2vw 7vw;
    position: relative;
    margin-right: 0;
    border-right: none;
    margin-bottom: 0;
  }
  .about .nav .flexbox li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.8vw;
    height: 1.8vw;
    border-bottom: 2px solid #c29977;
    border-right: 2px solid #c29977;
    transform: rotate(45deg);
    top: 3.5vw;
    left: 1.5vw;
  }
  .about .check_box img {
    position: absolute;
    top: -7vw;
    left: 5vw;
    width: 28vw;
  }
  .about .check_box {
    background: url(https://share.8743-rebello.com/img/eshop/about/merit_check_bg.jpg);
    padding: 3vw;
    margin-top: 10vw;
  }
  .about .check_box ul {
    padding: 8vw 4vw;
  }
  .about .check_box li {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding-left: 10vw;
    width: 100%;
   box-sizing: border-box;  
  }
  .about .check_box li::before {
    width: 7vw;
    height: 7vw;
    background: url(https://share.8743-rebello.com/img/eshop/about/merit_check.png) no-repeat center;
    background-size: 5vw;
  }
  
  .about .btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 4.4vw;
    right: 3vw;
  }
  
  
  .about .btn {
    width: 70vw;
    background: #fff;
    color: #383434;
    margin-top: 72vw;
    border: 1px solid;
}
  
  
  .video_wrap {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
}
  
  #reform .step li {
margin: 0;
}  
  
  
  #reform .step li div {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    margin-right: 0;
}
  
 #reform .step li img {
    margin-right: 0;
    margin-top: 3vw;
   width: 100%;
}
  
  .reform02 {margin-top:6vw;}
  
}


@media screen and (max-width:767px){
  h2::before {
    background: url(../../img/index-sec4_ttl.png)no-repeat;
    background-size: 26vw;
}
#service .main_visual {
    background: url(../img/service-main_visual.jpg)no-repeat center top;
    background-size: 140vw;
    height: 90vw;

}
#service .main_visual .inner {

  position: absolute;
  top: 60vw;
  right: auto;
  left: 5%;

}
#service h4 {
    font-size: 4vw;
    color: #bc875b;
}
#service section .mean {
    padding: 6vw 7vw;
}
.mean p {
    margin-top: 3vw;
}

}

#youmou .step li {
  border-top: 1px dashed #bc9677;
  padding: 20px 0;
  align-items: flex-start;
  -ms-flex-align: start;
  width:auto;
}
#youmou .step li span {
  display: inline-block;
  background: #bc9677;
  color: #fff;
  padding: 6px 12px;
  margin-right: 15px;
}
#youmou .step li h4 {
  margin-bottom: 20px;
}
#youmou .step li div {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px;
}
#youmou .step li img {
  margin-right: 10px;
}
#youmou .step li small {
  font-size: 13px;
}

#youmou .step .point {
  background: #f4f0eb;
  padding: 20px 40px 20px 20px;
  margin-top: 20px;
}
#youmou .step .point li {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#youmou .step .point li:last-child {
  margin-bottom: 0;
}


#youmou .video_wrap {
  text-align: center;
  margin: 30px 0;
}


#youmou .btn {
    width: 360px;
    background: #fff;
    color: #383434;
    margin: 40px auto;
    border: 1px solid;
}

#youmou .btn:hover{
	background: #383434;
	color: #fff;
}
#youmou .btn::before{
    background: #383434;
}
#youmou .btn:hover::before{
  width: 45px;
  background: #fff;
}

/*@*/
@media screen and (max-width:767px){

#youmou .step li {
margin: 0;
}  
  
  
#youmou .step li div {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    margin-right: 0;
}
  
#youmou .step li img {
    margin-right: 0;
    margin-top: 3vw;
   width: 100%;
}
  
  
#youmou .step .point img {
    width: 26vw;
    display: block;
    margin: 0;
    margin-bottom: 2vw;
}
  
  
  .reform02 {margin-top:6vw;}

.video_wrap {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
}  
  
.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  
 
  
}

#clearning .step li {
  border-top: 1px dashed #bc9677;
  padding: 20px 0;
  align-items: flex-start;
  -ms-flex-align: start;
  width:auto;
}
#clearning .step li span {
  display: inline-block;
  background: #bc9677;
  color: #fff;
  padding: 6px 12px;
  margin-right: 15px;
}
#clearning .step li h4 {
  margin-bottom: 20px;
}
#clearning .step li div {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px;
}
#clearning .step li img {
  margin-right: 10px;
}
#clearning .step li small {
  font-size: 13px;
}

#clearning .step .point {
  background: #f4f0eb;
  padding: 20px 40px 20px 20px;
  margin-top: 20px;
}
#clearning .step .point li {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#clearning .step .point li:last-child {
  margin-bottom: 0;
}




#clearning .video_wrap {
  text-align: center;
  margin: 30px 0;
}


#clearning .btn {
    width: 360px;
    background: #fff;
    color: #383434;
    margin: 40px auto;
    border: 1px solid;
}

#clearning .btn:hover{
	background: #383434;
	color: #fff;
}
#clearning .btn::before{
    background: #383434;
}
#clearning .btn:hover::before{
  width: 45px;
  background: #fff;
}

/*@*/
@media screen and (max-width:767px){
  
  
#clearning .step li {
margin: 0;
}  
  
  
#clearning .step li div {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    margin-right: 0;
}
  
#clearning .step li img {
    margin-right: 0;
    margin-top: 3vw;
   width: 100%;
}
  
  
#clearning .step .point img {
    width: 26vw;
    display: block;
    margin: 0;
    margin-bottom: 2vw;
}
  
  
.reform02 {margin-top:6vw;}

.video_wrap {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
}  
  
.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   
  
  
}


#takumi .video_wrap {
  text-align: center;
  margin: 30px 0;
}


#takumi .step li {
  border-top: 1px dashed #bc9677;
  padding: 20px 0;
  align-items: flex-start;
  -ms-flex-align: start;
  width:auto;
}
#takumi .step li span {
  display: inline-block;
  background: #bc9677;
  color: #fff;
  padding: 6px 12px;
  margin-right: 15px;
}
#takumi .step li h4 {
  margin-bottom: 20px;
}
#takumi .step li div {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px;
}
#takumi .step li img {
  margin-right: 10px;
}
#takumi .step li small {
  font-size: 13px;
}

#takumi .step .point {
  background: #f4f0eb;
  padding: 20px 40px 20px 20px;
  margin-top: 20px;
}
#takumi .step .point li {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#takumi .step .point li:last-child {
  margin-bottom: 0;
}


#takumi .video_wrap {
  text-align: center;
  margin: 30px 0;
}


#takumi .btn {
    width: 360px;
    background: #fff;
    color: #383434;
    margin: 40px auto;
    border: 1px solid;
}

#takumi .btn:hover{
	background: #383434;
	color: #fff;
}
#takumi .btn::before{
    background: #383434;
}
#takumi .btn:hover::before{
  width: 45px;
  background: #fff;
}

@media screen and (max-width:767px){
  
		
		#takumi .step li {
		
		margin: 0 0;
		
		}
		
		#takumi .step li.flexbox .flexbox{
		
				margin: 0px 0 1rem 0;
    justify-content: start;
    display: flex;
    width: 100%;
		}
		
		}
		




/*TAB切り替え表示*/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
border: 1px dashed #a87246;
    flex-wrap: wrap;
    order: -1;
      padding: 6px;
  width:23.2%;
  text-align:center;
  position:relative;
  margin:2rem 0;
}


.tab-label img {
    position: absolute;
    left: 5px;
    top: 7px;
}


.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #bc9677;
  color:#fff;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


.tab-wrap .btn {
    width: 360px;
    background: #fff;
    color: #383434;
    margin: 40px auto;
    border: 1px solid;
}

.tab-wrap .btn:hover{
	background: #383434;
	color: #fff;
}
.tab-wrap .btn::before{
    background: #383434;
}
.tab-wrap .btn:hover::before{
  width: 45px;
  background: #fff;
}

/*@*/
@media screen and (max-width:767px){
  
.tab-label {
  width:45.2%;
  text-align:center;
  position:relative;
  margin:0;
}

.tab-content {
    width: 100%;
    display: none;
  margin:2rem 0 0 0;
}  
}
