@charset "UTF-8";
/*font*/
/*gray*/
/*bg_gray*/
/*藍色*/
/*青色*/
/*水色*/
/*黒色グラデーション*/
/*黒色グラデーション反転*/
.is-fadein-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes align-animation {
  from {
    -webkit-transform: translate3d(0, 160%, 0) skewY(0deg);
            transform: translate3d(0, 160%, 0) skewY(0deg);
    -webkit-transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s, -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    -webkit-transition-delay: 0.05143s;
            transition-delay: 0.05143s;
    padding-bottom: 0.1em;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
            transform: translate3d(0, 0, 0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes align-animation {
  from {
    -webkit-transform: translate3d(0, 160%, 0) skewY(0deg);
            transform: translate3d(0, 160%, 0) skewY(0deg);
    -webkit-transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s, -webkit-transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
    -webkit-transition-delay: 0.05143s;
            transition-delay: 0.05143s;
    padding-bottom: 0.1em;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
            transform: translate3d(0, 0, 0) skewY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes img-anime {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-anime {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*左右のアニメーション*/
/*.slick-active h1 {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}*/
.p-service-set .js-service-set--prev span, .p-service-set .js-service-set--next span, .p-bnr-karte__inner__btn:before, .p-bnr-diagnose-hr-sysetem__inner__btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #f4f4f4;
  content: "";
}

/* c-banner */
.c-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  min-height: 18.75rem;
  background: #153378;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-banner {
    display: block;
    min-height: unset;
  }
}
.c-banner:hover {
  opacity: 1;
}
.c-banner:hover .c-banner__btn {
  color: #fff;
}
.c-banner:hover .c-banner__btn::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-banner:hover .c-banner__btn::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.c-banner:hover .c-banner__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-banner__img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .c-banner__img {
    width: 100%;
    height: auto;
  }
}
.c-banner__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .c-banner__img img {
    height: auto;
  }
}

.c-banner__body {
  width: 50%;
  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;
  padding: 10px 50px 20px;
  padding: 0.625rem 3.125rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-banner__body {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
}

.c-banner__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-banner__title {
    font-size: 1.5rem;
  }
}

.c-banner__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  color: #fff;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-banner__text {
    font-size: 1rem;
  }
}

.c-banner__btn.c-btn {
  width: 550px;
  width: 34.375rem;
  max-width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
}
@media screen and (max-width: 768px) {
  .c-banner__btn.c-btn {
    margin-top: 1.25rem;
  }
}

/* c-book-card */
.c-book-card {
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.375rem;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-book-card {
    padding: 1.875rem 1.25rem;
  }
}
.c-book-card .c-unit__btn {
  margin-top: 10px;
}

.c-book-card__inner {
  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) {
  .c-book-card__inner {
    display: block;
  }
}

.c-book-card__img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .c-book-card__img {
    width: 9.375rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.c-book-card__body {
  width: 69%;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .c-book-card__body {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.c-book-card__title {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c-book-card__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-book-card__subtitle {
    font-size: 1.125rem;
  }
}

.c-book-card__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-book-card__list {
  border-top: 3px dashed #ccc;
  border-top: 0.1875rem dashed #ccc;
  padding-top: 25px;
  padding-top: 1.5625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.c-book-card__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.c-book-card__list-item + .c-book-card__list-item {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.c-book-card__list-title {
  font-weight: 700;
  min-width: 86px;
  min-width: 5.375rem;
}

.c-book-card__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.c-book-card__link:first-child a {
  border: 2px solid #999;
  border: 0.125rem solid #999;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.c-book-card__link:first-child a::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 21px;
  height: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  left: 1.25rem;
  background: url(../img/common/amazon_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-book-card__link:first-child a::after {
    left: 0.625rem;
  }
}
.c-book-card__link:nth-child(2) a {
  border: 2px solid #8392b7;
  border: 0.125rem solid #8392b7;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
.c-book-card__link:nth-child(2) a::after {
  right: 45px;
  right: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .c-book-card__link:nth-child(2) a::after {
    right: 2.1875rem;
  }
}
.c-book-card__link a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .c-book-card__link a {
    font-size: 0.8125rem;
  }
}

/* c-breadcrumb */
.c-breadcrumb {
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 0.625rem 0;
  }
}

.c-breadcrumb__item {
  display: inline;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 23px;
  margin-left: 1.4375rem;
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: 9px;
  height: 0.5625rem;
  top: 9px;
  top: 0.5625rem;
  left: -16px;
  left: -1rem;
  background: url(../img/common/breadcrumb_icon.png) no-repeat center/contain;
}
.c-breadcrumb__item a, .c-breadcrumb__item span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #555;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item a, .c-breadcrumb__item span {
    display: inline;
  }
}

/* c-btn */
.c-btn {
  text-align: center;
  display: block;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #153378;
  background: #fff;
  border: 2px solid #153378;
  border: 0.125rem solid #153378;
  padding: 14px;
  padding: 0.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
}
.c-btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #153378;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.c-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn:hover {
  opacity: 1;
  color: #fff;
}
.c-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-btn:hover::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}

/* c-card */
.c-card a[target=_blank]::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/blank_icon.png) center/contain no-repeat;
  content: "";
}

.c-card__inner {
  display: block;
  position: relative;
  border-radius: 0.375rem;
  background: #fff;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.c-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-card__inner:hover .c-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-card__img {
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
  padding-top: 41.7910447761%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card__img {
    padding-top: 66.6666666667%;
  }
}
.c-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem 0.375rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__img .service_list_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 260px;
  width: 30%;
  top: auto;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-card__img .service_list_logo {
    width: 30%;
  }
}

.c-card__body {
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 25px 30px 35px;
  padding: 1.5625rem 1.875rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-card__body {
    padding: 1.25rem 0.9375rem;
  }
}

.c-card__subtitle {
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 1.125rem;
  }
}

.c-card__text {
  display: none;
}

.c-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 6px;
  gap: 0.375rem 0.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.c-card__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #858585;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
}

/* c-case-card */
.c-case-card {
  border-radius: 0.375rem;
}
.c-case-card a {
  position: relative;
}
.c-case-card a[target=_blank]::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/blank_icon.png) center/contain no-repeat;
  content: "";
}

.c-case-card__inner {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-case-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-case-card__inner:hover .c-case-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-case-card__img {
  width: 100%;
  padding-top: 56.7164179104%;
  border-radius: 0.375rem 0.375rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-case-card__img {
    padding-top: 66.6666666667%;
  }
}
.c-case-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem 0.375rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-case-card__body {
  padding: 22px 30px 30px;
  padding: 1.375rem 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-case-card__body {
    padding: 1.25rem 0.9375rem;
  }
}

.c-case-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-case-card__title {
    font-size: 1rem;
  }
}

.c-case-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
  margin-top: 1.125rem;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
}
.c-case-card__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

/* c-column-card */
.c-column-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 0.375rem;
  padding: 30px 30px 40px;
  padding: 1.875rem 1.875rem 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-column-card__inner {
    padding: 1.5625rem 1.25rem;
  }
}
.c-column-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-column-card__inner:hover .c-column-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-column-card__img {
  width: 120px;
  width: 7.5rem;
  min-width: 120px;
  min-width: 7.5rem;
  border-radius: 50%;
}
.c-column-card__img img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-column-card__body {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.c-column-card__name {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-column-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-column-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
  gap: 0.5rem 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-column-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
}
.c-column-card__category span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.c-column-card__date {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* c-consultant-card */
.c-consultant-card {
  text-align: center;
}
.c-consultant-card.border-orange .c-consultant-card__inner {
  border: 1px solid #E9450A;
  border: 0.0625rem solid #E9450A;
}

.c-consultant-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #153378;
  border: 0.0625rem solid #153378;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-consultant-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-consultant-card__inner:hover .c-consultant-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-consultant-card__body {
  text-align: center;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-consultant-card__body {
    padding: 1.875rem 0.625rem;
  }
}

.c-consultant-card__img {
  width: 160px;
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-consultant-card__img {
    width: 7.5rem;
  }
}
.c-consultant-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-consultant-card__position {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.92;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-consultant-card__position {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-top: 0.9375rem;
  }
}

.c-consultant-card__name {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-consultant-card__name {
    font-size: 1rem;
  }
}

/* c-contact-btn */
.c-contact-btn {
  text-align: center;
  display: block;
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #07183f;
  border: 2px solid #07183f;
  border: 0.125rem solid #07183f;
  letter-spacing: 0.05em;
  padding: 23px 0 23px;
  padding: 1.4375rem 0 1.4375rem;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    width: 18.75rem;
    font-size: 1.125rem;
    padding: 1.25rem 0;
  }
}
.c-contact-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.c-contact-btn:hover {
  opacity: 1;
  border-color: #07183f;
  color: #07183f;
}
.c-contact-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-contact-btn:hover span {
  background: url(../img/common/mail_icon_002.png) no-repeat center left/23px;
  background: url(../img/common/mail_icon_002.png) no-repeat center left/1.4375rem;
}
.c-contact-btn span {
  display: inline-block;
  background: url(../img/common/mail_icon_001.png) no-repeat center left/23px;
  background: url(../img/common/mail_icon_001.png) no-repeat center left/1.4375rem;
  padding-left: 32px;
  padding-left: 2rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-contact-btn--pink {
  background: #bf1f7f;
  border-color: #bf1f7f;
}
.c-contact-btn--pink:hover {
  color: #bf1f7f;
  border-color: #bf1f7f;
}
.c-contact-btn--pink:hover span {
  background: url(../img/common/mail_icon_003.png) no-repeat center left/23px;
  background: url(../img/common/mail_icon_003.png) no-repeat center left/1.4375rem;
}

.c-contact-btn--download:hover span {
  background: url(../img/common/download_icon_002.png) no-repeat center left/20px;
  background: url(../img/common/download_icon_002.png) no-repeat center left/1.25rem;
}
.c-contact-btn--download span {
  background: url(../img/common/download_icon_001.png) no-repeat center left/20px;
  background: url(../img/common/download_icon_001.png) no-repeat center left/1.25rem;
}

.c-contact-btn--diagnosis:hover span {
  background: url(../img/common/diagnosis_icon_002.png) no-repeat center left/20px;
  background: url(../img/common/diagnosis_icon_002.png) no-repeat center left/1.25rem;
}
.c-contact-btn--diagnosis span {
  background: url(../img/common/diagnosis_icon_001.png) no-repeat center left/20px;
  background: url(../img/common/diagnosis_icon_001.png) no-repeat center left/1.25rem;
}

.c-contact-btn--application:hover span {
  background: url(../img/common/application_icon_002.png) no-repeat center left/20px;
  background: url(../img/common/application_icon_002.png) no-repeat center left/1.25rem;
}
.c-contact-btn--application span {
  background: url(../img/common/application_icon_001.png) no-repeat center left/20px;
  background: url(../img/common/application_icon_001.png) no-repeat center left/1.25rem;
}

.c-contact-btn--consultation:hover span {
  background: url(../img/common/consultation_icon_002.png) no-repeat center left/33px;
  background: url(../img/common/consultation_icon_002.png) no-repeat center left/2.0625rem;
}
.c-contact-btn--consultation span {
  background: url(../img/common/consultation_icon_001.png) no-repeat center left/33px;
  background: url(../img/common/consultation_icon_001.png) no-repeat center left/2.0625rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.c-contact-btn--channel:hover span {
  background: url(../img/common/youtube_icon_002.png) no-repeat center left/28px;
  background: url(../img/common/youtube_icon_002.png) no-repeat center left/1.75rem;
}
.c-contact-btn--channel span {
  background: url(../img/common/youtube_icon_001.png) no-repeat center left/28px;
  background: url(../img/common/youtube_icon_001.png) no-repeat center left/1.75rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

/* c-document-card */
.c-document-card__inner {
  display: block;
  background: #fff;
  border-radius: 0.375rem;
  padding: 38px 30px 40px;
  padding: 2.375rem 1.875rem 2.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
.c-document-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-document-card__inner:hover .c-document-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-document-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-document-card__img img {
    margin: 0 auto;
  }
}

.c-document-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* c-download-card */
.c-download-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 0.375rem;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-download-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-download-card__inner:hover .c-download-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-download-card__body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #e5e5e5;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 30px 30px 35px;
  padding: 1.875rem 1.875rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-download-card__body {
    padding: 1.875rem 1.25rem;
  }
}

.c-download-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-download-card__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-download-card__title {
    font-size: 1.375rem;
    margin-top: 1.5625rem;
  }
}

.c-download-card__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-download-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.c-download-card__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #858585;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
}

/* c-entitle */
/* c-glossary-card */
.c-glossary-card__inner {
  display: block;
  background: #fff;
  border-radius: 0.375rem;
  padding: 40px 30px 40px;
  padding: 2.5rem 1.875rem 2.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  height: 100%;
}
.c-glossary-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-glossary-card__inner:hover .c-document-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .c-glossary-card__inner:hover .c-document-card__img img {
    margin: 0 auto;
  }
}

.c-glossary-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
}

*[class^=c-img-box] {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  overflow: hidden;
}
*[class^=c-img-box] img {
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  *[class^=c-img-box] img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 2rem;
    max-width: 100%;
  }
}
*[class^=c-img-box] + * {
  overflow: hidden;
}

.c-img-box--l__item {
  float: left;
  max-width: 44%;
  margin-right: 64px;
  margin-right: 4rem;
}
.c-img-box--l__item img {
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
@media screen and (max-width: 768px) {
  .c-img-box--l__item {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-right: 0;
  }
}
.c-img-box--l img {
  float: left;
  max-width: 44%;
  margin-right: 64px;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .c-img-box--l img {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-right: 0;
  }
}
.c-img-box--r__item {
  float: right;
  max-width: 44%;
  margin-left: 64px;
  margin-left: 4rem;
}
.c-img-box--r__item img {
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
@media screen and (max-width: 768px) {
  .c-img-box--r__item {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 2rem !important;
  }
}
.c-img-box--r img {
  float: right;
  max-width: 44%;
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-img-box--r img {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-img-box--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.c-img-box--half__item {
  max-width: 46%;
  width: 46%;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.c-img-box--half__item:last-child {
  margin-bottom: 0;
}
.c-img-box--half__item img {
  max-width: 100%;
  display: block;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-img-box--half__item {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-right: 0;
  }
}

/* c-link */
.c-link {
  display: inline-block;
  color: #153378;
  letter-spacing: 0.05em;
  padding-right: 30px;
  padding-right: 1.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
.c-link::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover::after {
  right: -4px;
  right: -0.25rem;
}

/* c-member-card */
.c-member-card__inner {
  display: block;
  height: 100%;
  background: #fff;
  padding: 30px 30px 35px;
  padding: 1.875rem 1.875rem 2.1875rem;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-member-card__inner {
    padding: 1.875rem 0.9375rem;
  }
}
.c-member-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-member-card__inner:hover .c-member-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-member-card__img {
  width: 120px;
  width: 7.5rem;
  max-width: 100%;
  margin: 0 auto;
}
.c-member-card__img img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-member-card__name {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-member-card__name {
    font-size: 1rem;
  }
}

.c-member-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-member-card__title {
    font-size: 1rem;
  }
}

.c-member-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
  gap: 0.625rem 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-member-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
}
.c-member-card__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.c-member-card__date {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* c-more */
.c-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-more {
    font-size: 1.125rem;
  }
}
.c-more:hover {
  opacity: 1;
}
.c-more:hover span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-more:hover span::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}
.c-more span {
  display: inline-block;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  border-radius: 50%;
  border: 1px solid #B6B7BA;
  border: 0.0625rem solid #B6B7BA;
  overflow: hidden;
  margin-right: 15px;
  margin-right: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-more span {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.c-more span::before, .c-more span::after {
  position: absolute;
  content: "";
}
.c-more span::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.c-more span::after {
  width: 10px;
  width: 0.625rem;
  height: 17px;
  height: 1.0625rem;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-more span::after {
    width: 0.5rem;
    height: 0.9375rem;
  }
}

/* c-movie-card */
.c-movie-card a {
  position: relative;
}
.c-movie-card a[target=_blank]::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/blank_icon.png) center/contain no-repeat;
  content: "";
}
.c-movie-card a[href="javascript:void(0);"].js-modal-video::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/movie_icon.png) center/contain no-repeat;
  content: "";
}

.c-movie-card__inner {
  display: grid;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.c-movie-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-movie-card__inner:hover .c-movie-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-movie-card__img {
  border-radius: 0.375rem;
  overflow: hidden;
}
.c-movie-card__img img {
  border-radius: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-movie-card__img--title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-movie-card__img--title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.c-movie-card__img--category {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  margin: 20px auto 10px 0;
  margin: 1.25rem auto 0.625rem 0;
}

.js-tab-card {
  position: relative;
}

/* c-section-header */
.c-section-header {
  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) {
  .c-section-header {
    display: block;
  }
}

.c-section-header__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-section-header__titles {
    display: block;
  }
}

.c-section-header__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .c-section-header__subtitle {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.c-section-header__title {
  font-weight: 700;
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-header__title {
    margin-left: 0;
    margin-top: 0;
  }
}

/* c-seminar-card */
.c-seminar-card__inner {
  display: block;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 30px;
  padding: 1.875rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-seminar-card__inner {
    padding: 1.5625rem 1.25rem;
  }
}
.c-seminar-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-seminar-card__inner:hover .c-seminar-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-seminar-card__img {
  overflow: hidden;
}
.c-seminar-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-seminar-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-seminar-card__title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.c-seminar-card__date {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-seminar-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.c-seminar-card__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: #eaebed;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
}

.p-archive-seminar .l-cards {
  display: block;
}
.p-archive-seminar .c-seminar-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .c-seminar-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
  }
}
.p-archive-seminar .c-seminar-card li {
  display: block;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 30px;
  padding: 1.875rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .c-seminar-card li {
    padding: 1.5625rem 1.25rem;
  }
}
.p-archive-seminar .c-seminar-card li:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-archive-seminar .c-seminar-card li:hover .p-webinar--list--item--img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item {
  display: grid;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--img {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .c-seminar-card li .p-webinar--list--item--title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--title a:hover {
  color: #153378;
  opacity: 1;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--date {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-archive-seminar .c-seminar-card li .p-webinar--list--item--category {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: #eaebed;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  margin: 20px auto 10px 0;
  margin: 1.25rem auto 0.625rem 0;
}

.p-webinar .c-webinar-card a {
  position: static;
}
.p-webinar .p-webinar--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-webinar .p-webinar--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.5625rem;
  }
}
.p-webinar .p-webinar--list.double {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-webinar .p-webinar--list.double {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-webinar .p-webinar--list.quadruple {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-webinar .p-webinar--list.quadruple {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-webinar .p-webinar--list--item {
  display: grid;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-webinar .p-webinar--list--item:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-webinar .p-webinar--list--item:hover .p-webinar--list--item--img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--img {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-webinar .p-webinar--list--item .p-webinar--list--item--title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--title a:hover {
  color: #153378;
  opacity: 1;
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--date {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-webinar .p-webinar--list--item .p-webinar--list--item--category {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  margin: 20px auto 10px 0;
  margin: 1.25rem auto 0.625rem 0;
}
.p-webinar.p-channel .p-webinar--list--item--category {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  padding: 1px 11px;
  padding: 1px 11px;
  padding: 0.0625rem 0.6875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin: 20px auto 10px 0;
  margin: 1.25rem auto 0.625rem 0;
}

/* c-service-card */
.c-service-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.375rem;
  padding: 40px;
  padding: 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-service-card__inner {
    padding: 1.5625rem 1.25rem;
  }
}
.c-service-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-service-card__inner:hover .c-service-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-service-card__img {
  width: 160px;
  width: 10rem;
  min-width: 160px;
  min-width: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-service-card__img {
    width: 7.5rem;
    min-width: 7.5rem;
  }
}
.c-service-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-service-card__body {
  margin-left: 37px;
  margin-left: 2.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-service-card__body {
    margin-left: 0.9375rem;
  }
}

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

.c-service-card__text {
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-service-card__text {
    margin-top: 0.625rem;
  }
}

/* c-subtitle */
.c-subtitle {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-subtitle {
    font-size: 1.75rem;
  }
}

.c-table--service-junior-tbl {
  margin-top: 80px;
  margin-top: 5rem;
  table-layout: fixed;
  width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}
.c-table--service-junior-tbl th,
.c-table--service-junior-tbl td {
  padding: 32px;
  padding: 2rem;
  border: 1px solid #eee;
}
.c-table--service-junior-tbl th {
  color: #fff;
  background: #6e7786;
  text-align: center;
}
.c-table--service-junior-tbl td {
  background: #fff;
}
.p-study-group-seminar__box table {
  margin-top: 80px;
  margin-top: 5rem;
  table-layout: fixed;
  width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}
.p-study-group-seminar__box table th,
.p-study-group-seminar__box table td {
  padding: 32px;
  padding: 2rem;
  border: 1px solid #eee;
}
.p-study-group-seminar__box table th {
  color: #fff;
  background: #6e7786;
  text-align: center;
}
.p-study-group-seminar__box table td {
  background: #fff;
}
.p-study-group-seminar__box table td:nth-of-type(1) {
  width: 20%;
  background: #f4f4f4;
  font-weight: bold;
}
.p-study-group-seminar__box table td:nth-of-type(2) {
  width: 80%;
}

.c-table--eye13 td.title {
  width: 14%;
}
.c-table--eye13 th.bg-red {
  width: 43%;
  color: #fff;
  background: #00afed;
}
.c-table--eye13 th.bg-blue {
  width: 43%;
  color: #fff;
  background: #999;
}
.c-table--eye13 td {
  border: 1px solid #ccc;
  padding: 24px;
  padding: 1.5rem;
  font-size: 14px;
}
.c-table--eye13 table {
  margin: 32px 0 0;
  margin: 2rem 0 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.c-table--eye13 th {
  border: 1px solid #ccc;
  padding: 32px;
  padding: 2rem;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.c-table--eye13 tbody th {
  background: #eee;
}

/* c-text */
.c-text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.c-title--bg {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-bottom: 48px;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.c-title--bg span:nth-of-type(1) {
  font-size: 16px;
  font-size: 1rem;
  background: #153378;
  color: #fff;
  width: 92px;
  width: 5.75rem;
  height: 92px;
  height: 5.75rem;
  line-height: 1;
  text-align: center;
  padding: 22.4px;
  padding: 1.4rem;
  font-weight: normal;
}
.c-title--bg span:nth-of-type(1) strong {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
.c-title--bg span:nth-of-type(2) {
  font-size: 30px;
  font-size: 1.875rem;
}
.c-title--phase {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 48px 0 16px;
  margin: 3rem 0 1rem;
  font-weight: bold;
}
.c-title--phase span {
  color: #6e7786;
  font-size: 16px;
  font-size: 1rem;
}

/* c-unit */
.c-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 4px solid #eaebed;
  border: 0.25rem solid #eaebed;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-unit {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

.c-unit__img {
  width: 420px;
  width: 26.25rem;
  min-width: 420px;
  min-width: 26.25rem;
}
@media screen and (max-width: 768px) {
  .c-unit__img {
    width: 100%;
    min-width: unset;
  }
}

.c-unit__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-unit__body {
    display: block;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.c-unit__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .c-unit__subtitle {
    font-size: 1rem;
  }
}
.c-unit__subtitle:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-unit__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-unit__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.c-unit__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-unit__text {
    font-size: 1rem;
  }
}

.c-unit__btn {
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  background: #07183f;
  border: 2px solid #07183f;
  border: 0.125rem solid #07183f;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-unit__btn {
    padding: 0.75rem 1.25rem 0.75rem 0;
  }
}
.c-unit__btn::before, .c-unit__btn::after {
  position: absolute;
  content: "";
}
.c-unit__btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.c-unit__btn::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.c-unit__btn:hover {
  opacity: 1;
  color: #07183f;
}
.c-unit__btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-unit__btn:hover::after {
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
}

.c-voice-box {
  background: #fff;
  padding: 40px;
  padding: 2.5rem;
  padding-top: 40px !important;
  padding-top: 2.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px auto;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .c-voice-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem;
    gap: 3rem;
  }
}
.c-voice-box__textArea h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-voice-box figure {
  max-width: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-voice-box figure figcaption {
  text-align: center;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-voice-box figure img {
    display: block;
    margin: 0 auto;
  }
}

/* c-webinar-card */
.c-webinar-card a {
  position: relative;
}
.c-webinar-card a[target=_blank]::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/blank_icon.png) center/contain no-repeat;
  content: "";
}

.c-webinar-card__inner {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-webinar-card__inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-webinar-card__inner:hover .c-webinar-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-webinar-card__img {
  border-radius: 0.375rem;
  overflow: hidden;
}
.c-webinar-card__img img {
  border-radius: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

/* 基本スタイル */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
}
html p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

em {
  font-style: normal;
  font-style: initial;
}

/* 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;
  }
}

@media print {
  body {
    width: 100%; /* 必要に応じて固定幅を指定 */
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  html {
    zoom: 0.6; /* PCと同じ縮尺を保つ */
  }
  /* ヘッダーとフッターを非表示 */
  .l-header,
  .l-footer {
    display: none !important;
  }
  /* 非表示 */
  .p-top-news__item,
  .p-top-message {
    display: none !important;
  }
  /* アニメーションをすべて表示された状態に */
  .u-fade,
  .js-fade,
  .js-top-message-img,
  .js-top-message-title,
  .js-top-message-lead {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .js-text-up span {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
  /* スクロールトリガーを無効化 */
  .js-pin,
  .js-bg-expand {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  /* 動画を非表示 */
  video {
    display: none !important;
  }
}
table {
  border-collapse: collapse;
}

*,
*::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,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

/* 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%;
  max-width: 100%;
  height: auto;
}

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

/* フォームリセット */
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-article */
.l-article {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .l-article {
    width: 100%;
  }
}

/* l-cards */
.l-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem 0;
  }
}

/* l-footer　*/
/* l-header */
.l-inner {
  width: 100%;
  max-width: 1450px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

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

/* l-more */
.l-more {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.l-more .c-more {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-more .c-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* l-page */
.l-page {
  padding: 50px 0 120px;
  padding: 3.125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 2.5rem 0 5rem;
  }
}

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

/* l-single */
.l-single {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .l-single {
    margin-top: 5rem;
  }
}

/* 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__header {
  padding: 30px 0 120px;
  padding: 1.875rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-case__header {
    padding: 2.5rem 0 5rem;
  }
}
.p-archive-case__header .l-inner {
  max-width: 1500px;
  max-width: 93.75rem;
}

.p-archive-case__content {
  background: #EAEBED;
  padding: 85px 0 140px;
  padding: 5.3125rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-archive-case__content {
    padding: 3.75rem 0 6.25rem;
  }
}

.p-archive-case__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  gap: 1.25rem 1.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-case__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0.9375rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  .p-archive-case__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* p-single-case */
.p-single-case .l-article h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 3.125vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article h2 {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-case .l-article h2 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-single-case .l-article h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-single-case .l-article .p-blk__profile {
  border: 4px solid #eaebed;
  border: 0.25rem solid #eaebed;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding: 30px 38px 45px;
  padding: 1.875rem 2.375rem 2.8125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article .p-blk__profile {
    margin-top: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}
.p-single-case .l-article .p-blk__profile p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article .p-blk__profile p {
    font-size: 1.125rem;
  }
}
.p-single-case .l-article .p-blk__profile dl {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article .p-blk__profile dl {
    margin-top: 1.25rem;
  }
}
.p-single-case .l-article .p-blk__profile dt {
  min-width: 80px;
  min-width: 5rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article .p-blk__profile dt {
    margin-top: 0;
  }
}
.p-single-case .l-article .p-blk__profile dd {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-case .l-article .p-blk__profile dd {
    margin-top: 0;
  }
}
/* p-channel */
.p-channel .p-tab__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-channel .p-tab__item {
    width: auto;
  }
}
.p-channel .p-tab__item button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 30px 25px;
  padding: 0 1.875rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-channel .p-tab__item button {
    font-size: 1rem;
    padding: 0 0.9375rem 0.9375rem;
  }
}

/* p-archive-column */
.p-archive-column__header {
  padding: 30px 0 120px;
  padding: 1.875rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-column__header {
    padding: 2.5rem 0 5rem;
  }
}
.p-archive-column__header .l-inner {
  max-width: 1500px;
  max-width: 93.75rem;
}

.p-archive-column__content {
  background: #EAEBED;
  padding: 85px 0 140px;
  padding: 5.3125rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-archive-column__content {
    padding: 3.75rem 0 6.25rem;
  }
}

.p-archive-column__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  gap: 1.25rem 1.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-column__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem 0.9375rem;
    margin-top: 3.75rem;
  }
}

.p-lead--border {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding: 80px 32px;
  padding: 5rem 2rem;
  margin-bottom: 96px;
  margin-bottom: 6rem;
  text-align: center;
  border: 1px solid #eee;
  background: url(../img/eye-lead-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*p {
  	color: #fff;
  }*/
}
.p-lead--border:before {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  left: -1px;
  top: -1px;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
}
.p-lead--border:after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  left: -1px;
  bottom: -1px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
}
.p-lead--border span:before {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  right: -1px;
  top: -1px;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
}
.p-lead--border span:after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  right: -1px;
  bottom: -1px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
}
.p-lead--sokatsu {
  color: #fff;
  background: #111;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  font-weight: bold;
  margin: 32px auto;
  margin: 2rem auto;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

/* p-single-column */
.p-single-column .p-single__author-title {
  background: unset;
  padding: 30px 35px 0;
  padding: 1.875rem 2.1875rem 0;
}
@media screen and (max-width: 768px) {
  .p-single-column .p-single__author-title {
    padding: 1.5625rem 0.9375rem 0;
  }
}
.p-single-column h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.p-single-column h2 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-single-column h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* p-about */
.p-about {
  padding: 140px 0 100px;
  padding: 8.75rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about .c-section-header__subtitle {
    font-size: 1.75rem;
  }
}

.p-about__text {
  line-height: 1.75;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__items {
    display: block;
    width: 18.75rem;
    max-width: 100%;
    margin: 2.5rem auto 0;
  }
}
.p-about__items::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 140px;
  height: 8.75rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, .3);
}
@media screen and (max-width: 768px) {
  .p-about__items::before {
    width: 18.75rem;
    height: 0.0625rem;
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-about__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;
  width: 33.333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__item {
    width: 100%;
    padding: 1.25rem 0;
  }
}
.p-about__item::after {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 140px;
  height: 8.75rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, .3);
}
@media screen and (max-width: 768px) {
  .p-about__item::after {
    width: 18.75rem;
    height: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-about__item:first-child .p-about__item-text span {
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about__item:first-child .p-about__item-text span {
    margin-left: 0.625rem;
  }
}
.p-about__item:nth-child(3) .p-about__item-text {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-about__item:nth-child(3) .p-about__item-text {
    text-align: left;
  }
}
.p-about__item:nth-child(3) .p-about__item-text span {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-about__item:nth-child(3) .p-about__item-text span {
    font-size: 3.75rem;
  }
}

.p-about__item-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-about__item-text {
    font-size: 1.5rem;
  }
}
.p-about__item-text span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-about__item-text span {
    font-size: 3.75rem;
  }
}

.p-about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-about__links {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 2.5rem;
  }
}

.p-about__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
.p-about__link:first-child .p-about__link-inner::before {
  background: url(../img/common/about_img_001.png) no-repeat center/cover;
}
.p-about__link:nth-child(2) .p-about__link-inner::before {
  background: url(../img/common/about_img_002.png) no-repeat center/cover;
}
.p-about__link:nth-child(3) .p-about__link-inner::before {
  background: url(../img/common/about_img_003.png) no-repeat center/cover;
}

.p-about__link-inner {
  display: block;
  padding-top: 70px;
  padding-top: 4.375rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about__link-inner {
    padding-top: 3.125rem;
  }
}
.p-about__link-inner::before, .p-about__link-inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-about__link-inner::after {
  background: rgba(0, 0, 0, .3);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-about__link-inner:hover {
  opacity: 1;
}
.p-about__link-inner:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-about__link-inner:hover::after {
  background: rgba(0, 0, 0, .5);
}

.p-about__link-subtitle {
  font-weight: 300;
}

.p-about__link-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__link-title {
    font-size: 1.5rem;
    margin-top: 0.25rem;
  }
}

.p-about__link-more {
  font-weight: 300;
  background: rgba(0, 0, 0, .5);
  padding: 20px 0;
  padding: 1.25rem 0;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-about__link-more {
    font-size: 0.9375rem;
    padding: 0.9375rem 0;
    margin-top: 2.5rem;
  }
}

.p-article h2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
}
.p-article h3 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
}
.p-article h4 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-article section {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-article section {
    margin-bottom: 7rem;
  }
}
.p-article__agenda {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  padding: 30px;
}
.p-article__agenda ul {
  padding-left: 32px;
  padding-left: 2rem;
}
.p-article__agenda ul li {
  margin-bottom: 8px;
}
.p-article__agenda ul li ul li {
  margin-bottom: 4px;
}
.p-article__agenda ul li:last-child {
  margin-bottom: 0;
}
.p-article__agenda ul li a {
  text-decoration: underline;
  color: #1a0dab;
}
.p-article__agenda__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.p-article__agenda__title p {
  font-weight: bold;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-right: 20px;
}
.p-article__agenda__title .line {
  height: 1px;
  background: #898989;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-article__linkcard {
  margin: 28px 0;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard {
    margin: 0;
  }
}
.p-article__linkcard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard a {
    display: block;
  }
}
.p-article__linkcard a:hover {
  opacity: 0.7;
}
.p-article__linkcard__imgbox {
  width: 30%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__imgbox {
    width: 100%;
    height: 200px;
    position: relative;
  }
}
.p-article__linkcard__imgbox img {
  width: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.p-article__linkcard__txtbox {
  width: 70%;
  margin-left: auto;
  padding: 25px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__txtbox {
    width: 100%;
  }
}
.p-article__linkcard__txtbox__title {
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 23px);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-article__linkcard__txtbox__summary {
  margin-bottom: 20px;
  text-align: center;
}
.p-article__linkcard .c-btn--fill {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.p-article__linkcard.big {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .p-article__linkcard.big .p-article__linkcard__txtbox {
    width: 70%;
    margin-left: auto;
    padding: 25px 40px;
  }
  .p-article__linkcard.big .p-article__linkcard__txtbox__title {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 6px;
  }
  .p-article__linkcard.big .p-article__linkcard__txtbox__summary {
    text-align: left;
  }
  .p-article__linkcard.big .c-btn--fill {
    display: block;
    width: 26%;
    text-align: center;
    margin: 0;
  }
}
.p-article__linkcard.top .p-article__linkcard__txtbox__date {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}
.p-article__linkcard.top .p-article__linkcard__txtbox__date span {
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-article .c-img-box--r img {
    height: auto;
  }
}

.p-article__linkcard__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-article__linkcard__flex .p-article__linkcard {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard {
    width: 100%;
  }
}
.p-article__linkcard__flex .p-article__linkcard a {
  height: 100%;
}
.p-article__linkcard__flex .p-article__linkcard__txtbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 68%;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard__txtbox {
    width: 100%;
    height: auto;
  }
}
.p-article__linkcard__flex .p-article__linkcard__txtbox .c-btn--fill {
  margin-top: auto;
}
.p-article__linkcard__flex .p-article__linkcard__imgbox {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard__imgbox {
    width: 100%;
  }
}
.p-article__linkcard__flex .p-article__linkcard__imgbox img {
  -o-object-position: 30%;
     object-position: 30%;
}

.p-document-set__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-document-set__blk {
    gap: 4rem;
  }
}
.p-document-set__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  width: calc(25% - 1.5rem);
  background: #f4f4f4;
  padding: 2.6vw 1.3vw;
}
.l-section--gr .p-document-set__item {
  background: #fff;
}
.l-section--gr .p-document-set__item:focus {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .l-section--gr .p-document-set__item:hover {
    background: #fff;
  }
}
.l-section--gr .p-document-set__item:focus {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
          box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-section--gr .p-document-set__item:hover {
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
            box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .p-document-set__item {
    padding: 2rem;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-document-set__item {
    padding: 2rem;
    width: 100%;
  }
}
.p-document-set__item:focus {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eee;
}
.p-document-set__item:focus p {
  color: #6e7786;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-document-set__item:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #eee;
  }
  .p-document-set__item:hover p {
    color: #6e7786;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.p-document-set__bnr {
  color: #fff;
  background: url(../img/seminar-list_bg.png);
  background-size: cover;
  width: 100%;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-document-set img {
  display: block;
  margin: 0 auto;
}

.c-cate--line span {
  margin-right: 16px;
  margin-right: 1rem;
  padding: 1.6px 19.2px;
  padding: 0.1rem 1.2rem;
  font-size: clamp(10px, 0.677vw, 13px);
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
}

/* p-p-drawer */
.p-drawer {
  position: fixed;
  z-index: 20;
  top: 80px;
  top: 5rem;
  right: 0;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 30px 0 20px;
  padding: 1.875rem 0 1.25rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: calc(100% - 5rem);
}
.p-drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  gap: 1.25rem 0;
  padding: 0 20px;
  padding: 0 1.25rem;
  overflow-y: scroll;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: calc(100% - 8.75rem);
}

.p-drawer__item {
  width: 50%;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-drawer__item:first-child {
  width: 100%;
}
.p-drawer__item > a {
  font-weight: 700;
}

.p-drawer__subitems {
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

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

.p-drawer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.p-drawer__btn {
  width: calc(50% - 1px);
  text-align: center;
  display: block;
}
.p-drawer__btn:first-child a {
  background: #000;
}
.p-drawer__btn:nth-child(2) a {
  background: #07183f;
}
.p-drawer__btn:nth-child(3) a {
  background: #153378;
}
.p-drawer__btn:nth-child(4) a {
  background: #264794;
}
.p-drawer__btn a {
  display: block;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  padding: 1.25rem;
}

/* p-filter */
.p-filter__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-filter__title {
    font-size: 1.75rem;
  }
}

.p-filter__units {
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-filter__units {
    margin-top: 1.875rem;
  }
}

.p-filter__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .p-filter__unit {
    display: block;
  }
}

.p-filter__subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  min-width: 260px;
  min-width: 16.25rem;
}
@media screen and (max-width: 768px) {
  .p-filter__subtitle {
    font-size: 1.25rem;
  }
}

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

.p-filter__item button {
  display: block;
  color: #153378;
  background: #fff;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-filter__item button {
    padding: 0.625rem 0.9375rem;
  }
}
.p-filter__item button:hover {
  opacity: 1;
  color: #fff;
  background: #153378;
}
.p-filter__item button.active {
  background: #153378;
  color: #fff;
}

.p-filter__item-reset {
  text-align: right;
}
.p-filter__item-reset button {
  color: #858585;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
}

/* p-fnav */
.p-fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-fnav__items::after {
  position: absolute;
  content: "｜";
  top: 0;
  right: -0.5em;
}
@media screen and (max-width: 768px) {
  .p-fnav__items::after {
    display: none;
  }
}

.p-fnav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fnav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    margin-top: 0.9375rem;
  }
}
.p-fnav__item::before, .p-fnav__item::after {
  position: absolute;
  content: "｜";
  top: 0;
}
.p-fnav__item::before {
  left: -0.5em;
}
.p-fnav__item::after {
  right: -0.5em;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fnav__item::after {
    display: block;
  }
}
.p-fnav__item a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fnav__item a {
    padding: 0.5rem 0;
  }
}

