@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 {
  background: url(../../../assets/img/servicenowlp/kv.jpg) no-repeat center center/cover;
  padding: 134px 0 130px;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .p-kv {
    background: url(../../../assets/img/servicenowlp/kv_sp.jpg) no-repeat center center/cover;
    padding: 100px 0 0;
    aspect-ratio: 750/1366;
    margin-top: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .p-kv .p-inner {
    padding: 0 8%;
  }
}
.p-kv__title__sub {
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .p-kv__title__sub {
    display: none;
  }
}
.p-kv__title__sub--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-kv__title__sub--sp {
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    display: inline-block;
    padding: 12px;
    width: 223px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-kv__title__sub--sp::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: #141b4d;
    width: 195px;
    height: 2px;
  }
}
.p-kv__title__small {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 36px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-kv__title__small {
    font-size: 16px;
    margin-top: 30px;
  }
}
.p-kv__title__big {
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 36px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-kv__title__big {
    font-size: 26px;
    margin-top: 15px;
  }
}

.p-introduction {
  padding: 45px 0;
}
.p-introduction p {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-introduction p {
    font-size: 16px;
    text-align: left;
    word-break: normal;
  }
}

.p-skill {
  padding: 100px 0 84px;
  background: url(../../../assets/img/servicenowlp/bg01.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 1024px) {
  .p-skill {
    padding: 115px 0 60px;
    background: url(../../../assets/img/servicenowlp/bg01_sp.jpg) no-repeat center top/cover;
  }
}
.p-skill__inner {
  max-width: 830px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-skill__inner {
    width: 100%;
    padding: 0 5.3%;
  }
}
.p-skill__title {
  width: 744px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-skill__title {
    width: 320px;
  }
}
.p-skill__subTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 910px;
  margin: 60px auto 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-skill__subTitle {
    line-height: 1.71;
    margin-top: 25px;
  }
}
.p-skill__subTitle::before, .p-skill__subTitle::after {
  content: "";
  width: 204px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .p-skill__subTitle::before, .p-skill__subTitle::after {
    display: none;
  }
}
.p-skill__subTitle::before {
  right: auto;
  left: 0;
}
.p-skill__list {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .p-skill__list {
    margin-top: 100px;
  }
}
.p-skill__item {
  background-color: #fff;
  padding: 70px 0 0;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-skill__item {
    padding: 30px 0 0;
    margin-bottom: 100px;
  }
}
.p-skill__item:last-child {
  margin-bottom: 0;
}
.p-skill__item__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  width: 610px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-skill__item__title {
    font-size: 24px;
    line-height: 1.5;
    width: calc(100% - 40px);
  }
}
.p-skill__item__title::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4d4d4d;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-skill__item__title::before {
    bottom: -20px;
  }
}
.p-skill__item__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 50px 0 0;
  width: 520px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-skill__item__text {
    width: 100%;
    padding: 50px 20px 20px;
  }
}
.p-skill__item__arrow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #434971;
  padding: 120px 0 46px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-skill__item__arrow {
    font-size: 16px;
    line-height: 1.75;
    padding: 17% 0 0;
    aspect-ratio: 336/142;
    background: url(../../../assets/img/servicenowlp/arrow-bg.jpg) no-repeat center top/contain, #434971;
  }
}
.p-skill__item__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 80px 415px 0px 415px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-skill__item__arrow::before {
    display: none;
  }
}
.p-skill__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-skill__point {
    font-size: 12px;
    width: 100px;
    height: 100px;
    top: -80px;
    left: 10px;
  }
}
.p-skill__number {
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .p-skill__number {
    font-size: 40px;
  }
}
.p-skill__note {
  font-size: 18px;
  color: #fff;
  text-align: right;
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-skill__note {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
}

.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: 470px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type {
    margin-top: 40px;
    width: 100%;
  }
}
.p-recruitment__type li {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__type li {
    font-size: 17px;
  }
}
.p-recruitment__type li:last-child {
  margin-bottom: 0;
}
.p-recruitment__place {
  font-size: 21px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__place {
    font-size: 16px;
  }
}
.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: 700px;
  height: 200px;
  margin: 50px 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: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-recruitment__btn-text--highlight {
  line-height: 3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn-text--highlight {
    font-size: 14px;
  }
}
.p-recruitment__btn-text--highlight::before, .p-recruitment__btn-text--highlight::after {
  content: "";
  width: 40px;
  height: 2px;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn-text--highlight::before, .p-recruitment__btn-text--highlight::after {
    width: 20px;
    left: -30px;
  }
}
.p-recruitment__btn-text--highlight::after {
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
  left: auto;
  right: -40px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn-text--highlight::after {
    right: -30px;
  }
}
.p-recruitment__btn-text--subtitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn-text--subtitle {
    font-size: 13px;
  }
}
.p-recruitment__btn-text--cta {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-recruitment__btn-text--cta {
    font-size: 20px;
  }
}
.p-recruitment__btn--02 {
  width: 600px;
  height: 140px;
}

.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/servicenowlp/title-bg01.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/servicenowlp/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-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: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-works__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-works__list {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-works__list {
    margin-top: 30px;
    padding-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: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-works__item__title {
    font-size: 20px;
  }
}
.p-works__item__subTitle {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-top: 36px;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-works__item__subTitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
  }
}
.p-works__item__subTitle::before, .p-works__item__subTitle::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(20, 27, 77, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-works__item__subTitle::after {
  width: 7.8px;
  height: 7.8px;
  background-color: #141b4d;
  left: 9px;
}
.p-works__item__text {
  font-size: 16px;
  line-height: 2;
  color: #141b4d;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-works__item__text {
    font-size: 15px;
    margin-top: 20px;
  }
}
.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/servicenowlp/title-bg02.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/servicenowlp/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-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__text {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-movie__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-movie__note {
  font-size: 24px;
  margin-top: 70px;
  padding-top: 30px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-movie__note {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-movie__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-movie__list {
    margin-top: 45px;
    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;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-movie__item p {
    font-size: 12px;
    font-weight: normal;
  }
}

.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%;
}
@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/servicenowlp/title-bg03.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/servicenowlp/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-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: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 70px;
  padding-top: 30px;
  border-top: 2px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__note {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.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;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__item__title {
    font-size: 20px;
  }
}
.p-media__item__subTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-media__item__subTitle {
    line-height: 1.75;
  }
}
.p-media__item__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  color: #141b4d;
}
.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-topMessage {
  background-color: rgba(20, 27, 77, 0.1);
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .p-topMessage {
    padding: 150px 0 30px;
  }
}
.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: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__subTitle {
    font-size: 16px;
  }
}
.p-topMessage__lead {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-topMessage__lead {
    font-size: 20px;
    margin-top: 20px;
  }
}
.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-scroll {
  position: relative;
  background-image: url(../../../assets/img/servicenowlp/scroll_pc.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  width: 100%;
  height: 200px;
  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;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-scroll {
    height: 107px;
    background-image: url(../../../assets/img/servicenowlp/scroll_sp.jpg);
  }
}

.p-closing {
  padding: 150px 0;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1024px) {
  .p-closing {
    padding: 50px 0 130px;
  }
}
.p-closing__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-closing__title {
    font-size: 22px;
  }
}
.p-closing__text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-closing__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.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;
  }
}
