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

/*************************
concept
************************ */
body {
  transition: all 0.5s ease 0s;
}
body.bg-black {
  background-color: #2d2d2d;
}

.p-concept-header {
  padding-top: 0;
}
.p-concept-header__link {
  position: absolute;
  top: -5rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-concept-header__link {
    top: auto;
    bottom: 2rem;
    right: 2rem;
  }
}
.p-concept-header__link .c-btn.-arrow1 {
  padding-right: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-concept-header__link .c-btn.-arrow1 {
    color: #fff;
  }
}
.p-concept-header__link .c-btn.-arrow1:before {
  width: 1.6rem;
  height: 1.6rem;
  transform: rotateZ(90deg);
  background-size: 0.57925rem 0.64745rem;
  top: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-concept-header__link .c-btn.-arrow1: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;
    background-size: 0.57925rem 0.64745rem;
  }
}
.p-concept-header__link .c-btn.-arrow1:after {
  content: none;
}
@media (hover: hover) {
  .p-concept-header__link:hover .c-btn.-arrow1:before {
    background-position: center;
    background-color: #ff6510;
  }
}
.p-concept-header__img {
  width: 100vw;
  max-height: 62rem;
  overflow: hidden;
  aspect-ratio: 1370/620;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .p-concept-header__img {
    aspect-ratio: 1/1;
  }
}
.p-concept-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept-lead {
  padding: 14rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead {
    padding: 5.6rem 0 7.2rem;
  }
}
.p-concept-lead__box {
  min-height: 160rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__box {
    min-height: auto;
  }
}
.p-concept-lead__heading {
  font-size: 3.8rem;
  line-height: 1.6842105263;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__heading {
    font-size: 2.1rem;
    line-height: 1.7142857143;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-concept-lead__intro {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  padding-top: 1rem;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__intro {
    padding-top: 0;
    margin-top: 4rem;
    position: relative;
  }
}
.p-concept-lead__intro p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__intro p + p {
    margin-top: 2.4rem;
  }
}
.p-concept-lead__intro.-intro01 {
  width: 45.7rem;
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__intro.-intro01 {
    width: 100%;
    top: auto;
    right: auto;
  }
}
.p-concept-lead__intro.-intro02 {
  width: 35rem;
  top: 72.3rem;
  left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__intro.-intro02 {
    width: 100%;
    top: auto;
    left: auto;
  }
}
.p-concept-lead__intro.-intro03 {
  width: 43rem;
  top: 124rem;
  right: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__intro.-intro03 {
    width: 100%;
    top: auto;
    right: auto;
  }
}
.p-concept-lead__img {
  overflow: hidden;
  background-color: #f4f4f4;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__img {
    margin-top: 4rem;
    position: relative;
  }
}
.p-concept-lead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-concept-lead__img.-img01 {
  width: 30rem;
  aspect-ratio: 1/1;
  top: 30rem;
  left: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__img.-img01 {
    width: 24rem;
    top: auto;
    left: auto;
    transform: translateX(-2.4rem);
  }
}
.p-concept-lead__img.-img02 {
  width: 54rem;
  aspect-ratio: 54/58;
  top: 52rem;
  right: -2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__img.-img02 {
    width: 30rem;
    top: auto;
    right: auto;
    margin-right: -2.4rem;
    margin-left: auto;
  }
}
.p-concept-lead__img.-img03 {
  width: 50rem;
  aspect-ratio: 50/32;
  top: 103.5rem;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__img.-img03 {
    width: 23rem;
    top: auto;
    left: auto;
    margin-left: -2.4rem;
  }
}
.p-concept-lead__text {
  font-size: 1.5rem;
  line-height: 2;
  color: #2d2d2d;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.p-concept-lead__text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__text p + p {
    margin-top: 1.6rem;
  }
}
.p-concept-lead__text.-text01 {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__text.-text01 {
    grid-column: 1;
    grid-row: auto;
  }
}
.p-concept-lead__text.-text02 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__text.-text02 {
    grid-column: 1;
    grid-row: auto;
  }
}
.p-concept-lead__bottom {
  display: grid;
  grid-template-columns: 35% 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  align-items: start;
}
@media screen and (max-width: 767.98px) {
  .p-concept-lead__bottom {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
}

@keyframes strip-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-concept-strip {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-concept-strip {
    padding-bottom: 6rem;
  }
}
.p-concept-strip__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  animation: strip-marquee 30s linear infinite;
}
.p-concept-strip__item {
  flex: 0 0 auto;
  width: 22vw;
  margin-right: 0.4rem;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767.98px) {
  .p-concept-strip__item {
    width: 40vw;
  }
}
.p-concept-strip__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .p-concept-strip__item:hover img {
    transform: scale(1.04);
  }
}

.p-concept-pillars {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars {
    padding: 6.4rem 0 8rem;
  }
}
.p-concept-pillars__head {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__head {
    margin-bottom: 5.6rem;
  }
}
.p-concept-pillars__title.c-pagehead__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-concept-pillars__title.c-pagehead__title:before {
  content: none !important;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__title.c-pagehead__title:after {
    font-size: 3.5rem;
    padding-bottom: 0;
  }
}
.p-concept-pillars__title.c-pagehead__title span {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__title.c-pagehead__title span {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    width: 100%;
    margin: 0 auto;
  }
}
.p-concept-pillars__title.c-pagehead__title span:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.bg-black .p-concept-pillars__title.c-pagehead__title {
  color: #fff;
}
.p-concept-pillars__lead {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__lead {
    font-size: 1.3rem;
    line-height: 1.85;
    margin-top: 2.4rem;
  }
}
.bg-black .p-concept-pillars__lead {
  color: #fff;
}
.p-concept-pillars__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__list {
    gap: 6.4rem;
  }
}
.p-concept-pillars__list:before {
  content: "";
  position: absolute;
  left: calc(45% + 9rem);
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #707070;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__list:before {
    display: none;
  }
}
.p-concept-pillars__item {
  display: flex;
  gap: 18rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__item {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-concept-pillars__item:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(45% + 9rem - 0.45rem);
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__item:after {
    display: none;
  }
}
.bg-black .p-concept-pillars__item:after {
  background-color: #2d2d2d;
}
.p-concept-pillars__img {
  flex: 0 0 45%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__img {
    flex: none;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.p-concept-pillars__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-concept-pillars__body {
  flex: 1;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__body {
    padding-top: 0;
  }
}
.p-concept-pillars__num {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__num {
    font-size: 1rem;
  }
}
.bg-black .p-concept-pillars__num {
  color: #fff;
}
.p-concept-pillars__name {
  font-size: 4.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__name {
    font-size: 3.4rem;
  }
}
.bg-black .p-concept-pillars__name {
  color: #fff;
}
.p-concept-pillars__catch {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__catch {
    font-size: 1.9rem;
    line-height: 1.5789473684;
    margin-top: 2.4rem;
  }
}
.bg-black .p-concept-pillars__catch {
  color: #fff;
}
.p-concept-pillars__text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 4rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__text {
    margin-top: 2.4rem;
    padding-right: 0;
  }
}
.bg-black .p-concept-pillars__text {
  color: #fff;
}
.p-concept-pillars__text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__text p + p {
    margin-top: 1.2rem;
  }
}
.p-concept-pillars__note {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-pillars__note {
    font-size: 1.1rem;
  }
}

.p-concept-photos {
  overflow: hidden;
}
.p-concept-photos__single {
  overflow: hidden;
}
.p-concept-photos__single img {
  width: 100%;
  height: auto;
  display: block;
}