@charset "UTF-8";
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-project .l-main {
  position: relative;
}
.p-project .l-main:before {
  content: "";
  background: url(../../../assets/images/common/bg_shape_pc.png) repeat center top/2385.05px 2967.78px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-project-pagetitle {
  display: block;
  position: relative;
  z-index: 0;
}
.p-project-pagetitle::after {
  content: "";
  display: block;
  width: 24.48vw;
  height: 26.04vw;
  background: url(../../../assets/images/person/bg_pagetitle_obj_02.svg) no-repeat center/contain;
  z-index: -2;
  position: absolute;
  left: 8.71vw;
  bottom: -12.5vw;
}
.p-project-pagetitle-txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6.77vw 0 0 0;
  margin: 0 auto;
  background: url(../../../assets/images/person/bg_pagetitle_main_pc.svg) no-repeat top left/max(38.18vw, 377px);
  position: absolute;
  top: 0;
  left: 0;
}
.p-project-pagetitle-txt::before {
  content: "";
  display: block;
  width: 14.06vw;
  height: 13.9vw;
  background: url(../../../assets/images/person/bg_pagetitle_dot.svg) no-repeat center/contain;
  z-index: 1;
  position: absolute;
  left: 11.31vw;
  bottom: -7.6rem;
}
.p-project-pagetitle-txt::after {
  content: "";
  display: block;
  width: 25.52vw;
  height: 26.04vw;
  background: url(../../../assets/images/person/bg_pagetitle_obj_01.svg) no-repeat center/contain;
  z-index: -1;
  position: absolute;
  left: -7.29vw;
  bottom: -14rem;
}
.p-project-pagetitle-img {
  width: 71.35vw;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0 0 0 8rem;
}
.p-project-pagetitle-img img {
  width: 100%;
}
.p-project-pagetitle-hl {
  display: flex;
  flex-direction: column;
  width: min(100% - 4rem, 140rem);
  padding: 0 0 0 4.2vw;
  font-size: min(2.2vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(43rem + 7.916vw);
  font-weight: bold;
  color: #007236;
  gap: 2rem;
}
.p-project-pagetitle-hl-sub {
  display: flex;
  align-items: flex-end;
}
.p-project-pagetitle-hl-sub-cercle {
  background: #007236;
  width: min(8vw, 11rem);
  height: min(8vw, 11rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(4.2vw, 5.9rem);
  flex-shrink: 0;
  position: relative;
}
.p-project-pagetitle-hl-sub-box {
  background: #fff;
  padding: 1rem 3rem 1rem 6rem;
  font-size: 0.5em;
  margin-left: -5.5rem;
}
.p-project-lead {
  margin-top: 9.6rem;
}
.p-project-lead-inner {
  max-width: 83.4rem;
  margin-left: auto;
}
.p-project-lead .m-ttl-03 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.p-project-lead .m-ttl-03.m-ttl-icn {
  padding-left: 5.8rem;
}
.p-project-lead .m-ttl-03.m-ttl-icn .m-ttl-icn-item {
  width: 5.5rem;
  top: calc(50% - 1rem);
  transform: translate(0, -50%);
}
.p-project-cont-member-list {
  display: flex;
  width: 105.45%;
  margin: 0 0 0 -5.45%;
}
.p-project-cont-member-item {
  width: 27.88%;
  margin: 0 0 0 5.45%;
  background: #007236;
  border-radius: 2.1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-project-cont-member-item-txt {
  padding: 2rem 1.5rem 2.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  height: 100%;
  gap: 0.5em;
}
.p-project-cont-member-item-txt-details {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-project-cont-member-item-txt-details > span {
  display: block;
}
.p-project-cont-member-item-txt-details > span + span:before {
  content: "|";
  margin: 0 0.5rem;
}
.p-project-cont-member-item-txt-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-project-cont-member-item-txt-name > span {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-project-cont-head {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 4.4rem;
}
.p-project-cont-head-img {
  width: 82.7%;
}
.p-project-cont-head-ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  margin-left: 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.p-project-cont-head-ttl span {
  background: #007236;
  color: #fff;
  padding: 1.6rem 1.1rem;
}
.p-project-cont-story-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #007236;
}
.p-project-cont-story-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-project-cont-story-item {
  display: flex;
}
.p-project-cont-story-item > dt {
  width: 8rem;
  flex-shrink: 0;
  color: #007236;
  font-weight: bold;
}
.p-project-cont-bgbox {
  margin: 6rem auto;
  background: #007236;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 1024px;
  padding: 2rem;
}
.p-project-cont-nav-link {
  background: #F2F2ED;
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
  align-items: center;
  max-width: 786px;
  margin: 0 auto;
}
.p-project-cont-nav-img {
  width: 45.292%;
  flex-shrink: 0;
}
.p-project-cont-nav-ttl {
  color: #007236;
  font-weight: bold;
  padding: 2.6rem 5.2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.p-project-cont-nav-ttl-sub {
  border-bottom: 2px solid #007236;
  font-size: 1.3rem;
}
.p-project-cont-nav-ttl-sub:before {
  content: none;
  background: url(../../images/top/icn_hand-finger.svg) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}
.p-project-cont-nav-ttl-main {
  font-size: 2.4rem;
  line-height: 1.8;
  word-break: normal;
}
.p-project-cont1 {
  margin-top: 20rem;
  background: #F2F2ED;
  padding-bottom: 12rem;
  position: relative;
}
.p-project-cont1:before {
  content: "";
  background: url(../../images/project/bg_wave_pc.svg) no-repeat center/contain;
  width: 100vw;
  height: 10.416vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.p-project-cont1 .l-container {
  position: relative;
}
.p-project-cont1 .l-container:before {
  content: "";
  background: url(../../images/project/bg_member_pc.png) no-repeat center/contain;
  width: 1674.1px;
  height: 625.88px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-project-cont1 .l-container > * {
  position: relative;
}
.p-project-cont2 {
  padding-top: 2rem;
}
.p-project-cont3 {
  padding-top: 10rem;
  padding-bottom: 12.5rem;
}
.p-project .l-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-project-pagetitle::after {
    content: none;
  }
  .p-project-pagetitle-txt {
    background: #F5F5F7;
    height: auto;
    padding: 5.3vw 5.3vw 0;
  }
  .p-project-pagetitle-txt::after {
    width: 100vw;
    height: 10.2vw;
    background: url(../../../assets/images/project/bg_pagetitle_main_sp.svg) no-repeat center/contain;
    left: 0;
    right: 0;
    bottom: auto;
    top: 99%;
    z-index: 1;
  }
  .p-project-pagetitle-img {
    width: 100%;
    border-radius: 0;
    padding-top: min(35.2vw, 17rem);
  }
  .p-project-pagetitle-hl {
    width: auto;
    padding: 0 0 0 4.2vw;
    font-size: 5.3vw;
    max-width: 100%;
    gap: 0.8rem;
    line-height: 1.5;
  }
  .p-project-pagetitle-hl-sub-cercle {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.4rem;
  }
  .p-project-pagetitle-hl-sub-box {
    font-size: 2.6vw;
    margin-left: -2.3rem;
    padding: 0.5rem 1.2rem 0.5rem 3.2rem;
  }
  .p-project-lead {
    margin-top: 2.2rem;
  }
  .p-project-cont-member-list {
    flex-wrap: wrap;
    width: calc(100% + 5.33vw);
    margin: 0 0 0 -5.33vw;
  }
  .p-project-cont-member-item {
    width: calc(50% - 5.33vw);
    margin: 5.33vw 0 0 5.33vw;
  }
  .p-project-cont-member-item-txt {
    padding: 1.2rem 3.6vw 2rem;
    justify-content: flex-start;
  }
  .p-project-cont-member-item-txt-details {
    font-size: 3.2vw;
    flex-direction: column;
    text-align: center;
  }
  .p-project-cont-member-item-txt-details > span + span:before {
    content: "―";
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .p-project-cont-member-item-txt-name {
    font-size: 4.5333333333vw;
  }
  .p-project-cont-member-item-txt-name > span {
    font-size: 3.7vw;
  }
  .p-project-cont-head {
    margin-top: 16vw;
    margin-bottom: 5.3vw;
    position: relative;
  }
  .p-project-cont-head-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 80.5%;
  }
  .p-project-cont-head-ttl {
    font-size: 4.266vw;
    margin-left: auto;
  }
  .p-project-cont-head-ttl span {
    padding: 1rem 0.6rem;
  }
  .p-project-cont-story {
    width: 88%;
    margin: 0 auto;
  }
  .p-project-cont-story-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
  .p-project-cont-story-list {
    gap: 5.3vw;
  }
  .p-project-cont-story-item {
    flex-direction: column;
  }
  .p-project-cont-story-item > dt {
    width: 100%;
  }
  .p-project-cont-bgbox {
    margin: 13vw auto 0;
    font-size: 4.8vw;
    padding: 5.3vw;
    text-align: left;
  }
  .p-project-cont-nav-link {
    flex-direction: column;
  }
  .p-project-cont-nav-img {
    width: 100%;
  }
  .p-project-cont-nav-ttl {
    padding: 4vw 5.3vw 6vw;
  }
  .p-project-cont-nav-ttl-main {
    font-size: 4.8vw;
  }
  .p-project-cont1 {
    margin-top: 11.2rem;
    padding-bottom: 6rem;
  }
  .p-project-cont1:before {
    background: url(../../images/project/bg_wave_sp.svg) no-repeat center/contain;
    width: 100vw;
    height: 23.2vw;
  }
  .p-project-cont1 .l-container:before {
    background: url(../../images/project/img_item-member_sp.png) no-repeat center/contain;
    width: 100vw;
    height: 201.86vw;
  }
  .p-project-cont3 {
    padding-top: 16vw;
  }
}
