@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.kv {
  position: relative;
  overflow: hidden;
}
.kv__inner {
  width: 100%;
  height: 57.291vw;
  min-height: 825px;
  padding-top: 154px;
}
@media (max-width: 767px) {
  .kv__inner {
    height: 133.333vw;
    min-height: auto;
    padding-top: 130px;
  }
}
.kv__images {
  min-width: 1440px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .kv__images {
    min-width: auto;
    width: 192.799vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(calc(-50% + 8px));
  }
}
.kv__group {
  opacity: 0.4;
}
.kv__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.kv__img--1 {
  -webkit-animation: kvFade 0.8s ease forwards;
  animation: kvFade 0.8s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.kv__img--2 {
  -webkit-animation: kvFade 0.8s ease forwards;
  animation: kvFade 0.8s ease forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.kv__img--3 {
  -webkit-animation: kvFade 0.8s ease forwards;
  animation: kvFade 0.8s ease forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.kv__img--4 {
  -webkit-animation: kvFade 0.8s ease forwards;
  animation: kvFade 0.8s ease forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.kv__img--5 {
  -webkit-animation: kvFadeLong 2s ease forwards;
  animation: kvFadeLong 2s ease forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}
@-webkit-keyframes kvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kvFadeLong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvFadeLong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv__catch {
  text-align: center;
  line-height: 1;
}
.kv__catch-ja {
  font-size: 4.4rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .kv__catch-ja {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
}
.kv__catch-en {
  margin-top: 20px;
  font-weight: 400;
  font-family: "Caveat", cursive;
  font-size: 4rem;
  letter-spacing: 0;
  color: #3749c2;
}
@media (max-width: 767px) {
  .kv__catch-en {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}

.lead {
  position: relative;
  overflow: hidden;
}
.lead__inner {
  padding: 30px 0 120px;
}
@media (max-width: 767px) {
  .lead__inner {
    padding: 30px 30px 80px;
  }
}
.lead__deco {
  font-weight: 400;
  font-family: "Caveat", cursive;
  padding-right: 3.125vw;
  padding-bottom: 8.888vw;
  color: #ffffff;
  line-height: 1;
  font-size: 20.138vw;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .lead__deco {
    display: none;
  }
}
.lead__text {
  font-size: 1.7rem;
  line-height: 2.4;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .lead__text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.gypsum__inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  border: 1px solid #3749c2;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .gypsum__inner {
    width: 100%;
    border: 1px dashed #3749c2;
    border-width: 1px 0 1px 0;
    max-width: 100%;
  }
}
.gypsum__header {
  padding: 40px 60px;
  background: #f5f3eb;
  display: flex;
  justify-content: center;
  padding: 45px 0 40px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .gypsum__header {
    padding: 40px 25px;
    justify-content: flex-start;
  }
}
.gypsum__heading {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .gypsum__heading {
    font-size: 1.7rem;
    text-align: left;
  }
}
.gypsum__text {
  max-width: 753px;
  margin: 20px auto 0;
  text-align: left;
}
@media (max-width: 767px) {
  .gypsum__text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.gypsum__body {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  height: 746px;
}
@media (max-width: 767px) {
  .gypsum__body {
    height: 399px;
  }
}
.gypsum__image {
  width: 100%;
  position: relative;
}
.gypsum__image img {
  display: block;
  width: 1438px;
  height: 746px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: auto;
  min-width: 1438px;
}
@media (max-width: 767px) {
  .gypsum__image img {
    width: 767px;
    height: 399px;
    min-width: 767px;
  }
}
.gypsum__list {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gypsum__list {
    width: 375px;
    height: 399px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.gypsum__item {
  position: absolute;
  left: var(--x);
  top: var(--y);
  pointer-events: none;
  display: inline-block;
  /* ===== 線 ===== */
  /* ===== 点 ===== */
}
.gypsum__item::before {
  content: "";
  position: absolute;
  width: var(--line-w, 40px);
  height: 2px;
  background: #3749c2;
  left: var(--line-x, 100%);
  top: var(--line-y, 50%);
  transform: rotate(var(--line-rotate, 0deg));
  transform-origin: left center;
}
@media (max-width: 767px) {
  .gypsum__item::before {
    height: 1px;
  }
}
.gypsum__item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3749c2;
  border-radius: 50%;
  left: var(--dot-x, calc(100% + var(--line-w)));
  top: var(--dot-y, 50%);
}
@media (max-width: 767px) {
  .gypsum__item::after {
    width: 5px;
    height: 5px;
  }
}
.gypsum__item--fire {
  --x: 26.03%;
  --y: 52.55%;
  --line-w: 65px;
  --line-x: 70px;
  --line-y: 34px;
  --line-rotate: 52deg;
  --dot-x: calc(100% + -41px);
  --dot-y: 81px;
}
@media (max-width: 767px) {
  .gypsum__item--fire {
    --x: 2.40%;
    --y: 44.36%;
    --line-w: 55px;
    --line-x: 46px;
    --line-y: 27px;
    --line-rotate: 64deg;
    --dot-x: 67px;
    --dot-y: 74px;
  }
}
.gypsum__item--quake {
  --x: 29.49%;
  --y: 71.39%;
  --line-w: 88px;
  --line-x: 72px;
  --line-y: 30px;
  --line-rotate: 49deg;
  --dot-x: calc(100% + -22px);
  --dot-y: 92px;
}
@media (max-width: 767px) {
  .gypsum__item--quake {
    --x: 27.47%;
    --y: 65.16%;
    --line-w: 45px;
    --line-x: 22px;
    --line-y: 72px;
    --line-rotate: -60deg;
    --dot-x: 19px;
    --dot-y: 71px;
  }
}
.gypsum__item--insulate {
  --x: 44.12%;
  --y: 38.53%;
  --line-w: 59px;
  --line-x: 66px;
  --line-y: 10px;
  --line-rotate: -62deg;
  --dot-x: calc(100% + -58px);
  --dot-y: -45px;
}
@media (max-width: 767px) {
  .gypsum__item--insulate {
    --x: 38.13%;
    --y: 39.60%;
    --line-w: 50px;
    --line-x: 23px;
    --line-y: -36px;
    --line-rotate: 53deg;
    --dot-x: 21px;
    --dot-y: -38px;
  }
}
.gypsum__item--absorb {
  --x: 69.34%;
  --y: 67.14%;
  --line-w: 60px;
  --line-x: 86px;
  --line-y: 1px;
  --line-rotate: -63deg;
  --dot-x: calc(100% + -39px);
  --dot-y: -54px;
}
@media (max-width: 767px) {
  .gypsum__item--absorb {
    --x: 63.20%;
    --y: 61.40%;
    --line-w: 55px;
    --line-x: 71px;
    --line-y: 14px;
    --line-rotate: -62deg;
    --dot-x: 95px;
    --dot-y: -36px;
  }
}
.gypsum__item--health {
  --x: 60.00%;
  --y: 81.59%;
  --line-w: 81px;
  --line-x: 19px;
  --line-y: 78px;
  --line-rotate: -40deg;
  --dot-x: calc(100% + -132px);
  --dot-y: 74px;
}
@media (max-width: 767px) {
  .gypsum__item--health {
    --x: 73.87%;
    --y: 79.95%;
    --line-w: 50px;
    --line-x: -7px;
    --line-y: 51px;
    --line-rotate: -42deg;
    --dot-x: -10px;
    --dot-y: 49px;
  }
}
.gypsum__item--eco {
  --x: 53.53%;
  --y: 19.69%;
  --line-w: 110px;
  --line-x: 146px;
  --line-y: 23px;
  --line-rotate: 40deg;
  --dot-x: calc(100% + 15px);
  --dot-y: 91px;
}
@media (max-width: 767px) {
  .gypsum__item--eco {
    --x: 40.27%;
    --y: 10.28%;
    --line-w: 94px;
    --line-x: 113px;
    --line-y: 26px;
    --line-rotate: 42deg;
    --dot-x: 180px;
    --dot-y: 87px;
  }
}
.gypsum__btn {
  pointer-events: auto;
  min-width: 146px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  background: #3749c2;
  color: #ffffff;
  text-align: center;
  padding: 10px 40px 12px 29px;
  border-radius: 20px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .gypsum__btn {
    padding: 14px 35px 14px 20px;
    font-size: 1.2rem;
    min-width: 79px;
  }
}
.gypsum__btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  background: url(../../images/common/icon_plus_white.svg) no-repeat center center;
  background-size: 12px;
}
@media (max-width: 767px) {
  .gypsum__btn::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}

.about {
  padding: 160px 0 20px;
}
@media (max-width: 767px) {
  .about {
    padding: 80px 0 10px;
    overflow: hidden;
  }
}
.about__inner {
  width: calc(100% - 80px);
  padding: 100px 80px 60px;
  margin: 0 auto;
  background: #3c559a url(../../images/common/bg_navy.png) repeat center center;
  background-size: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .about__inner {
    width: calc(100% - 10px);
    flex-direction: column;
    margin: 0;
    padding: 60px 25px 80px;
  }
}
.about__inner::before {
  content: "";
  width: 180px;
  height: 147px;
  background: url(../../images/top/illust_about.png) repeat center center;
  background-size: 180px 147px;
  position: absolute;
  top: -92px;
  right: 181px;
}
@media (max-width: 767px) {
  .about__inner::before {
    width: 96px;
    height: 79px;
    background-size: 96px 79px;
    top: -35px;
    right: 13px;
  }
}
.about__inner::after {
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 19.5px;
  right: -40px;
  background: #324b8f url(../../images/common/bg_navy_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .about__inner::after {
    width: 12px;
    top: 11.5px;
    right: -11px;
    transform: skewY(45deg);
  }
}
.about__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 35px 150px;
}
@media (max-width: 767px) {
  .about__container {
    max-width: 100%;
    flex-direction: column;
  }
}
.about__intro {
  width: 410px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__intro {
    width: 100%;
  }
}
.about__img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .about__img {
    margin-top: 30px;
  }
}
.about__body {
  width: calc(100% - 410px - 10.416vw);
  color: #ffffff;
}
@media (max-width: 767px) {
  .about__body {
    width: 100%;
  }
}
.about__lead {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .about__lead {
    font-size: 1.7rem;
  }
}
.about__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 1.3rem;
  }
}
.about__link-list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about__link-list {
    margin-top: 40px;
  }
}
.about__link-item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.about__link-item a {
  padding: 10px 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .about__link-item a {
    font-size: 1.3rem;
  }
}
.about__link-item a .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.about__link-item a .oval-icon::before, .about__link-item a .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.about__link-item a .oval-icon::before {
  transform: translate(0, 0);
}
.about__link-item a .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .about__link-item a .oval-icon {
    width: 7px;
    height: 7px;
  }
  .about__link-item a .oval-icon::before, .about__link-item a .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .about__link-item a:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .about__link-item a:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}

