.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-tagbox {
  padding: 0 0 8rem;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox {
    margin-top: 4rem;
    padding: 0 0 6rem;
  }
}
.c-tagbox__inner {
  background-color: #f4f4f4;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__inner {
    padding: 2rem;
    gap: 0;
  }
}
.c-tagbox__row {
  display: flex;
  align-items: stretch;
  gap: 2.8rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__row {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 1.6rem 0;
    border-top: 1px solid #c1c1c1;
  }
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__row:first-of-type {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__row:last-of-type {
    padding-bottom: 0;
  }
}
.c-tagbox__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d2d2d;
  white-space: nowrap;
  min-width: 11.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__label {
    min-width: 0;
    padding-top: 0;
  }
}
.c-tagbox__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__label:after {
    display: none;
  }
}
.c-tagbox__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__tags {
    gap: 0.8rem;
  }
}
.c-tagbox__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d2d2d;
  background-color: #fff;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__tag {
    padding: 0.6rem 0.8rem;
    border-radius: 0.2rem;
    min-height: 0;
    box-shadow: none;
  }
}
.c-tagbox__tag.-active {
  background-color: #2d2d2d;
  color: #fff;
  box-shadow: none;
}
@media (hover: hover) {
  .c-tagbox__tag:hover {
    background-color: #2d2d2d;
    color: #fff;
    border-color: #2d2d2d;
  }
}
@media screen and (max-width: 767.98px) {
  .c-tagbox__all-link {
    margin-top: 0.8rem;
  }
}

/*************************
works
************************ */
.p-works-header {
  padding-top: 8.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-header {
    padding-top: 7rem;
  }
}
.p-works-header .container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-header .container {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.p-works-list {
  padding-bottom: 10rem;
  background-color: #fff;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-list {
    padding-top: 0;
    padding-bottom: 4.8rem;
  }
}
.p-works-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-list__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-works-list__link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .p-works-list__link:hover {
    opacity: 1;
  }
  .p-works-list__link:hover .p-works-list__img img {
    transform: scale(1.04);
  }
}
.p-works-list__img {
  overflow: hidden;
  aspect-ratio: 321/214;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-list__img {
    margin-bottom: 0.8rem;
  }
}
.p-works-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.p-works-list__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 1.6rem;
  letter-spacing: 0.06em;
}
.p-works-pager {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-works-pager {
    margin-top: 4rem;
  }
}
.p-works-pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.4rem;
}
.p-works-pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #2d2d2d;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 767.98px) {
  .p-works-pager__link {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-works-pager__link:hover {
    background-color: #2d2d2d;
    color: #fff;
  }
}
.p-works-pager__item.-active .p-works-pager__link {
  background-color: #2d2d2d;
  color: #fff;
}
@media (hover: hover) {
  .p-works-pager__item.-prev .p-works-pager__link:hover, .p-works-pager__item.-next .p-works-pager__link:hover {
    background-color: #2d2d2d;
    color: #fff;
  }
}
.p-works-pager__arrow {
  display: block;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
}