/* p-footer */
.p-footer {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-bottom: 1.25rem;
  }
}

.p-footer__nav {
  border-bottom: 1px solid #111;
  border-bottom: 0.0625rem solid #111;
  padding: 45px 0;
  padding: 2.8125rem 0;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    padding: 1.875rem 0;
  }
}

.p-footer__inner {
  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;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    display: block;
    padding: 0;
  }
}

.p-footer__logo {
  width: 220px;
  width: 13.75rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin: 0 auto;
  }
}

.p-footer__body {
  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__body {
    display: block;
    margin-top: 1.875rem;
  }
}

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

.p-footer__link {
  font-weight: 300;
  color: #333;
}
.p-footer__link + .p-footer__link {
  margin-left: 50px;
  margin-left: 3.125rem;
  position: relative;
}
.p-footer__link + .p-footer__link::before {
  position: absolute;
  content: "｜";
  left: -30px;
  left: -1.875rem;
  top: 0;
}
.p-footer__link a {
  display: inline-block;
}

.p-footer__copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #999;
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

/* p-form */
.p-form {
  background: #EAEBED;
  padding: 50px 60px 60px;
  padding: 3.125rem 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-form {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.p-form.flex {
  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-form.flex {
    display: block;
  }
}

.p-form__item-wrapper:first-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-form__item-wrapper:first-child {
    width: 100%;
  }
}
.p-form__item-wrapper:nth-child(2) {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .p-form__item-wrapper:nth-child(2) {
    width: 100%;
    margin-top: 1.25rem;
  }
}

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

.p-form__item {
  width: 100%;
}
.p-form__item + .p-form__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-form__item--half {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-form__item--half {
    width: 100%;
  }
}

.p-form__item-label label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form__item-label label {
    font-size: 1rem;
  }
}
.p-form__item-label label .required {
  color: #D00D04;
}
.p-form__item-label label .small {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-form__item-input {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.p-form__item-input input[type=text], .p-form__item-input input[type=tel], .p-form__item-input input[type=email], .p-form__item-input select, .p-form__item-input textarea {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-form__item-input input[type=text], .p-form__item-input input[type=tel], .p-form__item-input input[type=email], .p-form__item-input select, .p-form__item-input textarea {
    font-size: 1rem;
  }
}
.p-form__item-input input[type=text]::-webkit-input-placeholder, .p-form__item-input input[type=tel]::-webkit-input-placeholder, .p-form__item-input input[type=email]::-webkit-input-placeholder, .p-form__item-input select::-webkit-input-placeholder, .p-form__item-input textarea::-webkit-input-placeholder {
  color: #999;
}
.p-form__item-input input[type=text]::-moz-placeholder, .p-form__item-input input[type=tel]::-moz-placeholder, .p-form__item-input input[type=email]::-moz-placeholder, .p-form__item-input select::-moz-placeholder, .p-form__item-input textarea::-moz-placeholder {
  color: #999;
}
.p-form__item-input input[type=text]::-ms-input-placeholder, .p-form__item-input input[type=tel]::-ms-input-placeholder, .p-form__item-input input[type=email]::-ms-input-placeholder, .p-form__item-input select::-ms-input-placeholder, .p-form__item-input textarea::-ms-input-placeholder {
  color: #999;
}
.p-form__item-input input[type=text]::placeholder, .p-form__item-input input[type=tel]::placeholder, .p-form__item-input input[type=email]::placeholder, .p-form__item-input select::placeholder, .p-form__item-input textarea::placeholder {
  color: #999;
}
.p-form__item-input input[type=text], .p-form__item-input input[type=tel], .p-form__item-input input[type=email], .p-form__item-input select {
  height: 50px;
  height: 3.125rem;
}
.p-form__item-input textarea {
  height: 220px;
  height: 13.75rem;
  resize: none;
}
.p-form__item-input select {
  color: #999;
  background: url(../img/common/select_icon.png) no-repeat center right 20px/16px;
  background: url(../img/common/select_icon.png) no-repeat center right 1.25rem/1rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-form__item-input select.active {
  color: #000;
}

.p-form__radio label {
  display: block;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.p-form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.p-form__radio input[type=radio] + span::before, .p-form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.p-form__radio input[type=radio] + span::before {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: #fff;
  border: 4px solid #ccc;
  border: 0.25rem solid #ccc;
  top: 2px;
  top: 0.125rem;
  left: 0;
}
.p-form__radio input[type=radio] + span::after {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  background: #999;
  top: 8px;
  top: 0.5rem;
  left: 6px;
  left: 0.375rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-form__select {
  background: #fff;
}

.p-form__text {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-form__text {
    font-size: 1rem;
  }
}
.p-form__text span {
  color: #D00D04;
}

.p-form__privacy {
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

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

.p-form__privacy-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-form__privacy-text a {
  color: #153378;
  text-decoration: underline;
}

.p-form__btn {
  text-align: center;
  display: block;
  width: 350px;
  width: 21.875rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #153378;
  padding: 20px;
  padding: 1.25rem;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    font-size: 1.125rem;
  }
}
.p-form__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.p-form__btn:hover {
  opacity: 1;
  color: #153378;
}
.p-form__btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

/* p-gnav */
.p-gnav {
  background: #f6f6f6;
}

.p-gnav__items {
  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;
  height: inherit;
}

.p-gnav__item {
  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;
  height: inherit;
}
.p-gnav__item + .p-gnav__item a {
  position: relative;
}
.p-gnav__item + .p-gnav__item a::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #ccd1db;
}
.p-gnav__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;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
@media screen and (max-width: 1800px) {
  .p-gnav__item a {
    letter-spacing: 0;
    padding: 0rem 1.25rem;
  }
}
.p-gnav__item a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
.p-gnav__item a:hover::before {
  display: none;
}

/* p-p-hamburger */
.p-hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 30px;
  top: 1.875rem;
  width: 30px;
  width: 1.875rem;
  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: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -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: 10px;
  top: 0.625rem;
}
.p-hamburger__border:nth-child(3) {
  top: 20px;
  top: 1.25rem;
}

/* p-p-header */
.p-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  height: 7.5rem;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    height: 5rem;
  }
}
.p-header.fixed {
  height: 100px;
  height: 6.25rem;
}
.p-header.fixed .p-header__inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-header.fixed .p-header__top {
  height: 40px;
  height: 2.5rem;
}
.p-header.fixed .p-header__nav {
  height: 60px;
  height: 3.75rem;
}
.p-header.active {
  position: fixed;
}
.p-header.show .p-header__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding-left: 1.25rem;
  }
}

.p-header__logos {
  min-width: 320px;
  min-width: 20rem;
}
@media screen and (max-width: 1600px) {
  .p-header__logos {
    min-width: 16.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logos {
    min-width: unset;
  }
}

.p-header__logo {
  width: 220px;
  width: 13.75rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 10px 15px 10px;
  padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 11.25rem;
    margin: 0;
    padding: 0.625rem 0.625rem;
  }
}
.p-header__logo a {
  display: block;
  -webkit-transition: none;
  transition: none;
}

.p-header__text {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-header__body {
  width: 100%;
  border-left: 1px solid #ddd;
  border-left: 0.0625rem solid #ddd;
}

.p-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50px;
  height: 3.125rem;
}

.p-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__link {
  height: inherit;
}
.p-header__link + .p-header__link {
  margin-left: 30px;
  margin-left: 1.875rem;
}
.p-header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-left: 2.5rem;
}

.p-header__btn {
  text-align: center;
  height: inherit;
}
.p-header__btn + .p-header__btn {
  margin-left: 1px;
}
.p-header__btn:first-child a {
  background: #000;
}
.p-header__btn:nth-child(2) a {
  background: #07183f;
}
.p-header__btn:nth-child(3) a {
  background: #153378;
}
.p-header__btn:nth-child(4) a {
  background: #264794;
}
.p-header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 130px;
  width: 8.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.p-header__nav {
  height: 70px;
  height: 4.375rem;
}

/* p-info */
.p-info__items {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
}

.p-info__item {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
}

.p-info__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 768px) {
  .p-info__item-inner {
    display: block;
  }
}
.p-info__item-inner:hover {
  opacity: 1;
}
.p-info__item-inner:hover .p-info__item-title {
  color: #153378;
}

.p-info__item-category span {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #858585;
  letter-spacing: 0.05em;
  min-width: 120px;
  min-width: 7.5rem;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 4px;
  padding: 0.25rem;
}

.p-info__item-title {
  letter-spacing: 0.05em;
  margin-left: 20px;
  margin-left: 1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-info__item-title {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

/* p-information */
.p-information {
  background: #eaebed;
  padding: 80px 0 150px;
  padding: 5rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-information {
    padding: 3.75rem 0;
  }
}

.p-information__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 30px;
  gap: 0 1.875rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-information__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
    margin-top: 1.875rem;
  }
}

.p-information__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 260px;
  height: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-information__link:first-child .p-information__link-inner::before {
  background: url(../img/common/information_img_001.jpg) no-repeat center/cover;
}
.p-information__link:nth-child(2) .p-information__link-inner::before {
  background: url(../img/common/information_img_002.jpg) no-repeat center/cover;
}
.p-information__link:nth-child(3) .p-information__link-inner::before {
  background: url(../img/common/information_img_003.jpg) no-repeat center/cover;
}

.p-information__link-inner {
  text-align: center;
  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;
  height: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  padding: 115px 0;
  padding: 7.1875rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-information__link-inner {
    font-size: 1.25rem;
    padding: 3.75rem 0;
  }
}
.p-information__link-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-information__link-inner:hover {
  opacity: 1;
}
.p-information__link-inner:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #000;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  z-index: 1000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: max(250px, min(15.625vw, 300px));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-mega-menu li:not(:first-child) {
  border-top: 1px solid #fff;
}

.p-mega-menu li:last-child {
  margin-bottom: 0;
}

.p-mega-menu a {
  text-decoration: none;
  color: #fff;
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 13.6px;
  font-size: 0.85rem;
}

.p-header__link.js-mega-trigger {
  position: relative;
}

.js-mega-trigger a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  margin-left: 0.5em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.js-mega-trigger a:hover::after {
  -webkit-transform: translateY(0) rotate(135deg);
          transform: translateY(0) rotate(135deg);
}

/* p-menu */
.p-menu {
  background: #eaebed;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-menu {
    padding: 3.75rem 0;
  }
}

.p-menu__item + .p-menu__item {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-menu__item + .p-menu__item {
    margin-top: 3.75rem;
  }
}

