.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-news-detail {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-news-detail {
    padding-bottom: 6rem;
    margin-top: 4rem;
  }
}
.p-news-detail__article {
  max-width: 94rem;
  margin: 0 auto;
}
.p-news-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-news-detail-head {
    width: auto;
    margin-left: 0;
    padding: 0;
  }
}
.p-news-detail-head__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-news-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-news-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-news-detail-head__title {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.p-news-detail-hero {
  max-width: 80rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-news-detail-hero {
    margin-top: 2.8rem;
  }
}
.p-news-detail-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 670/377;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-detail-body {
  max-width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-news-detail-body {
    margin-top: 3.2rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-news-detail-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.6rem;
  max-width: 100%;
  margin-top: 7.2rem;
  padding-top: 2.4rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767.98px) {
  .p-news-detail-nav {
    gap: 0.8rem;
    margin-top: 4rem;
    padding-top: 1.8rem;
  }
}
.p-news-detail-nav__prev, .p-news-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-news-detail-nav__prev, .p-news-detail-nav__next {
    font-size: 1rem;
  }
}
.p-news-detail-nav__prev::before, .p-news-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-news-detail-nav__prev {
  justify-self: start;
  padding-left: 1.4rem;
}
.p-news-detail-nav__prev::before {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.p-news-detail-nav__next {
  justify-self: end;
  padding-right: 1.4rem;
}
.p-news-detail-nav__next::before {
  right: 0;
}
.p-news-detail-nav__back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.6rem;
  height: 4.4rem;
  padding: 0 4.8rem 0 2.2rem;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-news-detail-nav__back {
    min-width: 11rem;
    height: 3.8rem;
    padding: 0 4rem 0 1.6rem;
    font-size: 1.1rem;
  }
}
.p-news-detail-nav__back::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
.p-news-detail-nav__back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}