@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__deco.__03 {
    top: 116rem;
  }
}

.p-people__archive {
  padding: 0 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__archive {
    margin-top: -5rem;
    padding: 0 0 14.3rem;
  }
}

.p-people__archive_inner {
  position: relative;
  z-index: 10;
}

.p-people__archive_list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__archive_list {
    gap: 11.6rem 3.35%;
  }
}

.p-people__archive_list_item {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__archive_list_item {
    width: 31.1%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__archive_list_item:nth-child(3n+2) {
    padding-top: 14rem;
  }
}
.p-people__archive_list_item a {
  display: block;
}

.p-people__deco_03 {
  left: -15rem;
  top: 12.2rem;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__deco_03 {
    left: 5.8rem;
    top: 20rem;
  }
}
.p-people__deco_03 .p-deco__img {
  width: 36.7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__deco_03 .p-deco__img {
    width: 46.7rem;
  }
}
.p-people__deco_02 {
  right: 1.7rem;
  top: 16rem;
  z-index: 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-people__deco_02 {
    display: none;
  }
}
.p-people__deco_02 .p-deco__img {
  width: 74.6%;
  left: 7.1%;
  top: 7.5%;
}
.p-people__deco_02 .p-deco__base {
  width: 57.5rem;
}

.p-people {
  position: relative;
  padding: 7.3rem 3.8rem 8rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people {
    margin: 0;
    padding: 18.7rem 10.5rem 14.8rem;
  }
}
.p-people .swiper {
  overflow: visible;
}

.p-people__inner {
  position: relative;
  z-index: 10;
}

.p-people__text {
  margin: 1.6rem 0 2.7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-people__text {
    margin: 2.4rem 0 1.7rem;
  }
}

.p-mainv {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv {
    margin-bottom: 8rem;
  }
}

.p-mainv__inner {
  padding: 2.3rem 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__inner {
    padding: 2.3rem 2.7rem;
  }
}

.p-mainv__contents {
  position: relative;
  z-index: 2;
}

.p-mainv__contents_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100/53;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__contents_img img {
    aspect-ratio: 139/53;
  }
}

.p-mainv__contents_detail {
  padding: 0 1rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__contents_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10.8rem 6.3rem;
    margin: 0;
  }
}