/* =========================================
   people-work セクション
========================================= */
.people-work {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .people-work {
    padding: 0;
  }
}
.people-work__inner {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .people-work__inner {
    max-width: 100%;
    padding: 80px 25px 0;
    text-align: left;
  }
}
.people-work__head {
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 25px 0;
}
@media (max-width: 767px) {
  .people-work__head {
    gap: 15px 0;
  }
}
.people-work__text {
  text-align: center;
}
@media (max-width: 767px) {
  .people-work__text {
    text-align: left;
    font-size: 1.3rem;
  }
}
.people-work__cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .people-work__cta {
    gap: 0 12px;
    font-size: 1.3rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .people-work__cta {
    margin-left: 0;
  }
}
.people-work__cta .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.people-work__cta .oval-icon::before, .people-work__cta .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.people-work__cta .oval-icon::before {
  transform: translate(0, 0);
}
.people-work__cta .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .people-work__cta .oval-icon {
    width: 7px;
    height: 7px;
  }
  .people-work__cta .oval-icon::before, .people-work__cta .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .people-work__cta:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .people-work__cta:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}

.people {
  margin-top: 30px;
  position: relative;
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .people {
    margin-top: 60px;
    padding-bottom: 195px;
  }
}
.people::before {
  content: "";
  width: 145px;
  height: 165px;
  background: url(../../images/top/illust_people.png) repeat center center;
  background-size: 145px 165px;
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(calc(-50% - 406px));
  z-index: 1;
}
@media (max-width: 767px) {
  .people::before {
    display: none;
  }
}

