.projectDetail-article__jumbotron {
  position: relative;
  overflow: hidden;
}
.projectDetail-article__jumbotron:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.7);
}
@media screen and (min-width: 769px) {
  .projectDetail-article__jumbotron {
    height: 420px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__jumbotron {
    height: 250px;
    margin-top: 10px;
  }
}
.projectDetail-article__jumbotron img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.projectDetail-article__boxWrap {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .projectDetail-article__boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.projectDetail-article__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  border: 1px solid #064EA2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__box {
    margin-top: -180px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__box {
    margin-top: -200px;
    padding: 20px;
  }
}

.projectDetail-article__category {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__category {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__category {
    font-size: 18px;
    text-align: center;
  }
}

.projectDetail-article__number {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__number {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__number {
    font-size: 50px;
    text-align: center;
  }
}

.projectDetail-article__boxTitle {
  margin-top: 10px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__boxTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__boxTitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .projectDetail-article__imageWrap {
    max-width: 800px;
    margin: -62px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__imageWrap {
    max-width: 460px;
    margin: 20px auto 0;
  }
}

.projectDetail-article__captionWrap {
  margin: -48px auto 0;
  background-color: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__captionWrap {
    max-width: 950px;
    padding: 66px 75px 40px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__captionWrap {
    max-width: 550px;
    padding: 66px 20px 20px;
  }
}

.projectDetail-article__captionHead {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__captionHead {
    padding: 20px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__captionHead {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
}

.projectDetail-article__captionText {
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__captionText {
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__captionText {
    line-height: 1.8;
  }
}

.projectDetail-article__caption {
  color: #064EA2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.projectDetail-article__memberWrap {
  padding: 0 20px;
  position: relative;
}
.projectDetail-article__memberWrap:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__memberWrap {
    margin: 52px 0 100px;
  }
  .projectDetail-article__memberWrap:before {
    height: 100px;
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__memberWrap {
    margin: 40px 0 60px;
  }
  .projectDetail-article__memberWrap:before {
    height: calc(100% - 75px);
    bottom: -20px;
  }
}

.projectDetail-article__memberInner {
  max-width: 950px;
  margin: 0 auto;
}

.projectDetail-article__listTitle {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__listTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__listTitle {
    font-size: 22px;
    text-align: center;
  }
}

.projectDetail-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .projectDetail-article__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.projectDetail-article__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__item {
    min-height: 235px;
    margin: 30px 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__item {
    min-height: 185px;
    margin: 30px 45px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .projectDetail-article__itemImage {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__itemImage {
    width: 100px;
  }
}

.projectDetail-article__itemName {
  position: absolute;
  bottom: -10px;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__itemName {
    width: 160px;
    padding: 10px 15px;
    left: 35%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__itemName {
    width: 125px;
    padding: 8px;
    left: 0;
    font-size: 12px;
  }
}
.projectDetail-article__itemName span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__itemName span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__itemName span {
    font-size: 14px;
  }
}

.projectDetail-article__rowWrap {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__rowWrap {
    min-height: 374px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__rowWrap {
    margin: 0 auto 30px;
  }
}

.projectDetail-article__row {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projectDetail-article__row.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__row {
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .projectDetail-article__row.--reverse .projectDetail-article__rowImage {
    margin: 0 0 0 -40%;
  }
}
@media screen and (min-width: 769px) {
  .projectDetail-article__row.--reverse .projectDetail-article__rowHead {
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.projectDetail-article__rowHead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__rowHead {
    width: 84%;
    padding: 0 10px 0 0;
    font-size: 32px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__rowHead {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  .projectDetail-article__rowImage {
    margin: 0 -40% 0 0;
  }
}

.projectDetail-article__textWrap {
  width: calc(100% - 40px);
  max-width: 840px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__textWrap {
    margin: 70px auto;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__textWrap {
    margin: 40px auto;
  }
}
.projectDetail-article__textWrap p {
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .projectDetail-article__textWrap p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-article__textWrap p {
    margin-bottom: 20px;
  }
}
.projectDetail-article__textWrap span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #064EA2;
}

@media screen and (min-width: 769px) {
  .projectDetail-other {
    padding: 15px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other {
    padding: 15px 0 60px;
  }
}

.projectDetail-other__heading {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__heading {
    font-size: 22px;
  }
}

.projectDetail-other__swiperWrap {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__swiperWrap .swiper {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__swiperWrap .swiper {
    padding: 0 30px;
  }
}
.projectDetail-other__swiperWrap .swiper-button-prev,
.projectDetail-other__swiperWrap .swiper-button-next {
  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;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #064EA2;
  background-color: #064EA2;
}
.projectDetail-other__swiperWrap .swiper-button-prev:after,
.projectDetail-other__swiperWrap .swiper-button-next:after {
  content: "";
  display: block;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__swiperWrap .swiper-button-prev,
  .projectDetail-other__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .projectDetail-other__swiperWrap .swiper-button-prev:after,
  .projectDetail-other__swiperWrap .swiper-button-next:after {
    width: 35px;
    height: 15px;
  }
  .projectDetail-other__swiperWrap .swiper-button-prev:hover,
  .projectDetail-other__swiperWrap .swiper-button-next:hover {
    background-color: #fff;
  }
  .projectDetail-other__swiperWrap .swiper-button-prev:hover:after,
  .projectDetail-other__swiperWrap .swiper-button-next:hover:after {
    background-color: #064EA2;
  }
}
@media screen and (max-width: 980px) {
  .projectDetail-other__swiperWrap .swiper-button-prev,
  .projectDetail-other__swiperWrap .swiper-button-next {
    width: 46px;
    height: 46px;
    top: 50%;
  }
  .projectDetail-other__swiperWrap .swiper-button-prev:after,
  .projectDetail-other__swiperWrap .swiper-button-next:after {
    width: 30px;
    height: 10px;
  }
}
.projectDetail-other__swiperWrap .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .projectDetail-other__swiperWrap .swiper-button-prev {
    left: 3%;
  }
}
@media screen and (max-width: 980px) {
  .projectDetail-other__swiperWrap .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .projectDetail-other__swiperWrap .swiper-button-next {
    right: 3%;
  }
}
@media screen and (max-width: 980px) {
  .projectDetail-other__swiperWrap .swiper-button-next {
    right: 0;
  }
}

.projectDetail-other__anchor {
  display: block;
  position: relative;
  overflow: hidden;
}
.projectDetail-other__anchor:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(51, 51, 51, 0.7);
}
@media screen and (min-width: 769px) {
  .projectDetail-other__anchor {
    min-height: 364px;
    padding: 30px 50px 40px 50px;
  }
  .projectDetail-other__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__anchor {
    padding: 20px 20px 50px;
  }
}
.projectDetail-other__anchor img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.projectDetail-other__description {
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.projectDetail-other__number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__number {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__number {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .projectDetail-other__number span {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__number span {
    font-size: 40px;
  }
}

.projectDetail-other__catch {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__catch {
    margin-top: clamp(50px, 5vw, 70px);
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__catch {
    margin-top: 20px;
    font-size: 16px;
  }
}

.projectDetail-other__more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.projectDetail-other__more:after {
  content: "";
  width: 30px;
  height: 10px;
  display: inline-block;
  background: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .projectDetail-other__more:after {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projectDetail-other__more:after {
    margin-left: 10px;
  }
}