@media screen and (max-width: 991px) {
  #page {
    min-width: 1px !important;
  }
}

.p-rec-top-entry {
  background: none;
}

.c-wrap.--sm {
  width: min(100%, 160rem);
  padding: 0 3rem;
  margin-inline: auto;
}

@media only screen and (min-width: 1025px) {
  .c-wrap.--sm {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 641px) {
  body #contents {
    padding-top: 48px;
  }
}
@media screen and (max-width: 991px) {
  body #contents .c-wrap {
    padding: 1em 1.5rem !important;
  }
}
body #contents .p-person {
  background: linear-gradient(90deg, rgba(222, 237, 239, 0.65098) 0%, #d1e5e7 100%);
}
body #contents .p-person__mainv-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 32/15;
}
@media screen and (min-width: 769px) {
  body #contents .p-person__mainv-img img {
    aspect-ratio: 32/15;
  }
}
body #contents .p-person__mainv-inner {
  background: #21366e;
  padding: 4.5rem 1.5rem 0;
  color: #fff;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__mainv-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7.5rem 4.7% 0;
  }
}
body #contents .p-person__mainv-inner * {
  line-height: 1;
}
body #contents .p-person__mainv-name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__mainv-name {
    font-size: 5rem;
    margin-bottom: 3.5rem;
  }
}
body #contents .p-person__mainv-txt {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
body #contents .p-person__mainv-en {
  font-family: "Archivo", sans-serif;
  opacity: 0.2;
  margin-top: 2.5rem;
  font-size: 4.5rem;
  line-height: 0.85 !important;
  font-weight: 100;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__mainv-en {
    margin-top: 4rem;
    font-size: 8rem;
    line-height: 0.7 !important;
  }
}
body #contents .p-person__schedule {
  padding-top: 6rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule {
    padding-top: 12rem;
  }
}
body #contents .p-person__schedule-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  font-size: 2rem;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-ttl {
    font-size: 3.8rem;
    margin-bottom: 8rem;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  body #contents .p-person__schedule-ttl {
    padding: 0 0.8rem;
  }
}
body #contents .p-person__schedule-ttl::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  background: #3cc5d0;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-ttl::before {
    width: 2rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__schedule-inner {
    display: flex;
    justify-content: space-between;
  }
}
body #contents .p-person__schedule-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 0;
  gap: 2rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-list {
    gap: 4rem;
  }
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-list {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__schedule-list {
    width: 46.7%;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body #contents .p-person__schedule-list + .p-person__schedule-list {
    margin-top: 4rem;
  }
}
body #contents .p-person__schedule-list-item {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 60rem;
}
@media screen and (min-width: 769px) {
  body #contents .p-person__schedule-list-item {
    padding-left: 3rem;
  }
}
body #contents .p-person__schedule-list-item.__last::before {
  display: none;
}
body #contents .p-person__schedule-list-item::before {
  content: "";
  height: calc(100% + 3rem);
  width: 1px;
  background: #21366e;
  z-index: -1;
  position: absolute;
  left: 7.5rem;
  top: 2.5rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-list-item::before {
    left: 9.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__schedule-list-item::before {
    left: 12.5rem;
    top: 2.5rem;
    height: calc(100% + 4rem);
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__schedule-list-item:last-child::before {
    height: calc(100% - 2rem);
  }
}
body #contents .p-person__schedule-time {
  position: relative;
  z-index: 2;
  color: #21366e;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-width: 4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-time {
    font-size: 2rem;
    height: 6rem;
    min-width: 5rem;
  }
}
body #contents .p-person__schedule-img {
  width: 4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-img {
    width: 6rem;
  }
}
body #contents .p-person__schedule-detail {
  flex: 1;
  padding: 0.7rem 0 0 0.5rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-detail {
    padding: 1.3rem 0 0 1.5rem;
  }
}
body #contents .p-person__schedule-detail dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__schedule-detail dt {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
body #contents .p-person__schedule-detail dd {
  color: #000;
}
body #contents .p-person__interview {
  margin-top: 8.5rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview {
    margin-top: 16.5rem;
  }
}
body #contents .p-person__interview_ttl {
  font-size: 3.5rem;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview_ttl {
    font-size: 6rem;
    margin-bottom: 6rem;
  }
}
body #contents .p-person__interview-slider {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  opacity: 0.6;
}
body #contents .p-person__interview-slider-item {
  display: flex;
  -webkit-animation: messSlide 40s linear infinite;
          animation: messSlide 40s linear infinite;
  font-size: 14rem;
  font-family: "Archivo", sans-serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: -4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-slider-item {
    font-size: 24rem;
    margin-bottom: -8rem;
  }
}
body #contents .p-person__interview-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item {
    gap: 8rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-item {
    gap: 16rem;
  }
}
body #contents .p-person__interview-item + .p-person__interview-item {
  margin-top: 7rem;
}
@media screen and (min-width: 769px) {
  body #contents .p-person__interview-item + .p-person__interview-item {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 769px) {
  body #contents .p-person__interview-item.__full {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  body #contents .p-person__interview-item.__full .p-person__interview-item-contents {
    width: 77.3%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1701px) {
  body #contents .p-person__interview-item.__full .p-person__interview-item-contents {
    width: 57.3%;
  }
}
@media screen and (min-width: 769px) {
  body #contents .p-person__interview-item.__img_left {
    justify-content: flex-start;
  }
  body #contents .p-person__interview-item.__img_left .p-person__interview-item-img {
    order: 1;
  }
  body #contents .p-person__interview-item.__img_left .p-person__interview-item-contents {
    order: 2;
  }
}
body #contents .p-person__interview-item-img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item-img {
    width: 70%;
    order: 1;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-item-img {
    width: 50%;
    order: 2;
  }
}
body #contents .p-person__interview-item-contents {
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item-contents {
    width: 80%;
    order: 2;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-item-contents {
    width: 33.3%;
    order: 1;
    margin: 0;
  }
}
body #contents .p-person__interview-item-number {
  font-size: 1.3rem;
  gap: 1rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  color: #3cc5d0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item-number {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
