@charset "UTF-8";
/* c-breadcrumb */
.c-breadcrumb {
  padding: 10px 0;
  padding: 0.625rem 0;
  position: relative;
  z-index: 2;
}

.c-breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__items {
    display: block;
  }
}

.c-breadcrumb__item {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    display: inline;
  }
}
.c-breadcrumb__item:not(:last-child) {
  margin-right: 25px;
  margin-right: 1.5625rem;
  position: relative;
}
.c-breadcrumb__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 12px;
  height: 0.75rem;
  background: #000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 4px;
  top: 0.25rem;
  right: -12px;
  right: -0.75rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-child)::before {
    right: -0.9375rem;
  }
}
.c-breadcrumb__item a {
  color: #0068b5;
}
/* c-btn */
.c-btn {
  text-align: center;
  display: block;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  padding: 19px 10px;
  padding: 1.1875rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 17.5rem;
    font-size: 1rem;
    padding: 1rem 0.625rem;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
}
.c-btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

/* c-card */
.c-card {
  background: #f9f9f9;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
}

.c-card__inner {
  display: block;
}
.c-card__inner:hover {
  opacity: 1;
}
.c-card__inner:hover .c-card__img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.c-card__inner:hover .c-card__title,
.c-card__inner:hover .c-card__heading {
  color: #0068b5;
}
.c-card__inner:hover .c-card__btn {
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
}
.c-card__inner:hover .c-card__btn::after {
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
}

.c-card__inner--arrow .c-card__body {
  position: relative;
}
.c-card__inner--arrow .c-card__body::after {
  position: absolute;
  content: "";
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
  right: 21px;
  right: 1.3125rem;
  bottom: 20px;
  bottom: 1.25rem;
  background: url(../img/common/blue-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__inner--arrow .c-card__body::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-card__inner--arrow:hover .c-card__body::after {
  background: url(../img/common/more_icon.png) no-repeat center/contain;
}

.c-card__inner--external .c-card__body {
  position: relative;
}
.c-card__inner--external .c-card__body::after {
  position: absolute;
  content: "";
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
  right: 21px;
  right: 1.3125rem;
  bottom: 20px;
  bottom: 1.25rem;
  background: url(../img/common/blue-external_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__inner--external .c-card__body::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-card__inner--external:hover .c-card__body::after {
  background: url(../img/common/external_icon.png) no-repeat center/contain;
}

.c-card__img {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.c-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-card__body {
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-card__body {
    padding: 1.25rem 1.25rem;
  }
}

.c-card__body--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 260px;
  min-height: 16.25rem;
}
@media screen and (max-width: 768px) {
  .c-card__body--column {
    min-height: 12.5rem;
  }
}
.c-card__body--column .c-card__text {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.c-card__heading {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__heading {
    font-size: 1.25rem;
  }
}

.c-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 1.125rem;
  }
}
.c-card__title span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-card__title span {
    font-size: 1rem;
  }
}

.c-card__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.1em;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .c-card__text {
    font-size: 1rem;
  }
}

.c-card__text--pr {
  padding-right: 75px;
  padding-right: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .c-card__text--pr {
    padding-right: 3.125rem;
  }
}

.c-card__btn-wrapper {
  text-align: center;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.c-card__btn {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  color: #fff;
  background: #0068b5;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  padding: 3px 32px 3px 17px;
  padding: 0.1875rem 2rem 0.1875rem 1.0625rem;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
  position: relative;
}
.c-card__btn::after {
  position: absolute;
  content: "";
  width: 9px;
  width: 0.5625rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-card__category {
  padding-right: 60px;
  padding-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-card__category {
    padding-right: 2.8125rem;
  }
}
.c-card__category.c-category {
  margin-top: auto;
}

.c-card__link-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-card__link {
  display: inline-block;
  font-weight: 900;
  color: #0068b5;
  background: url(../img/common/blue-link_icon.png) no-repeat center right/15px;
  background: url(../img/common/blue-link_icon.png) no-repeat center right/0.9375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.c-card--company {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d8dde1;
  border: 0.0625rem solid #d8dde1;
  background-color: #fff;
}
.c-card--company .c-card__img {
  padding-top: 65px;
  padding-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .c-card--company .c-card__img {
    padding-top: 1.875rem;
  }
}
.c-card--company .c-card__img img {
  margin: auto;
  width: auto;
  height: auto;
  position: static;
}
.c-card--company .c-card__body {
  padding: 45px 25px 20px;
  padding: 2.8125rem 1.5625rem 1.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-card--company .c-card__body {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}
.c-card--company .c-card__text {
  overflow: visible;
  -webkit-line-clamp: unset !important;
}

.c-card--external .c-card__body--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 180px;
  min-height: 11.25rem;
}
@media screen and (max-width: 768px) {
  .c-card--external .c-card__body--column {
    min-height: 7.5rem;
  }
}

/* 250411_事例一覧調整 */
.c-card__text {
  font-size: 17.6px;
  font-size: 1.1rem;
}

/* c-category */
.c-category {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.c-category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.1em;
  color: #0068b5;
  background: rgba(0, 104, 181, .2);
  border-radius: 0.25rem;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.c-category span:not(:last-child) {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

/* c-contact-btn */
.c-contact-btn {
  display: block;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  background: #e94f05;
  border-radius: 0.25rem;
  -webkit-box-shadow: 3.5px 6.1px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 3.5px 6.1px 0 0 rgba(0, 23, 41, .2);
  letter-spacing: -0.05em;
  padding: 29px 10px;
  padding: 1.8125rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    font-size: 1rem;
    padding: 1.375rem 0.625rem;
    margin: 0 auto;
  }
}
.c-contact-btn:hover {
  opacity: 1;
  background: #fff;
  color: #e94f05;
}
.c-contact-btn:hover span {
  background: url(../img/common/orange-mail_icon.png) no-repeat center left/25px;
  background: url(../img/common/orange-mail_icon.png) no-repeat center left/1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-contact-btn:hover span {
    padding-left: 1.5625rem;
    background-size: 1.25rem;
  }
}
.c-contact-btn span {
  display: inline-block;
  padding-left: 29px;
  padding-left: 1.8125rem;
  background: url(../img/common/white-mail_icon.png) no-repeat center left/23px;
  background: url(../img/common/white-mail_icon.png) no-repeat center left/1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-contact-btn span {
    padding-left: 1.5625rem;
    background-size: 1.25rem;
  }
}

/* c-download-btn */
.c-download-btn {
  display: block;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  background: #e94f05;
  border-radius: 0.25rem;
  -webkit-box-shadow: 3.5px 6.1px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 3.5px 6.1px 0 0 rgba(0, 23, 41, .2);
  letter-spacing: -0.05em;
  padding: 29px 10px;
  padding: 1.8125rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-download-btn {
    font-size: 1rem;
    padding: 1.375rem 0.625rem;
    margin: 0 auto;
  }
}
.c-download-btn:hover {
  opacity: 1;
  background: #fff;
  color: #e94f05;
}
.c-download-btn:hover span {
  background: url(../img/common/orange-download_icon.png) no-repeat center left/25px;
  background: url(../img/common/orange-download_icon.png) no-repeat center left/1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-download-btn:hover span {
    padding-left: 1.6875rem;
    background-size: 1.375rem;
  }
}
.c-download-btn span {
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  background: url(../img/common/white-download_icon.png) no-repeat center left/25px;
  background: url(../img/common/white-download_icon.png) no-repeat center left/1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-download-btn span {
    padding-left: 1.6875rem;
    background-size: 1.375rem;
  }
}

/* c-entitle */
.c-entitle {
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-entitle {
    font-size: 3.125rem;
  }
}

.c-entitle--small {
  font-size: 80px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .c-entitle--small {
    font-size: 2.5rem;
  }
}

/* c-heading */
.c-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.75rem;
  }
}

/* c-headline */
.c-headline {
  text-align: center;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .c-headline {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

/* c-lead */
.c-lead {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .c-lead {
    text-align: left;
    font-size: 1.125rem;
  }
}

/* c-more */
.c-more {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: -0.1em;
  color: #0068b5;
  background: url(../img/common/more_icon.png) no-repeat center right/30px;
  background: url(../img/common/more_icon.png) no-repeat center right/1.875rem;
  padding-right: 39px;
  padding-right: 2.4375rem;
}

/* c-part */
.c-part {
  width: 1080px;
  width: 67.5rem;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-part__body {
    background: #fff;
    padding: 1.25rem;
  }
}

.c-part__title {
  position: absolute;
  left: 0;
  top: 33px;
  top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .c-part__title {
    position: static;
  }
}
.c-part__title span {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  background: #e94f05;
  padding: 0 8px 1px;
  padding: 0 0.5rem 0.0625rem;
}
@media screen and (max-width: 768px) {
  .c-part__title span {
    font-size: 1.25rem;
  }
}
.c-part__title span:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-part__title span:not(:first-child) {
    margin-top: 0.125rem;
  }
}

.c-part__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 133px;
  right: 8.3125rem;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .c-part__text {
    position: static;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

/* c-subtitle */
.c-subtitle {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-subtitle {
    font-size: 1.25rem;
  }
}
.c-subtitle span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-subtitle span {
    font-size: 1.5rem;
  }
}
.c-subtitle.project {
  letter-spacing: -0.07em;
}

/* c-text */
.c-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .c-text {
    text-align: left;
    font-size: 1.125rem;
  }
}
.c-text__link {
  color: #0068b5;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-text__link:hover {
  text-decoration: none;
}

/* c-title */
.c-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.125rem;
  }
}

.c-title--small {
  font-size: 16px;
  font-size: 1rem;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

/* 基本スタイル */
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #001729;
  font-weight: 500;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

/* l-contact */
.l-contact {
  width: 1100px;
  width: 68.75rem;
  max-width: 100%;
  margin: 0 auto;
}

/* l-content */
.l-content {
  width: 100%;
  max-width: 1460px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-footer　*/
/* l-header */
/* l-inner */
.l-inner {
  width: 100%;
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-inner.l-inner--breadcrumb {
  max-width: 80%;
  width: 1340px;
}
@media screen and (max-width: 768px) {
  .l-inner.l-inner--breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1340px;
  }
}

/* l-main */
.l-main {
  overflow: hidden;
}

/* l-page */
.l-page {
  padding: 60px 0 220px;
  padding: 3.75rem 0 13.75rem;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 2.5rem 0 10rem;
  }
}

.l-page.cloud {
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-page.cloud {
    padding: 0 0 2.5rem 0;
  }
}

/* l-post */
.l-post {
  width: 68.5%;
}
@media screen and (max-width: 768px) {
  .l-post {
    width: 100%;
  }
}

/* l-sidebar */
.l-sidebar {
  width: 25.5%;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}

/* l-wrapper */
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    display: block;
  }
}

/* p-archive-case */
.p-archive-case__cards.p-cards {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

/* p-single-case */
.p-single-case__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-single-case__title {
    font-size: 1.75rem;
    letter-spacing: -0.1em;
  }
}

.p-single-case__category {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-case__company {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-case__company {
    font-size: 1.25rem;
  }
}
.p-single-case__company span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-single-case__company span {
    font-size: 1rem;
  }
}

.p-single-case__company-base {
  width: 100%;
  background-color: #fafafa;
  padding: 16px;
  padding: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-single-case__company-base .p-single-case__company-bases td {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-single-case__company-base .p-single-case__company-bases {
    display: grid;
    grid-template-columns: 66px 0fr 4fr;
  }
}

.p-single-case__thumbnail {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-single-case__thumbnail img {
  border-radius: 0.25rem;
}
.p-single-case__thumbnail .p-single-case__caption {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-single-case__thumbnail .p-single-case__caption {
    text-align: left;
  }
}

.p-single-case__post {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-single-case__post {
    margin-top: 2.5rem;
  }
}
.p-single-case__post h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  border-radius: 0.125rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.6;
  background-color: #0068b5;
  padding: 0 10px 0 5px;
  padding: 0 0.625rem 0 0.3125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-case__post h2 {
    font-size: 1.5rem;
  }
}
.p-single-case__post h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1.3em;
  margin: 25px 0 15px;
  margin: 1.5625rem 0 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-case__post h3 {
    font-size: 1.25rem;
  }
}
.p-single-case__post h3::before {
  position: absolute;
  content: "―";
  left: 0;
  top: 0;
}
.p-single-case__post h4,
.p-single-case__post h5,
.p-single-case__post h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-case__post h4,
  .p-single-case__post h5,
  .p-single-case__post h6 {
    font-size: 1rem;
  }
}
.p-single-case__post p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-single-case__post p {
    font-size: 1rem;
    letter-spacing: -0.12em;
  }
}
.p-single-case__post p:not(:last-child) {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.p-single-case__post figure:not(:last-child) {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.p-single-case__post img {
  border-radius: 0.25rem;
}
.p-single-case__post ul:not(:last-child),
.p-single-case__post ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-single-case__post-note {
  list-style-type: none;
  padding-left: 32px;
  padding-left: 2rem;
}
.p-single-case__post-note li {
  text-indent: -32px;
  text-indent: -2rem;
}

/* p-archive-column */
.p-archive-column__cards.p-cards {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

/* p-related */
.p-related__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  border-bottom: 1px solid #001729;
  border-bottom: 0.0625rem solid #001729;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-related__title {
    font-size: 1.25rem;
  }
}

.p-related__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-related__item-inner {
  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;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center right 10px/25px;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center right 0.625rem/1.5625rem;
  padding: 30px 90px 30px 0;
  padding: 1.875rem 5.625rem 1.875rem 0;
  border-bottom: 1px solid #bdc2c6;
  border-bottom: 0.0625rem solid #bdc2c6;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 768px) {
  .p-related__item-inner {
    padding: 1.25rem 0;
    background: none;
  }
}
.p-related__item-inner:hover {
  opacity: 1;
  border-bottom: 1px solid #0068b5;
  border-bottom: 0.0625rem solid #0068b5;
}
.p-related__item-inner:hover .p-related__item-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.p-related__item-inner:hover .p-related__item-title {
  color: #0068b5;
}

.p-related__item-img {
  width: 28%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-related__item-img {
    width: 36%;
  }
}
.p-related__item-img img {
  border-radius: 0.125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-related__item-body {
  width: 69.5%;
}
@media screen and (max-width: 768px) {
  .p-related__item-body {
    width: 60%;
  }
}

.p-related__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.12em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-related__item-title {
    font-size: 1.125rem;
    letter-spacing: -0.1em;
  }
}

.p-related__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.11em;
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-related__item-text {
    font-size: 1rem;
    margin-top: 0.375rem;
  }
}

/* p-single-column */
.p-single-column .p-sidebar__unit-title {
  -webkit-line-clamp: 3;
}

.p-single-column__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .p-single-column__title {
    font-size: 1.75rem;
    letter-spacing: -0.1em;
  }
}

.p-single-column__category {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-single-column__thumbnail {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-single-column__thumbnail img {
  border-radius: 0.25rem;
}

.p-single-column__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__lead {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}

.p-single-column__contents {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-single-column__post {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-single-column__post h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  color: #0068b5;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post h2 {
    font-size: 1.5rem;
    letter-spacing: -0.1em;
  }
}
.p-single-column__post h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 5px solid #001729;
  border-left: 0.3125rem solid #001729;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post h3 {
    font-size: 1.25rem;
    border-left: 0.1875rem solid #001729;
  }
}
.p-single-column__post h4,
.p-single-column__post h5,
.p-single-column__post h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-column__post h4,
  .p-single-column__post h5,
  .p-single-column__post h6 {
    font-size: 1rem;
  }
}
.p-single-column__post p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-single-column__post p {
    font-size: 1rem;
    letter-spacing: -0.12em;
  }
}
.p-single-column__post p:not(:last-child) {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post p:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
.p-single-column__post figure:not(:last-child) {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
.p-single-column__post ul:not(:last-child),
.p-single-column__post ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.p-single-column__post li {
  padding-left: 1em;
  position: relative;
}
.p-single-column__post li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.p-single-column__post-table {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 75px;
  margin-top: 4.6875rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post-table {
    font-size: 1rem;
    letter-spacing: -0.12em;
    overflow-x: hidden;
    margin-top: 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-single-column__post-table__inner {
    overflow-x: auto;
  }
}
.p-single-column__post-table p {
  color: #0068b5;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post-table p {
    font-size: 1rem;
    letter-spacing: -0.12em;
  }
}
.p-single-column__post-table table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-single-column__post-table table {
    min-width: 850px;
  }
}
.p-single-column__post-table tr th {
  width: 25%;
  background-color: #0068b5;
  color: #fff;
  border-right: 1px solid #fff;
}
.p-single-column__post-table tr th:last-of-type {
  border-right: none;
}
.p-single-column__post-table tr td {
  padding: 16px;
  padding: 1rem;
  border: 1px solid #e0e0e0;
}
.p-single-column__post-table tr td:nth-child(2) {
  color: #0068b5;
}
.p-single-column__post-point {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-single-column__post-point {
    font-size: 1rem;
    letter-spacing: -0.12em;
    margin-bottom: 3.4375rem;
  }
}
.p-single-column__post-point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0068b5;
  border: 1px solid #0068b5;
  border-radius: 10px;
  padding: 10px 11px;
}
.p-single-column__post-point dl:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-single-column__post-point dt:after {
  content: "：";
}

.p-single-column__writer {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.p-single-column__related {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-single-column-remote {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
.p-single-column-remote h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  color: #0068b5;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-single-column-remote h2 {
    font-size: 1.5rem;
    letter-spacing: -0.1em;
  }
}
.p-single-column-remote > ul:not(:last-child),
.p-single-column-remote ol:not(:last-child) {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.p-single-column-remote > ul > li,
.p-single-column-remote ol > li {
  padding-left: 1em;
  position: relative;
}
.p-single-column-remote > ul > li::before,
.p-single-column-remote ol > li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.p-single-column-remote .p-cta {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-column-remote .p-cta {
    margin-inline: auto;
  }
}

/* p-writer */
.p-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eef1f4;
  border-radius: 0.25rem;
  padding: 30px 43px 30px 30px;
  padding: 1.875rem 2.6875rem 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-writer {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

.p-writer__img-wrapper {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-writer__img-wrapper {
    width: 11.25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-writer__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-writer__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-writer__body {
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  .p-writer__body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-writer__subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #7b7f83;
  letter-spacing: -0.05em;
}

.p-writer__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .p-writer__name {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-writer__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86;
  letter-spacing: -0.1em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

/* p-cards */
.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cards {
    display: block;
    margin-top: 0;
  }
}

.p-cards.certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cards.certification {
    display: block;
    margin-top: 0;
  }
}
.p-cards.certification .p-cards__item {
  margin-left: 0;
}

.p-cards__item {
  width: calc(33.33333% - 1.66667rem);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cards__item {
    width: 100%;
    margin-top: 0;
  }
  .p-cards__item + .p-cards__item {
    margin-top: 2.5rem;
  }
}
.p-cards__item:not(:nth-child(3n+1)) {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cards__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.p-cards__item--narrow {
  width: calc(33.33333% - 1.04167rem);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-cards__item--narrow {
    width: 100%;
  }
}
.p-cards__item--narrow:not(:nth-child(3n+1)) {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-cards__item--narrow:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

/* p-category */
.p-category {
  margin-top: -8px;
  margin-top: -0.5rem;
}
.p-category span, .p-category a {
  display: inline-block;
  letter-spacing: -0.1em;
  border-radius: 0.25rem;
  padding: 8px 22px;
  padding: 0.5rem 1.375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-category span, .p-category a {
    font-size: 0.875rem;
    padding: 0.375rem 1.25rem;
  }
}
.p-category span:not(:last-child), .p-category a:not(:last-child) {
  margin-right: 4px;
  margin-right: 0.25rem;
}
.p-category span {
  font-weight: 900;
  color: #fff;
  background: #0068b5;
}
.p-category a {
  color: #555f67;
  background: #d8dde1;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.p-category a:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}

/* p-contents */
.p-contents__header {
  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;
  background: #0068b5;
  padding: 12px 25px;
  padding: 0.75rem 1.5625rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contents__header {
    padding: 0.625rem 1.25rem;
  }
}

.p-contents__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contents__heading {
    font-size: 1.25rem;
  }
}

.p-contents__text-wrapper {
  padding-right: 29px;
  padding-right: 1.8125rem;
  position: relative;
}
.p-contents__text-wrapper::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  background: #e94f05;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contents__text {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.1em;
  position: relative;
}
.p-contents__text::after, .p-contents__text::before {
  position: absolute;
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 3px;
  height: 0.1875rem;
  background: #fff;
  top: 50%;
  right: -22px;
  right: -1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-contents__text::before {
  top: 45%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-contents__text.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-contents__body {
  background: #eef1f4;
  padding: 20px 32px 30px;
  padding: 1.25rem 2rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-contents__body {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}

.p-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contents__item + .p-contents__item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-contents__item-number {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0068b5;
  min-width: 25px;
  min-width: 1.5625rem;
}

.p-contents__item-texts {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-contents__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
}
@media screen and (max-width: 768px) {
  .p-contents__item-title {
    margin-bottom: 0.3125rem;
  }
}

.p-contents__item-subtitle {
  line-height: 1.75;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 768px) {
  .p-contents__item-subtitle {
    letter-spacing: -0.1em;
  }
}

/* p-cta */
.p-cta {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-cta {
    max-width: 80%;
  }
}
.p-cta::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/common/cta_bg.png) no-repeat center/cover;
  -webkit-box-shadow: 0.625rem 0.625rem 0 0 #0068b5;
          box-shadow: 0.625rem 0.625rem 0 0 #0068b5;
  -webkit-transform: skew(-28deg);
          transform: skew(-28deg);
}
@media screen and (max-width: 768px) {
  .p-cta::before {
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-cta__content {
  padding: 56px 20px;
  padding: 3.5rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cta__content {
    padding: 2.5rem 0.625rem;
  }
}
.p-cta__content::before, .p-cta__content::after {
  position: absolute;
  content: "";
}
.p-cta__content::before {
  width: 149px;
  width: 9.3125rem;
  height: 23px;
  height: 1.4375rem;
  background: url(../img/top/cta_bg_001.png) no-repeat center/contain;
  top: 10px;
  top: 0.625rem;
  left: -10px;
  left: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__content::before {
    width: 6.25rem;
    height: 0.9375rem;
    left: -1.875rem;
  }
}
.p-cta__content::after {
  width: 125px;
  width: 7.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: url(../img/top/cta_bg_002.png) no-repeat center/contain;
  bottom: 50px;
  bottom: 3.125rem;
  right: -40px;
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cta__content::after {
    width: 5.625rem;
    height: 1.875rem;
    bottom: 0.9375rem;
    right: -2.1875rem;
  }
}

.p-cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cta__btns {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-cta__btns.title {
    margin-top: 1.25rem !important;
  }
}

@media screen and (max-width: 768px) {
  .p-cta__btn {
    margin: 0 auto;
  }
}
.p-cta__btn + .p-cta__btn {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-cta__btn + .p-cta__btn {
    margin-left: auto;
    margin-top: 0.9375rem;
  }
}

.p-cta__title {
  position: relative;
  z-index: 10;
  padding: 0;
}
.p-cta__title::before {
  background: none;
}
.p-cta__title::after {
  background: none;
}
.p-cta__title .c-contact-btn {
  width: 300px;
  width: 18.75rem;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-cta__title .c-contact-btn {
    width: 9.375rem;
    padding: 0.625rem 0;
  }
}
.p-cta__title .c-download-btn {
  width: 300px;
  width: 18.75rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__title .c-download-btn {
    width: 18.75rem;
    padding: 0.625rem 0;
  }
}

/* p-drawer */
.p-drawer {
  position: fixed;
  z-index: 20;
  top: 60px;
  top: 3.75rem;
  right: 0;
  background: #0068b5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 255px;
  width: 15.9375rem;
  max-width: 100%;
  overflow-y: auto;
  padding: 40px 20px 60px;
  padding: 2.5rem 1.25rem 3.75rem;
}
.p-drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-drawer__list {
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-drawer__list-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-drawer__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}
.p-drawer__item + .p-drawer__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-drawer__item a {
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
}
.p-drawer__item a[target=_blank] {
  padding-right: 16px;
  padding-right: 1rem;
  background: url(../img/common/white-link_icon.png) no-repeat center right/13px;
  background: url(../img/common/white-link_icon.png) no-repeat center right/0.8125rem;
}

/* p-fnav */
.p-fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-fnav__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fnav__item {
    width: 46%;
    margin-top: 1.25rem;
  }
}
.p-fnav__item a {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-fnav__item a:hover {
  opacity: 1;
  color: #0068b5;
}

.p-fnav__item-title {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-fnav__item-entitle {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-fnav__item-entitle {
    font-size: 1.25rem;
  }
}

.p-fnav__subitems {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-fnav__subitems {
    margin-top: 0.625rem;
  }
}

.p-fnav__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .p-fnav__item {
    font-size: 0.8125rem;
  }
}
.p-fnav__item a {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-fnav__item a:hover {
  opacity: 1;
  color: #0068b5;
}

/* p-footer */
.p-footer .l-inner {
  max-width: 1330px;
  max-width: 83.125rem;
}

.p-footer__cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
  top: -6.25rem;
}

.p-footer__content {
  background: url(../img/common/footer_bg.png) no-repeat center/cover;
  color: #fff;
  padding: 180px 0 90px;
  padding: 11.25rem 0 5.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    padding: 11.25rem 0 1.25rem;
  }
}

.p-footer__bottom {
  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;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    display: block;
  }
}

.p-footer__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__texts {
    display: block;
  }
}

.p-footer__company {
  width: 388px;
  width: 24.25rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__company {
    width: 18.75rem;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__links {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.p-footer__link + .p-footer__link {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.p-footer__link a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.p-footer__link a:hover {
  opacity: 1;
  color: #0068b5;
}
.p-footer__link--external a {
  padding-right: 17px;
  padding-right: 1.0625rem;
  background: url(../img/common/white-link_icon.png) no-repeat center right/13px;
  background: url(../img/common/white-link_icon.png) no-repeat center right/0.8125rem;
}
.p-footer__link--external a:hover {
  background: url(../img/common/blue-link_icon.png) no-repeat center right/13px;
  background: url(../img/common/blue-link_icon.png) no-repeat center right/0.8125rem;
}

.p-footer__copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 2.5rem;
  }
}

/* p-form */
.p-form__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  .p-form__text {
    font-size: 1rem;
  }
}

.p-form__privacy {
  border: 1px solid #c1c1c1;
  border: 0.0625rem solid #c1c1c1;
  height: 200px;
  height: 12.5rem;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    margin-top: 1.5625rem;
  }
}
.p-form__privacy::-webkit-scrollbar {
  width: 18px;
  width: 1.125rem;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-form__privacy::-webkit-scrollbar {
    width: 0.625rem;
  }
}
.p-form__privacy::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.p-form__privacy-list-item + .p-form__privacy-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-form__privacy-list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-form__privacy-list-title {
    font-size: 1rem;
  }
}

.p-form__privacy-list-text {
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.05em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-form__privacy-list-text {
    font-size: 0.875rem;
  }
}

.p-form__check {
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-form__check label {
  position: relative;
}
.p-form__check input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  scale: 1.5;
}
.p-form__check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}
.p-form__check input[type=checkbox] + span span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 0 5px 1px;
  padding: 0 0.3125rem 0.0625rem;
  background: #e71f1f;
  margin-left: 5px;
  margin-left: 0.3125rem;
  white-space: nowrap;
}

.p-form__items {
  border-bottom: 1px solid #d6d9de;
  border-bottom: 0.0625rem solid #d6d9de;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-form__item {
  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;
  border-top: 1px solid #d6d9de;
  border-top: 0.0625rem solid #d6d9de;
  padding: 19px 0;
  padding: 1.1875rem 0;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    display: block;
  }
}

.p-form__item--half {
  display: inline-block;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .p-form__item--half {
    display: block;
    width: 100%;
  }
}
.p-form__item--half.ml-2 {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .p-form__item--half.ml-2 {
    margin-left: 0;
  }
}

.p-form__item-label {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form__item-label {
    width: 100%;
  }
}
.p-form__item-label span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 0 5px 1px;
  padding: 0 0.3125rem 0.0625rem;
  white-space: nowrap;
}
.p-form__item-label span.required {
  background: #e71f1f;
}
.p-form__item-label span.optional {
  background: #585e65;
}
.p-form__item-label label {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.p-form__item-input {
  position: relative;
  width: 79%;
}
@media screen and (max-width: 768px) {
  .p-form__item-input {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.p-form__item-input input[type=text],
.p-form__item-input input[type=email],
.p-form__item-input input[type=tel],
.p-form__item-input textarea,
.p-form__item-input select {
  width: 100%;
  background: #ebedf0;
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  padding: 15px 17px;
  padding: 0.9375rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-form__item-input input[type=text],
  .p-form__item-input input[type=email],
  .p-form__item-input input[type=tel],
  .p-form__item-input textarea,
  .p-form__item-input select {
    font-size: 1rem;
    padding: 0.9375rem 0.75rem;
  }
}
.p-form__item-input input[type=text]::-webkit-input-placeholder,
.p-form__item-input input[type=email]::-webkit-input-placeholder,
.p-form__item-input input[type=tel]::-webkit-input-placeholder,
.p-form__item-input textarea::-webkit-input-placeholder,
.p-form__item-input select::-webkit-input-placeholder {
  color: #949393;
}
.p-form__item-input input[type=text]::-moz-placeholder,
.p-form__item-input input[type=email]::-moz-placeholder,
.p-form__item-input input[type=tel]::-moz-placeholder,
.p-form__item-input textarea::-moz-placeholder,
.p-form__item-input select::-moz-placeholder {
  color: #949393;
}
.p-form__item-input input[type=text]::-ms-input-placeholder,
.p-form__item-input input[type=email]::-ms-input-placeholder,
.p-form__item-input input[type=tel]::-ms-input-placeholder,
.p-form__item-input textarea::-ms-input-placeholder,
.p-form__item-input select::-ms-input-placeholder {
  color: #949393;
}
.p-form__item-input input[type=text]::placeholder,
.p-form__item-input input[type=email]::placeholder,
.p-form__item-input input[type=tel]::placeholder,
.p-form__item-input textarea::placeholder,
.p-form__item-input select::placeholder {
  color: #949393;
}
.p-form__item-input input[type=text],
.p-form__item-input input[type=email],
.p-form__item-input input[type=tel] {
  height: 60px;
  height: 3.75rem;
}
.p-form__item-input textarea {
  resize: none;
  height: 240px;
  height: 15rem;
}
.p-form__item-input select {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.1em;
  border: 2px solid #c1c8d1;
  border: 0.125rem solid #c1c8d1;
  background: #fff;
  color: #001729;
}

.p-form__item-input--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form__item-input--flex input[type=text] {
  width: 48.5%;
}

.p-form__item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-form__item-address {
    display: block;
  }
}

.p-form__item-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__item-post input[type=text] {
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-form__item-post input[type=text] {
    width: 7.5rem;
  }
}
.p-form__item-post input[type=text]:first-child {
  margin: 0 10px;
  margin: 0 0.625rem;
}
.p-form__item-post input[type=text]:nth-child(2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-form__item-select {
  width: 205px;
  width: 12.8125rem;
  max-width: 100%;
  margin-left: 27px;
  margin-left: 1.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-form__item-select {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.p-form__item-select::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  top: 24px;
  top: 1.5rem;
  right: 11px;
  right: 0.6875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-form__btn {
  color: #fff;
  background: #0068b5;
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
.p-form__btn::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}
.p-form__btn:hover {
  background: #fff;
  color: #0068b5;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
}
.p-form__btn:hover::after {
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
}

/* p-fv */
.p-fv {
  height: 410px;
  height: 25.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 9.375rem;
    margin-bottom: 1.25rem;
  }
}

.p-fv--center {
  background: url(../img/reason/center-fv_bg.png) no-repeat center right/cover;
}

.p-fv--remote {
  background: url(../img/service/remote-fv_bg.png) no-repeat center right/cover;
  background: url(../img/service/remote-fv_bg.png) no-repeat center right/cover;
}

.p-fv--engineer {
  background: url(../img/service/engineer-fv_bg.png) no-repeat center right/cover;
}

.p-fv--efficiency {
  background: url(../img/service/efficiency-fv_bg.png) no-repeat center right/cover;
}

.p-fv--basis {
  background: url(../img/service/basis-fv_bg.png) no-repeat center right/cover;
}

.p-fv--cloud {
  background: url(../img/service/cloud-fv_bg.png) no-repeat center right/cover;
}

.p-fv--billing {
  background: url(../img/service/billing-fv_bg.png) no-repeat center right/cover;
}

.p-fv--advisory {
  background: url(../img/service/advisory-fv_bg.png) no-repeat center right/cover;
}

.p-fv--transition {
  background: url(../img/service/transition-fv_bg.png) no-repeat center right/cover;
}

.p-fv--application {
  background: url(../img/service/application-fv_bg.png) no-repeat center right/cover;
}

.p-fv--maintenance {
  background: url(../img/service/maintenance-fv_bg.png) no-repeat center right/cover;
}

.p-fv--security {
  background: url(../img/service/security-fv_bg.png) no-repeat center right/cover;
}

.p-fv__entitle {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 255px;
  font-size: 15.9375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.6;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-fv__entitle {
    font-size: 3.75rem;
  }
}

.p-fv__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-fv__title-wrapper::before, .p-fv__title-wrapper::after {
  position: absolute;
  content: "";
}
.p-fv__title-wrapper::before {
  top: 0;
  left: 0;
  bottom: -40px;
  bottom: -2.5rem;
  width: 50%;
  background: url(../img/common/fv_bg_001.png) no-repeat center right/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv__title-wrapper::before {
    width: 65%;
    bottom: -0.625rem;
  }
}
.p-fv__title-wrapper::after {
  width: 433px;
  width: 27.0625rem;
  height: 100px;
  height: 6.25rem;
  left: 0;
  bottom: -70px;
  bottom: -4.375rem;
  background: url(../img/common/fv_bg_003.png) no-repeat center right/contain;
}
@media screen and (max-width: 768px) {
  .p-fv__title-wrapper::after {
    width: 6.875rem;
    height: 1.5625rem;
    bottom: -1.25rem;
  }
}

.p-fv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  background: url(../img/common/fv_bg_002.png) no-repeat center left/17px;
  background: url(../img/common/fv_bg_002.png) no-repeat center left/1.0625rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-fv__subtitle {
    font-size: 1rem;
    background: url(../img/common/fv_bg_002.png) no-repeat center left/0.75rem;
    padding-left: 1.25rem;
  }
}

.p-fv__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    margin-top: 0.625rem;
  }
}
.p-fv__title span {
  display: inline-block;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1em;
  background: #001729;
  border-radius: 0.125rem;
  color: #fff;
  padding: 0 15px 2px 10px;
  padding: 0 0.9375rem 0.125rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-fv__title span {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-fv__title span:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* p-gnav */
.p-gnav {
  height: inherit;
}

.p-gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  color: #fff;
}

.p-gnav__item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-gnav__item + .p-gnav__item {
  margin-left: 31px;
  margin-left: 1.9375rem;
}
.p-gnav__item a {
  display: inline-block;
  border-bottom: 3px solid transparent;
  border-bottom: 0.1875rem solid transparent;
  padding: 10px 0;
  padding: 0.625rem 0;
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.p-gnav__item a[target=_blank] {
  padding-right: 16px;
  padding-right: 1rem;
  background: url(../img/common/black-link_icon.png) no-repeat center right/13px;
  background: url(../img/common/black-link_icon.png) no-repeat center right/0.8125rem;
  background: url(../img/common/white-link_icon.png) no-repeat center right/13px;
  background: url(../img/common/white-link_icon.png) no-repeat center right/0.8125rem;
}
.p-gnav__item a:hover {
  opacity: 1;
  border-bottom: 3px solid #e94f05;
  border-bottom: 0.1875rem solid #e94f05;
}

/* p-hamburger */
.p-hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 15px;
  right: 0.9375rem;
  top: 20px;
  top: 1.25rem;
  width: 28px;
  width: 1.75rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.p-hamburger.active .p-hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.p-hamburger.active .p-hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-hamburger.active .p-hamburger__border:nth-child(2), .p-hamburger.active .p-hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-hamburger__border:nth-child(1) {
  top: 0;
}
.p-hamburger__border:nth-child(2) {
  top: 9px;
  top: 0.5625rem;
}
.p-hamburger__border:nth-child(3) {
  top: 18px;
  top: 1.125rem;
}

/* p-header */
.p-header {
  height: 80px;
  height: 5rem;
  background: #fff;
  background-color: #0168b7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header__inner {
  padding: 0 1.5625vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 1.25rem 0 0;
  }
}

.p-header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #082c48;
  height: 100%;
  padding-left: 1.5625vw;
  padding-right: 3.125vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 1700px) {
  .p-header__logos {
    padding-left: 1vw;
    padding-right: 2.125vw;
  }
}
@media screen and (max-width: 1280px) {
  .p-header__logos {
    padding-left: 0.5625vw;
    padding-right: 2.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
  }
}

.p-header__logo {
  width: 190px;
  width: 11.875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 6.5625rem;
  }
}
.p-header__logo a {
  display: block;
}

