﻿.peopleHeader {
  position: absolute;
  padding-top: 61.3333333333%;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1025px) {
  .peopleHeader {
    padding-top: 20.7070707071%;
  }
}
.peopleHeader picture,
.peopleHeader picture source,
.peopleHeader picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peopleHeader .rphInner {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: calc(56px + 8%);
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .peopleHeader .rphInner {
    padding-top: calc(70px + 12%);
    padding-left: calc(40px + 2%);
  }
}
@media screen and (min-width: 1025px) {
  .peopleHeader .rphInner {
    padding-top: calc(70px + 3%);
    padding-left: calc(80px + 4%);
    max-width: 100%;
  }
}
.peopleHeader .rphInner .rphTitleSub {
  font-size: min(24px, 4vw);
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 1025px) {
  .peopleHeader .rphInner .rphTitleSub {
    font-size: min(28px, 1.3333333333vw);
  }
}
.peopleHeader .rphInner .rphTitle {
  font-size: min(48px, 8vw);
}
@media screen and (min-width: 1025px) {
  .peopleHeader .rphInner .rphTitle {
    font-size: min(52px, 2.9333333333vw);
  }
}
.peopleHeader .rphInner .rphTitleEn {
  opacity: 0.25;
  font-size: min(80px, 13.3333333333vw);
}
@media screen and (min-width: 1025px) {
  .peopleHeader .rphInner .rphTitleEn {
    font-size: min(160px, 9.3333333333vw);
  }
}

.peopleMainVisual {
  margin-top: 56px;
  padding-top: 179.3333333333%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .peopleMainVisual {
    margin-top: 70px;
    padding-top: 74.5333333333%;
  }
}
.peopleMainVisual picture,
.peopleMainVisual picture source,
.peopleMainVisual picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.peopleMainVisual .pmvInner {
  position: absolute;
  top: 44.5%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .peopleMainVisual .pmvInner {
    top: 27%;
  }
}
.peopleMainVisual .pmvInner .pmvCopy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.peopleMainVisual .pmvInner .pmvCopy img {
  width: 45.3333333333%;
  max-width: 360px;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .peopleMainVisual .pmvInner .pmvCopy img {
    width: 24%;
    max-width: 420px;
  }
}
.peopleMainVisual .pmvInner .pmvText {
  font-size: min(22px, 3.2vw);
  color: #fff;
  text-align: center;
  margin-top: 5%;
}
@media screen and (min-width: 1025px) {
  .peopleMainVisual .pmvInner .pmvText {
    font-size: min(32px, 1.7333333333vw);
    margin-top: 2.5%;
  }
}

.peopleIndexSection {
  margin-top: -20px;
}
@media screen and (min-width: 1025px) {
  .peopleIndexSection {
    margin-top: 0;
  }
}
.peopleIndexSection .pisTag {
  padding: 32px 0 20px;
}
@media screen and (min-width: 769px) {
  .peopleIndexSection .pisTag {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .peopleIndexSection .pisTag {
    padding: 80px 20px 32px;
  }
}
.peopleIndexSection .pisTag .pisTagList {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .peopleIndexSection .pisTag .pisTagList {
    padding: 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .peopleIndexSection .pisTag .pisTagList {
    padding: 48px 0;
  }
}
.peopleIndexSection .pisTag .pisTagList ul {
  row-gap: 20px;
}
.peopleIndexSection .pisPeopleList {
  padding: 24px 0;
}
.peopleIndexSection .pisPeopleList.hidden {
  opacity: 0;
}
.peopleIndexSection .pisPeopleList.reveal {
  animation: filterReveal 0.5s ease-out forwards;
}
@media screen and (min-width: 769px) {
  .peopleIndexSection .pisPeopleList {
    padding: 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .peopleIndexSection .pisPeopleList {
    padding: 48px 0;
  }
}

@keyframes filterReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=osakagas_people_top.css.map */