img:not(header img):not(.right-tag img):not(footer img) {
  vertical-align: middle;
  width: 100%;
}

/* .page-title {
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.page-title__bg {
  height: auto;
  position: absolute;
  top: 76%;
  transform: translate(-50%, -50%);
  left: 40%;
  width: 120%;
} */

h1, h2, h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

div.firstview {
    background-image: url('../images/about06/thumb.jpg');
    background-position: 76% 60%;
}

@media screen and (max-width: 1800px){
  div.firstview {
    background-position: 76% 50%;
  }
}

@media screen and (max-width: 1600px){
  div.firstview {
    background-position: 76% 35%;
  }
}

@media screen and (max-width: 1400px){
  div.firstview {
    background-position: 76% top;
  }
}

@media screen and (max-width: 900px){
  div.firstview {
    background-position: 35% top;
  }
}

@media screen and (max-width: 767px){
  div.firstview {
    background-position: 40% top;
  }
}

@media screen and (max-width: 500px){
  div.firstview {
    background-position: 20% top;
  }
}

@media screen and (max-width: 440px){
  div.firstview {
    background-position: 24% top;
  }
}

@media screen and (max-width: 385px){
  div.firstview {
    background-position: 32% top;
  }
}

.page-title h1 {
  color: #fff;
  display: grid;
  font-size: 3.6rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.7rem;
  line-height: 5rem;
  margin: 0;
  place-content: center;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background-color: #d9eedd;
  color: #006833;
  padding-block: 12px;
}

.breadcrumb ol {
  display: flex;
  list-style: none;
  margin: 0 45px;
  padding: 0;
}

.breadcrumb__item:not(:last-of-type) {
  margin-right: 4rem;
  position: relative;
}

.breadcrumb__item:not(:last-of-type):after {
  content: ">";
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb__item a {
  color: #006833;
  text-decoration: none;
}

.intro {
  margin: 60px auto;
  width: min(85%, 1000px);
}

.intro h2 {
  color: #289f4f;
  font-size: 2.4rem;
  margin-bottom: 0.6em;
  text-align: left;
}

.youtube-embed {
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  margin-top: 40px;
  width: 100%;
}

.characters {
  margin: 60px auto;
  width: min(85%, 1000px);
}

.character-list {
  list-style: "";
  margin: 0;
  padding: 0;
}

.character {
  border-bottom: solid 1px #289e4e;
  display: grid;
  gap: 24px;
  grid-template-columns: 34% 1fr;
  padding-block: 24px;
}

.character:first-of-type {
  border-top: solid 1px #289e4e;
}

.character img {
  height: 100%;
  object-fit: cover;
}

.character:nth-of-type(2) img {
  object-position: 40% center;
}

.character:nth-of-type(4) img {
  object-position: 72% center;
}

.character-catch {
  margin-bottom: 6px;
}

.character-question {
  background-color: #289e4e;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: calc(1em + 4px);
  padding: 8px 24px;
  position: relative;
  width: fit-content;
}

.character-question::after {
  background-color: #289e4e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: inline-block;
  height: 1em;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  width: 1em;
}

.character-answer {
  color: #289e4e;
  display: block;
  font-size: 1.29em;
  font-weight: 600;
}

.character-name {
  font-size: 1.57em;
  margin-block: 0 6px;
  text-align: left;
}

.character-name small {
  font-size: 0.73em;
}


.content h2 {
  color: #289e4e;
  font-size: 2.4rem;
  margin: 100px auto 80px;
  width: min(85%, 1000px);
}

.content-block {
  margin-block: 40px;
}

.content h3 {
  font-size: 2.2rem;
  margin: 4px auto;
  text-align: left;
  width: min(85%, 1000px);
}

.content p {
  margin-inline: auto;
  width: min(85%, 1000px);
}

.content-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 400px;
  margin-block: 60px;
}

.content-images img {
  height: 400px;
  object-fit: cover;
}

#article-img-01 {
  object-position: 82% 75%;
}

#article-img-02 {
  object-position: 85% 75%;
}

#article-img-03 {
  object-position: 85% bottom;
}

#article-img-04 {
  object-position: 48% 85%;
}

.article-meta {
  margin: 60px auto 80px;
  text-align: left;
  width: min(85%, 1000px);
}

.article-meta a {
  color: #289e4e;
}

.meta-list {
  margin: 0;
  padding: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .character {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .content-images,
  .content-images img {
    height: 5lh;
  }
}