@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
* input,button,textarea,selectにcolor: inherit;を追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ol,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 100%;
}

@media (max-width: 1298px) {
  html {
    font-size: 1.23267vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}

main {
  background-color: #fff;
  position: relative;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: inherit;
}

@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

.u-desktop {
  display: block;
}

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

.u-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.jms-c-header.leadgridCms-onlyInnerWorkspace {
  display: block;
}

.jms-c-header.leadgridCms-onlyInnerWorkspace .c-header__navList {
  display: block;
}

.jms-c-header.leadgridCms-onlyInnerWorkspace .c-header__navItemLink {
  padding: 3.125rem;
}

.jms-c-header.leadgridCms-onlyInnerWorkspace .c-header__subNavListWrap {
  position: initial;
  opacity: 1;
  visibility: visible;
}

.jms-c-header.leadgridCms-onlyInnerWorkspace .c-header__navWrap {
  height: initial;
  display: block;
}

.nttpc-c-bread {
  padding-block: 0.3125rem;
  position: relative;
  z-index: 5;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.nttpc-c-bread::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.nttpc-c-bread li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.52px;
}

.nttpc-c-bread li + li {
  margin-left: 0.5rem;
}

.nttpc-c-bread li + li::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #c03;
}

.nttpc-c-bread a {
  color: inherit;
}

.nttpc-c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}

.nttpc-c-btn1 .--text {
  background-color: #000;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #fff;
  padding-block: 1.5625rem;
  padding-inline: 0.625rem;
  width: calc(100% - 4.5rem);
  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;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-btn1 .--text {
    font-size: 0.9375rem;
    width: calc(100% - 2.8125rem);
  }
}

.nttpc-c-btn1 .--arrow {
  width: 4.5rem;
  background: #000;
  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;
  border-radius: 0 0.5rem 0.5rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-btn1 .--arrow {
    width: 2.8125rem;
  }
}

.nttpc-c-btn1 .--arrow::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
}

.nttpc-c-btn2 {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.24px;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  padding: 0.6875rem 1.25rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.nttpc-c-btn2::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  aspect-ratio: 1;
  background-color: #fff;
}

.nttpc-c-btn2.--paper {
  background-color: #CC0033;
}

.nttpc-c-btn2.--mail {
  background-color: #000;
}

.nttpc-c-btn2.--paper::before {
  -webkit-mask: url(../img/common/icon_paper.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_paper.svg) no-repeat center center/contain;
}

.nttpc-c-btn2.--mail::before {
  -webkit-mask: url(../img/common/icon_mail.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_mail.svg) no-repeat center center/contain;
}

.nttpc-c-card1 .c-card1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.25rem;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card1 .c-card1__link {
    padding: 1rem;
    border-radius: 0.375rem;
  }
}

.nttpc-c-card1 .c-card1__category {
  position: absolute;
  top: 0;
  left: 0;
}

.nttpc-c-card1 .c-card1__img {
  width: 100%;
}

.nttpc-c-card1 .c-card1__img img {
  width: 100%;
  aspect-ratio: 370/213;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card1 .c-card1__img img {
    aspect-ratio: 279/161;
    border-radius: 0.375rem;
  }
}

.nttpc-c-card1 .c-card1__body {
  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%;
}

.nttpc-c-card1 .c-card1__title {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card1 .c-card1__title {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

.nttpc-c-card1 .c-card1__tag {
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card1 .c-card1__tag {
    margin-top: 0.8125rem;
    margin-bottom: 1rem;
  }
}

.nttpc-c-card1 .c-card1__time {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  font-family: "Outfit", sans-serif;
  color: #808080;
  text-align: right;
  display: block;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card1 .c-card1__time {
    font-size: 0.625rem;
  }
}

.nttpc-c-card2.--white .c-card2__title {
  color: #fff;
}

.nttpc-c-card2.--white .c-card2__time {
  color: #aab2b6;
  border-top: 1px dashed #fff;
}

.nttpc-c-card2.--white .c-card2__bottomText {
  color: #fff;
}

.nttpc-c-card2.--white .nttpc-c-tag {
  color: #fff;
}

.nttpc-c-card2 .c-card2__link {
  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%;
  position: relative;
}

.nttpc-c-card2 .c-card2__category {
  position: absolute;
  top: 0;
  left: 0;
}

.nttpc-c-card2 .c-card2__img {
  width: 100%;
}

.nttpc-c-card2 .c-card2__img img {
  aspect-ratio: 376/217;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__img img {
    aspect-ratio: 292/168;
    border-radius: 0.375rem;
  }
}

.nttpc-c-card2 .c-card2__body {
  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%;
}

.nttpc-c-card2 .c-card2__title {
  margin-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__title {
    margin-top: 0.8125rem;
    font-size: 1.0625rem;
  }
}

.nttpc-c-card2 .c-card2__tag {
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__tag {
    margin-top: 0.8125rem;
  }
}

.nttpc-c-card2 .c-card2__time {
  display: block;
  text-align: right;
  color: #808080;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  margin-top: 1.5rem;
  padding-top: 0.375rem;
  border-top: 1px dashed #000;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__time {
    margin-top: 1.125rem;
    padding-top: 0.25rem;
    font-size: 0.625rem;
  }
}

.nttpc-c-card2 .c-card2__bottom {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}

.nttpc-c-card2 .c-card2__bottomLogo {
  border-radius: 0.375rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__bottomLogo {
    padding: 0.625rem 0.75rem;
  }
}

.nttpc-c-card2 .c-card2__bottomLogo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__bottomLogo img {
    width: 3.5625rem;
  }
}

.nttpc-c-card2 .c-card2__bottomText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card2 .c-card2__bottomText {
    font-size: 0.625rem;
  }
}

.nttpc-c-card2 .c-card2__line {
  margin-top: auto;
}

.nttpc-c-card3 .c-card3__link {
  display: block;
  color: #fff;
}

.nttpc-c-card3 .c-card3__img {
  width: 100%;
  aspect-ratio: 314/195;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card3 .c-card3__img {
    aspect-ratio: 242/150;
  }
}

.nttpc-c-card3 .c-card3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nttpc-c-card3 .c-card3__company {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card3 .c-card3__company {
    font-size: 0.75rem;
  }
}

.nttpc-c-card3 .c-card3__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-top: 0.25rem;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card3 .c-card3__name {
    font-size: 0.75rem;
  }
}

.nttpc-c-card3 .c-card3__text {
  padding-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.3px;
  border-top: 1px dashed #fff;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card3 .c-card3__text {
    font-size: 0.6875rem;
  }
}

.nttpc-c-card4 .c-card4__link {
  display: block;
  border-radius: 0.75rem;
  background-color: #a60e34;
  color: #fff;
  padding: 4.5rem 4rem 4.5rem 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__link {
    padding: 1.4375rem 1.625rem;
  }
}

.nttpc-c-card4 .c-card4__category {
  position: absolute;
  top: 0;
  left: 0;
}

.nttpc-c-card4 .c-card4__wrap {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 2.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.nttpc-c-card4 .c-card4__img {
  width: 100%;
}

.nttpc-c-card4 .c-card4__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.nttpc-c-card4 .c-card4__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__title {
    margin-top: 0.4375rem;
    font-size: 0.8125rem;
  }
}

.nttpc-c-card4 .c-card4__text {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__text {
    margin-top: 0.4375rem;
    font-size: 0.625rem;
  }
}

.nttpc-c-card4 .c-card4__time {
  margin-top: 1.125rem;
  padding-top: 0.5rem;
  border-top: 1px dashed #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  display: block;
  text-align: right;
  color: #db9fae;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__time {
    margin-top: 0.875rem;
    padding-top: 0.25rem;
    font-size: 0.5rem;
  }
}

.nttpc-c-card4 .c-card4__bottom {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}

.nttpc-c-card4 .c-card4__bottomLogo {
  border-radius: 0.375rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__bottomLogo {
    padding: 0.625rem 0.75rem;
  }
}

.nttpc-c-card4 .c-card4__bottomLogo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__bottomLogo img {
    width: 3.5625rem;
  }
}

.nttpc-c-card4 .c-card4__bottomText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card4 .c-card4__bottomText {
    font-size: 0.625rem;
  }
}

.nttpc-c-card5 .c-card5__link {
  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%;
}

.nttpc-c-card5 .c-card5__img {
  width: 100%;
}

.nttpc-c-card5 .c-card5__img img {
  border-radius: 0.5rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 376/217;
}

.nttpc-c-card5 .c-card5__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1.5rem;
  letter-spacing: 0.44px;
}

