@charset "utf-8";
/* ====================================
Breadcrumb
==================================== */
/* パンくず */
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumb-item {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .6875rem;
  color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "\e315";
}
.breadcrumb-item a {
  color: #666;
  text-decoration: underline;
}
.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-item.active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: calc(100% - 5rem);
  color: #000;
  flex-shrink: inherit;
}
/* ====================================
Layout
==================================== */
main {
  padding-top: 5rem;
}
.p__header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.p__header .row {
  row-gap: 2rem;
}
.p__header-en {
  margin-bottom: .5rem;
  font-size: .875rem;
}
.p__header-title {
  font-size: 1.5rem;
}
.p__header-title:has(.page) {
  column-gap: 1rem;
}
.p__header-title .page {
  color: #555;
  font-size: .75rem;
}
.p__header-description {
  color: #555;
  font-size: .875rem;
}
.p__main {
  padding-bottom: 3.5rem;
}
/* さらに詳しく知りたい方へ */
.related-contents-wrapper {
  padding: 3.5rem 0;
}
.related-contents-wrapper .row {
  row-gap: 2rem;
}
.related-contents-box h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;  
}
.related-contents-list {
  row-gap: 1.5rem;
}
@media (min-width: 36rem) and (max-width: 47.9988rem) {
  /* ====================================
  Breadcrumb
  ==================================== */
  /* パンくず */
  .breadcrumb-item {
    font-size: .75rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9988rem) {
  /* ====================================
  Breadcrumb
  ==================================== */
  /* パンくず */
  .breadcrumb-item {
    font-size: .75rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9988rem) {
}
@media (min-width: 62rem) {
  /* ====================================
  Breadcrumb
  ==================================== */
  /* パンくず */
  .breadcrumb-item {
    font-size: .8125rem;
  }
  /* ====================================
  Layout
  ==================================== */
  main {
    padding-top: 6.9375rem;
  }
  .features.p__header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p__header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p__header-en {
    font-size: 1rem;
    margin-bottom: 1rem;    
  }
  .p__header-title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p__header-title .page {
    font-size: 1rem;
  }
  .p__header-description {
    font-size: 1rem;
  }
  .p__main {
    padding-bottom: 5rem;
  }
  /* さらに詳しく知りたい方へ */
  .related-contents-wrapper {
    padding: 5rem 0;
  }
  .related-contents-box h3 {
    font-size: 1.5rem;
  }
}