@charset "UTF-8";
body {
  color: #141b4d;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

main {
  position: relative;
}

.p-inner {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-inner {
    padding: 0 5.3%;
  }
}

.p-header {
  background-color: rgba(20, 27, 77, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-header.is-scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .p-header {
    padding: 18px;
  }
}
.p-header__logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-header__logoWrapper {
    padding: 0;
  }
}
.p-header__logoWrapper__logo01 {
  margin-right: 40px;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .p-header__logoWrapper__logo01 {
    width: 62px;
    margin-right: 15px;
  }
}
.p-header__logoWrapper__logo02 {
  margin-right: 20px;
  width: 118px;
}
@media screen and (max-width: 1024px) {
  .p-header__logoWrapper__logo02 {
    width: 60px;
    margin-right: 10px;
  }
}
.p-header__logoWrapper__logo03 {
  width: 222px;
}
@media screen and (max-width: 1024px) {
  .p-header__logoWrapper__logo03 {
    width: 115px;
  }
}
.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-header__right {
    display: none;
  }
}
.p-header__right a {
  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: 265px;
  height: 90px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: rgba(20, 27, 77, 0.6);
}
.p-header__right a:last-child {
  background-color: #af272f;
}

.p-kv {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .p-kv {
    margin-top: 62px;
  }
}
.p-kv__video {
  position: relative;
  background-color: #d0d1dc;
  height: calc(100vh - 90px - 70px);
}
@media screen and (max-width: 1024px) {
  .p-kv__video {
    height: auto;
  }
}
.p-kv__video video {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-kv__video video {
    width: 100%;
  }
}
.p-kv__audio-control {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50px;
  padding: 12px 20px;
  color: #141b4d;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-kv__audio-control {
    padding: 8px 15px;
    font-size: 12px;
    bottom: -45px;
  }
}
.p-kv__audio-control__text {
  white-space: nowrap;
}
.p-kv__audio-control__text span.audio-on {
  color: #af272f;
}
.p-kv__audio-control__text span.audio-off {
  color: #141b4d;
}

.p-challenge {
  padding: 140px 0 100px;
  background-color: #d0d1dc;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-challenge {
    padding: 80px 0 100px;
  }
}
.p-challenge__subTitle {
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .p-challenge__subTitle {
    line-height: 1.5;
  }
}
.p-challenge__title {
  width: 630px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-challenge__title {
    max-width: 318px;
    width: 100%;
    margin-top: 45px;
  }
}
.p-challenge__title img {
  width: 100%;
}
.p-challenge__list {
  margin: 40px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 1024px) {
  .p-challenge__list {
    margin-top: 60px;
  }
}
.p-challenge__item {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-challenge__item {
    margin-bottom: 30px;
    display: block;
  }
}
.p-challenge__item:last-child {
  margin-bottom: 0;
}
.p-challenge__item__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  height: 150px;
  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;
  background-color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-challenge__item__title {
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.p-challenge__item__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #141b4d transparent transparent transparent;
  border-width: 55.43px 32px 0px 32px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-challenge__item__title::before {
    bottom: -12px;
    border-width: 18px 12px 0px 12px;
  }
}
.p-challenge__item__text {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  height: 150px;
  color: #fff;
  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;
  background-color: rgba(20, 27, 77, 0.5);
}
@media screen and (max-width: 1024px) {
  .p-challenge__item__text {
    font-size: 16px;
    width: 100%;
    padding: 20px 0;
    height: auto;
  }
}
.p-challenge__image {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-challenge__image {
    width: 100%;
  }
}
.p-challenge__content {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1024px) {
  .p-challenge__content {
    width: 100%;
  }
}
.p-challenge__point {
  background-color: #141b4d;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -60px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-challenge__point {
    font-size: 12px;
    width: 100px;
    height: 100px;
    top: -20px;
    left: 10px;
  }
}
.p-challenge__point::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: point_animation 3s ease-in-out infinite;
          animation: point_animation 3s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  .p-challenge__point::before {
    width: 20px;
  }
}
@-webkit-keyframes point_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes point_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.p-challenge__number {
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .p-challenge__number {
    font-size: 40px;
  }
}

