@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__item:nth-of-type(3) .header__link {
  opacity: 1;
}
.header__item:nth-of-type(3) .header__link::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.footer__item:nth-of-type(3) .footer__link {
  opacity: 1;
}
.footer__item:nth-of-type(3) .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(3) a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 1px;
  background-color: #fff;
}

.cprt {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 750px) {
  .cprt {
    padding: 50px 0;
  }
}
.cprt__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #e8e8e8;
}
.cprt__inner::before {
  content: "";
  width: 80px;
  height: 1px;
  top: 0;
  left: 0;
  display: block;
  background-color: #444;
}
.cprt__ttl {
  margin: 0 auto 40px;
}
.cprt__dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .cprt__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
.cprt__text {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .cprt__text {
    padding-top: 30px;
  }
}
.cprt__h4 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .cprt__h4 {
    margin-bottom: 40px;
  }
}

.history {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .history {
    padding: 50px 0;
  }
}
.history__inner {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #e8e8e8;
}
.history__inner::before {
  content: "";
  width: 80px;
  height: 1px;
  top: 0;
  left: 0;
  display: block;
  background-color: #444;
}
.history__ttl {
  margin: 0 auto 40px;
}
.history__dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .history__dt {
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
.history__text {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .history__text {
    padding-top: 30px;
  }
}
.history__h4 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .history__h4 {
    margin-bottom: 40px;
  }
}

.table {
  font-family: "Noto Sans JP", sans-serif;
}
.table__item {
  border-bottom: solid 1px #e8e8e8;
  padding: 40px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) {
  .table__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.table__item:first-child {
  border-top: solid 1px #e8e8e8;
}
@media only screen and (max-width: 750px) {
  .table__item {
    padding: 30px 0;
  }
}
.table__ttl {
  max-width: 300px;
  width: 32%;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .table__ttl {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
.table__txt {
  max-width: 520px;
  width: 62%;
}
@media only screen and (max-width: 750px) {
  .table__txt {
    max-width: 100%;
    width: 100%;
  }
}

.message {
  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 */