.p-mainv__line {
  position: absolute;
  right: 0;
  top: 0;
  width: 30rem;
  z-index: 10;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-mainv__line {
    right: -14rem;
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__line {
    width: 60rem;
  }
}
.p-mainv__line svg {
  width: 100%;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-article__img_contents + .p-article__img_contents {
  margin-top: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents + .p-article__img_contents {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents.__img_right .p-article__img_contents_img, .p-article__img_contents.__full .p-article__img_contents_img {
    order: 2;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents.__img_right .p-article__img_contents_detail, .p-article__img_contents.__full .p-article__img_contents_detail {
    order: 1;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-article__img_contents.__full.__xs_large .p-article__img_contents_img img {
    aspect-ratio: 2/1;
  }
}
.p-article__img_contents.__full .p-article__img_contents_img,
.p-article__img_contents.__full .p-article__img_contents_detail {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents.__full .p-article__img_contents_img {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-article__img_contents.__full .p-article__img_contents_img img {
    aspect-ratio: 2/1.5;
  }
}

.p-article__img_contents_img {
  margin: 0 0 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents_img {
    margin: 0;
    width: 43.1%;
  }
}
.p-article__img_contents_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents_detail {
    width: 47.3%;
  }
}

.p-article__img_contents_title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents_title {
    margin-bottom: 4rem;
  }
}
.p-article__img_contents_title .en {
  color: #281ef6;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  line-height: 1.24;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents_title .en {
    margin-bottom: 1.1rem;
  }
}
.p-article__img_contents_title .jp {
  font-size: 1.64rem;
  line-height: 1.44;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__img_contents_title .jp {
    font-size: 2.2rem;
  }
}

.p-schedule {
  margin: 8rem 0 9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule {
    margin: 11.7rem 0 9rem;
  }
}

.p-schedule__wrap {
  overflow-x: scroll;
  margin-top: 4rem;
  padding-left: 2rem;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__wrap {
    margin-top: 4.4rem;
    padding-left: 6.5rem;
  }
}
.p-schedule__wrap::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.p-schedule__wrap::-webkit-scrollbar-track {
  background: #F3F2F4;
}
.p-schedule__wrap::-webkit-scrollbar-thumb {
  background: #292FF8;
  border-radius: 1rem;
}
.p-schedule__wrap::-webkit-scrollbar-thumb:hover {
  background: #292FF8;
}
.p-schedule__wrap.is_dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
          user-select: none;
}
.p-schedule__wrap img {
  pointer-events: none;
}

.p-schedule__table {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table {
    padding-bottom: 10rem;
  }
}
.p-schedule__table::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #F1F19F -105.38%, #ACF5EB 100%);
  display: block;
  position: absolute;
  top: calc(6.5rem - 0.5px);
  left: 0;
}

.p-schedule__table_item {
  width: 18.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_item {
    width: 25.4rem;
  }
}
.p-schedule__table_item.__small {
  width: 17.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_item.__small {
    width: 24.3rem;
  }
}

.p-schedule__table_header {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}
.p-schedule__table_header .icon::before {
  content: "";
  display: block;
  height: 0.6697rem;
  width: 0.6697rem;
  border-radius: 100%;
  background: #281ef6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_header .icon::before {
    height: 1rem;
    width: 1rem;
  }
}
.p-schedule__table_header .time {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(calc(-50% + 0.5rem));
          transform: translateX(calc(-50% + 0.5rem));
  text-align: center;
  color: #281ef6;
  font-weight: 700;
  line-height: 1.38;
}

.p-schedule__table_contents {
  position: relative;
  width: 17rem;
  border-radius: 1.6rem;
  padding: 1rem 1rem 2rem;
  background: #E9FBF8;
  margin-top: 3.5rem;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_contents {
    width: 24rem;
    border-radius: 2rem;
    margin-top: 7.3rem;
    -webkit-transform: translateX(-3.5rem);
            transform: translateX(-3.5rem);
    padding: 2rem 2rem 4rem;
  }
}
.p-schedule__table_contents::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5rem;
  left: calc(2.33rem - 0.5px);
  background: #281ef6;
  width: 1px;
  height: 3.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_contents::before {
    top: -7.5rem;
    left: calc(4rem - 0.5px);
    height: 7.5rem;
  }
}
.p-schedule__table_contents.__yellow {
  background: #FCFDEB;
}

.p-schedule__table_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 20/14;
}

.p-schedule__table_text {
  margin-top: 1.7rem;
  line-height: 1.84;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-schedule__table_text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-message__img {
  margin: 0 auto -5rem;
  width: 60%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img {
    width: 22.6%;
    margin: 0;
  }
}
.p-message__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-message__detail {
  padding: 6rem 2.6rem 3.3rem;
  background: #F3F2F4;
  border-radius: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__detail {
    width: 71.7%;
    padding: 5rem 6rem 5.3rem;
    border-radius: 2rem;
  }
}
.p-message__detail dt {
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__detail dt {
    margin-bottom: 1.7rem;
  }
}
.p-message__detail dt .en {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.64rem;
  line-height: 1.24;
  color: #281ef6;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__detail dt .en {
    gap: 1.1rem;
    font-size: 2rem;
  }
}
.p-message__detail dt .en::before {
  content: "";
  display: block;
  height: 0.6697rem;
  width: 0.6697rem;
  border-radius: 100%;
  background: #281ef6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__detail dt .en::before {
    height: 1rem;
    width: 1rem;
  }
}
.p-message__detail dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__detail dd {
    font-size: 1.4rem;
  }
}

.p-people {
  z-index: 10;
}