.nttpc-c-card5 .c-card5__text {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.3px;
  padding-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nttpc-c-card5 .c-card5__btn {
  border-radius: 0.25rem;
  background: #000;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 1.0625rem 2.5rem 1.375rem;
  position: relative;
}

.nttpc-c-card5 .c-card5__btn::after {
  content: "";
  position: absolute;
  right: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/dowunroad_icon.webp) no-repeat center center/contain;
  width: 0.875rem;
  height: 1.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nttpc-c-card6 .c-card6__link {
  display: grid;
  grid-template-columns: 23.5rem 1fr;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card6 .c-card6__link {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-c-card6 .c-card6__img {
  width: 100%;
}

.nttpc-c-card6 .c-card6__img img {
  border-radius: 0.5rem;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.nttpc-c-card6 .c-card6__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}

.nttpc-c-card6 .c-card6__logo {
  border-radius: 0.375rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card6 .c-card6__logo {
    padding: 0.625rem 0.75rem;
  }
}

.nttpc-c-card6 .c-card6__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card6 .c-card6__logo img {
    width: 3.5625rem;
  }
}

.nttpc-c-card6 .c-card6__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-card6 .c-card6__text {
    font-size: 0.625rem;
  }
}

.nttpc-c-card6 .c-card6__title {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 150%;
}

.nttpc-c-card6 .c-card6__tags {
  margin-top: 1.125rem;
  padding-bottom: 1.5rem;
}

.nttpc-c-card6 .c-card6__time {
  display: block;
  border-top: 1px dashed #000;
  color: #808080;
  padding-top: 0.375rem;
  text-align: right;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
}

.nttpc-c-category {
  border-radius: 0.5rem 0px;
  background: #c03;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.3px;
  display: inline-block;
  padding: 0.1875rem 1.125rem 0.3125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-category {
    font-size: 0.6875rem;
    border-radius: 0.375rem 0;
  }
}

.nttpc-c-category.--red {
  color: #c03;
  background: #fff;
}

.nttpc-c-faq .c-faq__item {
  border-radius: 0.625rem;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-faq .c-faq__item {
    padding: 1.125rem;
  }
}

.nttpc-c-faq .c-faq__item::before {
  content: none;
}

.nttpc-c-faq .c-faq__listBtn {
  display: grid;
  grid-template-columns: 1fr 2.3125rem;
  gap: 2.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-faq .c-faq__listBtn {
    grid-template-columns: 1fr 2.125rem;
    gap: 0.75rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.nttpc-c-faq .c-faq__listTitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
  text-align: left;
}

.nttpc-c-faq .c-faq__listIcon {
  width: 2.3125rem;
  height: 2.3125rem;
  background-color: #000;
  border-radius: 0.25rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .nttpc-c-faq .c-faq__listIcon {
    width: 2rem;
    height: 2rem;
  }
}

.nttpc-c-faq .c-faq__listIcon::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  background-color: #fff;
  translate: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nttpc-c-faq .c-faq__listIcon::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  background-color: #fff;
  rotate: 90deg;
  translate: -0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nttpc-c-faq .c-faq__listBtn.open .c-faq__listIcon {
  background-color: #999999;
}

.nttpc-c-faq .c-faq__listBtn.open .c-faq__listIcon::before {
  opacity: 0;
  rotate: 90deg;
}

.nttpc-c-faq .c-faq__answer {
  display: none;
}

.nttpc-c-faq .c-faq__listText {
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.26px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-faq .c-faq__listText {
    padding-top: 0.75rem;
    margin-top: 1rem;
  }
}

.nttpc-c-footer .c-footer__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__cta {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.nttpc-c-footer .c-footer__ctaItem {
  position: relative;
}

.nttpc-c-footer .c-footer__ctaItem .--arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaItem .--arrow {
    right: 0.8125rem;
    bottom: 0.8125rem;
    width: 2rem;
    height: 2rem;
  }
}

.nttpc-c-footer .c-footer__ctaItem .--arrow::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaItem .--arrow::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.nttpc-c-footer .c-footer__ctaLink {
  display: block;
  min-height: 18.875rem;
  height: 100%;
  background-color: #000;
  color: #fff;
  border-radius: 0.75rem;
  padding: 3rem 7.5rem 3rem 3rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaLink {
    min-height: initial;
    padding: 1.375rem 3.4375rem 1.375rem 1.375rem;
  }
}

.nttpc-c-footer .c-footer__ctaJa {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaJa {
    font-size: 1.25rem;
  }
}

.nttpc-c-footer .c-footer__ctaEn {
  font-family: "Outfit", sans-serif;
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.6px;
  color: #f3efe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaEn {
    font-size: 0.875rem;
  }
}

.nttpc-c-footer .c-footer__ctaEn::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c03;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaEn::before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.nttpc-c-footer .c-footer__ctaLead {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__ctaLead {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
  }
}

.nttpc-c-footer .c-footer__body {
  background-color: #f3efe8;
  border-top: 1px solid #000;
  padding-top: 13.875rem;
  margin-top: -9.4375rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__body {
    padding-top: 16.375rem;
    margin-top: -11.8125rem;
    border-top: none;
  }
}

.nttpc-c-footer .c-footer__body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 29.6875rem;
  height: 37.5rem;
  background: url(../img/common/logo_people.webp) no-repeat center center/contain;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__body::before {
    width: 16.3125rem;
    height: 20.5625rem;
  }
}

.nttpc-c-footer .c-footer__bodyWrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyWrap {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    gap: 3.5625rem;
  }
}

.nttpc-c-footer .c-footer__logoLink {
  display: block;
  width: 22.5rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__logoLink {
    width: 14.8125rem;
  }
}

.nttpc-c-footer .c-footer__logoLink img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-footer .c-footer__bodyArea {
  padding-left: 3.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyArea {
    padding-left: 0;
  }
}

.nttpc-c-footer .c-footer__bodyNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyNav {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-c-footer .c-footer__bodyNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.3px;
  padding-block: 1.5rem;
  padding-inline: 0.75rem;
  border-bottom: 1px solid #000;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyNavLink {
    font-size: 0.8125rem;
    gap: 0.5rem;
    padding-inline: 0.375rem;
  }
}

.nttpc-c-footer .c-footer__bodyNavLink .--sm {
  color: #c03;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.nttpc-c-footer .c-footer__bodyNavLink::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c03;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nttpc-c-footer .c-footer__bodyNavLink::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #c03;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyNavLink::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.nttpc-c-footer .c-footer__bodyBtn {
  margin-top: 4.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyBtn {
    margin-top: 2.8125rem;
  }
}

.nttpc-c-footer .c-footer__bodyBtnLink {
  display: block;
  border-radius: 0.5rem;
  background: #9c9c9c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.56px;
  max-width: 19.6875rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyBtnLink {
    max-width: 100%;
  }
}

.nttpc-c-footer .c-footer__bodyBtnLink img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-footer .c-footer__bodyBottom {
  margin-top: 3.75rem;
  padding-inline: 2.25rem;
  padding-bottom: 0.875rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bodyBottom {
    margin-top: 5.8125rem;
  }
}

.nttpc-c-footer .c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nttpc-c-footer .c-footer__snsLink {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
}

.nttpc-c-footer .c-footer__snsLink img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-footer .c-footer__pagetop {
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.26px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.nttpc-c-footer .c-footer__pagetop::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nttpc-c-footer .c-footer__bottomArea {
  border-top: 1px solid #000;
  position: relative;
  z-index: 2;
  padding-inline: 2.25rem;
  padding-top: 1.75rem;
  padding-bottom: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bottomArea {
    display: block;
    padding-top: 2.625rem;
  }
}

.nttpc-c-footer .c-footer__bottomAreaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bottomAreaNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.nttpc-c-footer .c-footer__bottomAreaLink {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__bottomAreaLink {
    text-align: center;
    font-size: 0.75rem;
  }
}

.nttpc-c-footer .c-footer__copy {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-footer .c-footer__copy {
    margin-top: 2.3125rem;
    text-align: center;
    font-size: 0.8125rem;
  }
}

.nttpc-c-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-head {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.375rem;
  }
}

.nttpc-c-head.--white .c-head__text {
  color: #fff;
}

.nttpc-c-head .c-head__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-head .c-head__text {
    font-size: 0.8125rem;
    line-height: 180%;
    letter-spacing: 0.26px;
  }
}

.nttpc-c-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 7.375rem;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /* ──────────────────────────────────────
       スクロール後（ヒーローありページのみ）
       ──────────────────────────────────── */
  /* ───────────────────────
       インナーラッパー
       ─────────────────────── */
  /* ───────────────────────
       ロゴ
       ─────────────────────── */
  /* ───────────────────────
       ハンバーガーボタン
       ─────────────────────── */
  /* ───────────────────────
       “通常ナビ” （PC 横並び）※モバイルは非表示
       ─────────────────────── */
  /* ───────────────────────

       ─────────────────────── */
  /* ハンバーガーが開いている間だけドロワーを表示 */
}

@media screen and (max-width: 767px) {
  .nttpc-c-header {
    height: 4.5rem;
  }
}

.nttpc-c-header.is-scroll:not(.is-active) {
  background: #f3efe8;
  /* ロゴ差し替え・リンク色などは従来のまま */
}

.nttpc-c-header.is-scroll:not(.is-active) .c-header__navItemLink {
  color: #000;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header.is-scroll:not(.is-active) .c-header__navItemLink {
    color: #fff;
  }
}

.nttpc-c-header.is-scroll:not(.is-active).--fixed {
  position: fixed;
  background: transparent;
}

.nttpc-c-header.is-scroll:not(.is-active).--bgw {
  background-color: #fff;
}

.nttpc-c-header.is-scroll:not(.is-active) .c-header__logoImg--default {
  display: none;
}

.nttpc-c-header.is-scroll:not(.is-active) .c-header__logoImg--scroll {
  display: block;
}

.nttpc-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current {
  color: #1CBFE6;
  border: 1px solid #1CBFE6;
}

.nttpc-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current::after {
  background: #1CBFE6;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current {
    background: transparent;
  }
}

.nttpc-c-header.is-scroll:not(.is-active) .c-header__btn {
  background: #1CBFE6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header.is-scroll:not(.is-active) .c-header__btn {
    background: #fff;
    color: #1CBFE6;
  }
}

@media screen and (max-width: 767px) {
  .nttpc-c-header.is-scroll:not(.is-active) .c-header__menuButton.is-active {
    border: 1px solid #fff;
  }
}

.nttpc-c-header .c-header__inner {
  padding-inline: 1.75rem 1.125rem;
  max-width: 90rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__inner {
    padding-inline: 0.75rem 1.4375rem;
  }
}