.p-environment {
  padding: 100px 0 100px;
  background: url(../../../assets/img/saplp/bg_pc.jpg) no-repeat center top/cover;
  position: relative;
}
.p-environment::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d0d1dc transparent transparent transparent;
  border-width: 45px 32px 0px 32px;
  top: -2px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-environment::before {
    top: 0px;
    border-width: 32px 24px 0px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-environment {
    padding: 100px 5.8%;
    background: url(../../../assets/img/saplp/bg_sp.jpg) no-repeat center top/cover;
  }
}
.p-environment__title {
  width: 630px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-environment__title {
    max-width: 336px;
    width: 100%;
  }
}
.p-environment__title img {
  width: 100%;
}
.p-environment__list {
  margin: 60px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 1024px) {
  .p-environment__list {
    margin-top: 100px;
  }
}
.p-environment__item {
  position: relative;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 50px 155px;
}
@media screen and (max-width: 1024px) {
  .p-environment__item {
    padding: 30px 0 0;
    margin-bottom: 100px;
  }
}
.p-environment__item:last-child {
  margin-bottom: 0;
}
.p-environment__item__title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-environment__item__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-environment__item__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-environment__item__text {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 20px;
  }
}
.p-environment__image {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-environment__content {
  width: calc(100% - 250px);
}
.p-environment__point {
  background-color: #af272f;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -60px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-environment__point {
    font-size: 12px;
    width: 100px;
    height: 100px;
    top: -80px;
    left: 10px;
  }
}
.p-environment__number {
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .p-environment__number {
    font-size: 40px;
  }
}

