@charset "UTF-8";
#visual {
  overflow: hidden;
}

#visual .visual {
  margin: 0 auto;
  height: 680px;
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    height: auto;
  }
}

#visual .visual #visual_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 480px) {
  #visual .visual #visual_slider {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

#visual .visual #visual_slider li:focus {
  outline: none;
}

#visual .visual #visual_slider li img {
  min-width: 100%;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
}

@media (max-width: 480px) {
  #visual .visual #visual_slider li img {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

#visual .visual .visual_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
}

@media (max-width: 480px) {
  #visual .visual .visual_text {
    width: 100%;
  }
}

#visual .visual .visual_text img {
  display: block;
}

@media (max-width: 480px) {
  #visual .visual .visual_text img {
    width: 100%;
  }
}

.top_concept {
  padding: 0 0 55px;
  background: url(../img/background-img01-pc.png) no-repeat center/cover;
}

@media (max-width: 480px) {
  .top_concept {
    padding: 5% 5% 90px;
    background: url(../img/background-img01-sp.png) no-repeat center/cover;
  }
}

.top_concept_inner {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1020px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff, #fff, rgba(255, 255, 255, 0));
  position: relative;
  top: -100px;
}

@media (max-width: 480px) {
  .top_concept_inner {
    padding: 35px 25px 30px;
    background: #fff;
    position: static;
    top: auto;
  }
}

.top_concept_inner .top_concept_title {
  color: #2c84a2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .top_concept_inner .top_concept_title {
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.top_concept_inner .top_concept_message {
  font-size: 1.65rem;
  line-height: 2.4;
}

@media (max-width: 480px) {
  .top_concept_inner .top_concept_message {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}

.top_contents {
  padding: 70px 0 90px;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 40px 0 70px;
  }
}

.top_contents_set_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .top_contents_set_inner {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top_contents_set_inner_title {
    margin: 0 auto;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .top_contents_set_inner_title img {
    width: 100%;
  }
}

.top_contents_set_inner_title span {
  color: #2c84a2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
  display: block;
  position: relative;
}

@media (max-width: 480px) {
  .top_contents_set_inner_title span {
    font-size: 1.9rem;
  }
}

.top_contents_set_inner_title span:before {
  height: 2px;
  width: 70px;
  background: #2c84a2;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 480px) {
  .top_contents_set_inner_title span:before {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.top_contents_set_inner_contents {
  width: 510px;
}

@media (max-width: 480px) {
  .top_contents_set_inner_contents {
    margin: 0 auto;
    width: 90%;
  }
}

.top_contents_set_inner_contents a {
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 50px 75px;
  background: url(../img/img-pint01-pc.png) no-repeat top right/contain, -webkit-gradient(linear, left top, left bottom, from(#1eb9ee), to(#0081cc));
  background: url(../img/img-pint01-pc.png) no-repeat top right/contain, linear-gradient(to bottom, #1eb9ee, #0081cc);
  display: block;
}

@media (max-width: 480px) {
  .top_contents_set_inner_contents a {
    padding: 30px;
  }
}

.top_contents_set_inner_contents a .top_contents_set_inner_contents_title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_contents_set_inner_contents a .top_contents_set_inner_contents_title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.top_contents_set_inner_contents a .top_contents_set_inner_contents_message {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_contents_set_inner_contents a .top_contents_set_inner_contents_message {
    margin-bottom: 25px;
  }
}

.top_contents_set_inner_contents a .top_contents_set_inner_contents_btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  background: url(../img/arrow01-pc.png) no-repeat center right 30px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_contents_set_inner_contents a .top_contents_set_inner_contents_btn {
    color: #1eb9ee;
    font-size: 1.6rem;
    width: 90%;
    background: url(../img/arrow02-sp.png) no-repeat center right 30px/8px #fff;
    -webkit-transition: none;
    transition: none;
  }
}

.top_contents_set_inner_contents a:hover .top_contents_set_inner_contents_btn {
  color: #1eb9ee;
  background: url(../img/arrow02-pc.png) no-repeat center right 30px #fff;
}

.top_contents_set_inner_contents.animate {
  opacity: 0;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
}

.top_contents_set_inner_contents.animate.effect {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.top_contents_set.service {
  margin-bottom: 70px;
  background: url(../img/top-service-img-pc.png) no-repeat top center;
}

@media (max-width: 480px) {
  .top_contents_set.service {
    background: url(../img/top-service-img-sp.png) no-repeat top 28% center/100%;
  }
}

.top_contents_set.service .top_contents_set_inner:after {
  content: '';
  display: block;
  clear: both;
}

.top_contents_set.service .top_contents_set_inner_title {
  line-height: 1;
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .top_contents_set.service .top_contents_set_inner_title {
    text-align: center;
    margin-bottom: 100px;
  }
}

.top_contents_set.service .top_contents_set_inner_title span {
  padding-bottom: 10px;
  top: -11px;
}

.top_contents_set.service .top_contents_set_inner_title span:before {
  right: 110px;
}

@media (max-width: 480px) {
  .top_contents_set.service .top_contents_set_inner_title span:before {
    right: auto;
    left: 50%;
  }
}

.top_contents_set.service .top_contents_set_inner_contents {
  float: right;
}

@media (max-width: 480px) {
  .top_contents_set.service .top_contents_set_inner_contents {
    float: none;
  }
}

.top_contents_set.company {
  background: url(../img/top-company-img-pc.png) no-repeat top center;
}

@media (max-width: 480px) {
  .top_contents_set.company {
    background: url(../img/top-company-img-sp.png) no-repeat top 28% center/100%;
  }
}

.top_contents_set.company .top_contents_set_inner_title {
  line-height: 0.4;
}

@media (max-width: 480px) {
  .top_contents_set.company .top_contents_set_inner_title {
    text-align: center;
    margin-bottom: 100px;
  }
}

.top_contents_set.company .top_contents_set_inner_title span {
  padding-bottom: 15px;
  top: -25px;
}

@media (max-width: 480px) {
  .top_contents_set.company .top_contents_set_inner_title span {
    top: -5px;
  }
}

.top_contents_set.company .top_contents_set_inner_title span:before {
  left: 110px;
}

@media (max-width: 480px) {
  .top_contents_set.company .top_contents_set_inner_title span:before {
    left: 50%;
  }
}

.top_recruit {
  background: url(../img/background-img02-pc.png) no-repeat center/cover;
}

@media (max-width: 480px) {
  .top_recruit {
    background: url(../img/background-img02-sp.png) no-repeat center/cover;
  }
}

.top_recruit_inner {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1020px;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 480px) {
  .top_recruit_inner {
    padding: 50px 5% 80px;
  }
}

.top_recruit_inner .top_recruit_title {
  color: #2c84a2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  padding-bottom: 3px;
  position: relative;
}

@media (max-width: 480px) {
  .top_recruit_inner .top_recruit_title {
    font-size: 1.9rem;
  }
}

.top_recruit_inner .top_recruit_title:after {
  height: 2px;
  width: 70px;
  background: #2c84a2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_recruit_inner .top_recruit_message {
  margin-bottom: 30px;
}

.top_recruit_inner .top_recruit_message_title {
  color: #0069ae;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .top_recruit_inner .top_recruit_message_title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.top_recruit_inner .top_recruit_message p {
  line-height: 2.4;
}

@media (max-width: 480px) {
  .top_recruit_inner .top_recruit_message p {
    line-height: 1.8;
    text-align: left;
  }
}
/*# sourceMappingURL=top.css.map */