@charset "utf-8";
#keyvisual {
  background: #f8f9fd;
  text-align: center;
  height: 500px;
  margin: 0 0 87px;
}
#keyvisual .kvBox {
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: center;
}
#keyvisual .kvBox .kvBody {
  width: 1100px;
  position: absolute;
  left: -550px;
}
#keyvisual .catchCopy {
  position: absolute;
  left: 160px;
  top: 206px;
  background: rgba(57, 174, 212, 0.9);
  color: #fff;
  font-size: 36px;
  padding: 32px 40px 27px;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4;
}
#keyvisual .catchCopy small {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  #keyvisual {
    display: block;
    width: 100%;
    height: auto;
  }
  #keyvisual .kvBox {
    display: block;
    height: auto;
  }
  #keyvisual .kvBox .kvBody {
    position: relative;
    width: 100%;
    left: auto;
  }
  #keyvisual .kvBox .kvBody img {
    width: 100%;
    height: auto;
  }
  #keyvisual .kvBox .kvBody .ccContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
  }
  #keyvisual .catchCopy {
    left: -40px;
    top: 41%;
  }
  #keyvisual.other {
    margin: 0;
  }
  #keyvisual.other .catchCopy {
    top: 33%;
    padding: 32px 40px 37px;
  }
  #keyvisual.other .catchCopy h1 {
    font-size: 40px;
  }
  #keyvisual.other .catchCopy.interview {
    top: 48%;
  }
  #keyvisual.other .catchCopy.faq {
    top: 34%;
  }
  #keyvisual.other .catchCopy span {
    display: block;
    font-size: 24px;
  }
  #keyvisual.recruitblog .catchCopy {
    left: -40px;
    top: 30%;
    padding: 32px 40px 40px;
  }
}
.indexSectionBox {
  margin: 0 0 92px;
}
.indexSectionBox .isBody {
  width: 1000px;
  margin: 0 auto;
}
.indexSectionBox .txtDescription {
  text-align: center;
  margin: 0 0 34px;
  font-size: 16px;
}
.indexSectionBox#business .isBody {
  width: 1100px;
  margin-bottom: -106px;
}
.indexSectionBox#business .bgImage img {
  width: 100%;
  height: auto;
}
.indexSectionBox#blog {
  background: #f7f9f9 url(/img/index/bg-blog.png) no-repeat center top;
  background-size: 100% auto;
  padding: 90px 0 100px;
  margin-bottom: 0;
}
.indexSectionBox#blog .contentHead {
  margin-bottom: 36px;
}
.indexSectionBox#shinsotsu {
  background: #fff;
  margin-bottom: 130px;
}
.indexSectionBox#shinsotsu .bgImage img {
  width: 100%;
  height: auto;
}

.achievementList {
  letter-spacing: -0.4em;
  position: relative;
  z-index: 10;
  text-align: center;
}
.achievementList li {
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  width: 280px;
  min-height: 260px;
  background: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  padding: 51px 0 0;
  text-align: center;
  margin: 0 28px 0 0;
  vertical-align: top;
}
.achievementList li.useOffice {
  padding-top: 28px;
}
.achievementList li.employee {
  padding-top: 36px;
}
.achievementList li:last-child {
  margin-right: 0;
}
.achievementList li .icon {
  color: #39aed4;
  margin: 0 0 -24px;
}
.achievementList li .icon .label {
  display: block;
  font-size: 20px;
  padding: 1px 0 0;
}
.achievementList li .numBox {
  font-size: 30px;
  font-weight: bold;
  color: #001478;
  margin: 0 0 -32px;
}
.achievementList li .numBox .num {
  font-size: 72px;
}
.achievementList li .note {
  color: #001478;
  font-size: 13px;
}