.p-menu__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-menu__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.5625rem;
  }
}
.p-menu__cards.double {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-menu__cards.double {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-menu__cards.quadruple {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-menu__cards.quadruple {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-menu__card a[href="javascript:void(0);"].js-modal-video::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/common/movie_icon.png) center/contain no-repeat;
  content: "";
}

.p-menu__slider {
  margin: 40px -20px 0;
  margin: 2.5rem -1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-menu__slider {
    margin-top: 1.5625rem;
  }
}
.p-menu__slider .c-case-card__body {
  padding: 25px 20px 35px;
  padding: 1.5625rem 1.25rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-menu__slider .c-case-card__body {
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
}
.p-menu__slider .c-case-card__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-menu__slider .c-case-card__title {
    font-size: 1rem;
  }
}

.p-top-message__header {
  padding: 200px 0;
  padding: 12.5rem 0;
}

.p-top-message__btn-wrapper {
  margin-top: 0;
}

.p-top-message__bg img {
  width: 90%;
  margin: 0 auto;
}

.p-top-message__btn-wrapper .l-inner {
  max-width: 100%;
  width: 90%;
  padding: 0;
}

.p-top-message__titles {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-blk {
  /* 230113 */
}
.p-blk__merit {
  border: 4px solid #eee;
  background: #fff;
  padding: 48px;
  padding: 3rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.p-blk__merit h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__merit dl {
  padding-left: 64px;
  padding-left: 4rem;
  position: relative;
}
.p-blk__merit dl + dl {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__merit dl dt {
  color: #00afed;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-blk__merit dl dt:before {
  color: #fff;
  background: #00afed;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  position: absolute;
  left: 0;
  font-weight: normal;
}
.p-blk__merit dl:nth-of-type(1) dt:before {
  content: "1";
}
.p-blk__merit dl:nth-of-type(2) dt:before {
  content: "2";
}
.p-blk__merit dl:nth-of-type(3) dt:before {
  content: "3";
}
.p-blk__merit dl:nth-of-type(4) dt:before {
  content: "4";
}
.p-blk__merit dl:nth-of-type(5) dt:before {
  content: "5";
}
.p-blk__demerit {
  border: 4px solid #eee;
  padding: 48px;
  padding: 3rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.p-blk__demerit h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__demerit dl {
  padding-left: 64px;
  padding-left: 4rem;
  position: relative;
}
.p-blk__demerit dl + dl {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__demerit dl dt {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-blk__demerit dl dt:before {
  background: #6e7786;
  color: #fff;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  position: absolute;
  left: 0;
  font-weight: normal;
}
.p-blk__demerit dl:nth-of-type(1) dt:before {
  content: "1";
}
.p-blk__demerit dl:nth-of-type(2) dt:before {
  content: "2";
}
.p-blk__demerit dl:nth-of-type(3) dt:before {
  content: "3";
}
.p-blk__demerit dl:nth-of-type(4) dt:before {
  content: "4";
}
.p-blk__demerit dl:nth-of-type(5) dt:before {
  content: "5";
}
.p-blk__demerit dt {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-blk__relate-link-list {
  margin: 96px auto;
  margin: 6rem auto;
  /*     .c-cate--line {
    display: inline-block;
    @include mq(sm) {
      display: block;
    }

    span {
      border-color: $c-gray;
      color: $c-gray;
      min-width: 10rem;
      display: inline-block;
      text-align: center;
      padding: 0 16px;
      margin: 0 2rem 0 0;
      word-break: keep-all;
    }
  } */
}
.p-blk__relate-link-list p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-blk__relate-link-list p {
    margin-bottom: 1rem;
  }
}
.p-blk__relate-link-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 48px 0 0;
  padding: 0 3rem 0 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-blk__relate-link-list ul li a {
    display: block;
  }
}
.p-blk__relate-link-list ul li a::before {
  content: "";
  top: 24px;
  top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-blk__relate-link-list ul li a::before {
    top: 50%;
  }
}
.p-blk__relate-link-list ul li a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__relate-link-list ul li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: underline;
  }
}
.p-blk__relate-link-list li + li {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__relate-link-list li a {
  position: relative;
}
.p-blk__relate-link-list li a::before {
  right: 16px !important;
  right: 1rem !important;
  left: auto !important;
  border-color: #111 !important;
}
.p-blk__mv {
  text-align: center;
  margin-bottom: 128px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-blk__mv {
    margin-bottom: 5rem;
  }
}
.p-blk__mv figure {
  display: inline-block;
}
.p-blk__mv figcaption {
  text-align: right;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__interview {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-blk__interview {
    margin-bottom: 7rem;
  }
}
.p-blk__interview h2 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  text-indent: -48px;
  text-indent: -3rem;
  padding-left: 48px;
  padding-left: 3rem;
}
.p-blk__interview h2::before {
  content: "-- ";
}
@media screen and (max-width: 768px) {
  .p-blk__interview h2 {
    margin-bottom: 2rem;
  }
}
.p-blk__interview p {
  padding-left: 96px;
  padding-left: 6rem;
  position: relative;
}
.p-blk__interview p .name {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.p-blk__interview .c-img-box--r__item,
.p-blk__interview .c-img-box--l__item {
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-blk__interview .c-img-box--r__item,
  .p-blk__interview .c-img-box--l__item {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
}
.p-blk__interview .c-img-box--r__item img,
.p-blk__interview .c-img-box--l__item img {
  float: none;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.p-blk__interview .caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin: 16px 0;
  margin: 1rem 0;
}
.p-blk__interview .caption-text__large {
  color: #666;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-blk__interview .c-color--b {
  color: #35279f;
}
.p-blk__interview .c-color--p {
  color: #a436cd;
}
.p-blk__interview .c-color--g {
  color: #97c61a;
}
.p-blk__interview .c-color--e {
  color: #009688;
}
.p-blk__interview .c-color--m {
  color: #03a9f4;
}
.p-blk__interview .c-color--r {
  color: #f44336;
}
.p-blk__cnt {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-blk__cnt {
    margin-bottom: 5rem;
  }
}
.p-blk__cnt h2 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-blk__cnt h2::before {
  content: "-- ";
}
@media screen and (max-width: 768px) {
  .p-blk__cnt h2 {
    margin-bottom: 2rem;
  }
}
.p-blk__cnt p {
  position: relative;
}
.p-blk__cnt p .name {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.p-blk__cnt .c-img-box--r__item,
.p-blk__cnt .c-img-box--l__item {
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-blk__cnt .c-img-box--r__item,
  .p-blk__cnt .c-img-box--l__item {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
}
.p-blk__cnt .c-img-box--r__item img,
.p-blk__cnt .c-img-box--l__item img {
  float: none;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.p-blk__cnt .caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin: 16px 0;
  margin: 1rem 0;
}
.p-blk__cnt .caption-text__large {
  color: #666;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-blk__cnt .c-color--b {
  color: #35279f;
}
.p-blk__cnt .c-color--p {
  color: #a436cd;
}
.p-blk__cnt .c-color--g {
  color: #97c61a;
}
.p-blk__figure {
  margin: 80px auto;
  margin: 5rem auto;
  text-align: center;
}
.p-blk__figure figure {
  display: inline-block;
}
.p-blk__figure figcaption {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 16px 0;
  margin: 1rem 0;
}
.p-blk__profile {
  padding: 64px;
  padding: 4rem;
  border: 5px solid #eee;
  margin-bottom: 128px;
  margin-bottom: 8rem;
}
.p-blk__profile p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-blk__profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.p-blk__profile dl dt {
  width: 10%;
  padding: 4.8px 16px 4.8px 0;
  padding: 0.3rem 1rem 0.3rem 0;
}
@media screen and (max-width: 768px) {
  .p-blk__profile dl dt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.p-blk__profile dl dd {
  width: 40%;
  padding: 4.8px 64px 4.8px 0;
  padding: 0.3rem 4rem 0.3rem 0;
}
@media screen and (max-width: 768px) {
  .p-blk__profile dl dd {
    width: 100%;
  }
}
.p-blk__foreword {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 160px;
  margin-bottom: 10rem;
  padding: 48px;
  padding: 3rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-blk__foreword {
    padding: 1rem;
    margin-bottom: 7rem;
  }
}
.p-blk__foreword strong {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-blk__step--long {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  padding: 48px;
  padding: 3rem;
  border: 4px solid #eee;
}
.p-blk__step--long p {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__step--long > p {
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__step--long dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-blk__step--long dl dt {
  background: #00afed;
  color: #fff;
  text-align: center;
  width: 112px;
  width: 7rem;
}
.p-blk__step--long dl dd {
  width: calc(100% - 9rem);
}
.p-blk__step--long dl dd ul li {
  text-indent: -43.2px;
  text-indent: -2.7rem;
  padding-left: 43.2px;
  padding-left: 2.7rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__step--long dl + dl {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__step--short {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  padding: 32px;
  padding: 2rem;
  border: 4px solid #eee;
}
.p-blk__step--short p {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__step--short > p {
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__step--short dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-blk__step--short dl dt {
  background: #00afed;
  color: #fff;
  text-align: center;
  width: 48px;
  width: 3rem;
}
.p-blk__step--short dl dd {
  width: calc(100% - 5rem);
}
.p-blk__step--short dl + dl {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__feature h3 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  gap: 32px;
  gap: 2rem;
}
.p-blk__feature + .p-blk__feature {
  padding-top: 70px;
  padding-top: 4.375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  border-top: 1px solid #111;
}
.p-blk__fcc-feature03 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-blk__fcc-feature03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 128px;
  gap: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk__fcc-feature03 ul li {
  max-width: 544px;
  max-width: 34rem;
  text-align: center;
}
.p-blk__fcc-feature03 ul li span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__service-fcc-case-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 112px;
  gap: 7rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk__service-fcc-case-list ul li {
  width: calc(33.33333% - 4.66667rem);
}
.p-blk__service-fcc-case-list ul li a {
  display: block;
}
.p-blk__service-fcc-case-list ul li a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__service-fcc-case-list ul li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .p-blk__service-fcc-case-list ul li {
    width: 100%;
  }
}
.p-blk__service-fcc-case-list h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 32px 0 16px;
  margin: 2rem 0 1rem;
}
.p-blk__service-fcc-case-list figure {
  position: relative;
}
.p-blk__service-fcc-case-list figure:after {
  content: "";
  position: absolute;
  width: 84px;
  width: 5.25rem;
  height: 57px;
  height: 3.5625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/hr/assets/img/youtube_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-blk__service-fcc-case-list figure img {
    width: 100%;
  }
}
.p-blk__fcc-merit-tbl {
  margin: 64px 0;
  margin: 4rem 0;
}
.p-blk__fcc-merit-tbl th,
.p-blk__fcc-merit-tbl td {
  border: 1px solid #ddd;
  padding: 24px;
  padding: 1.5rem;
}
.p-blk__fcc-merit-tbl td {
  background: #fff;
}
.p-blk__fcc-merit-tbl th {
  text-align: center;
  vertical-align: middle;
}
.p-blk__fcc-merit-tbl thead td {
  width: 10%;
}
.p-blk__fcc-merit-tbl thead th:nth-of-type(1) {
  color: #fff;
  background: #153378;
  width: 45%;
}
.p-blk__fcc-merit-tbl thead th:nth-of-type(2) {
  color: #fff;
  background: #6e7786;
  width: 45%;
}
.p-blk__fcc-merit-tbl tbody th {
  background: #f4f4f4;
}
.p-blk__shomei {
  text-align: right;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-blk__shomei strong {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-blk__company-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 3.5%;
  gap: 4rem 3.5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk__company-feature > div {
  width: 31%;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
@media screen and (max-width: 768px) {
  .p-blk__company-feature > div {
    width: 100%;
  }
}
.p-blk__company-feature dl {
  padding: 48px 32px;
  padding: 3rem 2rem;
}
.p-blk__company-feature dt {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}
.p-blk__company-feature dd {
  font-size: 16px;
  font-size: 1rem;
}
.p-blk__company-feature figure {
  width: 100%;
  height: 12vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-blk__company-feature figure {
    width: 100%;
    height: 30vw;
  }
}
.p-blk__company-feature figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-blk__company-feature figure img {
    width: 100%;
  }
}
.p-blk__company-feature figure .c-title--bg {
  position: absolute;
  left: 0;
  top: 0;
}
.p-blk__company-outline-tbl {
  table-layout: fixed;
  width: 1600px;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-blk__company-outline-tbl {
    width: 100%;
  }
}
.p-blk__company-outline-tbl tr {
  border-bottom: 1px solid #6e7786;
}
.p-blk__company-outline-tbl th {
  width: 15%;
  padding: 32px;
  padding: 2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-blk__company-outline-tbl th {
    width: 100%;
    display: block;
    padding: 2rem 0 0 0;
  }
}
.p-blk__company-outline-tbl td {
  width: 80%;
  padding: 32px;
  padding: 2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-blk__company-outline-tbl td {
    width: 100%;
    display: block;
    padding: 0.5rem 0 2rem 0;
  }
}
.p-blk__consultant_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-blk__consultant_intro img {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .p-blk__consultant_intro img {
    width: 100%;
  }
}
.p-blk__consultant_intro > div {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .p-blk__consultant_intro > div {
    width: 100%;
  }
}
.p-blk__consultant_intro > div p:nth-of-type(1) {
  border-bottom: 1px solid #111;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-blk__consultant_intro > div p:nth-of-type(1) strong {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-blk__consultant_intro dl {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-blk__consultant_intro dl dt {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-blk__consultant_intro dl dd {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-blk__half-link-img-list {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-blk__half-link-img-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  border: 1px solid #ccc;
  padding: 48px;
  padding: 3rem;
  height: 100%;
}
.p-blk__half-link-img-list a figure {
  width: 21%;
}
.p-blk__half-link-img-list a dl {
  width: 74%;
}
.p-blk__half-link-img-list a dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__half-link-img-list a dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-blk__half-link-img-list a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__half-link-img-list a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-blk__half-link-img-list .c-cate--line {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__half-link-img-list .c-cate--line span {
  border-color: #6e7786;
  color: #6e7786;
}
.p-blk__half-link-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  background: #fff;
  border: 1px solid #ccc;
  padding: 32px;
  padding: 2rem;
  height: 100%;
}
.p-blk__half-link-list a figure {
  width: 21%;
}
.p-blk__half-link-list a figure + div {
  width: 74%;
}
.p-blk__half-link-list a dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__half-link-list a dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-blk__half-link-list a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__half-link-list a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-blk__half-link-list .c-cate--line {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-blk__half-link-list .c-cate--line span {
  border-color: #6e7786;
  color: #6e7786;
}
.p-blk__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-top: 80px;
  margin-top: 5rem;
}
.p-blk__point dl {
  width: calc(50% - 2rem);
  background: #fff;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
@media screen and (max-width: 768px) {
  .p-blk__point dl {
    width: 100%;
  }
}
.p-blk__point dl dt {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.p-blk__point dl dt span:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-blk__point dl dt span:nth-of-type(2) {
  font-size: 20px;
  font-size: 1.25rem;
  width: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-blk__point dl dd {
  padding: 64px;
  padding: 4rem;
}
.p-blk__point ol li {
  list-style: auto;
  margin-left: 48px;
  margin-left: 3rem;
}
.p-blk__point dd ol {
  padding: 32px;
  padding: 2rem;
  background: #f4f4f4;
  margin: 16px 0 16px;
  margin: 1rem 0 1rem;
}
.p-blk__service_about {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-blk__service_about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-blk__service_about ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-blk__service_about ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #eaebed;
  padding: 40px;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-blk__service_about ul li {
    width: 100%;
    padding: 1.6rem;
  }
}
.p-blk__service_about ul li dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.p-blk__service_about ul li dl dt:has(+ dd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blk__cercle-list {
  margin-top: 80px;
  margin-top: 5rem;
  line-height: 1.4;
}
.p-blk__cercle-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 4%;
  gap: 3rem 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk__cercle-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 15vw;
  height: 15vw;
  background: #fff;
  border: 1px solid #111;
  border-radius: 100rem;
  padding: 0 48px;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-blk__cercle-list ul li {
    width: 100%;
    height: auto;
    padding: 3rem;
    border-radius: 0;
  }
}
.p-blk__cercle-list ul li strong {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-blk--service-junior-book {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-blk--service-junior-book strong {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-blk--service-junior-book ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk--service-junior-book ul li {
  width: 18%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-blk--service-junior-book ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blk--service-junior-book ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.p-blk--get-box {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 80px;
  padding: 5rem;
  background: #fff;
}
.p-blk--get-box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #6e7786;
}
.p-blk--get-box p {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-blk--get-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk--get-box ul li {
  width: calc(33.33333% - 2rem);
  text-align: left;
  padding: 0 64px 64px;
  padding: 0 4rem 4rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-blk--get-box ul li {
    width: 100%;
  }
}
.p-blk--get-box ul li strong {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 32px 0;
  margin: 2rem 0;
}
.p-blk--attention {
  width: 80%;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
.p-blk--eye13case .description-case__movie-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-blk--eye13case .description-case__movie-box {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.p-blk--eye13case .description-case__movie-box img {
  width: 100%;
}
.p-blk--eye13case .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-blk--eye13case .description-case__data {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-blk--eye13case .description-case__data {
    width: 100%;
  }
}
.p-blk--eye13case:nth-of-type(2) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-blk--eye13case + .p-blk--eye13case {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-blk__outline-group .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
  gap: 2rem;
  font-size: 16px;
  font-size: 1rem;
}
.p-blk__outline-group .box + .box {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-blk__outline-group .box .logo {
  width: 15%;
  text-align: center;
  padding: 32px;
  padding: 2rem;
  border: 1px solid #eee;
  margin-right: 24px;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -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-blk__outline-group .box .logo {
    width: 25%;
  }
}
.p-blk__outline-group .box .info {
  width: calc(70% - 2rem);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 24px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-blk__outline-group .box .info {
    width: calc(75% - 2rem);
  }
}
.p-blk__outline-group .box a {
  margin-top: auto;
  text-align: center;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .p-blk__outline-group .box a {
    margin: 1rem auto 0;
  }
}
.p-blk__history-group .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-blk__history-group .box + .box {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-blk__history-group .box .c-btn--line {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-blk__history-group .box .c-btn--line {
    margin: 0 auto;
  }
}
.p-blk__company-outline-prime {
  width: 1600px;
  width: 100rem;
  margin: 0 auto;
  padding: 128px 0 64px;
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-blk__company-outline-prime {
    width: 100%;
  }
}
.p-blk__company-outline-prime h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px 64px;
  padding: 0 2rem 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  border-bottom: 1px solid #6e7786;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.p-blk__company-outline-prime h3 img {
  height: 128px;
  height: 8rem;
}
.p-blk__company-outline-prime .c-btn--list3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-blk__company-outline-prime .c-btn--list3 {
    width: 80%;
  }
}
.p-blk__ctaArea dl {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blk__ctaArea dl:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4.5rem rgba(56, 42, 102, .3);
  box-shadow: 0 0 4.5rem rgba(56, 42, 102, .3);
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__ctaArea dl:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 0 0 4.5rem rgba(56, 42, 102, .3);
    box-shadow: 0 0 4.5rem rgba(56, 42, 102, .3);
    opacity: 0.7;
  }
}
.p-blk__ctaArea dl dd {
  padding: 0;
  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 only screen and (max-width: 767px) {
  .p-blk__ctaArea dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-blk__ctaArea dl dd .p-archive-list__item {
  padding: 0 64px;
  padding: 0 4rem;
}
@media only screen and (max-width: 767px) {
  .p-blk__ctaArea dl dd .p-archive-list__item {
    padding: 2rem;
    width: 100%;
    text-align: center;
  }
}
.p-blk__ctaArea dl dd img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-blk__ctaArea dl dd img {
    width: 100%;
  }
}
.p-blk__related {
  margin-top: 160px;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-blk__related .p-local-nav--service {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blk__related ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-blk__related ul li {
  border: 1px solid #ccc;
}
.p-blk__related ul li a {
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  gap: 2rem;
  padding: 32px;
  padding: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blk__related ul li a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-blk__related ul li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-blk__related ul li a figure {
  width: 37%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-blk__related ul li a figure {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blk__related ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p-blk__related ul li a p:first-of-type {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: bold;
}
.p-blk__related ul li a p:last-of-type {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: clamp(12px, 0.729vw, 14px);
}
@media only screen and (max-width: 767px) {
  .p-blk__related ul li a p:last-of-type {
    margin-top: 0;
  }
}

.p-blk__casestudy__item {
  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;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
@media only screen and (max-width: 767px) {
  .p-blk__casestudy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-blk__casestudy__item__txtbox {
  margin-right: 96px;
  margin-right: 6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-blk__casestudy__item__txtbox a {
  color: #6e7786;
  display: block;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}
.p-blk__casestudy__item__txtbox a::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #6e7786;
  border-right: 1px solid #6e7786;
  border-color: #6e7786;
  content: "";
  vertical-align: middle;
}
.p-blk__casestudy__item__txtbox h3 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-blk__casestudy__item__txtbox {
    margin-right: 0;
  }
}
.p-blk__casestudy__item__imgbox {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .p-blk__casestudy__item__imgbox {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
}

.p-blk__feature__threeitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 96px;
  margin-top: 6rem;
}
.p-blk__feature__threeitem__list {
  width: 32%;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
@media only screen and (max-width: 767px) {
  .p-blk__feature__threeitem__list {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-blk__feature__threeitem__list__num {
  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: 60px;
  height: 60px;
  background-color: #07183f;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  margin: -30px auto 30px;
  line-height: 1.2;
  text-align: center;
}
.p-blk__feature__threeitem__list__num span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.p-blk__feature__threeitem__list__img {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 16px;
  margin-top: 1rem;
  height: 85px;
  text-align: center;
}
.p-blk__feature__threeitem__list__img img {
  max-height: 100%;
}
.p-blk__feature__threeitem__list h4 {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1340px) {
  .p-blk__succession__plan__table {
    overflow-x: scroll;
  }
}

.p-blk__succession__plan__table table {
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .p-blk__succession__plan__table table {
    width: 1100px;
  }
}

.p-blk__succession__plan__table table tr td,
.p-blk__succession__plan__table table tr th {
  padding: 32px;
  padding: 2rem;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .p-blk__succession__plan__table table tr td,
  .p-blk__succession__plan__table table tr th {
    padding: 1rem;
  }
}

.p-blk__succession__plan__table table tr th {
  background-color: #07183f;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.p-blk__succession__plan__table table tr td {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.p-blk__succession__plan__table table tr td:first-child {
  vertical-align: middle;
  text-align: center;
  background-color: #153378;
  color: #fff;
  font-weight: bold;
}

.p-blk__succession__plan__table table tr:nth-child(2) td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1340px) {
  .p-blk__executive-training__table {
    overflow-x: scroll;
  }
}

.p-blk__executive-training__table table {
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .p-blk__executive-training__table table {
    width: 1100px;
  }
}

.p-blk__executive-training__table table tr td,
.p-blk__executive-training__table table tr th {
  padding: 32px;
  padding: 2rem;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .p-blk__executive-training__table table tr td,
  .p-blk__executive-training__table table tr th {
    padding: 1rem;
  }
}

.p-blk__executive-training__table table tr th {
  color: #fff;
  text-align: center;
  position: relative;
  height: 70px;
  vertical-align: middle;
}

.p-blk__executive-training__table table tr th:before {
  position: absolute;
  right: -36px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 44.8px solid transparent;
  border-top: 2.8rem solid transparent;
  border-bottom: 44.8px solid transparent;
  border-bottom: 2.8rem solid transparent;
  border-right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-blk__executive-training__table table tr th:before {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
  }
}

.p-blk__executive-training__table table tr th.first {
  width: 33.3333%;
  background-color: #0c649b;
}

.p-blk__executive-training__table table tr th.first::before {
  border-left: 36px solid #0c649b;
}

.p-blk__executive-training__table table tr th.second {
  width: 33.3333%;
  background-color: #153378;
}

.p-blk__executive-training__table table tr th.second::before {
  border-left: 36px solid #153378;
}

.p-blk__executive-training__table table tr th.third {
  width: 33.3333%;
  background-color: #07183f;
}

.p-blk__executive-training__table table tr th.third::before {
  content: none;
}

.p-blk__executive-training__table table tr td {
  background-color: #fff;
}

.service_detail .p-blk__feature h3 {
  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) {
  .service_detail .p-blk__feature h3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-blk__phase__item {
  background: #fff;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item {
    margin-top: 2rem;
  }
}
.p-blk__phase__item + .p-blk__phase__item {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item + .p-blk__phase__item {
    margin-top: 1.5rem;
  }
}
.p-blk__phase__item__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.p-blk__phase__item__ttlbox__ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4d628f;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__ttlbox__ttl {
    font-size: 1.25rem;
  }
}
.p-blk__phase__item__ttlbox__num {
  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;
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
  min-height: 80px;
  min-height: 5rem;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #6477a2;
  padding-top: 5px;
  padding-top: 0.3125rem;
  margin-right: 29px;
  margin-right: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__ttlbox__num {
    width: 4.375rem;
    min-width: 4.375rem;
    min-height: 4.375rem;
    margin-right: 0.9375rem;
  }
}
.p-blk__phase__item__ttlbox__num span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__ttlbox__num span {
    font-size: 1.5rem;
  }
}
.p-blk__phase__item__ttlbox__num p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
.p-blk__phase__item__cont {
  padding: 30px;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont {
    padding: 1.25rem;
  }
}
.p-blk__phase__item__cont__txtbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 96px;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont__txtbox {
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
  }
}
.p-blk__phase__item__cont__txtbox p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-blk__phase__item__cont__txtbox h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-blk__phase__item__cont__txtbox ul {
  padding: 16px 32px;
  padding: 1rem 2rem;
  background-color: #eaebed;
}
.p-blk__phase__item__cont__txtbox ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.p-blk__phase__item__cont__txtbox ul li:not(:first-of-type) {
  margin-top: 6px;
}
.p-blk__phase__item__cont__txtbox span {
  font-weight: 600;
  color: rgb(51, 51, 51);
  display: inline-block;
}
.p-blk__phase__item__cont__imgbox {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont__imgbox {
    width: 100%;
  }
}
.p-blk__phase__item__cont__ol > li::marker {
  font-weight: bold;
}
.p-blk__phase__item__cont__ol > li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-left: 32px;
  margin-left: 2rem;
  list-style: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.p-blk__phase__item__cont__ol > li:not(:first-of-type) {
  margin-top: 6px;
}
.p-blk__phase__item__cont__ol strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-blk__phase__item__cont__list {
  width: 100%;
}
.p-blk__phase__item__cont__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-blk__phase__item__cont__list ul li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont__list ul li {
    width: 100%;
  }
}
.p-blk__phase__item__cont__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.p-blk__phase__item__cont__list-item-img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont__list-item-img {
    width: 100%;
  }
}
.p-blk__phase__item__cont__list-item-text {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .p-blk__phase__item__cont__list-item-text {
    width: 100%;
  }
}
.p-blk__phase__item__cont__list-item-text span {
  font-size: 18px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin: 5px 0;
  display: inline-block;
}

.l-container {
  width: 100%;
  max-width: 1450px;
  padding: 100px 25px;
  padding: 6.25rem 25px;
  margin-right: auto;
  margin-left: auto;
  /*   h2 {
    font-size: rem(18);
    font-weight: 700;
    @include mq(sm) {
      font-size: rem(16);
    }
    span {
      font-size: rem(40);
      @include mq(sm) {
        font-size: rem(28);
      }
    }
  } */
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-blk__service_gray,
.l-section--gr {
  background: #eaebed !important;
}

.p-article__linkcard__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
.p-article__linkcard__flex .p-article__linkcard {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard {
    width: 100%;
  }
}
.p-article__linkcard__flex .p-article__linkcard a {
  height: 100%;
}
.p-article__linkcard__flex .p-article__linkcard__txtbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 68%;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard__txtbox {
    width: 100%;
    height: auto;
  }
}
.p-article__linkcard__flex .p-article__linkcard__txtbox .c-btn--fill {
  margin-top: auto;
}
.p-article__linkcard__flex .p-article__linkcard__imgbox {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-article__linkcard__flex .p-article__linkcard__imgbox {
    width: 100%;
  }
}
.p-article__linkcard__flex .p-article__linkcard__imgbox img {
  -o-object-position: 30%;
     object-position: 30%;
}

.c-btn--fill {
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  background: #07183f;
  border: 2px solid #07183f;
  border: 0.125rem solid #07183f;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-btn--fill {
    padding: 0.75rem 1.25rem 0.75rem 0;
  }
}
.c-btn--fill::before, .c-btn--fill::after {
  position: absolute;
  content: "";
}
.c-btn--fill::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.c-btn--fill::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.c-btn--fill:hover {
  opacity: 1;
  color: #07183f;
}
.c-btn--fill:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.c-btn--fill:hover::after {
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
}

.p-under-mv__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-under-mv__btn a + a {
    margin-top: 1.25rem;
  }
}

.p-outline--white {
  background: #fff !important;
  padding: 80px 0 120px;
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-outline--white {
    padding: 3.75rem 0 5rem;
  }
}

.p-outline__heading + p {
  margin: 40px 0;
  margin: 2.5rem 0;
}

.p-step-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-step-box {
    grid-template-columns: 1fr;
  }
}
.p-step-box__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33333% - 1.25rem);
          flex: 0 1 calc(33.33333% - 1.25rem); /* flex-growを0に設定して幅を固定 */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 必要に応じて子要素のレイアウトを調整 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 子要素を縦方向に配置 */
}
@media screen and (max-width: 768px) {
  .p-step-box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; /* スマホでは幅を100%に設定 */
  }
}
.p-step-box__item dl {
  padding: 30px;
  padding: 1.875rem;
  background: #fff;
  height: 100%;
}
.p-step-box__item dl dt {
  color: #6477a2;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.p-step-box__item dl dt:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #000 !important;
}
.p-step-box__item dl dd {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-step-box__item dl ol {
  margin-left: 1em;
  padding-left: 1em;
}
.p-step-box__item dl ol li {
  list-style: decimal !important;
}
.p-step-box__item dl ol li:not(:first-of-type) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.p-step-box__num {
  background: #6477a2;
  padding: 20px;
  padding: 1.25rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
}
.p-step-box__num span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-section--wh .p-step-box__item,
.l-section--wh .p-blk__phase__item,
.l-section--wh .p-archive-list--download__item,
.l-section--wh .p-outline__card,
.l-section--wh .p-textbox--col3 dl,
.l-section--wh .p-textbox--col2 dl,
.l-section--wh .p-textbox dl,
.l-section--wh .c-voice-box {
  border: 1px solid #ccc;
}

.p-under-mv-serviceLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-under-mv-serviceLogo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-under-mv-serviceLogo img {
  width: auto !important;
  height: 94px;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 768px) {
  .p-under-mv-serviceLogo img {
    margin: 0 auto;
  }
}
.p-under-mv-serviceLogo h1 {
  font-size: 18px;
  font-size: 1.125rem;
}

.service_detail h2:not(.c-section-header__titles):not(.c-section-header__title):not(.p-outline__subtitle) {
  margin-bottom: 3.125vw;
  font-size: clamp(24px, 1.562vw, 30px);
  font-weight: 700;
}
.service_detail.p-reason__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service_detail.p-reason__title {
    font-size: 1.75rem;
  }
}
.service_detail .c-section-header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.service_detail .c-breadcrumb {
  padding-bottom: 0 !important;
}
.service_detail .c-unit__subtitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-figure {
  text-align: center;
  margin: 64px 0 0;
  margin: 4rem 0 0;
}
.c-figure img {
  max-width: 100%;
  width: auto; /* 元のサイズを維持 */
  height: auto; /* 縦横比を維持 */
  display: inline-block; /* 必要に応じて中央揃え */
}

.p-bnr {
  line-height: 1.4;
}
.p-bnr--flat {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat {
    margin-bottom: 5rem;
  }
}
.p-bnr--flat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}
.p-bnr--flat a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--flat a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-bnr--flat figure {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat figure {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat figure {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
  }
}
.p-bnr--flat figure img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat figure img {
    max-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat figure img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
  }
}
.p-bnr--flat__txt {
  width: 56%;
  padding: 32px 64px 48px;
  padding: 2rem 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat__txt {
    width: 100%;
    padding: 1rem;
  }
}
.p-bnr--flat__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-bnr--flat__title {
  font-weight: bold;
  word-break: auto-phrase;
}
.p-bnr--flat__title strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-bnr--flat-cap {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap {
    margin-bottom: 5rem;
  }
}
.p-bnr--flat-cap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}
.p-bnr--flat-cap a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--flat-cap a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-bnr--flat-cap figure {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap figure {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap figure {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    padding: 2rem 4rem 1rem;
  }
}
.p-bnr--flat-cap figure img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap figure img {
    max-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap figure img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
  }
}
.p-bnr--flat-cap__txt {
  width: 56%;
  padding: 32px 64px 48px;
  padding: 2rem 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap__txt {
    width: 100%;
    padding: 0;
  }
}
.p-bnr--flat-cap__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-cap__txt {
    width: 70%;
  }
}
.p-bnr--flat-cap__title {
  font-weight: bold;
}
.p-bnr--flat-cap__title strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-bnr--flat-bg {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg {
    margin-bottom: 5rem;
  }
}
.p-bnr--flat-bg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}
.p-bnr--flat-bg a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--flat-bg a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-bnr--flat-bg figure {
  width: 44%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg figure {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg figure {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    padding: 2rem 4rem 1rem;
  }
}
.p-bnr--flat-bg figure img {
  height: auto;
  width: 130%;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg figure img {
    max-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg figure img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
  }
}
.p-bnr--flat-bg__txt {
  width: 56%;
  padding: 32px 64px 48px;
  padding: 2rem 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg__txt {
    width: 100%;
    padding: 0;
  }
}
.p-bnr--flat-bg__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-bg__txt {
    width: 70%;
  }
}
.p-bnr--flat-bg__title {
  font-weight: bold;
}
.p-bnr--flat-bg__title strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-bnr--flat-wide, .p-bnr--middle {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-wide, .p-bnr--middle {
    margin-bottom: 5rem;
  }
}
.p-bnr--flat-wide a, .p-bnr--middle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}
.p-bnr--flat-wide a:focus, .p-bnr--middle a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--flat-wide a:hover, .p-bnr--middle a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-bnr--flat-wide figure, .p-bnr--middle figure {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-wide figure, .p-bnr--middle figure {
    width: 100%;
    display: block;
    padding: 2rem 2rem 1rem;
    text-align: center;
  }
}
.p-bnr--flat-wide figure img, .p-bnr--middle figure img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-wide figure img, .p-bnr--middle figure img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 70%;
  }
}
.p-bnr--flat-wide__txt {
  width: 70%;
  padding: 32px 64px 48px;
  padding: 2rem 4rem 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-bnr--flat-wide__txt {
    width: 100%;
    padding: 0 3rem 3rem;
  }
}
.p-bnr--flat-wide__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-bnr--flat-wide__title {
  font-weight: bold;
}
.p-bnr--flat-wide__title strong {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.p-bnr--flat-wide .c-btn--fill, .p-bnr--middle .c-btn--fill {
  text-align: center;
}
.p-bnr--service-download {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--service-download {
    margin-bottom: 5rem;
  }
}
.p-bnr--service-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 32px 64px;
  padding: 2rem 4rem;
  gap: 64px;
  gap: 4rem;
  background: #fff;
}
.p-bnr--service-download a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--service-download a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--service-download a {
    padding: 2rem;
    gap: 1rem;
  }
}
.p-bnr--service-download figure {
  width: 29%;
  text-align: right;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .p-bnr--service-download figure {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.p-bnr--service-download figure img {
  max-width: 312px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-bnr--service-download figure img {
    max-width: 100%;
  }
}
.p-bnr--service-download__tag {
  background: #6e7786;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 12px;
  display: inline-block;
}
.p-bnr--service-download__txt {
  width: calc(71% - 4rem);
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .p-bnr--service-download__txt {
    width: 100%;
  }
}
.p-bnr--service-download__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-bnr--service-download__title {
  font-weight: bold;
}
.p-bnr--service-download__title strong {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
}
.p-bnr--service-download .c-btn--fill {
  text-align: center;
}
.p-bnr--big {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-bnr--big a {
  display: block;
  border: 1px solid #ccc;
  padding: 64px;
  padding: 4rem;
}
.p-bnr--big a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--big a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--big a {
    padding: 3rem;
  }
}
.p-bnr--big__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-bnr--big__head > div {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-bnr--big__head > div {
    width: 100%;
  }
}
.p-bnr--big__head .p-bnr--big__icon_wrap {
  max-width: calc(54% - 2rem);
  width: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bnr--big__head .p-bnr--big__icon_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-bnr--big__head .p-bnr--big__icon_wrap img {
  width: auto;
  max-width: 100%;
}
.p-bnr--big__head .p-bnr--big__icon_wrap .p-bnr--big__icon {
  width: 176px;
  width: 11rem;
  left: -32px;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--big__head .p-bnr--big__icon_wrap .p-bnr--big__icon {
    width: 9rem;
    height: 9rem;
  }
}
.p-bnr--big__head img {
  max-width: calc(54% - 2rem);
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-bnr--big__head img {
    width: 100%;
    max-width: 100%;
  }
}
.p-bnr--big h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-bnr--big__body {
  background: #f4f4f4;
  padding: 48px;
  padding: 3rem;
  margin: 48px auto 32px;
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 768px) {
  .p-bnr--big__body {
    margin: 2rem auto;
    padding: 2rem;
    font-size: 0.875rem;
  }
}
.p-bnr--big__body ul li {
  padding-left: 32px;
  padding-left: 2rem;
  color: #666;
  text-indent: -28.8px;
  text-indent: -1.8rem;
}
.p-bnr--big__body ul li + li {
  margin-top: 4.8px;
  margin-top: 0.3rem;
}
.p-bnr--big__body ul li:before {
  content: "・";
  padding-right: 16px;
  padding-right: 1rem;
}
.p-bnr--big__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  background: #171a51;
  height: 176px;
  height: 11rem;
  border-radius: 100rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  right: 40%;
  top: 0;
}
.p-bnr--big__icon small {
  font-size: 16px;
  font-size: 1rem;
}
.p-bnr--big__icon strong {
  font-size: 26px;
  font-size: 1.625rem;
}
.p-bnr--big .c-btn--fill {
  max-width: 640px;
  max-width: 40rem;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.p-bnr--middle {
  max-width: 1088px;
  max-width: 68rem;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
.p-bnr--middle a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr--middle a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--middle {
    width: 100%;
  }
}
.p-bnr--middle figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-bnr--middle figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr--middle figure img {
    margin: 0 auto;
  }
}
.p-bnr--middle__txt {
  width: 60%;
  padding: 32px 64px 48px;
  padding: 2rem 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bnr--middle__txt {
    width: 100%;
    padding: 0 3rem 3rem;
  }
}
.p-bnr--middle__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-bnr--middle__title {
  font-weight: bold;
}
.p-bnr--middle__title strong {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-bnr--consultation-meeting {
  max-width: 950px;
  margin: 0 auto;
}

.p-bnr--consultation-meeting a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  gap: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-bnr--consultation-meeting a:hover {
  opacity: 0.7;
}

.p-bnr--consultation-meeting figure {
  width: 30%;
}

.p-bnr--consultation-meeting .p-bnr--flat__txt p {
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.p-bnr--consultation-meeting .p-bnr--flat__txt .p-bnr--flat__title {
  margin: 0 0 32px 0;
  margin: 0 0 2rem 0;
  font-size: 38.4px;
  font-size: 2.4rem;
}

.p-bnr--consultation-meeting .p-bnr--flat__txt {
  width: 68%;
}

.p-blk__relate-link-list .p-bnr--consultation-meeting {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.p-bnr--flat-wide.glossary_white_paper_service figure, .glossary_white_paper_service.p-bnr--middle figure {
  width: 34%;
}

.p-bnr--flat-wide.glossary_white_paper_service a, .glossary_white_paper_service.p-bnr--middle a {
  padding: 32px;
  padding: 2rem;
}

.p-bnr--flat-wide.glossary_white_paper_service a img, .glossary_white_paper_service.p-bnr--middle a img {
  position: relative;
  top: inherit;
  right: inherit;
  max-width: 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

.glossary_white_paper_service .p-bnr--flat-wide__txt {
  width: 66%;
  padding: 16px 64px 32px;
  padding: 1rem 4rem 2rem;
}

.glossary_white_paper_service .p-bnr--flat-wide__title strong {
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-bnr--consultation-meeting a {
    padding: 2rem;
  }
  .p-bnr--consultation-meeting figure {
    width: 100%;
    padding: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    margin-bottom: 2rem;
  }
  .p-bnr--consultation-meeting .p-bnr--flat__txt {
    width: 100%;
    padding: 0;
  }
  .p-bnr--consultation-meeting .p-bnr--flat__txt p {
    font-size: 1.4rem;
  }
  .p-bnr--consultation-meeting .p-bnr--flat__txt .p-bnr--flat__title {
    font-size: 2rem;
  }
  .p-bnr--flat-wide.glossary_white_paper_service figure, .glossary_white_paper_service.p-bnr--middle figure {
    width: 100%;
  }
  .glossary_white_paper_service .p-bnr--flat-wide__txt {
    width: 100%;
  }
}
.p-bnr--meetingv2 {
  max-width: 950px;
  margin: 0 auto;
}

.p-bnr--meetingv2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  gap: 0;
  border: 1px solid #ccc;
  background: #153378;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-bnr--meetingv2 a:hover {
  opacity: 0.7;
}

.p-bnr--meetingv2__img {
  position: relative;
}

.p-bnr--meetingv2__img .c-btn--fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #153378;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
}

.p-bnr--meetingv2__img .c-btn--fill::before {
  border-color: #153378;
}

.p-bnr--meetingv2__txt {
  width: 50%;
  padding: 48px;
  padding: 3rem;
}

.p-bnr--meetingv2__txt p {
  color: #fff;
  font-weight: bold;
}

.p-bnr--meetingv2__title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .p-bnr--meetingv2 a {
    padding: 2rem;
    text-align: center;
  }
  .p-bnr--meetingv2__img {
    margin-top: 2rem;
  }
  .p-bnr--meetingv2__img .c-btn--fill {
    position: relative;
    margin-top: 2rem;
  }
  .p-bnr--meetingv2__txt {
    width: 100%;
    padding: 0;
  }
  .p-bnr--meetingv2__title {
    font-size: 2.2rem;
  }
}
.p-bnr-manegy {
  border: #cccccc 2px solid;
  background: #ffffff;
  margin-top: 80px;
  margin-top: 5rem;
}
.p-bnr-manegy.js-area-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-bnr-manegy.js-area-link:hover {
  opacity: 0.8;
}
.p-bnr-manegy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy_inner {
    padding: 20px 20px 50px;
    gap: 20px;
  }
}
.p-bnr-manegy_img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy_img {
    width: 100%;
    text-align: center;
  }
}
.p-bnr-manegy_cont {
  width: calc(75% - 40px);
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy_cont {
    width: 100%;
  }
}
.p-bnr-manegy_head {
  font-weight: 800;
  line-height: 1.8;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy_head {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-bnr-manegy_head span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
.p-bnr-manegy_link {
  position: absolute;
  bottom: 25px;
  right: 25px;
  line-height: 1;
  padding-left: 20px;
  color: #5f656f;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy_link {
    bottom: 15px;
    right: 15px;
  }
}
.p-bnr-manegy_link:before {
  border-top: 1px solid #5f656f;
  border-right: 1px solid #5f656f;
}

.p-bnr-manegy.manegy-type02 {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy.manegy-type02 {
    margin-bottom: 6rem;
  }
}
.p-bnr-manegy.manegy-type02 .p-bnr-manegy_inner {
  gap: 30px;
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy.manegy-type02 .p-bnr-manegy_inner {
    gap: 20px;
    padding: 20px 20px 50px;
  }
}
.p-bnr-manegy.manegy-type02 .p-bnr-manegy_img {
  width: 19%;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy.manegy-type02 .p-bnr-manegy_img {
    width: 100%;
  }
}
.p-bnr-manegy.manegy-type02 .p-bnr-manegy_cont {
  width: calc(81% - 30px);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy.manegy-type02 .p-bnr-manegy_cont {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-bnr-manegy.manegy-type02 .p-bnr-manegy_link {
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-bnr-manegy.manegy-type02 .p-bnr-manegy_link {
    bottom: 15px;
    right: 15px;
  }
}

.p-local-nav {
  margin: 240px auto 128px;
  margin: 15rem auto 8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-local-nav {
    padding: 5rem 5vw;
    margin: 0;
  }
}
.p-local-nav__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.p-local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6px;
  gap: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-local-nav li {
  width: calc(25% - 0.075rem);
}
@media screen and (max-width: 768px) {
  .p-local-nav li {
    width: 100%;
  }
}
.p-local-nav a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 32px 8px;
  padding: 2rem 0.5rem;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #f4f4f4;
  font-weight: bold;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-local-nav a span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
.p-local-nav a.is-current {
  color: #fff;
  background: #111;
}
.p-local-nav a:focus {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .p-local-nav a:hover {
    color: #fff;
    background: #111;
  }
}
.p-local-nav--service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 48px;
  gap: 3rem;
}
.p-local-nav--service ul li {
  width: calc(33.33333% - 2rem);
}
@media screen and (max-width: 768px) {
  .p-local-nav--service ul li {
    width: 100%;
  }
}
.p-local-nav--service ul li a {
  display: block;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  height: 100%;
}
.p-local-nav--service ul li a figure {
  background-color: #111;
  overflow: hidden;
}
.p-local-nav--service ul li a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-local-nav--service ul li a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-local-nav--service ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-local-nav--service ul li figure img {
  width: 100%;
  height: auto;
}
.p-local-nav--service ul li dl {
  position: relative;
}
.p-local-nav--service ul li dl::after {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 0.6rem);
  border-color: #111;
}
.p-local-nav--service ul li dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-local-nav--service ul li dt span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.p-local-nav--service ul li dd {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6e7786;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-local-nav--service__verlink dt {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-local-nav--service__verlink dl::after {
  content: none !important;
}
.p-local-nav--service__verlink dl .verlink-block {
  width: 100%;
  position: relative;
  padding-right: 32px;
  padding-right: 2rem;
}
.p-local-nav--service__verlink dl .verlink-block:hover a {
  text-decoration: underline;
}
.p-local-nav--service__verlink dl .verlink-block::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  position: absolute;
  top: 60%;
  right: 2%;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-color: #111;
}
.p-local-nav--service__verlink dl .verlink-block a {
  padding-bottom: 0;
}
.p-local-nav--service-study ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 112px 5%;
  gap: 7rem 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-local-nav--service-study ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-local-nav--service-study ul li {
    width: 100%;
  }
}
.p-local-nav--service-study ul li a {
  display: block;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  height: 100%;
}
.p-local-nav--service-study ul li a figure {
  background-color: #111;
  overflow: hidden;
}
.p-local-nav--service-study ul li a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-local-nav--service-study ul li a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-local-nav--service-study ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-local-nav--service-study ul li figure {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-local-nav--service-study ul li dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  position: relative;
}
.p-local-nav--service-study ul li dt::after {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 0.6rem);
  border-color: #111;
}
.p-local-nav--service-study ul li dt span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.p-local-nav--service-study ul li dd {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e7786;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-archive-list__item a {
  display: block;
  position: relative;
}
.p-archive-list__item a p {
  font-size: 16px;
  font-size: 1rem;
}
.p-archive-list__item a p.p-archive-list__title {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-archive-list__item a[target=_blank] .p-archive-list__title {
  position: relative;
  display: inline;
}
.p-archive-list__item a[target=_blank] .p-archive-list__title::after {
  content: none;
  width: 25px;
  height: 25px;
  background: url(/hr/assets/img/link_icon.png) right center/15px auto no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.p-archive-list__item a[target=_blank] figure {
  position: relative;
}
.p-archive-list__item a[target=_blank] figure::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background: url(/hr/assets/img/blank_icon.png) center/contain no-repeat;
  z-index: 1;
}
.p-archive-list__item .c-cate--line {
  color: #6e7786;
}
.p-archive-list__item .c-cate--line span {
  color: #6e7786;
  border-color: #6e7786;
}
.p-archive-list__item .c-btn--more {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list__item .c-btn--more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list__item .c-btn--more {
    display: block;
    font-size: 1.3rem;
    display: block;
    background: #111;
    margin: 2rem auto 0;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem 1rem;
  }
}
.p-archive-list__item .c-btn--more::before {
  border-color: #6e7786;
}
@media screen and (max-width: 768px) {
  .p-archive-list__item .c-btn--more::before {
    border-color: #fff;
    left: auto;
    right: 1rem;
  }
}
.p-archive-list__item-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px 0;
  gap: 0.5rem 0;
  font-size: clamp(14px, 0.8333vw, 16px) !important;
  color: #000 !important;
}
.p-archive-list__item-child ul {
  gap: 8px 0 !important;
  gap: 0.5rem 0 !important;
}
.p-archive-list__item-child li {
  width: 48%;
  position: relative;
}
.p-archive-list__item-child li:hover h4 {
  text-decoration: underline;
}
.p-archive-list__title {
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list__title {
    margin-bottom: 1rem;
  }
}
.p-archive-list__date {
  color: #6e7786;
  font-weight: bold;
}
.p-archive-list__date strong {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-archive-list--eye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye {
    gap: 1rem;
  }
}
.p-archive-list--eye .p-archive-list__item {
  width: calc(50% - 2rem);
}
.p-archive-list--eye .p-archive-list__item:nth-of-type(1) {
  width: 100%;
}
.p-archive-list--eye .p-archive-list__item:nth-of-type(1) .p-archive-list__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye .p-archive-list__item:nth-of-type(1) .p-archive-list__title {
    font-size: 1.5rem;
  }
}
.p-archive-list--eye .p-archive-list__item:nth-of-type(1) a:after {
  font-size: 14px;
  font-size: 0.875rem;
  content: "New";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #111;
  display: block;
  line-height: 1;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye .p-archive-list__item {
    width: 100%;
  }
}
.p-archive-list--eye .p-archive-list__item a {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .1);
  padding: 80px;
  padding: 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye .p-archive-list__item a {
    padding: 2rem;
  }
}
.p-archive-list--eye .p-archive-list__item a:focus {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-archive-list--eye .p-archive-list__item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--eye .p-archive-list__item a:hover {
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
    box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-archive-list--eye .p-archive-list__item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
.p-archive-list--eye .p-archive-list__item a figure {
  overflow: hidden;
  width: 256px;
  width: 16rem;
  border-radius: 16rem;
  height: 256px;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye .p-archive-list__item a figure {
    width: 10rem;
    border-radius: 10rem;
    height: 10rem;
  }
}
.p-archive-list--eye__txt {
  position: relative;
  width: calc(100% - 19rem);
}
@media screen and (max-width: 768px) {
  .p-archive-list--eye__txt {
    width: calc(100% - 13rem);
  }
}
.p-archive-list--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  gap: 5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case {
    gap: 4rem;
  }
}
.p-archive-list--case__pick-item {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item {
    margin-bottom: 7rem;
  }
}
.p-archive-list--case__pick-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-archive-list--case__pick-item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--case__pick-item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--case__pick-item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--case__pick-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--case__pick-item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--case__pick-item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item a {
    gap: 2rem;
  }
}
.p-archive-list--case__pick-item a:after {
  font-size: 14px;
  font-size: 0.875rem;
  content: "New";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #111;
  display: block;
  line-height: 1;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
}
.p-archive-list--case__pick-item a[target=_blank] .p-archive-list__title {
  position: relative;
  display: inline;
}
.p-archive-list--case__pick-item a[target=_blank] .p-archive-list__title::after {
  content: none;
  width: 27px;
  height: 27px;
  background: url(/hr/assets/img/link_icon.png) right bottom 1px/17px auto no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
}
.p-archive-list--case__pick-item a[target=_blank] figure {
  position: relative;
}
.p-archive-list--case__pick-item a[target=_blank] figure::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background: url(/hr/assets/img/blank_icon.png) center/contain no-repeat;
  z-index: 1;
}
.p-archive-list--case__pick-item figure {
  width: 800px;
  width: 50rem;
}
.p-archive-list--case__pick-item figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item figure {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item figure {
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}
.p-archive-list--case__pick-item .p-archive-list__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .p-archive-list__title {
    font-size: 1.5rem;
  }
}
.p-archive-list--case__pick-item .p-archive-list--case__txt {
  width: calc(100% - 54rem);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .p-archive-list--case__txt {
    width: calc(60% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .p-archive-list--case__txt {
    width: 100%;
  }
}
.p-archive-list--case__pick-item .c-cate--line {
  color: #6e7786;
}
.p-archive-list--case__pick-item .c-cate--line span {
  color: #6e7786;
  border-color: #6e7786;
}
.p-archive-list--case__pick-item .c-btn--more {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .c-btn--more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .c-btn--more {
    display: block;
    font-size: 1.3rem;
    display: block;
    background: #111;
    margin: 2rem auto 0;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem 1rem;
  }
}
.p-archive-list--case__pick-item .c-btn--more::before {
  border-color: #6e7786;
}
@media screen and (max-width: 768px) {
  .p-archive-list--case__pick-item .c-btn--more::before {
    border-color: #fff;
    left: auto;
    right: 1rem;
  }
}
.p-archive-list--case .p-archive-list__item {
  width: calc(33.33333% - 4.66667rem);
}
@media screen and (max-width: 768px) {
  .p-archive-list--case .p-archive-list__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--case .p-archive-list__item {
    width: 100%;
  }
}
.p-archive-list--case .p-archive-list__item a figure {
  width: 100%;
}
.p-archive-list--case .p-archive-list__item a figure img {
  width: 100%;
}
.p-archive-list--case .p-archive-list__item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--case .p-archive-list__item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--case .p-archive-list__item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--case .p-archive-list__item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--case .p-archive-list__item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--case .p-archive-list__item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
.p-archive-list--case__txt {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
.p-archive-list--subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 96px 3.3%;
  gap: 6rem 3.3%;
}
.p-archive-list--subject__pick-item {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item {
    margin-bottom: 7rem;
  }
}
.p-archive-list--subject__pick-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item a {
    gap: 2rem;
  }
}
.p-archive-list--subject__pick-item a:after {
  font-size: 14px;
  font-size: 0.875rem;
  content: "New";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #111;
  display: block;
  line-height: 1;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
}
.p-archive-list--subject__pick-item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--subject__pick-item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--subject__pick-item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--subject__pick-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--subject__pick-item a:focus {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
.p-archive-list--subject__pick-item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--subject__pick-item a:hover {
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
    box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  }
  .p-archive-list--subject__pick-item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
.p-archive-list--subject__pick-item figure {
  width: 480px;
  width: 30rem;
}
.p-archive-list--subject__pick-item figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item figure {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item figure {
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}
.p-archive-list--subject__pick-item .p-archive-list__title {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-archive-list--subject__pick-item .p-archive-list--subject__txt {
  width: calc(100% - 38rem);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item .p-archive-list--subject__txt {
    width: calc(60% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item .p-archive-list--subject__txt {
    width: 100%;
  }
}
.p-archive-list--subject__pick-item .c-cate--line {
  color: #6e7786;
}
.p-archive-list--subject__pick-item .c-cate--line span {
  color: #6e7786;
  border-color: #6e7786;
}
.p-archive-list--subject__pick-item .c-btn--more {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item .c-btn--more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item .c-btn--more {
    display: block;
    font-size: 1.3rem;
    display: block;
    background: #111;
    margin: 2rem auto 0;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem 1rem;
  }
}
.p-archive-list--subject__pick-item .c-btn--more::before {
  border-color: #6e7786;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject__pick-item .c-btn--more::before {
    border-color: #fff;
    left: auto;
    right: 1rem;
  }
}
.p-archive-list--subject .p-archive-list__item {
  width: 22.5%;
}
.p-archive-list--subject .p-archive-list__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject .p-archive-list__item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject .p-archive-list__item {
    width: 100%;
  }
}
.p-archive-list--subject .p-archive-list__item a figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--subject .p-archive-list__item a figure {
    position: relative;
    height: 40vw;
    overflow: hidden;
  }
}
.p-archive-list--subject .p-archive-list__item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--subject .p-archive-list__item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--subject .p-archive-list__item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--subject .p-archive-list__item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--subject .p-archive-list__item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--subject .p-archive-list__item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
.p-archive-list--subject__txt {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
.p-archive-list--seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar {
    gap: 4rem;
  }
}
.p-archive-list--seminar__pick-item {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item {
    margin-bottom: 7rem;
  }
}
.p-archive-list--seminar__pick-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.p-archive-list--seminar__pick-item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--seminar__pick-item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--seminar__pick-item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--seminar__pick-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--seminar__pick-item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--seminar__pick-item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item a {
    gap: 2rem;
  }
}
.p-archive-list--seminar__pick-item a:after {
  font-size: 14px;
  font-size: 0.875rem;
  content: "Pick up";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #111;
  display: block;
  line-height: 1;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
}
.p-archive-list--seminar__pick-item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--seminar__pick-item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--seminar__pick-item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--seminar__pick-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--seminar__pick-item a:focus {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}
.p-archive-list--seminar__pick-item a:focus .p-archive-list__title {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--seminar__pick-item a:hover {
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
    box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  }
  .p-archive-list--seminar__pick-item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
}
.p-archive-list--seminar__pick-item figure {
  width: 800px;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item figure {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item figure {
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}
.p-archive-list--seminar__pick-item .p-archive-list__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .p-archive-list__title {
    font-size: 1.5rem;
  }
}
.p-archive-list--seminar__pick-item .p-archive-list--seminar__txt {
  width: calc(100% - 54rem);
  margin: 0;
  padding: 2vw 3vw 2vw 0;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .p-archive-list--seminar__txt {
    width: calc(60% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .p-archive-list--seminar__txt {
    width: 100%;
  }
}
.p-archive-list--seminar__pick-item .c-cate--line {
  color: #6e7786;
}
.p-archive-list--seminar__pick-item .c-cate--line span {
  color: #6e7786;
  border-color: #6e7786;
}
.p-archive-list--seminar__pick-item .c-btn--more {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  right: 3vw;
  bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .c-btn--more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .c-btn--more {
    display: block;
    font-size: 1.3rem;
    display: block;
    background: #111;
    margin: 2rem auto 0;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem 1rem;
  }
}
.p-archive-list--seminar__pick-item .c-btn--more::before {
  border-color: #6e7786;
}
@media screen and (max-width: 768px) {
  .p-archive-list--seminar__pick-item .c-btn--more::before {
    border-color: #fff;
    left: auto;
    right: 1rem;
  }
}
.p-archive-list--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5vw 5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-archive-list--download__item {
  width: 30%;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--download__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--download__item {
    width: 100%;
  }
}
.p-archive-list--download__item a {
  display: block;
  height: 100%;
  padding: 3vw 2vw;
  background: #fff;
  border: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-archive-list--download__item a {
    padding: 2rem;
  }
}
.p-archive-list--download__item a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--download__item a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.p-archive-list--download__item a figure {
  text-align: center;
}
.p-archive-list--download .p-archive-list__title {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-archive-list--download .c-cate--line {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-archive-list--download .c-cate--line span {
  color: #aaa;
  border-color: #b7b7b7;
  margin-right: 16px;
  margin-right: 1rem;
}
.p-archive-list--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 112px 4.48%;
  gap: 7rem 4.48%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 50px auto;
  margin: 3.125rem auto;
}
.p-archive-list--service .p-archive-list__item {
  width: 47.76%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--service .p-archive-list__item {
    width: 100%;
  }
}
.p-archive-list--service .p-archive-list__item img {
  width: 100%;
}
.p-archive-list--service .p-archive-list__item a figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--service .p-archive-list__item a figure {
    position: relative;
    height: 30vw;
    overflow: hidden;
  }
}
.p-archive-list--service .p-archive-list__item a figure .service_list_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 160px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--service .p-archive-list__item a figure .service_list_logo {
    width: 30%;
  }
}
.p-archive-list--service .p-archive-list__item a figure {
  background-color: #111;
  overflow: hidden;
}
.p-archive-list--service .p-archive-list__item a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-archive-list--service .p-archive-list__item a:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--service .p-archive-list__item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-archive-list--service .p-archive-list__item a:focus .p-archive-list__title {
  text-decoration: underline;
}
.p-archive-list--service .p-archive-list__item a:focus .service_list_logo {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--service .p-archive-list__item a:hover .p-archive-list__title {
    text-decoration: underline;
  }
  .p-archive-list--service .p-archive-list__item a:hover .service_list_logo {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.p-archive-list--service__txt {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  padding: 0 0 48px 0;
  padding: 0 0 3rem 0;
  width: 100%;
}
.p-archive-list--service__txt p {
  color: #6e7786;
}
.p-archive-list--service__txt p.p-archive-list__title {
  color: #111;
}
.p-archive-list--service-lineup__blk h3 {
  color: #6e7786;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-archive-list--service-lineup__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 2%;
  gap: 2rem 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-archive-list--service-lineup__blk ul li {
  width: 32%;
  background: #fff;
}
.p-archive-list--service-lineup__blk ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6e7786;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 100%;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  padding: 32px;
  padding: 2rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-archive-list--service-lineup__blk ul li a[target=_blank] {
  color: #111;
}
.p-archive-list--service-lineup__blk ul li a[target=_blank]::after {
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  right: 48px;
  right: 3rem;
  width: 32px;
  width: 2rem;
  height: 6px;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
.p-archive-list--service-lineup__blk ul li a:focus {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--service-lineup__blk ul li a:hover {
    cursor: default;
  }
}
.p-archive-list--service-lineup__blk ul li a[target=_blank]:focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
}
.p-archive-list--service-lineup__blk ul li a[target=_blank]:focus::after {
  right: 32px;
  right: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--service-lineup__blk ul li a[target=_blank]:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
    box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
  }
  .p-archive-list--service-lineup__blk ul li a[target=_blank]:hover::after {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--service-lineup__blk ul li {
    width: 100%;
  }
}
.p-archive-list--service-lineup__blk + .p-archive-list--service-lineup__blk {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-archive-list--consultant ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw 2.66%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-archive-list--consultant ul {
    gap: 2rem 4%;
  }
}
.p-archive-list--consultant li {
  width: 23%;
}
.p-archive-list--consultant li a {
  display: block;
  padding: 80px 48px 48px;
  padding: 5rem 3rem 3rem;
  background: #fff;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.p-archive-list--consultant li a:focus {
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
  box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-list--consultant li a:hover {
    -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
    box-shadow: 0 0 4rem rgba(56, 42, 102, .4);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--consultant li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-list--consultant li {
    width: 100%;
  }
}
.p-archive-list--consultant li span {
  display: block;
  padding: 32px 0 0;
  padding: 2rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.p-archive-list--consultant li span strong {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
}
.p-archive-list--consultant li figure {
  max-width: 256px;
  max-width: 16rem;
  overflow: hidden;
  border-radius: 100rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}
.p-archive-list--consultant li img {
  width: 100%;
}
.p-archive-list--book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 128px 8%;
  gap: 8rem 8%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 112px auto;
  margin: 7rem auto;
}
.p-archive-list--book__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 4%;
  gap: 5rem 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--book__item {
    width: 100%;
  }
}
.p-archive-list--book figure {
  width: 22%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-list--book figure {
    width: 100%;
  }
}
.p-archive-list--book__txt {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .p-archive-list--book__txt {
    width: 100%;
  }
}
.p-archive-list--book__txt dl {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.p-archive-list--book__txt dt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-archive-list--book__txt dd {
  color: #6e7786;
}
.p-archive-list--book__txt table {
  font-size: 14px;
  font-size: 0.875rem;
  table-layout: fixed;
}
.p-archive-list--book__txt table th {
  width: 18%;
}
.p-archive-list--book__txt table td {
  width: 72%;
}
.p-archive-list__con-name {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #6e7786;
}

.c-logoArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
.c-logoArea ul li {
  width: calc(20% - 0.8em);
}
@media screen and (max-width: 768px) {
  .c-logoArea ul li {
    width: calc(50% - 0.5em);
  }
}

.p-consultant__gwp .c-consultant-card__inner {
  border: 1px solid #e9450a !important;
  border: 0.0625rem solid #e9450a !important;
}

.c-text--center-copy {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  color: #153378;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-text--center-copy {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.c-text--center-copy::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 500px 0 500px;
  border-color: #eaebed transparent transparent transparent;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-text--center-copy::before {
    border-width: 60px 300px 0 300px;
    top: 50%;
  }
}

.p-flex-imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 4rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-flex-imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.p-flex-imgright img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-flex-imgright img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}

.only_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only_sp {
    display: block !important;
  }
}

.p-outline__card {
  background: #fff;
}

.p-blk__casestudy__item__txtbox h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}

.p-blk__feature__threeitem__list__img img {
  width: auto;
  margin: 0 auto;
}

.p-textbox {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-textbox--col2 {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 3%;
  gap: 3rem 3%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-textbox--col2 dl {
  width: 48.5%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-textbox--col2 dl {
    width: 100%;
    background: #fff;
  }
}
.p-textbox--col2 dt {
  font-size: 18px;
  font-size: 1.125rem;
  background: #6e7786;
  color: #fff;
  font-weight: bold;
  padding: 32px 48px;
  padding: 2rem 3rem;
}
.p-textbox--col2 dd {
  padding: 48px;
  padding: 3rem;
}
.p-textbox--col3 {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 2%;
  gap: 3rem 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-textbox--col3 dl {
  width: 32%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-textbox--col3 dl {
    width: 100%;
    background: #fff;
  }
}
.p-textbox--col3 dt {
  font-size: 18px;
  font-size: 1.125rem;
  background: #6e7786;
  color: #fff;
  font-weight: bold;
  padding: 32px 48px;
  padding: 2rem 3rem;
}
.p-textbox--col3 dd {
  padding: 48px;
  padding: 3rem;
}

.service_detail {
  /* c-consultant-card */
}
.service_detail .p-consultant__tcg {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #153378;
  border: 0.0625rem solid #153378;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .service_detail .p-consultant__tcg {
    width: 48% !important;
    height: auto;
  }
}
.service_detail .p-consultant__tcg:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.service_detail .p-consultant__tcg:hover .c-consultant-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service_detail .p-consultant__tcg a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #e5e5e5;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 40px 20px 30px;
  padding: 2.5rem 1.25rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .service_detail .p-consultant__tcg a {
    padding: 1.875rem 0.625rem;
  }
}
.service_detail .p-consultant__tcg a figure {
  width: 160px;
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service_detail .p-consultant__tcg a figure {
    width: 7.5rem;
  }
}
.service_detail .p-consultant__tcg a figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service_detail .p-consultant__tcg a span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.92;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .service_detail .p-consultant__tcg a span {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-top: 0.9375rem;
  }
}
.service_detail .p-consultant__tcg a span strong {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .service_detail .p-consultant__tcg a span strong {
    font-size: 1rem;
  }
}

.c-text--attention {
  margin: 16px 0;
  margin: 1rem 0;
  color: #999;
  font-size: clamp(10px, 0.625vw, 12px);
  text-align: right;
}

.p-single__author-content {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.p-single__author-title {
  margin-top: -90px !important;
  margin-top: -5.625rem !important;
  padding: 30px 35px 0 0 !important;
  padding: 1.875rem 2.1875rem 0 0 !important;
}
@media screen and (max-width: 768px) {
  .p-single__author-title {
    margin-top: 3.375rem !important;
    padding: 0 !important;
    font-size: 1.25rem !important;
  }
}

.p-single__item-title {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

.service_detail h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}

.service_detail h4 {
  font-size: clamp(18px, 1.25vw, 20px);
}

/* p-mv */
.p-mv {
  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;
  min-height: 350px;
  min-height: 21.875rem;
  padding: 80px 0 90px;
  padding: 5rem 0 5.625rem;
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mv {
    min-height: 12.5rem;
    margin-top: 4.375rem;
    padding: 3.75rem 0;
  }
}
.p-mv::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-mv.active .p-mv__body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-mv.active::before {
  opacity: 1;
}

.p-mv__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__body {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  position: relative;
  z-index: 1;
}

.p-mv__title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 2rem;
  }
}
.p-mv__title span {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-mv__title span {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.p-mv__h1 {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-mv__h1 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.p-mv__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-mv__subtitle {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

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

.p-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-mv__btns {
    display: block;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__btn {
    margin: 0 auto;
  }
  .p-mv__btn + .p-mv__btn {
    margin-top: 0.625rem;
  }
}

/* p-pickup */
.p-pickup__title {
  text-align: center;
}
.p-pickup__title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #153378;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-pickup__title span {
    font-size: 1.75rem;
  }
}
.p-pickup__title span::before, .p-pickup__title span::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #A2AFCD;
}
.p-pickup__title span::before {
  left: -35px;
  left: -2.1875rem;
}
.p-pickup__title span::after {
  right: -35px;
  right: -2.1875rem;
}

.p-pickup__slider {
  margin: 45px -20px 0;
  margin: 2.8125rem -1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-pickup__slider {
    margin-top: 1.25rem;
  }
}
.p-pickup__slider .c-column-card__inner, .p-pickup__slider .c-case-card__inner {
  border: 1px solid #D5D5D5;
  border: 0.0625rem solid #D5D5D5;
}
.p-pickup__slider .c-column-card__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-pickup__slider .c-column-card__title {
    font-size: 1.125rem;
  }
}
.p-pickup__slider .c-column-card__footer {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-pickup__slider .c-column-card__category span, .p-pickup__slider .c-case-card__category span {
  border: none;
  color: #000;
  background: #EAEBED;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
}

/* p-point */
.p-point {
  background: #EAEBED;
  padding: 85px 0 120px;
  padding: 5.3125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-point {
    padding: 3.75rem 0 5rem;
  }
}

.p-point__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-point__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.875rem;
  }
}

.p-point__item {
  text-align: center;
  color: white;
  padding: 40px 60px 50px;
  padding: 2.5rem 3.75rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-point__item {
    padding: 1.875rem 1.25rem;
  }
}
.p-point__item:first-child {
  background: #153378;
}
.p-point__item:first-child .p-point__item-icon {
  width: 97px;
  width: 6.0625rem;
}
.p-point__item:nth-child(2) {
  background: #08225C;
}
.p-point__item:nth-child(2) .p-point__item-icon {
  width: 67px;
  width: 4.1875rem;
}
.p-point__item:nth-child(3) {
  background: #061A48;
}
.p-point__item:nth-child(3) .p-point__item-icon {
  width: 88px;
  width: 5.5rem;
}

.p-point__item-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-point__item-subtitle {
    font-size: 1rem;
  }
}

.p-point__item-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-point__item-number {
    font-size: 2rem;
  }
}

.p-point__item-icon {
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-point__item-icon {
    margin-top: 0.625rem;
  }
}

.p-point__item-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-point__item-title {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}

.p-point__item-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-point__item-text {
    margin-top: 0.9375rem;
  }
}

/* p-reason */
.p-reason {
  padding: 85px 0 120px;
  padding: 5.3125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 3.75rem 0 5.625rem;
  }
}

.p-reason__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__title {
    font-size: 1.75rem;
  }
}

.p-reason__units {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__units {
    margin-top: 2.5rem;
  }
}

.p-reason__unit + .p-reason__unit {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
  padding-top: 60px;
  padding-top: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-reason__unit + .p-reason__unit {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-reason__unit-inner {
  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-reason__unit-inner {
    display: block;
  }
}

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

.p-reason__unit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-reason__unit-number {
  width: 69px;
  width: 4.3125rem;
  min-width: 69px;
  min-width: 4.3125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-number {
    width: 2.8125rem;
    min-width: 2.8125rem;
  }
}

.p-reason__unit-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.67;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: 12px;
  margin-left: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-title {
    font-size: 1.375rem;
    margin-top: 0;
  }
}

.p-reason__unit-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-archive-list--consultant {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-list--consultant {
    margin-top: 1.5625rem;
  }
}

.p-reason__unit-link {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-link {
    margin: 1.5625rem auto 0;
  }
}

.p-reason__unit-img {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .p-reason__unit-img {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-reason__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 24px;
  gap: 0 1.5rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 1.5rem;
    margin-top: 1.5625rem;
  }
}

.p-reason__item-inner {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-reason__item-inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-reason__item-inner:hover .p-reason__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-reason__item-img {
  border-radius: 0.375rem;
  overflow: hidden;
}
.p-reason__item-img img {
  border-radius: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-reason__item-position {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item-position {
    margin-top: 0.9375rem;
  }
}

.p-reason__item-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-reason__link {
  width: 460px;
  width: 28.75rem;
}

/* p-sidebar */
.p-sidebar__unit + .p-sidebar__unit {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sidebar__unit--service .p-sidebar__item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sidebar__unit--service .p-sidebar__item-img {
  width: 110px;
  width: 6.875rem;
  min-width: 110px;
  min-width: 6.875rem;
}

.p-sidebar__subtitle {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 2px solid #153378;
  border-top: 0.125rem solid #153378;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-sidebar__subtitle {
    font-size: 1.125rem;
    padding: 1.25rem 0;
  }
}

.p-sidebar__links {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
}

.p-sidebar__link {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
}
.p-sidebar__link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding: 13px 0;
  padding: 0.8125rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-sidebar__link a:hover {
  opacity: 1;
  color: #153378;
}

.p-sidebar__items {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
}

.p-sidebar__item {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
}

.p-sidebar__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  padding: 1.25rem 0;
}
.p-sidebar__item-inner:hover {
  opacity: 1;
}
.p-sidebar__item-inner:hover .p-sidebar__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-sidebar__item-inner:hover .p-sidebar__item-title {
  color: #153378;
}

.p-sidebar__item-img {
  width: 90px;
  width: 5.625rem;
  min-width: 90px;
  min-width: 5.625rem;
  overflow: hidden;
}
.p-sidebar__item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-sidebar__item-body {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.p-sidebar__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.78;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-sidebar__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-sidebar__item-footer .p-sidebar__item-category {
  margin-top: 0;
}

.p-sidebar__item-name {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-sidebar__item-category {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-sidebar__item-category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 1px 10px;
  padding: 0.0625rem 0.625rem;
}

.p-sidebar__card {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sidebar__card-inner {
  display: block;
}
.p-sidebar__card-inner:hover {
  opacity: 1;
}
.p-sidebar__card-inner:hover .p-sidebar__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-sidebar__card-inner:hover .p-sidebar__card-title::after {
  right: -4px;
  right: -0.25rem;
}

.p-sidebar__card-img {
  overflow: hidden;
}
.p-sidebar__card-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-sidebar__card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-sidebar__card-title {
    font-size: 1.125rem;
  }
}
.p-sidebar__card-title::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.p-sidebar__card-text {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sidebar__link-wrapper {
  text-align: right;
  margin-top: 18px;
  margin-top: 1.125rem;
}
.p-sidebar__link-wrapper .c-link {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* p-single */
.p-single__header {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single__header {
    padding-bottom: 1.25rem;
  }
}

.p-single__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-single__subtitle {
    font-size: 1rem;
  }
}

.p-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  gap: 0.3125rem 0.625rem;
}
.p-single__category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #153378;
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
}

.p-single__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}

.p-single__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-single__date {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #858585;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-single__text,
.p-single__img {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-single__text,
  .p-single__img {
    margin-top: 2.5rem;
  }
}

.p-single__author {
  border: 4px solid #eaebed;
  border: 0.25rem solid #eaebed;
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-single__author {
    margin-top: 3.75rem;
  }
}

.p-single__author-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 23px 35px;
  padding: 1.4375rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single__author-title {
    text-align: center;
    font-size: 1.125rem;
    padding: 1.25rem 0.9375rem;
  }
}

.p-single__author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 40px;
  padding: 2.1875rem 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__author-content {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

.p-single__author-img {
  width: 160px;
  width: 10rem;
  min-width: 160px;
  min-width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-single__author-img {
    margin: 0 auto;
  }
}
.p-single__author-img img {
  border-radius: 50%;
}

.p-single__author-body {
  margin-left: 38px;
  margin-left: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-single__author-body {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.p-single__author-position {
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-single__author-name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-single__author-name {
    font-size: 1.5rem;
  }
}

.p-single__author-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.87;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-single__author-footer {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  padding: 20px 0 25px;
  padding: 1.25rem 0 1.5625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__author-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-single__author-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-single__author-list-item {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-left: 17px;
  padding-left: 1.0625rem;
  position: relative;
}
.p-single__author-list-item + .p-single__author-list-item {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
.p-single__author-list-item::before {
  position: absolute;
  content: "●";
  font-size: 6px;
  font-size: 0.375rem;
  color: #999;
  left: 0;
  top: 6px;
  top: 0.375rem;
}

.p-single__author-link-wrapper {
  text-align: right;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-single__author-link-wrapper .c-link {
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

.p-single__item-text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-single__item-text:not(:last-child) {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

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

.p-single__item-texts {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-single__item-texts {
    width: 100%;
  }
}

.p-single__item-img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .p-single__item-img {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.p-single__item-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single__item-title {
    font-size: 1.5rem;
  }
}

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

.p-single__company {
  background: #eaebed;
  border-radius: 0.375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 35px 38px;
  padding: 2.1875rem 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-single__company {
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

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

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

.p-single__company-date {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #858585;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single__company-date {
    margin-top: 0.9375rem;
  }
}

.p-single__profile {
  border: 4px solid #eaebed;
  border: 0.25rem solid #eaebed;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding: 30px 38px 45px;
  padding: 1.875rem 2.375rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-single__profile {
    margin-top: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}

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

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

.p-single__profile-list-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single__profile-list-item {
    width: 100%;
  }
  .p-single__profile-list-item + .p-single__profile-list-item {
    margin-top: 0.625rem;
  }
}

.p-single__profile-list-title {
  min-width: 80px;
  min-width: 5rem;
  font-weight: 700;
}

.p-single__box {
  background: #eaebed;
  padding: 30px 40px 40px;
  padding: 1.875rem 2.5rem 2.5rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-single__box {
    padding: 1.875rem 1.25rem;
    margin-top: 3.75rem;
  }
}

.p-single__box-header {
  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;
}
@media screen and (max-width: 768px) {
  .p-single__box-header {
    display: block;
  }
}

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

.p-single__box-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single__box-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

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

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

.p-single__box-body {
  background: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 38px 40px;
  padding: 1.875rem 2.375rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__box-body {
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-single__box-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single__box-subtitle {
    font-size: 1.125rem;
  }
}

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

.p-single__box-list-item {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #454545;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}
.p-single__box-list-item + .p-single__box-list-item {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.p-single__box-list-item:before {
  position: absolute;
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #b5b5b5;
  left: 0;
  top: 5px;
  top: 0.3125rem;
}

.p-single__box-btn {
  color: #fff;
  font-weight: 400;
  background: #07183f;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__box-btn {
    margin-top: 1.875rem;
  }
}
.p-single__box-btn::before {
  background: #fff;
}
.p-single__box-btn::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.p-single__box-btn:hover {
  color: #07183f;
}
.p-single__box-btn:hover::after {
  background: url(../img/common/link_icon_002.png) no-repeat center/contain;
}

.p-single__btn {
  width: 400px;
  width: 25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.p-single__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
  }
}

.p-single__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background: #153378;
  min-height: 300px;
  min-height: 18.75rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-single__banner {
    display: block;
    min-height: unset;
    margin-top: 3.75rem;
  }
}
.p-single__banner:hover {
  opacity: 1;
}
.p-single__banner:hover .p-single__banner-btn {
  color: #fff;
}
.p-single__banner:hover .p-single__banner-btn::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.p-single__banner:hover .p-single__banner-btn::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.p-single__banner:hover .p-single__banner-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-single__banner-body {
  width: 50%;
  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;
  color: #fff;
  padding: 10px 40px 20px;
  padding: 0.625rem 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single__banner-body {
    width: 100%;
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

.p-single__banner-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single__banner-subtitle {
    font-size: 1rem;
  }
}

.p-single__banner-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single__banner-title {
    font-size: 1.25rem;
  }
}

.p-single__banner-text {
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-single__banner-btn {
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__banner-img {
  width: 49%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-single__banner-img {
    width: 100%;
    height: auto;
  }
}
.p-single__banner-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-single__banner-img img {
    height: auto;
  }
}

.p-single__unit {
  /*   &:not(:first-child) {
    margin-top: rem(100);
    @include mq(sm) {
      margin-top: rem(60);
    }
  } */
  margin: 40px 0;
  margin: 2.5rem 0;
}
.p-single__unit + .p-single__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__unit + .p-single__unit {
    margin-top: 1.875rem;
  }
}
.p-single__unit .c-unit {
  border: none;
  background: #eaebed;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single__unit .c-unit {
    padding: 1.875rem 1.25rem;
  }
}
.p-single__unit .c-unit__img {
  width: 240px;
  width: 15rem;
  min-width: 240px;
  min-width: 15rem;
}
@media screen and (max-width: 768px) {
  .p-single__unit .c-unit__img {
    width: 100%;
    min-width: unset;
  }
}
.p-single__unit .c-unit__body {
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single__unit .c-unit__body {
    margin-left: 0;
  }
}
.p-single__unit .c-unit__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-single__unit .c-unit__btn {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-single__unit .c-unit__btn {
    margin-top: 1.5625rem;
  }
}

/* p-slider */
.p-slider {
  overflow: hidden;
  padding: 5px 10px 0;
  padding: 0.3125rem 0.625rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-slider {
    padding: 0.3125rem 0 0;
  }
}
.p-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-slider .swiper-slide {
  height: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-slider .swiper-button-prev, .p-slider .swiper-button-next {
  position: absolute;
  top: 45%;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-slider .swiper-button-prev, .p-slider .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-slider .swiper-button-prev::after, .p-slider .swiper-button-next::after {
  display: none;
}
.p-slider .swiper-button-prev:hover, .p-slider .swiper-button-next:hover {
  opacity: 1;
}
.p-slider .swiper-button-prev {
  left: 0;
  background: url(../img/common/prev_icon.png) no-repeat center/contain;
}
.p-slider .swiper-button-next {
  right: 0;
  background: url(../img/common/next_icon.png) no-repeat center/contain;
}
.p-slider .c-column-card, .p-slider .c-case-card {
  height: 100%;
}
.p-slider .c-column-card__inner, .p-slider .c-case-card__inner {
  height: 100%;
  border: 1px solid #D5D5D5;
  border: 0.0625rem solid #D5D5D5;
}

/* p-tab */
.p-tab__item-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-tab__item-wrapper {
    margin-right: calc(50% - 50vw);
  }
}
.p-tab__item-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  height: 0.25rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.0625rem;
  background: #d5d5d5;
}

.p-tab__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-tab__items {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.p-tab__item button {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #858585;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.05em;
  padding: 0 20px 25px;
  padding: 0 1.25rem 1.5625rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-tab__item button {
    padding: 0 0.9375rem 0.9375rem;
  }
  .p-tab__item button:last-child {
    position: relative;
  }
  .p-tab__item button:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 0.0625rem;
    width: 1.25rem;
    background-color: transparent;
  }
}
.p-tab__item button:hover {
  opacity: 1;
  color: #153378;
}
.p-tab__item.current button {
  color: #153378;
  position: relative;
}
.p-tab__item.current button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  height: 0.25rem;
  bottom: -29px;
  bottom: -1.8125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.0625rem;
  background: #153378;
}

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

.p-tab__content {
  display: none;
}
.p-tab__content.active {
  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-theme */
.p-theme {
  border-top: 1px solid #111;
  border-top: 0.0625rem solid #111;
  padding: 100px 0 50px;
  padding: 6.25rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-theme {
    padding: 3.75rem 0 2.5rem;
  }
}

.p-theme__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1px;
  gap: 0 0.0625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-theme__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-theme__item {
  width: 14%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media screen and (max-width: 768px) {
  .p-theme__item {
    width: 100%;
  }
  .p-theme__item + .p-theme__item {
    margin-top: 1.25rem;
  }
}
.p-theme__item:first-child {
  background: url(../img/common/theme_img_001.png) no-repeat center/cover;
}
.p-theme__item:nth-child(2) {
  background: url(../img/common/theme_img_002.png) no-repeat center/cover;
}
.p-theme__item:nth-child(3) {
  background: url(../img/common/theme_img_003.png) no-repeat center/cover;
}
.p-theme__item:nth-child(4) {
  background: url(../img/common/theme_img_004.png) no-repeat center/cover;
}
.p-theme__item:nth-child(5) {
  background: url(../img/common/theme_img_005.png) no-repeat center/cover;
}
.p-theme__item:nth-child(6) {
  background: url(../img/common/theme_img_006.png) no-repeat center/cover;
}
.p-theme__item.active {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-theme__item.active {
    width: 100%;
  }
}
.p-theme__item.active .p-theme__item-body {
  display: block;
}
.p-theme__item.active .p-theme__item-title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-theme__item.active .p-theme__item-title {
    font-size: 1.125rem;
  }
}

.p-theme__item-inner {
  text-align: center;
  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;
  width: 100%;
  min-height: 400px;
  min-height: 25rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-theme__item-inner {
    display: block;
    min-height: unset;
    padding: 3.75rem 0;
  }
}
.p-theme__item-inner:hover {
  opacity: 1;
}

.p-theme__item-title {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-theme__item-title {
    font-size: 1.125rem;
  }
}

.p-theme__item-body {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-theme__item-body {
    display: block;
  }
}

.p-theme__item-text {
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-theme__item-link {
  display: inline-block;
  width: 160px;
  width: 10rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  padding: 9px;
  padding: 0.5625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
}
.p-theme__item-link::after {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.p-alliance {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-alliance + .p-alliance {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}

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

/* p-alliance-card */
.p-alliance-card {
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.375rem;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-alliance-card {
    padding: 1.875rem 1.25rem;
  }
}
.p-alliance-card .c-unit__btn {
  margin-top: 10px;
}

.p-alliance-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-alliance-card__inner {
    display: block;
  }
}

.p-alliance-card__img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-alliance-card__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-alliance-card__img img {
    margin: 0 auto;
  }
}

.p-alliance-card__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-alliance-card__title {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-alliance-card__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-alliance-card__subtitle {
    font-size: 1.125rem;
  }
}

.p-alliance-card__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #4d628f;
  font-weight: 700;
}

.p-alliance-card__list {
  border-top: 3px dashed #ccc;
  border-top: 0.1875rem dashed #ccc;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}
.p-alliance-card__list-title {
  font-weight: 700;
  min-width: 86px;
  min-width: 5.375rem;
}

.p-alliance-card__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-alliance-card__link--sample {
  margin-top: auto;
}

/* p-book */
.p-book__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-book__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0;
  }
}

/* p-company */
.p-company__inner {
  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-company__inner {
    display: block;
  }
}

.p-company__img {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .p-company__img {
    width: 18.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-company__body {
  width: 66%;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-company__body {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.p-company__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .p-company__subtitle {
    font-size: 1.25rem;
  }
}

.p-company__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-company__text {
    margin-top: 1.25rem;
  }
}

.p-company__name {
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__name {
    margin-top: 1.5625rem;
  }
}
.p-company__name span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

/* p-overview */
.p-overview {
  padding: 85px 0 120px;
  padding: 5.3125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-overview {
    padding: 3.75rem 0;
  }
}

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

.p-overview__img {
  width: 24.5%;
}
@media screen and (max-width: 768px) {
  .p-overview__img {
    width: 15.625rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-overview__body {
  width: 71.5%;
}
@media screen and (max-width: 768px) {
  .p-overview__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-overview__list {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
}
.p-overview__list:nth-of-type(2) .p-overview__list-title {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-overview__list:nth-of-type(2) .p-overview__list-title {
    width: 100%;
  }
}
.p-overview__list:nth-of-type(2) .p-overview__list-body {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-overview__list:nth-of-type(2) .p-overview__list-body {
    width: 100%;
  }
}

.p-overview__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .p-overview__list-item {
    display: block;
  }
}

.p-overview__list-title {
  width: 24%;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-overview__list-title {
    width: 100%;
  }
}

.p-overview__list-body {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .p-overview__list-body {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-overview__list-link {
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-overview__link-wrapper {
  padding: 30px 0;
  padding: 1.875rem 0;
}

.p-overview__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-overview__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
  }
}

.p-overview__link:first-child a::before {
  background: url(../img/company/overview_img_002.jpg) no-repeat center/cover;
}
.p-overview__link:nth-child(2) a::before {
  background: url(../img/company/overview_img_003.jpg) no-repeat center/cover;
}
.p-overview__link:nth-child(3) a::before {
  background: url(../img/company/overview_img_004.jpg) no-repeat center/cover;
}
.p-overview__link a {
  text-align: center;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 36px 0;
  padding: 2.25rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-overview__link a {
    font-size: 1rem;
    padding: 1.5625rem 0;
  }
}
.p-overview__link a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-overview__link a:hover {
  opacity: 1;
}
.p-overview__link a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

.p-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px 25px 10px;
  padding: 1.5625rem 1.875rem 1.5625rem 0.625rem;
  gap: 20px;
  gap: 1.25rem;
  /*   &:first-child {
    .p-overview__item-logo {
      width: rem(87);
    }
  }
  &:nth-child(2) {
    .p-overview__item-logo {
      width: rem(120);
    }
  }
  &:nth-child(3) {
    .p-overview__item-logo {
      width: rem(78);
    }
  }
  &:nth-child(4) {
    .p-overview__item-logo {
      width: rem(90);
    }
  }
  &:nth-child(5) {
    .p-overview__item-logo {
      width: rem(44);
    }
  }
  &:nth-child(6) {
    .p-overview__item-logo {
      width: rem(83);
    }
  } */
}
@media screen and (max-width: 768px) {
  .p-overview__item {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}
.p-overview__item:nth-child(even) {
  background: rgba(234, 235, 237, .5);
}

.p-overview__item-logo-wrapper {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-overview__item-logo-wrapper {
    width: 100%;
  }
}

.p-overview__item-logo {
  max-width: 100%;
}
.p-overview__item-logo img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  width: 9.375rem;
  height: 100px;
  height: 6.25rem;
}

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

.p-overview__item-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.p-overview__item-list-item {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding-left: 13px;
  padding-left: 0.8125rem;
  position: relative;
}
.p-overview__item-list-item + .p-overview__item-list-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-overview__item-list-item::before {
  position: absolute;
  content: "●";
  font-size: 8px;
  font-size: 0.5rem;
  color: #999;
  left: 0;
  top: 5px;
  top: 0.3125rem;
}

.p-overview__item-link {
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-overview__item-link {
    margin-top: 1.25rem;
  }
}

/* p-tcg */
.p-tcg {
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-tcg {
    padding-top: 2.5rem;
  }
}
.p-tcg .p-reason {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-tcg .p-reason {
    padding: 3.75rem 0;
  }
}
.p-tcg .p-reason__units {
  margin-top: 0;
}

.p-tcg__point {
  padding: 0;
  background: none;
}
.p-tcg__point .p-point__items {
  margin-top: 0;
}
.p-tcg__point .p-point__item:first-child .p-point__item-icon {
  width: 71px;
  width: 4.4375rem;
}
.p-tcg__point .p-point__item:nth-child(2) .p-point__item-icon {
  width: 79px;
  width: 4.9375rem;
}
.p-tcg__point .p-point__item:nth-child(3) .p-point__item-icon {
  width: 71px;
  width: 4.4375rem;
}
.p-tcg__point .p-point__item-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-tcg__link-wrapper {
  background: #eaebed;
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-tcg__link-wrapper {
    padding: 3.75rem 0;
  }
}

.p-tcg__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-tcg__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
  }
}

.p-tcg__link:first-child a::before {
  background: url(../img/company/tcg_img_001.jpg) no-repeat center/cover;
}
.p-tcg__link:nth-child(2) a::before {
  background: url(../img/company/tcg_img_002.jpg) no-repeat center/cover;
}
.p-tcg__link:nth-child(3) a::before {
  background: url(../img/company/tcg_img_003.jpg) no-repeat center/cover;
}
.p-tcg__link a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 70px 0;
  padding: 4.375rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-tcg__link a {
    font-size: 1.25rem;
    padding: 2.5rem 0;
  }
}
.p-tcg__link a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-tcg__link a:hover {
  opacity: 1;
}
.p-tcg__link a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* p-archive-consultant */
.p-archive-consultant__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-consultant__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0.9375rem;
  }
}

.p-archive-consultant__banner {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-consultant__banner {
    margin-top: 3.75rem;
  }
}

.p-archive-consultant__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 50px 20px 45px;
  margin: 3.125rem 1.25rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-consultant__text {
    padding: 1.875rem 1.25rem;
  }
}
.p-archive-consultant__text a {
  display: inline-block;
}
.p-archive-consultant__text span {
  font-size: 14px;
  font-size: 0.875rem;
}

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

.p-archive-consultant__unit + .p-archive-consultant__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-consultant__unit + .p-archive-consultant__unit {
    margin-top: 1.25rem;
  }
}
.p-archive-consultant__unit .c-unit__img {
  width: 400px;
  width: 25rem;
  min-width: 400px;
  min-width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-consultant__unit .c-unit__img {
    width: 100%;
    min-width: unset;
  }
}

/* p-single-consultant */
.p-single-consultant__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__inner {
    display: block;
  }
}

.p-single-consultant__img {
  width: 245px;
  width: 15.3125rem;
  min-width: 245px;
  min-width: 15.3125rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__img {
    min-width: unset;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-single-consultant__body {
  margin-left: 48px;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__body {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

.p-single-consultant__position {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.56;
}

.p-single-consultant__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__name {
    font-size: 1.5rem;
  }
}

.p-single-consultant__text {
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-single-consultant__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 20px 0 25px;
  padding: 1.25rem 0 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__footer {
    display: block;
  }
}

.p-single-consultant__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-single-consultant__list {
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__list {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}

.p-single-consultant__list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.14;
  letter-spacing: 0.05em;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
.p-single-consultant__list-item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  left: 0;
  top: 12px;
  top: 0.75rem;
  border-radius: 50%;
  background: #999;
}

.p-single-consultant__banner {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-consultant__banner {
    margin-top: 3.75rem;
  }
}

/* p-consultation */
.p-consultation__header {
  padding: 60px 0 120px;
  padding: 3.75rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__header {
    padding: 2.5rem 0 5rem;
  }
}

.p-consultation__inner {
  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-consultation__inner {
    display: block;
  }
}

.p-consultation__body {
  width: 57.5%;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__body {
    width: 100%;
    margin-top: 0;
  }
}

.p-consultation__subtitle {
  text-align: left;
}

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

.p-consultation__img {
  width: 38.5%;
}
@media screen and (max-width: 768px) {
  .p-consultation__img {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-consultation__content {
  padding: 85px 0 140px;
  padding: 5.3125rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__content {
    padding: 3.75rem 0 5rem;
  }
}
.p-consultation__content .l-inner {
  max-width: 1150px;
  max-width: 71.875rem;
}
.p-consultation__content .c-subtitle {
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .p-consultation__content .c-subtitle {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-consultation__content .c-subtitle {
    font-size: 1.75rem;
  }
}

.p-consultation__unit + .p-consultation__unit {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__unit + .p-consultation__unit {
    margin-top: 5rem;
  }
}

.p-consultation__list {
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__list {
    margin-top: 1.875rem;
  }
}

.p-consultation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .p-consultation__list-item {
    display: block;
    padding: 1.25rem 0;
  }
}

.p-consultation__list-title {
  width: 22%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-consultation__list-title {
    width: 100%;
  }
}

.p-consultation__list-text {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .p-consultation__list-text {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.p-consultation__list-text a {
  color: #153378;
  text-decoration: underline;
}

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

.p-consultation__form {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__form {
    margin-top: 1.875rem;
  }
}

/* p-contact */
.p-contact__text a {
  color: #153378;
  text-decoration: underline;
}
.p-contact__text a:hover {
  opacity: 0.8;
}

.p-contact__list {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-contact__list-item {
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-left: 21px;
  padding-left: 1.3125rem;
  position: relative;
}
.p-contact__list-item::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #ccc;
  left: 0;
  top: 7px;
  top: 0.4375rem;
}

.p-contact__form {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

/* p-archive-download */
.p-archive-download .p-filter__item button {
  display: block;
  color: #858585;
  background: #fff;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
  border: 1px solid #858585;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-download .p-filter__item button {
    padding: 0.625rem 0.9375rem;
  }
}
.p-archive-download .p-filter__item button:hover {
  opacity: 1;
  border: 1px solid #153378;
  color: #fff;
  background: #153378;
}
.p-archive-download .current button {
  border: 1px solid #153378;
  color: #fff;
  background: #153378;
}

/* p-single-download */
.p-single-download__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-download__subtitle {
    font-size: 1rem;
  }
}

.p-single-download__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__title {
    font-size: 1.75rem;
  }
}

.p-single-download__lead {
  font-size: 18px;
  font-size: 1.125rem;
  color: gray;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__lead {
    font-size: 1rem;
    padding-bottom: 1.25rem;
  }
}

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

.p-single-download__content {
  width: 48%;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content {
    width: 100%;
  }
}

.p-single-download__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-download__heading {
    font-size: 1.25rem;
  }
}

.p-single-download__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__text {
    margin-top: 1.25rem;
  }
}

.p-single-download__box {
  border-radius: 0.375rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__box {
    margin-top: 1.875rem;
  }
}

.p-single-download__box-inner {
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  border: 0.0625rem solid #e5e5e5;
  padding: 45px 40px 50px;
  padding: 2.8125rem 2.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__box-inner {
    padding: 1.875rem 1.25rem;
  }
}

.p-single-download__img {
  width: 430px;
  width: 26.875rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-single-download__subheading {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 40px 0 30px;
  margin: 2.5rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__subheading {
    font-size: 1.25rem;
    margin: 1.875rem 0 1.25rem;
  }
}

.p-single-download__box dl {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__box dl {
    margin-top: 1.25rem;
  }
}

.p-single-download__list-item,
.p-single-download__box dd {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-download__list-item,
  .p-single-download__box dd {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.p-single-download__list-item::before,
.p-single-download__box dd::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #ccc;
  left: 0;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__list-item::before,
  .p-single-download__box dd::before {
    top: 0.3125rem;
  }
}
.p-single-download__list-item + .p-single-download__list-item,
.p-single-download__list-item + .p-single-download__box dd,
.p-single-download__box dd + .p-single-download__list-item,
.p-single-download__box dd + .p-single-download__box dd {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-single-download__box dd + dd {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-single-download__form {
  width: 48%;
  padding: 45px 40px 60px;
  padding: 2.8125rem 2.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__form {
    width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem 2.5rem;
  }
}

.p-single-download__content p {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content p {
    margin-top: 1.25rem;
  }
}
.p-single-download__content .c-list--indent2 li {
  padding-left: 10px;
  padding-left: 0.625rem;
  text-indent: -10px;
  text-indent: -0.625rem;
}
.p-single-download__content .u-mb20 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-single-download__content figure {
  width: 430px;
  width: 26.875rem;
  max-width: 100%;
  margin: 90px auto 40px;
  margin: 5.625rem auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content figure {
    margin-top: 3.75rem;
  }
}
.p-single-download__content .p-blk__document-cnt h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content .p-blk__document-cnt h3 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-single-download__content .p-blk__document-cnt dl {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content .p-blk__document-cnt dl {
    margin-top: 1.25rem;
  }
}
.p-single-download__content .p-blk__document-cnt dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content .p-blk__document-cnt dl dd {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.p-single-download__content .p-blk__document-cnt dl dd::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #ccc;
  left: 0;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__content .p-blk__document-cnt dl dd::before {
    top: 0.3125rem;
  }
}

/* p-archive-glossary */
.p-archive-glossary .p-tab__item button {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 30px 25px;
  padding: 0 1.875rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary .p-tab__item button {
    font-size: 1rem;
    padding: 0 0.9375rem 0.9375rem;
  }
}

.p-archive-glossary__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #153378;
  border-left: 0.0625rem solid #153378;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-archive-glossary__item:nth-child(-n+3) {
  border-top: 1px solid #153378;
  border-top: 0.0625rem solid #153378;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__item:nth-child(-n+3) {
    border-top: 0.0625rem solid #153378;
  }
}
.p-archive-glossary__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #153378;
  letter-spacing: 0.025em;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  border: 1px solid #153378;
  border: 0.0625rem solid #153378;
  border-width: 0 1px 1px 0;
  border-width: 0 0.0625rem 0.0625rem 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-archive-glossary__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
    padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  }
}
.p-archive-glossary__item a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  background: url(../img/common/arrow_icon_003.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__item a::after {
    right: 0.625rem;
  }
}
.p-archive-glossary__item a:hover {
  opacity: 1;
  color: #fff;
  background: #153378;
}
.p-archive-glossary__item a:hover::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.p-archive-glossary__units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 5rem;
  }
}

.p-archive-glossary__unit {
  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;
  min-height: 300px;
  min-height: 18.75rem;
  background: #153378;
  padding: 20px 40px 30px;
  padding: 1.25rem 2.5rem 1.875rem;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__unit {
    min-height: 12.5rem;
    padding: 1.25rem 1.25rem;
  }
}
.p-archive-glossary__unit:hover {
  opacity: 1;
}
.p-archive-glossary__unit:hover .p-archive-glossary__unit-link {
  color: #fff;
}
.p-archive-glossary__unit:hover .p-archive-glossary__unit-link::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.p-archive-glossary__unit:hover .p-archive-glossary__unit-link::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.p-archive-glossary__unit:hover .p-archive-glossary__unit-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-archive-glossary__unit-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
  width: 19.375rem;
  max-width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__unit-img {
    width: 12.5rem;
  }
}
.p-archive-glossary__unit-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}

.p-archive-glossary__unit-title {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__unit-title {
    font-size: 1.375rem;
  }
}
.p-archive-glossary__unit-title span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__unit-title span {
    font-size: 1rem;
  }
}

.p-archive-glossary__unit-text {
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-archive-glossary__unit-link {
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
}
@media screen and (max-width: 768px) {
  .p-archive-glossary__unit-link {
    margin-top: 1.25rem;
  }
}

/* p-single-glossary */
.p-single-glossary .c-text {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-single-glossary .p-blk__relate-link-list ul {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
}
.p-single-glossary .p-blk__relate-link-list ul li {
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
}
.p-single-glossary .p-blk__relate-link-list ul li + li {
  margin-top: 0 !important;
}
.p-single-glossary .p-blk__relate-link-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-single-glossary .p-blk__relate-link-list ul li a {
    display: block;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.p-single-glossary .p-blk__relate-link-list ul li a:hover {
  opacity: 1;
  color: #153378;
  text-decoration: none !important;
}
.p-single-glossary .p-blk__relate-link-list ul li a .c-cate--line span {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #858585;
  letter-spacing: 0.05em;
  min-width: 120px;
  min-width: 7.5rem;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 4px;
  padding: 0.25rem;
}

/* p-archive-seminar */
@media screen and (max-width: 768px) {
  .p-archive-seminar .p-tab__item-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .p-tab__items {
    overflow: unset;
  }
}
.p-archive-seminar .p-tab__item {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .p-tab__item {
    width: auto;
  }
}
.p-archive-seminar .p-tab__item button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 30px 25px;
  padding: 0 1.875rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar .p-tab__item button {
    font-size: 1rem;
    padding: 0 0.9375rem 0.9375rem;
  }
}

.p-360-serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-360-serviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.p-360-serviceList li {
  width: 50%;
  padding: 50px;
  padding: 3.125rem;
  background: #eaebed;
}
@media screen and (max-width: 768px) {
  .p-360-serviceList li {
    width: 100%;
    padding: 1.875rem;
  }
}
.p-360-serviceList li img {
  display: block;
  margin: 0 auto;
}
.p-360-serviceList li h4 {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-360-serviceReport {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-360-serviceReport {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-360-price__tableWrap {
    overflow-x: scroll;
  }
}
.p-360-price__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-360-price__table {
    width: 1200px;
  }
}
.p-360-price__table tr {
  text-align: center;
}
.p-360-price__table tr th,
.p-360-price__table tr td {
  border: 1px solid #b8b8b8;
}
.p-360-price__table tr th {
  padding: 32px;
  padding: 2rem;
  text-align: center;
  vertical-align: middle;
  background: #d6d6d6;
}
.p-360-price__table tr th:first-of-type {
  background: #07183f;
  color: #fff;
}
.p-360-price__table tr td {
  padding: 32px;
  padding: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-360-price__table tr td {
    padding: 5rem 2rem;
  }
}
.p-360-price__table tr td span {
  font-size: 150%;
}

.p-ability-table {
  width: 100%;
  font-size: 80%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-ability-table {
    width: 1400px;
  }
}
.p-ability-table__caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ability-table__caption {
    display: block;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ability-table__wrap {
    overflow-x: scroll;
  }
}
.p-ability-table tr .mid {
  background: #153378;
  color: #fff;
}
.p-ability-table tr.second td {
  width: 5%;
  background: #677fb5 !important;
  color: #fff;
}
.p-ability-table tr th {
  background: #435a8e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
}
.p-ability-table tr th:first-of-type {
  background: #07183f;
  color: #fff;
}
.p-ability-table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
}
.p-ability-table tr td:first-of-type {
  background: #07183f;
  color: #fff;
}
.p-ability__imgright {
  margin-right: 160px;
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .p-ability__imgright {
    margin-right: 0;
  }
}

/* p-archive-service */
.p-archive-service__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 100px;
  padding: 1.875rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__header {
    display: block;
    padding: 2.5rem 0 3.75rem;
  }
}

.p-archive-service__subtitle {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-archive-service__subtitle {
    font-size: 1.75rem;
  }
}

.p-archive-service__text {
  margin-left: 100px;
  margin-left: 6.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__text {
    margin-left: 0;
  }
}

.p-archive-service__content {
  background: #eaebed;
  padding: 150px 0 200px;
  padding: 9.375rem 0 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__content {
    padding: 3.75rem 0 6.25rem;
  }
}

.p-archive-service__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  gap: 1.5rem 1.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 2.5rem;
  }
}
.p-archive-service__cards.active {
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 0;
  gap: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active {
    gap: 1.25rem 0;
  }
}
.p-archive-service__cards.active .c-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__inner {
    display: block;
  }
}
.p-archive-service__cards.active .c-card__img {
  width: 36%;
  border-radius: 0.375rem 0 0 0.375rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__img {
    width: 100%;
    border-radius: 0.375rem 0.375rem 0 0;
    padding-top: 66.6666666667%;
  }
}
.p-archive-service__cards.active .c-card__img img {
  border-radius: 0.375rem 0 0 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__img img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.p-archive-service__cards.active .c-card__body {
  width: 64%;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 35px 47px 49px 43px;
  padding: 2.1875rem 2.9375rem 3.0625rem 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__body {
    width: 100%;
    padding: 1.25rem 0.9375rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.p-archive-service__cards.active .c-card__subtitle {
  display: none;
}
.p-archive-service__cards.active .c-card__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__title {
    font-size: 1.25rem;
  }
}
.p-archive-service__cards.active .c-card__text {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__cards.active .c-card__text {
    font-size: 1rem;
  }
}

.p-bnr-diagnose-hr-sysetem {
  background: linear-gradient(135deg, rgb(34, 211, 238) 0%, rgb(34, 211, 238) 30%, rgb(90, 43, 199) 70%, rgb(90, 43, 199) 100%);
  padding: 10px;
  overflow: hidden;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem {
    padding: 8px;
  }
}
.p-bnr-diagnose-hr-sysetem.js-area-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-bnr-diagnose-hr-sysetem.js-area-link:hover {
  opacity: 0.8;
}
.p-bnr-diagnose-hr-sysetem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.p-bnr-diagnose-hr-sysetem__inner__left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 27.53%;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__left {
    width: 100%;
    padding: 20px;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 72.47%;
  padding: 16px 14px;
  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-bnr-diagnose-hr-sysetem__inner__right {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__txtbox {
  color: #001e5c;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__txtbox {
    text-align: center;
    width: 100%;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__txtbox p {
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__txtbox p {
    font-size: 1rem;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__title {
    margin-top: 10px;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__title span {
  font-size: 44px;
  font-size: 2.75rem;
}
.p-bnr-diagnose-hr-sysetem__inner__btn {
  position: absolute;
  color: #5a2bc7;
  font-weight: bold;
  bottom: 30px;
  right: 30px;
  padding-right: 15px;
  line-height: 1;
}
.p-bnr-diagnose-hr-sysetem__inner__btn::before {
  right: 0;
  left: auto;
  border-top: 2px solid #5a2bc7;
  border-right: 2px solid #5a2bc7;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__btn {
    right: 15px;
    bottom: 15px;
    font-size: 1rem;
  }
}
.p-bnr-diagnose-hr-sysetem__inner__img {
  text-align: center;
}
.p-bnr-diagnose-hr-sysetem__inner__img img {
  height: auto;
  width: 100%;
  max-width: 154px;
}
@media screen and (max-width: 768px) {
  .p-bnr-diagnose-hr-sysetem__inner__img img {
    margin: 0 auto;
  }
}

.p-bnr-karte {
  margin-top: 80px;
  margin-top: 5rem;
  border: #153378 1px solid;
  overflow: hidden;
}
.p-bnr-karte.js-area-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-bnr-karte.js-area-link:hover {
  opacity: 0.8;
}
.p-bnr-karte__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-bnr-karte__inner__left {
  width: 47%;
  background: #f2f2f2;
  position: relative;
  padding: 27px 0 27px 33px;
}
@media screen and (max-width: 768px) {
  .p-bnr-karte__inner__left {
    width: 100%;
    padding: 20px;
  }
}
.p-bnr-karte__inner__left::before {
  position: absolute;
  display: block;
  content: "";
  background: #f2f2f2;
  top: 50%;
  width: 100%;
  height: calc(100% + 2px);
  -webkit-transform: translateY(-50%) skewX(-10deg);
          transform: translateY(-50%) skewX(-10deg);
  z-index: 0;
}
.p-bnr-karte__inner__right {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .p-bnr-karte__inner__right {
    width: 100%;
  }
}
.p-bnr-karte__inner__txtbox {
  position: relative;
  width: calc(100% + 15px);
}
.p-bnr-karte__inner__txtbox p {
  font-weight: 500;
}
.p-bnr-karte__inner__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: #153378;
  margin-bottom: 25px;
}
.p-bnr-karte__inner__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
.p-bnr-karte__inner__btn {
  background: #153378;
  padding: 10px 54px 10px 48px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-bnr-karte__inner__btn {
    margin-top: 20px;
  }
}
.p-bnr-karte__inner__btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: auto;
  right: 20px;
}
.p-bnr-karte__inner__img {
  position: relative;
  height: 100%;
}
.p-bnr-karte__inner__img img {
  position: absolute;
  top: 50%;
  min-height: calc(100% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1px;
  z-index: -1;
  min-width: calc(100% + 1px);
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-bnr-karte__inner__img img {
    top: 0;
    right: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.p-camp__whiteTable {
  text-align: left;
  margin: 0 auto 2em;
}
@media screen and (max-width: 1270px) {
  .p-camp__whiteTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-camp__whiteTable tr td {
  padding: 0.2em 1em;
}
@media screen and (max-width: 1270px) {
  .p-camp__whiteTable tr td {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .p-camp__whiteTable tr td {
    width: 50%;
  }
}
.p-camp__whiteTable--wrap {
  border: 1px solid #000;
  width: 78.6%;
  margin: 4em auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-camp__whiteTable--wrap {
    width: 100%;
  }
}
.p-camp__whiteTable--wrap h3 {
  text-align: center;
  display: inline-block !important;
  position: relative;
  top: -1em;
  background: #fff;
  padding: 0 1em;
  margin-bottom: 0 !important;
}

/* capability */
.p-capability {
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-capability {
    padding: 3.75rem 0 5rem;
  }
}

.p-capability__units {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-capability__units {
    margin-top: 2.5rem;
  }
}

.p-capability__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d5d5d5;
  border-top: 0.0625rem solid #d5d5d5;
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-capability__unit {
    display: block;
  }
}

.p-capability__unit-texts {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-capability__unit-texts {
    width: 100%;
  }
}

.p-capability__unit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #153378;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-capability__unit-title {
    font-size: 1.25rem;
  }
}
.p-capability__unit-title span {
  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: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
  height: 80px;
  height: 5rem;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  background: #153378;
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-capability__unit-title span {
    width: 3.125rem;
    min-width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5rem;
    margin-right: 0.75rem;
  }
}

.p-capability__unit-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-capability__unit-list-item {
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}
.p-capability__unit-list-item::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #909fc2;
  left: 0;
  top: 5px;
  top: 0.3125rem;
}
.p-capability__unit-list-item + .p-capability__unit-list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-capability__unit-item-wrapper {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-capability__unit-item-wrapper {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.p-capability__unit-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.p-capability__unit-item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-capability__unit-item {
    width: 100%;
  }
  .p-capability__unit-item + .p-capability__unit-item {
    margin-top: 1.25rem;
  }
}
.p-capability__unit-item:hover {
  opacity: 1;
}
.p-capability__unit-item:hover .p-capability__unit-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-capability__unit-item:hover .p-capability__unit-item-text {
  color: #153378;
}

.p-capability__unit-item-img {
  width: 100px;
  width: 6.25rem;
  min-width: 100px;
  min-width: 6.25rem;
  overflow: hidden;
}
.p-capability__unit-item-img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-capability__unit-item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78;
  margin-left: 17px;
  margin-left: 1.0625rem;
}

/* p-case */
.p-case {
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 5rem 0;
  }
}

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

.p-consultant__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 24px;
  gap: 0 1.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-consultant__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 1.5rem;
    margin-top: 1.5625rem;
  }
}

.p-consultant__item-inner {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-consultant__item-inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-consultant__item-inner:hover .p-consultant__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-consultant__item-img {
  border-radius: 0.375rem;
  overflow: hidden;
}
.p-consultant__item-img img {
  border-radius: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-consultant__item-position {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-consultant__item-position {
    margin-top: 0.9375rem;
  }
}

.p-consultant__item-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-consultant__btn {
  width: 460px;
  width: 28.75rem;
  color: #BF1F7F;
  border-color: #BF1F7F;
}
.p-consultant__btn::before {
  background: #BF1F7F;
}
.p-consultant__btn::after {
  background: url(../img/common/link_icon_004.png) no-repeat center/contain;
}

/* p-consulting */
.p-consulting {
  background: #eaebed;
  padding: 90px 0 110px;
  padding: 5.625rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-consulting {
    padding: 5rem 0;
  }
}

.p-education__boldList {
  margin: 2em 0;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
.p-education__block {
  margin-top: 160px;
  margin-top: 10rem;
}
.p-education__table {
  width: 100%;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-education__table tr {
    display: -ms-grid;
    display: grid;
  }
}
.p-education__table tr,
.p-education__table tr,
.p-education__table td {
  border: #dddddd 1px solid;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-education__table tr,
  .p-education__table tr,
  .p-education__table td {
    width: 100%;
  }
}
.p-education__table th {
  width: 5%;
  background: #07183f;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-education__table th {
    width: 100%;
  }
}
.p-education__table td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
}
.p-education__table td:first-of-type {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-education__table td:first-of-type {
    text-align: center;
  }
}
.p-education__table td span {
  font-weight: 700;
}
.p-education__schedule {
  width: 100%;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-education__schedule {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-education__schedule--wrap {
    overflow-x: scroll;
  }
}
.p-education__schedule--caption {
  margin-top: 2em;
}
.p-education__schedule tr,
.p-education__schedule th,
.p-education__schedule td {
  padding: 0.5em 1em;
  border: #dddddd 1px solid;
  background: #fff;
  vertical-align: middle;
}
.p-education__schedule tr.l-blue td:nth-last-child(-n+5) {
  color: #4183ac;
}
.p-education__schedule tr.m-blue td:nth-last-child(-n+5) {
  color: #0c649b;
}
.p-education__schedule tr.g-blue td:nth-last-child(-n+5) {
  color: #153378;
}
.p-education__schedule th {
  background: #07183f;
  color: #fff;
  text-align: center;
}
.p-education__schedule td.one {
  background: #4183ac;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.p-education__schedule td.two {
  background: #0c649b;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.p-education__schedule td.gray {
  background: #f4f4f4;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td.last {
  background: #999;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-education__schedule td:nth-last-child(-n+5) {
  text-align: center;
}
.p-education__phase .p-blk__phase__item__cont__txtbox p {
  padding-left: 1.5em;
  text-indent: -0.8em;
}
.p-education__phase .p-blk__phase__item__cont__txtbox p span {
  margin: 0;
  margin-right: 0.5em;
}

/* p-example */
.p-example {
  padding-top: 105px;
  padding-top: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-example {
    padding-top: 5rem;
  }
}

.p-example__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 4px solid #E7E7F2;
  border: 0.25rem solid #E7E7F2;
  padding: 45px 45px;
  padding: 2.8125rem 2.8125rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-example__content {
    display: block;
    padding: 1.875rem 1.25rem;
    margin-top: 1.5625rem;
  }
}

.p-example__img {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .p-example__img {
    width: 100%;
  }
}

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

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

.p-example__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-example__subtitle {
    font-size: 1.5rem;
  }
}

.p-example__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-example__text {
    margin-top: 1.25rem;
  }
}

.p-example__btn {
  width: 100%;
  background: #BF1F7F;
  color: #fff;
  border-color: #BF1F7F;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-example__btn {
    margin-top: 1.25rem;
  }
}
.p-example__btn::before {
  background: #fff;
}
.p-example__btn::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.p-example__btn:hover {
  color: #BF1F7F;
}
.p-example__btn:hover::after {
  background: url(../img/common/link_icon_004.png) no-repeat center/contain;
}

/* ベースのスタイル */
.p-faq-list {
  margin-top: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-faq-list dt,
.p-faq-list dd {
  position: relative;
  padding: 30px 25px 30px 70px;
  padding: 1.875rem 1.5625rem 1.875rem 4.375rem;
  background: #fff;
  font-weight: bold;
  color: #153378;
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-faq-list dt {
  cursor: pointer;
}
.p-faq-list dt:hover {
  color: #fff;
  background: #153378;
}
.p-faq-list dt:hover::before, .p-faq-list dt:hover::after {
  color: #fff;
}

.p-faq-list dt::before,
.p-faq-list dd::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 50%;
  left: 30px;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #153378;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-faq-list dd {
  display: none;
  color: #000;
  background: #eaebed;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-faq-list dd::before {
  content: "A";
  color: #000;
}

.p-faq-list dd a {
  color: #172a5a;
  text-decoration: underline;
}

.p-faq-list dd a:hover {
  text-decoration: none;
}

.p-faq-list em.js-sogyo {
  font-style: normal;
  color: #172a5a;
  font-weight: bold;
}

/* SP向け調整 */
@media (max-width: 768px) {
  .p-faq-list dt,
  .p-faq-list dd {
    padding-left: 50px;
    padding-right: 20px;
  }
  .p-faq-list dt::before,
  .p-faq-list dd::before {
    left: 15px;
  }
}
/* p-faq */
.p-faq {
  background: #f5f5ff;
  padding: 85px 0 120px;
  padding: 5.3125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 3.75rem 0;
  }
}

.p-faq__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-faq__items {
    margin-top: 1.5625rem;
  }
}

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

.p-faq__item-header,
.p-faq__item-body {
  letter-spacing: 0.05em;
}

.p-faq__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-faq__item-inner span {
  display: inline-block;
  min-width: 40px;
  min-width: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__item-inner span {
    min-width: 1.875rem;
    font-size: 1.625rem;
  }
}

.p-faq__item-header {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #fff;
  padding: 25px 70px 25px 30px;
  padding: 1.5625rem 4.375rem 1.5625rem 1.875rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__item-header {
    font-size: 1.125rem;
    padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  }
}
.p-faq__item-header::after, .p-faq__item-header::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background: #bf1f7f;
  top: 40px;
  top: 2.5rem;
  right: 40px;
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-header::after, .p-faq__item-header::before {
    width: 1.25rem;
    height: 0.125rem;
    right: 1.25rem;
    top: 2rem;
  }
}
.p-faq__item-header::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq__item-header.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq__item-body {
  display: none;
  line-height: 1.75;
  padding: 32px 30px;
  padding: 2rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-body {
    padding: 1.25rem 1.25rem;
  }
}
.p-faq__item-body span {
  color: #bf1f7f;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}

/* p-features */
.p-features {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-features {
    padding-bottom: 3.75rem;
  }
}

.p-features__title {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 38px 10px;
  padding: 2.375rem 0.625rem;
  background: #BF1F7F;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-features__title {
    font-size: 1.75rem;
    padding: 1.5625rem 0.625rem;
  }
}
.p-features__title::after {
  position: absolute;
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 30px;
  height: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  bottom: -1.875rem;
  background: url(../img/service/features_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-features__title::after {
    width: 2.5rem;
    height: 1.25rem;
    bottom: -1.25rem;
  }
}

.p-features__items {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-features__items {
    margin-top: 3.75rem;
  }
}

.p-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-features__item {
    display: block;
  }
}
.p-features__item:nth-child(odd) .p-features__item-body::before {
  left: -80px;
  left: -5rem;
  right: 0;
}
.p-features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-features__item:nth-child(even) .p-features__item-body::before {
  left: 0;
  right: -80px;
  right: -5rem;
}
.p-features__item + .p-features__item {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-features__item + .p-features__item {
    margin-top: 3.125rem;
  }
}

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

.p-features__item-body {
  min-height: 400px;
  min-height: 25rem;
  width: 50%;
  position: relative;
  padding: 30px 0;
  padding: 1.875rem 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-features__item-body {
    width: 100%;
    min-height: unset;
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-features__item-body::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.p-features__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #BF1F7F;
}
@media screen and (max-width: 768px) {
  .p-features__item-number {
    font-size: 1.125rem;
  }
}
.p-features__item-number span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-features__item-number span {
    font-size: 2.5rem;
  }
}

.p-features__item-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-features__item-title {
    font-size: 1.5rem;
  }
}

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

/* p-flow */
.p-flow {
  padding: 105px 0 120px;
  padding: 6.5625rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 5rem 0 3.75rem;
  }
}

.p-flow__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #BF1F7F;
  border: 0.0625rem solid #BF1F7F;
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-flow__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.75rem;
  }
}

.p-flow__item {
  text-align: center;
  padding: 60px 20px 30px;
  padding: 3.75rem 1.25rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    padding: 3.125rem 1.25rem 2.8125rem;
  }
  .p-flow__item:last-child {
    padding-bottom: 1.5625rem;
  }
}
.p-flow__item + .p-flow__item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 14px;
  width: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/service/flow_border.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-flow__item + .p-flow__item::before {
    width: 100%;
    height: 0.0625rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #BF1F7F;
  }
}

.p-flow__item-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  top: -2.5rem;
  text-align: center;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  background: #D687B6;
  border-radius: 50%;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-number {
    top: -1.875rem;
    width: 4.0625rem;
    height: 4.0625rem;
    padding-top: 0.75rem;
  }
}
.p-flow__item-number span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-flow__item-number span {
    font-size: 1.5rem;
  }
}

.p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-flow__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-text {
    font-size: 1rem;
  }
}

.p-level-specific-training__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.p-level-specific-training__flex--textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-level-specific-training__flex--textArea-img {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__flex--textArea-img {
    margin-top: 3rem;
  }
}
.p-level-specific-training__flex--imgArea {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__flex--imgArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__table table {
    width: 600px;
  }
}
.p-level-specific-training__table tr td {
  padding: 8px !important;
  padding: 0.5rem !important;
  vertical-align: middle;
}
.p-level-specific-training__table tr:nth-child(2) td {
  font-weight: 300 !important;
}
.p-level-specific-training__table--wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__table--wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__table--wrap.wid-600 table {
    width: 600px;
  }
}
.p-level-specific-training__bg {
  background: #153378;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-level-specific-training__bg {
    text-align: left;
  }
}
.p-level-specific-training__graybox {
  background: #f4f4f4;
  padding: 2em;
}
.p-level-specific-training__graybox ol {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.p-level-specific-training__graybox ol li + li {
  margin-top: 1em;
}

.caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .caption {
    display: block;
    font-size: 14px;
    margin: 1em 0;
    text-align: left;
  }
}

.p-management-training__cont {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-management-training__cont {
    width: 100%;
  }
}
.p-management-training__contTitle {
  background: #000;
  color: #fff;
  padding: 0.2em 1em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-management-training__contTitle {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .p-management-training__flexcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-management-program__resizeimg {
  margin: 16px auto 0;
  margin: 1rem auto 0;
  width: 68%;
}
@media screen and (max-width: 768px) {
  .p-management-program__resizeimg {
    width: 100%;
  }
}

/* p-other */
.p-other {
  background: #F5F5FF;
  padding: 80px 0 150px;
  padding: 5rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-other {
    padding: 3.75rem 0 5rem;
  }
}

.p-other__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-other__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.5625rem;
  }
}

.p-other__card-inner {
  display: block;
  background: #fff;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-other__card-inner:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-other__card-inner:hover .p-other__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-other__card-img {
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
}
.p-other__card-img img {
  border-radius: 0.375rem 0.375rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-other__card-body {
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-other__card-body {
    padding: 1.25rem 1.25rem;
  }
}

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

.p-other__card-text {
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-other__card-text {
    margin-top: 0.625rem;
  }
}

/* p-outline */
.p-outline {
  background: #eaebed;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-outline {
    padding: 3.75rem 0 5rem;
  }
}

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

.p-outline__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
  gap: 0 1.5625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-outline__boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem 0;
    margin-top: 2.5rem;
  }
}

