.container {
  width: 100%;
  max-width: 116.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 2.4rem;
  }
}

.c-breadcrumb {
  max-width: 136.6rem;
  margin: 0 auto 10.8rem;
  padding: 2.4rem 3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin: 0 auto 6rem;
    padding: 2rem 2rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list > li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li {
    white-space: nowrap;
  }
}
.c-breadcrumb__list > li a {
  color: rgba(0, 0, 0, 0.4);
}
.c-breadcrumb__list > li::after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__list > li:last-child::after {
  display: none;
}

.c-pagehead {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead {
    margin-bottom: 2.2rem;
  }
}
.c-pagehead__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.c-pagehead__title::after {
  position: relative;
  z-index: 1;
  margin-top: 1.3rem;
  margin-bottom: -2px;
  padding-bottom: 2.4rem;
  content: attr(data-title-en);
  display: block;
  letter-spacing: 0.02em;
  font-size: 6.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2096774194;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead__title::after {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.c-pagehead.-dotted {
  border-bottom: none;
  margin-bottom: 0;
}
.c-pagehead.-dotted .c-pagehead__title {
  position: relative;
}
.c-pagehead.-dotted .c-pagehead__title:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-pagehead.-dotted .c-pagehead__title:after {
  border-bottom: none;
}
.c-pagehead.-dotted .c-pagehead__title span {
  padding-left: 1.6rem;
}

.c-pagehead-single {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead-single {
    margin-bottom: 2.4rem;
  }
}
.c-pagehead-single__label {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2rem;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead-single__label {
    padding-bottom: 1.2rem;
  }
}
.c-pagehead-single__label:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6510;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.c-btn {
  position: relative;
}
.c-btn.-arrow1 {
  padding-right: 4.8rem;
  text-align: left;
  position: relative;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23ffffff" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-color: #000;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1:after {
  opacity: 0;
  content: "";
  display: block;
  width: 1.1585rem;
  height: 1.2949rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23ffffff" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
  position: absolute;
  top: calc((100% - 1.2949rem) / 2);
  right: 1.3rem;
  transform: translateX(-1rem);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
  }
  .c-btn.-arrow1:hover:before {
    background-position: 150% center;
  }
  .c-btn.-arrow1:hover:after {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-more .c-btn.-arrow1 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 5.6rem 0 0;
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
}
.c-btn.-arrow1.-box {
  width: 100%;
  max-width: 28rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 1.6rem 6.8rem 1.6rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 767.98px) {
  .c-btn.-arrow1.-box {
    max-width: none;
  }
}
.c-btn.-arrow1.-box:before {
  right: 1.6rem;
}
.c-btn.-arrow1.-box:after {
  right: 2.8rem;
}
.c-btn.-arrow1.-box.-org {
  background-color: #ff6510;
  color: #fff;
  border: 1px solid #ff6510;
}
.c-btn.-arrow1.-box.-org:before {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23ff6510" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
}
.c-btn.-arrow1.-box.-org:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23ff6510" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
}
@media (hover: hover) {
  .c-btn.-arrow1.-box.-org:hover:before {
    background-position: 150% center;
  }
}
.c-btn.-arrow1.-box.-bk {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.c-btn.-arrow1.-box.-bk:before {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23000000" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
}
.c-btn.-arrow1.-box.-bk:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23000000" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
}
@media (hover: hover) {
  .c-btn.-arrow1.-box.-bk:hover:before {
    background-position: 150% center;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
@media screen and (max-width: 767.98px) {
  .c-pagination-single {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.c-pagination-single__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767.98px) {
  .c-pagination-single__container {
    gap: 1rem;
    margin-top: 4rem;
    padding-top: 1.6rem;
  }
}
.c-pagination-single__prev, .c-pagination-single__next {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-pagination-single__prev, .c-pagination-single__next {
    font-size: 1.2rem;
  }
}
.c-pagination-single__prev:before, .c-pagination-single__next:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #ff6510;
  border-left: 2px solid #ff6510;
  transform: rotate(-45deg);
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  transition: all 0.3s ease 0s;
}
.c-pagination-single__prev.-disabled:before, .c-pagination-single__next.-disabled:before {
  content: none;
}
.c-pagination-single__prev {
  padding-left: 1.6rem;
}
.c-pagination-single__prev:before {
  left: 0;
}
@media (hover: hover) {
  .c-pagination-single__prev:hover:before {
    left: -0.4rem;
  }
}
.c-pagination-single__next {
  padding-right: 1.6rem;
}
.c-pagination-single__next:before {
  right: 0;
  transform: scaleX(-1) rotate(-45deg);
}
@media (hover: hover) {
  .c-pagination-single__next:hover:before {
    right: -0.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-pagination-single__back.c-btn.-arrow1.-box {
    width: 10.4rem;
    height: 3.6rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .c-pagination-single__back.c-btn.-arrow1.-box:before, .c-pagination-single__back.c-btn.-arrow1.-box:after {
    content: none;
  }
}
.c-detail-contents > * {
  margin-top: 3.6rem;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents > * {
    margin-top: 2.4rem;
  }
}
.c-detail-contents > *:first-child {
  margin-top: 0;
}
.c-detail-contents h2 {
  border-bottom: 1px solid #ff6510;
  padding: 1.4rem 0;
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff6510;
}
.c-detail-contents h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  border-left: 2px solid #ff6510;
  padding-left: 1.6rem;
  font-weight: 700;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents h3 {
    margin-top: 4rem;
  }
}
.c-detail-contents h4 {
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 4.8rem;
  padding: 1rem 1.2rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents h4 {
    margin-top: 4rem;
  }
}
.c-detail-contents h5,
.c-detail-contents h6 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-detail-contents p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.c-detail-contents ul li {
  padding-left: 2rem;
  margin-top: 0.8rem;
  position: relative;
}
.c-detail-contents ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  border-radius: 200rem;
  position: absolute;
  top: 0.7rem;
  left: 0.2rem;
}
.c-detail-contents ul li:first-of-type {
  margin-top: 0;
}
.c-detail-contents ol {
  counter-reset: num;
}
.c-detail-contents ol > li {
  position: relative;
  padding-left: 2rem;
  margin-top: 0.6rem;
}
.c-detail-contents ol > li:before {
  counter-increment: num;
  content: counter(num) ".";
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ff6510;
  position: absolute;
  top: 0;
  left: 0;
}
.c-detail-contents a {
  display: inline;
}
.c-detail-contents .wp-block-image figcaption {
  padding-top: 0.8rem;
  text-align: right;
}
.c-detail-contents .wp-block-image figcaption.wp-element-caption {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents .wp-block-image figcaption.wp-element-caption {
    font-size: 1.3rem;
  }
}
.c-detail-contents .wp-block-columns {
  gap: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents .wp-block-buttons {
    text-align: center;
  }
}
.c-detail-contents .wp-block-buttons .is-style-arrow01 a {
  display: inline-block;
  min-width: 47.4rem;
  text-align: center;
  border-radius: 200rem;
  padding: 2rem 4rem;
  color: #fff;
  background-color: #e02020;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents .wp-block-buttons .is-style-arrow01 a {
    width: calc(100% - 12rem);
  }
}
.c-detail-contents .wp-block-buttons .is-style-arrow01 a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 3rem;
}
.c-detail-contents .wp-block-buttons .is-style-arrow02 a {
  display: inline-block;
  min-width: 38rem;
  padding: 3.2rem 4rem;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-detail-contents .wp-block-buttons .is-style-arrow02 a {
    width: calc(100% - 12rem);
  }
}
.c-detail-contents .wp-block-buttons .is-style-arrow02 a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 3rem;
}
.c-detail-contents .wp-block-table {
  font-size: medium;
}
.c-detail-contents .wp-block-table table {
  width: 100%;
}
.c-detail-contents .wp-block-table table tr th,
.c-detail-contents .wp-block-table table tr td {
  border: 1px solid #707070;
  padding: 1.2rem 2rem;
}
.c-detail-contents .wp-block-table.is-style-stripes table tr th,
.c-detail-contents .wp-block-table.is-style-stripes table tr td {
  border: none;
  padding: 1.2rem 2rem;
}
.c-detail-contents .wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.c-detail-contents .wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #fff;
}

