.u-sm {
  font-size: 0.8333333333333334em;
}

.u-l-spa {
  letter-spacing: 0.1em;
}

.u-rel {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .u-hidden-header_mq {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-center_sp {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-center_pc {
    text-align: center !important;
  }
}

.u-w-100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0 !important;
  }
}

.btn1.-icons {
  display: inline-flex;
  align-items: center;
}

.btn1.-icons .--icon {
  margin-right: 0.25em;
  width: 1.125em;
}

.btn1.-back {
  background: url("../img/ic_btn1_back.svg") left bottom no-repeat;
  padding-right: 1em;
  padding-left: 40px;
  font-size: 1.25em;
}

.top_people {
  position: relative;
  padding: 10vw 0 2vw;
}

.top_people__img-lg {
  display: block;
  overflow: hidden;
  aspect-ratio: 771/432;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  .top_people__img-lg {
    width: calc(771 / 1130 * 100%);
  }
}

.top_people__img-lg:hover > figure {
  transform: scale(1.05);
}

.top_people__img-lg > figure {
  transition: 0.3s;
  transform-origin: 50% 50%;
}

@media only screen and (min-width: 768px), print {
  .top_people__left {
    width: calc(307 / 1130 * 100%);
  }
}

@media only screen and (max-width: 767px) {
  .top_people__box {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .top_people__ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
  }
}

.people__list {
  display: grid;
  gap: 3em 1em;
}