.p-outline__box {
  background: #fff;
}
.p-outline__box + .p-outline__box {
  position: relative;
}
.p-outline__box + .p-outline__box::before {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 60px;
  height: 3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  left: -1.5625rem;
  background: url(../img/service/service_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-outline__box + .p-outline__box::before {
    left: 50%;
    top: -2.5rem;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}

.p-outline__box-header {
  text-align: center;
  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;
  background: #153378;
  font-weight: 700;
  min-height: 140px;
  min-height: 8.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-outline__box-header {
    min-height: 6.25rem;
    padding: 0.3125rem;
  }
}

.p-outline__box-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #b5bfd6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-outline__box-number {
    font-size: 1rem;
  }
}

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

.p-outline__box-body {
  padding: 30px 20px 40px 40px;
  padding: 1.875rem 1.25rem 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-outline__box-body {
    padding: 1.875rem 1.25rem;
  }
}

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

.p-outline__box-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #153378;
}
@media screen and (max-width: 768px) {
  .p-outline__box-item-title {
    font-size: 1.125rem;
  }
}
.p-outline__box-item-title span {
  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;
  width: 30px;
  width: 1.875rem;
  min-width: 30px;
  min-width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  font-weight: 500;
  border-radius: 50%;
  background: #153378;
  color: #fff;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-outline__box-item-title span {
    font-size: 0.9375rem;
  }
}

