.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;
}

.p-performance .p-performance-block {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block {
    margin-top: 4rem;
  }
}
.p-performance .p-performance-block:first-child {
  margin-top: 0;
}
.p-performance .p-performance-block.-box {
  padding: 3rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block.-box {
    padding: 3rem 2rem;
  }
}
.p-performance .p-performance-block__title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.p-performance .p-performance-block__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #444;
}
.p-performance .p-performance-block__text + .p-performance-block__text {
  margin-top: 2.4rem;
}
.p-performance .p-performance-block__sub-title {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 1.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-performance .p-performance-block__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ff6510;
}
.p-performance .p-performance-block__source {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #666;
  margin-top: 1.6rem;
  letter-spacing: 0.04em;
}
.p-performance .p-performance-block__fig {
  margin: 0;
  margin-top: 3.6rem;
}
.p-performance .p-performance-block__fig img {
  display: block;
  width: 100%;
  height: auto;
}
.p-performance .p-performance-block__fig-note {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-performance .p-performance-block__fig.-neoma_chart {
  padding: 3.4rem 13rem 2rem;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__fig.-neoma_chart {
    padding: 2rem 1.6rem 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__fig.-neoma_chart .p-performance-block__fig-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__fig.-neoma_chart .p-performance-block__fig-track {
    width: -moz-max-content;
    width: max-content;
  }
  .p-performance .p-performance-block__fig.-neoma_chart .p-performance-block__fig-track img {
    width: auto;
    max-width: none;
    height: 30rem;
  }
}
.p-performance .p-performance-block__fig.-neoma_chart .p-performance-block__fig-note {
  margin-top: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__fig.-neoma_chart .p-performance-block__fig-note {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-performance .p-performance-block__fig.-rs {
  margin-left: auto;
  width: 38rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__fig.-rs {
    width: 100%;
  }
}
.p-performance .p-performance-block__note-box {
  margin-top: 3.6rem;
  padding: 2.5rem 2.8rem;
  background: #f4f4f4;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__note-box {
    margin-top: 3rem;
    padding: 2.5rem 2.8rem;
  }
}
.p-performance .p-performance-block__scroll {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-performance .p-performance-block__scroll {
    display: flex !important;
  }
}
.p-performance .p-performance-block__scroll::before {
  content: "";
  display: block;
  background: url(../img/performance/icon_scroll.svg) center center/contain no-repeat;
  width: 2rem;
  height: 2.2rem;
}

.p-performance-hero {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-hero {
    margin-bottom: 5rem;
  }
}
.p-performance-hero__img {
  width: 100%;
  max-height: 62rem;
  aspect-ratio: 1370/620;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-performance-hero__img {
    aspect-ratio: 1/1;
  }
}
.p-performance-hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-performance-lead {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-lead {
    margin-bottom: 6rem;
  }
}
.p-performance-lead__inner {
  display: flex;
  justify-content: space-between;
  gap: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-lead__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-performance-lead__heading {
  flex-shrink: 0;
  font-size: 3.8rem;
  line-height: 1.5263157895;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-performance-lead__heading {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.p-performance-lead__body {
  width: 56%;
}
@media screen and (max-width: 767.98px) {
  .p-performance-lead__body {
    width: 100%;
  }
}
.p-performance-lead__body p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #444;
}
.p-performance-lead__body p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-lead__body p {
    line-height: 2.2;
  }
}

.p-performance-wrap {
  background: #f4f4f4;
}

.p-performance-gx {
  padding-top: 9rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx {
    margin-bottom: 6rem;
  }
}
.p-performance-gx__head {
  text-align: center;
  margin-bottom: 4rem;
}
.p-performance-gx__sub {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__sub {
    font-size: 1.4rem;
  }
}
.p-performance-gx__title {
  margin-bottom: 1rem;
  font-size: 3.8rem;
  line-height: 1.4736842105;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.p-performance-gx__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__list {
    display: block;
  }
}
.p-performance-gx__card {
  background-color: #5f5f66;
  border-radius: 1rem;
  padding: 3.2rem 1.6rem 2.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__card {
    margin-bottom: 1rem;
    padding: 3rem 2rem 1.8rem;
  }
}
.p-performance-gx__card:last-of-type {
  margin-bottom: 0;
}
.p-performance-gx__label {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  letter-spacing: 0.1em;
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__label {
    font-size: 2rem;
    line-height: 1.1;
    min-height: 4.4rem;
  }
}
.p-performance-gx__num {
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0.8rem 0 1.6rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__num {
    margin: 0.4rem 0 1rem;
    font-size: 7.6rem;
  }
}
.p-performance-gx__num .-avg {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-right: 0.6rem;
  align-self: center;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__num .-avg {
    font-size: 2.9rem;
    margin-right: 0.2rem;
  }
}
.p-performance-gx__num .-unit {
  font-size: 2.3rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__num .-unit {
    font-size: 2rem;
  }
}
.p-performance-gx__num .-suf {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.7rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__num .-suf {
    font-size: 2.4rem;
  }
}
.p-performance-gx__num .-ast {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  align-self: center;
}
.p-performance-gx__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__desc {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-performance-gx__note {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767.98px) {
  .p-performance-gx__note {
    font-size: 1.2rem;
  }
}

.p-performance-band {
  position: relative;
  margin-bottom: 10rem;
  aspect-ratio: 1366/382;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-performance-band {
    margin-bottom: 9rem;
    aspect-ratio: 375/280;
  }
}
.p-performance-band__img {
  position: absolute;
  inset: 0;
  margin: 0;
}
.p-performance-band__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-performance-band__img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #172839;
  opacity: 0.45;
  mix-blend-mode: multiply;
}
.p-performance-band.-performance .p-performance-band__img img {
  -o-object-position: center 56%;
     object-position: center 56%;
}
.p-performance-band.-structure .p-performance-band__img img {
  -o-object-position: center 66%;
     object-position: center 66%;
}
.p-performance-band__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 2.4rem;
}
.p-performance-band__title {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.p-performance-band__sub {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

.p-performance-spec {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec {
    margin-bottom: 6rem;
  }
}
.p-performance-spec__item {
  display: flex;
  align-items: center;
  gap: 5.4rem;
  background: #fff;
  padding: 3.8rem 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__item {
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem 1.6rem;
  }
}
.p-performance-spec__item + .p-performance-spec__item {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__item + .p-performance-spec__item {
    margin-top: 5rem;
  }
}
.p-performance-spec__body {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__body {
    width: 100%;
  }
}
.p-performance-spec__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__head {
    gap: 1.6rem;
  }
}
.p-performance-spec__badge {
  flex-shrink: 0;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.5rem;
  background-color: #5f5f66;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__badge {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.p-performance-spec__badge small {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.p-performance-spec__badge b {
  font-size: 5.4rem;
  line-height: 0.8;
  margin-top: 0.4rem;
  font-weight: 600;
}
.p-performance-spec__pre {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
}
.p-performance-spec__title {
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-performance-spec__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #444;
}
.p-performance-spec__note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 300;
  margin-top: 1.6rem;
  letter-spacing: 0.06em;
}
.p-performance-spec__fig {
  flex-shrink: 0;
  width: 58rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-performance-spec__fig {
    width: 100%;
  }
}
.p-performance-spec__fig img {
  display: block;
  width: 100%;
  height: auto;
}

.p-performance-sec {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-sec {
    padding-bottom: 5rem;
  }
}

.p-performance-acc__bar {
  position: relative;
  background-color: #5f5f66;
  color: #fff;
  padding: 1.4rem 7rem 1.4rem 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-performance-acc__bar {
    font-size: 2rem;
    line-height: 1.45;
    padding: 1.5rem 5rem 1.5rem 2.4rem;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.p-performance-acc__bar:before, .p-performance-acc__bar:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 2px) / 2);
  right: 2.4rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .p-performance-acc__bar:before, .p-performance-acc__bar:after {
    width: 1.8rem;
    right: 1.6rem;
  }
}
.p-performance-acc__bar:after {
  transform: rotateZ(90deg);
}
.p-performance-acc__bar.close:after {
  transform: rotateZ(0);
  opacity: 0;
}
.p-performance-acc__ttl {
  flex: 1 1 auto;
}
.p-performance-acc__tags {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}
.p-performance-acc__tag {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.6rem 1rem;
  background: #fff;
  color: #5f5f66;
}
.p-performance-acc__body {
  padding-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-acc__body {
    padding-top: 2.4rem;
  }
}

.p-performance-neoma__intro {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-performance-neoma__intro {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-performance-neoma__text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #444;
}
.p-performance-neoma__lambda {
  flex-shrink: 0;
  width: 54rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-performance-neoma__lambda {
    width: 100%;
  }
}
.p-performance-neoma__lambda img {
  display: block;
  width: 100%;
  height: auto;
}
.p-performance-neoma__usage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-neoma__usage {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-performance-neoma__usage {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-performance-neoma__usage li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-performance-neoma__usage li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.p-performance-neoma__usage li p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-performance-neoma__usage li p {
    font-size: 1.1rem;
    line-height: 1.3636363636;
  }
}
.p-performance-neoma__usage li img {
  display: block;
  width: 100%;
  height: auto;
}

.p-performance-method {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-method {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-performance-method__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  text-align: center;
  background: #e8e8e8;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-method__card {
    padding: 2.4rem 1.6rem;
  }
}
.p-performance-method__card.-joyful {
  background: #ff6510;
}
.p-performance-method__box {
  flex: 1;
  padding: 2rem 3rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-method__box {
    padding: 1.6rem;
  }
}
.p-performance-method__label {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #666;
}
@media screen and (max-width: 767.98px) {
  .p-performance-method__label {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
}
.-joyful .p-performance-method__label {
  color: #fff;
}
.p-performance-method__name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-method__name {
    font-size: 2rem;
  }
}
.p-performance-method__fig {
  margin: 2.4rem 0;
}
.p-performance-method__fig img {
  display: block;
  width: 100%;
  height: auto;
}
.p-performance-method__note {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #444;
}

.p-performance-duo {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-duo {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-performance-duo__item {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.p-performance-duo__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-performance-duo__item.-scroll .p-performance-duo__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-performance-duo__item.-scroll .p-performance-duo__scroll img {
    width: auto;
    height: 36rem;
    max-width: none;
  }
}

.p-performance-shorei__list {
  margin: 2rem 0;
  counter-reset: shorei;
}
.p-performance-shorei__list li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #444;
}
.p-performance-shorei__list li + li {
  margin-top: 0.8rem;
}
.p-performance-shorei__list li:before {
  counter-increment: shorei;
  content: counter(shorei);
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #ff6510;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.p-performance-chouki {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-chouki {
    margin-bottom: 5rem;
  }
}
.p-performance-chouki__inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-chouki__inner {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}
.p-performance-chouki__body {
  flex: 1;
}
.p-performance-chouki__title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance-chouki__title {
    font-size: 2.2rem;
  }
}
.p-performance-chouki__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #444;
}
@media screen and (max-width: 767.98px) {
  .p-performance-chouki__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-performance-chouki__note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1.2rem;
}
.p-performance-chouki__img {
  flex-shrink: 0;
  width: 30rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-performance-chouki__img {
    width: 100%;
  }
}
.p-performance-chouki__img img {
  display: block;
  width: 100%;
  height: auto;
}

.other-links {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .other-links {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.other-links__inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .other-links__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.other-links__item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (hover: hover) {
  .other-links__item:hover {
    opacity: 1;
  }
  .other-links__item:hover img {
    transform: scale(1.05);
  }
  .other-links__item:hover button.-arrow1:before {
    background-position: 150% center;
  }
  .other-links__item:hover button.-arrow1:after {
    opacity: 1;
    transform: translateX(0);
    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;
    background-color: #fff;
  }
}
.other-links__img {
  position: relative;
  overflow: hidden;
}
.other-links__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgb(51, 51, 51) 100%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.other-links__img img {
  transition: all 0.5s ease 0s;
}
.other-links__btn {
  width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.other-links__btn button {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
}
.other-links__btn button span {
  display: block;
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #c1c1c1;
  letter-spacing: 0.08em;
}
.other-links__btn button.-arrow1 {
  line-height: 1.5;
}
.other-links__btn button.-arrow1:before {
  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;
  background-color: #fff;
}