.p-header__title {
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
  padding: 11px 21px 8px 21px;
  padding: 0.6875rem 1.3125rem 0.5rem 1.3125rem;
  border-bottom: 2px solid #0068b5;
  border-bottom: 0.125rem solid #0068b5;
}
@media screen and (max-width: 768px) {
  .p-header__title {
    width: 11.5rem;
    padding: 0;
    border-bottom: none;
    margin-left: 0.625rem;
  }
}

.p-header__nav {
  position: relative;
  margin-left: 10vw;
}
@media screen and (min-width: 2000px) {
  .p-header__nav {
    margin-left: 13.125rem;
  }
}
@media screen and (max-width: 1800px) {
  .p-header__nav {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 1600px) {
  .p-header__nav {
    margin-left: 0;
  }
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}

.p-header__search {
  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: 44px;
  width: 2.75rem;
}
.p-header__search img {
  width: 29px;
  width: 1.8125rem;
}

.p-header__language {
  height: inherit;
  width: 110px;
  width: 6.875rem;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .p-header__language {
    font-size: 1.125rem;
  }
}

.p-header__language-header {
  text-align: left;
  display: block;
  color: inherit;
  width: 100%;
  height: 100%;
  background: #00469b;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}
.p-header__language-header::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 19px;
  height: 1.1875rem;
  top: 8px;
  top: 0.5rem;
  right: 8px;
  right: 0.5rem;
  background: url(../img/common/language_icon.png) no-repeat center/contain;
}

.p-header__language-body {
  display: none;
}

.p-header__language-item {
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
}
.p-header__language-item a {
  display: block;
  background: #00469b;
  padding: 10px 0 10px 18px;
  padding: 0.625rem 0 0.625rem 1.125rem;
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-header__btn {
  text-align: center;
  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;
  height: inherit;
  max-width: 100%;
  font-size: 15.96px;
  font-size: 0.9975rem;
  font-weight: 700;
  color: #fff;
  background: #e94f05;
  padding: 0px 5px;
  padding: 0rem 0.3125rem;
  min-width: 162.94px;
  min-width: 10.18375rem;
  min-height: 45.39px;
  min-height: 2.836875rem;
  border-radius: 0.4rem;
}
.p-header__btn:first-child span {
  padding-left: 29px;
  padding-left: 1.8125rem;
  background: url(../img/common/white-mail_icon.png) no-repeat center left/19px;
  background: url(../img/common/white-mail_icon.png) no-repeat center left/1.1875rem;
}
.p-header__btn:nth-child(2) span {
  padding-left: 20px;
  padding-left: 1.25rem;
  background: url(../img/common/white-download_icon.png) no-repeat center left/16px;
  background: url(../img/common/white-download_icon.png) no-repeat center left/1rem;
}
.p-header__btn span {
  display: inline-block;
}
.p-header__btn:hover {
  opacity: 1;
  background: #fff;
  color: #e94f05;
}
.p-header__btn:hover:first-child span {
  background: url(../img/common/orange-mail_icon.png) no-repeat center left/19px;
  background: url(../img/common/orange-mail_icon.png) no-repeat center left/1.1875rem;
}
.p-header__btn:hover:nth-child(2) span {
  background: url(../img/common/orange-download_icon.png) no-repeat center left/16px;
  background: url(../img/common/orange-download_icon.png) no-repeat center left/1rem;
}
.p-header__search {
  position: relative;
}

.p-header__search-box {
  position: absolute;
  left: 0;
  top: 36px;
  top: 2.25rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  background: #ebedef;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-header__search-box {
    display: block;
    position: static;
    padding: 0.3125rem;
  }
}
.p-header__search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__search-box form input {
  width: 200px;
  width: 12.5rem;
  height: 36px;
  height: 2.25rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-header__search-box form input {
    width: 10rem;
  }
}
.p-header__search-box form button {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background: #00469b;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  border-radius: 0.3125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-header__ttl {
  display: block;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
}

.p-header__main-ttl {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-header__main-ttl--en {
  letter-spacing: 0.1em;
}

.p-header__megamenu-service {
  position: relative;
}

.p-header__megamenu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  background: #ebedef;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 20;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-header__megamenu-backgroud {
  position: fixed;
  top: 80px;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  z-index: 10;
}
.p-header__megamenu-list {
  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;
  margin: 50px auto;
  margin: 3.125rem auto;
  gap: 48px;
  gap: 3rem;
}
.p-header__megamenu-item a {
  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;
  color: #fff;
  max-width: 800px;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__megamenu-item a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-header__megamenu-item a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-bottom: none;
}
.p-header__megamenu-item a.service-info {
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 48px;
  padding-right: 3rem;
}
.p-header__megamenu-item a.service-info::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/black-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-header__megamenu-item a.service-info .icon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.p-header__megamenu-item a.cloud-integration {
  position: relative;
  background: #e94f05;
  height: 80px;
  height: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
.p-header__megamenu-item a.cloud-integration::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  left: 1rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/menu_service_icon_001.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-header__megamenu-item a.cloud-integration::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-header__megamenu-item a.it-engineering {
  position: relative;
  background: #39a9ff;
  height: 80px;
  height: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
.p-header__megamenu-item a.it-engineering::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  left: 1rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/menu_service_icon_002.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-header__megamenu-item a.it-engineering::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-header__megamenu-service:hover .p-header__megamenu {
  opacity: 1;
  visibility: visible;
}

.p-header__megamenu-service:hover .p-header__megamenu-backgroud,
.p-header__megamenu-service:focus-within .p-header__megamenu-backgroud {
  opacity: 1;
}

/* p-logo-slider */
.p-logo-slider {
  display: none;
}
.p-logo-slider.slick-initialized {
  display: block;
}

.p-logo-slider__item {
  margin: 0 18px;
  margin: 0 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-logo-slider__item {
    margin: 0 0.5rem;
  }
}

/* 250410_ロゴ改修 */
@-webkit-keyframes scroll-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 全体の半分ぶん（1回目のロゴ列の幅ぶん）左に流す */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 全体の半分ぶん（1回目のロゴ列の幅ぶん）左に流す */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-marquee-offset {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}
@keyframes scroll-marquee-offset {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  margin: 16px 0px;
  margin: 1rem 0px;
  height: 90px;
}

.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-marquee 70s infinite linear 0.5s both;
          animation: scroll-marquee 70s infinite linear 0.5s both;
  height: 90px;
}

.second-marquee .marquee__inner {
  -webkit-animation-name: scroll-marquee-offset;
          animation-name: scroll-marquee-offset;
}

.marquee__item {
  padding: 0 8px;
  padding: 0 0.5rem;
  text-align: center;
}
.marquee__item img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .marquee {
    height: 50px;
  }
  .marquee__item {
    height: 50px;
  }
  .marquee__item img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/* p-menu */
.p-menu {
  padding: 115px 0;
  padding: 7.1875rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-menu {
    padding: 0;
  }
}
.p-menu::before {
  position: absolute;
  content: "";
  width: 68%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #dde3e8;
  -webkit-clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-menu::before {
    display: none;
  }
}

.p-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-menu__items {
    display: block;
  }
}

.p-menu__item {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .p-menu__item {
    width: 100%;
  }
}
.p-menu__item + .p-menu__item {
  margin-left: 39px;
  margin-left: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-menu__item + .p-menu__item {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.p-menu__item-inner {
  display: block;
  padding: 75px 60px;
  padding: 4.6875rem 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-menu__item-inner {
    padding: 2.5rem 1.25rem;
  }
}
.p-menu__item-inner::before, .p-menu__item-inner::after {
  position: absolute;
  content: "";
}
.p-menu__item-inner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-service_bg_007.png) no-repeat center/cover;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.p-menu__item-inner::after {
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
  right: 41px;
  right: 2.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-menu__item-inner::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.25rem;
  }
}
.p-menu__item-inner:hover {
  opacity: 1;
}
.p-menu__item-inner:hover::before {
  opacity: 0;
}
.p-menu__item-inner:hover::after {
  background: url(../img/common/more_icon.png) no-repeat center/contain;
}
.p-menu__item-inner:hover .p-menu__item-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-menu__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-menu__item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-menu__item-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-menu__item-text {
    font-size: 1.5rem;
  }
}

/* p-modal */
.p-modal {
  display: none;
  z-index: 100;
  position: relative;
}
.p-modal.is-open {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 20, .6);
  left: 0;
  top: 0;
  z-index: 100;
}

.p-modal__content {
  position: absolute;
  width: 1200px;
  width: 75rem;
  max-width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-modal__content {
    height: 70vh;
  }
}

.p-modal__body {
  background: #fff;
  padding: 40px 20px 50px;
  padding: 2.5rem 1.25rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__body {
    height: 100%;
    overflow-y: auto;
    padding: 1.875rem 1.25rem;
  }
}

.p-modal__title-wrapper {
  text-align: center;
}

.p-modal__title {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  border-bottom: 3px solid #e94f05;
  border-bottom: 0.1875rem solid #e94f05;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-modal__title {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-bottom: 0.3125rem;
  }
}

.p-modal__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-modal__item-wrapper {
    display: block;
    margin-top: 1.25rem;
    padding-left: 0;
  }
}

.p-modal__items + .p-modal__items {
  margin-left: 47px;
  margin-left: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-modal__items + .p-modal__items {
    margin-left: 0;
  }
}

.p-modal__item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: -0.05em;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-modal__item {
    font-size: 0.9375rem;
  }
}
.p-modal__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  left: 0;
  top: 15px;
  top: 0.9375rem;
  background: #b7bdc3;
}
@media screen and (max-width: 768px) {
  .p-modal__item::before {
    top: 0.75rem;
  }
}
.p-modal__item--none-mark::before {
  content: none;
}

.p-modal__close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -95px;
  bottom: -5.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    font-size: 0.9375rem;
    bottom: -3.75rem;
    padding-top: 1.5625rem;
  }
}
.p-modal__close::before, .p-modal__close::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  width: 3.125rem;
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  top: 20px;
  top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-modal__close::before, .p-modal__close::after {
    width: 1.875rem;
    height: 0.125rem;
    top: 0.625rem;
  }
}
.p-modal__close::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.p-modal__close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

/* p-mv */
.p-mv {
  height: 410px;
  height: 25.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 9.375rem;
    margin-bottom: 3.75rem;
  }
}

.p-mv--reason {
  background: url(../img/reason/reason-mv_bg.jpg) no-repeat center/cover;
}

.p-mv--case {
  background: url(../img/case/case-mv_bg.jpg) no-repeat center/cover;
}

.p-mv--column {
  background: url(../img/column/column-mv_bg.jpg) no-repeat center/cover;
}

.p-mv--download {
  background: url(../img/download/download-mv_bg.jpg) no-repeat center/cover;
}
.p-mv--download .p-mv__entitle {
  right: -70px;
  right: -4.375rem;
}
@media screen and (max-width: 768px) {
  .p-mv--download .p-mv__entitle {
    right: 0;
  }
}

.p-mv--service {
  background: url(../img/service/service-mv_bg.jpg) no-repeat center/cover;
}

.p-mv--products {
  background: url(../img/products/products-mv_bg.png) no-repeat center/cover;
}
.p-mv--products .p-mv__entitle {
  right: -130px;
  right: -8.125rem;
}
@media screen and (max-width: 768px) {
  .p-mv--products .p-mv__entitle {
    right: 0;
  }
}

.p-mv--project {
  background: url(../img/service/project-mv_bg.png) no-repeat center/cover;
}

.p-mv__entitle {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 255px;
  font-size: 15.9375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.6;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-mv__entitle {
    font-size: 3.75rem;
  }
}