.p-outline__box-item-text {
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

ol.p-outline__box-item-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ol.p-outline__box-item-text span {
  display: inline-block;
  font-weight: 700;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

ul.p-outline__box-item-text li {
  padding-left: 1em;
  line-height: 1.875;
  position: relative;
}
ul.p-outline__box-item-text li::before {
  position: absolute;
  content: "●";
  font-size: 8px;
  font-size: 0.5rem;
  left: 0;
  top: 8px;
  top: 0.5rem;
  color: #a8b3cd;
}

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

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

.p-outline__heading {
  background: #153378;
  padding: 30px 50px;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-outline__heading {
    padding: 1.25rem 1.25rem;
  }
}

.p-outline__number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #b5bfd6;
  letter-spacing: 0.1em;
}

.p-outline__subtitle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-outline__subtitle {
    font-size: 1.5rem !important;
  }
}

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

.p-outline__unit {
  background: #fff;
}
.p-outline__unit + .p-outline__unit {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-outline__unit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaebed;
  border-bottom: 0.0625rem solid #eaebed;
}

.p-outline__unit-number {
  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;
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
  min-height: 80px;
  min-height: 5rem;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #6477a2;
  padding-top: 5px;
  padding-top: 0.3125rem;
  margin-right: 29px;
  margin-right: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-number {
    width: 4.375rem;
    min-width: 4.375rem;
    min-height: 4.375rem;
    margin-right: 0.9375rem;
  }
}
.p-outline__unit-number span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-number span {
    font-size: 1.5rem;
  }
}

