#kv {
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px) {
  #kv {
    padding: 0;
  }
}

#intro {
  text-align: center;
  margin: 0 0 100px 0;
}
#intro span {
  font-family: "Marcellus", serif;
  font-size: 18px;
  color: #0E285E;
}
@media screen and (max-width: 768px) {
  #intro span {
    font-size: 14px;
  }
}
#intro h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 34px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #intro h2 {
    font-size: 24px;
  }
}
#intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #intro p {
    font-size: 14px;
  }
}

#pagenav {
  width: min(800px, 100%);
  padding: 0 25px;
  margin: 0 auto 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#pagenav figure {
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #pagenav figure {
    font-size: 14px;
  }
}
#pagenav figure img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#contents {
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: 0 auto 100px auto;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr;
}
#contents section {
  display: grid;
  gap: 60px;
}
#contents section article {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #contents section article {
    gap: 60px;
  }
}
#contents .person {
  width: 390px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .person {
    width: 100%;
  }
}
#contents .person h3 {
  font-family: "Arsenal", sans-serif;
  font-size: 48px;
  color: #0E285E;
  line-height: 1;
}
#contents .person p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contents .person p {
    font-size: 16px;
  }
}
#contents .person span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
  display: block;
}
@media screen and (max-width: 768px) {
  #contents .person span {
    font-size: 12px;
  }
}
#contents .question {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #contents .question {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#contents .question span {
  font-family: "Arsenal", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #0E285E;
}
#contents .question h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #0E285E;
  padding: 10px 0 20px 0;
}
@media screen and (max-width: 768px) {
  #contents .question h3 {
    font-size: 20px;
  }
}
#contents .question p {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #contents .question p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
}
#contents #readmore_1,
#contents #readmore_2,
#contents #readmore_3 {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents #readmore_1,
  #contents #readmore_2,
  #contents #readmore_3 {
    display: block;
    border: 1px solid #323232;
    padding: 10px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
  }
  #contents #readmore_1 span,
  #contents #readmore_2 span,
  #contents #readmore_3 span {
    font-size: 12px;
    color: #0E285E;
  }
}
@media screen and (max-width: 768px) {
  #contents #article_1 {
    display: none;
  }
  #contents #article_1.on {
    display: grid;
    gap: 100px;
    opacity: 0;
    animation-name: article_1;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes article_1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents #article_1.on {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #contents #article_2 {
    display: none;
  }
  #contents #article_2.on {
    display: grid;
    gap: 100px;
    opacity: 0;
    animation-name: article_1;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes article_1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents #article_2.on {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #contents #article_3 {
    display: none;
  }
  #contents #article_3.on {
    display: grid;
    gap: 100px;
    opacity: 0;
    animation-name: article_1;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes article_1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents #article_3.on {
    gap: 60px;
  }
}/*# sourceMappingURL=life.css.map */