@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 900px) {
  .p-company {
    padding-bottom: 5rem;
  }
}
.p-company__box + .p-company__box {
  margin-top: 10.5rem;
}
@media screen and (max-width: 899px) {
  .p-company__box + .p-company__box {
    margin-top: 6.8rem;
  }
}
.p-company__head {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5.5rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 5.3rem;
  transform: translateX(-35px);
  opacity: 0;
}
.p-company__box.is-active .p-company__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-company__head {
    margin-bottom: 2.4rem;
  }
}
.p-company__head::before {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: left;
  width: 100vw;
  height: 1px;
  background-color: #004ea2;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-company__head::before {
    content: none;
  }
}
.p-company__head-ttl {
  position: relative;
  background-color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  font-weight: 500;
  padding-left: 4.6rem;
  letter-spacing: -1px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-company__head-ttl {
    font-size: 3rem;
    padding-left: 0;
  }
}
.p-company__head-ttl .p-in_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-top: 1.1rem;
  color: #004ea2;
  transform: translateX(-15px);
  opacity: 0;
}
.p-company__box.is-active .p-company__head-ttl .p-in_ja {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1;
}
@media screen and (max-width: 899px) {
  .p-company__head-ttl .p-in_ja {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.p-company__content {
  padding: 0 11.8rem;
}
@media screen and (max-width: 899px) {
  .p-company__content {
    padding: 0 0;
  }
}
.p-company__content-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-company__content-inner {
    font-size: 1.4rem;
    width: 90%;
  }
}
.p-company__message {
  display: flex;
  transform: translateY(35px);
  opacity: 0;
}
.p-company__box.is-active .p-company__message {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .p-company__message {
    flex-direction: column-reverse;
  }
}
.p-company__message-thumb {
  padding-top: 0.7rem;
  flex-shrink: 0;
  width: 34.55%;
  margin-left: 6%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-company__message-thumb {
    width: 56.5%;
    margin: 0 auto;
    margin-bottom: 2.6rem;
  }
}
.p-company__message-thumb img {
  transform: scale(1.1);
}
.p-company__box.is-active .p-company__message-thumb img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-company__message-item + .p-company__message-item {
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .p-company__message-item + .p-company__message-item {
    margin-top: 2.5rem;
  }
}
.p-company__info {
  position: relative;
}
.p-company__info::after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e8e8e8;
}
.p-company__info-list-item {
  transform: translateY(35px);
  opacity: 0;
  padding: 3.6rem 0 3.2rem;
  display: flex;
  position: relative;
}
.p-company__box.is-active .p-company__info-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-company__box.is-active .p-company__info-list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(2) {
  transition-delay: 0.33s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(3) {
  transition-delay: 0.46s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(4) {
  transition-delay: 0.59s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(5) {
  transition-delay: 0.72s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(6) {
  transition-delay: 0.85s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(7) {
  transition-delay: 0.98s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(8) {
  transition-delay: 1.11s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(9) {
  transition-delay: 1.24s;
}
.p-company__box.is-active .p-company__info-list-item:nth-child(10) {
  transition-delay: 1.37s;
}
@media screen and (max-width: 899px) {
  .p-company__info-list-item {
    padding: 1.6rem 0 1.7rem;
  }
}
.p-company__info-list-item + .p-company__info-list-item::before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e8e8e8;
}
.p-company__info-list-item:first-child::before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e8e8e8;
}
.p-company__info-label {
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 0.6rem;
  width: 21rem;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-company__info-label {
    width: 12rem;
    margin-right: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-company__info-text {
  letter-spacing: 0.5px;
  line-height: 1.75;
  font-size: 1.4rem;
}
.p-company__info-sub {
  display: flex;
  padding-left: 0.6rem;
}
@media screen and (max-width: 899px) {
  .p-company__info-sub {
    padding-left: 0.3rem;
    display: block;
  }
}
.p-company__info-sub + .p-company__info-sub {
  margin-top: 1.9rem;
}
@media screen and (max-width: 899px) {
  .p-company__info-sub + .p-company__info-sub {
    margin-top: 1rem;
  }
}
.p-company__info-sub-label {
  width: 15rem;
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 1.3rem;
}
@media screen and (max-width: 899px) {
  .p-company__info-sub-label {
    width: 100%;
  }
}