.people-splide .splide__slide {
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .people-splide .splide__slide {
    padding-bottom: 20px;
  }
}
.people-splide .splide__slide .people-card__img-mask {
  position: relative;
  opacity: 0.5;
  transform: scale(0.649);
  transition: 0.3s;
}
.people-splide .splide__slide .people-card__img-wrap:not(.is-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 476px;
  height: 407px;
  display: block;
  transform: scale(0.649);
  transition: all 0.3s ease;
  background: url(../../images/common/bg_dark-blue_shadow.png);
  background-size: 100px;
  -webkit-mask-image: url(../../images/common/mask.svg);
  mask-image: url(../../images/common/mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (max-width: 767px) {
  .people-splide .splide__slide .people-card__img-wrap:not(.is-active)::before {
    width: 250px;
    height: 213px;
  }
}
.people-splide .splide__slide.is-active {
  z-index: 1;
}
@media (min-width: 1024px) {
  .people-splide .splide__slide.is-active:hover .people-card__img-wrap::before {
    top: 17px;
    left: 17px;
  }
  .people-splide .splide__slide.is-active:hover .people-card__img-wrap img {
    transform: scale(1.05);
  }
}
.people-splide .splide__slide.is-active .people-card__link .oval {
  opacity: 1;
}
.people-splide .splide__slide.is-active .people-card__img-mask {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.people-splide .splide__slide.is-active .people-card__img-wrap::before {
  transform: scale(1);
  top: 12px;
  left: 12px;
  background: url(../../images/common/bg_dark-blue_shadow.png);
  background-size: 100px;
}
@media (max-width: 767px) {
  .people-splide .splide__slide.is-active .people-card__img-wrap::before {
    top: 7px;
    left: 7px;
  }
}
.people-splide .splide__slide.is-active .people-card__label,
.people-splide .splide__slide.is-active .people-card__body {
  opacity: 1;
  transition: all 0.3s ease;
}
.people-splide__btns {
  position: absolute;
  left: 50%;
  bottom: -37px;
  display: block;
  transform: translateX(-236px);
}
@media (max-width: 767px) {
  .people-splide__btns {
    bottom: -20px;
    left: 14px;
    transform: none;
  }
}
.people-splide__prev, .people-splide__next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .people-splide__prev, .people-splide__next {
    width: 32px;
    height: 32px;
  }
}
.people-splide__prev {
  left: 0;
}
.people-splide__next {
  left: 55px;
}
@media (max-width: 767px) {
  .people-splide__next {
    left: 32px;
  }
}
.people-splide__prev::after, .people-splide__next::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-right: 2px solid #3749c2;
  border-top: 2px solid #3749c2;
  transform: rotate(225deg);
  margin: 12px auto;
  top: -5px;
  position: relative;
}
@media (max-width: 767px) {
  .people-splide__prev::after, .people-splide__next::after {
    width: 12px;
    height: 12px;
    border-right: 1.33px solid #3749c2;
    border-top: 1.33px solid #3749c2;
    top: -1px;
  }
}
.people-splide__prev::after {
  left: 7px;
}
@media (max-width: 767px) {
  .people-splide__prev::after {
    left: 3px;
  }
}
.people-splide__next::after {
  right: 7px;
}
@media (max-width: 767px) {
  .people-splide__next::after {
    right: 3px;
  }
}
.people-splide__next::after {
  transform: rotate(45deg);
}

.people-card {
  height: 100%;
}
.people-card__img-wrap {
  position: relative;
}
.people-card__img-mask {
  -webkit-mask-image: url(../../images/common/mask.svg);
  mask-image: url(../../images/common/mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.people-card__img-mask img {
  transition: all 0.3s ease;
}
.people-card__link .oval {
  position: absolute;
  top: 334px;
  left: 294px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .people-card__link .oval {
    top: 165px;
    left: 171px;
  }
}
.people-card__link .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.people-card__link .oval-icon::before, .people-card__link .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.people-card__link .oval-icon::before {
  transform: translate(0, 0);
}
.people-card__link .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .people-card__link .oval-icon {
    width: 7px;
    height: 7px;
  }
  .people-card__link .oval-icon::before, .people-card__link .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .people-card__link:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .people-card__link:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}
.people-card__label, .people-card__body {
  opacity: 0;
  transition: all 0.3s ease;
}
.people-card__label {
  position: absolute;
  top: 0;
  left: 27px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  padding: 15px 20px 20px;
  background: #3749c2;
  color: #ffffff;
  z-index: 1;
  font-weight: 500;
  pointer-events: none;
}
@media (max-width: 767px) {
  .people-card__label {
    font-size: 1rem;
    padding: 11px 10px 15px;
    left: 20px;
  }
}
.people-card__label::before, .people-card__label::after {
  content: "";
  display: block;
  background: #3749c2;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.people-card__label::before {
  width: 1px;
  height: 40px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .people-card__label::before {
    height: 20px;
    bottom: -20px;
  }
}
.people-card__label::after {
  width: 5px;
  height: 5px;
  bottom: -42px;
  border-radius: 2.5px;
}
@media (max-width: 767px) {
  .people-card__label::after {
    bottom: -21px;
  }
}
.people-card__body {
  display: none;
}
.people-card--blue .people-card__label {
  background: #3749c2;
}
.people-card--blue .people-card__label::before, .people-card--blue .people-card__label::after {
  background: #3749c2;
}
.people-card--blue .people-card__link .oval {
  background: #3749c2;
}
.people-card--green .people-card__label {
  background: #0077cb;
}
.people-card--green .people-card__label::before, .people-card--green .people-card__label::after {
  background: #0077cb;
}
.people-card--green .people-card__link .oval {
  background: #0077cb;
}
.people-card--purple .people-card__label {
  background: #4e34b8;
}
.people-card--purple .people-card__label::before, .people-card--purple .people-card__label::after {
  background: #4e34b8;
}
.people-card--purple .people-card__link .oval {
  background: #4e34b8;
}

.people-floating-body {
  position: absolute;
  top: 419px;
  left: calc(50% + 50px);
  width: calc(50% - 50px);
  pointer-events: auto;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: left;
}
@media (max-width: 767px) {
  .people-floating-body {
    left: calc(50% - 93px);
    width: calc(50% + 93px);
    top: 245px;
  }
}
.people-floating-body .people-card__headline {
  padding-right: 40px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .people-floating-body .people-card__headline {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
.people-floating-body .people-card__position {
  padding: 20px 40px 0 0;
  margin-top: 15px;
  border-top: 1px solid #223562;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .people-floating-body .people-card__position {
    font-size: 1.1rem;
    padding: 15px 20px 0 0;
    margin-top: 15px;
    padding-right: 0;
  }
}

.people-floating-body.is-active {
  opacity: 1;
}

.work {
  text-align: left;
  margin-top: 35px;
  padding: 0 120px;
}
@media (max-width: 767px) {
  .work {
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px;
  }
}
.work__inner {
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .work__inner {
    max-width: 100%;
  }
}
.work__list {
  padding-bottom: 10px;
  display: flex;
  gap: 20px 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .work__list {
    width: calc(100% - 10px);
    padding: 0;
    flex-direction: column;
  }
}
.work__item {
  width: 50%;
  padding: 86px 60px 60px;
  flex: 1;
  position: relative;
  background: #ebf1fa url(../../images/common/bg_light-blue.png) repeat center center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .work__item {
    width: 100%;
    padding: 60px 25px 50px;
  }
}
.work__item:nth-child(2) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .work__item:nth-child(2) {
    margin-top: auto;
  }
}
.work__item::after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 9.75px;
  right: -20px;
  background: #e4eaf3 url(../../images/common/bg_light-blue_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .work__item::after {
    width: 12px;
    top: 11.5px;
    right: -11px;
    transform: skewY(45deg);
  }
}
.work__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .work__lead {
    font-size: 1.7rem;
    margin-top: 35px;
  }
}
.work__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .work__text {
    font-size: 1.3rem;
  }
}
.work__img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .work__img {
    margin-top: 30px;
  }
}
.work__cta {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .work__cta {
    margin-top: 20px;
  }
}
.work__cta-item {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .work__cta-item {
    gap: 0 12px;
    font-size: 1.3rem;
    line-height: 35px;
  }
}
.work__cta-item .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.work__cta-item .oval-icon::before, .work__cta-item .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.work__cta-item .oval-icon::before {
  transform: translate(0, 0);
}
.work__cta-item .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .work__cta-item .oval-icon {
    width: 7px;
    height: 7px;
  }
  .work__cta-item .oval-icon::before, .work__cta-item .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .work__cta-item:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .work__cta-item:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}

