@charset "utf-8";


/***
 768
 *****/
@media print, screen and (max-width: 768px) {
  body{
    font-size:15px;
  }
  .font_l{
    font-size:20px;
  }
  section#main .img_wrap{
    position:absolute;
    left:12%;
    top:50%;
    width:75%;
    z-index:100;
  }
  section#main .img_wrap img{
    display:block;
    position:relative;
    width:100%;
    z-index:100;
    left:0;
    top:0;
    margin-top:-40%;
  }
  .row{
    flex-wrap: wrap;
  }
  .cell-2,.cell-4,.cell-4_3{
    width:100%;
  }
  div#container section{
    padding-top:50px;
  }

  h3.section_title{
    font-size:40px;
    line-height:1;
    text-align: center;
  }
  p.section_title_sub{
    font-size:16px;
    line-height:1;
    text-align: center;
    padding:25px 0;
  }
  #about #about_info{
    padding-top:20px;
    padding-bottom:30px;
  }
  #about .cell-right{
    padding-top:0px;
  }
  #about .cell-left{
    padding-top:40px;
    padding-left:0px;
    padding-bottom: 20px;
  }
  #about .cell-left .img_wrap{
    width:90%;
    margin:0 auto;
  }
  #about .cell-left .img_wrap img{
    display:block;
    width:100%;
  }
  #about h4.sub_title{
    font-size: 20px;
    line-height: 50px;
    background-color: #f7eee3;
    text-align: center;
    margin-bottom:10px;
  }
  #policy01,#policy02{
    padding:40px 20px 30px;
    text-align:center;
  }
  #policy01{
    color:#FFF;
    background-color:#009b40;
  }
  #policy02{
    background-color:#fff125;
  }
  #policy01 .font_l,#policy02 .font_l{
    line-height: 1;
    padding:0 0 20px 0;
  }
  #diy .section_title_wrap{
    height:350px;
    background-image: url("../images/diy_back.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size:cover;
    color:#FFF;
    position:relative;
  }
  #diy .section_title_wrap .img_wrap{
    position:absolute;
    margin-top:-20px;
    width:100%;
    left:0;
    top:0;
  }
  #diy .section_title_wrap .img_wrap img{
    display:block;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
  }
  #diy .section_title{
    font-size:50px;
    padding-top:120px;
  }
  #diy #self{
    background-image: url("../images/diy_back2.png");
    background-position: left top;
    background-repeat: repeat;
    padding-top:50px;

  }
  #diy #self h4{
    font-size:28px;
    line-height:1.8;
    text-align:center;
  }
  #diy #self .self_txt{
    padding:20px 0 30px;
    text-align:center;
  }
  #self_step {
    padding-bottom:40px;
  }
  #self_step .row{
    text-align:center;
    display: block;
    margin:0 auto;
    padding-bottom:30px;
  }
  .self_step_cell{
    margin:0 auto;
    text-align:center;
    background-color: #FFF;
    width:320px;
    height:320px;
    border-radius: 50%;
    position:relative;
    margin-bottom:35px;
  }
  .self_step_cell h5{
    font-size:32px;
    position:absolute;
    line-height:1;
    top:70px;
    text-align: center;
    width:320px;
  }
  .self_step_cell .line{
    text-align: center;
    position:absolute;
    left:50%;
    top:110px;
  }
  .self_step_cell .line img{
    position:relative;
    left:-50%;
  }
  .self_step_cell .text{
    position:absolute;
    top:130px;
    width:320px;
    text-align: center;
  }
  #self_step02.self_step_cell .text{
    top:140px;

  }
  .self_step_cell .step_img{
    position:absolute;
    bottom:20px;
    left:50%;
  }
  .self_step_cell .step_img img{
    position:relative;
    left:-50%;
  }
  .self_step_cell:after{
    content: "";
    background-image: url("../images/step_arrow_sp.png");
    background-size:contain;
    display: block;
    position:absolute;
    width:12px;
    height:27px;
    left:calc(50% - 6px);
    top:auto;
    bottom:-27px;
  }
  #self_step03.self_step_cell{
    margin-right: 0;
  }
  #self_step03.self_step_cell:after{
    content: none;
  }



  #case_study{
    padding-bottom:50px;
  }
  #case_study .section_title_sub{
    padding-bottom:20px;
  }
  #case_study .case_block{
    margin-bottom:25px;
  }
  #case_study .row *{
    text-align:center;
  }
  .case_tit{
    display:block;
  }
  .case_tit p{
    font-size:18px;
    font-weight:bold;
  }
  .case_img{
    width:100%;
    margin: 0;
    padding: 10px 20px;
    background-color: #FFF;
  }
  .case_img.case_img_last{
    padding-right:20px;
  }
  .case_img .caption{
    font-size:14px;
  }
  .case_img .img_wrap{
    display: block;
    width:100%;
  }
  .case_img .img_wrap img{
    display:block;
    width:100%;
  }


  #access{
    padding-bottom:50px;
    background-color:#efeff1 ;
  }
  #access p{
    text-align:center;
    font-size:14px;
  }
  #access p.address{
    padding-top:20px;
  }
  #access .image_wrap{
    margin-top:15px;
  }
  footer .copyright{
    color:#FFF;
    background-color: #000;
    font-size:12px;
    line-height:1;
    padding:20px 0;
  }

}

/***
 480
 *****/
@media print, screen and (max-width: 480px) {

}