.p-outline__unit-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4d628f;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-title {
    font-size: 1.25rem;
  }
}

.p-outline__unit-body {
  padding: 40px 50px 50px;
  padding: 2.5rem 3.125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-body {
    padding: 1.875rem 1.25rem;
  }
}

.p-outline__unit-inner {
  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-outline__unit-inner {
    display: block;
  }
}
.p-outline__unit-inner .p-outline__items:not(:first-child) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-inner .p-outline__items:not(:first-child) {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

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

.p-outline__item-img {
  width: 384px;
  width: 24rem;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .p-outline__item-img {
    width: 100%;
    max-width: 100%;
  }
}

.p-outline__unit-imgs {
  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-outline__unit-imgs {
    display: block;
  }
}

.p-outline__unit-img {
  width: 586px;
  width: 36.625rem;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .p-outline__unit-img {
    width: 100%;
    max-width: 100%;
  }
}

.p-outline__subheading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #153378;
  border-top: 0.0625rem solid #153378;
  border-bottom: 1px solid #153378;
  border-bottom: 0.0625rem solid #153378;
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-outline__subheading {
    font-size: 1.375rem;
  }
}

.p-outline__item + .p-outline__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-outline__item + .p-outline__item {
    margin-top: 1.25rem;
  }
}

.p-outline__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-outline__item-title {
    font-size: 1.125rem;
  }
}
.p-outline__item-title span {
  display: inline-block;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-outline__item-title span {
    margin-right: 0.375rem;
  }
}

.p-outline__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-outline__item-text {
    margin-top: 0.625rem;
    margin-left: 1.875rem;
  }
}
.p-outline__item-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-outline__item-text span {
  display: inline-block;
  font-weight: 700;
  margin-right: 6px;
  margin-right: 0.375rem;
}

.p-outline__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  gap: 2.5rem 3.75rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-outline__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.875rem;
  }
}

.p-outline__card-title {
  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;
  min-height: 90px;
  min-height: 5.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #6477a2;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-outline__card-title {
    min-height: 4.375rem;
    font-size: 1rem;
  }
}

.p-outline__card-body {
  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: 310px;
  min-height: 19.375rem;
  background: #fff;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-outline__card-body {
    min-height: 15.625rem;
  }
}

.p-outline__card-img {
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-outline__link-wrapper {
  text-align: right;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-outline__link-wrapper {
    text-align: center;
  }
}

.p-outline__link {
  display: inline-block;
}

.p-outline__table-wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-outline__table-wrapper {
    overflow: auto;
    margin-top: 2.5rem;
    margin-right: calc(50% - 50vw);
  }
}

.p-outline__table {
  width: 100%;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-outline__table {
    width: 62.5rem;
    position: relative;
  }
  .p-outline__table::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 0.0625rem;
    width: 1.25rem;
    background-color: transparent;
  }
}
.p-outline__table th,
.p-outline__table td {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  letter-spacing: 0.05em;
}
.p-outline__table th {
  color: #fff;
  background: #153378;
}
.p-outline__table td {
  background: #fff;
}

.p-outline__table01 th,
.p-outline__table01 td {
  padding: 20px;
  padding: 1.25rem;
}
.p-outline__table01 th:first-child,
.p-outline__table01 td:first-child {
  width: 100px;
  width: 6.25rem;
}
.p-outline__table01 th {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-outline__table01 th span {
  font-weight: 500;
}
.p-outline__table01 th span span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b5bfd6;
}
.p-outline__table01 td:first-child {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-outline__table01 .p-outline__item-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-outline__table01 .p-outline__item-text {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.p-outline__table02 tr:first-child th {
  font-weight: 700;
}
.p-outline__table02 tr:first-child th:first-child {
  width: 80px;
  width: 5rem;
}
.p-outline__table02 tr:first-child th:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  width: 600px;
  width: 37.5rem;
}
.p-outline__table02 tr:nth-child(odd) td {
  background: #e5e5e5;
}
.p-outline__table02 th,
.p-outline__table02 td {
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  white-space: nowrap;
}
.p-outline__table02 td {
  text-align: center;
}
.p-outline__table02 td:nth-child(2) {
  width: 210px;
  width: 13.125rem;
}
.p-outline__table02 td:nth-child(3) {
  text-align: left;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}

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

h3,
h4 {
  font-weight: bold;
}

.p-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-price-box dl {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-price-box dl {
    width: 100%;
  }
}
.p-price-box dl dt {
  background: #153378;
  color: #fff;
  padding: 48px 16px;
  padding: 3rem 1rem;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 22px;
}
.p-price-box dl dt span {
  font-weight: 700;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-price-box dl dd {
  padding: 0 32px 0;
  padding: 0 2rem 0;
}

/* p-related */
.p-related {
  padding: 90px 0 120px;
  padding: 5.625rem 0 7.5rem;
}

.p-related__content {
  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;
  border: 4px solid #E7E7F2;
  border: 0.25rem solid #E7E7F2;
  padding: 30px 75px 50px 45px;
  padding: 1.875rem 4.6875rem 3.125rem 2.8125rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-related__content {
    display: block;
    padding: 1.875rem 1.25rem;
    margin-top: 1.5625rem;
  }
}

.p-related__img {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-related__img {
    width: 100%;
  }
}

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

.p-related__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-related__subtitle {
    font-size: 1.5rem;
  }
}

.p-related__subheading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-related__subheading {
    font-size: 1.125rem;
  }
}

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

.p-related__btn {
  width: 100%;
  background: #BF1F7F;
  color: #fff;
  border-color: #BF1F7F;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-related__btn {
    margin-top: 1.25rem;
  }
}
.p-related__btn::before {
  background: #fff;
}
.p-related__btn::after {
  background: url(../img/common/link_icon_001.png) no-repeat center/contain;
}
.p-related__btn:hover {
  color: #BF1F7F;
}
.p-related__btn:hover::after {
  background: url(../img/common/link_icon_004.png) no-repeat center/contain;
}

.p-service-bnr {
  background-color: #eaebed;
  width: 100%;
  padding: 0 0 110px;
  padding: 0 0 6.875rem;
}
.p-service-bnr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  gap: 1.25rem 1.875rem;
  max-width: 1400px;
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1450px) {
  .p-service-bnr__container {
    max-width: 93.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service-bnr__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-service-bnr__content {
  width: calc(50% - 0.9375rem);
}
@media screen and (max-width: 768px) {
  .p-service-bnr__content {
    width: 100%;
  }
}
.p-service-bnr .p-bnr-karte {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.p-service-bnr .p-bnr-karte:hover {
  scale: 1.02;
}
.p-service-bnr .p-bnr-karte__inner__left {
  width: 47%;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-service-bnr .p-bnr-karte__inner__left {
    width: 100%;
    padding: 20px;
  }
}
.p-service-bnr .p-bnr-karte__inner__left::before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  top: 50%;
  width: 100%;
  height: calc(100% + 2px);
  -webkit-transform: translateY(-50%) skewX(-10deg);
          transform: translateY(-50%) skewX(-10deg);
  z-index: 0;
}
.p-service-bnr .p-bnr-karte__inner__right {
  width: 53%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-service-bnr .p-bnr-karte__inner__right {
    width: 100%;
  }
}
.p-service-bnr .p-bnr-karte__inner__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: #153378;
  margin-bottom: 25px;
}
.p-service-bnr .p-bnr-karte__inner__title span {
  font-size: 26px;
  font-size: 1.625rem;
}
.p-service-bnr .p-bnr-karte__inner__btn {
  padding: 10px 54px 10px 48px;
}
.p-service-bnr .p-bnr-karte__inner__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-case {
  margin: 0 auto;
}

.p-service-case + .p-service-case {
  margin-top: 60px;
}

.p-service-case-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-service-case-tag li {
  border: 2px solid #153378;
  background: #fff;
  padding: 0 15px;
}

.p-service-case-title {
  font-size: clamp(18px, 1.046vw, 20px);
  color: #153378;
}

.p-service-case-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 45px;
}

.p-service-case-cont.issues {
  width: calc(50% - 22.5px);
  border: 1px solid #ccc;
  padding: 30px 15px 20px;
  border-radius: 10px;
  margin-top: 40px;
}

.p-service-case-cont.improvement {
  width: calc(50% - 22.5px);
  border: 1px solid #5e90a7;
  padding: 30px 15px 20px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
}