.environment {
  padding: 0 120px 57px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .environment {
    padding: 0;
    margin-top: 70px;
  }
}
.environment__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .environment__inner {
    max-width: 100%;
    padding: 0 25px 85.866vw;
  }
}
.environment__inner::before {
  content: "";
  width: 151px;
  height: 55px;
  background: url(../../images/top/illust_environment.png) repeat center center;
  background-size: 151px 55px;
  position: absolute;
  top: -8px;
  right: 498px;
}
@media (max-width: 767px) {
  .environment__inner::before {
    width: 24vw;
    height: 8.799vw;
    background-size: 24vw 8.799vw;
    top: auto;
    right: auto;
    bottom: 65.027vw;
    left: 19vw;
  }
}
.environment__inner::after {
  content: "";
  width: 740px;
  height: 560px;
  background: url(../../images/top/img_environment.png) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 28px;
  right: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .environment__inner::after {
    width: 100vw;
    height: 75.2vw;
    background-size: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
.environment__body {
  margin-top: 60px;
  padding-left: 120px;
}
@media (max-width: 767px) {
  .environment__body {
    margin-top: 30px;
    padding-left: 0;
  }
}
.environment__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .environment__lead {
    font-size: 1.7rem;
  }
}
.environment__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .environment__text {
    font-size: 1.3rem;
  }
}
.environment__cta-list {
  margin-top: 50px;
  display: flex;
  gap: 0 60px;
}
@media (max-width: 767px) {
  .environment__cta-list {
    margin-top: 15px;
    gap: 0 20px;
  }
}
.environment__cta-item {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .environment__cta-item {
    gap: 0 12px;
    font-size: 1.3rem;
    line-height: 35px;
  }
}
.environment__cta-item .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.environment__cta-item .oval-icon::before, .environment__cta-item .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.environment__cta-item .oval-icon::before {
  transform: translate(0, 0);
}
.environment__cta-item .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .environment__cta-item .oval-icon {
    width: 7px;
    height: 7px;
  }
  .environment__cta-item .oval-icon::before, .environment__cta-item .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .environment__cta-item:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .environment__cta-item:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}

