@charset "UTF-8";
/* home */
/*------------------------------ スライド ------------------------------*/
.slidebg {
  background: #0095a5;
}
.slidebg .mainWrapper {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: #000;
}
.slidebg .mainWrapper .slidebtn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 200;
  width: 400px;
}
.slidebg .mainWrapper .slidebtn a {
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  border: 3px solid #fff;
  transition: all 0.3s ease 0s;
}
.slidebg .mainWrapper .slidebtn a .fa-chevron-circle-right {
  margin-left: 20px;
  color: #0095a5;
}
.slidebg .mainWrapper .slidebtn a:hover {
  border: 3px solid #274c8e;
  color: #274c8e;
}
.slidebg .mainWrapper .slidebtn a:hover .fa-chevron-circle-right {
  color: #274c8e;
}
.slidebg .mainWrapper .load-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.slidebg .mainWrapper .load-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}
.slidebg .mainWrapper .wleft {
  display: none;
}
.slidebg .mainWrapper .wright {
  display: none;
}
/*.slide-bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0))
}*/
.mainSlider {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity .3s linear;
  z-index: 2;
}
.mainSlider.slick-initialized {
  opacity: 1;
}
.mainSlider .slick-slide {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.mainSlider .content {
  position: absolute;
  top: 35%;
  left: 50px;
  z-index: 200;
}
.mainSlider .content .title {
  margin-bottom: 20px;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 1;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.mainSlider .slick-current .content .title {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.mainSlider .content .caption {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 200;/*text-shadow: 0 0 3px #fff; */text-shadow: 0 0 5px #000;color:#fff;
}
@media screen and (min-width: 960px) {
  .slidebg .mainWrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1240px) {
  .slidebg .mainWrapper {
    width: 1240px;
    height: 400px;
  }
  .mainSlider .slick-slide {
    width: 1240px;
    height: 400px;
  }
  .slidebg .mainWrapper .wleft {
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
    top: 0;
  }
  .slidebg .mainWrapper .wright {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0;
  }
  .slidebg .mainWrapper .slidebtn {
    right: 140px;
  }
  .mainSlider .content {
    left: 200px;
  }
}
/*------------------------------ エージェントは ------------------------------*/
.ebg {
  background-image: url(../img/top/backimg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .ebg {
    background-size: 100% auto;
  }
}
.ebg .ebgContents {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0;
}
.ebg .ebgContents .catcharea {
  text-align: center;
  margin-bottom: 50px;
}
.ebg .ebgContents .catcharea img{width:300px;height:auto;margin:2em 0;}
.ebg .ebgContents .catcharea dl {
font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}
.ebg .ebgContents .catcharea dt {
  text-align: center;
  font-size: 32px;
  line-height: 100px;
}
.ebg .ebgContents .catcharea dd {
  text-align: center;
  font-size: 18px;
}
.ebg .ebgContents .aboutagent {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.ebg .ebgContents .aboutagent li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ebg .ebgContents .aboutagent li div {
  width: 50%;
}
.ebg .ebgContents .aboutagent li .abouttext {
  padding: 0 50px;
}
.ebg .ebgContents .aboutagent li .abouttext .catch {
  color: #0095a5;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
/*------------------------------ 転職支援サービスについてボタン ------------------------------*/
.sbg {
  width: 100%;
  background: #2a5298; /* Old browsers */
  background: -moz-linear-gradient(top, #2a5298 0%, #1e3c72 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a5298 0%, #1e3c72 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a5298 0%, #1e3c72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5298', endColorstr='#1e3c72', GradientType=0); /* IE6-9 */
}
.sbg .sbgContents {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0;
}
.sbg .sbgContents .lbtn {
  height: 100px;
  width: 900px;
  margin: 0 auto;
}
.sbg .sbgContents .lbtn a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background: #fff;
  color: #000;
  border-bottom: solid 6px #23a1dd;
  border-radius: 10px;
  font-size: 36px;
  font-weight: normal;
  position: relative;
  text-align: center;
}
.sbg .sbgContents .lbtn a:hover {
  color: #005898;
}
.sbg .sbgContents .lbtn a:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);*/
  border-bottom: solid 4px #23a1dd;
}
.sbg .sbgContents .lbtn a p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbg .sbgContents .lbtn a .detailbtn {
  font-size: 14px;
  background: #0095a5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  margin-left: 40px;
}
.sbg .sbgContents .lbtn a .detailbtn i {
  margin-left: 10px;
}
.sbg .sbgContents .lbtn a:hover .detailbtn {
  background: #2EB6B6;
}