.p-mv__title-wrapper {
  position: absolute;
  left: 0;
  bottom: -40px;
  bottom: -2.5rem;
  width: 100%;
  z-index: 1;
}
.p-mv__title-wrapper::before {
  position: absolute;
  content: "";
  width: 268px;
  width: 16.75rem;
  height: 100px;
  height: 6.25rem;
  left: 0;
  bottom: -30px;
  bottom: -1.875rem;
  background: url(../img/common/mv_bg.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .p-mv__title-wrapper::before {
    width: 13.125rem;
    height: 4.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title-wrapper::before {
    width: 4.375rem;
    height: 1.875rem;
    bottom: -0.9375rem;
  }
}

.p-mv__title {
  display: inline-block;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.1em;
  padding: 20px 140px 20px 0;
  padding: 1.25rem 8.75rem 1.25rem 0;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-mv__title {
    padding: 1.25rem 7.5rem 1.25rem 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 1.75rem;
    padding: 0.625rem 2.8125rem 0.9375rem 0;
  }
}
.p-mv__title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #0068b5;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mv__title::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
}

.p-fv__lead {
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-fv__lead {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-fv.p-fv--remote {
    height: auto;
  }
}
.p-fv.p-fv--remote .p-fv__entitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-fv.p-fv--cloud {
    height: auto;
  }
}
.p-fv.p-fv--cloud .p-fv__title {
  margin-top: 0;
}
.p-fv.p-fv--cloud .p-fv__entitle {
  display: none;
}
.p-fv.p-fv--cloud .p-fv__text {
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* p-parts */
.p-parts__item + .p-parts__item {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-parts__item + .p-parts__item {
    margin-top: 1.5625rem;
  }
}
.p-parts__item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-parts__item:nth-child(even) {
    margin-left: 0;
  }
}

/* 241106 */
.p-bnr {
  margin: 35px 0;
  position: relative;
}
.p-bnr__inner {
  background-color: #082c48;
  color: #fff;
  padding: 22px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-bnr__inner {
    display: block;
    padding: 20px 15px 40px;
  }
}
.p-bnr__item-l-lead {
  background-color: #0068b5;
  padding: 8px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-l-lead {
    font-size: 1rem;
    padding: 6px 10px;
  }
}
.p-bnr__item-l-ttl {
  font-size: 52.8px;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: -5px;
  padding-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-l-ttl {
    font-size: 2rem;
    letter-spacing: 0;
    padding-top: 15px;
  }
}
.p-bnr__item-l-ttl span {
  font-size: 43.2px;
  font-size: 2.7rem;
  letter-spacing: 0;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-l-ttl span {
    font-size: 1.5rem;
  }
}
.p-bnr__item-l-dtl {
  margin-top: 15px;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.75;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-l-dtl {
    margin: 15px 0;
  }
}
.p-bnr__item-r figure {
  max-width: 290px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-r figure {
    padding-bottom: 10px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.p-bnr__item-r span {
  -webkit-clip-path: polygon(9% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: #e94f05;
  padding: 7px 20px 7px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bnr__item-r span {
    padding: 5px 20px 5px 30px;
  }
}
.p-bnr__item-r span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}

.p-subject.p-subject-sr {
  padding-bottom: 186px;
  padding-bottom: 11.625rem;
}
@media screen and (max-width: 768px) {
  .p-subject.p-subject-sr {
    padding-bottom: 9.625rem;
  }
}
.p-subject.p-subject-sr .p-cta {
  position: relative;
  bottom: -64px;
  bottom: -4rem;
}

.p-fv .l-inner .p-cta__btns {
  margin-top: 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-fv .l-inner .p-cta__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-fv .l-inner .p-cta__btns .p-cta__btn {
  width: 280px;
  width: 17.5rem;
  max-height: 70px;
  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;
}
@media screen and (max-width: 768px) {
  .p-fv .l-inner .p-cta__btns .p-cta__btn {
    margin: 0;
    max-width: 11.5rem;
    max-height: 30px;
    position: relative;
    z-index: 10;
  }
}
.p-fv .l-inner .p-cta__btns .p-cta__btn span {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-fv .l-inner .p-cta__btns .p-cta__btn span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fv--remote .p-fv__title-wrapper::after {
    display: none;
  }
}

.p-bnr__item-l-lead {
  display: inline-block;
}

/* p-post */
.p-search__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-search__result {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-search__items {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px dotted #ccc;
}

.p-search__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.p-search__txt {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-search__txt {
    font-size: 1rem;
  }
}

/* p-sidebar */
.p-sidebar__group + .p-sidebar__group {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-sidebar__group + .p-sidebar__group {
    margin-top: 3.4375rem;
  }
}

.p-sidebar__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sidebar__subtitle {
    font-size: 1.25rem;
  }
}
.p-sidebar__subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background: #001729;
  -webkit-clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-sidebar__subtitle::after {
    height: 0.1875rem;
  }
}

.p-sidebar__units {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sidebar__unit + .p-sidebar__unit {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-sidebar__unit:first-child .p-sidebar__unit-img span::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#b08d2e), to(#d4b405)), -webkit-gradient(linear, left bottom, left top, from(rgb(211, 171, 53)), color-stop(rgb(240, 205, 112)), color-stop(rgb(236, 186, 51)), color-stop(rgb(224, 189, 97)), to(#cd9d14));
  background-image: linear-gradient(to left, #b08d2e, #d4b405), linear-gradient(to top, rgb(211, 171, 53), rgb(240, 205, 112), rgb(236, 186, 51), rgb(224, 189, 97), #cd9d14);
}
.p-sidebar__unit:nth-child(2) .p-sidebar__unit-img span::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#8d8d8d), to(#d0d0d0)), -webkit-gradient(linear, left bottom, left top, from(rgb(211, 171, 53)), color-stop(rgb(240, 205, 112)), color-stop(rgb(236, 186, 51)), color-stop(rgb(224, 189, 97)), to(#cd9d14));
  background-image: linear-gradient(to left, #8d8d8d, #d0d0d0), linear-gradient(to top, rgb(211, 171, 53), rgb(240, 205, 112), rgb(236, 186, 51), rgb(224, 189, 97), #cd9d14);
}
.p-sidebar__unit:nth-child(3) .p-sidebar__unit-img span::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#945e11), to(#c07e28)), -webkit-gradient(linear, left bottom, left top, from(rgb(211, 171, 53)), color-stop(rgb(240, 205, 112)), color-stop(rgb(236, 186, 51)), color-stop(rgb(224, 189, 97)), to(#cd9d14));
  background-image: linear-gradient(to left, #945e11, #c07e28), linear-gradient(to top, rgb(211, 171, 53), rgb(240, 205, 112), rgb(236, 186, 51), rgb(224, 189, 97), #cd9d14);
}
.p-sidebar__unit:nth-child(4) .p-sidebar__unit-img span::before, .p-sidebar__unit:nth-child(5) .p-sidebar__unit-img span::before {
  background: #001729;
}

.p-sidebar__unit-inner {
  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;
}
.p-sidebar__unit-inner:hover {
  opacity: 1;
}
.p-sidebar__unit-inner:hover .p-sidebar__unit-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-sidebar__unit-img {
  width: 37%;
  overflow: hidden;
  position: relative;
}
.p-sidebar__unit-img img {
  border-radius: 0.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-sidebar__unit-img span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding: 1px 7px;
  padding: 0.0625rem 0.4375rem;
}
.p-sidebar__unit-img span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}

.p-sidebar__unit-body {
  width: 58%;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.p-sidebar__unit-category span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0068b5;
  font-weight: 700;
}

.p-sidebar__unit-title {
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-sidebar__unit-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #82898e;
  letter-spacing: -0.08em;
  line-height: 1.28;
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-sidebar__more-wrapper {
  text-align: right;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sidebar__more {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  background-size: 1.4375rem;
  padding-right: 28px;
  padding-right: 1.75rem;
}

.p-sidebar__link a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #001729;
  border-bottom: 0.0625rem solid #001729;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center right 10px/12px;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center right 0.625rem/0.75rem;
  padding: 16px 25px 16px 0;
  padding: 1rem 1.5625rem 1rem 0;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 768px) {
  .p-sidebar__link a {
    font-size: 1rem;
  }
}
.p-sidebar__link a:hover {
  opacity: 1;
  color: #0068b5;
  border-color: #0068b5;
}

.p-sidebar__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sidebar__item + .p-sidebar__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sidebar__item-inner {
  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;
}
.p-sidebar__item-inner:hover {
  opacity: 1;
}
.p-sidebar__item-inner:hover .p-sidebar__item-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-sidebar__item-img {
  width: 37%;
  overflow: hidden;
}
.p-sidebar__item-img img {
  border-radius: 0.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-sidebar__item-title {
  width: 59%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sidebar__item-title {
    font-size: 1rem;
  }
}

/* p-slider */
.p-slider {
  display: none;
}
.p-slider.slick-initialized {
  display: block;
}
.p-slider .slick-track {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.p-slider .slider__dots {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -70px;
  bottom: -4.375rem;
  cursor: pointer;
  z-index: 30;
}
.p-slider .slider__dots li {
  display: inline-block;
  background: #395469;
  border-radius: 50%;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  cursor: pointer;
}
.p-slider .slider__dots li:not(:last-child) {
  margin-right: 11px;
  margin-right: 0.6875rem;
}
.p-slider .slider__dots li button {
  text-indent: -9999px;
}
.p-slider .slider__dots li.slick-active {
  background: #39a9ff;
}
.p-slider .slide-arrow {
  position: absolute;
  bottom: -75px;
  bottom: -4.6875rem;
  left: 50%;
  display: inline-block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-slider .slide-arrow {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -4.375rem;
  }
}
.p-slider .prev-arrow {
  background: url(../img/common/prev_icon.png) no-repeat center/contain;
  -webkit-transform: translateX(-24.375rem);
          transform: translateX(-24.375rem);
}
@media screen and (max-width: 768px) {
  .p-slider .prev-arrow {
    -webkit-transform: unset;
            transform: unset;
    left: 1.25rem;
  }
}
.p-slider .next-arrow {
  background: url(../img/common/next_icon.png) no-repeat center/contain;
  -webkit-transform: translateX(21.875rem);
          transform: translateX(21.875rem);
}
@media screen and (max-width: 768px) {
  .p-slider .next-arrow {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    right: 1.25rem;
  }
}

.p-slider__item {
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  margin: 0 13px;
  margin: 0 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-slider__item {
    margin: 0 0.625rem;
  }
}

.p-slider__item-inner {
  display: block;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
}
.p-slider__item-inner::before {
  position: absolute;
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  right: 28px;
  right: 1.75rem;
  bottom: 30px;
  bottom: 1.875rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-slider__item-inner::before {
    width: 2.1875rem;
    height: 2.1875rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
.p-slider__item-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 65%;
  border-radius: 0.25rem;
  bottom: 0;
  left: 0;
  background: url(../img/common/slider_bg.png) no-repeat center top/cover;
}
.p-slider__item-inner:hover {
  opacity: 1;
}
.p-slider__item-inner:hover::before {
  background: url(../img/common/more_icon.png) no-repeat center/contain;
}
.p-slider__item-inner:hover .p-slider__item-title {
  color: #0068b5;
}
.p-slider__item-inner:hover .p-slider__item-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-slider__item-img {
  width: 100%;
  border-radius: 0.25rem;
  padding-top: 62.1621621622%;
  overflow: hidden;
  position: relative;
}
.p-slider__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-slider__item-texts {
  position: absolute;
  left: 0;
  bottom: 30px;
  bottom: 1.875rem;
  width: 100%;
  padding: 0 35px;
  padding: 0 2.1875rem;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-slider__item-texts {
    padding: 0 1.25rem;
    bottom: 0.9375rem;
  }
}

.p-slider__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-slider__item-title {
    font-size: 1.25rem;
  }
}

.p-slider__item-text {
  line-height: 1.68;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-right: 130px;
  padding-right: 8.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-slider__item-text {
    font-size: 0.875rem;
    padding-right: 2.5rem;
  }
}

/* p-contact */
.p-contact__wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-contact__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}
.p-contact__text--align-right {
  text-align: right;
}
.p-contact__text--align-right a {
  color: #e71f1f;
}

.p-contact__title {
  text-align: center;
}

.p-contact__form {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-contact__form .p-form__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__form .p-form__text {
    text-align: left;
  }
}

/* p-archive-download */
/* p-single-download */
.p-single-download__post {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-single-download__post {
    width: 100%;
  }
}

.p-single-download__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-download__title {
    font-size: 1.5rem;
  }
}

.p-single-download__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-single-download__img img {
  border-radius: 0.25rem;
}

.p-single-download__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.1em;
  line-height: 1.75;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__text {
    font-size: 1rem;
  }
}

.p-single-download__box {
  border: 3px solid #bdc5cd;
  border: 0.1875rem solid #bdc5cd;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding: 20px 30px 35px;
  padding: 1.25rem 1.875rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__box {
    margin-top: 2.5rem;
    padding: 1.25rem 1.25rem 1.5625rem;
  }
}

.p-single-download__box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-download__box-title {
    font-size: 1.125rem;
  }
}

.p-single-download__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-download__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.1em;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-download__list-item {
    font-size: 1rem;
  }
}
.p-single-download__list-item::before {
  position: absolute;
  content: "ー";
  left: 0;
  top: 0;
}

.p-single-download__form {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-single-download__form {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.p-single-download__form .p-form__text {
  letter-spacing: -0.12em;
}
.p-single-download__form .p-form__items {
  border-bottom: none;
}
.p-single-download__form .p-form__item {
  display: block;
  border-top: none;
  padding: 0;
}
.p-single-download__form .p-form__item:not(:first-child) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
.p-single-download__form .p-form__item.p-form__item--half {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-single-download__form .p-form__item.p-form__item--half {
    display: block;
  }
}
.p-single-download__form .p-form__item-label {
  width: 100%;
}
.p-single-download__form .p-form__item-label label {
  margin-left: 0;
}
.p-single-download__form .p-form__item-label span {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.p-single-download__form .p-form__item-input {
  width: 100%;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

section.p-fv--lp-remote {
  height: 560px;
  height: 35rem;
  background: url(/service/assets/images/lp-remote-fv.png) no-repeat center center/cover;
  background: url(/service/assets/images/lp-remote-fv.png) no-repeat center center/cover;
}
section.p-fv--lp-remote .p-fv__title span {
  padding: 12px 88px;
  padding: 0.75rem 5.5rem;
  -webkit-clip-path: polygon(1rem 0%, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  clip-path: polygon(3.5rem 0%, 100% 0, calc(100% - 3.5rem) 100%, 0% 100%);
}
section.p-fv--lp-remote .p-fv__lead {
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
}
section.p-fv--lp-remote .l-inner .p-cta__btns .p-cta__btn {
  width: 280px;
  width: 328px;
  width: 20.5rem;
  max-height: 89.84px;
  max-height: 5.615rem;
}

.p-fv--lp-remote .p-fv__title-wrapper::before {
  display: none;
  content: "";
  display: block;
  width: 28.875em;
  height: 175.008px;
  height: 10.938rem;
  background: url(/service/assets/images/fv__title-wrapper_before.png) no-repeat center right/contain;
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
}
.p-fv--lp-remote .p-fv__title-wrapper::after {
  width: 361.008px;
  width: 22.563rem;
  height: 175.008px;
  height: 10.938rem;
  background: url(/service/assets/images/fv__title-wrapper_after.png) no-repeat center left/contain;
  bottom: unset;
  top: 0;
  left: 0;
}
.p-fv--lp-remote .l-inner {
  text-align: center;
}
.p-fv--lp-remote .p-fv__title {
  margin-top: 40px;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-fv--lp-remote .p-cta__btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

p.lp-remote__subtitle {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.lp-remote {
  padding-top: 0;
  padding-bottom: 0;
}
.lp-remote .p-subject__subtitle {
  min-width: 1210px;
  min-width: 75.625rem;
}
.lp-remote .p-subject__subtitle span {
  letter-spacing: -0.05em;
}
.lp-remote section {
  padding: 92px 0 124px;
  padding: 5.75rem 0 7.75rem;
}
.lp-remote .p-subject__subtitle-wrapper {
  top: 45%;
}
.lp-remote .p-subject__units {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .p-top-reason__items {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .case__units {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .lp-case__units {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
.lp-remote .lp-results {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .lp-remote__bnrs {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .lp-remote-menus {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .p-faq dl {
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .detail .p-cta {
  margin-top: 108px;
  margin-top: 6.75rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .p-offer .p-cta {
  margin-top: 108px;
  margin-top: 6.75rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-remote .p-cta__content {
  padding: 32px 20px;
  padding: 2rem 1.25rem;
}
.lp-remote .p-subject__text {
  text-align: center;
}
.lp-remote .p-subject__text span {
  display: inline-block;
}
.lp-remote .c-headline {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.lp-remote .c-headline span {
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.lp-remote .p-subject__unit {
  width: 23.907%;
}
.lp-remote .p-subject__unit-header {
  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;
  min-height: 175.008px;
  min-height: 10.938rem;
  padding: 32px 0;
  padding: 2rem 0;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 36px;
  line-height: 2.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 0;
}
.lp-remote .p-subject__unit-header::before {
  content: "";
  display: block;
  width: 28px;
  width: 1.75rem;
  height: 36px;
  height: 2.25rem;
  background-image: url(/service/assets/images/lp-remote-worry.png);
  background-image: url(/service/assets/images/lp-remote-worry.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: -16px;
  top: -1rem;
  z-index: 11111;
}
.lp-remote .p-subject__unit-header span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.lp-remote .p-subject__unit-footer {
  min-height: 210px;
  min-height: 13.125rem;
  height: auto;
  padding: 72px 0 0;
  padding: 4.5rem 0 0;
  border-radius: 0.25em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}
.lp-remote .p-subject__unit-footer::after {
  content: "";
  display: block;
  width: 37px;
  width: 2.3125rem;
  height: 37px;
  height: 2.3125rem;
  background-image: url(/service/assets/images/lp-remote-solution.png);
  background-image: url(/service/assets/images/lp-remote-solution.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 24px;
  top: 1.5rem;
}
.lp-remote .p-subject__unit-footer span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.lp-remote .p-top-reason__item-title {
  letter-spacing: 0;
}
.lp-remote .p-top-reason__item-subtext {
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp-remote .p-top-reason__item:nth-child(even) .p-top-reason__item-body {
  padding-left: 0;
}
.lp-remote .lp-case__unit {
  width: 620px;
  width: 38.75rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  background-color: #e8eef2;
  border-radius: 0.25rem;
}
.lp-remote .lp-case__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-indent: 16px;
  text-indent: 1rem;
  margin-left: -0.25em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
}
.lp-remote .lp-case__title span {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
}
.lp-remote .lp-case__img {
  margin-top: 32px;
  margin-top: 2rem;
}
.lp-remote .lp-case__img.full img {
  width: 620px;
  width: 38.75rem;
  margin-top: 44px;
  margin-top: 2.75rem;
  position: relative;
  left: -20px;
  left: -1.25rem;
}
.lp-remote .lp-case__img.min img {
  width: 520px;
  width: 32.5rem;
  margin: auto;
}
.lp-remote .lp-results__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: polygon(2.5% 0%, 100% 0, 97.5% 100%, 0% 100%);
  clip-path: polygon(2.5% 0%, 100% 0, 97.5% 100%, 0% 100%);
  margin: 70px auto 40px;
  margin: 4.375rem auto 2.5rem;
  padding: 6.4px 48px 8px;
  padding: 0.4rem 3rem 0.5rem;
  border-radius: 0.125rem;
  background: #00223d;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
}
.lp-remote .lp-results__unit {
  width: 600px;
  width: 37.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.lp-remote .lp-results__unit:first-of-type {
  background-color: #e5f0f8;
}
.lp-remote .lp-results__unit:first-of-type .lp-results__head {
  background-color: #0168b7;
}
.lp-remote .lp-results__unit:first-of-type .lp-results__body p:before {
  background-color: #0168b7;
}
.lp-remote .lp-results__unit:nth-of-type(2) {
  background-color: #fdede6;
}
.lp-remote .lp-results__unit:nth-of-type(2) .lp-results__head {
  background-color: #e94f05;
}
.lp-remote .lp-results__unit:nth-of-type(2) .lp-results__body p:before {
  background-color: #e94f05;
}
.lp-remote .lp-results__head {
  padding: 24px 0;
  padding: 1.5rem 0;
  text-align: center;
}
.lp-remote .lp-results__head__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.lp-remote .lp-results__body {
  padding: 34px 32px;
  padding: 2.125rem 2rem;
}
.lp-remote .lp-results__body p {
  text-indent: -28px;
  text-indent: -1.75rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-remote .lp-results__body p + p {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.lp-remote .lp-results__body p:before {
  content: "";
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-right: 0.75em;
  background-color: #001729;
}
.lp-remote .lp-results__body p span {
  font-weight: 900;
}
.lp-remote .lp-remote-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
  background-color: #0168b7;
  border-radius: 0.25rem;
}
.lp-remote .lp-remote-menu__item + .lp-remote-menu__item {
  margin-top: 9.84px;
  margin-top: 0.615rem;
}
.lp-remote .lp-remote-menu__item:nth-of-type(2) {
  background-color: #167ccd;
}
.lp-remote .lp-remote-menu__item:nth-of-type(2) .lp-remote-menu__circle {
  color: #167ccd;
}
.lp-remote .lp-remote-menu__item:nth-of-type(2) .lp-remote-menu__tag p {
  color: #167ccd;
}
.lp-remote .lp-remote-menu__item:nth-of-type(3) {
  background-color: #2b95e9;
}
.lp-remote .lp-remote-menu__item:nth-of-type(3) .lp-remote-menu__circle {
  color: #2b95e9;
}
.lp-remote .lp-remote-menu__item:nth-of-type(3) .lp-remote-menu__tag p {
  color: #2b95e9;
}
.lp-remote .lp-remote-menu__item:nth-of-type(4) {
  background-color: #39a9fe;
}
.lp-remote .lp-remote-menu__item:nth-of-type(4) .lp-remote-menu__circle {
  color: #39a9fe;
}
.lp-remote .lp-remote-menu__item:nth-of-type(4) .lp-remote-menu__tag p {
  color: #39a9fe;
}
.lp-remote .lp-remote-menu__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
.lp-remote .lp-remote-menu__body {
  width: 716px;
  width: 44.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.lp-remote .p-lp-remote--detail {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.03em;
}
.lp-remote .p-lp-remote--detail span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}

.lp-remote-footer {
  padding: 108px 0 96px;
  padding: 6.75rem 0 6rem;
  background-image: url(/service/assets/images/lp-remote-footer.png);
  background-image: url(/service/assets/images/lp-remote-footer.png);
  background-size: cover;
  text-align: center;
  color: #fff;
}
.lp-remote-footer .p-cta__content {
  padding: 32px 20px;
  padding: 2rem 1.25rem;
}
.lp-remote-footer .p-subject__text {
  text-align: center;
}
.lp-remote-footer .p-subject__text span {
  display: inline-block;
}
.lp-remote-footer .p-cta {
  margin-top: 88px;
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #001729;
}

.lp-case__unit p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.lp-results__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 72px;
  gap: 4.5rem;
}

.lp-remote__bnrs {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.lp-remote__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #00223d;
  color: #fff;
  position: relative;
}
.lp-remote__bnr + .lp-remote__bnr {
  margin-top: 32px;
  margin-top: 2rem;
}

.lp-remote__bnr_head {
  padding: 40px 48px;
  padding: 2.5rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp-remote__bnr_tag {
  display: inline-block;
  padding: 0.25em 1em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: #0168b7;
  font-size: 20px;
  font-size: 1.25rem;
}

.lp-remote__bnr_title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.lp-remote__bnr__img {
  width: 454px;
  width: 28.375rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.lp-remote__bnr__img img {
  width: 320px;
  width: 20rem;
}

.lp-remote__linktxt {
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  background-color: #e94f05;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lp-remote__linktxt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -0.125em;
}

.lp-remote-subhead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%);
  padding: 2px 56px 4px;
  padding: 0.125rem 3.5rem 0.25rem;
  margin: 0 auto 36px;
  margin: 0 auto 2.25rem;
  background-color: #00223d;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
}

*:not(h2) + .lp-remote-subhead {
  margin-top: 96px;
  margin-top: 6rem;
}

.lp-remote-menu__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  width: 6.75rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: #0168b7;
  line-height: 1;
}
.lp-remote-menu__circle:has(.num) {
  padding-top: 8px;
  padding-top: 0.5rem;
}
.lp-remote-menu__circle .num {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.lp-remote-menu__title > span {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
}

.lp-remote-menu__tag p {
  display: inline-block;
  -webkit-clip-path: polygon(1rem 0%, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  clip-path: polygon(1rem 0%, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  padding: 3.2px 20px 4.8px;
  padding: 0.2rem 1.25rem 0.3rem;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #0168b7;
}
.lp-remote-menu__tag p + p {
  margin-left: -14px;
  margin-left: -0.875rem;
}

.p-faq dl {
  margin-top: 36px;
  margin-top: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.p-faq dt label {
  display: block;
  padding: 28px 36px 28px 96px;
  padding: 1.75rem 2.25rem 1.75rem 6rem;
  background-color: #167ccd;
  background-image: url(/service/assets/images/lp-remote-faq__q.png);
  background-image: url(/service/assets/images/lp-remote-faq__q.png);
  background-position: center left 36px;
  background-position: center left 2.25rem;
  background-repeat: no-repeat;
  background-size: 3.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.p-faq dt label:before {
  content: "";
  width: 34px;
  width: 2.125rem;
  height: 4px;
  height: 0.25rem;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
}
.p-faq dt label:after {
  content: "";
  width: 34px;
  width: 2.125rem;
  height: 4px;
  height: 0.25rem;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}
.p-faq dt label:has(:checked):after {
  opacity: 0;
}
.p-faq dt:has(:checked) + dd {
  max-height: 320px;
  max-height: 20rem;
}
.p-faq dd {
  max-height: 0.16px;
  max-height: 0.01rem;
  background-color: #fff;
  background-image: url(/service/assets/images/lp-remote-faq__s.png);
  background-image: url(/service/assets/images/lp-remote-faq__s.png);
  background-position: top 20px left 36px;
  background-position: top 1.25rem left 2.25rem;
  background-repeat: no-repeat;
  background-size: 3.125rem;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.p-faq dd div {
  padding: 20px 96px;
  padding: 1.25rem 6rem;
}

.lp-remote-footer__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
}

.p-lp-remote-footer {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}

.lp-remote-footer__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}
.lp-remote-footer__units li {
  width: 440px;
  width: 27.5rem;
  -webkit-clip-path: polygon(3rem 0%, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
  clip-path: polygon(3rem 0%, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
  margin: 0 -9.8px;
  margin: 0 -0.6125rem;
  padding: 9.84px 43.6px;
  padding: 0.615rem 2.725rem;
  background-color: #0168b7;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 32px;
  line-height: 2rem;
}
.lp-remote-footer__units li span {
  margin: 0 0.125em;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

main:has(.lp-remote-footer) + footer .p-footer__content {
  padding-top: 20px;
  padding-top: 1.25rem;
}
main:has(.lp-remote-footer) + footer .p-cta__content {
  display: none;
}

@media screen and (max-width: 768px) {
  section.p-fv--lp-remote .p-fv__title span {
    padding: 0.75rem 2em;
    -webkit-clip-path: polygon(1rem 0%, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
    clip-path: polygon(3rem 0%, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
    letter-spacing: -0.025rem;
  }
  section.p-fv--lp-remote .p-fv__lead {
    font-size: 1rem;
  }
  section.p-fv--lp-remote .l-inner .p-cta__btns .p-cta__btn {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-fv--lp-remote .l-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-fv--lp-remote .l-inner .p-cta__btns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.75rem;
  }
  .p-fv--lp-remote .p-fv__title-wrapper::before {
    width: 8.875em;
    height: 3.4rem;
    bottom: -30px;
  }
  p.lp-remote__subtitle {
    font-size: 1.35rem;
  }
  .lp-remote .p-subject__subtitle {
    min-width: unset;
  }
  .lp-remote .detail .p-cta {
    margin: 3.25rem auto 0;
  }
  .lp-remote .p-offer .p-cta {
    margin: 3.25rem auto 0;
  }
  .lp-remote .c-headline {
    margin-bottom: 1.5rem;
  }
  .lp-remote .c-headline span {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .lp-remote .p-subject__unit {
    width: 100%;
  }
  .lp-remote .p-subject__unit-header {
    min-height: unset;
    line-height: 1.4;
  }
  .lp-remote .p-subject__unit-footer {
    min-height: unset;
    line-height: 1.4;
    padding: 4.5rem 0 2rem;
  }
  .lp-remote .lp-case__units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-remote .lp-case__unit {
    width: 100%;
    padding: 2.5rem 1.25rem;
    background-color: #e8eef2;
    border-radius: 0.25rem;
  }
  .lp-remote .lp-case__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .lp-remote .lp-case__title span {
    font-size: 1.25rem;
  }
  .lp-remote .lp-case__img {
    margin-top: 1rem;
  }
  .lp-remote .lp-case__img.full img {
    margin-top: 0;
    width: 100%;
    left: unset;
  }
  .lp-remote .lp-case__img.min img {
    width: 100%;
  }
  .lp-remote .lp-results__title {
    margin: 3rem auto 2rem;
    font-size: 1.25rem;
  }
  .lp-remote .lp-results__unit {
    width: 100%;
  }
  .lp-remote .lp-results__head {
    padding: 1rem 0;
  }
  .lp-remote .lp-results__head__title {
    font-size: 1.25rem;
  }
  .lp-remote .lp-results__body p:before {
    vertical-align: middle;
    position: relative;
    top: -0.05rem;
  }
  .lp-remote .lp-remote-menu__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .lp-remote .lp-remote-menu__head {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    gap: 0.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-remote .lp-remote-menu__body {
    width: 100%;
    font-size: 1rem;
  }
  .lp-remote .p-lp-remote--detail {
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.03em;
  }
  .lp-remote .p-lp-remote--detail span {
    font-size: 1.25rem;
  }
  .lp-results__units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-remote__bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem;
  }
  .lp-remote__bnr_head {
    padding: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .lp-remote__bnr_tag {
    font-size: 0.875rem;
  }
  .lp-remote__bnr_title {
    font-size: 1.25rem;
  }
  .lp-remote__bnr_title br {
    display: none;
  }
  .lp-remote__bnr__img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .lp-remote__bnr__img img {
    width: 80%;
    margin: auto;
  }
  .lp-remote__linktxt {
    font-size: 0.875rem;
  }
  .lp-remote__linktxt::after {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.1em;
  }
  .lp-remote-subhead {
    font-size: 1.25rem;
  }
  *:not(h2) + .lp-remote-subhead {
    margin-top: 3.5rem;
  }
  .lp-remote-menu__circle {
    width: 4.25rem;
    font-size: 0.875rem;
  }
  .lp-remote-menu__circle .num {
    font-size: 1.25rem;
  }
  .lp-remote-menu__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lp-remote-menu__title > span {
    font-size: 1.5rem;
    letter-spacing: -0.025rem;
    margin-top: -0.25rem;
  }
  .lp-remote-menu__tag p {
    padding: 0.125rem 1.25rem 0.15rem;
    -webkit-clip-path: polygon(0.5rem 0%, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
    clip-path: polygon(0.5rem 0%, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
    font-size: 0.75rem;
  }
  .lp-remote-menu__tag p + p {
    margin-left: -0.375rem;
  }
  .p-faq dl {
    margin-top: 0.615rem;
  }
  .p-faq dt label {
    padding: 1.75rem 3rem 1.75rem 4.25rem;
    background-size: 2.5rem;
    background-position: center left 1.25rem;
    font-size: 0.875rem;
  }
  .p-faq dt label:before {
    width: 1.25rem;
    height: 0.125rem;
    right: 1.25rem;
  }
  .p-faq dt label:after {
    width: 1.25rem;
    height: 0.125rem;
    right: 1.25rem;
  }
  .p-faq dd {
    background-size: 2.5rem;
    background-position: top 1.375rem left 1.25rem;
  }
  .p-faq dd div {
    padding: 1.75rem 3rem 1.75rem 4.25rem;
    font-size: 0.875rem;
  }
  .lp-remote-footer {
    padding: 4.35rem 0 3rem;
  }
  .lp-remote-footer .p-cta {
    margin-top: 3.25rem;
  }
  .lp-remote-footer__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .p-lp-remote-footer {
    font-size: 1rem;
  }
  .lp-remote-footer__units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .lp-remote-footer__units li {
    width: 100%;
    max-width: 27.5rem;
    font-size: 1.25rem;
    margin: 0;
  }
  .lp-remote-footer__units li span {
    font-size: 1.5rem;
  }
}
.p-policy {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.p-policy h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #001729;
  font-weight: bold;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.p-policy p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
.p-policy p + h2 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-policy p + p {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-policy ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.p-policy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  top: 0.625rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: #001729;
  border-radius: 50%;
}
.p-policy ul li + li {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-mv__title--products-detail {
  padding: 20px 96px 20px 0;
  padding: 1.25rem 6rem 1.25rem 0;
}
.p-mv__title--products-detail span {
  letter-spacing: 0;
}

.p-products-detail-intro__image {
  max-width: 299px;
  max-width: 18.6875rem;
  height: auto;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-products-detail-intro__image {
    margin-top: 1.25rem;
  }
}
.p-products-detail-intro__image img {
  width: 100%;
  height: 100%;
}
.p-products-detail-intro-txt {
  margin-top: 47px;
  margin-top: 2.9375rem;
  letter-spacing: 0;
}

.p-products-detail-main {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-products-detail-feature__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__title {
    font-size: 1.75rem;
  }
}
.p-products-detail-feature__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 58px;
  gap: 0 3.625rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-products-detail-feature__content {
  width: calc(54.6% - 3.625rem);
  margin-top: 126px;
  margin-top: 7.875rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__content {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.p-products-detail-feature__content-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: rgb(0, 104, 181);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__content-title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-products-detail-feature__content-txt {
  margin-top: 46px;
  margin-top: 2.875rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__content-txt {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-products-detail-feature__content--small {
  width: 45.4%;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-feature__content--small {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-products-detail-feature__content-image {
  width: 100%;
}

.p-products-detail-function {
  background-color: #fff;
  margin: 80px 0 0;
  margin: 5rem 0 0;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function {
    margin: 3.75rem 0 0;
    padding-bottom: 1.5625rem;
  }
}
.p-products-detail-function__inner {
  width: 1140px;
  width: 71.25rem;
  max-width: 89%;
  margin: 0 auto;
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__inner {
    padding: 1.25rem 0 0;
  }
}
.p-products-detail-function__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
  gap: 0 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-products-detail-function__header-inner {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header-inner {
    width: 100%;
  }
}
.p-products-detail-function__header-inner--02 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header-inner--02 {
    width: 100%;
  }
}
.p-products-detail-function__header-title {
  width: calc(30% - 2.5rem);
  font-size: 52px;
  font-size: 3.25rem;
  color: rgb(0, 23, 41);
  font-weight: 900;
  line-height: 1.231;
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header-title {
    width: 100%;
    font-size: 1.875rem;
  }
}
.p-products-detail-function__header-title--02 {
  width: calc(40% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header-title--02 {
    width: 100%;
  }
}
.p-products-detail-function__header-title span {
  font-weight: 700;
  margin-left: 30px;
  margin-left: 1.875rem;
  font-family: "Zen Kaku Gothic New";
}
.p-products-detail-function__header-txt {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__header-txt {
    margin-top: 1.25rem;
  }
}
.p-products-detail-function__header-txt--bg-gray {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0 15px 20px;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  background-color: rgb(245, 245, 245);
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__flex {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__flex + .p-products-detail-function__flex {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__flex--mt60 {
    margin-top: 3.75rem;
  }
}
.p-products-detail-function__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 54px;
  gap: 0 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-products-detail-function__col2--description {
  gap: 0 38px;
  gap: 0 2.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-products-detail-function__content {
  width: calc(43% - 3.375rem);
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__content {
    width: 100%;
  }
}
.p-products-detail-function__content-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__content-title {
    font-size: 1.5rem;
  }
}
.p-products-detail-function__content-txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.778;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__content-txt {
    margin-top: 0.625rem;
  }
}
.p-products-detail-function__content--large {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__content--large {
    width: 100%;
  }
}
.p-products-detail-function__content + .p-products-detail-function__content {
  margin-top: 46px;
  margin-top: 2.875rem;
}
.p-products-detail-function__description {
  background-color: rgb(245, 245, 245);
  margin-top: 54px;
  margin-top: 3.375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description {
    margin-top: 2.5rem;
  }
}
.p-products-detail-function__description-txt {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
}
.p-products-detail-function__description-head-ttl {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  padding: 10px 24px 8px 12px;
  padding: 0.625rem 1.5rem 0.5rem 0.75rem;
  background-color: rgb(233, 79, 5);
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.p-products-detail-function__description-head--blue-ttl {
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  background-color: rgb(1, 104, 183);
  padding: 12px 40px 12px 24px;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-head--blue-ttl {
    font-size: 1.375rem;
  }
}
.p-products-detail-function__description-col2 {
  width: calc(50% - 1.1875rem);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-col2 {
    width: 100%;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-col2 + .p-products-detail-function__description-col2 {
    margin-top: 3.125rem;
  }
}
.p-products-detail-function__description-content {
  padding: 0 30px;
  padding: 0 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-products-detail-function__description-item-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(233, 79, 5);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-item + .p-products-detail-function__description-item {
    margin-top: 1.25rem;
  }
}
.p-products-detail-function__description-item-txt {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-products-detail-function__description-item--mt20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-item--mt20 {
    margin-top: 0rem;
  }
}
.p-products-detail-function__description-item--mt45 {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-item--mt45 {
    margin-top: 0rem;
  }
}
.p-products-detail-function__description-item--mt50 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-function__description-item--mt50 {
    margin-top: 0rem;
  }
}

.p-products-detail-cta__inner {
  margin-top: 82px;
  margin-top: 5.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-products-detail-cta__inner {
    margin-top: 2.5rem;
  }
}
.p-products-detail-cta__title {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(0, 23, 41);
  font-weight: 700;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .p-products-detail-cta__title {
    font-size: 1.75rem;
  }
}
.p-products-detail-cta__txt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-cta__txt {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-products-detail-cta__area {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
.p-products-detail-cta__area-btn {
  margin-inline: auto;
}
.p-products-detail-cta__area-link {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(1, 104, 183);
  -webkit-text-decoration: underline 1px rgb(1, 104, 183);
          text-decoration: underline 1px rgb(1, 104, 183);
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-cta__area-link {
    font-size: 1.125rem;
  }
}
.p-products-detail-cta__area-link-wrapper {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-products-detail-cta__area-link-wrapper {
    margin-top: 1.25rem;
  }
}
.p-products-detail-cta__area-link-wrapper + .p-products-detail-cta__area-link-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* p-products */
.p-products__main-product {
  color: #0068b5;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-products__main-product dt {
  white-space: nowrap;
}
.p-products__main-product dt::after {
  content: "：";
}

.p-products__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-products__text {
    margin-top: 1.25rem;
  }
}

.p-products__partner {
  position: relative;
  margin: 100px 0 0;
  margin: 6.25rem 0 0;
  padding: 50px 0 80px;
  padding: 3.125rem 0 5rem;
}
.p-products__partner::before {
  position: absolute;
  content: "";
  width: clamp(20px, 83.3333vw, 1600px);
  width: clamp(1.25rem, 83.3333vw, 100rem);
  margin-right: calc(50% - 50vw);
  top: 0;
  right: 0;
  bottom: 0;
  background: #dde3e8;
  -webkit-clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(22% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-products__partner::before {
    width: 125%;
    -webkit-clip-path: initial;
            clip-path: initial;
  }
}
.p-products__partner-title.operating {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-products__partner-title.p-top-service__subtitle {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  padding: 20px 60px;
  padding: 1.25rem 3.75rem;
}
.p-products__partner-card-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New";
  color: rgb(0, 23, 41);
  line-height: 1.2;
  font-weight: 900;
}
.p-products__partner-card-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-products__cards {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-products__cards .c-card {
  background: #fff;
  border: 1px solid #ccd1d4;
  border: 0.0625rem solid #ccd1d4;
}
.p-products__cards .c-card__img {
  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;
  height: 180px;
  height: 11.25rem;
  padding: 0;
}
.p-products__cards .c-card__img img {
  position: static;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.p-products__cards .c-card__body {
  padding: 10px 32px 30px;
  padding: 0.625rem 2rem 1.875rem;
}
.p-products__cards .c-card__body.p-products__partner-card-body {
  padding-left: 24px;
  padding-left: 1.5rem;
}
.p-products__cards .c-card__body.p-products__partner-card-body .c-btn {
  margin-top: 0;
  min-width: 350px;
  min-width: 21.875rem;
}
@media screen and (max-width: 768px) {
  .p-products__cards .c-card__body.p-products__partner-card-body .c-btn {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-products__cards .c-card__body {
    padding: 0.625rem 1.25rem 1.875rem;
  }
}
.p-products__cards .c-card__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-fv--remote .p-cta__btns {
  position: relative;
  z-index: 1;
}

/* p-center */
.p-center__header {
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-center__header {
    padding-bottom: 3.75rem;
  }
}

.p-center__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .p-center__text {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-center__img {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 50px auto 85px;
  margin: 3.125rem auto 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-center__img {
    margin: 1.875rem 0 3.125rem;
  }
}

.p-center__heading-wrapper {
  text-align: center;
}

.p-center__heading {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  background: #e94f05;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding: 0px 45px;
  padding: 0rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-center__heading {
    font-size: 1rem;
    padding: 0 1.5625rem;
    margin-top: 1.875rem;
  }
}

.p-center__list {
  width: 810px;
  width: 50.625rem;
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  border: 2px solid #dde3e8;
  border: 0.125rem solid #dde3e8;
}

.p-center__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-center__list-item + .p-center__list-item {
  border-top: 2px solid #dde3e8;
  border-top: 0.125rem solid #dde3e8;
}

.p-center__list-item-title {
  width: 17%;
  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;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: #f5f5f5;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-center__list-item-title {
    width: 20%;
    font-size: 1rem;
    padding: 0.625rem 0.3125rem;
  }
}

.p-center__list-item-text {
  width: 83%;
  border-left: 2px solid #dde3e8;
  border-left: 0.125rem solid #dde3e8;
  padding: 11px 20px 11px 50px;
  padding: 0.6875rem 1.25rem 0.6875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-center__list-item-text {
    width: 80%;
    padding: 0.625rem 0.9375rem;
  }
}
.p-center__list-item-text span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7e8489;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-center__unit {
  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;
  margin: 110px 0 125px;
  margin: 6.875rem 0 7.8125rem;
}
@media screen and (max-width: 768px) {
  .p-center__unit {
    display: block;
    margin: 3.75rem 0;
  }
}

.p-center__unit-img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-center__unit-img {
    width: 100%;
  }
}

.p-center__unit-body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-center__unit-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-center__unit-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-center__unit-title {
    font-size: 1.25rem;
  }
}

.p-center__unit-box {
  margin-top: 25px;
  margin-top: 1.5625rem;
  background: #f5f5f5;
  padding: 45px 32px 25px 23px;
  padding: 2.8125rem 2rem 1.5625rem 1.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-center__unit-box {
    margin-top: 1.25rem;
    padding: 4.0625rem 1.25rem 1.25rem;
  }
}

.p-center__unit-subtitle {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  background: #e94f05;
  letter-spacing: -0.1em;
  padding: 4px 25px 4px 15px;
  padding: 0.25rem 1.5625rem 0.25rem 0.9375rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-center__unit-subtitle {
    font-size: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  }
}

.p-center__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-center__unit-text {
    font-size: 1rem;
  }
}

/* p-merit */
.p-merit {
  background: #f5f5f5;
  padding: 90px 0 145px;
  padding: 5.625rem 0 9.0625rem;
}
@media screen and (max-width: 768px) {
  .p-merit {
    padding: 3.75rem 0;
  }
}

.p-merit__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-merit__items {
    margin-top: 1.875rem;
  }
}

.p-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-merit__item {
    display: block;
  }
}
.p-merit__item + .p-merit__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-merit__item + .p-merit__item {
    margin-top: 2.5rem;
  }
}
.p-merit__item:nth-child(odd) .p-merit__item-title {
  background: #0068b5;
}
.p-merit__item:nth-child(even) .p-merit__item-title {
  background: #04276d;
}

.p-merit__item-body {
  width: 45%;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-merit__item-body {
    width: 100%;
    padding-top: 0;
    margin-top: 1.25rem;
  }
}

.p-merit__item-title {
  display: inline-block;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #fff;
  border-radius: 0.125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-merit__item-title {
    font-size: 1.5rem;
  }
}

.p-merit__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-merit__item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.p-merit__item-img-wrapper {
  width: 68%;
  margin: 0 -100px 0 -20px;
  margin: 0 -6.25rem 0 -1.25rem;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-merit__item-img-wrapper {
    width: 58%;
    margin: 0 -2.5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-merit__item-img-wrapper {
    width: 100%;
    margin: 0;
  }
}

.p-merit__item-number {
  font-family: "Poppins", sans-serif;
  font-size: 170px;
  font-size: 10.625rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  right: 80px;
  right: 5rem;
  top: -40px;
  top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-merit__item-number {
    font-size: 5rem;
    right: 2.5rem;
    top: -1.25rem;
  }
}
.p-merit__item-number--gray {
  color: #acb7bf;
}

/* p-reason */
.p-reason__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reason__unit {
    display: block;
  }
}

.p-reason__unit-body {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-body {
    width: 100%;
  }
}

.p-reason__unit-title {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.1em;
  line-height: 1.27;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-title {
    font-size: 1.5rem;
  }
}

.p-reason__unit-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.64;
  letter-spacing: -0.08em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-reason__unit-img {
  width: 45.5%;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-img {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-reason__unit-img img {
  border-radius: 0.25rem;
}

.p-reason__content {
  background: #f5f5f5;
  padding: 60px 0 90px;
  padding: 3.75rem 0 5.625rem;
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-reason__content {
    padding-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.p-reason__items {
  width: 1840px;
  width: 115rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-reason__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 695px;
  min-height: 43.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__item {
    min-height: unset;
    padding: 2.5rem 1.25rem;
  }
}
.p-reason__item + .p-reason__item {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1800px) {
  .p-reason__item + .p-reason__item {
    margin-top: 0;
  }
}
.p-reason__item::before {
  position: absolute;
  content: "";
  width: 1840px;
  width: 115rem;
  height: 696px;
  height: 43.5rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .p-reason__item::before {
    width: 103.125rem;
    height: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item::before {
    width: 100%;
    height: 100%;
  }
}
.p-reason__item:nth-child(odd) .p-reason__item-title span {
  background: #001729;
}
.p-reason__item:nth-child(even) .p-reason__item-title span {
  background: #0068b5;
}
.p-reason__item:first-child::before {
  background: url(../img/reason/reason_bg_001.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reason__item:first-child::before {
    background: #0068b5;
  }
}
@media screen and (max-width: 1800px) {
  .p-reason__item:first-child .p-reason__item-number {
    right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item:first-child .p-reason__item-number {
    right: 4%;
  }
}
.p-reason__item:nth-child(2)::before {
  background: url(../img/reason/reason_bg_002.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(2)::before {
    background: #001729;
  }
}
.p-reason__item:nth-child(3)::before {
  background: url(../img/reason/reason_bg_003.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(3)::before {
    background: #0068b5;
  }
}
.p-reason__item:nth-child(3) .p-reason__item-body {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(3) .p-reason__item-body {
    padding-bottom: 0;
  }
}

.p-reason__item-body {
  width: 47.5%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__item-body {
    width: 100%;
  }
}

.p-reason__item-number {
  position: absolute;
  right: 7%;
  top: -60px;
  top: -3.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 255px;
  font-size: 15.9375rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 1800px) {
  .p-reason__item-number {
    right: 4%;
    font-size: 12.5rem;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item-number {
    font-size: 6.25rem;
    top: -1.25rem;
  }
}

.p-reason__item-title span {
  display: inline-block;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  border-radius: 0.125rem;
  letter-spacing: -0.05em;
  padding: 6px 15px 7px 10px;
  padding: 0.375rem 0.9375rem 0.4375rem 0.625rem;
}
@media screen and (max-width: 1800px) {
  .p-reason__item-title span {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item-title span {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0.25rem 0.625rem 0.3125rem 0.3125rem;
  }
}
.p-reason__item-title span:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.p-reason__item-title span span {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  padding: 0;
}
@media screen and (max-width: 1800px) {
  .p-reason__item-title span span {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item-title span span {
    font-size: 1.5rem;
  }
}

.p-reason__item-text {
  width: 552px;
  width: 34.5rem;
  max-width: 100%;
  color: #fff;
  line-height: 1.75;
  letter-spacing: -0.1em;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1800px) {
  .p-reason__item-text {
    width: 31.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.p-reason__item-text span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ececec;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-reason__item-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #fff;
  letter-spacing: -0.1em;
  color: #0068b5;
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 2.1px 2.1px 0 0 rgba(0, 23, 41, .42);
          box-shadow: 2.1px 2.1px 0 0 rgba(0, 23, 41, .42);
  padding: 6px 42px 8px 20px;
  padding: 0.375rem 2.625rem 0.5rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__item-link {
    font-size: 1rem;
  }
}
.p-reason__item-link::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 14px;
  height: 0.875rem;
  right: 18px;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reason__item-link::after {
    width: 0.5rem;
    height: 0.75rem;
  }
}

.p-reason__item-link--open {
  padding-right: 55px;
  padding-right: 3.4375rem;
}
.p-reason__item-link--open::after {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../img/common/open_icon.png) no-repeat center/contain;
}

.p-reason__menu {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__menu {
    margin-top: 3.75rem;
  }
}

/* p-advisory */
.p-advisory__top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-advisory__top {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-advisory__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-advisory__header .c-subtitle span {
  letter-spacing: -2.4px;
  letter-spacing: -0.15rem;
}
.p-advisory__header--bg {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-advisory__header--bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -96px;
  bottom: -6rem;
  width: 100%;
  height: 550px;
  height: 34.375rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-advisory__header--bg::before {
    height: 100%;
    bottom: -2rem;
  }
}
.p-advisory__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-advisory__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: 112px;
  top: 7rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-advisory__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: 10rem;
  }
}

.p-advisory__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}

.p-advisory__box {
  width: 49%;
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-advisory__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-advisory__box + .p-advisory__box {
    margin-top: 1.25rem;
  }
}
.p-advisory__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.05em;
  color: #0068b5;
  text-align: center;
}
.p-advisory__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-advisory__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-advisory__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__box-list {
    padding: 0 1rem;
  }
}

.p-advisory__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
}
.p-advisory__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-advisory__box-list-item {
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    background: url(../img/top/top-advisory_icon_002.png) no-repeat left top 0.5rem/0.875rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-advisory__box-list-item + .p-advisory__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-advisory__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-advisory__text span {
  font-weight: 700;
}
.p-advisory__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-advisory__text {
    margin-top: 1.25rem;
  }
}

.p-advisory__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__items {
    margin-top: 2.5rem;
  }
}
.p-advisory__items::before, .p-advisory__items::after {
  position: absolute;
  content: "";
}
.p-advisory__items::before {
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e3e8ed;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-advisory__items::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-advisory__item {
  padding: 40px 0 34px;
  padding: 2.5rem 0 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__item {
    padding: 1.25rem 0 1.5625rem;
  }
}
.p-advisory__item:nth-child(odd) .p-advisory__item-body {
  padding-left: 150px;
  padding-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__item:nth-child(odd) .p-advisory__item-body {
    padding-left: 0;
  }
}
.p-advisory__item:nth-child(odd) .p-advisory__item-number {
  left: -50px;
  left: -3.125rem;
}
.p-advisory__item:nth-child(even) .p-advisory__item-number {
  right: -170px;
  right: -10.625rem;
}
.p-advisory__item:nth-child(3) .p-advisory__item-number {
  left: -70px;
  left: -4.375rem;
}
.p-advisory__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #b3c0cb;
}
@media screen and (max-width: 768px) {
  .p-advisory__item:not(:last-child)::after {
    width: 100%;
  }
}

.p-advisory__item-body {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-advisory__item-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #bdc9d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-advisory__item-number {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-advisory__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-advisory__item-title {
    font-size: 1.375rem;
  }
}

.p-advisory__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.44;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-advisory__item-text .strong {
  font-weight: 700;
}
.p-advisory__item-text .small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-advisory__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-advisory__img-side {
  position: absolute;
  right: -20px;
  right: -1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  width: 45%;
}
.p-advisory__img-side img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-advisory__img-scroll {
  overflow-x: auto;
}
.p-advisory__img-scroll img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-advisory__img-scroll img {
    width: 1280px;
  }
}

.p-advisory__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-advisory__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__content {
    padding: 3.75rem 0;
  }
}
.p-advisory__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  bottom: -50px;
  bottom: -3.125rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-advisory__content--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -1rem;
  }
}

.p-advisory__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-advisory__subtitle {
    font-size: 1.75rem;
  }
}

.p-advisory__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-advisory__parts .p-parts__item span {
  font-weight: 700;
}
.p-advisory__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-advisory__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-advisory__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-advisory__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}

.p-advisory__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-advisory__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-advisory__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-advisory__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-advisory__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-advisory__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}
.p-advisory__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-advisory__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-advisory__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-advisory__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-advisory__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-advisory__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-advisory__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-advisory__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__footer {
    padding: 3.75rem 0 0;
  }
}
.p-advisory__footer--decoration {
  position: relative;
}
.p-advisory__footer--decoration::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  bottom: -60px;
  bottom: -3.75rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-advisory__footer--decoration::after {
    width: 10rem;
    height: 5rem;
    bottom: -5rem;
  }
}

.p-advisory__units {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__units {
    margin-top: 1.875rem;
  }
}

.p-advisory__unit + .p-advisory__unit {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit + .p-advisory__unit {
    margin-top: 3.75rem;
  }
}

.p-advisory__unit-header {
  text-align: center;
  width: 1167px;
  width: 72.9375rem;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #0068b5;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  padding: 12px 0 14px;
  padding: 0.75rem 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-header {
    padding: 0.9375rem 1.5625rem;
  }
}

.p-advisory__unit-number {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-number {
    font-size: 1.375rem;
  }
}

.p-advisory__unit-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.08em;
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.p-advisory__unit-title span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-title span {
    font-size: 1.375rem;
  }
}

.p-advisory__unit-inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 105px;
  margin-top: 6.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-inner {
    display: block;
    margin-top: 4.0625rem;
  }
}
.p-advisory__unit-inner::before {
  position: absolute;
  content: "";
  width: 58px;
  width: 3.625rem;
  height: 70px;
  height: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -85px;
  top: -5.3125rem;
  background: url(../img/advisory/arrow_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-inner::before {
    width: 1.875rem;
    height: 2.3125rem;
    top: -3.125rem;
  }
}

.p-advisory__unit-img {
  width: 48.5%;
  border-radius: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-img {
    width: 100%;
  }
}

.p-advisory__unit-body {
  width: 47%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-body {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.25rem;
  }
}

.p-advisory__unit-subtext {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.p-advisory__unit-subtext span {
  color: #fff;
  border-radius: 0.125rem;
  background: #e94f05;
  padding: 0 30px 0 25px;
  padding: 0 1.875rem 0 1.5625rem;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-subtext {
    font-size: 1.375rem;
  }
}

.p-advisory__unit-subtitle {
  font-size: 32px;
  font-size: 2rem;
  color: #e94f05;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.08em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-subtitle {
    font-size: 1.125rem;
    margin-top: 0.1875rem;
    line-height: 1.35;
  }
}
.p-advisory__unit-subtitle span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-subtitle span {
    font-size: 1.375rem;
  }
}

.p-advisory__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-advisory__unit-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

/* p-application */
.p-application__top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-application__top {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-application__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-application__header .c-subtitle span {
  letter-spacing: -2.4px;
  letter-spacing: -0.15rem;
}
.p-application__header--bg {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-application__header--bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -96px;
  bottom: -6rem;
  width: 100%;
  height: 800px;
  height: 50rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-application__header--bg::before {
    height: 100%;
    bottom: -2rem;
  }
}
.p-application__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-application__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: -20px;
  top: -1.25rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-application__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -2.5rem;
  }
}

.p-application__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-application__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}

.p-application__box {
  width: calc(25% - 2.5rem);
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-application__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-application__box + .p-application__box {
    margin-top: 1.25rem;
  }
}
.p-application__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.1em;
  color: #0068b5;
  text-align: center;
}
.p-application__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-application__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-application__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-application__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-application__box-list {
    padding: 0 1rem;
  }
}

.p-application__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
}
.p-application__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-application__box-list-item {
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    background: url(../img/top/top-application_icon_002.png) no-repeat left top 0.5rem/0.875rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-application__box-list-item + .p-application__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-application__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-application__text span {
  font-weight: 700;
}
.p-application__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-application__text {
    margin-top: 1.25rem;
  }
}

.p-application__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-application__img-side {
  position: absolute;
  right: -20px;
  right: -1.25rem;
  bottom: 120px;
  bottom: 7.5rem;
  width: 50%;
}
.p-application__img-side img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-application__img-scroll {
  overflow-x: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.p-application__img-scroll img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-application__img-scroll img {
    width: 1000px;
  }
}

.p-application__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-application__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-application__content {
    padding: 3.75rem 0;
  }
}
.p-application__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  left: 0;
  bottom: -50px;
  bottom: -3.125rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-application__content--decoration::before {
    width: 8rem;
    height: 3rem;
    left: -1rem;
    bottom: -2.5rem;
  }
}

.p-application__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-application__subtitle {
    font-size: 1.75rem;
  }
}

.p-application__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-application__parts .p-parts__item span {
  font-weight: 700;
}
.p-application__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-application__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-application__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-application__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}
.p-application__parts .p-parts__item:nth-child(4)::before {
  background: url(../img/service/case_img_04.png) no-repeat center/contain;
}

.p-application__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  application: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-application__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-application__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  application: background 0.3s;
}
.p-application__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-application__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-application__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-application__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-application__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}
.p-application__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-application__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-application__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-application__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-application__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-application__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-application__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-application__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-application__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-application__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-application__footer {
    padding: 3.75rem 0 0;
  }
}
.p-application__footer--decoration {
  position: relative;
}
.p-application__footer--decoration::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  top: 0;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-application__footer--decoration::after {
    width: 10rem;
    height: 5rem;
    bottom: -5rem;
  }
}

.p-application__flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-application__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  gap: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-application__flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-application__flow-heading {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  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;
  height: 176px;
  height: 11rem;
  width: 20%;
  padding: 0 16px;
  padding: 0 1rem;
  background-color: #0168b7;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
  margin-top: -16px;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-application__flow-heading {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    height: 5rem;
    padding-left: 5rem;
  }
}
.p-application__flow-heading.step1 {
  -webkit-clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
          clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
}
@media screen and (max-width: 768px) {
  .p-application__flow-heading.step1 {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
.p-application__flow-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 48px;
  height: 3rem;
  left: 8px;
  left: 0.5rem;
  top: 8px;
  top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-application__flow-heading::before {
    top: 1rem;
  }
}
.p-application__flow-heading.step1::before {
  width: 48px !important;
  width: 3rem !important;
  background: url(../img/service/transition_icon_01.png) no-repeat center/contain;
}
.p-application__flow-heading.step2::before {
  background: url(../img/service/transition_icon_02.png) no-repeat center/contain;
}
.p-application__flow-heading.step3::before {
  background: url(../img/service/transition_icon_03.png) no-repeat center/contain;
}
.p-application__flow-heading.step4::before {
  background: url(../img/service/transition_icon_04.png) no-repeat center/contain;
}
.p-application__flow-heading.step5::before {
  background: url(../img/service/transition_icon_05.png) no-repeat center/contain;
}
.p-application__flow-heading:first-child {
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-application__flow-heading:first-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-application__flow-description {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f2f4f6;
  width: 70%;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 152px;
  height: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-application__flow-description {
    width: 100%;
    margin-bottom: 1.25rem;
    height: auto;
  }
}
.p-application__flow-description span {
  font-size: 16px;
  font-size: 1rem;
}

.p-application__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-application__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-application__items {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-application__item {
  width: calc(33.33333% - 1.66667rem);
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-application__item {
    width: 100%;
    margin-top: 0;
  }
  .p-application__item + .p-application__item {
    margin-top: 1.875rem;
  }
}

.p-application__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  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;
  min-height: 122px;
  min-height: 7.625rem;
  padding: 0 10px 0 40px !important;
  padding: 0 0.625rem 0 2.5rem !important;
  position: relative;
  z-index: 1;
  padding: 0 100px;
  padding: 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-application__item-title {
    font-size: 1.25rem;
    padding: 0 2.5rem;
    min-height: 4.375rem;
  }
}
.p-application__item-title::before, .p-application__item-title::after {
  position: absolute;
  content: "";
}
.p-application__item-title::before {
  background: #39a9ff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-application__item-title::before {
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
            clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
}
.p-application__item-title span {
  position: absolute;
  top: 29%;
  left: 7%;
  font-style: italic;
}
.p-application__item-title span::after {
  content: "";
  background: #f5f5f5;
  width: 4px;
  height: 160px;
  height: 10rem;
  position: absolute;
  top: -48px;
  top: -3rem;
  left: 32px;
  left: 2rem;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
@media screen and (max-width: 768px) {
  .p-application__item-title span::after {
    height: 5rem;
    top: -1.5rem;
  }
}
.p-application__item-title::after {
  right: 92px;
  right: 5.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-application__item-title::after {
    right: 2.5rem;
  }
}

.p-application__item-texts {
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-application__item-texts {
    padding: 0 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-application__item-subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #e94f05;
  letter-spacing: -0.06em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .p-application__item-subtitle {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-application__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: -0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-application__item-text span {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-application__item-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

/* p-basis */
.p-basis__header {
  position: relative;
}

.p-basis__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-basis__text {
    margin-top: 1.25rem;
  }
}

.p-basis__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-basis__items {
    margin-top: 2.5rem;
  }
}
.p-basis__items:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e3e8ed;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-basis__items:before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-basis__item {
  padding: 32px 0 34px;
  padding: 2rem 0 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-basis__item {
    padding: 1.25rem 0 1.5625rem;
  }
}
.p-basis__item:nth-child(odd) .p-basis__item-body {
  padding-left: 150px;
  padding-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-basis__item:nth-child(odd) .p-basis__item-body {
    padding-left: 0;
  }
}
.p-basis__item:nth-child(odd) .p-basis__item-number {
  left: -50px;
  left: -3.125rem;
}
.p-basis__item:nth-child(even) .p-basis__item-number {
  right: -170px;
  right: -10.625rem;
}
.p-basis__item:nth-child(3) .p-basis__item-number {
  left: -70px;
  left: -4.375rem;
}
.p-basis__item + .p-basis__item {
  border-top: 1px solid #b3c0cb;
  border-top: 0.0625rem solid #b3c0cb;
}

.p-basis__item-body {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-basis__item-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #bdc9d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-basis__item-number {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-basis__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-basis__item-title {
    font-size: 1.375rem;
  }
}

.p-basis__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.44;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-basis__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-basis__img {
  position: absolute;
  right: 0;
  bottom: -90px;
  bottom: -5.625rem;
  width: 50%;
}
.p-basis__img img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.p-basis__content {
  background: #f2f4f6;
  padding: 160px 0 110px;
  padding: 10rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-basis__content {
    padding: 3.75rem 0;
  }
}

.p-basis__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-basis__subtitle {
    font-size: 1.75rem;
  }
}

.p-basis__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-basis__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-basis__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-basis__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-basis__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-basis__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-basis__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-basis__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-basis__heading {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #0068b5;
  border-bottom: 2px solid #e94f05;
  border-bottom: 0.125rem solid #e94f05;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-basis__heading {
    font-size: 1.25rem;
  }
}

.p-basis__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-basis__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-basis__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-basis__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-basis__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-basis__footer {
    padding: 3.75rem 0 0;
  }
}
.p-basis__footer::before {
  position: absolute;
  content: "";
  width: 412px;
  width: 25.75rem;
  height: 187px;
  height: 11.6875rem;
  left: 0;
  top: -100px;
  top: -6.25rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-basis__footer::before {
    width: 7.5rem;
    height: 3.4375rem;
    top: -1.875rem;
  }
}

.p-basis__units {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-basis__units {
    margin-top: 1.875rem;
  }
}

.p-basis__unit + .p-basis__unit {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit + .p-basis__unit {
    margin-top: 3.75rem;
  }
}

.p-basis__unit-header {
  text-align: center;
  width: 1167px;
  width: 72.9375rem;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #0068b5;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  padding: 12px 0 14px;
  padding: 0.75rem 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-header {
    padding: 0.9375rem 1.5625rem;
  }
}

.p-basis__unit-number {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-number {
    font-size: 1.375rem;
  }
}

.p-basis__unit-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.08em;
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.p-basis__unit-title span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-title span {
    font-size: 1.375rem;
  }
}

.p-basis__unit-inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 105px;
  margin-top: 6.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-inner {
    display: block;
    margin-top: 4.0625rem;
  }
}
.p-basis__unit-inner::before {
  position: absolute;
  content: "";
  width: 58px;
  width: 3.625rem;
  height: 70px;
  height: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -85px;
  top: -5.3125rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-inner::before {
    width: 1.875rem;
    height: 2.3125rem;
    top: -3.125rem;
  }
}

.p-basis__unit-img {
  width: 48.5%;
  border-radius: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-img {
    width: 100%;
  }
}

.p-basis__unit-body {
  width: 47%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-body {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.25rem;
  }
}

.p-basis__unit-subtext {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.p-basis__unit-subtext span {
  color: #fff;
  border-radius: 0.125rem;
  background: #e94f05;
  padding: 0 30px 0 25px;
  padding: 0 1.875rem 0 1.5625rem;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-basis__unit-subtext {
    font-size: 1.375rem;
  }
}

.p-basis__unit-subtitle {
  font-size: 32px;
  font-size: 2rem;
  color: #e94f05;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.08em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-subtitle {
    font-size: 1.125rem;
    margin-top: 0.1875rem;
    line-height: 1.35;
  }
}
.p-basis__unit-subtitle span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-subtitle span {
    font-size: 1.375rem;
  }
}

.p-basis__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-basis__unit-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

/* p-billing */
@media screen and (max-width: 768px) {
  .p-billing .c-subtitle {
    line-height: 0.5;
  }
}
.p-billing__point {
  position: relative;
  background-color: #f2f4f6;
  padding: 50px 20px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem 1.25rem;
}
.p-billing__point-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  background-color: #0068b5;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-billing__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-billing__point ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-billing__point ul li {
  color: #0068b5;
}
.p-billing__point ul li::before {
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  content: "";
  background: #0068b5;
}

.p-billing__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-billing__header .c-subtitle {
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: -0.07em;
}
.p-billing__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-billing__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: 112px;
  top: 7rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-billing__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: 10rem;
  }
}

.p-billing__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-billing__text span {
  font-weight: 700;
}
.p-billing__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-billing__text {
    margin-top: 1.25rem;
  }
}

.p-billing__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__items {
    margin-top: 2.5rem;
  }
}
.p-billing__items::before, .p-billing__items::after {
  position: absolute;
  content: "";
}
.p-billing__items::before {
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e3e8ed;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-billing__items::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-billing__item {
  padding: 40px 0 34px;
  padding: 2.5rem 0 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__item {
    padding: 1.25rem 0 1.5625rem;
  }
}
.p-billing__item:nth-child(odd) .p-billing__item-body {
  padding-left: 150px;
  padding-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-billing__item:nth-child(odd) .p-billing__item-body {
    padding-left: 0;
  }
}
.p-billing__item:nth-child(odd) .p-billing__item-number {
  left: -50px;
  left: -3.125rem;
}
.p-billing__item:nth-child(even) .p-billing__item-number {
  right: -170px;
  right: -10.625rem;
}
.p-billing__item:nth-child(3) .p-billing__item-number {
  left: -70px;
  left: -4.375rem;
}
.p-billing__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #b3c0cb;
}
@media screen and (max-width: 1600px) {
  .p-billing__item:not(:last-child)::after {
    width: 100%;
  }
}

.p-billing__item-body {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-billing__item-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #bdc9d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-billing__item-number {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-billing__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-billing__item-title {
    font-size: 1.375rem;
  }
}

.p-billing__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.44;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-billing__item-text .strong {
  font-weight: 700;
}
.p-billing__item-text .small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-billing__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-billing__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-billing__img-side {
  position: absolute;
  right: -20px;
  right: -1.25rem;
  bottom: 120px;
  bottom: 7.5rem;
  width: 50%;
}
.p-billing__img-side img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-billing__img-scroll {
  overflow-x: auto;
}
.p-billing__img-scroll img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-billing__img-scroll img {
    width: 1280px;
  }
}

.p-billing__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-billing__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__content {
    padding: 3.75rem 0;
  }
}
.p-billing__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  bottom: -50px;
  bottom: -3.125rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-billing__content--decoration::before {
    width: 8rem;
    height: 3rem;
    bottom: -1.875rem;
  }
}

.p-billing__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-billing__subtitle {
    font-size: 1.75rem;
  }
}

.p-billing__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-billing__parts .p-parts__item span {
  font-weight: 700;
}
.p-billing__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-billing__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-billing__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-billing__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}

.p-billing__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-billing__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-billing__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-billing__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-billing__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-billing__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-billing__heading {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #0068b5;
  border-bottom: 2px solid #e94f05;
  border-bottom: 0.125rem solid #e94f05;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-billing__heading {
    font-size: 1.25rem;
  }
}

.p-billing__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-billing__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-billing__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-billing__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-billing__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__footer {
    padding: 3.75rem 0 0;
  }
}
.p-billing__footer--decoration {
  position: relative;
}
.p-billing__footer--decoration::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  bottom: -60px;
  bottom: -3.75rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-billing__footer--decoration::after {
    width: 10rem;
    height: 5rem;
    bottom: -5rem;
  }
}

.p-billing__units {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-billing__units {
    margin-top: 1.875rem;
  }
}

.p-billing__unit + .p-billing__unit {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit + .p-billing__unit {
    margin-top: 3.75rem;
  }
}

.p-billing__unit-header {
  text-align: center;
  width: 1167px;
  width: 72.9375rem;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #0068b5;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  padding: 12px 0 14px;
  padding: 0.75rem 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-header {
    padding: 0.9375rem 1.5625rem;
  }
}

.p-billing__unit-number {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-number {
    font-size: 1.375rem;
  }
}

.p-billing__unit-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.08em;
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.p-billing__unit-title span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-title span {
    font-size: 1.375rem;
  }
}

.p-billing__unit-inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 105px;
  margin-top: 6.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-inner {
    display: block;
    margin-top: 4.0625rem;
  }
}
.p-billing__unit-inner::before {
  position: absolute;
  content: "";
  width: 58px;
  width: 3.625rem;
  height: 70px;
  height: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -85px;
  top: -5.3125rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-inner::before {
    width: 1.875rem;
    height: 2.3125rem;
    top: -3.125rem;
  }
}

.p-billing__unit-img {
  width: 48.5%;
  border-radius: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-img {
    width: 100%;
  }
}

.p-billing__unit-body {
  width: 47%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-body {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.25rem;
  }
}

.p-billing__unit-subtext {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.p-billing__unit-subtext span {
  color: #fff;
  border-radius: 0.125rem;
  background: #e94f05;
  padding: 0 30px 0 25px;
  padding: 0 1.875rem 0 1.5625rem;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-billing__unit-subtext {
    font-size: 1.375rem;
  }
}

.p-billing__unit-subtitle {
  font-size: 32px;
  font-size: 2rem;
  color: #e94f05;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.08em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-subtitle {
    font-size: 1.125rem;
    margin-top: 0.1875rem;
    line-height: 1.35;
  }
}
.p-billing__unit-subtitle span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-subtitle span {
    font-size: 1.375rem;
  }
}

.p-billing__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-billing__unit-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

/* p-cloud */
.p-cloud__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__text {
    margin-top: 1.25rem;
  }
}

.p-cloud__content {
  background: #f5f5f5;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 65px 0 75px;
  padding: 4.0625rem 0 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__content {
    margin-top: 2.5rem;
    padding: 3.125rem 0;
  }
}

.p-cloud__img {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-cloud__img-caption {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  background: #e94f05;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
.p-cloud__img-scroll {
  overflow-x: auto;
}
.p-cloud__img-scroll img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cloud__img-scroll img {
    width: 1280px;
  }
}

.p-cloud__feature {
  margin-top: 65px;
  margin-top: 4.0625rem;
  position: relative;
}
.p-cloud__feature-title {
  position: relative;
  background-color: #046cb9;
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-cloud__feature-title {
    font-size: 1.5rem;
  }
}
.p-cloud__feature-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
  gap: 3.75rem 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
    padding: 0;
  }
}
.p-cloud__feature-item.grid01 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
}
.p-cloud__feature-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-cloud__feature-text span {
  font-weight: 800;
}
.p-cloud__feature-img {
  width: 80%;
  margin: 0 auto;
}
.p-cloud__feature-item.grid02 {
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
}
.p-cloud__feature-item.grid02 img {
  border-radius: 0.25rem;
}
.p-cloud__feature-item.grid03 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-cloud__feature-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .p-cloud__feature-boxes {
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-cloud__feature-box {
  text-align: center;
  width: 320px;
  width: 20rem;
}
.p-cloud__feature-button {
  margin: 0 auto;
}
.p-cloud__feature-box.grid01 {
  grid-column-start: 1;
  grid-column-end: 2;
}
.p-cloud__feature-slash {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__feature-slash {
    display: none;
  }
}
.p-cloud__feature-slash hr {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  width: 120px;
  border: 0;
  border-top: 1px solid #333;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-cloud__feature-box.grid03 {
  grid-column-start: 3;
  grid-column-end: 4;
}
.p-cloud__feature-box.grid04 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
}
.p-cloud__feature-box.grid04 a {
  margin: 0 auto;
}
.p-cloud__feature-number {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #e94f05;
}
.p-cloud__feature-number span {
  font-family: sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
.p-cloud__feature-detail {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-cloud__feature-bg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -48px;
  bottom: -3rem;
  max-width: 1000px;
  width: 100%;
  height: 350px;
  height: 21.875rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}

.p-cloud__flow {
  background: #f5f5f5;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 65px 0 75px;
  padding: 4.0625rem 0 4.6875rem;
  text-align: center;
}
.p-cloud__flow-text {
  margin: 20px 0;
  margin: 1.25rem 0;
}
.p-cloud__flow-text span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-cloud__flow-title {
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}
.p-cloud__flow-img {
  overflow-x: auto;
}
.p-cloud__flow-img img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cloud__flow-img img {
    width: 1280px;
  }
}

.p-cloud__subtitle {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-cloud__subtitle {
    font-size: 1.375rem;
  }
}

.p-cloud__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__items {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-cloud__item {
  position: relative;
  width: 46%;
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin: 10px;
  margin: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__item {
    width: 100%;
    margin: 0;
  }
  .p-cloud__item + .p-cloud__item {
    margin-top: 1.875rem;
  }
}
.p-cloud__item-title {
  position: relative;
  background-color: #e94f05;
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  border-radius: 0.25rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  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-top: 40px;
  margin-top: 2.5rem;
  min-height: 80px;
  min-height: 5rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-title {
    font-size: 1.25rem;
    padding: 0 2.5rem;
    min-height: 4.375rem;
  }
}
.p-cloud__item-title a {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-right: 32px;
  padding-right: 2rem;
}
.p-cloud__item-title a .arrow {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 60px;
  right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-title a .arrow {
    width: 1.25rem;
    right: 1.5625rem;
    top: 1.5625rem;
  }
}
.p-cloud__item-title a::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  top: 1.6px;
  top: 0.1rem;
  right: 1.6px;
  right: 0.1rem;
}
.p-cloud__item-title.no-link a {
  pointer-events: none;
}
.p-cloud__item-title.no-link a::after {
  background: none;
}
.p-cloud__item-number {
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -32px;
  top: -2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-number {
    left: 6.25rem;
  }
}
.p-cloud__item-number img {
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-number img {
    width: 4.375rem;
  }
}

.p-cloud__item-title::after {
  right: 92px;
  right: 5.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-cloud__item-title::after {
    right: 2.5rem;
  }
}

.p-cloud__item-texts {
  padding: 0 40px 20px;
  padding: 0 2.5rem 1.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-texts {
    padding: 0 1.25rem 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.p-cloud__item-subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #e94f05;
  letter-spacing: -0.05em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-subtitle {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-cloud__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: -0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-cloud__item-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-service-cloud__item-link {
  text-align: center;
  display: block;
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 10px 15px 10px 5px;
  padding: 0.625rem 0.9375rem 0.625rem 0.3125rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-cloud__item-link {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0.5rem 0.9375rem 0.625rem 0.3125rem;
    margin: 1.25rem auto 0;
  }
}
.p-service-cloud__item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-service-cloud__item-link:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-service-cloud__item-link:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-service-cloud__item-link--open {
  padding-right: 55px;
  padding-right: 3.4375rem;
}
.p-service-cloud__item-link--open::after {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../img/common/open_icon.png) no-repeat center/contain;
}
.p-service-cloud__item-link--open:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-service-cloud__item-link--open:hover::after {
  background: url(../img/common/open_icon_white.png) no-repeat center/contain;
}

/* p-efficiency */
.p-efficiency__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-efficiency__text {
    margin-top: 1.25rem;
  }
}

.p-efficiency__content {
  background: #f2f4f6;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding: 45px 0 94px;
  padding: 2.8125rem 0 5.875rem;
}
@media screen and (max-width: 768px) {
  .p-efficiency__content {
    margin-top: 2.5rem;
    padding: 2.5rem 0 3.75rem;
  }
}

.p-efficiency__subtitle {
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-efficiency__subtitle {
    font-size: 1.75rem;
  }
}

.p-efficiency__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.p-efficiency__parts .c-part:nth-child(2) {
  margin-right: -70px;
  margin-right: -4.375rem;
}
@media screen and (max-width: 1800px) {
  .p-efficiency__parts .c-part:nth-child(2) {
    margin-right: 0;
  }
}

.p-efficiency__subtext {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-efficiency__subtext {
    font-size: 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-efficiency__btn {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-efficiency__btn {
    font-size: 1rem;
  }
}

/* p-engineer */
.p-engineer__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__text {
    margin-top: 1.25rem;
  }
}

.p-engineer__content {
  background: #f5f5f5;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 65px 0 75px;
  padding: 4.0625rem 0 4.6875rem;
}
.p-engineer__content-type {
  background: none;
}
.p-engineer__content-flow {
  background: none;
}
.p-engineer__content-faq {
  background: none;
}
@media screen and (max-width: 768px) {
  .p-engineer__content {
    margin-top: 2.5rem;
    padding: 3.125rem 0;
  }
}

.p-engineer__subtitle {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-engineer__subtitle {
    font-size: 1.375rem;
  }
}

.p-engineer__detail {
  text-align: center;
}

.p-engineer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__items {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-engineer__item {
  width: 50%;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__item {
    width: 100%;
    margin-top: 0;
  }
  .p-engineer__item + .p-engineer__item {
    margin-top: 1.875rem;
  }
}
.p-engineer__item:first-child .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_001.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:first-child .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:first-child .p-engineer__item-title::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_007.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:first-child .p-engineer__item-title::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(2) .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_002.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(2) .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(2) .p-engineer__item-title::after {
  width: 80px;
  width: 5rem;
  height: 65px;
  height: 4.0625rem;
  background: url(../img/service/engineer_icon_008.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(2) .p-engineer__item-title::after {
    width: 3.4375rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(3) .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_003.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(3) .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(3) .p-engineer__item-title::after {
  width: 58px;
  width: 3.625rem;
  height: 72px;
  height: 4.5rem;
  background: url(../img/service/engineer_icon_009.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(3) .p-engineer__item-title::after {
    width: 2.1875rem;
    height: 3rem;
  }
}
.p-engineer__item:nth-child(4) .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_004.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(4) .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(4) .p-engineer__item-title::after {
  width: 81px;
  width: 5.0625rem;
  height: 81px;
  height: 5.0625rem;
  background: url(../img/service/engineer_icon_010.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(4) .p-engineer__item-title::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-engineer__item:nth-child(5) .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_005.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(5) .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(5) .p-engineer__item-title::after {
  width: 73px;
  width: 4.5625rem;
  height: 66px;
  height: 4.125rem;
  background: url(../img/service/engineer_icon_011.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(5) .p-engineer__item-title::after {
    width: 3.125rem;
    height: 2.75rem;
  }
}
.p-engineer__item:nth-child(6) .p-engineer__item-title.feature::after {
  width: 63px;
  width: 3.9375rem;
  height: 64px;
  height: 4rem;
  background: url(../img/service/engineer_icon_006.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(6) .p-engineer__item-title.feature::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-engineer__item:nth-child(6) .p-engineer__item-title::after {
  width: 72px;
  width: 4.5rem;
  height: 79px;
  height: 4.9375rem;
  background: url(../img/service/engineer_icon_012.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-engineer__item:nth-child(6) .p-engineer__item-title::after {
    width: 2.5rem;
    height: 2.8125rem;
  }
}

.p-engineer__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 122px;
  min-height: 7.625rem;
  padding: 0 70px;
  padding: 0 4.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-engineer__item-title {
    font-size: 1.25rem;
    padding: 0 2.5rem;
    min-height: 4.375rem;
  }
}
.p-engineer__item-title::before, .p-engineer__item-title::after {
  position: absolute;
  content: "";
}
.p-engineer__item-title::before {
  background: #0168b7;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-engineer__item-title::before {
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
            clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
}
.p-engineer__item-title.feature {
  padding: 0 100px;
  padding: 0 6.25rem;
}
.p-engineer__item-title.feature span {
  position: absolute;
  top: 29%;
  left: 7%;
  font-style: italic;
}
.p-engineer__item-title.feature span::after {
  content: "";
  background: #f5f5f5;
  width: 4px;
  height: 160px;
  height: 10rem;
  position: absolute;
  top: -48px;
  top: -3rem;
  left: 32px;
  left: 2rem;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
@media screen and (max-width: 768px) {
  .p-engineer__item-title.feature span::after {
    height: 5rem;
    top: -1.5rem;
  }
}
.p-engineer__item-title.feature::before {
  background: #39a9ff;
}
.p-engineer__item-title::after {
  right: 92px;
  right: 5.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-engineer__item-title::after {
    right: 2.5rem;
  }
}

.p-engineer__item-texts {
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__item-texts {
    padding: 0 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-engineer__item-subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #e94f05;
  letter-spacing: -0.06em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .p-engineer__item-subtitle {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-engineer__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: -0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-engineer__item-text span {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-engineer__item-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-engineer__holder {
  margin-top: 65px;
  margin-top: 4.0625rem;
  position: relative;
}
.p-engineer__holder-title {
  position: relative;
  background-color: #046cb9;
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-engineer__holder-title {
    font-size: 1.5rem;
  }
}
.p-engineer__holder-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
  gap: 3.75rem 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__holder-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
    padding: 0;
  }
}
.p-engineer__holder-item.grid01 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
}
.p-engineer__holder-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-engineer__holder-img {
  width: 80%;
  margin: 0 auto;
}
.p-engineer__holder-item.grid02 {
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
}
.p-engineer__holder-item.grid02 img {
  border-radius: 0.25rem;
}
.p-engineer__holder-item.grid03 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-engineer__holder-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__holder-boxes {
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-engineer__holder-box {
  text-align: center;
  width: 320px;
  width: 20rem;
}
.p-engineer__holder-button button {
  margin: 30px auto;
  margin: 1.875rem auto;
}
.p-engineer__holder-box.grid01 {
  grid-column-start: 1;
  grid-column-end: 2;
}
.p-engineer__holder-slash {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__holder-slash {
    display: none;
  }
}
.p-engineer__holder-slash hr {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  width: 120px;
  border: 0;
  border-top: 1px solid #333;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-engineer__holder-box.grid03 {
  grid-column-start: 3;
  grid-column-end: 4;
}
.p-engineer__holder-box.grid04 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
}
.p-engineer__holder-box.grid04 a {
  margin: 0 auto;
}
.p-engineer__holder-number {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #e94f05;
}
.p-engineer__holder-number span {
  font-family: sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
.p-engineer__holder-detail {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-engineer__holder-bg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: 100%;
  height: 350px;
  height: 21.875rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}

.p-engineer__holder-link {
  text-align: center;
  display: block;
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 10px 15px 10px 5px;
  padding: 0.625rem 0.9375rem 0.625rem 0.3125rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-engineer__holder-link {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0.5rem 0.9375rem 0.625rem 0.3125rem;
    margin: 1.25rem auto 0;
  }
}
.p-engineer__holder-link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-engineer__holder-link:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-engineer__holder-link:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}
.p-engineer__holder-link--open {
  padding-right: 55px;
  padding-right: 3.4375rem;
}
.p-engineer__holder-link--open::after {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../img/common/open_icon.png) no-repeat center/contain;
}
.p-engineer__holder-link--open:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-engineer__holder-link--open:hover::after {
  background: url(../img/common/open_icon_white.png) no-repeat center/contain;
}

.p-engineer__img-scroll {
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow-x: auto;
}
.p-engineer__img-scroll img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-engineer__img-scroll img {
    width: 1280px;
  }
}

.p-engineer__accordion {
  margin: 20px auto;
  margin: 1.25rem auto;
}
.p-engineer__accordion-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-engineer__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  background: #dde3e8;
  border: none;
  padding: 20px;
  padding: 1.25rem;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-engineer__accordion-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-engineer__accordion-header .title span {
  aspect-ratio: 1/1;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff;
  background-color: #0168b7;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-engineer__accordion-header .title span {
    margin-right: 0.625rem;
  }
}
.p-engineer__accordion-header:hover {
  background: #e0e0e0;
}
.p-engineer__accordion-header .icon {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #39a9ff;
}

.p-engineer__accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}
.p-engineer__accordion-content a {
  font-weight: 700;
  color: #e94f05;
}
.p-engineer__accordion-content span {
  aspect-ratio: 1/1;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff;
  background-color: #e94f05;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-engineer__accordion-content p {
  position: relative;
  width: 90%;
  margin: 80px 0;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-engineer__accordion-content p {
    margin: 9.375rem 0;
  }
}

/* p-feature */
.p-feature {
  padding: 100px 0 115px;
  padding: 6.25rem 0 7.1875rem;
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding: 3.75rem 0;
  }
}

.p-feature__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    margin-top: 1.25rem;
  }
}

.p-feature__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-feature__items {
    margin-top: 3.75rem;
  }
}

.p-feature__item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    display: block;
  }
}
.p-feature__item + .p-feature__item {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item + .p-feature__item {
    margin-top: 2.5rem;
  }
}

.p-feature__item-body {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-feature__item-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-feature__item-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.p-feature__item-subtitle span {
  color: #fff;
  border-radius: 0.125rem;
  background: #e94f05;
  padding: 0 30px 0 25px;
  padding: 0 1.875rem 0 1.5625rem;
  -webkit-clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-feature__item-subtitle {
    font-size: 1.25rem;
  }
}

.p-feature__item-title {
  margin-top: 10px;
  margin-top: 0.625rem;
  white-space: nowrap;
}
.p-feature__item-title span {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.125rem;
  letter-spacing: -0.08em;
  background: #0068b5;
  padding: 0 5px 0 10px;
  padding: 0 0.3125rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item-title span {
    font-size: 1.375rem;
    padding: 0 0.625rem;
  }
}
.p-feature__item-title span:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-feature__item-text {
  width: 85%;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.63;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item-text {
    width: 100%;
    font-size: 1rem;
  }
}

.p-feature__item-img-wrapper {
  width: 68%;
  margin: 0 -100px;
  margin: 0 -6.25rem;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-feature__item-img-wrapper {
    width: 60%;
    margin: 0 -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item-img-wrapper {
    width: 100%;
    margin: 0;
  }
}

.p-feature__item-img.iso {
  width: 320px;
  width: 20rem;
  margin-left: 240px;
  margin-left: 15rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item-img.iso {
    margin-left: 0;
  }
}
.p-feature__item-img.iso img {
  display: block;
  margin: 0 auto;
}

.p-feature__item-number {
  font-family: "Poppins", sans-serif;
  font-size: 170px;
  font-size: 10.625rem;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1em;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  right: 80px;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item-number {
    font-size: 5rem;
    right: 2.5rem;
    top: -1.25rem;
  }
}

/* p-flow */
.p-flow {
  background: #f5f5f5;
  padding: 100px 0 126px;
  padding: 6.25rem 0 7.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 3.75rem 0;
  }
}
.p-flow::before {
  position: absolute;
  content: "";
  width: 328px;
  width: 20.5rem;
  height: 80px;
  height: 5rem;
  background: url(../img/service/flow_bg.png) no-repeat center/contain;
  left: 0;
  top: -20px;
  top: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow::before {
    width: 8.75rem;
    height: 2.1875rem;
  }
}

.p-flow__img-wrapper {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-flow__img-wrapper {
    margin-top: 2.5rem;
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__img {
    width: 50rem;
  }
}

/* p-maintenance */
.p-maintenance__top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-maintenance__top {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-maintenance__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-maintenance__header .c-subtitle span {
  letter-spacing: -2.4px;
  letter-spacing: -0.15rem;
}
.p-maintenance__header--bg {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-maintenance__header--bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -96px;
  bottom: -6rem;
  width: 100%;
  height: 550px;
  height: 34.375rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-maintenance__header--bg::before {
    height: 100%;
    bottom: -2rem;
  }
}
.p-maintenance__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-maintenance__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: -20px;
  top: -1.25rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-maintenance__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -2.5rem;
  }
}
.p-maintenance__header--decoration::after {
  position: absolute;
  content: "";
  width: 400px;
  width: 25rem;
  height: 192px;
  height: 12rem;
  right: 0;
  bottom: 224px;
  bottom: 14rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-maintenance__header--decoration::after {
    display: none;
  }
}

.p-maintenance__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}

.p-maintenance__box {
  width: calc(25% - 2rem);
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-maintenance__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-maintenance__box + .p-maintenance__box {
    margin-top: 1.25rem;
  }
}
.p-maintenance__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.1em;
  color: #0068b5;
  text-align: center;
}
.p-maintenance__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-maintenance__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-maintenance__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__box-list {
    padding: 0 1rem;
  }
}

.p-maintenance__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
  min-height: 96px;
  min-height: 6rem;
}
.p-maintenance__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
.p-maintenance__box-list-item + .p-maintenance__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-maintenance__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-maintenance__text span {
  font-weight: 700;
}
.p-maintenance__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-maintenance__text {
    margin-top: 1.25rem;
  }
}

.p-maintenance__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-maintenance__items {
    margin-top: 2.5rem;
  }
}
.p-maintenance__items::before, .p-maintenance__items::after {
  position: absolute;
  content: "";
}
.p-maintenance__items::before {
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e3e8ed;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-maintenance__items::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-maintenance__item {
  padding: 40px 0 34px;
  padding: 2.5rem 0 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item {
    padding: 1.25rem 0 1.5625rem;
  }
}
.p-maintenance__item:nth-child(odd) .p-maintenance__item-body {
  padding-left: 150px;
  padding-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item:nth-child(odd) .p-maintenance__item-body {
    padding-left: 0;
  }
}
.p-maintenance__item:nth-child(odd) .p-maintenance__item-number {
  left: -50px;
  left: -3.125rem;
}
.p-maintenance__item:nth-child(even) .p-maintenance__item-number {
  right: -170px;
  right: -10.625rem;
}
.p-maintenance__item:nth-child(3) .p-maintenance__item-number {
  left: -70px;
  left: -4.375rem;
}
.p-maintenance__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #b3c0cb;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item:not(:last-child)::after {
    width: 100%;
  }
}

