.mv {
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  min-height: calc(488 / var(--base-width) * var(--inner-width) * 1px);
  padding-top: calc(56 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .mv {
    height: auto;
    padding-top: calc(24 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.mv__image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(728 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(488 / var(--base-width) * var(--inner-width) * 1px);
  -webkit-mask-image: url(../img/people/mv-mask.svg);
          mask-image: url(../img/people/mv-mask.svg);
}
@media only screen and (max-width: 47.9375em) {
  .mv__image {
    width: auto;
    height: calc(265 / var(--base-width) * var(--inner-width) * 1px);
    position: relative;
    top: auto;
    right: auto;
    -webkit-mask-image: url(../img/people/mv-mask-sp.svg);
            mask-image: url(../img/people/mv-mask-sp.svg);
    margin-bottom: calc(12 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.mv__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 45, 114, 0) 64.75%, #002d72 100%);
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.28, 0.59, 0.63, 1);
}
.mv.is-active .mv__image::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.people-mv__caption {
  position: absolute;
  left: calc(440 / var(--base-width) * var(--inner-width) * 1px);
  top: calc(420 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(55 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__caption {
    position: relative;
    left: auto;
    top: auto;
    height: calc(54 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: calc(12 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-mv__caption img {
  width: auto;
  height: 100%;
}

.people-mv__title {
  margin-left: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__title {
    margin-left: 0;
    margin-bottom: calc(24 / var(--base-width) * var(--inner-width) * 1px);
    overflow: hidden;
  }
}

.people-mv__data {
  position: absolute;
  right: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  top: 0;
  height: calc(488 / var(--base-width) * var(--inner-width) * 1px);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  padding-bottom: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  --people-mv-data-width: 728;
  width: calc(var(--people-mv-data-width) / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__data {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    display: block;
    padding-bottom: 0;
  }
}

.people-mv__name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__name {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.people-mv__name > i,
.people-mv__name > b,
.people-mv__name > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  padding: 0 calc(16 / var(--base-width) * var(--inner-width) * 1px) 0.1em;
  background: #002d72;
  color: #fff;
  font-weight: 700;
  font-size: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
.people-mv__name > i {
  font-style: normal;
  background: #0089c8;
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__name > i {
    height: auto;
    min-height: calc(32 / var(--base-width) * var(--inner-width) * 1px);
    padding: calc(4 / var(--base-width) * var(--inner-width) * 1px) calc(16 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-mv__name > b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
.people-mv__name > span:empty {
  background: transparent;
}

.people-mv__text {
  width: calc(410 / var(--base-width) * var(--inner-width) * 1px);
  color: #fff;
  font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.65;
  margin-top: calc(16 / var(--base-width) * var(--inner-width) * 1px);
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__text {
    width: auto;
    margin-top: calc(24 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: calc(24 / var(--base-width) * var(--inner-width) * 1px);
    color: #000;
  }
}

.people-mv__career {
  margin-left: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  width: calc(440 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-mv__career {
    margin-left: 0;
    width: auto;
  }
}
.people-mv__career > dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #002d72;
  margin-bottom: calc(4 / var(--base-width) * var(--inner-width) * 1px);
}

.people-mv__career-item {
  display: grid;
  grid-template-columns: calc(72 / var(--base-width) * var(--inner-width) * 1px) auto;
  row-gap: calc(4 / var(--base-width) * var(--inner-width) * 1px);
}
.people-mv__career-item > dt,
.people-mv__career-item > dd {
  border-radius: calc(29 / var(--base-width) * var(--inner-width) * 1px);
  font-size: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
.people-mv__career-item > dt {
  display: flex;
  align-items: center;
  place-self: center center;
  height: calc(29 / var(--base-width) * var(--inner-width) * 1px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #002d72;
  width: calc(72 / var(--base-width) * var(--inner-width) * 1px);
  justify-content: center;
}
.people-mv__career-item > dd {
  display: block;
  min-height: calc(29 / var(--base-width) * var(--inner-width) * 1px);
  background: #fff;
  color: #002d72;
  padding: 0 calc(16 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 700;
  padding-bottom: 0.1em;
  justify-self: start;
  white-space: nowrap;
}

.people__inner {
  background: rgba(255, 255, 255, 0) url(../img/common/pattern.svg) repeat calc(75 / var(--base-width) * var(--inner-width) * 1px) calc(116 / var(--base-width) * var(--inner-width) * 1px)/calc(156 / var(--base-width) * var(--inner-width) * 1px) auto;
  padding: calc(120 / var(--base-width) * var(--inner-width) * 1px) 0;
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: calc(160 / var(--base-width) * var(--inner-width) * 1px);
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.people__inner.is-active {
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .people__inner {
    background: transparent;
    padding: 0;
    border-radius: 0;
    gap: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  }
  .people__inner.is-active {
    background: transparent;
  }
}

.people-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .people-body {
    display: block;
  }
}

.people-body__image {
  overflow: hidden;
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  position: -webkit-sticky;
  position: sticky;
  top: calc(116 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body__image {
    position: static;
    border-radius: calc(27 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-body__content {
  background: no-repeat center center/cover;
  padding: calc(56 / var(--base-width) * var(--inner-width) * 1px) 0;
  overflow: hidden;
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: calc(120 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body__content {
    padding: calc(56 / var(--base-width) * var(--inner-width) * 1px) calc(24 / var(--base-width) * var(--inner-width) * 1px);
    border-radius: calc(27 / var(--base-width) * var(--inner-width) * 1px);
    gap: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-body--1 .people-body__image {
  width: calc(514 / var(--base-width) * var(--inner-width) * 1px);
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 47.9375em) {
  .people-body--1 .people-body__image {
    width: auto;
  }
}
.people-body--1 .people-body__content {
  width: calc(100% - 514 / var(--base-width) * var(--inner-width) * 1px);
  background-image: url(../img/people/bg-1.jpg);
  border-bottom-left-radius: 0;
  padding-left: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  padding-right: calc(68 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body--1 .people-body__content {
    width: auto;
    padding: calc(56 / var(--base-width) * var(--inner-width) * 1px) calc(24 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-body--2 {
  flex-direction: row-reverse;
  padding-right: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body--2 {
    padding-right: 0;
  }
}
.people-body--2 .people-body__image {
  width: calc(706 / var(--base-width) * var(--inner-width) * 1px);
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 47.9375em) {
  .people-body--2 .people-body__image {
    width: auto;
  }
}
.people-body--2 .people-body__content {
  width: calc(100% - 706 / var(--base-width) * var(--inner-width) * 1px);
  background-image: url(../img/people/bg-2.jpg);
  border-bottom-right-radius: 0;
  padding-left: calc(68 / var(--base-width) * var(--inner-width) * 1px);
  padding-right: calc(48 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body--2 .people-body__content {
    width: auto;
    padding: calc(56 / var(--base-width) * var(--inner-width) * 1px) calc(24 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-body--3 .people-body__image {
  width: calc(404 / var(--base-width) * var(--inner-width) * 1px);
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 47.9375em) {
  .people-body--3 .people-body__image {
    width: auto;
  }
}
.people-body--3 .people-body__content {
  width: calc(100% - 404 / var(--base-width) * var(--inner-width) * 1px);
  background-image: url(../img/people/bg-3.jpg);
  border-bottom-left-radius: 0;
  padding-left: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  padding-right: calc(68 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-body--3 .people-body__content {
    width: auto;
    padding: calc(56 / var(--base-width) * var(--inner-width) * 1px) calc(24 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-section__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.people-section__title i,
.people-section__title span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.people-section__title i {
  font-style: normal;
  width: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(54 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(54 / var(--base-width) * var(--inner-width) * 1px);
  background: #0089c8;
  color: #fff;
  /* EN/txt_32b_0_en */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  padding-bottom: 0.1em;
}
.people-section__title span {
  background: #fff;
  height: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  padding: 0 calc(16 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 700;
  font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-section__title span {
    height: auto;
    padding: calc(8 / var(--base-width) * var(--inner-width) * 1px) calc(16 / var(--base-width) * var(--inner-width) * 1px);
    line-height: 1.4;
    border-radius: calc(100 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-section__message {
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.6;
  margin-bottom: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}

.people-section__text {
  font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.65;
}

.people-info {
  margin: 0 calc(68 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-info {
    margin: 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-info__section {
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  padding: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section {
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
}

.people-info__image {
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .people-info__image {
    margin-bottom: calc(16 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-info__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
.people-info__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  padding: 0 calc(16 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 700;
  font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  color: #fff;
  background: #002d72;
  white-space: nowrap;
  flex-shrink: 0;
}

.people-info__caption {
  font-weight: 700;
  font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: calc(24 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-info__caption {
    margin-bottom: calc(16 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-info__caption small {
  font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
}

.people-info__text {
  font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.65;
  color: #ffffff;
}

.people-info__section--holidays {
  flex-grow: 1;
  background: #dfb345;
  gap: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section--holidays {
    gap: 0;
  }
}
.people-info__section--holidays .people-info__image {
  width: calc(300 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(300 / var(--base-width) * var(--inner-width) * 1px);
}
.people-info__section--holidays .people-info__image img {
  border-radius: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
.people-info__section--holidays .people-info__title {
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section--holidays .people-info__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.people-info__section--holidays .people-info__title span:first-child {
  color: #002d72;
  background: #fff;
}

.people-info__section--favorite {
  width: calc(480 / var(--base-width) * var(--inner-width) * 1px);
  flex-shrink: 0;
  background: #f39186;
  gap: calc(16 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section--favorite {
    width: auto;
    gap: 0;
  }
}
.people-info__section--favorite .people-info__image {
  width: calc(212 / var(--base-width) * var(--inner-width) * 1px);
  min-height: calc(324 / var(--base-width) * var(--inner-width) * 1px);
  background: #0089c8;
  border-radius: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section--favorite .people-info__image {
    width: calc(302 / var(--base-width) * var(--inner-width) * 1px);
    min-height: calc(463 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-info__section--favorite .people-info__image img {
  max-width: unset;
  width: calc(252 / var(--base-width) * var(--inner-width) * 1px);
  height: auto;
  margin-left: calc(-24 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-info__section--favorite .people-info__image img {
    width: calc(350 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-info__section--favorite .people-info__title span:last-child {
  color: #002d72;
  background: #fff;
}

.people-carousel {
  margin-bottom: calc(32 / var(--base-width) * var(--inner-width) * 1px);
}
.people-carousel .swiper-slide {
  width: calc(376 / var(--base-width) * var(--inner-width) * 1px);
  padding: 0 calc(12 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .people-carousel .swiper-slide {
    width: calc(360 / var(--base-width) * var(--inner-width) * 1px);
    padding: 0 calc(4 / var(--base-width) * var(--inner-width) * 1px);
  }
}

.people-carousel__slide {
  position: relative;
  display: block;
  width: calc(352 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(392 / var(--base-width) * var(--inner-width) * 1px);
  padding: calc(24 / var(--base-width) * var(--inner-width) * 1px) 0;
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  overflow: hidden;
}

@property --people-carouse-image-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #5472a0;
}
@property --people-carouse-image-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #002d72;
}
.people-carousel__image {
  position: absolute;
  inset: 0;
}
.people-carousel__image img {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.people-carousel__image::after {
  --people-carouse-image-color-1: #5472a0;
  --people-carouse-image-color-2: #002d72;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.32%, var(--people-carouse-image-color-1) 80%, var(--people-carouse-image-color-2) 100%);
  transition-property: --people-carouse-image-color-1, --people-carouse-image-color-2;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

@media (hover: hover) {
  .people-carousel__slide:hover .people-carousel__image img {
    transform: scale(1.1);
  }
  .people-carousel__slide:hover .people-carousel__image::after {
    --people-carouse-image-color-1: #58b3dd;
    --people-carouse-image-color-2: #0089c8;
  }
}

.people-carousel__body {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto auto;
}

.people-carousel__tags {
  place-self: start start;
  padding: 0 calc(32 / var(--base-width) * var(--inner-width) * 1px);
  gap: calc(4 / var(--base-width) * var(--inner-width) * 1px);
  flex-wrap: wrap;
}
.people-carousel__tags .tag {
  background: #0089c8;
  color: #fff;
  font-size: calc(12 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  padding: 0 calc(8 / var(--base-width) * var(--inner-width) * 1px);
  border: 0;
}

.people-carousel__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: calc(8 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(37.5 / var(--base-width) * var(--inner-width) * 1px);
}
.people-carousel__slide--2 .people-carousel__title {
  margin-bottom: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__slide--3 .people-carousel__title {
  margin-bottom: calc(27.5 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__slide--5 .people-carousel__title {
  margin-bottom: calc(27.5 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__slide--6 .people-carousel__title {
  margin-bottom: calc(27.5 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__slide--9 .people-carousel__title {
  margin-bottom: calc(27.5 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__slide--10 .people-carousel__title {
  margin-bottom: calc(27.5 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(27 / var(--base-width) * var(--inner-width) * 1px);
  background: #fff;
  color: #0089c8;
  padding: 0 calc(4 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 700;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__position {
  padding: 0 calc(32 / var(--base-width) * var(--inner-width) * 1px);
  font-weight: 500;
  font-size: calc(12 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(8 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__name {
  padding: 0 calc(32 / var(--base-width) * var(--inner-width) * 1px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(16 / var(--base-width) * var(--inner-width) * 1px);
  line-height: 1.2;
}
.people-carousel__name small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(12 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  margin-top: calc(32 / var(--base-width) * var(--inner-width) * 1px);
}

.people-carousel__prev,
.people-carousel__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(48 / var(--base-width) * var(--inner-width) * 1px);
  border: 1px solid #0089c8;
  background: rgba(0, 137, 200, 0);
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .people-carousel__prev,
  .people-carousel__next {
    width: calc(64 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(64 / var(--base-width) * var(--inner-width) * 1px);
    border-radius: calc(64 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.people-carousel__prev path,
.people-carousel__next path {
  fill: #0089c8;
  transition-property: fill;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  .people-carousel__prev:hover,
  .people-carousel__next:hover {
    background: #0089c8;
  }
  .people-carousel__prev:hover path,
  .people-carousel__next:hover path {
    fill: #fff;
  }
}

.people-carousel__dots {
  --swiper-pagination-bullet-horizontal-gap: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.people-carousel__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.people-carousel__dots .swiper-pagination-bullet {
  width: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  background: transparent;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.people-carousel__dots .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #b2b2b2;
}
.people-carousel__dots .swiper-pagination-bullet-active::before {
  background: #0089c8;
}/*# sourceMappingURL=people.css.map */