.p-recruitment {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .p-recruitment {
    padding: 100px 0;
  }
}
.p-recruitment__title {
  background-color: #141b4d;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  width: 364px;
  height: 144px;
  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;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__title {
    font-size: 24px;
    width: 213px;
    height: 88px;
  }
}
.p-recruitment__type {
  margin: 60px auto 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type {
    margin-top: 40px;
    width: 100%;
  }
}
.p-recruitment__type dl {
  border-top: 1px solid rgba(20, 27, 77, 0.3);
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruitment__type dl:last-child {
  border-bottom: 1px solid rgba(20, 27, 77, 0.3);
}
.p-recruitment__type dl dt {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type dl dt {
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
  }
}
.p-recruitment__type dl dd {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type dl dd {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-recruitment__btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  height: 200px;
  margin: 100px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#181f56), to(#a2383a));
  background: linear-gradient(to right, #181f56, #a2383a);
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn {
    margin-top: 35px;
    max-width: 335px;
    width: 100%;
    height: 150px;
  }
}
.p-recruitment__btn__text {
  color: #fff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.71;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn__text {
    font-size: 20px;
  }
}
.p-recruitment__btn--02 {
  width: 600px;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn--02 {
    height: 120px;
  }
}

.p-works {
  background-color: rgba(20, 27, 77, 0.1);
  padding-bottom: 150px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-works {
    padding-bottom: 100px;
  }
}
.p-works__title {
  background: url(../../../assets/img/saplp/title-bg04_pc.png) no-repeat center top/contain;
  aspect-ratio: 1400/330;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 1024px) {
  .p-works__title {
    background: url(../../../assets/img/saplp/title-bg04_sp.png) no-repeat center top/contain;
    aspect-ratio: 750/560;
    font-size: 20px;
    line-height: 2.6;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-works__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 75px;
    height: 2px;
  }
}
.p-works__subTitle {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-works__subTitle {
    font-size: 24px;
    margin-top: 30px;
  }
}
.p-works__text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-works__text {
    font-size: 16px;
    margin-top: 30px;
    padding-top: 30px;
    text-align: left;
    line-height: 1.5;
  }
}
.p-works__list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-works__list {
    margin-top: 30px;
  }
}
.p-works a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-works a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-works__item {
  margin-bottom: 45px;
}
.p-works__item:last-child {
  margin-bottom: 0;
}
.p-works__item__content {
  background-color: #fff;
  padding: 40px 50px;
  width: calc(100% - 380px);
}
@media screen and (max-width: 1024px) {
  .p-works__item__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-works__item__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #141b4d;
  position: relative;
  padding-left: 25px;
}
.p-works__item__title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #141b4d;
  border-width: 5px 0px 5px 8.66px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-works__item__title::before {
    border-width: 3px 0px 3px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-works__item__title {
    font-size: 15px;
    padding-left: 15px;
  }
}
.p-works__item__subTitle {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  color: #141b4d;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .p-works__item__subTitle {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.p-works__item__text {
  font-size: 18px;
  line-height: 1.7;
  color: #141b4d;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-works__item__text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-works__item__image {
  position: relative;
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-works__item__image {
    width: 100%;
    height: auto;
  }
}
.p-works__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__item__image span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #141b4d;
  border-radius: 50px;
  background-color: #fff;
  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;
  width: 226px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .p-works__item__image span {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
  }
}
.p-works__item__image span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #141b4d;
  border-right: solid 2px #141b4d;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.p-movie {
  background-color: rgba(20, 27, 77, 0.1);
  padding-bottom: 150px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-movie {
    padding-bottom: 100px;
  }
}
.p-movie__title {
  background: url(../../../assets/img/saplp/title-bg03_pc.png) no-repeat center top/contain;
  aspect-ratio: 1400/330;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 1024px) {
  .p-movie__title {
    background: url(../../../assets/img/saplp/title-bg03_sp.png) no-repeat center top/contain;
    aspect-ratio: 750/560;
    font-size: 20px;
    line-height: 2.6;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-movie__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 145px;
    height: 2px;
  }
}
.p-movie__subTitle {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-movie__subTitle {
    font-size: 24px;
    margin-top: 30px;
  }
}
.p-movie__note {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-movie__note {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-movie__list {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 90px;
  max-width: 860px;
}
@media screen and (max-width: 1024px) {
  .p-movie__list {
    margin-top: 40px;
    gap: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-movie__item {
  width: calc(100% / 2 - 90px / 2);
}
@media screen and (max-width: 1024px) {
  .p-movie__item {
    width: 100%;
  }
}
.p-movie__item img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-movie__item img:hover {
  opacity: 0.8;
}
.p-movie__item p {
  font-size: 16px;
  line-height: 1.875;
  text-decoration: underline;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-movie__item p {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
  }
}

.p-movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-movie-modal__container {
  position: relative;
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-movie-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-movie-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-movie-modal__close-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.p-movie-modal__close-icon::before, .p-movie-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-movie-modal__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-movie-modal__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-movie-modal__content {
  width: 100%;
}
.p-movie-modal__video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.p-movie-modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-movie-modal__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-movie-modal__container {
    width: 95%;
    margin: 20px;
  }
  .p-movie-modal__close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .p-movie-modal__close-icon {
    width: 18px;
    height: 18px;
  }
  .p-movie-modal__close-icon::before, .p-movie-modal__close-icon::after {
    width: 18px;
  }
}

.p-media {
  background-color: rgba(20, 27, 77, 0.1);
  padding-bottom: 150px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-media {
    padding-bottom: 100px;
  }
}
.p-media__title {
  background: url(../../../assets/img/saplp/title-bg01_pc.png) no-repeat center top/contain;
  aspect-ratio: 1400/330;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 1024px) {
  .p-media__title {
    background: url(../../../assets/img/saplp/title-bg01_sp.png) no-repeat center top/contain;
    aspect-ratio: 750/560;
    font-size: 20px;
    line-height: 2.6;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-media__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 75px;
    height: 2px;
  }
}
.p-media__subTitle {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-media__subTitle {
    font-size: 24px;
    margin-top: 20px;
  }
}
.p-media__note {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__note {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
  }
}
.p-media__list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-media__list {
    margin-top: 40px;
  }
}
.p-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-media a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-media__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-media__item {
    margin-bottom: 20px;
  }
}
.p-media__item:last-child {
  margin-bottom: 0;
}
.p-media__item__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.71;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__item__title {
    font-size: 20px;
  }
}
.p-media__item__btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #141b4d;
  border-radius: 50px;
  background-color: #fff;
  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;
  width: 226px;
  height: 60px;
  border: 1px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__item__btn {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 26px auto 0;
  }
}
.p-media__item__btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #141b4d;
  border-right: solid 2px #141b4d;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
.p-media__image {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-media__image {
    width: 100%;
  }
}
.p-media__image__title {
  background-color: #898da6;
  height: 60px;
  font-size: 18px;
  color: #fff;
  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;
}
.p-media__image img {
  width: 100%;
}
.p-media__content {
  background-color: #fff;
  width: calc(100% - 380px);
  padding: 46px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-media__content {
    width: 100%;
    padding: 40px 20px;
  }
}