.p-maintenance__item-body {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-maintenance__item-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #bdc9d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item-number {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-maintenance__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item-title {
    font-size: 1.375rem;
  }
}

.p-maintenance__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.44;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-maintenance__item-text .strong {
  font-weight: 700;
}
.p-maintenance__item-text .small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-maintenance__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-maintenance__img-side {
  position: absolute;
  right: -600px;
  right: -37.5rem;
  bottom: 380px;
  bottom: 23.75rem;
  width: 80%;
}
.p-maintenance__img-side img {
  max-height: 800px;
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-maintenance__img-scroll {
  overflow-x: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.p-maintenance__img-scroll img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-maintenance__img-scroll img {
    width: 1000px;
  }
}

.p-maintenance__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-maintenance__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-maintenance__content {
    padding: 3.75rem 0;
  }
}
.p-maintenance__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  left: 0;
  bottom: -50px;
  bottom: -3.125rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-maintenance__content--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -1rem;
    left: -1rem;
  }
}

.p-maintenance__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-maintenance__subtitle {
    font-size: 1.75rem;
  }
}

.p-maintenance__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-maintenance__parts .p-parts__item span {
  font-weight: 700;
}
.p-maintenance__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-maintenance__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-maintenance__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-maintenance__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}
.p-maintenance__parts .p-parts__item:nth-child(4)::before {
  background: url(../img/service/case_img_04.png) no-repeat center/contain;
}

