* {
  line-height: 1;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  font-weight: normal;
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
}

.cover {
  background: url(../img/top/mv.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: none;
  height: 1000px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cover {
    background: url(../img/top/mv_sp.jpg);
    background-size: cover;
    background-position: right top;
    background-repeat: none;
    height: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cover {
    height: 100vh;
  }
}

.sec__title {
  color: #0068b7;
  font-size: 40px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 175px 0 75px;
  text-align: center;
}

.service__list {
  margin: 0 0 35px;
  width: calc((100% / 3) - 18px);
}

@media screen and (max-width: 767px) {
  .service__list {
    width: calc((100% / 2) - 18px);
  }
}

.service__list img {
  width: 100%;
}

.news__list {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0 auto 70px;
  text-align: left;
  max-width: 800px;
  width: 90%;
}

.news__item {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  padding: 0 0 24px;
}

.news__item a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.news__date {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 2% 0 0;
  width: 99px;
}

.news__flag {
  background: #fff100;
  font-size: 11px;
  line-height: 2;
  margin: 3px 2% 0 0;
  padding: 1px 0;
  text-align: center;
  width: 50px;
}

.news__title {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 77%;
}

@media screen and (max-width: 767px) {
  .news__title {
    width: 100%;
  }
}

.more-btn {
  display: block;
  margin: 0 0 175px;
}

.recruit a {
  display: block;
  margin: auto;
  width: 90%;
}
