@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__item:nth-of-type(2) .header__link {
  opacity: 1;
}
.header__item:nth-of-type(2) .header__link::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.footer__item:nth-of-type(2) .footer__link {
  opacity: 1;
}
.footer__item:nth-of-type(2) .footer__link::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

body::before {
  height: 277px;
}
@media only screen and (max-width: 750px) {
  body::before {
    height: 20%;
  }
}

.sp_menu li a {
  position: relative;
}

.sp_menu li:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background-color: #fff;
}

.concept {
  background-color: #F8F8F8;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .concept {
    padding: 60px 0;
  }
}
.concept__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.concept__ttl {
  margin: 0 auto 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .concept__ttl {
    margin: 0 auto 10px;
  }
}
.concept__dt {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .concept__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
.concept__dd {
  line-height: 52px;
}
@media only screen and (max-width: 750px) {
  .concept__dd {
    line-height: 140%;
  }
}
@media only screen and (max-width: 750px) {
  .concept__text {
    max-width: 100%;
    width: 100%;
  }
}
.concept__em {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 750px) {
  .concept__em {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.concept__ex {
  color: #444;
}
.vision {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media only screen and (max-width: 750px) {
  .vision {
    padding: 50px 0 0;
  }
}
.vision__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.vision__ttl {
  margin: 0 auto 40px;
}
.vision__dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .vision__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .vision__text {
    max-width: 100%;
    width: 100%;
  }
}
.vision__h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .vision__h4 {
    margin-bottom: 20px;
  }
}

.message {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .message {
    padding: 50px 0;
  }
}
.message__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.message__ttl {
  margin: 0 auto 40px;
}
.message__dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .message__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
.message__item:not(:nth-of-type(1)) {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .message__text {
    max-width: 100%;
    width: 100%;
  }
}
.message__h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .message__h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .message__ex {
    position: relative;
    padding-bottom: 240px;
  }
}
.message__pict {
  max-width: 330px;
  width: 45%;
  float: right;
  margin: 0 0 4% 4%;
}
@media only screen and (max-width: 750px) {
  .message__pict {
    float: none;
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.recruit {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit {
    padding: 50px 0;
  }
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #F8F8F8;
  z-index: -1;
  border-radius: 20px 0 0 0;
}
@media only screen and (max-width: 1080px) {
  .recruit::before {
    width: 64%;
  }
}
.recruit__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.recruit__inner::before {
  content: "";
  position: absolute;
  top: 75px;
  left: -100px;
  width: 80px;
  height: 4px;
  background-color: #c9c9c9;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 1080px) {
  .recruit__inner::before {
    top: auto;
    left: 0;
    bottom: 0;
    height: 3px;
  }
}
@media only screen and (max-width: 1080px) {
  .recruit__inner::before {
    display: none;
  }
}
.recruit__ttl {
  margin: 0 auto 40px;
}
.recruit__dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .recruit__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  .recruit__h3::before {
    content: "";
    position: absolute;
    top: 75px;
    left: -100px;
    width: 80px;
    height: 4px;
    background-color: #c9c9c9;
    -webkit-animation-name: fadeInAnime;
            animation-name: fadeInAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .recruit__h3::before {
    top: auto;
    left: 0;
    bottom: 0;
    height: 3px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit__text {
    max-width: 100%;
    width: 100%;
  }
}
.recruit__h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .recruit__ex {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */