h2 {
  margin: 1vw 0;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
}

h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.title small {
  font-size: 1.3rem;
}

.entry {
  font-size: 1.6rem;
  margin: 0;
  text-shadow: 0 0 2px white;
  letter-spacing: 0.5vw;
}

#message p {
  font-size: 1.3rem;
  width: 90%;
  line-height: 2;
  margin: 5vw;
}

#comp p {
  font-size: 1.6rem;
  margin: 15vw auto;
  width: 100%;
}

#title_name,
.news-date {
  font-size: .85rem;
}

header {
  background: url(/img/recruit/mobile/header_bg.png) 0 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 22%;
  padding-top: 17.5%;
  height: 91.0vw;
  margin-top: -16vw;
}

h1 {
  width: 75%;
  margin: auto;
  margin-top: 35vw;
}

h1 img {
  width: 100%;
}

main {
  margin-top: -12vw;
}

.block {
  padding: 0 10%;
  text-align: center;
}

.block#message {
  padding: 10vw 0;
}

.pagelink {
  margin-top: 5vw;
  font-size: 1.2rem;
}

.pagelink a {
  border: 0.3rem solid black;
  background: white;
  padding: 1rem 2rem 1rem 3rem;
  width: 15rem;
  margin: 10vw auto;
  display: flex;
  justify-content: space-between;
}

.pagelink a:after {
  content: "　　▶"
}

.interviewlink {
  margin-top: 10vw;
}

.interviewlink a {
  display: block;
  padding: 0;
  width: 51vw;
  margin: auto;
}

.interviewlink a:nth-child(2) {
  margin: 10vw auto;
}

.interviewlink a img {
  width: 100%;
}

.interviewlink p {
  margin: 3vw 0;
  font-size: 1.2rem;
  letter-spacing: 0.3vw;
}

.entry {
  background-color: #000;
  width: 15rem;
  margin: auto;
  text-align: center;
}

.entry a {
  color: #FFF;
  padding: 1.4rem 1.3rem 1.1rem 3rem;
  display: flex;
  justify-content: space-between;
}

.entry a:after {
  content: "▶";
  font-size: 1.25rem;
}

header .entry {
  margin-top: 21vw;
  margin-right: 6vw;
}

#button .entry {
  width: 60vw;
  margin-top: 5vw;
}

#button .entry a {
  padding: 1.6rem 2rem 1.3rem 6rem;
}

#message {
  background: url(/img/recruit/mobile/message_bg.png) 50% 0;
  background-size: 75%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 12%;
  padding-bottom: 15%;
}

#recruit {
  background: url(/img/recruit/mobile/recruit_bg.png);
  background-size: 90%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding: 12% 0 30% 0;
  margin-top: -7vw;
  position: relative;
}

#comp {
  background: url(/img/recruit/mobile/company_bg.png);
  background-size: 100%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 25%;
  margin-top: 25vw;
}