.real-voice {
  padding: 83px 0 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .real-voice {
    padding: 30px 0 10px;
    overflow: hidden;
  }
}
.real-voice__inner {
  width: calc(100% - 80px);
  padding: 80px 80px 112px;
  margin: 0 auto;
  background: #3c559a url(../../images/common/bg_navy.png) repeat center center;
  background-size: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .real-voice__inner {
    width: calc(100% - 10px);
    flex-direction: column;
    margin: 0;
    padding: 60px 25px 80px;
  }
}
.real-voice__inner::after {
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 19.5px;
  right: -40px;
  background: #324b8f url(../../images/common/bg_navy_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .real-voice__inner::after {
    width: 12px;
    top: 11.5px;
    right: -11px;
    transform: skewY(45deg);
  }
}
.real-voice__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: clamp(32px, 6vw, 93px);
}
@media (max-width: 767px) {
  .real-voice__container {
    flex-direction: column;
    max-width: 100%;
  }
}
.real-voice__intro {
  flex: 0 0 clamp(380px, 32%, 480px);
  padding-top: 20px;
  order: 1;
}
@media (max-width: 767px) {
  .real-voice__intro {
    flex: 0 0 auto;
    width: 100%;
    order: 0;
  }
}
.real-voice__body {
  flex: 1 1 0;
  min-width: 0;
  color: #ffffff;
  order: 0;
}
@media (max-width: 767px) {
  .real-voice__body {
    width: 100%;
    order: 1;
  }
}
.real-voice__lead {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .real-voice__lead {
    margin-top: 30px;
    font-size: 1.7rem;
  }
}
.real-voice__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .real-voice__text {
    font-size: 1.3rem;
  }
}
.real-voice__link {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .real-voice__link {
    width: 100%;
    display: flex;
    gap: 0 15px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-voice__link:hover .real-voice__img img {
    transform: scale(1.05);
  }
}
.real-voice__link .oval {
  position: absolute;
  left: 67.8%;
  bottom: 0;
}
@media (max-width: 767px) {
  .real-voice__link .oval {
    position: absolute;
    left: 99px;
    top: 61px;
    bottom: auto;
  }
}
.real-voice__link .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.real-voice__link .oval-icon::before, .real-voice__link .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.real-voice__link .oval-icon::before {
  transform: translate(0, 0);
}
.real-voice__link .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .real-voice__link .oval-icon {
    width: 7px;
    height: 7px;
  }
  .real-voice__link .oval-icon::before, .real-voice__link .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .real-voice__link:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .real-voice__link:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}