.nttpc-c-header .c-header__logo {
  width: 14.375rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 110;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__logo {
    width: 9.3125rem;
    margin-right: 0.625rem;
  }
}

.nttpc-c-header .c-header__logoImg--scroll {
  display: none;
}

.nttpc-c-header .c-header__menuButton {
  display: none;
  /* ラベル */
  /*    &::before {
      content: "MENU";
      font-size: rem(16);
      font-weight: 500;
      line-height: 1;
      transition: color 0.3s;
    } */
  /* 開閉時アイコン差し替え */
  /*    &.is-active {
      border: 1px solid #fff;
      &::before {
        content: "";
        width: rem(18);
        height: rem(18);
        background: url(../img/common/hum.webp) no-repeat center/contain;
      }
    } */
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__menuButton {
    position: relative;
    z-index: 110;
    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;
    gap: 0.3125rem;
    width: 1.375rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__menuButton {
    margin-left: 1.25rem;
  }
}

.nttpc-c-header .c-header__menuButton span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100vmax;
}

.nttpc-c-header .c-header__menuButton.is-active span:nth-child(1) {
  rotate: 45deg;
  translate: 0 0.375rem;
}

.nttpc-c-header .c-header__menuButton.is-active span:nth-child(2) {
  rotate: -45deg;
  translate: 0 -0.125rem;
}

.nttpc-c-header .c-header__menuButton.is-active span:nth-child(3) {
  display: none;
}

.nttpc-c-header .c-header__nav {
  height: 100%;
  margin-right: auto;
  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: flex-start;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__nav {
    display: none;
    /* SP では隠す */
    position: fixed;
    inset: 0 0 auto 0;
    height: 100dvh;
    max-height: 100dvh;
    background: rgba(30, 193, 231, 0.9);
    padding-top: 3.8125rem;
  }
}

.nttpc-c-header .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__navWrap {
    display: block;
    overflow: auto;
    height: auto;
    max-height: calc(100dvh - 3.8125rem);
    padding: 2rem 1rem 4rem;
    position: relative;
  }
}

.nttpc-c-header .c-header__navDescription {
  display: block;
  margin-top: 0.5rem;
  color: #000;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0275rem;
  opacity: 0.6;
}

.nttpc-c-header .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__navList {
    display: block;
    height: auto;
  }
}

.nttpc-c-header .c-header__navItem {
  height: 100%;
  position: relative;
}

.nttpc-c-header .c-header__navItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.625rem;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__navItemLink {
    padding: 1rem 0;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nttpc-c-header .c-header__navItemLink:hover {
  opacity: 0.6;
}

.nttpc-c-header .c-header__navItemLink .--sm {
  display: block;
  color: #c03;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.nttpc-c-header #js-header__menu1 {
  /* ★ ID セレクタ併用で確実に上書き */
  display: none;
  /* JS で fadeIn / fadeOut */
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  padding-top: 3.75rem;
  /* ヘッダー分オフセット */
  overflow-y: auto;
  z-index: 100;
  /* ヘッダー(1000)より下、ボタンより上 */
  border-top: 1px solid #f3efe8;
}

.nttpc-c-header #js-header__menu1 .c-header__menuWrap {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.8125rem 0.5rem 0.5rem;
  border-radius: 0 0 0.75rem 0.75rem;
  background-color: #f3efe8;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.25));
  position: relative;
}

.nttpc-c-header #js-header__menu1 .c-header__menuWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3.75rem;
  background-color: #f3efe8;
  top: -3.75rem;
  left: 0;
}

.nttpc-c-header #js-header__menu1 .c-header__menuList {
  display: grid;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.9375rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.nttpc-c-header #js-header__menu1 .c-header__menuItem {
  border-bottom: 1px solid #000;
  width: 100%;
}

.nttpc-c-header #js-header__menu1 .c-header__menuItemLink {
  display: block;
  padding-bottom: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  width: inherit;
}

.nttpc-c-header #js-header__menu1 .c-header__menuItemLink:hover {
  opacity: 0.6;
}

.nttpc-c-header #js-header__menu1 .c-header__menuItemLink::before {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: #CC0033;
  border-radius: 50%;
}

.nttpc-c-header #js-header__menu1 .c-header__menuItemLink::after {
  background-color: #CC0033;
  content: "";
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center;
  width: 0.625rem;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}

.nttpc-c-header #js-header__menu1 .--sm {
  color: #c03;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.nttpc-c-header.is-active #js-header__menu1 {
  display: block;
}

.nttpc-c-header .c-header__menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100dvh - 6.875rem);
}

.nttpc-c-header .c-header__bannerWrap1 {
  display: grid;
  grid-template-columns: 3.4375rem 1fr;
  gap: 1.25rem;
}

.nttpc-c-header .c-header__bannerImg1 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-header .c-header__bannerHead1 {
  display: grid;
  grid-template-columns: 3.3125rem 1fr;
  gap: 0.375rem;
}

.nttpc-c-header .c-header__bannerIcon1 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.nttpc-c-header .c-header__bannerText1 {
  font-size: 1.125rem;
}

.nttpc-c-header .c-header__bannerText1 .--sm {
  display: block;
  font-size: 0.875rem;
}

.nttpc-c-header .c-header__bannerBottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.nttpc-c-header .c-header__bannerDownload {
  margin-top: 0.9375rem;
}

.nttpc-c-header .c-header__bannerDownload a {
  display: block;
  height: 2.5rem;
}

.nttpc-c-header .c-header__bannerDownload a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-header .c-header__bottomItems {
  margin-top: 2.1875rem;
  display: grid;
  row-gap: 1.75rem;
}

.nttpc-c-header .c-header__snsWrap {
  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;
  gap: 0.75rem;
}

.nttpc-c-header .c-header__sns img {
  width: 1.375rem;
  aspect-ratio: 1;
}

.nttpc-c-header .c-header__closeButton {
  background-color: #000;
  border-radius: 0.5rem;
  padding: 0.6875rem 1.25rem 0.75rem;
  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;
}

.nttpc-c-header .c-header__closeText {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
  line-height: 1;
}

.nttpc-c-header .c-header__closeText::before {
  content: "";
  -webkit-mask: url(../img/common/icon_close.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_close.svg) no-repeat center center/contain;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}

.nttpc-c-header .c-header__buttonArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0.5rem;
  overflow: hidden;
  margin-left: 2.375rem;
  width: 100%;
  max-width: 16rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-header .c-header__buttonArea {
    display: none;
  }
}

.nttpc-c-header .c-header__ctaButton {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.8125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.nttpc-c-header .c-header__searchBox {
  margin-left: auto;
  width: 2.25rem;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  z-index: 999;
}

.nttpc-c-header .c-header__searchBox img {
  display: block;
  aspect-ratio: 1;
  width: 1.125rem;
  height: auto;
}

.nttpc-c-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

.nttpc-c-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.nttpc-c-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.nttpc-c-link .c-link__btn {
  display: block;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
  border-bottom: 1px solid #000;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  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;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-link .c-link__btn {
    font-size: 0.9375rem;
  }
}

.nttpc-c-link .c-link__btn::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nttpc-c-pager {
  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;
  gap: 0.625rem;
}

.nttpc-c-pager .c-pager__prev {
  margin-right: auto;
}

.nttpc-c-pager .c-pager__next {
  margin-left: auto;
}

.nttpc-c-pager .c-pager__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nttpc-c-pager .c-pager__item {
  border-radius: 0.25rem;
  border: 1px solid #000;
  background: #fff;
  width: 2.0625rem;
  height: 2.0625rem;
  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;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-pager .c-pager__item {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
}

.nttpc-c-pager .c-pager__item.-current {
  background-color: #000;
  color: #fff;
}

.nttpc-c-pager .c-pager__arrow {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
  font-family: "Outfit", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-pager .c-pager__arrow {
    font-size: 0.625rem;
    gap: 0.5rem;
  }
}

.nttpc-c-pager .c-pager__arrow i {
  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: 3rem;
  height: 1.875rem;
  border-radius: 6.25rem;
  background: #000;
}

@media screen and (max-width: 767px) {
  .nttpc-c-pager .c-pager__arrow i {
    width: 2.5rem;
    height: 1.5625rem;
  }
}

.nttpc-c-pager .c-pager__arrow i::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .nttpc-c-pager .c-pager__arrow i::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.nttpc-c-pager .c-pager__arrow.-prev i::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nttpc-c-parts1 {
  margin-top: 3.75rem;
  gap: 2.25rem;
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  border-radius: 0.75rem;
  background: #f3efe8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts1 {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 0.75rem;
    gap: 0.875rem;
  }
}

.nttpc-c-parts1 .c-parts1__img img {
  border-radius: 0.5rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-c-parts1 .c-parts1__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts1 .c-parts1__title {
    border-bottom: none;
    font-size: 0.9375rem;
  }
}

.nttpc-c-parts1 .c-parts1__text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.26px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts1 .c-parts1__text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.875rem;
    padding-inline: 0.75rem;
  }
}

.nttpc-c-parts1 .c-parts1__btn {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts1 .c-parts1__btn {
    margin-top: 0.375rem;
  }
}

.nttpc-c-parts1 .c-parts1__link {
  display: block;
  border-radius: 0.25rem;
  background: #c03;
  padding: 0.375rem 1.875rem 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.52px;
  position: relative;
}

.nttpc-c-parts1 .c-parts1__link::after {
  content: "";
  position: absolute;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.625rem;
}

.nttpc-c-parts2 {
  gap: 2.25rem;
  display: grid;
  grid-template-columns: 1fr 17.5rem;
  padding: 1.5rem 1.875rem 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background: #f3efe8;
  margin-top: 3.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts2 {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
    padding: 1.375rem 1.25rem;
  }
}

