@charset "utf-8";


/* -------------------------------- #eye-catch  -------------------------- */


#eye-catch {
  background:url(../img/business-header02.jpg) no-repeat 0 0;
  background-position: -670px -15px;
  background-size:cover;
}

.container h2 {
  text-align:center;
  color:#1d2d66;
  margin-bottom:20px;
}

.ja {
  font-size:42px;
  border-bottom:1px solid #1d2d66;
  margin-bottom:30px;
  padding-bottom:10px;
}

.en {
  margin-top:10px;
  font-size:15px;
  display:block;
}

/* -------------------------------- #tp  -------------------------- */

#tp {
  padding:20px 0 0 0;
  width:100%;
  margin:0 auto;
}

#tp .container {
  padding:0;
}

.tp-container {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  position:relative;
  margin:0 0 350px;
}

.tp-left {
  background:#fafafa;
  width:100%;
  font-size:16px;
  line-height:2;
  z-index:1;
}

.tp-left p {
  padding:45px;
}


.tp-right {
  background:url(../img/business01.jpg) center center;
  background-size:cover;
  position: absolute;
  right:0;
  top: 530px;
  width: 100%;
  height: 250px;
  z-index:1;
}

/* -------------------------------- #sr  -------------------------- */


#sr {
  padding:20px 0 0 0;
  width:100%;
  margin:0 auto;
}

#sr .container {
  padding:0;
}

.sr-container {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  position:relative;
  margin:0 0 650px;
}

.sr-left {
  position:absolute;
  right:0;
  order:2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  background:#fafafa;
  width:100%;
  font-size:16px;
  padding:45px;
  line-height:2;
  z-index:-1;
}

.sr-right {
  order:1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  background:url(../img/business02.jpg) center center;
  background-size:cover;
  position: absolute;
  left:0;
  top: 400px;
  width:100%;
  height: 250px;
  z-index:1;
}

/* -------------------------------- #sr  -------------------------- */

.contents_border {
  width: 100%;
  position: relative;
  height: 170px;
  margin: 20px 0;
}

.contents_border:before {
  content: "";
  width: 1px;
  height: 62px;
  background-color: #dddddd;
  left: 50%;
  bottom: 0;
  display: block;
  position: absolute;
}

.contents_border i {
  position: relative;
  width: 44px;
  display: block;
  margin: auto;
  top: 50%;
}

.contents_border i:before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  margin-top: -14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/local_border_square.png);
  background-size: 100% 100%;
  opacity: 0.5;
}

.contents_border i:after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  left: 0;
  margin-top: -14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/local_border_square.png);
  background-size: 100% 100%;
  opacity: 0.5;
}

.contents_border:after {
  content: "";
  width: 1px;
  height: 62px;
  background-color: #dddddd;
  left: 50%;
  top: 0;
  display: block;
  position: absolute;
}

@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

/* ================================================== tablet ================================================== */

@media screen and (min-width:760px) {



}


/* ================================================== pc ================================================== */


@media screen and (min-width:960px) {




  #eye-catch {
    background:url(../img/business-header.jpg) no-repeat 0 0;
    background-position:center center;
  }

  .contents_border i:before {
    animation:3s linear infinite rotation3;
  }


  .contents_border i:after {
    animation:3s linear infinite rotation3;
  }



  /* -------------------------------- #tp  -------------------------- */

  .container h2 {
    margin-bottom:70px;
  }

  #tp {
    padding:60px 0 0 0;
  }


  #tp .container {
    padding:0 45px;
  }

  .tp-left {
    width:500px;
  }

  .tp-right {
    position: absolute;
    right:0;
    top: 50px;
    width: 90%;
    height: 575px;
    z-index:-1;
  }

  .tp-container {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    position:relative;
    margin:0 0 370px;
  }




  /* -------------------------------- #sr  -------------------------- */


  #sr {
    padding:40px 0 0 0;
  }


  #sr .container {
    padding:0 45px;
  }

  .sr-container {
    margin:0 0 750px;
  }

  .sr-left {
    position:absolute;
    right:0;
    max-width:500px;
    z-index:1;
  }

  .sr-right {
    order:1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    position: absolute;
    left:0;
    top: 50px;
    width:90%;
    height: 575px;
    z-index:-1;
  }

}

@media screen and (min-width:1215px) {

}
