main {
  background: linear-gradient(10deg, #0d1330 10%, #000000 40%, #122c15 80%);
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
}

main .head {
  width: 100%;
  background-image: url(../img/5X1A4439.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

main .head .title {
  width: 90%;
  margin: 0 auto;
  padding: 15% 0 10% 0;
}

main .head .title h1 {
  display: inline-block;
  font-size: 3.5rem;
  font-family: "Arial", sans-serif;
  -webkit-text-stroke: 2px #00561f;
  background-color: #ffffff;
  line-height: 47px;
  color: transparent;
}

main .head .title p {
  width: 65px;
  margin-top: 10px;
  background-color: #ffffff;
  color: #00561f;
}

main > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}

main > ul > li a {
  color: #ffffff;
}

main > ul li:not(:last-child) {
  position: relative;
  padding-right: 40px;
}

main > ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

main > ul li:last-child {
  pointer-events: none;
  opacity: 0.8;
}

@media screen and (max-width: 420px) {
  main > ul li:last-child {
    padding-top: 5px;
  }
}

main .news {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}

main .news > p {
  display: inline-block;
  background-color: #00561f;
  line-height: 50px;
  font-size: 3.5rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
}

main .news .news_content {
  position: relative;
  background-color: #00561f;
}

main .news .news_content p,
main .news .news_content h2 {
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
}

main .news .news_content p:first-child {
  padding: 50px 0 20px 0;
}

main .news .news_content p:last-child {
  padding: 30px 0;
}

main .news .pb {
  padding: 80px 0 0 0;
  text-align: center;
}

main .news .pb a {
  padding: 15px 25px;
  background-color: #00561f;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

main .news .pb a:hover {
  background-color: #ffffff;
  color: #00561f;
}

@media screen and (max-width: 600px) {
  main .head .title {
    padding: 30% 0 30% 0;
  }
  main .head .title h1 {
    line-height: 30px;
    font-size: 2rem;
  }
  main > ul {
    justify-content: flex-start;
  }
}