.nttpc-c-parts2 .c-parts2__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts2 .c-parts2__title {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.nttpc-c-parts2 .c-parts2__link {
  display: block;
  border-radius: 0.25rem;
  background: #c03;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.52px;
  text-align: center;
  padding: 0.875rem 1.875rem 1rem;
  position: relative;
}

.nttpc-c-parts2 .c-parts2__link::after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
}

.nttpc-c-parts3 {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts3 {
    margin-top: 3rem;
  }
}

.nttpc-c-parts3 .c-parts3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts3 .c-parts3__title {
    gap: 0.625rem;
  }
}

.nttpc-c-parts3 .c-parts3__title .--en {
  color: #c03;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts3 .c-parts3__title .--en {
    font-size: 1.625rem;
  }
}

.nttpc-c-parts3 .c-parts3__title .--ja {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts3 .c-parts3__title .--ja {
    font-size: 0.8125rem;
  }
}

.nttpc-c-parts3 .c-parts3__text {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.26px;
}

.nttpc-c-parts3 .c-parts3__faq {
  margin-top: 1.5rem;
}

.nttpc-c-parts4 {
  margin-top: 3.75rem;
  border-radius: 0.75rem;
  background: #f3efe8;
  padding: 1.5rem 1.5rem 2.125rem 2.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts4 {
    margin-top: 3rem;
    padding: 1.25rem 1.375rem;
  }
}

.nttpc-c-parts4 .c-parts4__title {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts4 .c-parts4__title {
    font-size: 0.9375rem;
  }
}

.nttpc-c-parts4 .c-parts4__btns {
  margin-top: 1.125rem;
  max-width: 35.75rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-parts4 .c-parts4__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
  }
}

.nttpc-c-parts4 .c-parts4__btn {
  border-radius: 0.25rem;
  background: #c03;
  padding: 0.875rem 1.875rem 1rem;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.52px;
  position: relative;
}

.nttpc-c-parts4 .c-parts4__btn.--black {
  background-color: #000;
}

.nttpc-c-parts4 .c-parts4__btn::after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
}

.nttpc-c-sidebar .c-sidebar__item + .c-sidebar__item {
  margin-top: 3.75rem;
}

.nttpc-c-sidebar .c-sidebar__title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.nttpc-c-sidebar .c-sidebar__title .--en {
  color: #c03;
  font-family: "Outfit", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 100%;
}

.nttpc-c-sidebar .c-sidebar__title .--ja {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.56px;
}

.nttpc-c-sidebar .c-sidebar__pick {
  margin-top: 1.5rem;
}

.nttpc-c-sidebar .c-sidebar__pickItem + .c-sidebar__pickItem {
  margin-top: 0.9375rem;
}

.nttpc-c-sidebar .c-sidebar__pickLink {
  display: grid;
  grid-template-columns: 8.25rem 1fr;
  gap: 0.9375rem;
}

.nttpc-c-sidebar .c-sidebar__pickImg {
  width: 100%;
}

.nttpc-c-sidebar .c-sidebar__pickImg img {
  border-radius: 0.375rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 132/76;
}

.nttpc-c-sidebar .c-sidebar__pickHead {
  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;
}

.nttpc-c-sidebar .c-sidebar__pickCategory {
  color: #c03;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.52px;
}

.nttpc-c-sidebar .c-sidebar__pickTime {
  color: #808080;
  font-family: "Outfit", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 100%;
}

.nttpc-c-sidebar .c-sidebar__pickTitle {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3.75rem;
}

.nttpc-c-sidebar .c-sidebar__category {
  margin-top: 1.125rem;
}

.nttpc-c-sidebar .c-sidebar__categoryItem + .c-sidebar__categoryItem {
  margin-top: 0.5rem;
}

.nttpc-c-sidebar .c-sidebar__categoryLink {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}

.nttpc-c-sidebar .c-sidebar__categoryLink::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c03;
}

.nttpc-c-sidebar .c-sidebar__keyword {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nttpc-c-sidebar .c-sidebar__keywordLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.nttpc-c-sidebar .c-sidebar__keywordLink::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/icon_tag.webp) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .nttpc-c-sidebar .c-sidebar__keywordLink::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.nttpc-c-sidebar .c-sidebar__banner + .c-sidebar__banner {
  margin-top: 0.75rem;
}

.nttpc-c-sidebar .c-sidebar__bannerLink {
  display: block;
  width: 100%;
  height: auto;
}

.nttpc-c-sidebar .c-sidebar__bannerLink img {
  border-radius: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.nttpc-c-tag {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-tag {
    font-size: 0.625rem;
  }
}

.nttpc-c-tag::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/icon_tag.webp) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .nttpc-c-tag::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.nttpc-c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-tags {
    gap: 0.4375rem;
  }
}

.nttpc-c-title1 .c-title1__ja {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
}

@media screen and (max-width: 767px) {
  .nttpc-c-title1 .c-title1__ja {
    font-size: 1.4375rem;
    margin-top: 0.8125rem;
  }
}

.nttpc-c-title2.--white .c-title2__en {
  color: #fff;
}

.nttpc-c-title2.--white .c-title2__ja {
  color: #fff;
}

.nttpc-c-title2 .c-title2__en {
  color: #c03;
  font-family: "Outfit", sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-title2 .c-title2__en {
    font-size: 2.375rem;
  }
}

.nttpc-c-title2 .c-title2__ja {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-c-title2 .c-title2__ja {
    font-size: 0.625rem;
  }
}

.nttpc-c-title2 .c-title2__ja::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c03;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .nttpc-c-title2 .c-title2__ja::before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.nttpc-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}

.nttpc-c-wysiwyg > *:first-child {
  margin-top: 0;
}

.nttpc-c-wysiwyg h2 {
  margin-top: 3.75rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.12px;
  padding: 0.875rem 1.25rem 1.125rem 1.75rem;
  border-radius: 0.75rem;
  border-left: 0.4375rem solid #c03;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.nttpc-c-wysiwyg h3 {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg h3 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
  }
}

.nttpc-c-wysiwyg h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6.25rem;
  background: #c03;
  width: 0.5rem;
  height: 100%;
}

.nttpc-c-wysiwyg h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin-top: 3.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #c03;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg h4 {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.nttpc-c-wysiwyg h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.6px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg h5 {
    margin-top: 2.5rem;
  }
}

.nttpc-c-wysiwyg h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.6px;
  padding-bottom: 0.5rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg h6 {
    margin-top: 2.5rem;
  }
}

.nttpc-c-wysiwyg p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.3px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg p {
    font-size: 0.875rem;
  }
}

.nttpc-c-wysiwyg p a {
  text-decoration: underline;
  color: #c03;
}

.nttpc-c-wysiwyg blockquote {
  margin-top: 3.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.26px;
  position: relative;
  padding: 1.375rem 1.5rem;
  background-image: linear-gradient(to right, #fff 0 50px, rgba(0, 0, 0, 0.1) 50px 100%), linear-gradient(to right, rgba(0, 0, 0, 0.1) 0 calc(100% - 50px), #fff calc(100% - 50px) 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  /* 横幅100%, 高さ1px */
  background-position: top left, bottom left;
}

.nttpc-c-wysiwyg blockquote::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/quote.webp) no-repeat center center/contain;
  top: -0.625rem;
  left: 0;
}

.nttpc-c-wysiwyg blockquote::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/quote.webp) no-repeat center center/contain;
  bottom: -0.625rem;
  right: 0;
}

.nttpc-c-wysiwyg blockquote p {
  margin: 0;
  color: #000;
}

.nttpc-c-wysiwyg ul,
.nttpc-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
}

.nttpc-c-wysiwyg ul li,
.nttpc-c-wysiwyg ol li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
  position: relative;
  margin-top: 0.75rem;
}

.nttpc-c-wysiwyg ol {
  counter-reset: n;
}

.nttpc-c-wysiwyg ol li {
  padding-left: 2.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg ol li {
    padding-left: 1.75rem;
  }
}

.nttpc-c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #000;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.25rem;
  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;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0.25rem;
  left: 0;
}

.nttpc-c-wysiwyg ol li ol {
  margin-top: 0;
}

.nttpc-c-wysiwyg ol li ol li {
  padding-left: 1.125rem;
}

.nttpc-c-wysiwyg ol li ol li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  top: 0.6875rem;
}

.nttpc-c-wysiwyg ol li ul {
  margin-top: 0;
}

.nttpc-c-wysiwyg ul li {
  padding-left: 1.25rem;
}

.nttpc-c-wysiwyg ul li::before {
  content: "";
  display: block;
  width: 0.4375rem;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.6875rem;
  left: 0;
}

.nttpc-c-wysiwyg ul li ul {
  margin-top: 0;
}

.nttpc-c-wysiwyg ul li ul li::before {
  background-color: transparent;
  width: 0.5rem;
  border: 2px solid #000;
}

.nttpc-c-wysiwyg ul li a {
  color: #c03;
  text-decoration: underline;
}

.nttpc-c-wysiwyg a {
  word-wrap: break-word;
}