.p-maintenance__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  maintenance: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-maintenance__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-maintenance__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  maintenance: background 0.3s;
}
.p-maintenance__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-maintenance__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-maintenance__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-maintenance__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}
.p-maintenance__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-maintenance__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-maintenance__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-maintenance__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-maintenance__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-maintenance__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-maintenance__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-maintenance__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-maintenance__footer {
    padding: 3.75rem 0 0;
  }
}
.p-maintenance__footer--decoration {
  position: relative;
}
.p-maintenance__footer--decoration::before {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  top: 0;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-maintenance__footer--decoration::before {
    width: 10rem;
    height: 5rem;
    bottom: -5rem;
  }
}

.p-maintenance__flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-maintenance__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  gap: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-maintenance__flow-heading {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  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;
  height: 240px;
  height: 15rem;
  width: 20%;
  padding: 0 16px;
  padding: 0 1rem;
  background-color: #0168b7;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-heading {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    height: 5rem;
    padding-left: 5rem;
  }
}
.p-maintenance__flow-heading.step1 {
  -webkit-clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
          clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-heading.step1 {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
.p-maintenance__flow-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 48px;
  height: 3rem;
  left: 16px;
  left: 1rem;
  top: 32px;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-heading::before {
    top: 1rem;
  }
}
.p-maintenance__flow-heading.step1::before {
  width: 48px !important;
  width: 3rem !important;
  background: url(../img/service/maintenance_icon_01.png) no-repeat center/contain;
}
.p-maintenance__flow-heading.step2::before {
  background: url(../img/service/maintenance_icon_02.png) no-repeat center/contain;
}
.p-maintenance__flow-heading.step3::before {
  background: url(../img/service/maintenance_icon_03.png) no-repeat center/contain;
}
.p-maintenance__flow-heading.step4::before {
  background: url(../img/service/maintenance_icon_04.png) no-repeat center/contain;
}
.p-maintenance__flow-heading.step5::before {
  background: url(../img/service/maintenance_icon_05.png) no-repeat center/contain;
}
.p-maintenance__flow-heading.step6::before {
  background: url(../img/service/maintenance_icon_06.png) no-repeat center/contain;
}
.p-maintenance__flow-heading:first-child {
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-heading:first-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-maintenance__flow-description {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f2f4f6;
  width: 70%;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-maintenance__flow-description {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.p-maintenance__flow-description span {
  font-size: 16px;
  font-size: 1rem;
}

/* p-offer */
.p-offer {
  background: #f5f5f5;
  padding: 100px 0 124px;
  padding: 6.25rem 0 7.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-offer {
    padding: 3.75rem 0;
  }
}
.p-offer::before, .p-offer::after {
  position: absolute;
  content: "";
}
.p-offer::before {
  width: 344px;
  width: 21.5rem;
  height: 180px;
  height: 11.25rem;
  background: url(../img/service/offer_bg_001.png) no-repeat center/contain;
  left: 0;
  top: -70px;
  top: -4.375rem;
}
@media screen and (max-width: 768px) {
  .p-offer::before {
    width: 7.5rem;
    height: 4.0625rem;
    top: -1.875rem;
  }
}
.p-offer::after {
  width: 444px;
  width: 27.75rem;
  height: 180px;
  height: 11.25rem;
  background: url(../img/service/offer_bg_002.png) no-repeat center/contain;
  right: 0;
  bottom: -100px;
  bottom: -6.25rem;
}
@media screen and (max-width: 768px) {
  .p-offer::after {
    width: 8.125rem;
    height: 3.4375rem;
    bottom: -1.875rem;
  }
}

.p-offer.remote::before {
  background: none;
}

.p-offer__title {
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .p-offer__title {
    font-size: 1.5rem;
  }
}

.p-offer__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-offer__text {
    margin-top: 1.25rem;
  }
}

.p-offer__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dde3e8;
  border-bottom: 0.0625rem solid #dde3e8;
  padding: 0 40px 60px;
  padding: 0 2.5rem 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-offer__units {
    display: block;
    padding: 0 0 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-offer__unit {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .p-offer__unit {
    width: 100%;
  }
  .p-offer__unit + .p-offer__unit {
    margin-top: 1.875rem;
  }
}
.p-offer__unit:first-child .p-offer__unit-header {
  background: url(../img/service/offer_icon_001.png) no-repeat center right 50px/44px;
  background: url(../img/service/offer_icon_001.png) no-repeat center right 3.125rem/2.75rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit:first-child .p-offer__unit-header {
    background: url(../img/service/offer_icon_001.png) no-repeat center right 2.5rem/1.875rem;
  }
}
.p-offer__unit:nth-child(2) .p-offer__unit-header {
  background: url(../img/service/offer_icon_002.png) no-repeat center right 50px/53px;
  background: url(../img/service/offer_icon_002.png) no-repeat center right 3.125rem/3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit:nth-child(2) .p-offer__unit-header {
    background: url(../img/service/offer_icon_002.png) no-repeat center right 2.5rem/2.1875rem;
  }
}
.p-offer__unit:nth-child(3) .p-offer__unit-header {
  background: url(../img/service/offer_icon_003.png) no-repeat center right 50px/55px;
  background: url(../img/service/offer_icon_003.png) no-repeat center right 3.125rem/3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit:nth-child(3) .p-offer__unit-header {
    background: url(../img/service/offer_icon_003.png) no-repeat center right 2.5rem/2.375rem;
  }
}

.p-offer__unit-header {
  color: #fff;
  padding: 10px 45px;
  padding: 0.625rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-offer__unit-header {
    padding: 0.625rem 1.5625rem;
  }
}
.p-offer__unit-header::before {
  position: absolute;
  content: "";
  width: 417px;
  width: 26.0625rem;
  width: 105%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0168b7;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .p-offer__unit-header::before {
    -webkit-clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
            clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-offer__unit-header::before {
    -webkit-clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
            clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
  }
}

.p-offer__unit-entitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-offer__unit-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-offer__unit-title {
    font-size: 1.5rem;
  }
}

.p-offer__unit-texts {
  padding: 0 45px;
  padding: 0 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit-texts {
    padding: 0 1.5625rem;
  }
}

.p-offer__unit-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #e94f05;
  letter-spacing: -0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit-subtitle {
    font-size: 1.125rem;
  }
}

.p-offer__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.63;
  letter-spacing: -0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-offer__unit-text {
    font-size: 1rem;
  }
}

.p-offer__box {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.25rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 44px 50px 38px;
  padding: 2.75rem 3.125rem 2.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-offer__box {
    padding: 3.125rem 1.875rem 1.875rem;
  }
}

.p-offer__subtitle {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  background: #0168b7;
  padding: 2px 35px 2px 15px;
  padding: 0.125rem 2.1875rem 0.125rem 0.9375rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-offer__subtitle {
    font-size: 1rem;
    padding: 0.125rem 1.5625rem 0.125rem 0.625rem;
  }
}

.p-offer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-offer__items {
    display: block;
  }
}

.p-offer__item {
  min-width: 160px;
  min-width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item {
    min-width: unset;
  }
}
.p-offer__item + .p-offer__item {
  margin-left: 35px;
  margin-left: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-offer__item + .p-offer__item {
    margin-left: 0;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
    border-top: 0.0625rem solid #dde3e8;
  }
}
.p-offer__item + .p-offer__item::before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 155px;
  height: 9.6875rem;
  background: #dde3e8;
  left: -20px;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-offer__item + .p-offer__item::before {
    display: none;
  }
}
.p-offer__item:first-child .p-offer__item-img {
  width: 63px;
  width: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item:first-child .p-offer__item-img {
    width: 3.3125rem;
  }
}
.p-offer__item:nth-child(2) .p-offer__item-img {
  width: 64px;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item:nth-child(2) .p-offer__item-img {
    width: 3.375rem;
  }
}
.p-offer__item:nth-child(3) .p-offer__item-img {
  width: 78px;
  width: 4.875rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item:nth-child(3) .p-offer__item-img {
    width: 4.25rem;
  }
}
.p-offer__item:nth-child(4) .p-offer__item-img {
  width: 55px;
  width: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item:nth-child(4) .p-offer__item-img {
    width: 2.8125rem;
  }
}
.p-offer__item:nth-child(5) .p-offer__item-img {
  width: 45px;
  width: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item:nth-child(5) .p-offer__item-img {
    width: 2.1875rem;
  }
}