.people__list:not(.-pagis) {
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

@media only screen and (min-width: 768px), print {
  .people__list {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
    gap: 5em 3em;
  }
}

@media only screen and (max-width: 767px) {
  .people__list:not(.-archive) {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.people__list-prev, .people__list-next {
  background: linear-gradient(90deg, #00853c 0%, #46bf0d 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px), print {
  .people__list-prev, .people__list-next {
    font-size: 1.5em;
  }
}

.people__list-next {
  text-align: right;
  display: block;
}

@media only screen and (max-width: 767px) {
  .people__list.-pagis {
    padding-left: 0;
    padding-right: 0;
    gap: 1em;
  }
}

.people__list.-pagis .-prev,
.people__list.-pagis .-next {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .people__list.-pagis .-prev {
    padding-right: 24vw;
  }
}

@media only screen and (max-width: 767px) {
  .people__list.-pagis .-next {
    padding-left: 24vw;
  }
}

.people__list-ttl {
  color: #46bf0d;
  margin: 0.5em 0;
  display: flex;
  gap: 0 1.5em;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .people__list-ttl {
    margin-top: 1em;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px), print {
  .people__list-ttl {
    gap: 1.5em;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .people__list-ttl h3 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .people__list-ttl + h5 {
    font-size: 0.875em;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .people__list-ttl + h5 + p {
    font-size: 0.875em;
    line-height: 1.6;
  }
}

.people__list-link {
  display: block;
}

.people__list-link:hover {
  opacity: 1 !important;
}

.people__list-link:hover figure {
  transform: scale(1.05);
}

.people__list-link:hover .btn1 {
  opacity: 0.7;
}

.people__img {
  overflow: hidden;
  aspect-ratio: 771/432;
  height: auto;
  border-radius: 1em;
  border: 1px solid #46bf0d;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .people__img {
    border-radius: 2em;
  }
}

.people__img.-meeting img {
  aspect-ratio: 771/432;
  object-fit: cover;
}

.people__img figure {
  transition: 0.3s;
  transform-origin: 50% 50%;
}

.people__mv {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .people__mv {
    margin-bottom: 3em;
  }
}

.people__mv-wrap {
  color: #fff;
  background: #46bf0d;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: absolute;
  left: 1em;
  border-radius: 0 1em 1em 0;
}

@media only screen and (min-width: 768px), print {
  .people__mv-wrap {
    bottom: 1em;
    left: -11em;
    padding: 1em 5em 1.5em 3em;
  }
}

@media only screen and (max-width: 767px) {
  .people__mv-wrap {
    bottom: -2em;
    left: 0em;
    padding: 0.5em 2em 1em 2em;
  }
}

.people-profile {
  position: relative;
}

.s-people1 {
  text-align: right;
  position: relative;
  padding: 5vw 0 10vw;
}

@media only screen and (min-width: 768px), print {
  .s-people1 {
    padding: 150px 0 100px;
  }
}

.s-people1 .-rgt {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-people1 .-rgt {
    width: 41%;
  }
}

.s-people1 .-left {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-people1 .-left {
    width: 55%;
  }
}

@media only screen and (min-width: 768px), print {
  .s-people1 figure {
    position: absolute;
  }
}

.s-people1 .abs2 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-people1 .abs2 {
    top: -7.5vw;
    left: 0;
    width: 49.833vw;
    max-width: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .s-people1 .abs2 {
    position: relative;
    top: -8vw;
  }
}

.s-people1 .abs3 {
  z-index: 9;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-people1 .abs3 {
    top: 0;
    right: 2vw;
    width: 40vw;
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .s-people1 .abs3 {
    margin: 0 0 1em auto;
  }
}

.s-people2 {
  position: relative;
  padding: 5vw 0 10vw;
}

@media only screen and (min-width: 768px), print {
  .s-people2 {
    padding: 150px 0 100px;
  }
}

.s-people2 .-rgt {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-people2 .-rgt {
    margin-top: 15vw;
  }
}

@media only screen and (min-width: 768px), print {
  .s-people2 figure {
    position: absolute;
  }
}

.s-people2 .abs2 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-people2 .abs2 {
    top: -7.5vw;
    left: 0;
    width: 49.833vw;
  }
}

@media only screen and (max-width: 767px) {
  .s-people2 .abs2 {
    position: relative;
    top: -8vw;
  }
}

.s-people2 .abs3 {
  z-index: 9;
  width: 70%;
}

@media only screen and (min-width: 768px), print {
  .s-people2 .abs3 {
    top: 139px;
    right: 2vw;
    width: calc(406 / 1240 * 100%);
  }
}

@media only screen and (max-width: 767px) {
  .s-people2 .abs3 {
    margin: 0 0 1em auto;
  }
}

.people-profile__bg {
  background: #ebf6e9;
  position: relative;
  background: #f0f2e7;
  width: calc(100% - 16em);
  margin-left: auto;
  margin-right: auto;
  border-radius: 3em;
  overflow: hidden;
  border: 4px solid #46bf0d;
}

@media only screen and (max-width: 767px) {
  .people-profile__bg {
    border-radius: 2em;
    width: calc(100% - 2em);
    border-width: 2px;
  }
}

.people-profile video {
  max-width: 100%;
}

.people-profile__ttl {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.people-profile__en {
  background: linear-gradient(90deg, #00853c 0%, #46bf0d 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.inline.-noicon {
  position: static;
  background-color: rgba(255, 255, 255, 0);
}

.inline.-noicon:after {
  display: none;
}

.inline.-people:after {
  width: 11.6vw;
  height: 11.6vw;
  background: url("../img/movie_ico01.png");
  background-size: auto;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px), print {
  .inline.-people:after {
    width: 118px;
    height: 118px;
  }
}

@media only screen and (min-width: 768px), print {
  .inline.-people.-sm:after {
    width: 4em;
    height: 4em;
  }
}

.thumbnail_video.-img {
  width: 100%;
  opacity: 0.7;
  height: auto;
}

.top_activity ul li div a span em {
  padding-left: 0;
  background: url("../img/ic_btn1_white.svg") right bottom no-repeat;
  position: relative;
}

.top_activity ul li div a span em:not(.-noicon):after {
  background: url("../img/ic_link_outside.svg") 0 50%/0.75em auto no-repeat;
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .top_activity ul li div a span em:not(.-noicon):after {
    right: 2em;
    background-size: 1em auto;
  }
}

.top_movie.-ver2 {
  padding-bottom: 2em;
}

@media only screen and (min-width: 1400px), print {
  .top_interview2.-ver2 {
    padding-bottom: 30% !important;
  }
}

@media only screen and (min-width: 768px), print {
  .top_interview2.-ver2 {
    padding-bottom: 15%;
  }
}

@media only screen and (min-width: 1400px), print {
  .top_interview_movie {
    padding-top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .top_main video {
    left: calc(513 / 913 * -100%);
  }
}

.s-interview1 {
  text-align: right;
  position: relative;
  padding: 5vw 0 10vw;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 {
    padding: 150px 0 100px;
  }
}

.s-interview1 .-rgt {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 .-rgt {
    width: 41%;
  }
}

.s-interview1 .-left {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 .-left {
    width: 55%;
  }
}

@media only screen and (min-width: 1800px), print {
  .s-interview1 .-txt1 {
    margin-top: 5vw;
  }
}

.s-interview1 .-txt2 {
  margin-top: 3vw;
}

@media only screen and (min-width: 1800px), print {
  .s-interview1 .-txt2 {
    margin-top: 8vw;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview1 figure {
    position: absolute;
  }
}

.s-interview1 .abs1 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 .abs1 {
    top: -13vw;
    right: 10vw;
    width: 30vw;
    max-width: 570px;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview1 .abs1 {
    width: 60%;
    position: relative;
    margin: 0 auto 1em;
  }
}

.s-interview1 .abs2 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 .abs2 {
    top: -7.5vw;
    left: 0;
    width: 49.833vw;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview1 .abs2 {
    position: relative;
    top: -8vw;
  }
}

.s-interview1 .abs3 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-interview1 .abs3 {
    top: 24vw;
    left: 3vw;
    width: 32vw;
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview1 .abs3 {
    position: relative;
    width: 70%;
    margin: 0 0 0 auto;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview2.-i4 {
    padding-bottom: 5em;
  }
}

.s-interview2 .-left {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .s-interview2 .-left {
    width: 65%;
  }
}

.s-interview2 .abs1 {
  z-index: 2;
  width: 80%;
}

@media only screen and (min-width: 768px), print {
  .s-interview2 .abs1 {
    position: absolute;
    top: 2vw;
    right: 20px;
    width: 40vw;
    max-width: 630px;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview2 .abs1 {
    position: relative;
    margin: 0 0 1em auto;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview2 .img1 {
    width: 67%;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview3 {
    padding-bottom: 12em;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview3 .abs4 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview3 .abs4 {
    right: 20px;
    bottom: 15vw;
    width: 35.5%;
  }
}

@media only screen and (min-width: 1550px), print {
  .s-interview3 .abs4 {
    bottom: 10vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .s-interview3 .abs3 {
    width: 50%;
    margin: 1em 0 0 auto;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview3 .abs3 {
    right: 20vw;
    bottom: -6.38vw;
    width: 28.5%;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview6__txts {
    position: relative;
    top: -200px;
  }
}

@media only screen and (min-width: 768px), print {
  .s-interview6__txts2 {
    margin-bottom: 300px;
  }
}

.s-extra__link {
  background: url("../img/ic_link_outside_bk.svg") 100% 50%/0.75em auto no-repeat;
  padding-right: 1em;
}

.s-profile {
  background: #ebf6e9;
  padding: 4em 0;
}

@media only screen and (min-width: 768px), print {
  .s-profile {
    padding: 100px 0;
  }
}

.s-profile li {
  display: flex;
  gap: 1em;
}

@media only screen and (min-width: 768px), print {
  .s-profile li {
    gap: 2em;
  }
}

.s-profile li + li {
  margin-top: 4em;
}

.s-profile__img {
  width: 28%;
}

.s-profile__txts {
  width: 72%;
}

.bg_interview3 {
  background: url("../img/interview3_rec_pc.jpg") 100%/cover no-repeat;
  transition: all 0.5s;
  background-position: center;
  transition: all 0.5s;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bg_interview3 {
    background: url("../img/interview3_rec_sp.jpg") center top/100% auto no-repeat;
  }
}

.bg_interview4 {
  background: url("../img/interview4_rec_pc.jpg") 100%/cover no-repeat;
  transition: all 0.5s;
  background-position: center;
  transition: all 0.5s;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bg_interview4 {
    background: url("../img/interview4_rec_sp.jpg") center top/100% auto no-repeat;
  }
}

.bg_interview5 {
  background: url("../img/interview5_rec_pc.jpg") 100%/cover no-repeat;
  transition: all 0.5s;
  background-position: center;
  border-radius: 2em;
  overflow: hidden;
  transition: all 0.5s;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bg_interview5 {
    border-radius: 1em;
    background: url("../img/interview5_rec_sp.jpg") center top/100% auto no-repeat;
  }
}

@media only screen and (min-width: 768px), print {
  .bg_interview5 div {
    width: calc(100% / 4) !important;
  }
}

.bg_interview6 {
  border-radius: 2em;
  overflow: hidden;
  background: url("../img/interview6_rec_pc.jpg") 100%/cover no-repeat;
  transition: all 0.5s;
  background-position: center;
  transition: all 0.5s;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bg_interview6 {
    border-radius: 1em;
    background: url("../img/interview6_rec_sp.jpg") center top/100% auto no-repeat;
  }
}

@media only screen and (min-width: 768px), print {
  .rec-img {
    height: 222px;
  }
}

@media only screen and (max-width: 767px) {
  .rec-img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .map-line {
    display: flex !important;
    gap: 1em;
    align-items: center;
    flex-shrink: 0;
    flex-direction: row-reverse;
    white-space: nowrap;
    margin-right: -23%;
  }
  .map-line:after {
    display: none !important;
  }
  .map-line:before {
    display: block;
    width: 100%;
    height: 1px;
    flex-grow: 1;
    content: '';
    border-bottom: 1px #b0b2a7 solid;
  }
}

small {
  font-size: 0.875em;
}

@media only screen and (min-width: 768px), print {
  .product-box dt {
    height: 3.25em;
    display: flex;
    align-items: center;
  }
}