.nttpc-c-wysiwyg strong {
  font-weight: 700;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead,
.nttpc-c-wysiwyg table.fr-dashed-borders tbody,
.nttpc-c-wysiwyg table.fr-dashed-borders th,
.nttpc-c-wysiwyg table.fr-dashed-borders td {
  border-width: 0;
  border-color: #fff;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead,
.nttpc-c-wysiwyg table.fr-dashed-borders tbody {
  border-style: dashed;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead {
  border-top-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders tbody {
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders th {
  border-bottom-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders th + th {
  border-left-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders td + td {
  border-left-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders tr + tr td {
  border-top-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders td:not(:has(~ td)) {
  border-left-width: 0.0625rem;
}

.nttpc-c-wysiwyg table.fr-dashed-borders td {
  border-width: 0;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead {
  background: #082D6D;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead tr th:first-child {
  border-radius: var(--radius) 0 0 0;
}

.nttpc-c-wysiwyg table.fr-dashed-borders thead tr th:last-child {
  border-radius: 0 var(--radius) 0 0;
}

.nttpc-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border-collapse: separate !important;
  border-spacing: 0;
  padding-bottom: 1rem;
  margin-top: 3.75rem;
  table-layout: fixed;
  min-width: 50rem;
  border-width: 0 !important;
  height: auto !important;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg table {
    min-width: initial;
    margin-top: 3rem;
  }
}

.nttpc-c-wysiwyg table::-webkit-scrollbar {
  height: 0.375rem;
}

.nttpc-c-wysiwyg table::-webkit-scrollbar-track {
  background-color: transparent;
}

.nttpc-c-wysiwyg table::-webkit-scrollbar-thumb {
  background-color: #fff;
  width: 8.75rem;
  border-radius: 100vmax;
}

.nttpc-c-wysiwyg table:not(:has(thead)) tbody {
  border-radius: var(--radius);
  border-top: 0.0625rem solid #fff;
}

.nttpc-c-wysiwyg table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--radius);
  border-left: none;
}

.nttpc-c-wysiwyg table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--radius);
}

.nttpc-c-wysiwyg table tbody,
.nttpc-c-wysiwyg table thead {
  width: 100%;
  display: table;
}

.nttpc-c-wysiwyg table thead {
  border-top: 0.0625rem solid #fff;
  border-left: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  border-radius: var(--radius) var(--radius) 0 0;
  background-color: #2b3e48;
  color: #fff;
}

.nttpc-c-wysiwyg table tbody {
  border-bottom: 0.0625rem solid #fff;
  border-left: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
}

.nttpc-c-wysiwyg table th {
  background-color: transparent;
  text-align: left;
  padding: 1rem 1.25rem;
  min-width: 16.25rem;
  font-size: rem814;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.28px;
  border: none;
  border-bottom: 0.0625rem solid #fff;
  background: #082D6D;
  color: #fff;
}

.nttpc-c-wysiwyg table th + th {
  border-left: 0.0625rem solid #fff;
}

.nttpc-c-wysiwyg table td + td {
  border-left: 0.0625rem solid #fff;
}

.nttpc-c-wysiwyg table tr + tr td {
  border-top: 0.0625rem solid #fff;
}

.nttpc-c-wysiwyg table td:not(:has(~ td)) {
  border-left: 0.0625rem solid #fff;
}

.nttpc-c-wysiwyg table td {
  border: 0.0625rem solid #fff;
  background-color: #fff;
  padding: 1.25rem;
  min-width: 16.25rem;
  min-height: 7.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.26px;
  vertical-align: top;
  border: none;
  background-color: #f3efe8;
}

@media screen and (max-width: 767px) {
  .nttpc-c-wysiwyg table td {
    font-size: 0.8125rem;
  }
}

.nttpc-c-wysiwyg table th[colspan="2"] {
  min-width: 32.5rem;
}

.nttpc-c-wysiwyg table td[colspan="2"] {
  min-width: 32.5rem;
}

.nttpc-l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(78rem + 1.5625rem * 2);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-l-inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.nttpc-l-inner.--md {
  max-width: calc(60rem + 1.5625rem * 2);
}

.nttpc-s-2col {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col.--interview {
    padding-top: 0;
  }
}

.nttpc-s-2col.--interview .s-2col__bodyCards {
  grid-template-columns: repeat(1, 1fr);
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col.--interview .s-2col__bodyCards {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col.--category {
    padding-top: 0;
  }
}

.nttpc-s-2col.--category .s-2col__bodyCards {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col.--category .s-2col__bodyCards {
    margin-top: 0;
  }
}

.nttpc-s-2col .s-2col__inner {
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col .s-2col__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-s-2col .s-2col__bodyTitle {
  color: #c03;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col .s-2col__bodyTitle {
    font-size: 1.5rem;
  }
}

.nttpc-s-2col .s-2col__bodyText {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 190%;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col .s-2col__bodyText {
    font-size: 0.875rem;
  }
}

.nttpc-s-2col .s-2col__bodyCards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col .s-2col__bodyCards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-s-2col .s-2col__bodyPager {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-2col .s-2col__bodyPager {
    margin-top: 3.125rem;
  }
}

.nttpc-s-about {
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-about {
    padding-top: 3.4375rem;
    padding-bottom: 3.125rem;
  }
}

.nttpc-s-about .s-about__inner {
  padding-inline: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-about .s-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3125rem;
    padding-inline: 2rem;
  }
}

.nttpc-s-about .s-about__title {
  width: 18.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nttpc-s-about .s-about__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-about .s-about__lead {
    font-size: 0.8125rem;
    letter-spacing: initial;
  }
}

.nttpc-s-box {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-box {
    padding-bottom: 4.375rem;
  }
}

.nttpc-s-box .s-box__wrap {
  background-color: #2b3e48;
  border-radius: 0.75rem;
  padding: 5.25rem;
  display: grid;
  grid-template-columns: 1fr 39.6875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-s-box .s-box__wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 3.75rem 2.5rem;
    gap: 2.5rem;
  }
}

.nttpc-s-box .s-box__wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/box_dot.webp) no-repeat center center/contain;
  border-radius: 0.75rem;
  z-index: 0;
}

.nttpc-s-box .s-box__logo {
  width: 18.8125rem;
  margin-inline: auto;
  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;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nttpc-s-box .s-box__logo {
    width: 100%;
  }
}

.nttpc-s-box .s-box__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-s-box .s-box__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.32px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nttpc-s-box .s-box__text {
    font-size: 0.875rem;
  }
}

.nttpc-s-bread {
  padding-top: 1.125rem;
  padding-bottom: 1.5rem;
}

.nttpc-s-contact {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-contact {
    padding-bottom: 5.25rem;
  }
}

.nttpc-s-contact .s-contact__body {
  margin-top: 1.5rem;
}

.nttpc-s-detail {
  padding-bottom: 7.5rem;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail {
    padding-bottom: 4.375rem;
  }
}

.nttpc-s-detail.--interview .s-detail__head {
  border-radius: 0 0 3rem 3rem;
}

.nttpc-s-detail.--interview .--inner {
  max-width: 51.25rem;
}

.nttpc-s-detail.--interview .s-detail__2col {
  display: block;
}

.nttpc-s-detail.--interview .s-detail__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  margin-top: 0.75rem;
}

.nttpc-s-detail.--interview .s-detail__companyLogo {
  border-radius: 0.375rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__companyLogo {
    padding: 0.625rem 0.75rem;
  }
}

.nttpc-s-detail.--interview .s-detail__companyLogo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__companyLogo img {
    width: 3.5625rem;
  }
}

.nttpc-s-detail.--interview .s-detail__companyText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__companyText {
    font-size: 0.625rem;
  }
}

.nttpc-s-detail.--interview .s-detail__box {
  margin-top: 3.75rem;
  border-radius: 0.75rem;
  background: #f3efe8;
  padding: 2.125rem 2.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__box {
    margin-top: 3rem;
    padding: 1.75rem;
  }
}

.nttpc-s-detail.--interview .s-detail__boxTitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__boxTitle {
    font-size: 0.9375rem;
  }
}

.nttpc-s-detail.--interview .s-detail__boxItems {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__boxItems {
    margin-top: 1.125rem;
  }
}

.nttpc-s-detail.--interview .s-detail__boxItem {
  display: grid;
  grid-template-columns: 5.75rem 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__boxItem {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.375rem;
  }
}

.nttpc-s-detail.--interview .s-detail__boxItem + .s-detail__boxItem {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nttpc-s-detail.--interview .s-detail__boxSub {
  padding: 0.5rem;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__boxSub {
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8125rem;
  }
}

.nttpc-s-detail.--interview .s-detail__boxText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail.--interview .s-detail__boxText {
    font-size: 0.8125rem;
  }
}

.nttpc-s-detail.--white .s-detail__head {
  background-color: #fff;
}

.nttpc-s-detail .s-detail__head {
  background-color: #f3efe8;
  padding-top: 11.375rem;
  padding-bottom: 7.5rem;
  border-bottom-left-radius: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__head {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}

.nttpc-s-detail .s-detail__head::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../img/common/bg.webp) no-repeat center center/contain;
  z-index: 1;
}

.nttpc-s-detail .--inner {
  position: relative;
  z-index: 2;
}

.nttpc-s-detail .s-detail__categoryLink {
  display: inline-block;
  font-size: 0.9375rem;
  background-color: #c03;
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  /* 24px */
  letter-spacing: 0.3px;
  padding: 0.3125rem 0.75rem 0.4375rem;
  border-radius: 0.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__categoryLink {
    font-size: 0.75rem;
    padding: 0.3125rem 0.5rem;
  }
}

.nttpc-s-detail .s-detail__title {
  font-size: 2.125rem;
  max-width: 50rem;
  font-weight: 700;
  line-height: 150%;
  /* 51px */
  letter-spacing: 0.68px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__title {
    font-size: 1.5625rem;
  }
}

.nttpc-s-detail .s-detail_tags {
  max-width: 50rem;
  margin-top: 1.25rem;
}

.nttpc-s-detail .s-detail__times {
  max-width: 50rem;
  margin-top: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__times {
    margin-top: 2.5rem;
  }
}

.nttpc-s-detail .s-detail__time {
  color: #808080;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
}