.real-voice__link-list {
  position: relative;
  width: 100%;
  aspect-ratio: 727/543;
}
@media (max-width: 767px) {
  .real-voice__link-list {
    height: auto;
    aspect-ratio: auto;
  }
}
.real-voice__link-item {
  position: absolute;
  width: 49.11%;
}
@media (max-width: 767px) {
  .real-voice__link-item {
    width: 100%;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .real-voice__link-item + .real-voice__link-item {
    margin-top: 15px;
  }
}
.real-voice__link-item:nth-child(1) {
  left: 5.5%;
  top: 0%;
}
.real-voice__link-item:nth-child(2) {
  left: 50.9%;
  top: 27.62%;
}
.real-voice__link-item:nth-child(3) {
  left: 0%;
  top: 57.29%;
}
.real-voice__img-wrap {
  position: relative;
}
.real-voice__img {
  width: 100%;
  -webkit-mask-image: url(../../images/top/img_voice_mask.svg);
  mask-image: url(../../images/top/img_voice_mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .real-voice__img {
    width: 155px;
  }
}
.real-voice__img img {
  transition: transform 0.4s ease;
  transform: scale(1);
}
.real-voice__label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 59px;
  line-height: 1.6;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: -28px;
}
@media (max-width: 767px) {
  .real-voice__label {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.real-voice__label-main {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .real-voice__label-main {
    font-size: 1.5rem;
  }
}
.real-voice__label-sub {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .real-voice__label-sub {
    font-size: 1.2rem;
  }
}

.recruit {
  margin: 100px 0 140px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit {
    margin: 70px 0 100px;
    text-align: left;
  }
}
.recruit__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit__inner {
    max-width: 100%;
    padding: 0 25px;
  }
}
.recruit__list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .recruit__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.recruit__item {
  width: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .recruit__item {
    width: 100%;
    border-bottom: 1px solid rgba(34, 53, 98, 0.3);
  }
}
.recruit__item + .recruit__item::before {
  content: "";
  width: 1px;
  height: calc(100% - 75px);
  background: rgba(34, 53, 98, 0.3);
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .recruit__item + .recruit__item::before {
    display: none;
  }
}
.recruit__link {
  display: block;
}
@media (max-width: 767px) {
  .recruit__link {
    display: flex;
    gap: 0 15px;
    align-items: center;
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  .recruit__link:hover .recruit__img {
    transform: scale(1.05);
  }
}
.recruit__img {
  width: 120px;
  margin: 0 auto;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .recruit__img {
    width: 70px;
    flex-shrink: 0;
  }
}
.recruit__label {
  margin-top: 15px;
  padding-right: 32px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .recruit__label {
    width: 100%;
    justify-content: flex-start;
    display: block;
    height: auto;
    padding-right: 0;
    margin-top: 0;
  }
}
.recruit__label-main {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .recruit__label-main {
    font-size: 1.5rem;
  }
}
.recruit__label-sub {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .recruit__label-sub {
    font-size: 1.2rem;
  }
}
.recruit__label .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.recruit__label .oval-icon::before, .recruit__label .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.recruit__label .oval-icon::before {
  transform: translate(0, 0);
}
.recruit__label .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .recruit__label .oval-icon {
    width: 7px;
    height: 7px;
  }
  .recruit__label .oval-icon::before, .recruit__label .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .recruit__link:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .recruit__link:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .recruit__label .oval-icon {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.recruit__label .oval-icon::before, .recruit__label .oval-icon::after {
  width: 10px;
  height: 10px;
}