body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  font-family: "Noto Sans JP", sans-serif;
}

.p-first-view__kv img {
  width: 100%;
}

.--blue {
  color: #006CBD;
}

.p-font--poppins {
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
  .p-pc-break {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-sp-break {
    display: none;
  }
}

.p-section__head {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-section__head {
    font-size: 44px;
  }
}
.p-section__sub-head {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-section__sub-head {
    font-size: 20px;
  }
}
.p-section__width {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-mission {
  padding: 108px 0 240px;
  background-image: url("/assets/images/recruit/p-mission__bg.jpg.webp");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-mission {
    padding: 40px 0 100px;
  }
}
.p-mission__head-wrap {
  text-align: center;
}
.p-mission__catch {
  text-align: center;
  line-height: 1.8;
  font-size: 40px;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-mission__catch {
    font-size: 32px;
  }
}
.p-mission__text {
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-mission__text {
    line-height: 1.8;
    text-align: left;
    font-weight: 500;
    padding: 0 15px;
    font-size: 18px;
  }
}

.p-businesses {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-businesses {
    padding-bottom: 30px;
  }
}
.p-businesses::before, .p-businesses::after {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  left: 0;
}
.p-businesses::before {
  aspect-ratio: 1366/147;
  background-image: url("/assets/images/recruit/p-businesses__bg-top.png.webp");
  bottom: calc(100% - 1px);
  position: absolute;
}
.p-businesses::after {
  aspect-ratio: 1366/142;
  background-image: url("/assets/images/recruit/p-businesses__bg-bottom.png.webp");
}
@media only screen and (max-width: 767px) {
  .p-businesses::after {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.p-businesses__bg {
  background-color: #006CBD;
  padding: 0 0 124px;
}
@media only screen and (max-width: 767px) {
  .p-businesses__bg {
    padding-bottom: 85px;
  }
}
.p-businesses__head, .p-businesses__sub-head, .p-businesses__content-head, .p-businesses__content-subhead {
  color: #ffffff;
}
.p-businesses__width {
  max-width: 1302px;
}
.p-businesses__width + .--mt {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .p-businesses__width + .--mt {
    margin-top: 40px;
  }
}
.p-businesses__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  .p-businesses__img-wrap {
    width: 320px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-businesses__img-wrap {
    width: 150px;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
.p-businesses__img {
  width: 50%;
}
@media only screen and (max-width: 1279px) {
  .p-businesses__img {
    width: 100%;
  }
}
.p-businesses__content-wrap {
  position: relative;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .p-businesses__content-wrap {
    margin-top: 25px;
  }
}
.p-businesses__content-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .p-businesses__content-bg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-businesses__content-bg::before, .p-businesses__content-bg::after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
}
.p-businesses__content-bg::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-businesses__content-bg::before {
    width: 100%;
  }
}
.p-businesses__content-bg::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-businesses__content-bg::after {
    display: none;
  }
}
.p-businesses__content {
  position: relative;
  padding: 52px 56px 56px;
  z-index: 2;
  width: calc(100% - 720px);
}
@media only screen and (max-width: 1279px) {
  .p-businesses__content {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-businesses__content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-businesses__content {
    padding: 20px 15px 25px;
    max-width: 210px;
    width: calc(100% - 150px);
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.p-businesses__content-head {
  line-height: 1.5;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  .p-businesses__content-head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-businesses__content-head {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-businesses__content-head {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-businesses__content-subhead {
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1279px) {
  .p-businesses__content-subhead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-businesses__content-subhead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-businesses__content-subhead {
    font-size: 14px;
  }
}
.p-businesses__link {
  text-align: center;
  max-width: 280px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-businesses__link {
    margin-top: 20px;
  }
}
.p-businesses__link.--mt {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .p-businesses__link.--mt {
    margin-top: 70px;
  }
}
.p-businesses .--businesses01 .p-businesses__content-bg::before {
  background-image: url("/assets/images/recruit/p-businesses__bg01_l.png.webp");
}
.p-businesses .--businesses01 .p-businesses__content-bg::after {
  background-image: url("/assets/images/recruit/p-businesses__bg01_r.png.webp");
}
.p-businesses .--businesses02 .p-businesses__content-bg::before {
  background-image: url("/assets/images/recruit/p-businesses__bg02_l.png.webp");
}
.p-businesses .--businesses02 .p-businesses__content-bg::after {
  background-image: url("/assets/images/recruit/p-businesses__bg02_r.png.webp");
}
.p-businesses .--businesses03 .p-businesses__content-bg::before {
  background-image: url("/assets/images/recruit/p-businesses__bg03_l.png.webp");
}
.p-businesses .--businesses03 .p-businesses__content-bg::after {
  background-image: url("/assets/images/recruit/p-businesses__bg03_r.png.webp");
}
.p-businesses .--left.p-businesses__width {
  padding-right: 20px;
  margin-right: auto;
}
.p-businesses .--left .p-businesses__img-wrap {
  left: 0;
}
.p-businesses .--left .p-businesses__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-businesses .--right.p-businesses__width {
  padding-left: 20px;
  margin-left: auto;
}
.p-businesses .--right .p-businesses__img-wrap {
  right: 0;
}
.p-businesses .--right .p-businesses__content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.p-people {
  padding-bottom: 50px;
}
.p-people__head-wrap {
  text-align: right;
}
.p-people__sub-head {
  font-weight: 500;
}
.p-people__swiper {
  margin-top: 35px;
}
.p-people__arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-people__arrow {
    display: none;
  }
}
.p-people__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/recruit/swiper__arrow.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.p-people__arrow::after {
  display: none;
}
.p-people__arrow--prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-people .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-people .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.p-people__pagination {
  position: static;
}
@media only screen and (min-width: 768px) {
  .p-people__pagination {
    display: none;
  }
}
.p-people__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #CCCCCC;
  opacity: 1;
}
.p-people__pagination .swiper-pagination-bullet-active {
  background-color: #006CBD;
}
@media only screen and (min-width: 768px) {
  .p-people__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-people__list {
    padding-bottom: 20px;
  }
}
.p-people__item {
  cursor: pointer;
  --spaceBetween:20px;
}
.p-people__item:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .p-people__item {
    width: calc(33.33% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .p-people__item {
    width: calc(100% - 2 * var(--spaceBetween) - 38px);
  }
}
.p-people__img {
  position: relative;
}
.p-people__img img {
  width: 100%;
  height: auto;
}
.p-people__num {
  position: absolute;
  font-size: 88px;
  letter-spacing: -0.06em;
  font-weight: bold;
  top: -8px;
  left: -3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-people__num {
    font-size: 64px;
    top: -5px;
    left: -1px;
  }
}
.p-people__detail {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-people__detail {
    margin: 0;
    background-color: #006CBD;
    padding: 12px 16px 16px;
  }
}
.p-people__position {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-people__position {
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
  }
}
.p-people__position::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #68A9E1;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .p-people__position::before {
    display: none;
  }
}
.p-people__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-people__name {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
  }
}

.p-requirement {
  position: relative;
}
.p-requirement::before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  left: 0;
  aspect-ratio: 1366/141;
  background-image: url("/assets/images/recruit/p-requirement__bg.png.webp");
}
.p-requirement__content {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 0 48px;
}
@media only screen and (max-width: 767px) {
  .p-requirement__content {
    padding: 30px 0;
  }
}
.p-requirement__content-width {
  max-width: 1144px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-requirement__content-head {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-requirement__content-head {
    font-weight: 500;
  }
}
.p-requirement__dl-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dl-wrap {
    margin-top: 20px;
  }
}
.p-requirement__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dl {
    display: block;
  }
}
.p-requirement__dl:first-child .p-requirement__dt {
  border-top: 1px #006CBD solid;
}
.p-requirement__dl:first-child .p-requirement__dd {
  border-top: 1px #E6E6E6 solid;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dl:first-child .p-requirement__dt, .p-requirement__dl:first-child .p-requirement__dd {
    border: none;
  }
}
.p-requirement__dl-text {
  line-height: 1.5;
}
.p-requirement__dt, .p-requirement__dd {
  padding-top: 19px;
  padding-bottom: 18px;
}
.p-requirement__dt {
  max-width: 184px;
  min-width: 184px;
  border-bottom: 1px #006CBD solid;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dt {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #F2F2F2;
    border: none;
  }
}
.p-requirement__dd {
  border-bottom: 1px #E6E6E6 solid;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dd {
    padding-left: 16px;
    padding-right: 16px;
    border: none;
  }
}
.p-requirement__dt-text {
  font-weight: bold;
  color: #4294DA;
}
@media only screen and (max-width: 767px) {
  .p-requirement__dt-text {
    color: #111111;
  }
}
.p-requirement__dd-text {
  font-weight: 500;
}
.p-requirement__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .p-requirement__step {
    display: block;
  }
}
.p-requirement__step-item {
  width: 18.9%;
  max-width: 160px;
  min-width: 120px;
  background-color: #E4EBF0;
  border-radius: 8px;
  padding: 7px 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-requirement__step-item {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-requirement__step-item + .p-requirement__step-item {
    margin-top: 32px;
  }
}
.p-requirement__step-item + .p-requirement__step-item::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #4294DA;
  -webkit-mask-image: url("/assets/images/common/more.svg");
  mask-image: url("/assets/images/common/more.svg");
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-requirement__step-item + .p-requirement__step-item::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: calc(100% + 8px);
  }
}
.p-requirement__item {
  position: relative;
  padding-left: 1em;
}
.p-requirement__item::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #4294DA;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 10px;
}

