@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-alt {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PROJECT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pj-mission_item {
  position: relative;
  margin-bottom: 9rem;
  padding-bottom: 8rem;
}

.pj-mission_item::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29.4rem;
  content: "";
}

.pj-mission_item_ttl {
  margin-bottom: 9.7rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
}

.pj-mission_item_ttl img {
  display: block;
  width: 4.5rem;
  height: 7rem;
  margin: 0 auto 4rem;
}

.pj-mission_item_img {
  width: 50%;
}

.pj-mission_item_img01 {
  margin-top: -5rem;
}

.pj-mission_item_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UTILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-pc__show {
  display: block;
}

.u-sp__show {
  display: none;
}

.noscroll {
  height: 100vh;
  overflow: hidden !important;
}

@media screen and (max-width: 48em) {
  .pj-mission_item {
    margin-bottom: 8rem;
    padding-bottom: 4rem;
  }
  .pj-mission_item_ttl {
    margin-bottom: 3rem;
    padding: 0 2rem;
    font-size: 2.4rem;
    line-height: normal;
  }
  .pj-mission_item_ttl img {
    margin-bottom: 2rem;
  }
  .pj-mission_item_img {
    width: 100%;
  }
  .pj-mission_item_img01 {
    margin: 0 auto 0 -2rem;
  }
  .pj-mission_item_img02 {
    margin: 0 0 0 2rem;
  }
  .pj-mission_item_img_wrapper {
    width: 100%;
    padding: 0 2rem;
  }
  .pj-mission_item_img_wrapper {
    display: block;
    line-height: 0;
  }
  .u-pc__show {
    display: none;
  }
  .u-sp__show {
    display: block;
  }
}