.p-blog-detail {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail {
    padding-bottom: 6rem;
    margin-top: 4rem;
  }
}
.p-blog-detail .container {
  max-width: 116.6rem;
}
.p-blog-detail-head {
  width: min(116.6rem, 100vw);
  margin-left: calc(50% - 50vw + max(0px, (100vw - 116.6rem) / 2));
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-head {
    width: auto;
    margin-left: 0;
    padding: 0;
  }
}
.p-blog-detail-head__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-blog-detail-head__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  height: 2.4rem;
  padding: 0 0.8rem;
  background: #000;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.p-blog-detail-head__title {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-head__title {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.p-blog-detail__layout {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  gap: 10.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail__layout {
    flex-direction: column;
    gap: 6rem;
    margin-top: 3rem;
  }
}
.p-blog-detail-side {
  width: 26.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-side {
    width: 100%;
    order: 2;
  }
}
.p-blog-detail-side__box {
  position: sticky;
  top: 10rem;
}
.p-blog-detail-side__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.8rem;
  position: relative;
}
.p-blog-detail-side__title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: calc((100% - 2rem - 0.8rem) / 2);
  left: 0;
}
.p-blog-detail-side__section {
  margin-top: 4rem;
}
.p-blog-detail-side__section:first-of-type {
  margin-top: 0;
}
.p-blog-detail-side__section.-area .p-blog-detail-side__title::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.83 19.96"><clipPath id="clippath"><rect width="14.83" height="19.96"/></clipPath><g><g><g><path fill="%23ff6510" d="M7.41,0C3.32,0,0,3.32,0,7.41h0c0,4.1,7.41,12.54,7.41,12.54,0,0,7.41-8.45,7.41-12.54S11.51,0,7.41,0h0M7.29,9.29c-1.37-.07-2.42-1.24-2.35-2.61s1.24-2.42,2.61-2.35,2.42,1.24,2.35,2.61h0c-.07,1.37-1.24,2.42-2.61,2.35"/></g></g></g></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 14.83/19.96;
}
.p-blog-detail-side__section.-tags .p-blog-detail-side__title::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.93 22.49"><clipPath id="clippath"><rect width="18.93" height="22.49"/></clipPath><g><g><g><path fill="%23ff6510" d="M4.46,2.57l-2.31,6.3,7.86,13.62,8.92-5.15L11.07,3.73l-6.61-1.15ZM7.36,7.6c-.54.31-1.22.13-1.53-.41-.31-.54-.13-1.22.41-1.53s1.22-.13,1.53.41c0,0,0,0,0,0,.31.54.12,1.22-.41,1.53"/></g></g></g></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 18.93/22.49;
}
.p-blog-detail-side__area li, .p-blog-detail-side__tags li {
  margin-top: 1.2rem;
}
.p-blog-detail-side__area li:first-of-type, .p-blog-detail-side__tags li:first-of-type {
  margin-top: 0;
}
.p-blog-detail-side__link, .p-blog-detail-side__tag {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding-left: 1.8rem;
  position: relative;
}
.p-blog-detail-side__link:before, .p-blog-detail-side__tag:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.2rem;
  background-color: #666;
  position: absolute;
  top: calc((100% - 0.2rem) / 2);
  left: 0;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .p-blog-detail-side__link:hover, .p-blog-detail-side__tag:hover {
    color: #ff6510;
    opacity: 1;
  }
  .p-blog-detail-side__link:hover::before, .p-blog-detail-side__tag:hover::before {
    background-color: #ff6510;
  }
}
.p-blog-detail-side__label {
  margin: 0 0 0.8rem;
  color: #ff6510;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-blog-detail-side__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  margin: 2rem 0 0;
  padding: 0.4rem 1rem;
  background: #d84ab6;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-blog-detail-main {
  width: calc(100% - 26.4rem - 10.2rem);
  min-width: 0;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-main {
    order: 1;
    width: 100%;
  }
}
.p-blog-detail-hero img {
  width: 100%;
  aspect-ratio: 800/460;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-detail-toc {
  margin-top: 4rem;
  padding: 3rem;
  background: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-toc {
    margin-top: 1.8rem;
    padding: 1.6rem 2.4rem;
  }
}
.p-blog-detail-toc__list {
  counter-reset: toc;
}
.p-blog-detail-toc__list li {
  border-bottom: 1px solid #c1c1c1;
  padding-left: 2.8rem;
  position: relative;
}
.p-blog-detail-toc__list li:before {
  content: counter(toc);
  counter-increment: toc;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff6510;
  position: absolute;
  top: 2.1rem;
  left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-toc__list li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-blog-detail-toc__list li a {
  position: relative;
  display: block;
  padding: 1.2rem 2rem 1.2rem 0;
  font-size: 1.4rem;
  line-height: 2.2142857143;
  font-weight: 500;
  padding-left: 1.2rem;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-toc__list li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.6428571429;
  }
}
.p-blog-detail-toc__list li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.8rem;
  background-color: #c1c1c1;
  position: absolute;
  top: calc((100% - 1.8rem) / 2);
  left: 0;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-toc__list li a:before {
    height: calc(100% - 2rem);
    top: 1rem;
  }
}
.p-blog-detail-toc__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid #ff6510;
  border-bottom: 2px solid #ff6510;
  transform: translateY(-60%) rotate(45deg);
}
.p-blog-detail-body {
  margin-top: 4rem;
  color: #2d2d2d;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-body {
    margin-top: 3rem;
    font-size: 1.3rem;
    line-height: 1.95;
  }
}
.p-blog-detail-gallery {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-gallery {
    margin-top: 3.6rem;
  }
}
.p-blog-detail-gallery__main, .p-blog-detail-gallery__item {
  margin: 0;
}
.p-blog-detail-gallery__main img, .p-blog-detail-gallery__item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-detail-gallery__main img {
  aspect-ratio: 760/427;
}
.p-blog-detail-gallery__sub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-gallery__sub {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
}
.p-blog-detail-gallery__item img {
  aspect-ratio: 375/211;
}
.p-blog-detail-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.6rem;
  margin-top: 5.2rem;
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-nav {
    gap: 0.8rem;
    margin-top: 4rem;
    padding-top: 1.8rem;
  }
}
.p-blog-detail-nav__prev, .p-blog-detail-nav__next {
  position: relative;
  color: rgba(0, 0, 0, 0.74);
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-nav__prev, .p-blog-detail-nav__next {
    font-size: 1rem;
  }
}
.p-blog-detail-nav__prev::before, .p-blog-detail-nav__next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #ff6510;
  border-right: 1px solid #ff6510;
  transform: translateY(-50%) rotate(45deg);
}
.p-blog-detail-nav__prev {
  justify-self: start;
  padding-left: 1.4rem;
}
.p-blog-detail-nav__prev::before {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.p-blog-detail-nav__next {
  justify-self: end;
  padding-right: 1.4rem;
}
.p-blog-detail-nav__next::before {
  right: 0;
}
.p-blog-detail-nav__back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  height: 3.8rem;
  padding: 0 4.6rem 0 1.8rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-blog-detail-nav__back {
    min-width: 9.8rem;
    height: 3.6rem;
    padding: 0 4rem 0 1.4rem;
    font-size: 1.05rem;
  }
}
.p-blog-detail-nav__back::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
.p-blog-detail-nav__back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.68rem;
  height: 0.68rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}