body #contents .p-person__interview-item-number::before {
  content: "";
  display: block;
  background: #3cc5d0;
  border-radius: 100%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item-number::before {
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body #contents .p-person__interview-item-ttl {
  font-size: 2.2rem;
  line-height: 1.579;
  margin: 2rem 0 3rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-item-ttl {
    font-size: 3.8rem;
    margin: 4rem 0 5rem;
  }
}
body #contents .p-person__interview-item-txt {
  color: #000;
  line-height: 2.125 !important;
}
body #contents .p-person__interview-item-txt small {
  line-height: 1.6;
  display: block;
  margin-top: 1em;
}
body #contents .p-person__interview-message {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff url("../img/common/info.svg") no-repeat left 3rem top 3rem/7rem auto;
  border: 1px solid #21366e;
  margin: 7rem auto 3rem;
  width: calc(100% - 3rem);
  padding: 4rem 2rem 4rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-message {
    margin-top: 14rem;
    padding: 7rem 5rem 5rem;
    width: 80%;
    background-size: 12rem;
    background-position: left 5rem top 5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-message {
    width: 82.5%;
    padding: 7rem 8rem 5rem;
    max-width: 1200px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1701px) {
  body #contents .p-person__interview-message {
    width: 62.5%;
  }
}
body #contents .p-person__interview-message-img {
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-message-img {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-message-img {
    order: 2;
    margin-bottom: 0;
  }
}
body #contents .p-person__interview-message-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body #contents .p-person__interview-message-contents {
  width: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  body #contents .p-person__interview-message-contents {
    order: 1;
    width: calc(100% - 27rem);
  }
}
body #contents .p-person__interview-message-ttl {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 1.667;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  body #contents .p-person__interview-message-ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
body #contents .p-person__interview-message-txt {
  position: relative;
  z-index: 1;
  color: #000;
  line-height: 2.125 !important;
}