/* ------------------------------
 width: all
------------------------------ */
main {
  background-image: url(../../images/bg_business.jpg);
  background-size: cover;
  background-position: top 0 center;
}
main section.s01 {
  padding-top: 120px;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 {
  width: 976px;
  position: relative;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 h4 {
  text-align: center;
  background-color: #07223C;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  padding: 44px 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -60px;
}
main section.s01 .wrapper .box01 h4::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 4px;
  background-color: #BFBFBF;
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 h4::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 4px;
  background-color: #BFBFBF;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 34px;
  margin-top: 70px;
}
main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
main section.s01 .wrapper h5 {
  margin-top: 40px;
}
main section.s01 .wrapper h5 span {
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 4px solid #F4F4F4;
  padding-bottom: 5px;
}
main section.s01 .wrapper h5 span::after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  background-color: #0F488E;
  position: absolute;
  bottom: -4px;
  left: 0;
}
main section.s01 .wrapper .box02 {
  margin-top: 35px;
  position: relative;
}
main section.s01 .wrapper .box02::after {
  content: "";
  display: block;
  clear: both;
}
main section.s01 .wrapper .box02 .photobox {
  width: 250px;
  float: left;
}
main section.s01 .wrapper .box02 .photobox img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box02 .dl01 {
  width: calc(100% - 250px);
  padding-left: 40px;
  float: right;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .box02 .dl01 dt {
  width: 110px;
}
main section.s01 .wrapper .box02 .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box02 .dl01 dd {
  width: calc(100% - 110px);
  padding-left: 20px;
}
main section.s01 .wrapper .box02 .dl01 dd .t03 {
  font-size: 25px;
  line-height: 100%;
}
main section.s01 .wrapper .box02 .dl01 dd .t04 {
  font-size: 28px;
  line-height: 100%;
  margin-top: 15px;
}
main section.s01 .wrapper .box02 .dl03 {
  width: calc(100% - 250px);
  padding-left: 40px;
  float: right;
  margin-top: 20px;
}
main section.s01 .wrapper .box02 .dl03 dt span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #1D1D1D;
  color: #1D1D1D;
  font-size: 25px;
  padding-bottom: 5px;
}
main section.s01 .wrapper .box02 .dl03 dd {
  font-size: 17px;
  line-height: 220%;
  color: #1D1D1D;
  margin-top: 10px;
}
main section.s01 .wrapper .box02 .btn_viewmore04 {
  width: 170px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
main section.s01 .wrapper .box02 .btn_viewmore04 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .btn_return {
  width: 125px;
  display: block;
  margin: 40px auto 0;
  text-decoration: none;
}
main section.s01 .wrapper .btn_return img {
  width: 78px;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .btn_return p {
  text-align: center;
  font-size: 22px;
  color: #1D1D1D;
  margin-top: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-image: url(../../images/bg_business.jpg);
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 {
    padding: 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 h4 {
    text-align: center;
    background-color: #07223C;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -25px;
  }
  main section.s01 .wrapper .box01 h4::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #BFBFBF;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 h4::after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: 2px;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 15px;
    margin-top: 0;
  }
  main section.s01 .wrapper h5 {
    margin-top: 50px;
  }
  main section.s01 .wrapper h5 span {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 2px solid #F4F4F4;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper h5 span::after {
    content: "";
    display: block;
    width: 43px;
    height: 2px;
    background-color: #0F488E;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  main section.s01 .wrapper .box02 {
    margin-top: 20px;
    position: relative;
  }
  main section.s01 .wrapper .box02::after {
    content: "";
    display: block;
    clear: both;
  }
  main section.s01 .wrapper .box02 .photobox {
    width: 110px;
    height: 110px;
    overflow: hidden;
    float: left;
  }
  main section.s01 .wrapper .box02 .photobox img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box02 .dl01 {
    width: calc(100% - 110px);
    padding-left: 20px;
    float: right;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  main section.s01 .wrapper .box02 .dl01 dt {
    width: 82px;
  }
  main section.s01 .wrapper .box02 .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box02 .dl01 dd {
    width: calc(100% - 82px);
    padding-left: 10px;
  }
  main section.s01 .wrapper .box02 .dl01 dd .t03 {
    font-size: 13px;
    line-height: 100%;
  }
  main section.s01 .wrapper .box02 .dl01 dd .t04 {
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .box02 .dl03 {
    width: 100%;
    padding-left: 0;
    float: right;
    margin-top: 10px;
  }
  main section.s01 .wrapper .box02 .dl03 dt span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #1D1D1D;
    color: #1D1D1D;
    font-size: 17px;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper .box02 .dl03 dd {
    font-size: 11px;
    line-height: 220%;
    color: #1D1D1D;
    margin-top: 5px;
  }
  main section.s01 .wrapper .box02 .btn_viewmore04 {
    width: 108px;
    position: static;
    margin-left: calc(100% - 108px);
    margin-top: 10px;
    float: left;
  }
  main section.s01 .wrapper .box02 .btn_viewmore04 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .btn_return {
    width: 108px;
    display: block;
    margin: 50px auto 0;
    text-decoration: none;
  }
  main section.s01 .wrapper .btn_return img {
    width: 39px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .btn_return p {
    text-align: center;
    font-size: 14px;
    color: #1D1D1D;
    margin-top: 10px;
  }
  main section.s07 {
    padding: 0 20px;
  }
}