@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.works-article {
  position: relative;
}
.works-article:before {
  content: "";
  width: 100%;
  height: clamp(210px, 27vw, 420px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-article {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works-article {
    padding-top: 20px;
  }
}

.works-article__name {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .works-article__name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .works-article__name {
    font-size: 23px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .works-article__swiperWrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works-article__swiperWrap {
    margin-top: 30px;
  }
}
.works-article__swiperWrap .splide__slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .works-article__swiperWrap .splide__slide {
    padding-top: 31%;
  }
}
@media screen and (max-width: 767px) {
  .works-article__swiperWrap .splide__slide {
    padding-top: 40%;
  }
}
.works-article__swiperWrap .splide__slide img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-article__swiperWrap .splide__slide span {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100px;
  background: #fff url("../img/works/icon-glass.svg") no-repeat center/12px;
}
.works-article__swiperWrap .swiper-pagination {
  margin-top: 20px;
  position: unset;
}
.works-article__swiperWrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: 1;
  border: 1px solid #064EA2;
  background-color: #fff;
}
.works-article__swiperWrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #064EA2;
}
.works-article__swiperWrap .swiper-button-prev,
.works-article__swiperWrap .swiper-button-next {
  top: 42%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 1000px;
  outline: 1px solid #064EA2;
  outline-offset: -3px;
  background-color: #fff;
}
.works-article__swiperWrap .swiper-button-prev:after,
.works-article__swiperWrap .swiper-button-next:after {
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #064EA2;
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .works-article__swiperWrap .swiper-button-prev,
  .works-article__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .works-article__swiperWrap .swiper-button-prev:hover,
  .works-article__swiperWrap .swiper-button-next:hover {
    outline: 1px solid #fff;
    background-color: #064EA2;
  }
  .works-article__swiperWrap .swiper-button-prev:hover:after,
  .works-article__swiperWrap .swiper-button-next:hover:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .works-article__swiperWrap .swiper-button-prev,
  .works-article__swiperWrap .swiper-button-next {
    width: 45px;
    height: 45px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .works-article__swiperWrap .swiper-button-prev {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .works-article__swiperWrap .swiper-button-prev {
    left: 15%;
  }
}
.works-article__swiperWrap .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .works-article__swiperWrap .swiper-button-next {
    left: 78%;
  }
}
@media screen and (max-width: 767px) {
  .works-article__swiperWrap .swiper-button-next {
    left: 85%;
  }
}

.works-article__tags {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px dotted #064EA2;
  border-bottom: 1px dotted #064EA2;
}
@media screen and (min-width: 768px) {
  .works-article__tags {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .works-article__tags {
    margin: 30px auto 0;
  }
}

.works-article__tag {
  margin: 10px 10px 0 0;
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
  background-color: #081A28;
}

.works-article__edit {
  margin-top: 30px;
}
.works-article__edit h1, .works-article__edit h2 {
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .works-article__edit h1, .works-article__edit h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .works-article__edit h1, .works-article__edit h2 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 2;
  }
}
.works-article__edit h1 strong, .works-article__edit h2 strong {
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-article__edit h1 strong, .works-article__edit h2 strong {
    padding: 2px 15px;
  }
}
@media screen and (max-width: 767px) {
  .works-article__edit h1 strong, .works-article__edit h2 strong {
    padding: 2px 10px;
  }
}
.works-article__edit h3 {
  position: relative;
  font-family: notoSans700, sans-serif;
  background-color: #F5F5F5;
}
.works-article__edit h3:before {
  content: "";
  width: 7px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-article__edit h3 {
    margin: 50px 0 20px;
    padding: 7px 10px 7px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-article__edit h3 {
    margin: 30px 0 20px;
    padding: 7px 10px 7px 20px;
    font-size: 18px;
  }
}
.works-article__edit p {
  font-size: 15px;
  line-height: 1.66;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.works-article__edit table {
  width: 100% !important;
  margin: 40px 0 20px;
}
.works-article__edit tr {
  position: relative;
  height: inherit !important;
  border-bottom: 1px solid #A3A3A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-article__edit tr:after {
  content: "";
  width: 196px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #064EA2;
}
.works-article__edit tr:first-child {
  border-top: 1px solid #A3A3A3;
}
.works-article__edit tr:first-child:before {
  content: "";
  width: 196px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-article__edit tr {
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .works-article__edit tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 5px;
  }
}
.works-article__edit td {
  background-color: #fff !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .works-article__edit td {
    width: 100% !important;
  }
}
.works-article__edit td:first-child {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works-article__edit td:first-child {
    width: 175px !important;
  }
}
.works-article__edit td:last-child {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .works-article__edit td:last-child {
    width: calc(100% - 175px) !important;
  }
}
@media screen and (max-width: 767px) {
  .works-article__edit td:last-child {
    margin-top: 15px;
  }
}
.works-article__edit td span {
  font-size: 16px !important;
  color: #081A28 !important;
}

@media screen and (min-width: 768px) {
  .works-data {
    padding: 75px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .works-data {
    padding: 50px 0 30px;
  }
}

.works-data__heading {
  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;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.works-data__heading:before, .works-data__heading:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 2px;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-data__heading {
    font-size: 25px;
  }
  .works-data__heading:before {
    margin-right: 20px;
  }
  .works-data__heading:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-data__heading {
    font-size: 21px;
  }
  .works-data__heading:before {
    margin-right: 10px;
  }
  .works-data__heading:after {
    margin-left: 10px;
  }
}

.works-data__defineList {
  margin-top: 40px;
}

.works-data__define {
  position: relative;
  border-bottom: 1px solid #A3A3A3;
}
.works-data__define:after {
  content: "";
  width: 196px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #064EA2;
}
.works-data__define:first-child {
  border-top: 1px solid #A3A3A3;
}
.works-data__define:first-child:before {
  content: "";
  width: 196px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-data__define {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .works-data__define {
    padding: 15px 5px;
  }
}

.works-data__defineTitle {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works-data__defineTitle {
    width: 196px;
  }
}

.works-data__defineData {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .works-data__defineData {
    width: calc(99% - 196px);
  }
}
@media screen and (max-width: 767px) {
  .works-data__defineData {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .works-relate {
    padding: 50px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .works-relate {
    padding: 50px 0 30px;
  }
}

.works-relate__heading {
  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;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.works-relate__heading:before, .works-relate__heading:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 2px;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .works-relate__heading {
    font-size: 25px;
  }
  .works-relate__heading:before {
    margin-right: 20px;
  }
  .works-relate__heading:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-relate__heading {
    font-size: 21px;
  }
  .works-relate__heading:before {
    margin-right: 10px;
  }
  .works-relate__heading:after {
    margin-left: 10px;
  }
}

.works-relate__swiperWrap {
  margin-top: 40px;
}

.works-relate__anchor {
  display: block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .works-relate__anchor {
    padding: 20px;
  }
  .works-relate__anchor:hover {
    background-color: rgba(6, 78, 162, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .works-relate__anchor {
    padding: 15px;
  }
}

.works-relate__thumbWrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .works-relate__thumbWrap {
    padding-top: 133%;
  }
}
@media screen and (max-width: 767px) {
  .works-relate__thumbWrap {
    padding-top: 85%;
  }
}
.works-relate__thumbWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-relate__thumbWrap figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
  line-height: 1.68;
  font-family: notoSans700, sans-serif;
  text-shadow: 1px 1px 4px rgba(8, 26, 40, 0.43);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .works-relate__thumbWrap figcaption {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-relate__thumbWrap figcaption {
    padding: 0 10px;
    font-size: 14px;
  }
}

.works-relate__itemName {
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 768px) {
  .works-relate__itemName {
    margin-top: 20px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .works-relate__itemName {
    margin-top: 10px;
    line-height: 1.5;
  }
}
.works-relate__itemName span {
  font-size: 14px;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.works-relate__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .works-relate__tags {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .works-relate__tags {
    margin-top: 10px;
  }
}

.works-relate__tag {
  margin: 5px 10px 0 0;
  padding: 4px 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
  background-color: #081A28;
}

.works-relate__buttonWrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}