.institutionList {
  letter-spacing: -0.4em;
  text-align: center;
  margin: 0 0 30px;
}
.institutionList li {
  letter-spacing: normal;
  display: inline-block;
  width: 400px;
  margin: 0 100px 36px 0;
}
.institutionList li:nth-child(2n) {
  margin-right: 0;
}
.institutionList li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.institutionList li .label {
  color: #39aed4;
  font-size: 20px;
  padding: 8px 0 0;
  margin: 0 0 10px;
}

#shinsotsu {
  position: relative;
}
#shinsotsu .isBody {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1000px;
  height: 100%;
}
#shinsotsu .isBody .expBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}
#shinsotsu .isBody .expBox .head {
  color: #39aed4;
  font-size: 32px;
  margin: 0 0 17px;
  line-height: 1.4;
}
#shinsotsu .isBody .expBox .exp {
  margin: 0 0 34px;
}

/* layout for smartphone
==============================================================*/
@media screen and (max-width: 640px) {
  #keyvisual {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 22px;
  }
  #keyvisual .kvBox {
    display: block;
    height: auto;
  }
  #keyvisual .kvBox .kvBody {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #keyvisual .kvBox .kvBody img {
    width: 100%;
    height: auto;
  }
  #keyvisual .kvBox .kvBody .ccContainer {
    padding: 0 0 30px;
    position: relative;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy {
    position: absolute;
    left: 14px;
    right: 14px;
    top: auto;
    bottom: 0;
    font-size: 18px;
    padding: 15px 5px 15px 22px;
    box-sizing: border-box;
    text-align: left;
  }

  .indexSectionBox {
    width: auto;
    margin-bottom: 23px;
  }
  .indexSectionBox#blog {
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .indexSectionBox#blog .contentHead {
    margin-bottom: 16px;
  }
  .indexSectionBox .isBody {
    width: auto;
    margin: 0 14px 0;
  }
  .indexSectionBox .txtDescription {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .indexSectionBox#benefits {
    margin-bottom: 50px;
  }
  .indexSectionBox#benefits .txtDescription {
    text-align: left;
  }
  .indexSectionBox#business .isBody {
    margin-bottom: -67px;
    width: auto;
  }
  .indexSectionBox#business .txtDescription {
    text-align: left;
  }
  .indexSectionBox#shinsotsu {
    margin-bottom: 23px;
  }

  .achievementList li {
    width: 210px;
    margin: 0 auto 25px;
    min-height: 165px;
    padding-top: 27px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .achievementList li .icon {
    letter-spacing: -0.4em;
    margin-bottom: -23px;
  }
  .achievementList li .icon .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: normal;
    padding-top: 0;
  }
  .achievementList li .icon img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
  }
  .achievementList li .numBox {
    font-size: 28px;
    margin-bottom: -24px;
  }
  .achievementList li .numBox .num {
    font-size: 60px;
  }
  .achievementList li.useOffice {
    padding-top: 23px;
  }
  .achievementList li.employee {
    padding-top: 26px;
  }
  .achievementList li.employee .icon img {
    width: 43px;
  }
  .achievementList li:last-child {
    margin-right: auto;
  }

  .institutionList {
    margin-bottom: 36px;
  }
  .institutionList li {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .institutionList li img {
    height: auto;
  }
  .institutionList li:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .institutionList li.assign img {
    width: 45px;
  }
  .institutionList li.germana img {
    width: 45px;
  }
  .institutionList li.free img {
    width: 70px;
  }
  .institutionList li.club img {
    width: 45px;
  }
  .institutionList li.pc img {
    width: 48px;
  }
  .institutionList li.present img {
    width: 30px;
  }
  .institutionList li .label {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 7px;
  }
  .institutionList li:last-child {
    margin-bottom: 0;
  }

  #shinsotsu .isBody {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: -8px;
  }
  #shinsotsu .isBody .expBox {
    position: static;
    transform: none;
    width: auto;
    text-align: center;
  }
  #shinsotsu .isBody .expBox .head {
    font-size: 18px;
  }
  #shinsotsu .isBody .expBox .exp {
    margin-bottom: 23px;
  }
}
