.p-mv {
  position: relative;
  background: url(../img/home/bg_mv.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/home/bg_mv_sp.jpg) center/cover no-repeat;
    padding: 0 0 16.25rem;
  }
}
.p-mv::after {
  content: "";
  position: absolute;
  left: -5rem;
  bottom: -3.8rem;
  width: calc(100% + 10rem);
  height: 12.8rem;
  background: #3064db;
  transform: rotate(-7.15deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    bottom: 0;
    height: 19rem;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  bottom: -12.2rem;
  left: 0;
  width: calc((100% - 120rem) / 2);
  height: 12.8rem;
  background: #308ddb;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    content: none;
  }
}
.p-mv__img {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
  opacity: 0;
  animation: mvImgFade 0.8s ease-out 0.3s forwards;
}
.p-mv__img img {
  width: 100%;
}
.p-mv__ttl {
  position: absolute;
  bottom: -8.8rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    bottom: -0.4rem;
    width: 100%;
    padding: 0 1.9rem;
  }
}
.p-mv__ttl picture {
  display: block;
  opacity: 0;
  transform: translate(-7rem, 1rem);
  animation: mvTtlSlide 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.p-mv__ttl img {
  width: 91.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl img {
    width: 100%;
  }
}

@keyframes mvTtlSlide {
  0% {
    opacity: 0;
    transform: translate(-7rem, 1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mvImgFade {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-bg {
  position: relative;
  background: #f6f6f6;
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-bg {
    padding: 4.5rem 0 3rem;
  }
}
.p-bg::after {
  content: "";
  position: absolute;
  top: -17rem;
  right: 0;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: #f6f6f6;
  width: 50%;
  height: 18.8rem;
}
@media screen and (max-width: 1120px) {
  .p-bg::after {
    top: -16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-bg::after {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-intro {
    padding: 0 0 0 1.9rem;
  }
}
.p-intro__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100rem;
  background: #fff;
  margin: 0 auto;
  padding: 8rem 0 8rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap {
    padding: 4.5rem 0 4rem 2.15rem;
  }
}
.p-intro__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.1rem;
  width: 10.1rem;
  height: 100%;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap::after {
    width: 1.8rem;
  }
}
.p-intro__txt {
  line-height: 2.25;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    line-height: 2.1;
    letter-spacing: 0.1em;
    margin-top: 4.2rem;
  }
  .p-intro__txt:first-child {
    margin-top: 0;
  }
}
.p-intro__txt--space {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro__txt--space {
    margin-top: 6rem;
  }
}
.p-intro__txt--space + .p-intro__txt--space {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro__txt--space + .p-intro__txt--space {
    margin-top: 4.2rem;
  }
}
.p-intro__img {
  display: block;
  width: 39rem;
  filter: grayscale(100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    position: absolute;
    top: 2.5rem;
    right: 0;
    width: 10.5rem;
  }
}

.p-block {
  position: relative;
  margin-top: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-block {
    margin-top: 6rem;
    padding: 0 0 0 1.9rem;
  }
}
.p-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 100rem) / 2 + 16.8rem);
  height: 100%;
  background: linear-gradient(90deg, #308ddb 0%, #3064db 100%);
}
@media screen and (max-width: 767px) {
  .p-block::after {
    width: 50%;
  }
}
.p-block:last-of-type {
  margin-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .p-block:last-of-type {
    margin-bottom: 5rem;
  }
}
.p-block--reverse {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-block--reverse {
    margin-top: 5rem;
    padding: 0 1.9rem 0 0;
  }
}
.p-block--reverse::after {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, #3064db 0%, #308ddb 100%);
}
.p-block__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  max-width: 100rem;
  min-height: 34rem;
  background: #308ddb;
  margin: 0 auto;
  padding: 5rem 16.8rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-block__wrap {
    align-items: flex-start;
    flex-flow: column;
    gap: 3rem 0;
    min-height: auto;
    padding: 4.75rem 2.4rem 5rem;
  }
}
.p-block__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-block__inner {
    margin-right: -1rem;
  }
}
.p-block__img {
  position: absolute;
  top: -3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block__img {
    top: -2.9rem;
  }
}
.p-block__img--about {
  left: 35.2rem;
  width: 10.6rem;
}
@media screen and (max-width: 767px) {
  .p-block__img--about {
    left: 21.5rem;
    width: 10.6rem;
  }
}
.p-block__img--work {
  left: 33.8rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-block__img--work {
    width: 15rem;
    left: 20rem;
  }
}
.p-block__img--recruit {
  left: 33.8rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-block__img--recruit {
    width: 13rem;
    left: 21.5rem;
  }
}
.p-block__txt {
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block__txt {
    line-height: 2.1;
    letter-spacing: 0.1em;
    margin: 2.4rem 0 0;
  }
}
.p-block-btns {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  align-self: flex-start;
  gap: 2rem 0;
  width: 26.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block-btns {
    width: 100%;
    gap: 2rem 0;
  }
}
.p-block-btns__item {
  width: 100%;
}

.p-persons {
  background: url(../img/home/bg_persons.png) center/cover no-repeat #d7eaf8;
  padding: 4.4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-persons {
    padding: 5rem 2.4rem;
  }
}
.p-persons__wrap {
  max-width: 90rem;
  margin: 0 auto;
}
.p-persons-slide {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-persons-slide {
    margin: 3.5rem -2.4rem 0;
  }
}
.p-persons-slide__img {
  display: block;
  width: 27.2rem;
  filter: grayscale(100%);
  margin: 0 0 1.7rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-persons-slide__img {
    width: 27.2rem;
    margin: 0 0 1.2rem;
  }
}
@media (any-hover: hover) {
  .p-persons-slide__link:hover {
    opacity: 1;
  }
  .p-persons-slide__link:hover .p-persons-slide__img {
    filter: none;
  }
}
.p-persons-slide__link:focus-visible, .p-persons-slide__link:active {
  opacity: 1;
}
.p-persons-slide__link:focus-visible .p-persons-slide__img, .p-persons-slide__link:active .p-persons-slide__img {
  filter: none;
}
.p-persons-slide__post {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-persons-slide__name {
  font-weight: 700;
  margin: 0.6rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-persons-slide__name {
    line-height: 1;
    margin: 1.2rem 0 0;
  }
}
.p-persons .splide__arrow {
  top: 12.8rem;
  right: -6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #fff;
  background: #3064db;
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-persons .splide__arrow {
    right: 1.9rem;
  }
}
.p-persons .splide__arrow span {
  width: 0.9rem;
  height: 1.1rem;
  background: #fff;
  clip-path: polygon(100% 50%, 0% 100%, 0 0);
  z-index: 2;
  transition: 0.3s;
  margin-left: 0.3rem;
}
.p-persons .splide__arrow--prev {
  left: -6rem;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-persons .splide__arrow--prev {
    left: 1.9rem;
  }
}
.p-persons .splide__arrow--prev span {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin: 0 0.3rem 0 0;
}
@media (any-hover: hover) {
  .p-persons .splide__arrow:hover {
    background: #fff;
  }
  .p-persons .splide__arrow:hover span {
    background: #3064db;
  }
}