.p-offer__item-img-wrapper {
  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: 119px;
  width: 7.4375rem;
  height: 119px;
  height: 7.4375rem;
  background: #dde3e8;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-offer__item-img-wrapper {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-offer__item-img {
  max-width: 100%;
}

.p-offer__item-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #e94f05;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-offer__item-text {
    font-size: 1rem;
  }
}

.p-offer__img {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

/* p-other */
.p-other {
  padding: 170px 0 98px;
  padding: 10.625rem 0 6.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-other {
    padding: 7.5rem 0 3.75rem;
  }
}
.p-other::before, .p-other::after {
  position: absolute;
  content: "";
}
.p-other::before {
  width: 398px;
  width: 24.875rem;
  height: 145px;
  height: 9.0625rem;
  right: 0;
  top: 52px;
  top: 3.25rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-other::before {
    width: 8.125rem;
    height: 3.125rem;
    top: 2.5rem;
  }
}
.p-other::after {
  width: 88%;
  right: 0;
  bottom: 0;
  top: 102px;
  top: 6.375rem;
  background: #dde3e8;
  -webkit-clip-path: polygon(19% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(19% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-other::after {
    width: 100%;
    top: 3.75rem;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-other.cloud {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}

.p-other__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-other__items {
    display: block;
    margin-top: 1.5625rem;
  }
}

.p-other__item {
  width: calc(50% - 1.21875rem);
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-other__item {
    width: 100%;
    margin-top: 0;
  }
  .p-other__item + .p-other__item {
    margin-top: 1.25rem;
  }
}
.p-other__item:not(:nth-child(2n+1)) {
  margin-left: 39px;
  margin-left: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-other__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.p-other__item.cloud a {
  padding: 38.4px 16px;
  padding: 2.4rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-other__item.cloud a {
    padding: 1rem;
  }
}
.p-other__item.cloud span {
  background: url(../img/service/other_icon_005.png) no-repeat center left 9px/56px;
  background: url(../img/service/other_icon_005.png) no-repeat center left 0.5625rem/3.5rem;
  line-height: 32px;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .p-other__item.cloud span {
    background: url(../img/service/other_icon_005.png) no-repeat center left 0.25rem/2.625rem;
  }
}
.p-other__item.cloud.temporary a {
  padding: 50px 100px 50px 28px;
  padding: 3.125rem 6.25rem 3.125rem 1.75rem;
  background: #e94f05;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-other__item.cloud.temporary a {
    padding: 1rem;
  }
}
.p-other__item.cloud.temporary a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-other__item.cloud.temporary a:hover::after {
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
}
.p-other__item.it-engineer span {
  background: url(../img/service/other_icon_004.png) no-repeat center left 9px/56px;
  background: url(../img/service/other_icon_004.png) no-repeat center left 0.5625rem/3.5rem;
}
@media screen and (max-width: 768px) {
  .p-other__item.it-engineer span {
    background: url(../img/service/other_icon_004.png) no-repeat center left 0.25rem/2.625rem;
  }
}
.p-other__item.it-engineer.temporary a {
  background: #39a9ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-other__item.it-engineer.temporary a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-other__item.it-engineer.temporary a:hover::after {
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
}
.p-other__item.efficiency span {
  background: url(../img/service/other_icon_003.png) no-repeat center left 2px/40px;
  background: url(../img/service/other_icon_003.png) no-repeat center left 0.125rem/2.5rem;
}
@media screen and (max-width: 768px) {
  .p-other__item.efficiency span {
    background: url(../img/service/other_icon_003.png) no-repeat center left 0.25rem/2.625rem;
  }
}
.p-other__item.current a {
  pointer-events: none;
  background: #66a4d3;
}
.p-other__item.current a::after {
  opacity: 0.8;
}
.p-other__item.current span {
  opacity: 0.8;
}
.p-other__item a {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  background: #0068b5;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  padding: 50px 100px 50px 28px;
  padding: 3.125rem 6.25rem 3.125rem 1.75rem;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-other__item a {
    font-size: 1.25rem;
    padding: 1.25rem 5rem 1.25rem 1.25rem;
  }
}
.p-other__item a::after {
  position: absolute;
  content: "";
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 50%;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 31px;
  right: 1.9375rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-other__item a::after {
    width: 2.8125rem;
    height: 2.8125rem;
    right: 1.25rem;
  }
}
.p-other__item a:hover {
  opacity: 1;
  background: #66a4d3;
}
.p-other__item a:hover::after {
  background: url(../img/common/more_icon.png) no-repeat center/contain;
}
.p-other__item span {
  display: inline-block;
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-other__item span {
    padding-left: 3.75rem;
  }
}

.p-other_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0;
}
.p-other_step-item {
  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;
  height: 48px;
  height: 3rem;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  background-color: #0068b5;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
}
@media screen and (max-width: 768px) {
  .p-other_step-item {
    -webkit-clip-path: none;
            clip-path: none;
    margin: 1.25rem auto;
    height: 3rem;
  }
}
.p-other_step-item:first-child {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0% 50%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .p-other_step-item:first-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-other_step-text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.p-other__links {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1em;
}
@media screen and (max-width: 768px) {
  .p-other__links {
    display: block;
  }
}
.p-other__links li.current a {
  pointer-events: none;
  background: #f9ae8a;
}
.p-other__links li.no-link a {
  pointer-events: none;
}
.p-other__links li.no-link a::after {
  background: none;
}
.p-other__links p {
  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;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  background: #e94f05;
}
.p-other__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #e94f05;
}
.p-other__links a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-other__links a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-other__links-group01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 16px;
  gap: 1rem;
}
.p-other__links-group01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 32px 32px 32px 0;
  padding: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-other__links-group01 a {
    padding: 2rem 0;
  }
}
.p-other__links-group02 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 16px;
  gap: 1rem;
}
.p-other__links-group02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px 0;
  padding: 1rem 0;
}
.p-other__links-group03 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 16px;
  gap: 1rem;
}
.p-other__links-group03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 32px 0;
  padding: 2rem 0;
}
.p-other__links-group04 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.p-other__links-group04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
}
.p-other__links-group04 a::after {
  right: 448px;
  right: 28rem;
}
@media screen and (max-width: 768px) {
  .p-other__links-group04 a::after {
    right: 0;
  }
}
.p-other__links-button.current {
  background: #66a4d3;
}

/* p-project */
.p-project {
  padding: 100px 0 0;
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-project {
    padding: 1.875rem 0 0;
  }
}
.p-project__bg {
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 1280px;
  top: 80rem;
}
@media screen and (max-width: 768px) {
  .p-project__bg {
    max-width: 200px;
  }
}

.p-project__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .p-project__title {
    font-size: 1.25rem;
  }
}
.p-project__title span {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-project__title span {
    font-size: 1.875rem;
  }
}

.p-project__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-project__text {
    margin-top: 1.25rem;
  }
}

.p-project__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-project__items {
    margin-top: 3.75rem;
  }
}

.p-project__item {
  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: 768px) {
  .p-project__item {
    display: block;
  }
}
.p-project__item + .p-project__item {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-project__item + .p-project__item {
    margin-top: 2.5rem;
  }
}
.p-project__item-wrapper {
  position: relative;
}
.p-project__item-wrapper:first-child {
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1600px) {
  .p-project__item-wrapper:first-child {
    margin-bottom: 3.125rem;
  }
}
.p-project__item-bg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 700px;
  width: 100%;
  height: 350px;
  height: 21.875rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-project__item-bg.item01 {
    height: 9.375rem;
    top: auto;
    bottom: 13.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-project__item-bg.item02 {
    height: 9.375rem;
    top: auto;
    bottom: 18.75rem;
  }
}

.p-project__item-body {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-project__item-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-project__item-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.p-project__item-subtitle span {
  color: #fff;
  border-radius: 0.125rem;
  background: #e94f05;
  padding: 0 30px 0 25px;
  padding: 0 1.875rem 0 1.5625rem;
  -webkit-clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-project__item-subtitle {
    font-size: 1.25rem;
  }
}

.p-project__item-title {
  margin-top: 10px;
  margin-top: 0.625rem;
  white-space: nowrap;
}
.p-project__item-title span {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.125rem;
  letter-spacing: -0.08em;
  background: #0068b5;
  padding: 0 5px 0 10px;
  padding: 0 0.3125rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-project__item-title span {
    font-size: 1.375rem;
    padding: 0 0.625rem;
  }
}
.p-project__item-title span:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-project__item-text {
  width: 85%;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.63;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-project__item-text {
    width: 100%;
    font-size: 1rem;
  }
}

.p-project__item-img img {
  margin: 40px auto;
  margin: 2.5rem auto;
  max-width: 1000px;
  width: 100%;
}
.p-project__item-img-wrapper {
  width: 50%;
  margin: 0 80px;
  margin: 0 5rem;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-project__item-img-wrapper {
    width: 60%;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-project__item-img-wrapper {
    width: 100%;
    margin: 2.5rem 0;
  }
}

.p-project__item-img.iso {
  width: 320px;
  width: 20rem;
  margin-left: 240px;
  margin-left: 15rem;
}
@media screen and (max-width: 768px) {
  .p-project__item-img.iso {
    margin-left: 0;
  }
}
.p-project__item-img.iso img {
  display: block;
  margin: 0 auto;
}

.p-project__item-number {
  font-family: "Poppins", sans-serif;
  font-size: 170px;
  font-size: 10.625rem;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1em;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  right: 80px;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-project__item-number {
    font-size: 5rem;
    right: 2.5rem;
    top: -1.25rem;
  }
}

/* p-remote */
/* 250108 */
.p-feature__item-number--gray {
  color: #acb7bf;
}

/* p-security */
.p-security__text {
  margin: 40px auto;
  margin: 2.5rem auto;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-security__text span {
  font-weight: 700;
}
.p-security__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-security__text {
    margin-top: 1.25rem;
  }
}
.p-security__top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-security__top {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-security__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-security__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-security__top-item {
  width: 49%;
  background-color: #f5f5f5;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-security__top-item {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.p-security__top-title {
  color: #e94f05;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-security__top-text span {
  font-weight: 700;
}
.p-security__link {
  position: absolute;
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  border-radius: 50%;
}
.p-security__link.waf {
  top: 14%;
  left: 37%;
}
.p-security__link.ips {
  top: 43%;
  left: 37%;
}
.p-security__link.firewall {
  bottom: 16%;
  left: 37%;
}
.p-security__link.epp {
  top: 22%;
  right: 6%;
}
.p-security__link.xdr {
  top: 57%;
  right: 6%;
}
.p-security__link.mdr {
  bottom: 5%;
  right: 6%;
}
.p-security__service__wrapper {
  background-color: #fff;
  padding: 50px;
  padding: 3.125rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  position: relative;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-security__service__wrapper {
    padding: 1.25rem;
  }
}
.p-security__service__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  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;
  min-height: 122px;
  min-height: 7.625rem;
  padding: 0 70px;
  padding: 0 4.375rem;
  z-index: 1;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 100px;
  padding: 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-security__service__title {
    font-size: 1.25rem;
    padding: 0 2.5rem;
    min-height: 4.375rem;
  }
}
.p-security__service__title::before, .p-security__service__title::after {
  position: absolute;
  content: "";
}
.p-security__service__title::before {
  background: #0068b5;
  text-align: center;
  width: 50%;
  height: 85%;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-security__service__title::before {
    width: 100%;
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
            clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
}
.p-security__service__title span {
  position: absolute;
  top: 29%;
  left: 29%;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-security__service__title span {
    left: 10%;
  }
}
.p-security__service__title span::after {
  content: "";
  background: #fff;
  width: 4px;
  height: 128px;
  height: 8rem;
  position: absolute;
  top: -35.2px;
  top: -2.2rem;
  left: 32px;
  left: 2rem;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
@media screen and (max-width: 768px) {
  .p-security__service__title span::after {
    height: 5rem;
    top: -1.2rem;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
.p-security__service__text {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-security__service__text {
    margin-top: 1.875rem;
  }
}
.p-security__service__btntext {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-security__service__btn {
  max-width: 320px;
  max-width: 20rem;
  margin: 20px auto 70px;
  margin: 1.25rem auto 4.375rem;
}
.p-security__service__btn .c-contact-btn {
  width: 100%;
}
.p-security__service__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-security__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 768px) {
  .p-security__service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-security__service__list span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #e94f05;
  width: 160px;
  width: 10rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  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-security__service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-security__service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-security__service__items.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 50px;
  row-gap: 3.125rem;
}
.p-security__service__items.narrow {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-security__service__items.narrow {
    width: 100%;
  }
}
.p-security__service__item {
  width: 100%;
  border: #dde3e8 2px solid;
  border-radius: 0.625rem;
  padding: 50px 30px 30px 30px;
  padding: 3.125rem 1.875rem 1.875rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-security__service__item {
    margin-bottom: 1.25rem;
  }
}
.p-security__service__item-title {
  position: absolute;
  padding: 0 50px;
  padding: 0 3.125rem;
  top: -10px;
  top: -0.625rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #0268b6;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-security__service__item-title.clip-path {
  color: #fff;
  background-color: #0268b6;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  top: -20px;
  top: -1.25rem;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}
.p-security__service__item-title.clip-path.section04 {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-security__service__item ul {
  list-style-position: outside; /* マーカーを外側に */
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-security__service__item ul > li {
  text-indent: -24px;
  text-indent: -1.5rem;
  font-weight: 700;
}
.p-security__service__item ul > li::before {
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  content: "";
  background: #e94f05;
}
.p-security__service__item-caption {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-security__service__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  row-gap: 1.25rem;
}
.p-security__service__item-img.waf {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-security__service__item-img.waf {
    margin-top: 0;
  }
}
.p-security__service__item-img img {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}
.p-security__service__item-text.edr {
  height: 72px;
  height: 4.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-security__service__item-heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  background-color: #0268b6;
  padding: 0 70px 0 50px;
  padding: 0 4.375rem 0 3.125rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.p-security__service__item-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-security__service__item-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-security__service__item-boxes.section04 {
  max-width: 640px;
  max-width: 40rem;
  margin: 0 auto;
  width: 100%;
}
.p-security__service__item-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-security__service__item-box span {
  font-weight: 700;
}
.p-security__service__item-box.section03 {
  background-color: #f5f5f5;
  width: 47%;
  height: 320px;
  height: 20rem;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-security__service__item-box.section03 {
    width: 100%;
    padding: 1.25rem;
  }
}
.p-security__service__item-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #e94f05;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-security__service__item-subtitle.section03 {
  margin: 0 auto;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-security__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-security__header .c-subtitle span {
  letter-spacing: -2.4px;
  letter-spacing: -0.15rem;
}
.p-security__header--bg {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-security__header--bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -96px;
  bottom: -6rem;
  width: 100%;
  height: 800px;
  height: 50rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-security__header--bg::before {
    height: 100%;
    bottom: -2rem;
  }
}
.p-security__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-security__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: -20px;
  top: -1.25rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-security__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -2.5rem;
  }
}

.p-security__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-security__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}

.p-security__box {
  width: calc(25% - 2.5rem);
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-security__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-security__box + .p-security__box {
    margin-top: 1.25rem;
  }
}
.p-security__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.1em;
  color: #0068b5;
  text-align: center;
}
.p-security__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-security__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-security__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-security__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-security__box-list {
    padding: 0 1rem;
  }
}

.p-security__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
}
.p-security__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-security__box-list-item {
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    background: url(../img/top/top-security_icon_002.png) no-repeat left top 0.5rem/0.875rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-security__box-list-item + .p-security__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-security__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-security__img-side {
  position: absolute;
  right: -20px;
  right: -1.25rem;
  bottom: 120px;
  bottom: 7.5rem;
  width: 50%;
}
.p-security__img-side img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-security__img-scroll {
  position: relative;
  overflow-x: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.p-security__img-scroll img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-security__img-scroll img {
    width: 1000px;
  }
}

.p-security__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-security__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-security__content {
    padding: 3.75rem 0;
  }
}
.p-security__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: -48px;
  top: -3rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-security__content--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -1rem;
  }
}

.p-security__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-security__subtitle {
    font-size: 1.75rem;
  }
}

.p-security__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-security__parts .c-part {
  width: 1360px;
  width: 85rem;
}
.p-security__parts .c-part__text {
  right: 192px;
  right: 12rem;
  line-height: 1.5;
}
.p-security__parts .p-parts__item span {
  font-weight: 700;
}
.p-security__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-security__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-security__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-security__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}
.p-security__parts .p-parts__item:nth-child(4)::before {
  background: url(../img/service/case_img_04.png) no-repeat center/contain;
}

.p-security__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  security: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-security__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-security__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  security: background 0.3s;
}
.p-security__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-security__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-security__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-security__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-security__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}
.p-security__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-security__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-security__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-security__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-security__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-security__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-security__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-security__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-security__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-security__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-security__footer {
    padding: 3.75rem 0 0;
  }
}
.p-security__footer--decoration {
  position: relative;
}
.p-security__footer--decoration::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  top: -48px;
  top: -3rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-security__footer--decoration::after {
    width: 10rem;
    height: 5rem;
  }
}

