/*************************************************

works-sorts

*************************************************/
/* works-sorts
---------------------------------------*/
.works-sorts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(112rem, 100% - 3.6rem);
  margin: 0 auto 8rem;
  padding: 4rem;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .works-sorts {
    width: 100%;
    margin-bottom: 5rem;
    padding: 2rem 1.8rem 3rem;
  }
}

.works-sorts-title {
  margin-bottom: 1.5rem;
  color: #234F90;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .works-sorts-title {
    font-size: 1.6rem;
  }
}

.works-sorts-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .works-sorts-list01 {
    gap: 1.2rem 1.5rem;
  }
}

.works-sorts-list01__acnhor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: calc(20% - 2rem);
  min-height: 6.3rem;
  color: #507AB9;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 700;
  background-color: #fff;
  border: #507AB9 solid 1px;
  border-radius: 0.6rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 993px) {
  .works-sorts-list01__acnhor:hover {
    color: #fff;
    background-color: #507AB9;
  }
}
@media screen and (max-width: 992px) {
  .works-sorts-list01__acnhor {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media screen and (max-width: 767px) {
  .works-sorts-list01__acnhor {
    width: calc(50% - 0.75rem);
    font-size: 1.4rem;
  }
}

.works-sorts-border {
  margin: 3rem 0;
  padding: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #507AB9;
}
@media screen and (max-width: 767px) {
  .works-sorts-border {
    margin: 2rem 0;
  }
}

/* works-sorts
---------------------------------------*/
.works-sorts-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .works-sorts-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .works-sorts-list02__group {
    width: 100%;
  }
}

.works-sorts-list02__group-inner {
  position: relative;
  height: 4.8rem;
  background-color: #fff;
  border: #507AB9 solid 1px;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .works-sorts-list02__group-inner {
    height: 4.2rem;
  }
}

.works-sorts-list02__select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.4rem;
  color: #05124A;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .works-sorts-list02__select {
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
.works-sorts-list02__select option {
  color: #05124A;
}

.works-sorts-list02__arw {
  position: absolute;
  top: 0;
  right: 2.4rem;
  height: 100%;
  width: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

/* works-list
---------------------------------------*/
.works-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 8rem;
  width: min(104rem, 100% - 3.6rem);
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .works-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: calc(50% - 4rem);
  color: #131313;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .works-list__item {
    width: 100%;
  }
}
.works-list__item a {
  text-decoration: none;
}

.works-list__item-img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 48/27;
  background-color: #234F90;
}
@media screen and (min-width: 768px) {
  .works-list__item-img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .works-list__item-img:hover::before {
    opacity: 0.4;
  }
}
.works-list__item-img img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}
.works-list__item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #234F90;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}

.works-list__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #234F90;
}
.works-list__item-tags .in-tag {
  padding: 0.3rem 0.8rem;
  color: #05124A;
  background-color: #F3F3F3;
  border-radius: 0.4rem;
  border: #F3F3F3 solid 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .works-list__item-tags .in-tag:hover {
    background-color: transparent;
  }
}

.works-list__item-title {
  display: block;
  margin-top: 1.5rem;
  color: #131313;
  line-height: 1.8;
}

.works-list__item-spec {
  margin-top: 0.5rem;
  font-size: 0.8em;
  line-height: 1.5;
}

/*************************************************

works-detail

*************************************************/
/* works-detail-slide
---------------------------------------*/
.works-detail-slide {
  overflow: hidden;
}

.works-detail-slide__img {
  width: 100%;
  height: auto;
  aspect-ratio: 92/52;
}
.works-detail-slide__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.works-detail-slide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem;
  margin-top: 3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .works-detail-slide__pagination {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.works-detail-slide__pagination .swiper-pagination-bullet {
  width: calc(33.3333333333% - 2.2666666667rem);
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 28/16;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .works-detail-slide__pagination .swiper-pagination-bullet {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
}
@media screen and (min-width: 768px) {
  .works-detail-slide__pagination .swiper-pagination-bullet:hover img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
}
.works-detail-slide__pagination .swiper-pagination-bullet img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.works-detail-slide__pagination .swiper-pagination-bullet-active img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/* works-detail-conts
---------------------------------------*/
.works-detail-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
  margin-top: 4rem;
}
.works-detail-conts > * {
  width: 100%;
}

/* works-detail-discs
---------------------------------------*/
.works-detail-discs a {
  color: #131313;
}

.works-detail-discs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}

.works-detail-discs__title {
  font-weight: 500;
  white-space: nowrap;
}

/* works-detail-catalog
---------------------------------------*/
.works-detail-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .works-detail-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.works-detail-catalog__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
  line-height: 0;
}

.works-detail-catalog__img-el {
  max-width: 26rem;
  max-height: 37rem;
}

.works-detail-catalog__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .works-detail-catalog__btns {
    margin-top: 3rem;
  }
}
.works-detail-catalog__btns .parts-btn01__anchor {
  width: 19rem;
}

/* works-detail-body
---------------------------------------*/
.works-detail-body {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .works-detail-body {
    font-size: 1.4rem;
  }
}
.works-detail-body * {
  max-width: 100% !important;
}
.works-detail-body::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.works-detail-body h1, .works-detail-body h2 {
  position: relative;
  margin: 3em 0 1em;
  padding-bottom: 0.4em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #C3C3C3 solid 3px;
}
@media screen and (max-width: 767px) {
  .works-detail-body h1, .works-detail-body h2 {
    font-size: 1.8rem;
    border-width: 2px;
  }
}
.works-detail-body h1::before, .works-detail-body h2::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 12rem;
  height: 3px;
  background-color: #507AB9;
}
@media screen and (max-width: 767px) {
  .works-detail-body h1::before, .works-detail-body h2::before {
    width: 8rem;
    height: 2px;
  }
}
.works-detail-body h3, .works-detail-body h4, .works-detail-body h5, .works-detail-body h6 {
  margin: 2em 0 0.8em;
  color: #234F90;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .works-detail-body h3, .works-detail-body h4, .works-detail-body h5, .works-detail-body h6 {
    font-size: 1.6rem;
  }
}
.works-detail-body h1:first-child, .works-detail-body h2:first-child, .works-detail-body h3:first-child, .works-detail-body h4:first-child, .works-detail-body h5:first-child, .works-detail-body h6:first-child {
  margin-top: 0;
}
.works-detail-body > * {
  margin-bottom: 2.5em;
}
.works-detail-body li {
  position: relative;
  margin-bottom: 0.3em;
}
.works-detail-body ol {
  padding-left: 1.5em;
}
.works-detail-body ol li {
  list-style: decimal outside;
}
.works-detail-body ul {
  padding-left: 1.7em;
}
.works-detail-body ul li {
  list-style: disc outside;
}
.works-detail-body strong {
  font-weight: 700;
}
.works-detail-body em {
  font-style: italic;
}
.works-detail-body figcaption {
  font-size: 1rem;
  text-align: center;
}
.works-detail-body * + figcaption {
  margin-top: 1.5em;
}
.works-detail-body blockquote {
  display: block;
  margin: 1.5em 0;
  padding: 1em;
  background: #f5f5f5;
}
.works-detail-body blockquote p {
  margin-bottom: 0;
}
.works-detail-body *:last-child {
  margin-bottom: 0;
}