.nttpc-s-detail .s-detail__time .--time {
  font-family: "Outfit", sans-serif;
}

.nttpc-s-detail .s-detail__2col {
  display: grid;
  grid-template-columns: 50rem 1fr;
  margin-top: -6.25rem;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__2col {
    display: block;
    margin-top: -3.125rem;
  }
}

.nttpc-s-detail .s-detail__body {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__body {
    padding-bottom: 3.125rem;
  }
}

.nttpc-s-detail .s-detail__thumb {
  width: 100%;
}

.nttpc-s-detail .s-detail__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid #000;
  aspect-ratio: 16/9;
}

.nttpc-s-detail .s-detail__toc {
  margin-top: 3.75rem;
  background-color: #f3efe8;
  padding: 2.25rem 2.25rem;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__toc {
    display: block;
    margin-top: 2.5rem;
    padding: 1.5625rem;
  }
}

.nttpc-s-detail .s-detail__toc .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c03;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 0.625rem;
  display: block;
}

.nttpc-s-detail .s-detail__toc .tocWrap {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__toc .tocWrap {
    width: 100%;
  }
}

.nttpc-s-detail .s-detail__toc:first-child {
  margin-top: 0;
}

.nttpc-s-detail .s-detail__toc .h2list > li > a {
  font-size: 0.875rem;
  padding-top: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.56px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.nttpc-s-detail .s-detail__toc .h2list > li > a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b2b2b2;
}

.nttpc-s-detail .s-detail__toc .h2list > li ul li {
  padding: 0;
}

.nttpc-s-detail .s-detail__toc .h3list {
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__toc .h3list {
    padding-left: 0.625rem;
  }
}

.nttpc-s-detail .s-detail__toc .h3list li {
  list-style-type: none;
}

.nttpc-s-detail .s-detail__toc .h3list li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.nttpc-s-detail .s-detail__toc .h3list li a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b2b2b2;
}

.nttpc-s-detail .s-detail__toc .h3list li + li {
  margin-top: 0.375rem;
}

.nttpc-s-detail .s-detail__wysiwyg {
  margin-top: 3.75rem;
}

.nttpc-s-detail .s-detail__side {
  position: relative;
}

.nttpc-s-detail .s-detail__side::before {
  content: "";
  position: absolute;
  width: 37.75rem;
  height: 17.5rem;
  left: -8.75rem;
  background-color: #fff;
  top: -8.125rem;
  z-index: 0;
  border-top-left-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__side::before {
    display: none;
  }
}

.nttpc-s-detail .s-detail__sideInner {
  position: relative;
  z-index: 2;
}

.nttpc-s-detail .s-detail__author {
  position: relative;
  margin-top: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 2.25rem 3rem 3rem 2.25rem;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 2.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__author {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.5625rem;
  }
}

.nttpc-s-detail .s-detail__authorLead {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  border-radius: 0 0.625rem 0 0.625rem;
  padding: 0.25rem 0.75rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.nttpc-s-detail .s-detail__authorImg {
  width: 100%;
}

.nttpc-s-detail .s-detail__authorImg img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__authorImg img {
    width: 80%;
    margin-inline: auto;
  }
}

.nttpc-s-detail .s-detail__authorInfo {
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
}