.p-security__flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-security__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  gap: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-security__flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-security__flow-heading {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  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;
  height: 160px;
  height: 10rem;
  width: 20%;
  padding: 0 16px;
  padding: 0 1rem;
  background-color: #0168b7;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-security__flow-heading {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    height: 5rem;
    padding-left: 5rem;
  }
}
.p-security__flow-heading.step1 {
  -webkit-clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
          clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
}
@media screen and (max-width: 768px) {
  .p-security__flow-heading.step1 {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
.p-security__flow-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 48px;
  height: 3rem;
  left: 16px;
  left: 1rem;
  top: 32px;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-security__flow-heading::before {
    top: 1rem;
  }
}
.p-security__flow-heading.step1::before {
  width: 48px !important;
  width: 3rem !important;
  background: url(../img/service/transition_icon_01.png) no-repeat center/contain;
}
.p-security__flow-heading.step2::before {
  background: url(../img/service/transition_icon_02.png) no-repeat center/contain;
}
.p-security__flow-heading.step3::before {
  background: url(../img/service/transition_icon_03.png) no-repeat center/contain;
}
.p-security__flow-heading.step4::before {
  background: url(../img/service/transition_icon_04.png) no-repeat center/contain;
}
.p-security__flow-heading.step5::before {
  background: url(../img/service/transition_icon_05.png) no-repeat center/contain;
}
.p-security__flow-heading:first-child {
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-security__flow-heading:first-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-security__flow-description {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f2f4f6;
  width: 70%;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-security__flow-description {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.p-security__flow-description span {
  font-size: 16px;
  font-size: 1rem;
}

.p-security__item-texts {
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-security__item-texts {
    padding: 0 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-security__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: -0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-security__item-text span {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-security__item-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

/* p-service */
.p-service__content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__content {
    padding-bottom: 3.75rem;
  }
}

.p-service__content.bottom {
  background-color: #f5f5f5;
  padding-top: 1px;
  padding-top: 0.0625rem;
  padding-bottom: 700px;
  padding-bottom: 43.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__content.bottom {
    padding-bottom: 3.75rem;
  }
}
.p-service__content.bottom .p-service__heading {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-service__content.bottom .p-service__bottom-bg01 {
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  top: -3rem;
}
@media screen and (max-width: 768px) {
  .p-service__content.bottom .p-service__bottom-bg01 {
    max-width: 200px;
    top: -1rem;
  }
}
.p-service__content.bottom .p-service__bottom-bg02 {
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -64px;
  bottom: -4rem;
}
@media screen and (max-width: 768px) {
  .p-service__content.bottom .p-service__bottom-bg02 {
    max-width: 300px;
    bottom: -2rem;
  }
}

.p-service__header {
  text-align: right;
  position: relative;
}
.p-service__header::before {
  position: absolute;
  content: "";
  right: 0;
  top: -100px;
  top: -6.25rem;
  width: 233px;
  width: 14.5625rem;
  height: 67px;
  height: 4.1875rem;
  background: url(../img/top/top-service_bg_001.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-service__header::before {
    width: 7.5rem;
    height: 2.1875rem;
    top: -2.8125rem;
  }
}

.p-service__title-wrapper {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-service__title-wrapper::before {
  position: absolute;
  content: "";
  background: #001729;
  width: 100vw;
  height: 159px;
  height: 9.9375rem;
  left: -90px;
  left: -5.625rem;
  top: -75px;
  top: -4.6875rem;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service__title-wrapper::before {
    height: 3.75rem;
    left: -2.5rem;
    top: -1.875rem;
  }
}

.p-service__body {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-service__subtitle {
  display: inline-block;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  background: #e94f05;
  line-height: 1.4;
  letter-spacing: -0.05em;
  border-radius: 0.125rem;
  padding: 0 60px 2px 50px;
  padding: 0 3.75rem 0.125rem 3.125rem;
  -webkit-clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-service__subtitle {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.p-service__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.1em;
  color: #fff;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-service__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
}
.p-service__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-service__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-service__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-service__image-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  gap: 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}
.p-service__image-boxes .p-service__box {
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 1.25rem 0;
  background: #f5f5f5 !important;
}
.p-service__image-boxes .p-service__box-title {
  position: absolute;
  text-align: left;
  font-size: 28px;
  font-size: 1.75rem;
  top: 10px;
  top: 0.625rem;
  line-height: 1.5;
}
.p-service__image-boxes .p-service__box-title.cloud-integration span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  border-radius: 0.0625rem;
  background: #e94f05;
  padding: 0 30px 0 20px;
  padding: 0 1.875rem 0 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes .p-service__box-title.cloud-integration span {
    font-size: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.p-service__image-boxes .p-service__box-title.cloud-integration span:last-child {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.p-service__image-boxes .p-service__box-title.it-engineering span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  border-radius: 0.0625rem;
  background: #39a9ff;
  padding: 0 30px 0 20px;
  padding: 0 1.875rem 0 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes .p-service__box-title.it-engineering span {
    font-size: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.p-service__image-boxes .p-service__box-title.it-engineering span:last-child {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.p-service__image-boxes .p-service__box-title.efficiency span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  border-radius: 0.0625rem;
  background: #0068b5;
  padding: 0 30px 0 20px;
  padding: 0 1.875rem 0 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes .p-service__box-title.efficiency span {
    font-size: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.p-service__image-boxes .p-service__box-list a {
  margin: 20px auto;
  margin: 1.25rem auto;
}
.p-service__image-boxes .p-service__box.grid01 {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
}
.p-service__image-boxes .p-service__box.grid02 {
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
}
.p-service__image-boxes .p-service__box.grid03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes .p-service__box.grid03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-service__image-boxes .p-service__box.grid03 .p-service__box-list {
  height: 100%;
  display: block;
  text-align: left;
}
.p-service__image-boxes .p-service__box.grid03 .p-service__box-list p {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-service__image-boxes .p-service__box.grid03 .p-service__box-list a {
  margin: 16px auto;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .p-service__image-boxes .p-service__box.grid03 .p-service__box-list a {
    margin: 1rem auto;
  }
}
.p-service__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}
.p-service__boxes-sp-flow01 {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-service__boxes-sp-flow01 .flow {
  width: 40px;
  width: 2.5rem;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-service__boxes-sp-flow01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #e94f05;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__boxes-sp-flow01 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-service__boxes-sp-flow01 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-service__boxes-sp-flow01 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-service__boxes-sp-flow01 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__boxes-sp-flow02 {
  position: relative;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-service__boxes-sp-flow02 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-service__boxes-sp-flow02 .flow img:first-child {
  width: 40px;
  width: 2.5rem;
  height: 160px;
  height: 10rem;
}
.p-service__boxes-sp-flow02 .flow img:nth-child(2) {
  width: 40px;
  width: 2.5rem;
}
.p-service__boxes-sp-flow02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__boxes-sp-flow02 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-service__boxes-sp-flow02 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-service__boxes-sp-flow02 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-service__boxes-sp-flow02 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__boxes-sp-flow02 a.cloud-integration {
  position: absolute;
  background: #e94f05;
  top: 170px;
  top: 10.625rem;
}
.p-service__boxes-sp-flow02 a.it-engineering {
  position: absolute;
  background: #39a9ff;
  top: 300px;
  top: 18.75rem;
}
.p-service__boxes-sp-flow03 {
  position: relative;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-service__boxes-sp-flow03 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-service__boxes-sp-flow03 .flow img:first-child {
  width: 40px;
  width: 2.5rem;
  height: 160px;
  height: 10rem;
}
.p-service__boxes-sp-flow03 .flow img:nth-child(2) {
  width: 40px;
  width: 2.5rem;
}
.p-service__boxes-sp-flow03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__boxes-sp-flow03 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-service__boxes-sp-flow03 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-service__boxes-sp-flow03 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-service__boxes-sp-flow03 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__boxes-sp-flow03 a.cloud-integration {
  position: absolute;
  background: #e94f05;
  top: 170px;
  top: 10.625rem;
}
.p-service__boxes-sp-flow03 a.it-engineering {
  position: absolute;
  background: #39a9ff;
  top: 300px;
  top: 18.75rem;
}
.p-service__boxes-sp-flow04 {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-service__boxes-sp-flow04 .flow {
  width: 40px;
  width: 2.5rem;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-service__boxes-sp-flow04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #39a9ff;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__boxes-sp-flow04 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-service__boxes-sp-flow04 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-service__boxes-sp-flow04 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-service__boxes-sp-flow04 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__boxes-sp-text01 {
  color: #fff;
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #e94f05;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-service__boxes-sp-text02 {
  color: #fff;
  position: absolute;
  top: 80px;
  top: 5rem;
  right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}

.p-service__box {
  width: 49%;
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-service__box + .p-service__box {
    margin-top: 1.25rem;
  }
}

.p-service__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.05em;
  color: #0068b5;
}
.p-service__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}

.p-service__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-service__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__box-list {
    padding: 0 1rem;
  }
}

.p-service__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
}
.p-service__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-service__box-list-item {
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-service__box-list-item + .p-service__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-service__lead {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: -0.1em;
  color: #fff;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service__lead {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-service__btn {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
}
@media screen and (max-width: 768px) {
  .p-service__btn {
    margin-top: 2.5rem;
  }
}

.p-service__footer {
  margin-top: -215px;
  margin-top: -13.4375rem;
  padding: 60px 0 160px;
  padding: 3.75rem 0 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__footer {
    margin-top: 0;
    padding: 3.125rem 0 5rem;
  }
}
.p-service__footer:before, .p-service__footer::after {
  position: absolute;
  content: "";
}
.p-service__footer::before {
  width: 87%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0068b5;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service__footer::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.p-service__footer::after {
  left: 0;
  bottom: -35px;
  bottom: -2.1875rem;
  width: 382px;
  width: 23.875rem;
  height: 176px;
  height: 11rem;
  background: url(../img/top/top-service_bg_002.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-service__footer::after {
    width: 11.9375rem;
    height: 5.5rem;
  }
}
.p-service__footer .p-service__btn {
  margin-left: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__footer .p-service__btn {
    margin-left: auto;
  }
}

.p-service__items {
  position: absolute;
  right: 0;
  top: 150px;
  top: 9.375rem;
  width: 74%;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 2000px) {
  .p-service__items {
    width: 70%;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-service__items {
    position: static;
    width: 100%;
    margin-top: 2.5rem;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-service__item {
  color: #fff;
  margin-left: auto;
}
.p-service__item:first-child {
  background: url(../img/top/top-service_bg_004.png) no-repeat center right/cover;
}
.p-service__item:first-child .p-service__item-inner {
  padding-left: 360px;
  padding-left: 22.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__item:first-child .p-service__item-inner {
    padding-left: 1.25rem;
  }
}
.p-service__item:nth-child(2) {
  background: url(../img/top/top-service_bg_005.png) no-repeat center right/cover;
}
@media screen and (max-width: 768px) {
  .p-service__item:nth-child(2) {
    background-position: center;
  }
}
.p-service__item:nth-child(2) .p-service__item-inner {
  padding-left: 270px;
  padding-left: 16.875rem;
}
@media screen and (max-width: 768px) {
  .p-service__item:nth-child(2) .p-service__item-inner {
    padding-left: 1.25rem;
  }
}
.p-service__item:nth-child(3) {
  background: url(../img/top/top-service_bg_006.png) no-repeat center right/cover;
}

.p-service__item-inner {
  display: block;
  padding: 45px 150px 50px 160px;
  padding: 2.8125rem 9.375rem 3.125rem 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__item-inner {
    padding: 1.5625rem 1.25rem 4.375rem;
  }
}
.p-service__item-inner::before, .p-service__item-inner::after {
  position: absolute;
  content: "";
}
.p-service__item-inner::before {
  position: absolute;
  content: "";
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 55px;
  right: 3.4375rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-service__item-inner::before {
    width: 2.5rem;
    height: 2.5rem;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.p-service__item-inner::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-service_bg_007.png) no-repeat center/cover;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.p-service__item-inner:hover {
  opacity: 1;
}
.p-service__item-inner:hover::after {
  opacity: 0;
}

.p-service__item-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__item-title {
    font-size: 1.25rem;
  }
}

.p-service__item-text {
  width: 700px;
  width: 43.75rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.69;
  letter-spacing: -0.1em;
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__item-text {
    font-size: 1rem;
  }
}

.p-service__cta {
  margin: -128px auto 0;
  margin: -8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-service__cta {
    margin-top: 3.75rem;
  }
}

.p-service__flow-arrow {
  position: relative;
}
.p-service__flow-arrow01 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 180px;
  left: 11.25rem;
}
.p-service__flow-arrow02 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 420px;
  left: 26.25rem;
}
.p-service__flow-arrow03 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 600px;
  left: 37.5rem;
}
.p-service__flow-arrow04 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 750px;
  left: 46.875rem;
}
.p-service__flow-arrow05 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 900px;
  left: 56.25rem;
}
.p-service__flow-arrow06 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 1150px;
  left: 71.875rem;
}
.p-service__flow-text {
  position: relative;
  color: #fff;
}
.p-service__flow-text01 {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 320px;
  left: 20rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #e94f05;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-service__flow-text02 {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 500px;
  left: 31.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-service__flow-text03 {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 680px;
  left: 42.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #e94f05;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-service__flow-text04 {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 850px;
  left: 53.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-service__flow-text05 {
  position: relative;
}
.p-service__flow-text05 a {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  position: absolute;
  top: 230px;
  top: 14.375rem;
  left: 50px;
  left: 3.125rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  background: #e94f05;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__flow-text05 a .icon {
  width: 60px;
  width: 3.75rem;
  position: absolute;
  left: 150px;
  left: 9.375rem;
  top: 25px;
  top: 1.5625rem;
}
.p-service__flow-text05 a .arrow {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 150px;
  right: 9.375rem;
}
.p-service__flow-text05 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__flow-text06 {
  position: relative;
}
.p-service__flow-text06 a {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  position: absolute;
  top: 450px;
  top: 28.125rem;
  left: 320px;
  left: 20rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  background: #39a9ff;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__flow-text06 a .icon {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  left: 230px;
  left: 14.375rem;
}
.p-service__flow-text06 a .arrow {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 150px;
  right: 9.375rem;
}
.p-service__flow-text06 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-service-reason__item-link {
  text-align: center;
  display: block;
  width: 181px;
  width: 11.3125rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 6px 15px 8px 5px;
  padding: 0.375rem 0.9375rem 0.5rem 0.3125rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-reason__item-link {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0.5rem 0.9375rem 0.625rem 0.3125rem;
  }
}
.p-service-reason__item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-service-reason__item-link:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-service-reason__item-link:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

/* p-subject */
.p-subject {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-subject {
    padding-bottom: 3.75rem;
  }
}

.p-subject__content {
  position: relative;
}

.p-subject__subtitle-wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-subject__subtitle-wrapper {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 1.25rem;
  }
}

.p-subject__subtitle {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.1em;
  color: #fff;
  background: #e94f05;
  padding: 1px 70px 1px 55px;
  padding: 0.0625rem 4.375rem 0.0625rem 3.4375rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-subject__subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0.3125rem 1.875rem 0.3125rem 1.25rem;
  }
}
.p-subject__subtitle span {
  display: inline-block;
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-subject__subtitle span {
    font-size: 1.75rem;
  }
}

.p-subject__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-subject__units {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-subject__unit {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .p-subject__unit {
    width: 100%;
  }
  .p-subject__unit + .p-subject__unit {
    margin-top: 3.75rem;
  }
}

.p-subject__unit-header {
  background: #dde3e8;
  border-radius: 0.125rem;
  min-height: 466px;
  min-height: 29.125rem;
  padding: 55px 40px 20px;
  padding: 3.4375rem 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-header {
    min-height: unset;
    padding: 1.875rem 1.25rem;
  }
}
.p-subject__unit-header .p-subject__unit-item::before {
  width: 27px;
  width: 1.6875rem;
  height: 36px;
  height: 2.25rem;
  background: url(../img/service/subject_icon.png) no-repeat center/contain;
  left: 24px;
  left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-header .p-subject__unit-item::before {
    width: 1.4375rem;
    height: 1.875rem;
    left: 0.9375rem;
  }
}

.p-subject__unit-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0068b5;
  line-height: 1.4;
}
.p-subject__unit-title span {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-title span {
    font-size: 1.375rem;
  }
}

.p-subject__unit-footer {
  background: #0068b5;
  padding: 45px 20px 20px;
  padding: 2.8125rem 1.25rem 1.25rem;
  border-radius: 0.125rem;
  min-height: 459px;
  min-height: 28.6875rem;
  margin-top: 245px;
  margin-top: 15.3125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-footer {
    padding: 1.875rem 1.25rem;
    min-height: unset;
    margin-top: 6.25rem;
  }
}
.p-subject__unit-footer::before {
  position: absolute;
  content: "";
  width: 76px;
  width: 4.75rem;
  height: 224px;
  height: 14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -234px;
  top: -14.625rem;
  background: url(../img/service/subject-arrow_icon.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-footer::before {
    width: 2.1875rem;
    height: 5rem;
    top: -5.625rem;
  }
}
.p-subject__unit-footer .p-subject__unit-item::before {
  width: 30px;
  width: 1.875rem;
  height: 21px;
  height: 1.3125rem;
  background: url(../img/service/subject-check_icon.png) no-repeat center/contain;
  left: 27px;
  left: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-footer .p-subject__unit-item::before {
    width: 1.25rem;
    height: 0.9375rem;
    left: 1.25rem;
  }
}

.p-subject__unit-subtitle {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.28;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-subtitle {
    font-size: 1.25rem;
  }
}

.p-subject__unit-items {
  width: 540px;
  width: 33.75rem;
  max-width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-items {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-subject__unit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  background: #fff;
  border-radius: 0.125rem;
  min-height: 74px;
  min-height: 4.625rem;
  padding: 13px 20px 13px 72px;
  padding: 0.8125rem 1.25rem 0.8125rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-item {
    font-size: 1rem;
    min-height: unset;
    padding: 0.75rem 0.9375rem 0.75rem 3.4375rem;
  }
}
.p-subject__unit-item::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-subject__unit-item span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-subject__unit-item span {
    font-size: 1.125rem;
  }
}
.p-subject__unit-item + .p-subject__unit-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-subject__text {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.08em;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-subject__text {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

/* p-transition */
.p-transition__top {
  padding: 0;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-transition__top {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-transition__top .space {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-transition__header {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-transition__header .c-subtitle span {
  letter-spacing: -2.4px;
  letter-spacing: -0.15rem;
}
.p-transition__header--bg {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-transition__header--bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -96px;
  bottom: -6rem;
  width: 100%;
  height: 800px;
  height: 50rem;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-transition__header--bg::before {
    height: 100%;
    bottom: -2rem;
  }
}
.p-transition__header--decoration {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-transition__header--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  top: -20px;
  top: -1.25rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-transition__header--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -2.5rem;
  }
}

.p-transition__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-transition__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}

.p-transition__box {
  width: calc(25% - 2.5rem);
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 0 5px 0 0 rgba(0, 23, 41, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-transition__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-transition__box + .p-transition__box {
    margin-top: 1.25rem;
  }
}
.p-transition__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.1em;
  color: #0068b5;
  text-align: center;
}
.p-transition__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-transition__box-title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-transition__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-transition__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-transition__box-list {
    padding: 0 1rem;
  }
}

.p-transition__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
  min-height: 96px;
  min-height: 6rem;
}
.p-transition__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-transition__box-list-item {
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    background: url(../img/top/top-transition_icon_002.png) no-repeat left top 0.5rem/0.875rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-transition__box-list-item + .p-transition__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-transition__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-transition__text span {
  font-weight: 700;
}
.p-transition__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-transition__text {
    margin-top: 1.25rem;
  }
}

.p-transition__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-transition__items {
    margin-top: 2.5rem;
  }
}
.p-transition__items::before, .p-transition__items::after {
  position: absolute;
  content: "";
}
.p-transition__items::before {
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e3e8ed;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-transition__items::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-transition__item {
  padding: 40px 0 34px;
  padding: 2.5rem 0 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-transition__item {
    padding: 1.25rem 0 1.5625rem;
  }
}
.p-transition__item:nth-child(odd) .p-transition__item-body {
  padding-left: 150px;
  padding-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-transition__item:nth-child(odd) .p-transition__item-body {
    padding-left: 0;
  }
}
.p-transition__item:nth-child(odd) .p-transition__item-number {
  left: -50px;
  left: -3.125rem;
}
.p-transition__item:nth-child(even) .p-transition__item-number {
  right: -170px;
  right: -10.625rem;
}
.p-transition__item:nth-child(3) .p-transition__item-number {
  left: -70px;
  left: -4.375rem;
}
.p-transition__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #b3c0cb;
}
@media screen and (max-width: 768px) {
  .p-transition__item:not(:last-child)::after {
    width: 100%;
  }
}

.p-transition__item-body {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-transition__item-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #bdc9d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-transition__item-number {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-transition__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-transition__item-title {
    font-size: 1.375rem;
  }
}

.p-transition__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.44;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-transition__item-text .strong {
  font-weight: 700;
}
.p-transition__item-text .small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-transition__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-transition__img {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-transition__img-side {
  position: absolute;
  right: -20px;
  right: -1.25rem;
  bottom: 120px;
  bottom: 7.5rem;
  width: 50%;
}
.p-transition__img-side img {
  max-height: 746px;
  max-height: 46.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-transition__img-scroll {
  overflow-x: auto;
}
.p-transition__img-scroll img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-transition__img-scroll img {
    width: 1280px;
  }
}

.p-transition__caption {
  text-align: center;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0068b5;
  text-decoration: underline;
  -webkit-text-decoration-color: #e94f05;
          text-decoration-color: #e94f05;
  text-underline-offset: 8px;
}

.p-transition__content {
  background: #f2f4f6;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-transition__content {
    padding: 3.75rem 0;
  }
}
.p-transition__content--decoration::before {
  position: absolute;
  content: "";
  width: 352px;
  width: 22rem;
  height: 160px;
  height: 10rem;
  right: 0;
  bottom: -50px;
  bottom: -3.125rem;
  background: url(../img/service/other_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-transition__content--decoration::before {
    width: 8rem;
    height: 3rem;
    top: -1rem;
  }
}

.p-transition__subtitle {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-transition__subtitle {
    font-size: 1.75rem;
  }
}

.p-transition__parts {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
.p-transition__parts .p-parts__item span {
  font-weight: 700;
}
.p-transition__parts .p-parts__item::before {
  position: absolute;
  content: "";
  width: 160px;
  width: 10rem;
  height: 80px;
  height: 5rem;
  top: -40px;
  top: -2.5rem;
  right: 16px;
  right: 1rem;
}
.p-transition__parts .p-parts__item:nth-child(1)::before {
  background: url(../img/service/case_img_01.png) no-repeat center/contain;
}
.p-transition__parts .p-parts__item:nth-child(2)::before {
  background: url(../img/service/case_img_02.png) no-repeat center/contain;
}
.p-transition__parts .p-parts__item:nth-child(3)::before {
  background: url(../img/service/case_img_03.png) no-repeat center/contain;
}

.p-transition__btn {
  text-align: center;
  display: block;
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.05em;
  border: 1px solid #0068b5;
  border: 0.0625rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.9px 4.9px 0 0 rgba(0, 23, 41, .2);
  background: #fff;
  padding: 20px 30px 20px 0;
  padding: 1.25rem 1.875rem 1.25rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-transition__btn {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.9375rem 1.5625rem 0.9375rem 0;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.p-transition__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-transition__btn:hover {
  opacity: 1;
  background: #0068b5;
  color: #fff;
}
.p-transition__btn:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-transition__heading-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-transition__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-transition__heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}
.p-transition__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-transition__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-transition__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-transition__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service/arrow_icon.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-transition__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-transition__subimg-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-transition__subimg-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-transition__subimg {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-transition__subimg {
    width: 50rem;
    max-width: unset;
  }
}

.p-transition__footer {
  padding: 110px 0 30px;
  padding: 6.875rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-transition__footer {
    padding: 3.75rem 0 0;
  }
}
.p-transition__footer--decoration {
  position: relative;
}
.p-transition__footer--decoration::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 160px;
  height: 10rem;
  left: 0;
  bottom: -60px;
  bottom: -3.75rem;
  background: url(../img/service/basis_bg.png) no-repeat center/contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-transition__footer--decoration::after {
    width: 10rem;
    height: 5rem;
    bottom: -5rem;
  }
}

.p-transition__flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-transition__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  gap: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-transition__flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-transition__flow-heading {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  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;
  height: 176px;
  height: 11rem;
  width: 20%;
  padding: 0 16px;
  padding: 0 1rem;
  background-color: #0168b7;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
  margin-top: -16px;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-transition__flow-heading {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    height: 5rem;
    padding-left: 5rem;
  }
}
.p-transition__flow-heading.step1 {
  -webkit-clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
          clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
}
@media screen and (max-width: 768px) {
  .p-transition__flow-heading.step1 {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
.p-transition__flow-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 48px;
  height: 3rem;
  left: 8px;
  left: 0.5rem;
  top: 8px;
  top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-transition__flow-heading::before {
    top: 1rem;
  }
}
.p-transition__flow-heading.step1::before {
  width: 48px !important;
  width: 3rem !important;
  background: url(../img/service/transition_icon_01.png) no-repeat center/contain;
}
.p-transition__flow-heading.step2::before {
  background: url(../img/service/transition_icon_02.png) no-repeat center/contain;
}
.p-transition__flow-heading.step3::before {
  background: url(../img/service/transition_icon_03.png) no-repeat center/contain;
}
.p-transition__flow-heading.step4::before {
  background: url(../img/service/transition_icon_04.png) no-repeat center/contain;
}
.p-transition__flow-heading.step5::before {
  background: url(../img/service/transition_icon_05.png) no-repeat center/contain;
}
.p-transition__flow-heading.step6::before {
  background: url(../img/service/transition_icon_06.png) no-repeat center/contain;
}
.p-transition__flow-heading:first-child {
  -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media screen and (max-width: 768px) {
  .p-transition__flow-heading:first-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-transition__flow-description {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f2f4f6;
  width: 70%;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  height: 152px;
  height: 9.5rem;
  letter-spacing: -1.44px;
  letter-spacing: -0.09rem;
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-transition__flow-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.p-transition__flow-description span {
  font-size: 16px;
  font-size: 1rem;
}

/* p-top-aws */
.p-top-aws {
  padding: 80px 0 30px;
  padding: 5rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-aws {
    padding-top: 3.75rem;
  }
}
.p-top-aws__text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .p-top-aws__text {
    width: 90%;
    font-size: 1.25rem;
  }
}
.p-top-aws__title {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .p-top-aws__title {
    margin: 1.25rem 0;
    font-size: 1.25rem;
  }
}
.p-top-aws__logo {
  max-width: 188px;
}
@media screen and (max-width: 768px) {
  .p-top-aws__logo {
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
}
.p-top-aws__img {
  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;
  margin: 20px auto;
  margin: 1.25rem auto;
  gap: 20px;
  gap: 1.25rem;
}
.p-top-aws__img img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-aws__img {
    display: block;
    margin: 0 auto;
  }
}
.p-top-aws__certification p {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  background: #e94f05;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-top-aws__certification p {
    font-size: 1.25rem;
  }
}

/* p-top-case */
.p-top-case {
  padding: 160px 0 60px;
  padding: 10rem 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-case {
    padding: 5rem 0 5rem;
  }
}
.p-top-case::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 630px;
  height: 39.375rem;
  left: 0;
  bottom: 0;
  background: #d9dfe3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-case::after {
    height: 25rem;
  }
}

.p-top-case__entitle, .p-top-case__title {
  text-align: center;
}

.p-top-case__logo-sliders {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-case__logo-slider:nth-child(2) .slick-track {
  padding-left: 110px;
  padding-left: 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-case__logo-slider:nth-child(2) .slick-track {
    padding-left: 2.5rem;
  }
}

.p-top-case__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-case__slider {
    margin-top: 1.875rem;
  }
}

.p-top-case__btn {
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  margin: 110px auto 0;
  margin: 6.875rem auto 0;
}

.p-top-case__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* p-top-column */
.p-top-column {
  padding: 80px 0 30px;
  padding: 5rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding-top: 3.75rem;
  }
}
.p-top-column::before {
  position: absolute;
  content: "";
  width: 83%;
  background: #f5f5f5;
  top: 170px;
  top: 10.625rem;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-column::before {
    width: 100%;
    top: 7.5rem;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-top-column__header {
  position: relative;
}
.p-top-column__header::after {
  position: absolute;
  content: "";
  width: 170px;
  width: 10.625rem;
  height: 122px;
  height: 7.625rem;
  left: 0;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(../img/top/top-column_bg.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-column__header::after {
    width: 5.3125rem;
    height: 3.8125rem;
  }
}

.p-top-column__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-top-column__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  padding: 35px 120px 23px 0;
  padding: 2.1875rem 7.5rem 1.4375rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .p-top-column__titles {
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__titles {
    display: block;
    padding: 0.9375rem 3.75rem 0.625rem 1.25rem;
  }
}
.p-top-column__titles::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #0068b5;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-column__titles::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}

.p-top-column__entitle {
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__entitle {
    margin-bottom: 0;
  }
}

.p-top-column__title {
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__title {
    margin-left: 0;
  }
}

.p-top-column__cards {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.p-top-column__cards .c-card {
  background: #fff;
}
.p-top-column__cards .c-card__inner--arrow .c-card__body::after {
  bottom: 33px;
  bottom: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__cards .c-card__inner--arrow .c-card__body::after {
    bottom: 1.25rem;
  }
}
.p-top-column__cards .c-card__img {
  padding-top: 53.3333333333%;
}
.p-top-column__cards .c-card__body {
  background: #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  min-height: 204px;
  min-height: 12.75rem;
}

.p-top-column__more-wrapper {
  text-align: right;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* p-top-download */
.p-top-download {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem;
  position: relative;
}
.p-top-download::before {
  position: absolute;
  content: "";
  width: 84%;
  background: #f5f5f5;
  top: 110px;
  top: 6.875rem;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(22% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(22% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-download::before {
    top: 5.625rem;
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-top-download__header {
  position: relative;
}
.p-top-download__header::after {
  position: absolute;
  content: "";
  width: 212px;
  width: 13.25rem;
  height: 39px;
  height: 2.4375rem;
  right: 0;
  bottom: -30px;
  bottom: -1.875rem;
  background: url(../img/top/top-download_bg.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-download__header::after {
    width: 6.625rem;
    height: 1.25rem;
    bottom: -0.9375rem;
  }
}

.p-top-download__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top-download__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
  padding: 35px 0 18px 58px;
  padding: 2.1875rem 0 1.125rem 3.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-download__titles {
    display: block;
    padding: 0.9375rem 0 0.625rem 3.125rem;
  }
}
.p-top-download__titles::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #0068b5;
  -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-download__titles::before {
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-top-download__entitle {
  margin-left: 18px;
  margin-left: 1.125rem;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-download__entitle {
    margin: 0;
  }
}

.p-top-download__cards {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.p-top-download__cards .c-card {
  background: #fff;
}
.p-top-download__cards .c-card__img {
  padding-top: 53.3333333333%;
}
.p-top-download__cards .c-card__btn-wrapper {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-top-download__cards .c-card__body {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-top-download__more-wrapper {
  text-align: right;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* p-top-menu */
.p-top-menu {
  padding: 60px 0 150px;
  padding: 3.75rem 0 9.375rem;
}

.p-top-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1600px) {
  .p-top-menu__items {
    width: 83.125rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__items {
    display: block;
  }
}

.p-top-menu__item {
  width: 50%;
  padding: 340px 0 30px;
  padding: 21.25rem 0 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .p-top-menu__item {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__item {
    width: 100%;
    padding: 9.375rem 0.9375rem 1.5625rem;
  }
}
.p-top-menu__item::before, .p-top-menu__item::after {
  position: absolute;
  content: "";
}
.p-top-menu__item::before {
  width: 866px;
  width: 54.125rem;
  height: 437px;
  height: 27.3125rem;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .p-top-menu__item::before {
    width: 51.25rem;
    height: 26.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__item::before {
    width: 100%;
    height: 100%;
  }
}
.p-top-menu__item::after {
  bottom: 40px;
  bottom: 2.5rem;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  background: url(../img/common/white-link_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item::after {
    width: 1.25rem;
    height: 1.25rem;
    bottom: 1.5625rem;
  }
}
.p-top-menu__item:first-child::before {
  left: -50px;
  left: -3.125rem;
  background: url(../img/top/top-menu_img_001.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:first-child::before {
    left: 0;
    background: url(../img/top/top-menu_img_003.png) no-repeat center/cover;
  }
}
.p-top-menu__item:first-child::after {
  right: 145px;
  right: 9.0625rem;
}
@media screen and (max-width: 1600px) {
  .p-top-menu__item:first-child::after {
    right: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:first-child::after {
    right: 1.25rem;
  }
}
.p-top-menu__item:first-child .p-top-menu__item-inner {
  left: 60px;
  left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:first-child .p-top-menu__item-inner {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(2) {
    margin-top: 0.625rem;
  }
}
.p-top-menu__item:nth-child(2)::before {
  left: -80px;
  left: -5rem;
  background: url(../img/top/top-menu_img_002.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(2)::before {
    left: 0;
    background: url(../img/top/top-menu_img_004.png) no-repeat center/cover;
  }
}
.p-top-menu__item:nth-child(2)::after {
  right: 180px;
  right: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(2)::after {
    right: 1.25rem;
  }
}
.p-top-menu__item:nth-child(2) .p-top-menu__item-inner {
  left: 30px;
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(2) .p-top-menu__item-inner {
    left: 0;
  }
}
.p-top-menu__item:hover {
  opacity: 0.7;
}

.p-top-menu__item-inner {
  display: block;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  position: absolute;
  width: 92%;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item-inner {
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}

.p-top-menu__item-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}

.p-top-menu__item-entitle {
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item-entitle {
    margin-bottom: -0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-menu__item-title {
    margin-left: 0.3125rem;
  }
}

/* p-top-message */
.p-top-message {
  position: relative;
  z-index: 2;
}
.p-top-message::before, .p-top-message::after {
  position: absolute;
  content: "";
}
.p-top-message::before {
  width: 79%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0068b5;
  -webkit-clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-top-message::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.p-top-message::after {
  width: 62%;
  height: 470px;
  height: 29.375rem;
  top: 120px;
  top: 7.5rem;
  right: 0;
  background: url(../img/top/top-message_img.png) no-repeat center left/cover;
}
@media screen and (max-width: 768px) {
  .p-top-message::after {
    display: none;
  }
}

.p-top-message__wrapper {
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-message__wrapper {
    padding: 2.8125rem 0 1.875rem;
  }
}
.p-top-message__wrapper::before, .p-top-message__wrapper::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-top-message__wrapper::before, .p-top-message__wrapper::after {
    display: none;
  }
}
.p-top-message__wrapper::before {
  width: 310px;
  width: 19.375rem;
  height: 176px;
  height: 11rem;
  left: 0;
  bottom: -100px;
  bottom: -6.25rem;
  background: url(../img/top/top-message_bg_001.png) no-repeat center/contain;
}
.p-top-message__wrapper::after {
  width: 264px;
  width: 16.5rem;
  height: 124px;
  height: 7.75rem;
  right: 0;
  top: 50px;
  top: 3.125rem;
  background: url(../img/top/top-message_bg_002.png) no-repeat center/contain;
}

.p-top-message__title {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #0068b5;
}
@media screen and (max-width: 768px) {
  .p-top-message__title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-top-message__title span {
  display: inline-block;
  background: #fff;
  border-radius: 0.125rem;
  padding: 0 0 0 15px;
  padding: 0 0 0 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__title span {
    padding: 0 0 0 0.625rem;
  }
}
.p-top-message__title span:last-child {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__title span:last-child {
    margin-top: 0.3125rem;
  }
}

.p-top-message__text {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.375;
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}

/* p-top-mv */
.p-top-mv {
  position: relative;
  z-index: 3;
}

.p-top-mv__inner {
  position: relative;
  padding-top: 78px;
  padding-top: 4.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    padding-top: 0.6875rem;
  }
}

.p-top-mv__img01 {
  position: absolute;
  width: 484px;
  width: 30.25rem;
  max-width: 100%;
  top: 0;
  left: -7%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0);
          transform: translateY(50px) scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-top-mv__img01 {
    width: 11.0625rem;
    left: unset;
    top: 2.5rem;
    right: -1.5625rem;
  }
}
.p-top-mv__img01.active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: unset;
}

.p-top-mv__img02 {
  position: absolute;
  width: 501px;
  width: 31.3125rem;
  max-width: 100%;
  top: 0;
  right: -1%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0);
          transform: translateY(50px) scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-top-mv__img02 {
    width: 11.0625rem;
    left: unset;
    top: 2.5rem;
    right: -1.5625rem;
  }
}
@media screen and (max-width: 1800px) {
  .p-top-mv__img02 {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__img02 {
    width: 12.1875rem;
    right: unset;
    top: unset;
    bottom: 1.5rem;
    left: -4.375rem;
  }
}
.p-top-mv__img02.active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: unset;
}

.p-top-mv__title-wrapper {
  width: 1366px;
  width: 85.375rem;
  max-width: 100%;
  margin: 0 auto;
  background: #ececee;
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  padding: 51px 0 75px;
  padding: 3.1875rem 0 4.6875rem;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title-wrapper {
    width: 20.375rem;
    padding: 0.8125rem 0;
  }
}
.p-top-mv__title-wrapper.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: unset;
}

.p-top-mv__title {
  width: 634px;
  width: 39.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    width: 8.9375rem;
  }
}

.p-top-mv__heading {
  width: 926px;
  width: 57.875rem;
  max-width: 100%;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1800px) {
  .p-top-mv__heading {
    width: 43.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__heading {
    width: 21.0625rem;
    margin-top: 8.5625rem;
  }
}
.p-top-mv__heading.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: unset;
}

.p-top-mv__text {
  position: absolute;
  left: 0;
  bottom: 250px;
  bottom: 15.625rem;
  z-index: 1;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.1em;
  padding-left: 85px;
  padding-left: 5.3125rem;
  opacity: 0;
  -webkit-transform: translateX(-300px) scale(0);
          transform: translateX(-300px) scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1800px) {
  .p-top-mv__text {
    bottom: 12.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-size: 0.8125rem;
    bottom: unset;
    top: 9.5rem;
    padding-left: 0.9375rem;
  }
}
.p-top-mv__text.active {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  pointer-events: unset;
}
.p-top-mv__text:before {
  position: absolute;
  content: "";
  left: 0;
  top: -160px;
  top: -10rem;
  width: 526px;
  width: 32.875rem;
  height: 440px;
  height: 27.5rem;
  background: url(../img/top/top-mv_bg_001.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .p-top-mv__text:before {
    top: -8.4375rem;
    width: 28.75rem;
    height: 24.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__text:before {
    top: -3rem;
    width: 13.75rem;
    height: 7.5rem;
    background: url(../img/top/top-mv_bg_003.png) no-repeat center/contain;
  }
}
.p-top-mv__text span {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text span {
    font-size: 1.0625rem;
  }
}

.p-top-mv__subtext {
  position: absolute;
  right: 0;
  bottom: 190px;
  bottom: 11.875rem;
  z-index: 1;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  padding-right: 70px;
  padding-right: 4.375rem;
  opacity: 0;
  -webkit-transform: translateX(300px) scale(0);
          transform: translateX(300px) scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1800px) {
  .p-top-mv__subtext {
    bottom: 9.375rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__subtext {
    font-size: 0.875rem;
    bottom: 8.625rem;
    padding-right: 1.875rem;
  }
}
.p-top-mv__subtext.active {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  pointer-events: unset;
}
.p-top-mv__subtext::before {
  position: absolute;
  content: "";
  top: -175px;
  top: -10.9375rem;
  right: 0;
  width: 485px;
  width: 30.3125rem;
  height: 370px;
  height: 23.125rem;
  background: url(../img/top/top-mv_bg_002.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .p-top-mv__subtext::before {
    top: -9.375rem;
    width: 27.5rem;
    height: 20.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__subtext::before {
    top: -2.8125rem;
    width: 14.8125rem;
    height: 7.8125rem;
    background: url(../img/top/top-mv_bg_004.png) no-repeat center/contain;
  }
}
.p-top-mv__subtext span {
  font-weight: 900;
  letter-spacing: 0;
}
.p-top-mv__subtext span:first-child {
  font-size: 47px;
  font-size: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__subtext span:first-child {
    font-size: 1.5rem;
  }
}
.p-top-mv__subtext span:nth-child(2) {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__subtext span:nth-child(2) {
    font-size: 1.25rem;
  }
}

.p-top-mv__scroll {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll {
    font-size: 0.8125rem;
    padding-bottom: 1.6875rem;
    margin-top: 13.8125rem;
  }
}
.p-top-mv__scroll::before, .p-top-mv__scroll::after {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-mv__scroll::before {
  background: #001729;
  height: 61px;
  height: 3.8125rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll::before {
    height: 1.5625rem;
  }
}
.p-top-mv__scroll::after {
  background: #fff;
  height: 38px;
  height: 2.375rem;
  bottom: -38px;
  bottom: -2.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll::after {
    height: 1.6875rem;
    bottom: -1.6875rem;
  }
}

/* p-top-reason */
.p-top-reason {
  padding: 90px 0 150px;
  padding: 5.625rem 0 9.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding: 2.5rem 0 9.375rem;
  }
}

.p-top-reason__text {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: -0.1em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__text {
    text-align: left;
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-top-reason__img-wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__img-wrapper {
    margin-right: calc(50% - 50vw);
    white-space: nowrap;
    overflow-y: auto;
    padding-right: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-top-reason__img {
  width: 1250px;
  width: 78.125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-reason__img {
    width: 50rem;
    max-width: unset;
  }
}

.p-top-reason__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__items {
    margin-top: 3.125rem;
  }
}

.p-top-reason__item {
  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: 768px) {
  .p-top-reason__item {
    display: block;
  }
}
.p-top-reason__item + .p-top-reason__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-top-reason__item:nth-child(odd) .p-top-reason__item-body {
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item:nth-child(odd) .p-top-reason__item-body {
    padding-right: 0;
  }
}
.p-top-reason__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-reason__item:nth-child(even) .p-top-reason__item-body {
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item:nth-child(even) .p-top-reason__item-body {
    padding-left: 0;
  }
}

.p-top-reason__item-img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-img {
    width: 100%;
  }
}

.p-top-reason__item-body {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-top-reason__item-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 900;
  color: #0068b5;
  letter-spacing: -0.1em;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-title {
    font-size: 1.5rem;
  }
}
.p-top-reason__item-title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-top-reason__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.1em;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.p-top-reason__item-subtext {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.1em;
  line-height: 2;
  color: #8d9195;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-subtext {
    font-size: 0.875rem;
  }
}

.p-top-reason__item-link {
  text-align: center;
  display: block;
  width: 181px;
  width: 11.3125rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0068b5;
  background: #fff;
  border: 2px solid #0068b5;
  border: 0.125rem solid #0068b5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 6px 15px 8px 5px;
  padding: 0.375rem 0.9375rem 0.5rem 0.3125rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-link {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0.5rem 0.9375rem 0.625rem 0.3125rem;
  }
}
.p-top-reason__item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/blue-arrow_icon.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-top-reason__item-link:hover {
  opacity: 1;
  color: #fff;
  background: #0068b5;
}
.p-top-reason__item-link:hover::after {
  background: url(../img/common/white-arrow_icon.png) no-repeat center/contain;
}

.p-top-reason__cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -115px;
  bottom: -7.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__cta {
    bottom: -8.125rem;
  }
}

/* p-top-service */
.p-top-service__content {
  background: url(../img/top/top-service_bg_003.png) no-repeat center top/cover;
  padding-bottom: 800px;
  padding-bottom: 50rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__content {
    padding-bottom: 0.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a4e6e), to(#001729));
    background: linear-gradient(#1a4e6e, #001729);
  }
}

.p-top-service__header {
  text-align: right;
  position: relative;
}
.p-top-service__header::before {
  position: absolute;
  content: "";
  right: 0;
  top: -100px;
  top: -6.25rem;
  width: 233px;
  width: 14.5625rem;
  height: 67px;
  height: 4.1875rem;
  background: url(../img/top/top-service_bg_001.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-service__header::before {
    width: 7.5rem;
    height: 2.1875rem;
    top: -2.8125rem;
  }
}

.p-top-service__title-wrapper {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-top-service__title-wrapper::before {
  position: absolute;
  content: "";
  background: #001729;
  width: 100vw;
  height: 159px;
  height: 9.9375rem;
  left: -90px;
  left: -5.625rem;
  top: -75px;
  top: -4.6875rem;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-service__title-wrapper::before {
    height: 3.75rem;
    left: -2.5rem;
    top: -1.875rem;
  }
}

.p-top-service__body {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-service__subtitle {
  display: inline-block;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  background: #e94f05;
  line-height: 1.4;
  letter-spacing: -0.05em;
  border-radius: 0.125rem;
  padding: 0 60px 2px 50px;
  padding: 0 3.75rem 0.125rem 3.125rem;
  -webkit-clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-top-service__subtitle {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.p-top-service__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.1em;
  color: #fff;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-top-service__heading {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 90px;
  margin-top: 5.625rem;
  position: relative;
}
.p-top-service__heading span {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-top-service__heading span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-top-service__heading::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/top/top-service_icon_001.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  bottom: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__heading::after {
    width: 1rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}

.p-top-service__image-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__image-boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}
.p-top-service__image-boxes .p-top-service__box {
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 1.25rem 0;
}
.p-top-service__image-boxes .p-top-service__box-title {
  position: absolute;
  text-align: left;
  font-size: 28px;
  font-size: 1.75rem;
  top: 30px;
  top: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-service__image-boxes .p-top-service__box-title {
    top: 0.625rem;
  }
}
.p-top-service__image-boxes .p-top-service__box-title.cloud-integration span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  border-radius: 0.0625rem;
  background: #e94f05;
  padding: 0 30px 0 20px;
  padding: 0 1.875rem 0 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-top-service__image-boxes .p-top-service__box-title.cloud-integration span {
    font-size: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.p-top-service__image-boxes .p-top-service__box-title.cloud-integration span:last-child {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.p-top-service__image-boxes .p-top-service__box-title.it-engineering span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  border-radius: 0.0625rem;
  background: #39a9ff;
  padding: 0 30px 0 20px;
  padding: 0 1.875rem 0 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-top-service__image-boxes .p-top-service__box-title.it-engineering span {
    font-size: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.p-top-service__image-boxes .p-top-service__box-title.it-engineering span:last-child {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.p-top-service__image-boxes .p-top-service__box-list a {
  margin: 20px auto;
  margin: 1.25rem auto;
}
.p-top-service__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__boxes {
    display: block;
    padding: 0;
    margin-top: 3.75rem;
  }
}
.p-top-service__boxes-sp-flow01 {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-top-service__boxes-sp-flow01 .flow {
  width: 40px;
  width: 2.5rem;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-top-service__boxes-sp-flow01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #e94f05;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__boxes-sp-flow01 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-top-service__boxes-sp-flow01 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-top-service__boxes-sp-flow01 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-top-service__boxes-sp-flow01 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-service__boxes-sp-flow02 {
  position: relative;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-top-service__boxes-sp-flow02 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-top-service__boxes-sp-flow02 .flow img:first-child {
  width: 40px;
  width: 2.5rem;
  height: 160px;
  height: 10rem;
}
.p-top-service__boxes-sp-flow02 .flow img:nth-child(2) {
  width: 40px;
  width: 2.5rem;
}
.p-top-service__boxes-sp-flow02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__boxes-sp-flow02 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-top-service__boxes-sp-flow02 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-top-service__boxes-sp-flow02 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-top-service__boxes-sp-flow02 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-service__boxes-sp-flow02 a.cloud-integration {
  position: absolute;
  background: #e94f05;
  top: 170px;
  top: 10.625rem;
}
.p-top-service__boxes-sp-flow02 a.it-engineering {
  position: absolute;
  background: #39a9ff;
  top: 300px;
  top: 18.75rem;
}
.p-top-service__boxes-sp-flow03 {
  position: relative;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
.p-top-service__boxes-sp-flow03 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-top-service__boxes-sp-flow03 .flow img:first-child {
  width: 40px;
  width: 2.5rem;
  height: 160px;
  height: 10rem;
}
.p-top-service__boxes-sp-flow03 .flow img:nth-child(2) {
  width: 40px;
  width: 2.5rem;
}
.p-top-service__boxes-sp-flow03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__boxes-sp-flow03 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-top-service__boxes-sp-flow03 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-top-service__boxes-sp-flow03 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-top-service__boxes-sp-flow03 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-service__boxes-sp-flow03 a.cloud-integration {
  position: absolute;
  background: #e94f05;
  top: 170px;
  top: 10.625rem;
}
.p-top-service__boxes-sp-flow03 a.it-engineering {
  position: absolute;
  background: #39a9ff;
  top: 300px;
  top: 18.75rem;
}
.p-top-service__boxes-sp-flow04 {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.p-top-service__boxes-sp-flow04 .flow {
  width: 40px;
  width: 2.5rem;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.p-top-service__boxes-sp-flow04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #39a9ff;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__boxes-sp-flow04 a .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-top-service__boxes-sp-flow04 a .icon {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 25px;
  top: 1.5625rem;
}
.p-top-service__boxes-sp-flow04 a .arrow {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 8px;
  right: 0.5rem;
}
.p-top-service__boxes-sp-flow04 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-service__boxes-sp-text01 {
  color: #fff;
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #e94f05;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-top-service__boxes-sp-text02 {
  color: #fff;
  position: absolute;
  top: 80px;
  top: 5rem;
  right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}

.p-top-service__box {
  width: 49%;
  background: #fff;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-service__box {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .p-top-service__box + .p-top-service__box {
    margin-top: 1.25rem;
  }
}

.p-top-service__box-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.05em;
  color: #0068b5;
}
.p-top-service__box-title span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__box-title {
    font-size: 1.25rem;
  }
}

.p-top-service__box-list {
  text-align: left;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__box-list {
    padding: 0;
  }
}
.p-top-service__box-list p {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-service__box-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 8px/14px;
  background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.5rem/0.875rem;
  background-color: #f5f5f5;
  background-position: top 20% left 5%;
}
.p-top-service__box-list-item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-top-service__box-list-item {
    font-size: 1rem;
    background: url(../img/top/top-service_icon_002.png) no-repeat left top 0.3125rem/0.75rem;
    background-color: #f5f5f5;
    background-position: top 20% left 5%;
  }
}
.p-top-service__box-list-item + .p-top-service__box-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-service__lead {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: -0.1em;
  color: #fff;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__lead {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-top-service__btn {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__btn {
    margin-top: 2.5rem;
  }
}

.p-top-service__footer {
  margin-top: -215px;
  margin-top: -13.4375rem;
  padding: 60px 0 160px;
  padding: 3.75rem 0 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__footer {
    margin-top: 0;
    padding: 3.125rem 0 5rem;
  }
}
.p-top-service__footer:before, .p-top-service__footer::after {
  position: absolute;
  content: "";
}
.p-top-service__footer::before {
  width: 87%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0068b5;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-service__footer::before {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.p-top-service__footer::after {
  left: 0;
  bottom: -35px;
  bottom: -2.1875rem;
  width: 382px;
  width: 23.875rem;
  height: 176px;
  height: 11rem;
  background: url(../img/top/top-service_bg_002.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-service__footer::after {
    width: 11.9375rem;
    height: 5.5rem;
  }
}
.p-top-service__footer .p-top-service__btn {
  margin-left: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__footer .p-top-service__btn {
    margin-left: auto;
  }
}

.p-top-service__items {
  position: absolute;
  right: 0;
  top: 150px;
  top: 9.375rem;
  width: 74%;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 2000px) {
  .p-top-service__items {
    width: 70%;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__items {
    position: static;
    width: 100%;
    margin-top: 2.5rem;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-top-service__item {
  color: #fff;
  margin-left: auto;
}
.p-top-service__item:first-child {
  background: url(../img/top/top-service_bg_004.png) no-repeat center right/cover;
}
.p-top-service__item:first-child .p-top-service__item-inner {
  padding-left: 360px;
  padding-left: 22.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:first-child .p-top-service__item-inner {
    padding-left: 1.25rem;
  }
}
.p-top-service__item:nth-child(2) {
  background: url(../img/top/top-service_bg_005.png) no-repeat center right/cover;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(2) {
    background-position: center;
  }
}
.p-top-service__item:nth-child(2) .p-top-service__item-inner {
  padding-left: 270px;
  padding-left: 16.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(2) .p-top-service__item-inner {
    padding-left: 1.25rem;
  }
}
.p-top-service__item:nth-child(3) {
  background: url(../img/top/top-service_bg_006.png) no-repeat center right/cover;
}

.p-top-service__item-inner {
  display: block;
  padding: 45px 150px 50px 160px;
  padding: 2.8125rem 9.375rem 3.125rem 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-inner {
    padding: 1.5625rem 1.25rem 4.375rem;
  }
}
.p-top-service__item-inner::before, .p-top-service__item-inner::after {
  position: absolute;
  content: "";
}
.p-top-service__item-inner::before {
  position: absolute;
  content: "";
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 55px;
  right: 3.4375rem;
  background: url(../img/common/white-more_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-inner::before {
    width: 2.5rem;
    height: 2.5rem;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.p-top-service__item-inner::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-service_bg_007.png) no-repeat center/cover;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.p-top-service__item-inner:hover {
  opacity: 1;
}
.p-top-service__item-inner:hover::after {
  opacity: 0;
}

.p-top-service__item-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-title {
    font-size: 1.25rem;
  }
}

.p-top-service__item-text {
  width: 700px;
  width: 43.75rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.69;
  letter-spacing: -0.1em;
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-text {
    font-size: 1rem;
  }
}

.p-top-service__cta {
  margin: -128px auto 0;
  margin: -8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__cta {
    margin-top: 3.75rem;
  }
}

.p-top-service__flow-arrow {
  position: relative;
}
.p-top-service__flow-arrow01 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 180px;
  left: 11.25rem;
}
.p-top-service__flow-arrow02 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 420px;
  left: 26.25rem;
}
.p-top-service__flow-arrow03 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 600px;
  left: 37.5rem;
}
.p-top-service__flow-arrow04 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 750px;
  left: 46.875rem;
}
.p-top-service__flow-arrow05 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 900px;
  left: 56.25rem;
}
.p-top-service__flow-arrow06 {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 1150px;
  left: 71.875rem;
}
.p-top-service__flow-text {
  position: relative;
  color: #fff;
}
.p-top-service__flow-text01 {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 320px;
  left: 20rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #e94f05;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-top-service__flow-text02 {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 500px;
  left: 31.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-top-service__flow-text03 {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 680px;
  left: 42.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #e94f05;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-top-service__flow-text04 {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 850px;
  left: 53.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #39a9ff;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.p-top-service__flow-text05 {
  position: relative;
}
.p-top-service__flow-text05 a {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  position: absolute;
  top: 230px;
  top: 14.375rem;
  left: 50px;
  left: 3.125rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  background: #e94f05;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__flow-text05 a .icon {
  width: 60px;
  width: 3.75rem;
  position: absolute;
  left: 150px;
  left: 9.375rem;
  top: 25px;
  top: 1.5625rem;
}
.p-top-service__flow-text05 a .arrow {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 150px;
  right: 9.375rem;
}
.p-top-service__flow-text05 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-service__flow-text06 {
  position: relative;
}
.p-top-service__flow-text06 a {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  position: absolute;
  top: 450px;
  top: 28.125rem;
  left: 320px;
  left: 20rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  background: #39a9ff;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
          box-shadow: 4.5px 5.4px 0 0 rgba(0, 23, 41, .2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__flow-text06 a .icon {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  left: 230px;
  left: 14.375rem;
}
.p-top-service__flow-text06 a .arrow {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 150px;
  right: 9.375rem;
}
.p-top-service__flow-text06 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* u-fade */
.u-fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.u-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media print {
  .u-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

/* 260115_ポップアップバナー */
.top-popup-bnr {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 36px;
  width: 300px;
}
.top-popup-bnr a {
  transition: 0.3s;
}
.top-popup-bnr__close {
  position: absolute;
  right: -36px;
  bottom: 0;
}
.top-popup-bnr__close:hover {
  cursor: pointer;
}
.top-popup-bnr__close span {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #e94f05;
  border: 2px solid #fff;
}
.top-popup-bnr__close span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-popup-bnr__close span::before, .top-popup-bnr__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 20px;
  background: #fff;
}
.top-popup-bnr__close span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.top-popup-bnr.is-close a {
    display: none;
}
.top-popup-bnr.is-close .top-popup-bnr__close span::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
/* フッターまでスクロールしたら要素が消える */
/* .top-popup-bnr.is-hidden {
  display: none;
} */

/*# sourceMappingURL=style.css.map */
