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


/* ===========================================
Top Main
=========================================== */

#topmain{
  text-align:center;
  overflow:hidden;
  /*background:red;*/
  margin-top:80px;
  padding-right:1px;
  /*height:606px;*/
  padding-bottom:89px;

/*  
  padding-bottom:96px;
*/


}

.mainimg_pc{
}

.mainimg_sp{
  display:none;
}

#maincopy{
  width:1000px;
  margin:-25px auto 0;  /* ORG */
  margin:-23px auto 0;
  
  padding-left:113px;
  text-align:left;
  /*background:red;*/
  height:94px;
}

#maincopy ul{
  margin:0;
  padding:0;
  position:relative;
}

#maincopy ul li{
  margin:0;
  padding:0;
  position:absolute;
  display:none;
  height:94px;
}

#maincopy ul li:nth-child(1){
  display:block;
}

#maincopy li img{
  width:auto;
  max-height:100%;    
}


/* ===========================================
業務案内
=========================================== */

#bizguide{
  /*height:620px;*/
  width:1000px;
  margin:0 auto;
  padding-top:88px;
  padding-bottom:91px;


/*
  padding-bottom:95px;
*/
  
  /*
  padding-top:102px;
  padding-bottom:121px;
  padding-bottom:118px;
  */
  
  position:relative;
}

#bizguide h1{
  text-align:center;
  height:60px;
  font-size:16px;
  line-height:1em;
  margin-bottom:41px;
}

.h_sep{
  text-align:center;
}

.bizguide_elm_wrap{
  margin:42px auto 0;
  display: flex;
  justify-content: space-between;
}

.bizguide_elm{
  width:288px;
}

#bizguide h2{
  text-align:center;
  height:29px;
  font-size:16px;
  line-height:1em;
  margin-bottom:36px;
}

.h_sep{
  text-align:center;
  margin-bottom:0px;

}

.h2_sep{
  height:1px;
  width:40px;
  margin:0 auto;
  background-color:#f0cd07;
  margin-bottom:34px;
}


.bizguide_elm:nth-child(2) .bizguide_elm_text{
  letter-spacing:-0.05em;
}

.bizguide_elm_text{
  font-size:16px;
  line-height:29px;
  font-weight:100;
  text-align:justify;
}

.ball_cloud{
  position:absolute;
  top:85px;
  right:55px;
  
  /*top:99px;*/

}



@media screen and (max-width: 768px) {
    #topmain{
      width:90%;
      margin-left:auto;
      margin-right:auto;
    }

    #topmain img{
      max-width:100%;
      height:auto;
    }

    .mainimg_pc{
      display:none;
    }

    .mainimg_sp{
      display:block;
    }

    #maincopy{
      width:auto;
      height:84px;
      /*padding-left:11.3%;
      padding-right:11.5%;*/
      padding-left:2px;
    }

    #maincopy ul li{
      height:84px;    
    }

    #bizguide{
        width:90%;
        margin:0 auto;
    }

    .bizguide_elm_wrap{
        margin:42px auto 0;
        display: block;
        justify-content: space-between;
    }

    .bizguide_elm{
        width:auto;
        margin-bottom:70px;
    }

    .bizguide_elm:last-child{
        width:auto;
        margin-bottom:0px;
    }
    
    .ball_cloud{
        display:none;
    }
    
    .bizguide_elm_text{
        font-weight:200;
    }
    
}



@media screen and (max-width: 600px) {

    #topmain{
      margin-top:65px;
      padding-bottom:74px;
    }

    #maincopy{
      height:65px;
    }
    #maincopy ul li{
      height:65px;    
    }

}


@media screen and (max-width: 414px) {

    #topmain{
      width:94%;
      margin-top:60px;
      padding-bottom:69px;
    }

    #maincopy{
      height:47px;
    }
    #maincopy ul li{
      height:47px;
    }

}


@media screen and (max-width: 375px) {


    #maincopy{
      height:42px;
    }
    
    #maincopy ul li{
      height:42px;    
    }


}


@media screen and (max-width: 320px) {

    #maincopy{
      height:37px;
    }

    #maincopy ul li{
      height:37px;    
    }

    #bizguide h1{
      height:58px;
      margin-bottom:40px;
    }

    #bizguide h1 img{
      max-height:100%;
      width:auto;
    }

}