.p-contact {
  margin-top: 80px;
  padding: 80px 0 80px;
  text-align: center;
  background-image: url("/assets/images/recruit/p-contact__bg.jpg.webp");
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding: 36px 0 40px;
  }
}
.p-contact__subhead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .p-contact__subhead {
    font-size: 20px;
  }
}
.p-contact__head {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 32px;
  }
}
.p-contact__text {
  line-height: 1.5;
  font-weight: 500;
  margin-top: 15px;
}
.p-contact__link {
  max-width: 544px;
  margin: 35px auto 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-contact__link {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__btn {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__link-span {
    display: block;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__link-span.--emphasis {
    font-size: 20px;
    line-height: 1.1;
  }
}

.--hide {
  opacity: 0;
  visibility: hidden;
}

.c-modal--show {
  overflow: hidden;
}

.c-modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.c-modal-wrap.--show {
  opacity: 1;
  visibility: visible;
}

.c-modal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1040px;
  --vpad: 70px;
  --hpad: 20px;
  padding: var(--vpad) var(--hpad);
  opacity: 0;
  visibility: hidden;
}
.c-modal.--show {
  opacity: 1;
  visibility: visible;
}
.c-modal__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.5;
}
.c-modal__close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: calc(var(--hpad));
  top: calc(var(--vpad) - 57px);
  cursor: pointer;
  background-color: #000000;
  border-radius: 50%;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 50%;
  top: 50%;
}
.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__frame-scroll {
  width: 100%;
  overflow-y: scroll;
  max-height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal__frame-scroll::-webkit-scrollbar {
  display: none;
}
.c-modal__frame {
  background-color: #ffffff;
  min-height: 950px;
}
@media only screen and (max-width: 767px) {
  .c-modal__frame {
    min-height: auto;
  }
}
.c-modal__width {
  --mw:20px;
  max-width: 928px;
  padding: 0 var(--mw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-modal__width {
    display: block;
    --mw:30px;
  }
}
.c-modal__top {
  padding: 52px 0 60px;
  background-image: url("/assets/images/recruit/p-modal__bg.png.webp");
  background-size: cover;
  aspect-ratio: 1000/302;
}
@media only screen and (max-width: 767px) {
  .c-modal__top {
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
    background: #006CBD;
    aspect-ratio: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal__top::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 360/56;
    position: absolute;
    top: calc(100% - 1px);
    background-image: url("/assets/images/recruit/p-modal__bg_sp.png.webp");
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal__top .c-modal__right-width {
    display: none;
  }
}
.c-modal__bottom {
  padding: 30px 0 56px;
}
@media only screen and (max-width: 767px) {
  .c-modal__bottom {
    padding-top: 0;
    margin-top: -47px;
    position: relative;
    z-index: 1;
  }
}
.c-modal__bottom .c-modal__right-width {
  margin: 0 calc(var(--mw) * -1);
  width: calc(100% + var(--mw) * 2);
}
@media only screen and (min-width: 768px) {
  .c-modal__bottom .c-modal__right-width {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal__bottom .c-modal__left-width {
    margin-top: 25px;
  }
}
.c-modal__left-width {
  max-width: 448px;
  padding-right: 48px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-modal__left-width {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal__left-width {
    max-width: none;
    padding-right: 0;
  }
}
.c-modal__left-width.--w100 {
  max-width: none;
  padding-right: 0;
}
.c-modal__right-width {
  width: 49.54%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-modal__right-width {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-modal__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-modal__text {
    font-weight: 500;
  }
}
.c-modal__img-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-modal__img-wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }
}
.c-modal__img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-modal__img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-modal-people .--white {
  color: #ffffff;
}
.c-modal-people__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__head-wrap {
    display: none;
  }
}
.c-modal-people__num {
  font-size: 80px;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #4294DA;
  line-height: 1;
}
.c-modal-people__head {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.c-modal-people__position {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__position {
    margin: 0;
    padding-top: 10px;
    border-top: 1px #ffffff solid;
  }
}
.c-modal-people__name {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__name {
    font-weight: 500;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px #ffffff solid;
    font-size: 32px;
  }
}
.c-modal-people__text-wrap + .c-modal-people__text-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__text-wrap + .c-modal-people__text-wrap {
    margin-top: 30px;
  }
}
.c-modal-people__link {
  max-width: 400px;
  margin: 65px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__link {
    max-width: 296px;
  }
}
.c-modal-people__btn {
  background-color: #006CBD;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-modal-people__btn {
    font-size: 20px;
  }
  .c-modal-people__btn::before {
    width: 28px;
    right: 16px;
  }
  .c-modal-people__btn::after {
    right: 25px;
  }
}
.c-modal-people__btn:hover {
  color: #006CBD;
  background-color: #ffffff;
  border: 1px #006CBD solid;
  border-radius: 9999px;
}
.c-modal-people .c-modal__head {
  padding-left: 28px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.c-modal-people .c-modal__head::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background-color: #E4EBF0;
}
.c-modal-people .c-modal__bottom {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-modal-people .c-modal__img-wrap {
    height: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-people .c-modal__img {
    width: 100%;
  }
}