.p-voice {
  background-color: rgba(20, 27, 77, 0.1);
  padding-bottom: 150px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-voice {
    padding-bottom: 100px;
  }
}
.p-voice__title {
  background: url(../../../assets/img/saplp/title-bg02_pc.png) no-repeat center top/contain;
  aspect-ratio: 1400/330;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 1024px) {
  .p-voice__title {
    background: url(../../../assets/img/saplp/title-bg02_sp.png) no-repeat center top/contain;
    aspect-ratio: 750/560;
    font-size: 20px;
    line-height: 2.6;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 75px;
    height: 2px;
  }
}
.p-voice__subTitle {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-voice__subTitle {
    font-size: 24px;
    margin-top: 20px;
  }
}
.p-voice__note {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-voice__note {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
  }
}
.p-voice__list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-voice__list {
    margin-top: 40px;
  }
}
.p-voice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-voice a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-voice__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-voice__item {
    margin-bottom: 20px;
  }
}
.p-voice__item:last-child {
  margin-bottom: 0;
}
.p-voice__item__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.1em;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-voice__item__title {
    font-size: 20px;
  }
}
.p-voice__item__text {
  font-size: 18px;
  color: #141b4d;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-voice__item__text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-voice__item__btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #141b4d;
  border-radius: 50px;
  background-color: #fff;
  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;
  width: 226px;
  height: 60px;
  border: 1px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-voice__item__btn {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 26px auto 0;
  }
}
.p-voice__item__btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #141b4d;
  border-right: solid 2px #141b4d;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
.p-voice__image {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-voice__image {
    width: 100%;
  }
}
.p-voice__image__title {
  background-color: #898da6;
  height: 60px;
  font-size: 18px;
  color: #fff;
  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;
}
.p-voice__image img {
  width: 100%;
}
.p-voice__content {
  background-color: #fff;
  width: calc(100% - 380px);
  padding: 46px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-voice__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-voice__movie {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-voice__movie {
    margin-top: 50px;
  }
}
.p-voice__movie__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-voice__movie__title {
    font-size: 16px;
    padding-top: 30px;
    text-align: left;
  }
}
.p-voice__movie__image {
  width: 640px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-voice__movie__image {
    width: 100%;
    margin-top: 40px;
  }
}
.p-voice__movie__image iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-voice__movie__text {
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-voice__movie__text {
    font-size: 12px;
  }
}

.p-topMessage {
  background-color: rgba(20, 27, 77, 0.1);
  padding: 150px 0 300px;
  position: relative;
}
.p-topMessage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(20, 27, 77, 0.1);
  bottom: 150px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-topMessage::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-topMessage {
    padding: 150px 0 130px;
  }
}
.p-topMessage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.p-topMessage__profile {
  position: relative;
  width: 336px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__profile {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-topMessage__profile img {
  width: 100%;
}
.p-topMessage__title {
  background-color: #898da6;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -180px;
  left: -70px;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__title {
    display: none;
  }
}
.p-topMessage__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__title--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    width: 170px;
    height: 170px;
    top: -190px;
    left: 0;
  }
}
.p-topMessage__title span {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__title span {
    font-size: 18px;
  }
}
.p-topMessage__degree {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.71;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__degree {
    font-size: 12px;
    margin-top: 15px;
  }
}
.p-topMessage__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-topMessage__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-topMessage__subTitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__subTitle {
    font-size: 16px;
  }
}
.p-topMessage__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__text {
    font-size: 15px;
    margin-top: 30px;
  }
}

.p-footer {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-footer {
    padding: 0;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav {
    gap: 25px;
  }
}
.p-footer__nav__item a {
  color: #141b4d;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__item a {
    font-size: 10px;
  }
}
.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-footer__sns {
    margin-top: 40px;
    gap: 30px;
  }
}
.p-footer__sns__item {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .p-footer__sns__item {
    width: 26px;
  }
}
.p-footer__sns__item img {
  width: 100%;
}
.p-footer__cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.p-footer__cta a {
  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: 50%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: rgba(20, 27, 77, 0.6);
}
.p-footer__cta a:last-child {
  background-color: #af272f;
}

.p-cta {
  background: -webkit-gradient(linear, left top, right top, from(#181f56), to(#a2383a));
  background: linear-gradient(to right, #181f56, #a2383a);
  border-radius: 25px 25px 0 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 288px;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .p-cta {
    font-size: 18px;
    font-weight: bold;
    max-width: 335px;
    width: 95%;
    padding: 15px 0;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-cta::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .p-cta::before {
    right: 40px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}
.p-cta span {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .p-cta span {
    font-size: 12px;
  }
}
