* {
  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;
}

.hero {
  background: url(/img/company/hero.jpg);
  background-size: cover;
}

.pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px auto 40px;
  max-width: calc(320px * 3);
  width: 100%;
}

.pagelink__list {
  margin: 10px;
  max-width: 270px;
  width: calc(100% / 3);
}

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

@media screen and (max-width: 600px) {
  .pagelink__list {
    width: 90%;
  }
}

.pagelink__list a {
  border: 3px solid #0068b7;
  color: #0068b7;
  display: block;
  font-size: 25px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0 17px;
  position: relative;
  text-align: center;
}

.pagelink__list a span {
  border-right: 2px solid #0068b7;
  border-bottom: 2px solid #0068b7;
  display: inline-block;
  height: 6px;
  margin: 0 0 0 15px;
  transform: rotate(-45deg);
  vertical-align: 6px;
  width: 6px;
}

.content {
  text-align: left;
}

.content .inner {
  padding: 80px 0 0;
}

.content__ttl {
  border-bottom: 4px solid #0068b7;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 45px;
  padding: 0 0 20px;
}

.content__ttl--sub {
  color: #f4b200;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}

.content__box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .content__box {
    flex-wrap: wrap;
  }
}

.content__text {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .content__text {
    order: 2;
    width: 100%;
  }
}

.content__paragraph {
  font-size: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.content__img {
  width: 47%;
}

@media screen and (max-width: 600px) {
  .content__img {
    margin: 0 0 5%;
    order: 1;
    width: 100%;
  }
}