.nttpc-s-detail .s-detail__authorHead {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.nttpc-s-detail .s-detail__authorName {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.88px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__authorName {
    font-size: 1.25rem;
  }
}

.nttpc-s-detail .s-detail__authorEn {
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.26px;
  margin-top: 0.9375rem;
}

.nttpc-s-detail .s-detail__authorText {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}

.nttpc-s-detail .s-detail__authorSns {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nttpc-s-detail .s-detail__authorSnsLink {
  width: 1.5rem;
  aspect-ratio: 1;
}

.nttpc-s-detail .s-detail__authorSnsLink img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-s-detail .s-detail__share {
  margin-top: 3.75rem;
  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;
  gap: 1rem;
}

.nttpc-s-detail .s-detail__shareTitle {
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.52px;
}

.nttpc-s-detail .s-detail__shareSns {
  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: 0.75rem;
}

.nttpc-s-detail .s-detail__shareSnsLink {
  width: 1.5rem;
  aspect-ratio: 1;
}

.nttpc-s-detail .s-detail__shareSnsLink img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nttpc-s-detail .s-detail__connection {
  margin-top: 3.75rem;
}

.nttpc-s-detail .s-detail__connectionTitle {
  padding-bottom: 0.75rem;
  color: #c03;
  font-size: 1.75rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
}

.nttpc-s-detail .s-detail__connectionWrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-detail .s-detail__connectionWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-s-detail .s-detail__btn {
  margin-top: 3.75rem;
}

.nttpc-s-download {
  padding-bottom: 7.5rem;
  padding-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-download {
    padding-top: 1.875rem;
  }
}

.nttpc-s-download .s-download__items {
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-download .s-download__items {
    padding-top: 3.75rem;
  }
}

.nttpc-s-download .s-download__item + .s-download__item {
  margin-top: 6.75rem;
}

.nttpc-s-download .s-download__title {
  color: #c03;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .nttpc-s-download .s-download__title {
    font-size: 1.375rem;
  }
}

.nttpc-s-download .s-download__itemCard {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-download .s-download__itemCard {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-s-fixBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixBottom {
    display: block;
  }
}

.nttpc-s-fixBottom .s-fixBottom__inner {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nttpc-s-fixBottom .s-fixBottom__buttonArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0.375rem;
  overflow: hidden;
}

.nttpc-s-fixModal {
  /* モーダル */
  /* モーダルアニメーション */
}

.nttpc-s-fixModal .modal-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.nttpc-s-fixModal .modal-open {
  display: block;
  margin: 100px auto;
}

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

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.nttpc-s-fixModal .micromodal-slide {
  display: none;
}

.nttpc-s-fixModal .micromodal-slide.is-open {
  display: block;
}

.nttpc-s-fixModal .micromodal-slide[aria-hidden="false"] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.nttpc-s-fixModal .micromodal-slide[aria-hidden="false"] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.nttpc-s-fixModal .micromodal-slide[aria-hidden="true"] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.nttpc-s-fixModal .micromodal-slide[aria-hidden="true"] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.nttpc-s-fixModal .micromodal-slide .modal-container,
.nttpc-s-fixModal .micromodal-slide .modal-overlay {
  will-change: transform;
}

.nttpc-s-fixModal .s-fixModal__box {
  padding: 2rem 2.25rem 2rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box {
    padding: 1.25rem 1.125rem 1.3125rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input::-webkit-input-placeholder {
  color: #ccc;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input::-moz-placeholder {
  color: #ccc;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input:-ms-input-placeholder {
  color: #ccc;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input::-ms-input-placeholder {
  color: #ccc;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input::placeholder {
  color: #ccc;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input-wrapper[role="combobox"] {
  width: 31.125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_input-wrapper[role="combobox"] {
    width: 10.5rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_button {
  margin-right: 0.875rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_button {
    margin-right: 0.25rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type.mf-custom-select-wrapper {
  padding-left: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type.mf-custom-select-wrapper {
    padding-left: 1.0625rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type.mf-custom-select-wrapper .mf-search-bar_doc-type_select.mf-custom-select-wrapper_custom-select {
  width: 11.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type.mf-custom-select-wrapper .mf-search-bar_doc-type_select.mf-custom-select-wrapper_custom-select {
    width: 4.25rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type {
  position: relative;
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type::before {
  position: absolute;
  content: "";
  width: 0.0625rem;
  height: 4.75rem;
  background-color: #ccc;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type::before {
    height: 3rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type_select {
  font-size: 1.125rem;
  line-height: 1.6;
  border: transparent;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-search-bar_doc-type_select {
    font-size: 0.875rem;
  }
}

.nttpc-s-fixModal .s-fixModal__box .mf-custom-select-wrapper_custom-select_caret {
  position: relative;
  border: transparent;
  right: 1.25rem;
}

.nttpc-s-fixModal .s-fixModal__box .mf-custom-select-wrapper_custom-select_caret::before {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat center center;
  width: 0.875rem;
  aspect-ratio: 1;
  display: inline-block;
  rotate: 90deg;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .s-fixModal__box .mf-custom-select-wrapper_custom-select_caret::before {
    width: 0.6875rem;
  }
}

.nttpc-s-fixModal .mf-search-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nttpc-s-fixModal .mf-search-box .mf-search-bar .mf-search-bar_button {
  background-color: #fff;
  position: relative;
  padding: 0;
  border-radius: 0;
}

.nttpc-s-fixModal .mf-search-box .mf-search-bar .mf-search-bar_button svg {
  display: none;
}

.nttpc-s-fixModal .mf-search-box .mf-search-bar .mf-search-bar_button::before {
  content: "";
  background: url(../img/common/icon_search.svg) no-repeat center center;
  width: 2.25rem;
  height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-fixModal .mf-search-box .mf-search-bar .mf-search-bar_button::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.nttpc-s-fixModal .mf-search-box .mf-search-bar .mf-search-bar_input {
  border: transparent;
}

.nttpc-s-page {
  padding-top: 7.5rem;
  padding-bottom: 11.75rem;
  text-align: center;
}

.nttpc-s-page .s-page__title {
  color: #c03;
  font-family: "Outfit", sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-s-page .s-page__title {
    font-size: 2.5rem;
  }
}

.nttpc-s-page .s-page__sub {
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-page .s-page__sub {
    font-size: 0.8125rem;
  }
}

.nttpc-s-page .s-page__text {
  margin-top: 3.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 767px) {
  .nttpc-s-page .s-page__text {
    font-size: 0.875rem;
    letter-spacing: initial;
  }
}

.nttpc-s-page .s-page__btn {
  margin-top: 3.75rem;
  max-width: 20.8125rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-s-page .s-page__btn {
    max-width: 18.5rem;
  }
}

.nttpc-s-subMv {
  width: calc(100% - 3rem);
  margin-left: auto;
  background-color: #f3efe8;
  border-radius: 2.25rem 0 0 2.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-s-subMv {
    width: calc(100% - 0.9375rem);
  }
}

.nttpc-s-subMv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/subMv_dot.webp) no-repeat center center/cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.nttpc-s-subMv.--white {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 0%;
  width: 100%;
}

.nttpc-s-subMv.--white .s-subMv__inner::before, .nttpc-s-subMv.--white .s-subMv__inner::after {
  display: none;
}

.nttpc-s-subMv .s-subMv__inner {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-subMv .s-subMv__inner {
    padding-top: 4.375rem;
  }
}

.nttpc-s-subMv .s-subMv__inner::before {
  content: "";
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  background: url(../img/common/subMv_round.webp) no-repeat center center/contain;
  top: 0;
  left: 0;
}

.nttpc-s-subMv .s-subMv__inner::after {
  content: "";
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  background: url(../img/common/subMv_round.webp) no-repeat center center/contain;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nttpc-s-subMv .s-subMv__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.32px;
  max-width: 42.125rem;
  margin-left: auto;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-subMv .s-subMv__text {
    font-size: 0.875rem;
    max-width: 85%;
  }
}

.nttpc-s-topAuthor {
  position: relative;
  padding-block: 7.5rem;
  overflow-x: hidden;
  /* ---- 背景画像 ---- */
  /* ---- インナー ---- */
  /* ---- Splide 強制リセット ---- */
  /* ---- ラッパー（見出し＋スライダー） ---- */
  /* ---- ナビ ---- */
  /* ---- スライド Off 時（--slide-stop が付与されたとき） ---- */
  /* ---- SP 幅は 1 スライド = 100% 幅（チラ見せ分は peek が担当） ---- */
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor {
    padding-top: 3.5625rem;
    padding-bottom: 5.625rem;
  }
}

.nttpc-s-topAuthor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(43, 62, 72, 0.9);
  z-index: 1;
}

.nttpc-s-topAuthor .s-topAuthor__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.nttpc-s-topAuthor .s-topAuthor__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nttpc-s-topAuthor .s-topAuthor__inner {
  position: relative;
  z-index: 2;
  padding-left: 6rem;
  max-width: 90rem;
  margin-inline: auto;
  /* SP 左余白ゼロ */
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .s-topAuthor__inner {
    padding-left: 1.875rem;
  }
}

.nttpc-s-topAuthor .splide__list {
  -webkit-transform: initial;
  transform: initial;
}

.nttpc-s-topAuthor .s-topAuthor__wrap {
  display: grid;
  grid-template-columns: 14.75rem 1fr;
  gap: 4.125rem;
  padding-right: 1.75rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .s-topAuthor__wrap {
    grid-template-columns: 1fr;
    /* SP 1 カラム */
    gap: 2rem;
    padding-right: 0;
    /* 28px 余白削除 */
  }
}

.nttpc-s-topAuthor .slider-nav {
  position: absolute;
  bottom: 0;
  left: -18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .slider-nav {
    position: static;
    /* SP は通常フロー */
    margin-top: 1.5rem;
  }
}

.nttpc-s-topAuthor .slider-nav .--circle {
  width: 0.9375rem;
  height: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: 0.5rem;
}

.nttpc-s-topAuthor .slider-btn {
  width: 3.625rem;
  height: 2.5rem;
  border: none;
  border-radius: 6.25rem;
  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;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .slider-btn {
    width: 2.5rem;
    height: 1.875rem;
  }
}

.nttpc-s-topAuthor .slider-btn::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/common/icon_arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .slider-btn::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.nttpc-s-topAuthor .slider-btn.slider-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nttpc-s-topAuthor .slider-btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.nttpc-s-topAuthor .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-left: 1.125rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.nttpc-s-topAuthor .splide__arrows,
.nttpc-s-topAuthor .splide__pagination {
  display: none;
}

.nttpc-s-topAuthor .--slide-stop .splide.is-initialized {
  padding-right: 1.875rem;
  /* ナビ非表示 */
}

.nttpc-s-topAuthor .--slide-stop .splide.is-initialized .slider-nav {
  display: none;
}

.nttpc-s-topAuthor .--slide-stop .splide.is-initialized .splide__track {
  overflow: visible;
}

.nttpc-s-topAuthor .--slide-stop .splide.is-initialized .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .--slide-stop .splide.is-initialized .splide__list {
    grid-template-columns: 1fr;
  }
}

.nttpc-s-topAuthor .--slide-stop .splide.is-initialized .splide__slide {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topAuthor .--slide-stop .splide.is-initialized .splide__slide {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .nttpc-s-topAuthor .js-topAuthor-slider .splide__slide {
    width: calc(85% - 2.2rem) !important;
  }
}

.nttpc-s-topCase {
  background-color: #f3efe8;
  padding-block: 7.5rem;
  /* スライド共通のスタイル */
  /* アクティブなスライドのスタイル */
  /* スライドのサイズ調整 */
  /* ---- ナビ ---- */
  /* Splide 初期化前は slide を隠す → is-static 時は表示に戻す */
  /* 前後ボタンを隠す（JS で .is-disabled を付与済み）*/
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase {
    padding-block: 4.375rem;
  }
}

.nttpc-s-topCase .s-topCase__wrap {
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase .s-topCase__wrap {
    margin-top: 3rem;
  }
}

.nttpc-s-topCase .s-topCase__btn {
  max-width: 20.8125rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase .s-topCase__btn {
    max-width: 18.5rem;
    margin-top: 2.6875rem;
  }
}

.nttpc-s-topCase .splide__track {
  padding-block: 3.125rem;
}

.nttpc-s-topCase .slideInner {
  opacity: 0.6;
  /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s;
  /* ゆっくり小さくさせる */
  -webkit-filter: blur(11.33333px);
  filter: blur(11.33333px);
}

.nttpc-s-topCase .splide__slide.is-active .slideInner {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
  -webkit-filter: initial;
  filter: initial;
  position: relative;
  z-index: 2;
}

.nttpc-s-topCase .splide__slide {
  height: auto;
  width: 100%;
}

.nttpc-s-topCase .slider-nav {
  padding-left: 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase .slider-nav {
    position: static;
    /* SP は通常フロー */
    margin-top: 0;
  }
}

.nttpc-s-topCase .slider-nav .--circle {
  width: 0.9375rem;
  height: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: 0.5rem;
}

.nttpc-s-topCase .slider-btn {
  width: 3.625rem;
  height: 2.5rem;
  border: none;
  border-radius: 6.25rem;
  background: #000;
  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;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase .slider-btn {
    width: 2.5rem;
    height: 1.875rem;
  }
}

.nttpc-s-topCase .slider-btn::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../img/common/icon_arrow.svg) center/contain no-repeat;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topCase .slider-btn::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.nttpc-s-topCase .slider-btn.slider-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nttpc-s-topCase .slider-btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.nttpc-s-topCase .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-left: 1.125rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.nttpc-s-topCase .splide__arrows,
.nttpc-s-topCase .splide__pagination {
  display: none;
}

.nttpc-s-topCase .splide.is-static {
  /* track のオーバーフローを解放（任意）*/
  visibility: visible;
  /* list を block にして 1 枚をそのまま表示 */
  /* slide を強制表示 */
}

.nttpc-s-topCase .splide.is-static .splide__track {
  overflow: visible;
  padding-top: 0;
}

.nttpc-s-topCase .splide.is-static .splide__list {
  display: block;
}

.nttpc-s-topCase .splide.is-static .splide__slide {
  display: block !important;
  width: 100%;
  opacity: 1;
}

.nttpc-s-topCase .splide.is-static .slideInner {
  opacity: 1;
  -webkit-filter: initial;
  filter: initial;
}

.nttpc-s-topCase .splide.is-static .slider-nav {
  display: none;
}

.nttpc-s-topCase .slider-btn.is-disabled {
  display: none;
}

.nttpc-s-topColumn {
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
  background-color: #f3efe8;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topColumn {
    padding-top: 3.9375rem;
    padding-bottom: 5.25rem;
  }
}

.nttpc-s-topColumn .s-topColumn__wrap {
  margin-top: 5.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topColumn .s-topColumn__wrap {
    margin-top: 2.375rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.nttpc-s-topColumn .s-topColumn__btn {
  margin-top: 3.75rem;
  max-width: 20.8125rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topColumn .s-topColumn__btn {
    max-width: 18.5rem;
  }
}

.nttpc-s-topFocus {
  background-color: #f3efe8;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus {
    padding-inline: 1.875rem;
  }
}

.nttpc-s-topFocus .s-topFocus__inner {
  background-color: #fff;
  max-width: 84rem;
  padding-inline: 0;
  padding-top: 3.875rem;
  padding-bottom: 4.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__inner {
    padding-top: 2.8125rem;
  }
}

.nttpc-s-topFocus .s-topFocus__head {
  padding-inline: 4.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__head {
    padding-inline: 1.875rem;
  }
}

.nttpc-s-topFocus .s-topFocus__wrap {
  margin-top: 3.8125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__wrap {
    margin-top: 2rem;
  }
}

.nttpc-s-topFocus .s-topFocus__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nttpc-s-topFocus .s-topFocus__item {
  padding: 2.25rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__item {
    padding: 2rem;
    border-right: none;
  }
}

.nttpc-s-topFocus .s-topFocus__item:nth-child(3n + 3) {
  border-right: none;
}

.nttpc-s-topFocus .s-topFocus__btn {
  margin-top: 4.75rem;
  max-width: 74.5rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topFocus .s-topFocus__btn {
    margin-top: 2.6875rem;
    max-width: 18.5rem;
  }
}

.nttpc-s-topInsight {
  background-color: #2b3e48;
  padding-block: 7.5rem;
  position: relative;
}

.nttpc-s-topInsight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/top/insight_bg.webp) no-repeat center center/cover;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight::before {
    display: none;
  }
}

.nttpc-s-topInsight .s-topInsight__inner {
  position: relative;
  z-index: 2;
}

.nttpc-s-topInsight .s-topInsight__wrap {
  margin-top: 4.8125rem;
  display: grid;
  grid-template-columns: 1fr 38.25rem;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  row-gap: 2.625rem;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 2.6875rem;
  }
}

.nttpc-s-topInsight .s-topInsight__item:first-child {
  grid-column: 1 / 2;
  grid-row: span 4;
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) {
  grid-column: 2 / 3;
  align-self: start;
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__link {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__link {
    display: block;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__title {
  margin-top: 0;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__title {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__img img {
  aspect-ratio: 220/127;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__img img {
    aspect-ratio: 292/168;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__tag {
  display: none;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__time {
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__time {
    margin-top: 1.125rem;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomText {
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomText {
    font-size: 0.625rem;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomLogo {
  padding: 0.625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomLogo {
    padding: 0.625rem 0.75rem;
  }
}

.nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomLogo img {
  width: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__item:not(:first-child) .c-card2__bottomLogo img {
    width: 3.5625rem;
  }
}

.nttpc-s-topInsight .s-topInsight__btn {
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topInsight .s-topInsight__btn {
    margin-top: 3.5rem;
    max-width: 18.5rem;
    margin-inline: auto;
  }
}

.nttpc-s-topMv {
  background-color: #f3efe8;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
  /* Splide 初期化前は slide を隠す → is-static 時は表示に戻す */
  /* 前後ボタンを隠す（JS で .is-disabled を付与済み）*/
}

.nttpc-s-topMv::before {
  position: absolute;
  content: "";
  background: url(../img/top/fv_bg.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nttpc-s-topMv .s-topMv__inner {
  max-width: 87.125rem;
}

.nttpc-s-topMv .s-topMv__contents {
  padding-bottom: 2rem;
  position: relative;
  display: grid;
  grid-template: "sub . main"/max-content 2.25rem 1fr;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__contents {
    grid-template: initial;
    padding-bottom: 0;
  }
}

.nttpc-s-topMv .s-topMv__image {
  grid-area: main;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__image {
    grid-row: 1;
    grid-column: 1;
  }
}

.nttpc-s-topMv .s-topMv__image .splide__track {
  overflow: visible;
}

.nttpc-s-topMv .s-topMv__innerBox {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: [text-start] auto [image-start] auto [image-end text-end];
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__innerBox {
    margin-left: calc(50% - 50vw);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template: "image" "text";
  }
}

.nttpc-s-topMv .s-topMv__imgWrap {
  grid-area: image;
  max-width: calc(100% - 9.125rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  justify-self: flex-end;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__imgWrap {
    margin-right: initial;
    max-width: 100%;
    width: 100%;
  }
}

.nttpc-s-topMv .s-topMv__img,
.nttpc-s-topMv .s-topMv__img2 {
  border: 1px solid #000;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__img {
    border-radius: 0;
  }
}

.nttpc-s-topMv .s-topMv__box {
  height: 100%;
}

.nttpc-s-topMv .s-topMv__img2 {
  border-radius: 0.5rem;
  border: transparent;
}

.nttpc-s-topMv .s-topMv__img img {
  aspect-ratio: 910 / 526;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.nttpc-s-topMv .s-topMv__img2 img {
  aspect-ratio: 446 / 258;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.nttpc-s-topMv .s-topMv__textBox {
  grid-area: text;
  z-index: 1;
  margin-top: 17.625rem;
  max-width: 43.75rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__textBox {
    margin-top: 0;
  }
}

.nttpc-s-topMv .s-topMv__textBox time {
  color: #c03;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 0.9375rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__textBox time {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__textBox {
    padding-left: 1.5rem;
    padding-right: 1.375rem;
  }
}

.nttpc-s-topMv .s-topMv__titleWrap {
  border-radius: 0.5rem;
  overflow: hidden;
}

.nttpc-s-topMv .s-topMv__title {
  margin-top: 0.625rem;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  background-color: #c03;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 1.8;
  display: inline;
  padding: 0.25rem 1rem 0.375rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__title {
    font-size: 1.1875rem;
    margin-top: 0.375rem;
    line-height: 1.7;
    padding: 0.0625rem 0.625rem 0.1875rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}

.nttpc-s-topMv .s-topMv__tagList {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 30rem;
  margin-bottom: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__tagList {
    margin-top: 0.75rem;
    margin-bottom: 0;
    gap: 0.3125rem;
  }
}

.nttpc-s-topMv .s-topMv__tagItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__tagItem {
    font-size: 0.8125rem;
  }
}

.nttpc-s-topMv .s-topMv__tagItem::before {
  content: "";
  background: url(../img/common/icon_tag.webp) no-repeat center/contain;
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__tagItem::before {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.nttpc-s-topMv .s-topMv__carousel {
  grid-area: sub;
  max-width: 27.875rem;
  width: 100%;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  display: block;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__carousel {
    display: none;
  }
}

.nttpc-s-topMv .s-topMv__subArrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

.nttpc-s-topMv .s-topMv__subArrows .splide__arrow--prev {
  display: none;
}

.nttpc-s-topMv .s-topMv__subArrows .splide__arrow--next {
  right: 0;
  width: 2.25rem;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 0.5rem 0 0.5rem 0;
  opacity: 1;
  height: auto;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  bottom: 0;
}

.nttpc-s-topMv .s-topMv__subArrows .splide__arrow--next::before {
  content: "";
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  background-color: #fff;
  width: 0.625rem;
  height: 0.625rem;
}

.nttpc-s-topMv .s-topMv__box {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.nttpc-s-topMv .s-topMv__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
}

.nttpc-s-topMv .s-topMv__next {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: 1.0625rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.nttpc-s-topMv .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 0.5rem;
}

.nttpc-s-topMv .s-topMv__trendArea {
  padding-bottom: 2.25rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__trendArea {
    padding-bottom: 1.1875rem;
    margin-top: 2rem;
  }
}

.nttpc-s-topMv .s-topMv__trendTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nttpc-s-topMv .s-topMv__trendTitleBox:before, .nttpc-s-topMv .s-topMv__trendTitleBox:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #000;
}

.nttpc-s-topMv .s-topMv__trendTitle {
  color: #c03;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__trendTitle {
    font-size: 0.875rem;
  }
}

.nttpc-s-topMv .s-topMv__trendTitle::before, .nttpc-s-topMv .s-topMv__trendTitle::after {
  content: "";
  width: 1px;
  height: 1.125rem;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nttpc-s-topMv .s-topMv__trendTitle::before {
  margin-right: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__trendTitle::before {
    margin-right: 1.1875rem;
  }
}

.nttpc-s-topMv .s-topMv__trendTitle::after {
  margin-left: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__trendTitle::after {
    margin-left: 1.1875rem;
  }
}

.nttpc-s-topMv .s-topMv__loopSlide {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__loopSlide {
    margin-top: 0.875rem;
  }
}

.nttpc-s-topMv .s-topMv__tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem 1.25rem 1.125rem;
  border-radius: 6.25rem;
  background-color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.25rem;
  color: #000;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__tag {
    font-size: 0.875rem;
    padding: 0.5625rem 0.875rem 0.75rem 0.625rem;
  }
}

.nttpc-s-topMv .s-topMv__tag::before {
  content: "";
  background: url(../img/common/icon_tag.webp) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nttpc-s-topMv .s-topMv__arrows {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .s-topMv__arrows {
    position: static;
    margin-top: 0.75rem;
  }
}

.nttpc-s-topMv .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nttpc-s-topMv .slider-nav .--circle {
  width: 0.9375rem;
  height: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: 0.5rem;
}

.nttpc-s-topMv .slider-btn {
  width: 3.625rem;
  height: 2.5rem;
  border: none;
  border-radius: 6.25rem;
  background: #000;
  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;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .slider-btn {
    width: 2.5rem;
    height: 1.875rem;
  }
}

.nttpc-s-topMv .slider-btn::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../img/common/icon_arrow.svg) center/contain no-repeat;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .nttpc-s-topMv .slider-btn::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.nttpc-s-topMv .slider-btn.slider-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nttpc-s-topMv .slider-btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.nttpc-s-topMv .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-left: 1.125rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.nttpc-s-topMv .splide.is-static {
  /* track のオーバーフローを解放（任意）*/
  visibility: visible;
  /* list を block にして 1 枚をそのまま表示 */
  /* slide を強制表示 */
}

.nttpc-s-topMv .splide.is-static .splide__track {
  overflow: visible;
  padding-top: 0;
}

.nttpc-s-topMv .splide.is-static .splide__list {
  display: block;
}

.nttpc-s-topMv .splide.is-static .splide__slide {
  display: block !important;
  width: 100%;
  opacity: 1;
}

.nttpc-s-topMv .splide.is-static .slideInner {
  opacity: 1;
  -webkit-filter: initial;
  filter: initial;
}

.nttpc-s-topMv .splide.is-static .slider-nav {
  display: none;
}

.nttpc-s-topMv .slider-btn.is-disabled {
  display: none;
}