.p-service-case-cont.improvement::before {
  content: "";
  background-image: url(/hr/service/assets/img/improvement-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  position: absolute;
  left: -45px;
  top: 0;
  width: 45px;
  height: 100%;
}

.p-service-case-cont.point {
  width: 100%;
  max-width: 800px;
  background: #d0d6e4;
  padding: 30px 18px 20px;
  margin-top: 40px;
  -webkit-box-shadow: 5px 5px #999999;
          box-shadow: 5px 5px #999999;
}

.p-service-case-cont-title {
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 10px;
  display: block;
  padding: 0px 20px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 9999px;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.p-service-case-cont.issues .p-service-case-cont-title {
  background: #999999;
}

.p-service-case-cont.improvement .p-service-case-cont-title {
  background: #153378;
}

.p-service-case-cont.point .p-service-case-cont-title {
  background: #153378;
  border: none;
}

.p-service-case-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-service-case-cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-case-cont ul li + li {
  margin-top: 6px;
}

.p-service-case-cont.issues ul li {
  background: #e0e0e0;
  padding: 15px;
}

.p-service-case-cont.improvement ul li {
  background: #d0d6e4;
  padding: 20px 15px;
}

.p-service-case-cont-num {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-case-cont-num + .p-service-case-cont-text {
  width: calc(100% - 57px);
}

.p-service-case-cont.issues .p-service-case-cont-num {
  border: 2px #a7a8b4 solid;
}

.p-service-case-cont.issues .p-service-case-cont-text {
  font-size: 14px;
}

.p-service-case-cont.improvement .p-service-case-cont-num {
  border: 2px #153378 solid;
}

.p-service-case-cont-check {
  width: 30px;
  height: 30px;
  background-image: url(/hr/service/assets/img/p-service-case-cont-chesk.png);
}

.p-service-case-cont-check + .p-service-case-cont-text {
  width: calc(100% - 45px);
  color: #153378;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.p-service-case-cont.point ul {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-service-case-tag {
    gap: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 10px 0;
  }
  .p-service-case-tag li {
    border: none;
    padding: 0;
    font-size: 14px;
  }
  .p-service-case-cont.issues {
    width: 100%;
  }
  .p-service-case-cont.improvement {
    width: 100%;
  }
  .p-service-case-cont.improvement::before {
    left: 0;
    top: -52px;
    width: 100%;
    height: 26px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-service-case-conts {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--listwrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-compensation--listwrap {
    overflow-x: visible;
    overflow-x: initial;
  }
}
.p-service-executive-compensation--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 96px 0 0 0;
  margin: 6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--list {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-compensation--list {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 0 0 0;
    min-width: 0;
  }
}
.p-service-executive-compensation--list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-service-executive-compensation--list--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-service-executive-compensation--list--item--header {
  background: linear-gradient(90deg, #0d3079 calc(100% - 40px), #fff 40px);
  color: #fff;
  font-size: 14px;
  padding: 14px 60px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 60px 14px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--list--item--header {
    background: #0d3079;
    padding: 14px 40px;
    min-height: 0;
  }
}
.p-service-executive-compensation--list--item--header h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-service-executive-compensation--list--item--header h3 span {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-service-executive-compensation--list--item--header::before, .p-service-executive-compensation--list--item--header::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  border-width: 60px 0px 60px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--list--item--header::before, .p-service-executive-compensation--list--item--header::after {
    display: none;
  }
}
.p-service-executive-compensation--list--item--header::before {
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  background-color: #0d3079;
}
.p-service-executive-compensation--list--item--header::after {
  right: 9.6px;
  right: 0.6rem;
  border-style: solid;
  border-color: transparent transparent transparent #0d3079;
}
.p-service-executive-compensation--list--item--header.last-cld::before {
  display: none;
}
.p-service-executive-compensation--list--item--conts {
  background: #ecf0f9;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--list--item--conts {
    padding: 20px 40px 40px;
  }
}
.p-service-executive-compensation--list--item--conts > ul > li {
  color: #6680ba;
  font-weight: 500;
}
.p-service-executive-compensation--list--item--conts > ul > li + li {
  margin-top: 10px;
}
.p-service-executive-compensation--list--item--conts > ul > li > ul {
  padding-left: 16px;
}
.p-service-executive-compensation--list--item--conts > ul > li > ul > li {
  list-style: disc;
  color: #000000;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
.p-service-executive-compensation--list--item--conts.last-cld {
  width: calc(100% - 40px);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--list--item--conts.last-cld {
    width: 100%;
  }
}
.p-service-executive-compensation--table {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--table {
    overflow-x: scroll;
  }
  .p-service-executive-compensation--table:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.p-service-executive-compensation--table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-executive-compensation--table table {
    width: 1000px;
  }
}
.p-service-executive-compensation--table table tr,
.p-service-executive-compensation--table table td {
  border: #dddddd 1px solid;
  background: #fff;
}
.p-service-executive-compensation--table table th {
  background: #153378;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border: #fff 1px solid;
  padding: 10px 20px;
}
.p-service-executive-compensation--table table td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
  font-weight: 500;
}
.p-service-executive-compensation--table table td span {
  font-weight: 700;
}
.p-service-executive-compensation--table .vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
.p-service-executive-compensation--table .yellow {
  background: #fdf4e7;
}

.p-service-executive-karte--flow {
  margin-top: 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-karte--flow {
    overflow-x: visible;
    overflow-x: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-karte--flow:before {
    content: none;
  }
}
.p-service-executive-karte--flow--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list {
    width: 1340px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-karte--flow--list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list li {
    width: 100%;
  }
}
.p-service-executive-karte--flow--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-service-executive-karte--flow--list--item__title {
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 8px;
  color: #07183f;
  background: #c8c8c8;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item__title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 100%;
  }
}
.p-service-executive-karte--flow--list--item__content {
  padding: 0 18px 18px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px 30px 40px;
  }
}
.p-service-executive-karte--flow--list--item__content::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: calc(100% - 10px);
  border-bottom: 2px dotted #07183f;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item__content::before {
    width: 0;
    top: 0;
    left: 14px;
    height: calc(100% - 10px);
    border-left: 2px dotted #07183f;
    border-bottom: none;
  }
}
.p-service-executive-karte--flow--list--item__content::after {
  content: "";
  width: 0;
  position: absolute;
  top: 9px;
  right: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #07183f;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item__content::after {
    top: calc(100% - 10px);
    left: 9px;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #07183f;
    border-bottom: 0;
  }
}
.p-service-executive-karte--flow--list--item__content p {
  line-height: 1.5;
}
.p-service-executive-karte--flow--list--item__num {
  background: #07183f;
  width: 30px;
  height: 30px;
  z-index: 1;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--flow--list--item__num {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-service-executive-karte--scene {
  max-width: 1110px;
  margin: 32px auto 64px;
  margin: 2rem auto 4rem;
}
.p-service-executive-karte--scene dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #07183f;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service-executive-karte--scene dl dt {
  width: 265px;
  padding: 10px 20px;
  text-align: center;
  background: #07183f;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--scene dl dt {
    width: 100%;
    min-height: 0;
  }
}
.p-service-executive-karte--scene dl dd {
  padding: 10px 20px 10px 35px;
  background: #fff;
  line-height: 1.5;
  width: calc(100% - 265px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--scene dl dd {
    width: 100%;
    padding: 30px 20px 20px;
  }
}
.p-service-executive-karte--scene dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #07183f;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-karte--scene dl dd::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #07183f;
    border-bottom: 0;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-service-executive-karte--scene dl + dl {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-service-executive-system--listwrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-system--listwrap {
    overflow-x: visible;
    overflow-x: initial;
  }
}
.p-service-executive-system--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 96px 0 0 0;
  margin: 6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--list {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-executive-system--list {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 0 0 0;
    min-width: 0;
  }
}
.p-service-executive-system--list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-service-executive-system--list--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-service-executive-system--list--item--header {
  background: linear-gradient(90deg, #0d3079 calc(100% - 40px), #fff 40px);
  color: #fff;
  font-size: 14px;
  padding: 14px 60px;
  position: relative;
  min-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 60px 14px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--list--item--header {
    background: #0d3079;
    padding: 14px 40px;
    min-height: 0;
  }
}
.p-service-executive-system--list--item--header h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-service-executive-system--list--item--header h3 span {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-service-executive-system--list--item--header::before, .p-service-executive-system--list--item--header::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  border-width: 80px 0px 80px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--list--item--header::before, .p-service-executive-system--list--item--header::after {
    display: none;
  }
}
.p-service-executive-system--list--item--header::before {
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  background-color: #0d3079;
}
.p-service-executive-system--list--item--header::after {
  right: 9.6px;
  right: 0.6rem;
  border-style: solid;
  border-color: transparent transparent transparent #0d3079;
}
.p-service-executive-system--list--item--header.last-cld::before {
  display: none;
}
.p-service-executive-system--list--item--conts {
  background: #ecf0f9;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--list--item--conts {
    padding: 20px 40px 40px;
  }
}
.p-service-executive-system--list--item--conts > ul > li {
  color: #6680ba;
  font-weight: 500;
}
.p-service-executive-system--list--item--conts > ul > li + li {
  margin-top: 10px;
}
.p-service-executive-system--list--item--conts > ul > li > ul {
  padding-left: 16px;
}
.p-service-executive-system--list--item--conts > ul > li > ul.list-num > li {
  list-style: none;
  text-indent: -24px;
  text-indent: -1.5rem;
}
.p-service-executive-system--list--item--conts > ul > li > ul > li {
  list-style: disc;
  color: #000000;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
.p-service-executive-system--list--item--conts.last-cld {
  width: calc(100% - 40px);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--list--item--conts.last-cld {
    width: 100%;
  }
}
.p-service-executive-system--deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--deliverables {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.p-service-executive-system--deliverables > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 30px;
}
.p-service-executive-system--deliverables-txt {
  background: #07183f;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  min-height: 60px;
  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;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--deliverables-txt {
    min-height: 0;
    padding: 10px 20px;
  }
}
.p-service-executive-system--deliverables-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;
}
.p-service-executive-system--deliverables-img img {
  padding: 20px;
  background: #fff;
}
.p-service-executive-system--scheduletable {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--scheduletable {
    overflow-x: scroll;
  }
  .p-service-executive-system--scheduletable:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.p-service-executive-system--scheduletable table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--scheduletable table {
    min-width: 1000px;
  }
}
.p-service-executive-system--scheduletable table tr,
.p-service-executive-system--scheduletable table td,
.p-service-executive-system--scheduletable table th {
  border: #fff 2px solid;
  background: #fff;
  font-size: 14px;
}
.p-service-executive-system--scheduletable table th {
  background: #153378;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 2px 10px;
}
.p-service-executive-system--scheduletable table td {
  padding: 10px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
}
.p-service-executive-system--scheduletable table td span {
  font-weight: 700;
}
.p-service-executive-system--scheduletable table tr:nth-child(2n-1) td {
  background: #e5e5e5;
}
.p-service-executive-system--scheduletable .vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
.p-service-executive-system--promotiontable {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--promotiontable {
    overflow-x: scroll;
  }
  .p-service-executive-system--promotiontable:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.p-service-executive-system--promotiontable table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-executive-system--promotiontable table {
    width: 1000px;
  }
}
.p-service-executive-system--promotiontable table tr,
.p-service-executive-system--promotiontable table td {
  border: #dddddd 1px solid;
  background: #fff;
}
.p-service-executive-system--promotiontable table th {
  background: #153378;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border: #fff 1px solid;
  padding: 10px 20px;
}
.p-service-executive-system--promotiontable table th span {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-service-executive-system--promotiontable table td {
  padding: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
.p-service-executive-system--promotiontable table td span {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-service-executive-system--promotiontable table td ul {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-service-executive-system--promotiontable table td ul li {
  padding-left: 24px;
  text-indent: -24px;
}
.p-service-executive-system--promotiontable .vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}

.l-section--gr .p-service-executive-system--list--item--header {
  background: linear-gradient(90deg, #0d3079 calc(100% - 40px), #f4f4f4 40px);
}
@media screen and (max-width: 768px) {
  .l-section--gr .p-service-executive-system--list--item--header {
    background: #0d3079;
  }
}
.l-section--gr .p-service-executive-system--list--item--header::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f4f4f4;
}

.p-service-fcc-academy-cloud__detail h2 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.p-service-fcc-academy-cloud__detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__detail ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-fcc-academy-cloud__detail ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__detail ul li {
    width: 100%;
  }
}
.p-service-fcc-academy-cloud__detail ul li h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box {
  padding: 20px 20px;
  background-color: #d7e8f2;
  min-height: 155px;
  font-size: 14px;
  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;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box {
    min-height: 126px;
  }
}
.p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box p + p {
  margin-top: 10px;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box {
  width: 33.333%;
  padding: 20px 20px;
  background-color: #153378;
  min-height: 155px;
  font-size: 14px;
  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;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box {
    width: 100%;
  }
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p span {
  font-weight: bold;
  font-size: 22px;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p + p {
  margin-top: 10px;
}
.p-service-fcc-academy-cloud__detail .c-arrow--center-bottom {
  border-color: #d6d6d6 transparent transparent transparent;
}
.p-service-fcc-academy-cloud__detail__smallTtl {
  font-size: 16px;
}
.p-service-fcc-academy-cloud__feature__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-service-fcc-academy-cloud__feature__img img {
  width: 100%;
  background-color: #fff;
}
.p-service-fcc-academy-cloud__feature p {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-service-fcc-academy-cloud__feature p.clickText {
  margin: 10px 0 0;
}
.p-service-fcc-academy-cloud__feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-fcc-academy-cloud__feature ul li {
  width: 33.333%;
  padding: 30px;
  background-color: #fff;
  min-height: 330px;
  font-size: 14px;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-shadow: 0px 0px 10px 0px #b8b8b8;
          box-shadow: 0px 0px 10px 0px #b8b8b8;
  border-radius: 10px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-service-fcc-academy-cloud__feature ul li h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}
.p-service-fcc-academy-cloud__feature ul li figure {
  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;
  text-align: center;
}
.p-service-fcc-academy-cloud__feature ul li figure img {
  max-width: 100%;
  margin-left: 0px;
  margin-left: 0rem;
  float: none;
}
.p-service-fcc-academy-cloud__feature ul li figure figcaption {
  margin-top: 30px;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:first-of-type {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:first-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:first-of-type figure {
  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;
  text-align: center;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:first-of-type figure img {
  max-width: 100%;
  margin-left: 0px;
  margin-left: 0rem;
  float: none;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:first-of-type figure figcaption {
  margin-top: 8px;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:last-of-type {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:last-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:last-of-type figure {
  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;
  text-align: center;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:last-of-type figure img {
  max-width: 100%;
  margin-left: 0px;
  margin-left: 0rem;
  float: none;
}
.p-service-fcc-academy-cloud__feature ul li .p-service-fcc-academy-cloud__feature__box:last-of-type figure figcaption {
  margin-top: 8px;
}
.p-service-fcc-academy-cloud__feature table tr.idPrice td span {
  font-size: 32px;
  font-size: 2rem;
}
.p-service-fcc-academy-cloud__feature table th {
  border: 1px solid #b8b8b8;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.p-service-fcc-academy-cloud__feature table th .thSmalltxt {
  width: 80%;
  text-align: left;
  margin: 10px auto 0;
}
.p-service-fcc-academy-cloud__feature table th span {
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.p-service-fcc-academy-cloud__feature table th span.thSmalltitle {
  font-size: 12px;
  font-weight: bold;
}
.p-service-fcc-academy-cloud__feature table td {
  border: 1px solid #b8b8b8;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.p-service-fcc-academy-cloud__feature table td span {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__feature table td.tdNone {
  border: none;
}
.p-service-fcc-academy-cloud__feature table td.tdTextleft {
  text-align: left;
}
.p-service-fcc-academy-cloud__feature table td.tdTextleft.numText {
  text-align: left;
  padding-left: 2em;
}
.p-service-fcc-academy-cloud__feature table span.numTextright {
  display: block;
  text-align: right;
  margin-top: -0.5em;
  margin-bottom: -1.5em;
  margin-right: 1em;
}
.p-service-fcc-academy-cloud__feature table th.thGray {
  background-color: #d6d6d6;
  width: 12%;
}
.p-service-fcc-academy-cloud__feature table th.thBlue01 {
  background-color: #7c87a2;
  color: #fff;
  width: 22%;
}
.p-service-fcc-academy-cloud__feature table th.thBlue02 {
  background-color: #435a8e;
  color: #fff;
  width: 22%;
}
.p-service-fcc-academy-cloud__feature table th.thBlue03 {
  background-color: #153378;
  color: #fff;
  width: 22%;
}
.p-service-fcc-academy-cloud__feature table th.thBlue04 {
  background-color: #07183f;
  color: #fff;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincnt__scroll {
    overflow-x: scroll;
  }
  .p-service-fcc-academy-cloud__feature table {
    width: 1200px;
  }
}
.p-service-fcc-academy-cloud__feature__maincnt_label {
  width: 960px;
  margin: 0 auto 30px;
  font-size: 41.6px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #153378;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincnt_label {
    width: 100%;
    font-size: 2.2rem;
  }
}
.p-service-fcc-academy-cloud__feature__maincnt__contents {
  width: 906px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincnt__contents {
    width: 100%;
  }
}
.p-service-fcc-academy-cloud__feature__maincntSkill {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincntSkill {
    margin-top: 30px;
  }
}
.p-service-fcc-academy-cloud__feature__maincntSkill h3 {
  margin-bottom: 20px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincntSkill h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.p-service-fcc-academy-cloud__feature__maincntSkill h3 span {
  color: #3fa9f5;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table {
  width: 906px;
  font-size: 24px;
  font-size: 1.5rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincntSkill table {
    font-size: 1.4rem;
  }
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr {
  border-bottom: 1px solid #ccc;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child {
  border-bottom: 2px solid #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child th {
  width: 12.5%;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child th {
    width: 130px;
  }
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:not(:first-child) {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th, .p-service-fcc-academy-cloud__feature__maincntSkill table tr td {
  padding: 10px 2px;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th:first-child {
  border-right: 2px solid #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th.bl-m {
  color: #fff !important;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr td {
  border-left: 1px solid #ccc;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr td .bl-m {
  color: #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .gr {
  background: #e6e6e6;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-d {
  background: #07183f;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-n {
  background: #153378;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-m {
  background: #435a8e;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-l {
  background: #d7e8f2;
}
.p-service-fcc-academy-cloud__diff table {
  width: 100%;
}
.p-service-fcc-academy-cloud__diff table span.tableTextred {
  color: red;
  font-weight: normal;
}
.p-service-fcc-academy-cloud__diff table th {
  border: 1px solid #b8b8b8;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.p-service-fcc-academy-cloud__diff table th.thNone {
  border: none;
  width: 20%;
}
.p-service-fcc-academy-cloud__diff table td {
  border: 1px solid #b8b8b8;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.p-service-fcc-academy-cloud__diff table td span {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__diff table td.tdNone {
  border: none;
}
.p-service-fcc-academy-cloud__diff table td.tdTextleft {
  text-align: left;
}
.p-service-fcc-academy-cloud__diff table span.numTextright {
  display: block;
  text-align: right;
  margin-top: -0.5em;
  margin-bottom: -1.5em;
}
.p-service-fcc-academy-cloud__diff table th.thBlue02 {
  background-color: #435a8e;
  color: #fff;
  width: 20%;
  height: 80px;
}
.p-service-fcc-academy-cloud__diff table th.thBlue03 {
  background-color: #153378;
  color: #fff;
  width: 20%;
  height: 80px;
}
.p-service-fcc-academy-cloud__diff table th.thBlue04 {
  background-color: #07183f;
  color: #fff;
  width: 20%;
}
.p-service-fcc-academy-cloud__btn {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}
.p-service-fcc-academy-cloud__service__detail {
  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: 20px;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-fcc-academy-cloud__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-fcc-academy-cloud__service__list__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;
}
.p-service-fcc-academy-cloud__service__list h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
  background-color: #153378;
  color: #fff;
  padding: 10px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list h3 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
  }
}
.p-service-fcc-academy-cloud__service__list__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b8b8b8;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list__item dl {
    width: 90vw;
  }
}
.p-service-fcc-academy-cloud__service__list__item dl:first-of-type {
  margin-top: 0px;
}
.p-service-fcc-academy-cloud__service__list__item dl dt {
  background-color: #d7e8f2;
  padding: 10px;
  border-right: 1px solid #b8b8b8;
  min-width: 180px;
  text-align: center;
  font-size: 16px;
  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;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list__item dl dt {
    min-width: 140px;
  }
}
.p-service-fcc-academy-cloud__service__list__item dl dd {
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  width: 100%;
}
.p-service-fcc-academy-cloud__service__list__item p {
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list__item p {
    text-align: left;
  }
}
.p-service-fcc-academy-cloud__service__list.list01 {
  height: 26vw;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list.list01 {
    height: auto;
  }
}
.p-service-fcc-academy-cloud__service__list.list02 {
  height: 17vw;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list.list02 {
    height: auto;
  }
}
.p-service-fcc-academy-cloud__service__list.list03 {
  height: 9vw;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud__service__list.list03 {
    height: auto;
  }
}
.p-service-fcc-academy-cloud__faq ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.p-service-fcc-academy-cloud-table__caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-service-fcc-academy-cloud-table {
    width: 1400px !important;
  }
  .p-service-fcc-academy-cloud-table__wrap {
    overflow-x: scroll;
  }
  .p-service-fcc-academy-cloud-table__caption {
    display: block;
    margin-bottom: 1em !important;
  }
}

.p-service-global-human-resources-program--outline {
  margin: 96px 0 0 0;
  margin: 6rem 0 0 0;
}
.p-service-global-human-resources-program--outline--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--outline--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-global-human-resources-program--outline--list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.p-service-global-human-resources-program--outline--list--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 8px;
}
.p-service-global-human-resources-program--outline--list--item--header {
  background: #000000;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-service-global-human-resources-program--outline--list--item--title, .p-service-global-human-resources-program--outline--list--item--conts {
  background: #e7e7e7;
  color: #000;
}
.p-service-global-human-resources-program--outline--list--item--title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 7px;
}
.p-service-global-human-resources-program--outline--list--item--conts {
  padding: 10px;
}
.p-service-global-human-resources-program--outline--list--item--conts > ul {
  padding-left: 30px;
}
.p-service-global-human-resources-program--outline--list--item--conts > ul > li {
  list-style: disc;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.p-service-global-human-resources-program--outline--list--item--conts > ul > li + li {
  margin-top: 5px;
}
.p-service-global-human-resources-program--outline--list--item--conts > ul > li > p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(2) .p-service-global-human-resources-program--outline--list--item--header {
  background: #07183f;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(2) .p-service-global-human-resources-program--outline--list--item--title,
.p-service-global-human-resources-program--outline--list > li:nth-child(2) .p-service-global-human-resources-program--outline--list--item--conts {
  background: #e6e7eb;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(3) .p-service-global-human-resources-program--outline--list--item--header {
  background: #15334a;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(3) .p-service-global-human-resources-program--outline--list--item--title,
.p-service-global-human-resources-program--outline--list > li:nth-child(3) .p-service-global-human-resources-program--outline--list--item--conts {
  background: #e0e4e6;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(4) .p-service-global-human-resources-program--outline--list--item--header {
  background: #153378;
}
.p-service-global-human-resources-program--outline--list > li:nth-child(4) .p-service-global-human-resources-program--outline--list--item--title,
.p-service-global-human-resources-program--outline--list > li:nth-child(4) .p-service-global-human-resources-program--outline--list--item--conts {
  background: #e7eaf1;
}
.p-service-global-human-resources-program--step {
  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: flex-start;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--step {
    -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-service-global-human-resources-program--step-img:nth-child(2) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--step-img:nth-child(2) {
    margin: 20px auto;
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 80px;
  }
}
.p-service-global-human-resources-program--lecturers {
  margin: 96px 0;
  margin: 6rem 0;
}
.p-service-global-human-resources-program--lecturers--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--lecturers--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) {
  display: block;
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li {
  display: block;
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li .p-service-global-human-resources-program--lecturers--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0 auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li .p-service-global-human-resources-program--lecturers--list--item--img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 30%;
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li .p-service-global-human-resources-program--lecturers--list--item--conts {
  width: calc(70% - 30px);
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li .p-service-global-human-resources-program--lecturers--list--item--header {
  margin-bottom: 10px;
}
.p-service-global-human-resources-program--lecturers--list:has(> :nth-child(n):last-child) li .p-service-global-human-resources-program--lecturers--list--item--header span {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-service-global-human-resources-program--lecturers--list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.p-service-global-human-resources-program--lecturers--list--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
}
.p-service-global-human-resources-program--lecturers--list--item--header {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-service-global-human-resources-program--lecturers--list--item--header span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  display: block;
}
.p-service-global-human-resources-program--lecturers--list--item--conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-service-global-human-resources-program--lecturers--list--item--img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.p-service-global-human-resources-program--fee {
  margin: 96px 0 0 0;
  margin: 6rem 0 0 0;
  margin-top: 2em;
}
.p-service-global-human-resources-program--fee--list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--fee--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-global-human-resources-program--fee--list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-service-global-human-resources-program--fee--list--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #07183f;
}
.p-service-global-human-resources-program--fee--list--item--header {
  background: #07183f;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-service-global-human-resources-program--fee--list--item--conts {
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-service-global-human-resources-program--fee--list--item--conts span {
  font-weight: bold;
}
.p-service-global-human-resources-program--fee--list--item--conts span.big {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-service-global-human-resources-program--movie {
  width: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-service-global-human-resources-program--movie {
    width: 100%;
  }
}
.p-service-global-human-resources-program--movie:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/hr/assets/img/youtube_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.p-service-global-human-resources-program--movie:hover {
  opacity: 0.8;
}
.p-service-global-human-resources-program--movie img {
  margin: 0 auto;
}

.p-service-global-leader-consulting--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 80px auto 0;
  margin: 5rem auto 0;
  max-width: 1100px;
}
.p-service-global-leader-consulting--about__num {
  line-height: 1.2;
  font-weight: bold;
  position: absolute;
  top: 0;
  color: #435a8e;
  opacity: 0.5;
  left: 20px;
  font-size: 70px;
}
.p-service-global-leader-consulting--about__num span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--about__num {
    font-size: 40px;
    left: 8px;
  }
}
.p-service-global-leader-consulting--about__item {
  width: calc(50% - 2rem);
  padding: 96px;
  padding: 6rem;
  background: #ebf4fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--about__item {
    width: 100%;
    padding: 5rem 2rem 3rem;
  }
}
.p-service-global-leader-consulting--about dl {
  text-align: center;
  color: #153378;
}
.p-service-global-leader-consulting--about dl dt {
  font-weight: bold;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--about dl dt {
    font-size: 1.8rem;
  }
}
.p-service-global-leader-consulting--about dl dd {
  text-align: left;
}
.p-service-global-leader-consulting--about dl li {
  list-style: auto;
  margin-left: 32px;
  margin-left: 2rem;
}
.p-service-global-leader-consulting--table {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--table {
    overflow-x: scroll;
  }
  .p-service-global-leader-consulting--table:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.p-service-global-leader-consulting--table table {
  margin-top: 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--table table {
    width: 1000px;
  }
}
.p-service-global-leader-consulting--table table tr,
.p-service-global-leader-consulting--table table td {
  border: #dddddd 1px solid;
  background: #fff;
}
.p-service-global-leader-consulting--table table th {
  background: #153378;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border: #fff 1px solid;
  padding: 10px 5px;
}
.p-service-global-leader-consulting--table table td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
  font-weight: 500;
}
.p-service-global-leader-consulting--table table td span {
  font-weight: 700;
}
.p-service-global-leader-consulting--flow {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service-global-leader-consulting--flow {
    overflow-x: scroll;
    padding: 0 0 3rem 0;
  }
  .p-service-global-leader-consulting--flow table {
    width: 1280px;
  }
}
.p-service-global-leader-consulting--flow table {
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .p-service-global-leader-consulting--flow table {
    width: 1100px;
  }
}
.p-service-global-leader-consulting--flow table tr td,
.p-service-global-leader-consulting--flow table tr th {
  padding: 32px;
  padding: 2rem;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .p-service-global-leader-consulting--flow table tr td,
  .p-service-global-leader-consulting--flow table tr th {
    padding: 1rem;
  }
}
.p-service-global-leader-consulting--flow table tr th {
  color: #fff;
  text-align: center;
  position: relative;
  height: 70px;
  vertical-align: middle;
}
.p-service-global-leader-consulting--flow table tr th:before {
  position: absolute;
  right: -36px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 0;
  z-index: 1;
}
.p-service-global-leader-consulting--flow table tr th.first {
  width: 33.3333%;
  background-color: #173a6e;
}
.p-service-global-leader-consulting--flow table tr th.first::before {
  border-left: 36px solid #173a6e;
}
.p-service-global-leader-consulting--flow table tr th.second {
  width: 33.3333%;
  background-color: #2a5492;
}
.p-service-global-leader-consulting--flow table tr th.second::before {
  border-left: 36px solid #2a5492;
}
.p-service-global-leader-consulting--flow table tr th.third {
  width: 33.3333%;
  background-color: #3a72c5;
}
.p-service-global-leader-consulting--flow table tr th.third::before {
  content: none;
}
.p-service-global-leader-consulting--flow table tr td {
  background-color: #fff;
}

.p-service-merit-title {
  text-align: center;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  border: 2px solid #07183f;
  background: #07183f;
  color: #fff;
  border-radius: 9999px;
  width: 100%;
  margin-bottom: 44px;
  margin-top: 60px;
  padding: 10px 40px;
}

.p-service-merit__list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  background: #d0d6e4;
  padding: 30px;
  border-radius: 20px;
}

.p-service-merit__list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  z-index: 0;
}

.p-service-merit__list__item {
  padding: 25px;
  background: #fff;
  z-index: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.p-service-merit__list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #999999;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.p-service-merit__list__title {
  color: #133d7f;
  text-align: center;
  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;
  font-size: clamp(18px, 1.046vw, 20px);
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px dashed #133d7f;
  padding-bottom: 16px;
}

.p-service-merit__list li:nth-child(2)::before,
.p-service-merit__list li:nth-child(4)::before,
.p-service-merit__list li:nth-child(5)::before,
.p-service-merit__list li:nth-child(7)::before {
  background: #4183ac;
}

.p-service-merit__list li:nth-child(2) .p-service-merit__list__title,
.p-service-merit__list li:nth-child(4) .p-service-merit__list__title,
.p-service-merit__list li:nth-child(5) .p-service-merit__list__title,
.p-service-merit__list li:nth-child(7) .p-service-merit__list__title {
  color: #0c649b;
  border-bottom: 2px dashed #0b699f;
}

@media screen and (max-width: 768px) {
  .p-service-merit__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service-merit__list li {
    width: 100%;
  }
  .p-service-merit__list__item {
    padding: 15px;
  }
  .p-service-merit__list__item:nth-child(2n-1):before {
    background: #999999;
  }
  .p-service-merit__list li:nth-child(2n-1) .p-service-merit__list__title {
    color: #133d7f;
    border-bottom: 2px dashed #133d7f;
  }
  .p-service-merit__list__item:nth-child(2n):before {
    background: #4183ac;
  }
  .p-service-merit__list li:nth-child(2n) .p-service-merit__list__title {
    color: #0c649b;
    border-bottom: 2px dashed #0b699f;
  }
}
.p-service-recruit-flow h3 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-service-recruit-flow__marke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-service-recruit-flow__marke > * {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-service-recruit-flow__marke > * {
    width: 100%;
  }
}
.p-service-recruit-flow__marke ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  background: #fff;
  border: 1px solid #6e7786;
  font-weight: bold;
}
.p-service-recruit-flow__marke + .p-service-recruit-flow__marke {
  margin-top: 112px;
  margin-top: 7rem;
  padding-top: 112px;
  padding-top: 7rem;
  border-top: 1px solid #111;
}
.p-service-recruit-flow table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-service-recruit-flow table td {
  padding: 16px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.p-service-recruit-flow table th {
  padding: 16px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #f4f4f4;
  text-align: center;
}
.p-service-recruit-flow table thead th {
  background: #6e7786;
  color: #fff;
}
.p-service-recruit-flow table td {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-service-recruit-manual {
  padding: 48px;
  padding: 3rem;
  border: 2px solid #ccc;
  margin: 32px 0;
  margin: 2rem 0;
}
.p-service-recruit-manual h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-service-recruit-manual__blk {
  padding: 48px;
  padding: 3rem;
  background: #f4f4f4;
  margin: 32px 0 0;
  margin: 2rem 0 0;
}
.p-service-recruit-manual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-recruit-manual__wrap figure {
  text-align: center;
}
.p-service-recruit-manual__wrap figure p {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: normal;
}
.p-service-recruit-manual p {
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-service-recruit-manual th {
  border: 1px solid #ccc;
  padding: 16px 32px;
  padding: 1rem 2rem;
  background: #fff;
}
.p-service-recruit-manual td {
  border: 1px solid #ccc;
  padding: 16px 32px;
  padding: 1rem 2rem;
  background: #fff;
}
.p-service-recruit-manual td span {
  font-weight: bold;
}

.p-service-recruit-proposal__list--04, .p-service-recruit-proposal__list--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.p-service-recruit-proposal__list--04 li, .p-service-recruit-proposal__list--03 li {
  padding: 32px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
          box-shadow: 0 0 4rem rgba(56, 42, 102, .2);
}

.p-service-recruit-proposal h3 {
  color: #6e7786;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-service-recruit-proposal h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-service-recruit-proposal__list--03 li {
  width: calc(33.33333% - 1.33333rem);
}
@media screen and (max-width: 768px) {
  .p-service-recruit-proposal__list--03 li {
    width: 100%;
  }
}
.p-service-recruit-proposal__list--04 li {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-service-recruit-proposal__list--04 li {
    width: 100%;
  }
}

.p-service-risk-title {
  text-align: center;
  font-size: clamp(18px, 1.046vw, 20px);
  font-weight: 500;
  border: 2px solid #07183f;
  border-radius: 9999px;
  width: 100%;
  margin-bottom: 44px;
  margin-top: 60px;
  padding: 10px 40px;
}
.p-service-risk-title span {
  font-size: clamp(18px, 1.25vw, 24px);
}

.p-service-risk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service-risk__list li {
  width: calc(50% - 6px);
}

.p-service-risk__list__item {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  background: #133d7f;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-service-risk__list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #445c93;
  position: absolute;
  top: 0;
  left: -45%;
  z-index: -1;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}

.p-service-risk__list__num {
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #133d7f;
  text-align: center;
  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;
  font-size: clamp(18px, 1.046vw, 20px);
  font-weight: bold;
}

.p-service-risk__list__txt {
  text-align: center;
  width: calc(100% - 79px);
  color: #fff;
  font-weight: bold;
}

.p-service-risk__list li:nth-child(2) .p-service-risk__list__num,
.p-service-risk__list li:nth-child(3) .p-service-risk__list__num,
.p-service-risk__list li:nth-child(6) .p-service-risk__list__num,
.p-service-risk__list li:nth-child(7) .p-service-risk__list__num {
  color: #0d5e97;
}
.p-service-risk__list li:nth-child(2) .p-service-risk__list__item,
.p-service-risk__list li:nth-child(3) .p-service-risk__list__item,
.p-service-risk__list li:nth-child(6) .p-service-risk__list__item,
.p-service-risk__list li:nth-child(7) .p-service-risk__list__item {
  background: #0d5e97;
}
.p-service-risk__list li:nth-child(2) .p-service-risk__list__item::before,
.p-service-risk__list li:nth-child(3) .p-service-risk__list__item::before,
.p-service-risk__list li:nth-child(6) .p-service-risk__list__item::before,
.p-service-risk__list li:nth-child(7) .p-service-risk__list__item::before {
  background: #3c87b2;
}

@media screen and (max-width: 768px) {
  .p-service-risk__list li {
    width: 100%;
  }
  .p-service-risk__list__item {
    gap: 10px;
    padding: 15px;
  }
  .p-service-risk__list__num {
    width: 40px;
    height: 40px;
  }
  .p-service-risk__list__txt {
    width: calc(100% - 50px);
  }
  .p-service-risk__list li:nth-child(2n-1) .p-service-risk__list__num {
    color: #133d7f;
  }
  .p-service-risk__list li:nth-child(2n-1) .p-service-risk__list__item {
    background: #133d7f;
  }
  .p-service-risk__list li:nth-child(2n-1) .p-service-risk__list__item::before {
    background: #445c93;
  }
  .p-service-risk__list li:nth-child(2n) .p-service-risk__list__num {
    color: #0d5e97;
  }
  .p-service-risk__list li:nth-child(2n) .p-service-risk__list__item {
    background: #0d5e97;
  }
  .p-service-risk__list li:nth-child(2n) .p-service-risk__list__item::before {
    background: #3c87b2;
  }
}
.p-service-set {
  overflow: hidden;
  background: url(../img/service-list_bg.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-service-set {
    background-size: auto 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-set {
    background-position: left -30vw top;
  }
}
.p-service-set .l-container {
  padding-bottom: 0;
}
.p-service-set__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  overflow: hidden;
  margin-left: 50;
  padding-top: 192px;
  padding-top: 12rem;
  margin-top: -192px;
  margin-top: -12rem;
}
@media screen and (max-width: 768px) {
  .p-service-set__blk {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-set__blk {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-set__blk .js-slide {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
  }
}
.p-service-set__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 544px;
  width: 34rem;
}
.p-service-set__item + .p-service-set__item {
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service-set__item + .p-service-set__item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-set__item {
    width: 90vw;
    padding: 0 2vw;
  }
}
.p-service-set__item:hover {
  opacity: 0.7 !important;
}
.p-service-set__header {
  padding: 112px 80px 64px;
  padding: 7rem 5rem 4rem;
  background: #fff;
}
.p-service-set div[class*=p-service-set__body] {
  position: relative;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .p-service-set div[class*=p-service-set__body] {
    height: 70vw;
  }
}
.p-service-set div[class*=p-service-set__body]:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: -1;
}
.p-service-set .p-service-set__body01:before {
  background-image: url(../img/service-list_img_01.png);
}
.p-service-set .p-service-set__body02:before {
  background-image: url(../img/service-list_img_02.png);
}
.p-service-set .p-service-set__body03:before {
  background-image: url(../img/service-list_img_03.png);
}
.p-service-set .p-service-set__body04:before {
  background-image: url(../img/service-list_img_04.png);
}
.p-service-set .p-service-set__body05:before {
  background-image: url(../img/service-list_img_05.png);
}
.p-service-set__inner img {
  width: 100%;
}
.p-service-set h3 {
  font-size: 16px;
  font-size: 1rem;
}
.p-service-set h3 span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: block;
}
.p-service-set .js-service-set--prev {
  z-index: 1;
  top: -160px;
  top: -10rem;
  left: 8px;
  left: 0.5rem;
  width: 32px;
  width: 2rem;
  height: 48px;
  height: 3rem;
  position: absolute;
}
.p-service-set .js-service-set--prev:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.p-service-set .js-service-set--prev:focus span {
  border-color: #6e7786;
}
@media (hover: hover) and (pointer: fine) {
  .p-service-set .js-service-set--prev:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .p-service-set .js-service-set--prev:hover span {
    border-color: #6e7786;
  }
}
.p-service-set .js-service-set--prev span {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-color: #111;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-top: -16px;
  margin-top: -1rem;
  left: 320px;
  left: 20rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-service-set .js-service-set--next {
  z-index: 1;
  top: -160px;
  top: -10rem;
  width: 32px;
  width: 2rem;
  height: 48px;
  height: 3rem;
  left: 448px;
  left: 28rem;
  position: absolute;
}
.p-service-set .js-service-set--next:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.p-service-set .js-service-set--next:focus span {
  border-color: #6e7786;
}
@media (hover: hover) and (pointer: fine) {
  .p-service-set .js-service-set--next:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .p-service-set .js-service-set--next:hover span {
    border-color: #6e7786;
  }
}
.p-service-set .js-service-set--next span {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-color: #111;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-top: -16px;
  margin-top: -1rem;
  left: 0;
}

.service_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.service_option li {
  width: 100%;
  background: #fff;
}
.service_option li .inner_branding--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .service_option li .inner_branding--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .service_option li .inner_branding--list .img {
    width: 100%;
    text-align: center;
  }
}
.service_option .service_engagement_survey--title,
.service_option .service_inner_branding--title {
  background: #153378;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service_option .service_engagement_survey--title,
  .service_option .service_inner_branding--title {
    padding: 1rem;
  }
}
.service_option .service_engagement_survey--content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .service_option .service_engagement_survey--content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
  }
}
.service_option .service_engagement_survey--content .text .c-btn--line {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .service_option .service_engagement_survey--content .text .c-btn--line {
    min-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .service_option .service_engagement_survey--content .img {
    width: 100%;
    text-align: center;
  }
}
.service_option .service_inner_branding--wrapper {
  background: #fff;
  border: 1px solid #ccc;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service_option .service_inner_branding--wrapper {
    padding: 2rem;
  }
}
.service_option .service_inner_branding--wrapper .inner_branding ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service_option .service_inner_branding--wrapper .inner_branding ol .inner_branding--list .img--tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .service_option .service_inner_branding--wrapper .inner_branding ol .inner_branding--list .img--tool {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service_option .service_inner_branding--wrapper .inner_branding ol .inner_branding--list + .inner_branding--list {
  margin-top: 64px;
  margin-top: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
  border-top: 1px solid #ececec;
}
.service_option .service_inner_branding--wrapper .inner_branding ol .inner_branding--list ul li {
  text-indent: -32px;
  text-indent: -2rem;
  padding-left: 32px;
  padding-left: 2rem;
}
.service_option .service_inner_branding--wrapper .inner_branding ol .inner_branding--list ul li ul li {
  text-indent: -24px;
  text-indent: -1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* single-service */
.p-single-service__header {
  padding: 55px 0 115px;
  padding: 3.4375rem 0 7.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-service__header {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-single-service__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-service__subtitle {
    font-size: 1rem;
  }
}
.p-single-service__subtitle span {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-service__subtitle span {
    font-size: 1.75rem;
  }
}

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

.p-study-group-seminar__box {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.p-study-group-seminar__box h3 {
  border-bottom: 2px solid #6e7786;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-subject-set__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 768px) {
  .p-subject-set__wrap {
    gap: 6%;
  }
}
.p-subject-set__blk + .p-subject-set__blk {
  margin-top: 96px;
  margin-top: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
  border-top: 1px solid #ddd;
}
.p-subject-set__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  width: 299px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-subject-set__item {
    width: 47%;
    margin-bottom: 3rem;
  }
}
.p-subject-set__item a {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-subject-set__item figure {
  width: 100%;
  height: 299px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-subject-set__item figure {
    height: 40vw;
    margin-bottom: 1rem;
  }
}
.p-subject-set__item figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.p-subject-set__item figure {
  background-color: #111;
  overflow: hidden;
}
.p-subject-set__item figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-subject-set__item:focus img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-subject-set__item:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
    position: relative;
  }
}
.p-subject-set__item:focus a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-subject-set__item:hover a {
    text-decoration: underline;
  }
}
.p-subject-set h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-subject-set p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-subject-set time {
  color: #686868;
}

.c-cate--line span {
  color: #aaa;
  border-color: #b7b7b7;
  margin-right: 16px;
  margin-right: 1rem;
}

/* p-subject */
.p-subject {
  background: url(../img/service/subject_bg.png) no-repeat center bottom/cover;
  padding: 40px 0 120px;
  padding: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-subject {
    padding-bottom: 5rem;
  }
}
.p-subject .l-inner {
  max-width: 1150px;
  max-width: 71.875rem;
}

.p-subject__list {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-subject__list {
    margin-top: 1.875rem;
  }
}

.p-subject__list-item {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  background: #fff;
  border: 4px solid #e5e5e5;
  border: 0.25rem solid #e5e5e5;
  padding: 19px 20px 19px 105px;
  padding: 1.1875rem 1.25rem 1.1875rem 6.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subject__list-item {
    font-size: 1.125rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 4.0625rem;
  }
}
.p-subject__list-item::before {
  position: absolute;
  content: "";
  width: 59px;
  width: 3.6875rem;
  height: 46px;
  height: 2.875rem;
  top: 17px;
  top: 1.0625rem;
  left: 24px;
  left: 1.5rem;
  background: url(../img/common/check_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-subject__list-item::before {
    width: 2.1875rem;
    height: 1.875rem;
    top: 1.125rem;
    left: 0.9375rem;
  }
}
.p-subject__list-item + .p-subject__list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-subject__list-item span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-subject__list-item span {
    font-size: 1.375rem;
  }
}

.p-subject__text {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-subject__text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-subject__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-subject__btns {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-subject__btn {
    margin: 0 auto;
  }
  .p-subject__btn + .p-subject__btn {
    margin-top: 0.625rem;
  }
}

/* p-summary */
.p-summary {
  background: #F5F5FF;
  padding: 80px 0 120px;
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-summary {
    padding: 3.75rem 0;
  }
}

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

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

.p-summary__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #D6A7C3;
  border-top: 0.0625rem solid #D6A7C3;
  border-bottom: 1px solid #D6A7C3;
  border-bottom: 0.0625rem solid #D6A7C3;
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-summary__subtitle {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-summary__table-wrapper {
    overflow: auto;
    margin-right: calc(50% - 50vw);
  }
}
.p-summary__table-wrapper + .p-summary__table-wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-summary__table-wrapper + .p-summary__table-wrapper {
    margin-top: 1.875rem;
  }
}
.p-summary__table-wrapper + .p-summary__table-wrapper::before {
  position: absolute;
  content: "";
  width: 46px;
  width: 2.875rem;
  height: 14px;
  height: 0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -35px;
  top: -2.1875rem;
  background: url(../img/service/summary_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-summary__table-wrapper + .p-summary__table-wrapper::before {
    width: 3.4375rem;
    height: 1.875rem;
    top: -0.625rem;
  }
}

.p-summary__table {
  border: 1px solid #E1C4D5;
  border: 0.0625rem solid #E1C4D5;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-summary__table {
    width: 62.5rem;
    margin-top: 1.875rem;
  }
}
.p-summary__table:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  height: 0.0625rem;
  width: 20px;
  width: 1.25rem;
  background-color: transparent;
}
.p-summary__table tr:first-child th {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-summary__table tr:first-child th {
    font-size: 1rem;
  }
}
.p-summary__table th, .p-summary__table td {
  border: 1px solid #E1C4D5;
  border: 0.0625rem solid #E1C4D5;
  letter-spacing: 0.05em;
}
.p-summary__table th {
  background: #F9EBF4;
}
.p-summary__table th.bg-pink {
  color: #fff;
  background: #BF1F7F;
}
.p-summary__table td {
  vertical-align: top;
  line-height: 1.875;
  background: #fff;
}
.p-summary__table td span {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-summary__table td ul li {
  padding-left: 0.8em;
  position: relative;
}
.p-summary__table td ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 10px;
  top: 0.625rem;
  color: #999;
  font-size: 6px;
  font-size: 0.375rem;
}
.p-summary__table td ol ul li {
  text-indent: 0;
}
.p-summary__table td ol > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-summary__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-summary__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-summary__item {
  min-height: 300px;
  min-height: 18.75rem;
  background: #BF1F7F;
  padding: 50px 20px 40px;
  padding: 3.125rem 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-summary__item {
    min-height: unset;
    padding: 1.875rem 0.9375rem;
  }
}

.p-summary__item-icon {
  max-width: 100%;
  margin: 0 auto;
}

.p-summary__item-text {
  text-align: center;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.78;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-summary__item-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

/* p-surpass */
.p-surpass .c-subtitle {
  text-align: left;
}

.p-surpass01 .p-summary__item:first-child .p-summary__item-icon {
  width: 64px;
  width: 4rem;
}
.p-surpass01 .p-summary__item:nth-child(2) .p-summary__item-icon {
  width: 72px;
  width: 4.5rem;
}
.p-surpass01 .p-summary__item:nth-child(3) .p-summary__item-icon {
  width: 70px;
  width: 4.375rem;
}
.p-surpass01 .p-summary__item:nth-child(4) .p-summary__item-icon {
  width: 70px;
  width: 4.375rem;
}
.p-surpass01 .p-summary__table tr > :first-child {
  width: 150px;
  width: 9.375rem;
}
.p-surpass01 .p-summary__table tr > :nth-child(2) {
  width: 270px;
  width: 16.875rem;
}
.p-surpass01 .p-summary__table th {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
.p-surpass01 .p-summary__table td {
  text-align: center;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}
.p-surpass01 .p-summary__table td:last-child {
  text-align: left;
}
.p-surpass01 .p-flow__item:first-child .p-flow__item-icon {
  width: 74px;
  width: 4.625rem;
}
.p-surpass01 .p-flow__item:nth-child(2) .p-flow__item-icon {
  width: 56px;
  width: 3.5rem;
}
.p-surpass01 .p-flow__item:nth-child(3) .p-flow__item-icon {
  width: 84px;
  width: 5.25rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass01 .p-flow__item:nth-child(4) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass01 .p-flow__item:nth-child(5) .p-flow__item-icon {
  width: 64px;
  width: 4rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-surpass01 .p-flow__item:nth-child(6) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-surpass02 .p-summary__item:first-child .p-summary__item-icon {
  width: 86px;
  width: 5.375rem;
}
.p-surpass02 .p-summary__item:nth-child(2) .p-summary__item-icon {
  width: 82px;
  width: 5.125rem;
}
.p-surpass02 .p-summary__item:nth-child(3) .p-summary__item-icon {
  width: 78px;
  width: 4.875rem;
}
.p-surpass02 .p-summary__item:nth-child(4) .p-summary__item-icon {
  width: 73px;
  width: 4.5625rem;
}
.p-surpass02 .p-summary__table tr > :first-child {
  width: 120px;
  width: 7.5rem;
}
.p-surpass02 .p-summary__table th {
  padding: 18px 10px;
  padding: 1.125rem 0.625rem;
}
.p-surpass02 .p-summary__table td {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.p-surpass02 .p-flow__item:first-child .p-flow__item-icon {
  width: 56px;
  width: 3.5rem;
}
.p-surpass02 .p-flow__item:nth-child(2) .p-flow__item-icon {
  width: 74px;
  width: 4.625rem;
}
.p-surpass02 .p-flow__item:nth-child(3) .p-flow__item-icon {
  width: 47px;
  width: 2.9375rem;
}
.p-surpass02 .p-flow__item:nth-child(4) .p-flow__item-icon {
  width: 43px;
  width: 2.6875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass02 .p-flow__item:nth-child(5) .p-flow__item-icon {
  width: 56px;
  width: 3.5rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass02 .p-flow__item:nth-child(6) .p-flow__item-icon {
  width: 50px;
  width: 3.125rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-surpass03 .p-summary__item:first-child .p-summary__item-icon {
  width: 84px;
  width: 5.25rem;
}
.p-surpass03 .p-summary__item:nth-child(2) .p-summary__item-icon {
  width: 95px;
  width: 5.9375rem;
}
.p-surpass03 .p-summary__item:nth-child(3) .p-summary__item-icon {
  width: 80px;
  width: 5rem;
}
.p-surpass03 .p-summary__item:nth-child(4) .p-summary__item-icon {
  width: 80px;
  width: 5rem;
}
.p-surpass03 .p-summary__table {
  table-layout: unset;
}
.p-surpass03 .p-summary__table tr > :first-child {
  width: 120px;
  width: 7.5rem;
}
.p-surpass03 .p-summary__table th {
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}
.p-surpass03 .p-summary__table td {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.p-surpass03 .p-summary__table td.w-180 {
  width: 180px;
  width: 11.25rem;
}
.p-surpass03 .p-flow__item:first-child .p-flow__item-icon {
  width: 74px;
  width: 4.625rem;
}
.p-surpass03 .p-flow__item:nth-child(2) .p-flow__item-icon {
  width: 56px;
  width: 3.5rem;
}
.p-surpass03 .p-flow__item:nth-child(3) .p-flow__item-icon {
  width: 84px;
  width: 5.25rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass03 .p-flow__item:nth-child(4) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass03 .p-flow__item:nth-child(5) .p-flow__item-icon {
  width: 64px;
  width: 4rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-surpass03 .p-flow__item:nth-child(6) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-surpass04 .p-summary__item:first-child .p-summary__item-icon {
  width: 80px;
  width: 5rem;
}
.p-surpass04 .p-summary__item:nth-child(2) .p-summary__item-icon {
  width: 81px;
  width: 5.0625rem;
}
.p-surpass04 .p-summary__item:nth-child(3) .p-summary__item-icon {
  width: 80px;
  width: 5rem;
}
.p-surpass04 .p-summary__item:nth-child(4) .p-summary__item-icon {
  width: 80px;
  width: 5rem;
}
.p-surpass04 .p-summary__table tr > :first-child {
  width: 140px;
  width: 8.75rem;
}
.p-surpass04 .p-summary__table th {
  padding: 16px 10px;
  padding: 1rem 0.625rem;
}
.p-surpass04 .p-summary__table td {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
}
.p-surpass04 .p-flow__item:first-child .p-flow__item-icon {
  width: 74px;
  width: 4.625rem;
}
.p-surpass04 .p-flow__item:nth-child(2) .p-flow__item-icon {
  width: 56px;
  width: 3.5rem;
}
.p-surpass04 .p-flow__item:nth-child(3) .p-flow__item-icon {
  width: 84px;
  width: 5.25rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass04 .p-flow__item:nth-child(4) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass04 .p-flow__item:nth-child(5) .p-flow__item-icon {
  width: 64px;
  width: 4rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-surpass04 .p-flow__item:nth-child(6) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-surpass05 .p-worries__item:nth-child(2) .p-worries__item-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-surpass05 .p-worries__item:nth-child(2) .p-worries__item-text {
    font-size: 1rem;
  }
}
.p-surpass05 .p-summary__item:first-child .p-summary__item-icon {
  width: 72px;
  width: 4.5rem;
}
.p-surpass05 .p-summary__item:nth-child(2) .p-summary__item-icon {
  width: 57px;
  width: 3.5625rem;
}
.p-surpass05 .p-summary__item:nth-child(3) .p-summary__item-icon {
  width: 85px;
  width: 5.3125rem;
}
.p-surpass05 .p-summary__item:nth-child(4) .p-summary__item-icon {
  width: 68px;
  width: 4.25rem;
}
.p-surpass05 .p-summary__table tr > :first-child {
  width: 160px;
  width: 10rem;
}
.p-surpass05 .p-summary__table th {
  padding: 16px 10px;
  padding: 1rem 0.625rem;
}
.p-surpass05 .p-summary__table td {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
}
.p-surpass05 .p-flow__item:first-child .p-flow__item-icon {
  width: 74px;
  width: 4.625rem;
}
.p-surpass05 .p-flow__item:nth-child(2) .p-flow__item-icon {
  width: 47px;
  width: 2.9375rem;
}
.p-surpass05 .p-flow__item:nth-child(3) .p-flow__item-icon {
  width: 58px;
  width: 3.625rem;
}
.p-surpass05 .p-flow__item:nth-child(4) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.p-surpass05 .p-flow__item:nth-child(5) .p-flow__item-icon {
  width: 64px;
  width: 4rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-surpass05 .p-flow__item:nth-child(6) .p-flow__item-icon {
  width: 62px;
  width: 3.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

/* p-worries */
.p-worries {
  padding: 40px 0 100px;
  padding: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-worries {
    padding-bottom: 3.75rem;
  }
}
.p-worries .c-subtitle {
  text-align: center;
}

.p-worries__items {
  width: 1180px;
  width: 73.75rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  gap: 0 3.125rem;
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-worries__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem 0;
    margin-top: 1.875rem;
  }
}

.p-worries__item {
  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;
  min-height: 360px;
  min-height: 22.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worries__item {
    width: 20.625rem;
    max-width: 100%;
    min-height: 20.625rem;
    margin: 0 auto;
  }
}
.p-worries__item::before, .p-worries__item::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.p-worries__item::before {
  width: 360px;
  width: 22.5rem;
  height: 360px;
  height: 22.5rem;
  background: #F5F5FF;
}
@media screen and (max-width: 768px) {
  .p-worries__item::before {
    width: 20.625rem;
    height: 20.625rem;
  }
}
.p-worries__item::after {
  width: 350px;
  width: 21.875rem;
  height: 350px;
  height: 21.875rem;
  border: 1px solid #DADAEC;
  border: 0.0625rem solid #DADAEC;
}
@media screen and (max-width: 768px) {
  .p-worries__item::after {
    width: 20rem;
    height: 20rem;
  }
}

.p-worries__item-text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-worries__item-text {
    font-size: 1.125rem;
  }
}
.p-worries__item-text span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #BF1F7F;
}
@media screen and (max-width: 768px) {
  .p-worries__item-text span {
    font-size: 1.25rem;
  }
}

.p-worries__item-icon {
  position: absolute;
  width: 145px;
  width: 9.0625rem;
  max-width: 100%;
  right: 0;
  bottom: -25px;
  bottom: -1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-worries__item-icon {
    width: 7.5rem;
    right: 0.625rem;
    bottom: -0.625rem;
  }
}

.p-worries__subtitle {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #BF1F7F;
  letter-spacing: 0.05em;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-worries__subtitle {
    font-size: 1.625rem;
    margin-top: 3.75rem;
  }
}

.p-worries__text {
  text-align: center;
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-worries__text {
    text-align: left;
  }
}

.p-worries__heading {
  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: 580px;
  width: 36.25rem;
  max-width: 100%;
  min-height: 108px;
  min-height: 6.75rem;
  margin: 95px auto 0;
  margin: 5.9375rem auto 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  background: url(../img/service/worries_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-worries__heading {
    width: 21.875rem;
    height: 3.75rem;
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-top: 2.5rem;
  }
}

.p-worries__units {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-worries__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 1.875rem;
  }
}

.p-worries__unit {
  text-align: center;
  min-height: 320px;
  min-height: 20rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-worries__unit {
    width: 18.75rem;
    max-width: 100%;
    min-height: 18.75rem;
    margin: 0 auto;
  }
}
.p-worries__unit::before {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 320px;
  height: 20rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #BF1F7F;
  border: 0.0625rem solid #BF1F7F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-worries__unit::before {
    width: 18.75rem;
    height: 18.75rem;
  }
}

.p-worries__unit-number {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #BF1F7F;
  font-weight: 700;
}

.p-worries__unit-icon {
  width: 70px;
  width: 4.375rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-worries__unit-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-worries__unit-text {
    font-size: 1.125rem;
  }
}
.p-worries__unit-text span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #BF1F7F;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-worries__unit-text span {
    font-size: 1.25rem;
  }
}

/* p-top-menu */
.p-top-menu {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    padding: 5rem 0;
  }
}

.p-top-menu__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  gap: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.p-top-menu__item:first-child .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_001.jpg) no-repeat center top/cover;
}
.p-top-menu__item:nth-child(2) .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_002.jpg) no-repeat center top/cover;
}
.p-top-menu__item:nth-child(3) .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_003.jpg) no-repeat center top/cover;
}
.p-top-menu__item:nth-child(4) .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_004.jpg) no-repeat center top/cover;
}
.p-top-menu__item:nth-child(5) .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_005.jpg) no-repeat center top/cover;
}
.p-top-menu__item:nth-child(6) .p-top-menu__item-inner::before {
  background: url(../img/top/top-menu_img_006.jpg) no-repeat center top/cover;
}

.p-top-menu__item-inner {
  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: 240px;
  min-height: 15rem;
  height: 100%;
  color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item-inner {
    min-height: 6.25rem;
    padding: 0.625rem 0.9375rem;
  }
}
.p-top-menu__item-inner::before, .p-top-menu__item-inner::after {
  position: absolute;
  content: "";
}
.p-top-menu__item-inner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-menu__item-inner::after {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  right: 10px;
  right: 0.625rem;
  bottom: 10px;
  bottom: 0.625rem;
  background: url(../img/top/top-menu_icon.png) no-repeat center/contain;
}
.p-top-menu__item-inner:hover {
  opacity: 1;
}
.p-top-menu__item-inner:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-menu__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  min-height: 3.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item-title {
    min-height: unset;
    font-size: 0.9375rem;
  }
}

.p-top-menu__item-entitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

/* p-top-message */
.p-top-message {
  background: #eaebed;
}

.p-top-message__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #3a3a3f;
  opacity: 0;
  pointer-events: none;
}

.p-top-message__header {
  text-align: center;
  padding: 300px 0;
  padding: 18.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-message__header {
    padding: 4.375rem 0;
  }
}
.p-top-message__header .l-inner {
  max-width: 1770px;
  max-width: 110.625rem;
}

.p-top-message__inner {
  position: relative;
  z-index: 1;
}

.p-top-message__titles {
  position: relative;
  z-index: 2;
}

.p-top-message__img {
  position: absolute;
  max-width: 100%;
  will-change: transform;
  z-index: 2;
  overflow: hidden;
}
.p-top-message__img img {
  will-change: transform;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-top-message__img01 {
  width: 500px;
  width: 31.25rem;
  left: -60px;
  left: -3.75rem;
  top: 800px;
  top: 50rem;
}
@media screen and (max-width: 1600px) {
  .p-top-message__img01 {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message__img01 {
    width: 12.5rem;
    top: 37.5rem;
  }
}

.p-top-message__img02 {
  width: 400px;
  width: 25rem;
  right: -10px;
  right: -0.625rem;
  top: 450px;
  top: 28.125rem;
}
@media screen and (max-width: 1600px) {
  .p-top-message__img02 {
    width: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message__img02 {
    width: 9.375rem;
    right: -1.875rem;
    top: 21.875rem;
  }
}

.p-top-message__img03 {
  width: 240px;
  width: 15rem;
  right: 230px;
  right: 14.375rem;
  top: 900px;
  top: 56.25rem;
}
@media screen and (max-width: 1600px) {
  .p-top-message__img03 {
    width: 12.5rem;
    right: 9.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message__img03 {
    width: 6.25rem;
    top: 43.75rem;
    right: -1.875rem;
  }
}

.p-top-message__title {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #b6b6bd;
}
@media screen and (max-width: 768px) {
  .p-top-message__title {
    font-size: 1.75rem;
  }
}

.p-top-message__lead {
  font-size: 20px;
  font-size: 1.25rem;
  color: #b6b6bd;
  line-height: 1.9;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__lead {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-top-message__link-wrapper {
  display: inline-block;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}

.p-top-message__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-message__content {
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-message__content {
    padding-bottom: 6.25rem;
  }
}
.p-top-message__content .p-top-message__text {
  color: #fff;
}

.p-top-message__footer {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-message__footer {
    padding-bottom: 6.25rem;
  }
}

.p-top-message__container {
  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;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-top-message__bg {
  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;
}
.p-top-message__bg img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-message__bg img {
    height: 30vh;
  }
}

.p-top-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-top-message__text01 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text01 {
    font-size: 1.25rem;
    margin-top: 6.25rem;
  }
}

.p-top-message__text02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-right: 60px;
  margin-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text02 {
    font-size: 0.9375rem;
    margin-top: 3.75rem;
    margin-right: 0;
  }
}

.p-top-message__text03 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 170px;
  margin-top: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text03 {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
}

.p-top-message__text04 {
  font-size: 40px;
  font-size: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 110px;
  margin-top: 6.875rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-message__text04 {
    font-size: 1rem;
    margin-top: 3.75rem;
    margin-right: 0;
  }
}

.p-top-message__text05 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text05 {
    font-size: 1.125rem;
    margin-top: 6.25rem;
  }
}

.p-top-message__text06 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-right: 120px;
  margin-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text06 {
    font-size: 1rem;
    margin-top: 3.75rem;
    margin-right: 0;
  }
}

.p-top-message__text07 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text07 {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

.p-top-message__text08 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__text08 {
    font-size: 1rem;
    margin-top: 3.75rem;
    margin-right: 0;
  }
}

.p-top-message__btn-wrapper {
  margin-top: 180px;
  margin-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-message__btn-wrapper {
    margin-top: 15.625rem;
  }
}
.p-top-message__btn-wrapper .l-inner {
  max-width: 1770px;
  max-width: 110.625rem;
}

.p-top-message__btn {
  text-align: center;
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #eaebed;
  padding: 130px 0 200px;
  padding: 8.125rem 0 12.5rem;
  position: relative;
  pointer-events: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-message__btn {
    font-size: 1.5rem;
    padding: 2.5rem 0 6.25rem;
  }
}
.p-top-message__btn.active {
  color: #000;
  background: #fff;
  pointer-events: unset;
}
.p-top-message__btn.active::before {
  border-color: #b6b7ba;
}
.p-top-message__btn.active::after {
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
}
.p-top-message__btn::before, .p-top-message__btn::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.p-top-message__btn::before {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  bottom: 80px;
  bottom: 5rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-message__btn::before {
    width: 3.75rem;
    height: 3.75rem;
    bottom: 1.875rem;
  }
}
.p-top-message__btn::after {
  width: 18px;
  width: 1.125rem;
  height: 30px;
  height: 1.875rem;
  bottom: 115px;
  bottom: 7.1875rem;
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-message__btn::after {
    width: 0.625rem;
    height: 1.125rem;
    bottom: 3.125rem;
  }
}
.p-top-message__btn:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
.p-top-message__btn:hover::before {
  border-color: #fff;
}
.p-top-message__btn:hover::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

/* p-top-mv */
.p-top-mv {
  height: 90vh;
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: auto;
    margin-top: 5rem;
  }
}
.p-top-mv::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #808080;
  width: 1px;
  width: 0.0625rem;
  height: 90px;
  height: 5.625rem;
  bottom: -45px;
  bottom: -2.8125rem;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media screen and (max-width: 768px) {
  .p-top-mv::before {
    height: 3.125rem;
    bottom: -0.9375rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0) translateX(-50%);
            transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0) translateX(-50%);
            transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0) translateX(-50%);
            transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0) translateX(-50%);
            transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.p-top-mv__video {
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .p-top-mv__video {
    height: auto;
  }
}
.p-top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-mv__video video {
    min-height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#controller {
  display: none;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

.p-top-mv__texts {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 85px;
  bottom: 5.3125rem;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-mv__texts {
    bottom: 2.5rem;
  }
}

.p-top-mv__title {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 130px;
  font-size: 8.125rem;
  line-height: 1.1;
}
@media screen and (max-width: 1600px) {
  .p-top-mv__title {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    font-size: 2.25rem;
  }
}
.p-top-mv__title .medium {
  font-size: 120px;
  font-size: 7.5rem;
}
@media screen and (max-width: 1600px) {
  .p-top-mv__title .medium {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .medium {
    font-size: 2rem;
  }
}
.p-top-mv__title .small {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 1600px) {
  .p-top-mv__title .small {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .small {
    font-size: 1.75rem;
  }
}

.p-top-mv__text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.73;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

/* p-top-news */
.p-top-news {
  position: fixed;
  left: 20px;
  left: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 10;
  width: 400px;
  width: 25rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.375rem;
  padding: 30px 30px 25px;
  padding: 1.875rem 1.875rem 1.5625rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    position: static;
    width: 100%;
    padding: 0 1.25rem;
    margin-top: 3.75rem;
    opacity: 1;
    pointer-events: unset;
  }
}
.p-top-news.active {
  opacity: 1;
  pointer-events: unset;
}

.p-top-news__close {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  right: -15px;
  right: -0.9375rem;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/common/close_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-news__close {
    display: none;
  }
}
.p-top-news__close:hover {
  opacity: 1;
}

.p-top-news__item + .p-top-news__item {
  border-top: 1px solid #dfdfdf;
  border-top: 0.0625rem solid #dfdfdf;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-news__item-inner {
  display: block;
}
.p-top-news__item-inner:hover {
  opacity: 1;
}
.p-top-news__item-inner:hover .p-top-news__item-title {
  color: #153378;
}
.p-top-news__item-inner[target=_blank] .p-top-news__item-title {
  position: relative;
}
.p-top-news__item-inner[target=_blank] .p-top-news__item-title::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 13px;
  height: 0.8125rem;
  background: url(../img/common/link_icon_003.png) no-repeat center/contain;
  right: -23px;
  right: -1.4375rem;
  bottom: 3px;
  bottom: 0.1875rem;
}

.p-top-news__item-date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.p-top-news__item-title {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* p-top-reason */
.p-top-reason {
  background: #EAEBED;
  padding-top: 145px;
  padding-top: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding-top: 3.75rem;
  }
}

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

.p-top-reason__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-reason__title {
    font-size: 3.75rem;
  }
}

.p-top-reason__text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.93;
}
@media screen and (max-width: 768px) {
  .p-top-reason__text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

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

.p-top-reason__unit {
  font-weight: 700;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit + .p-top-reason__unit {
    margin-top: 3.125rem;
  }
}
.p-top-reason__unit::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-top-reason__unit:first-child::after {
  background: url(../img/top/top-reason_bg_001.jpg) no-repeat center center/cover;
}
.p-top-reason__unit:nth-child(2)::after {
  background: url(../img/top/top-reason_bg_001.jpg) no-repeat center center/cover;
}
.p-top-reason__unit:nth-child(3)::after {
  background: url(../img/top/top-reason_bg_001.jpg) no-repeat center center/cover;
}
.p-top-reason__unit.active, .p-top-reason__unit:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit.active, .p-top-reason__unit:hover {
    color: #000;
  }
}
.p-top-reason__unit.active::after, .p-top-reason__unit:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit.active::after, .p-top-reason__unit:hover::after {
    opacity: 0;
  }
}
.p-top-reason__unit.active .p-top-reason__unit-inner::before, .p-top-reason__unit:hover .p-top-reason__unit-inner::before {
  border-color: #fff;
}
.p-top-reason__unit.active .p-top-reason__unit-inner::after, .p-top-reason__unit:hover .p-top-reason__unit-inner::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.p-top-reason__unit-inner {
  display: block;
  padding: 100px 100px 90px 0;
  padding: 6.25rem 6.25rem 5.625rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit-inner {
    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;
    padding: 0;
  }
}
.p-top-reason__unit-inner::before, .p-top-reason__unit-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit-inner::before, .p-top-reason__unit-inner::after {
    display: none;
  }
}
.p-top-reason__unit-inner::before {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  right: 0;
  border: 1px solid #B6B7BA;
  border: 0.0625rem solid #B6B7BA;
  border-radius: 50%;
}
.p-top-reason__unit-inner::after {
  width: 18px;
  width: 1.125rem;
  height: 30px;
  height: 1.875rem;
  right: 40px;
  right: 2.5rem;
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-top-reason__unit-inner:hover {
  opacity: 1;
}

.p-top-reason__unit-body {
  width: 62%;
}

.p-top-reason__unit-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit-subtitle {
    font-size: 1.125rem;
  }
}

.p-top-reason__unit-title {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__unit-title {
    display: inline-block;
    font-size: 1.75rem;
    padding-right: 2.8125rem;
    position: relative;
    white-space: nowrap;
  }
  .p-top-reason__unit-title::before, .p-top-reason__unit-title::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-reason__unit-title::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0;
    border: 0.0625rem solid #B6B7BA;
    border-radius: 50%;
  }
  .p-top-reason__unit-title::after {
    width: 0.375rem;
    height: 0.625rem;
    right: 0.75rem;
    background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
}

.p-top-reason__unit-text {
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.p-top-reason__items {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__items {
    margin-top: 3.75rem;
  }
}

/* p-top-service */
.p-top-service {
  background: #3a3a3f;
  padding: 180px 0;
  padding: 11.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 5.625rem 0;
  }
}

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

.p-top-service__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-top-service__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-service__subtitle {
    font-size: 3.75rem;
  }
}

.p-top-service__title {
  font-weight: 700;
  margin-left: 35px;
  margin-left: 2.1875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    margin-bottom: 0.3125rem;
    margin-left: 1.25rem;
  }
}

.p-top-service__more {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-top-service__more span::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.p-top-service__text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.94;
  margin-right: -35px;
  margin-right: -2.1875rem;
}
@media screen and (max-width: 1600px) {
  .p-top-service__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-top-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  gap: 6.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__items {
    margin-top: 2.5rem;
  }
}

.p-top-service__item:nth-child(odd) .p-top-service__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-service__item:nth-child(odd) .p-top-service__item-body {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(odd) .p-top-service__item-body {
    padding-right: 0;
  }
}
.p-top-service__item:nth-child(odd) .p-top-service__item-body::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(odd) .p-top-service__item-body::before {
    left: 50%;
  }
}
.p-top-service__item:nth-child(odd) .p-top-service__item-img {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(odd) .p-top-service__item-img {
    margin: 0 calc(50% - 50vw);
  }
}
.p-top-service__item:nth-child(even) .p-top-service__item-body {
  padding-left: 90px;
  padding-left: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(even) .p-top-service__item-body {
    padding-left: 0;
  }
}
.p-top-service__item:nth-child(even) .p-top-service__item-body::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(even) .p-top-service__item-body::before {
    left: 50%;
  }
}
.p-top-service__item:nth-child(even) .p-top-service__item-img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(even) .p-top-service__item-img {
    margin: 0 calc(50% - 50vw);
  }
}
.p-top-service__item:nth-child(4) .p-top-service__item-text, .p-top-service__item:nth-child(5) .p-top-service__item-text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item:nth-child(4) .p-top-service__item-text, .p-top-service__item:nth-child(5) .p-top-service__item-text {
    margin-top: 1.25rem;
  }
}

.p-top-service__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 660px;
  height: 41.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-inner {
    display: block;
    height: auto;
  }
}
.p-top-service__item-inner.active, .p-top-service__item-inner:hover {
  opacity: 1;
}
.p-top-service__item-inner.active .p-top-service__item-body, .p-top-service__item-inner:hover .p-top-service__item-body {
  color: #3a3a3f;
}
.p-top-service__item-inner.active .p-top-service__item-body::before, .p-top-service__item-inner:hover .p-top-service__item-body::before {
  opacity: 1;
}
.p-top-service__item-inner.active .p-top-service__item-more span::after, .p-top-service__item-inner:hover .p-top-service__item-more span::after {
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-inner.active .p-top-service__item-img, .p-top-service__item-inner:hover .p-top-service__item-img {
    height: auto;
  }
}

.p-top-service__item-body {
  width: 47%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-body {
    width: 100%;
    height: auto;
    display: block;
    padding: 1.875rem 0;
  }
}
.p-top-service__item-body::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  top: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-body::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-service__item-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-subtitle {
    font-size: 1.125rem;
  }
}

.p-top-service__item-title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-title {
    font-size: 1.875rem;
    margin-top: 0.3125rem;
  }
}

.p-top-service__item-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-text {
    margin-top: 1.25rem;
  }
}

.p-top-service__item-more {
  margin-top: 45px;
  margin-top: 2.8125rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-more {
    margin-top: 1.25rem;
  }
}
.p-top-service__item-more span::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.p-top-service__item-img {
  width: 53vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-img {
    width: 100vw;
    height: auto;
  }
}
.p-top-service__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-service__item-img img {
    height: auto;
  }
}

.p-top-service__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__links {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-service__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  padding: 70px 0;
  padding: 4.375rem 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-service__link {
    padding: 1.875rem 0;
  }
}
.p-top-service__link + .p-top-service__link {
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
}
@media screen and (max-width: 768px) {
  .p-top-service__link + .p-top-service__link {
    border-left: none;
    border-top: 0.0625rem solid #fff;
  }
}
.p-top-service__link:hover {
  opacity: 1;
  background: #fff;
}
.p-top-service__link:hover span {
  color: #000;
  background: url(../img/common/arrow_icon_001.png) no-repeat center right 10px/10px;
  background: url(../img/common/arrow_icon_001.png) no-repeat center right 0.625rem/0.625rem;
}
.p-top-service__link span {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  background: url(../img/common/arrow_icon_002.png) no-repeat center right 10px/10px;
  background: url(../img/common/arrow_icon_002.png) no-repeat center right 0.625rem/0.625rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-service__link span {
    font-size: 1.25rem;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.u-mb20 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-mb30 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.u-mb40 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.u-mb50 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.u-mb80 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.u-center {
  text-align: center;
}

.u-text--center {
  text-align: center !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--right {
  text-align: right !important;
}

/* u-fade */
.u-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -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.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

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

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

/* u-text-up */
.u-text-up {
  overflow: hidden;
}
.u-text-up span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-text-up span:nth-child(2) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}
.u-text-up span:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.u-text-up span:nth-child(4) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}
.u-text-up span:nth-child(5) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.u-text-up span:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.u-text-up span:nth-child(7) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.u-text-up span:nth-child(8) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.u-text-up span:nth-child(9) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.u-text-up span:nth-child(10) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.u-text-up span:nth-child(11) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.u-text-up span:nth-child(12) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}
.u-text-up span:nth-child(13) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.u-text-up span:nth-child(14) {
  -webkit-transition-delay: 0.39s;
          transition-delay: 0.39s;
}
.u-text-up span:nth-child(15) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.u-text-up span:nth-child(16) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.u-text-up span:nth-child(17) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.u-text-up span:nth-child(18) {
  -webkit-transition-delay: 0.51s;
          transition-delay: 0.51s;
}
.u-text-up span:nth-child(19) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.u-text-up span:nth-child(20) {
  -webkit-transition-delay: 0.57s;
          transition-delay: 0.57s;
}
.u-text-up span:nth-child(21) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.u-text-up span:nth-child(22) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}
.u-text-up span:nth-child(23) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
.u-text-up.active span {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.p_column_table_body {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p_column_table_body {
    overflow-x: scroll;
  }
  .p_column_table_body:before {
    content: "※右にスクロールできます。";
    display: block;
    margin-bottom: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.p_column_table_body_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_column_table_body_inner.w800 {
    width: 800px;
  }
  .p_column_table_body_inner.w600 {
    width: 600px;
  }
}
.p_column_table_table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p_column_table_table th {
  width: 20%;
  padding: 5px;
  color: #fff;
  background: #153378;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.p_column_table_table td {
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
