.screen {
  position: relative;
  text-transform: uppercase;
  transition: all 1s ease-out;
}

.screen.left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.screen.left.show {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.screen.right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.screen.right.show {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#wrapper {
  position: relative;
  width: 100%;
  background: #F8F8F8;
  overflow-y: auto;
}

@media (max-width: 780px) {
  #wrapper {
    position: relative;
    width: 100%;
    background: #F8F8F8;
    overflow-y: auto;
  }
}
.kv {
  width: 100%;
  height: 698px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  margin: 80px auto 0;
  background-image: url(../img/project_kv.jpg);
  background-image: image-set(url(../img/project_kv.jpg) 1x, url(../img/project_kv@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/project_kv.jpg) 1x, url(../img/project_kv@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.kv .inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 698px;
  position: relative;
  text-align: right;
}
.kv .inner h1 {
  font-size: 68px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 0 auto;
  mix-blend-mode: overlay;
  position: absolute;
  top: 186px;
  right: 0;
  opacity: 0.5;
}
.kv .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 auto;
  position: absolute;
  top: 283px;
  right: 0;
  text-align: center;
}
.kv .inner h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 410px;
  right: 0;
}

.intro {
  width: 100%;
  background-color: #212121;
  padding: 40px 0;
  text-align: center;
}
.intro p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 auto 20px;
  line-height: 2;
}

.profile {
  margin: 0 auto;
  padding-top: 160px;
}
.profile ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
  width: 920px;
}
.profile ul li {
  width: 420px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 40px;
}
.profile ul li .photo {
  margin-top: -120px;
}
.profile ul li .photo img {
  max-width: 180px;
}
.profile ul li .name {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 20px auto 10px;
  line-height: 1;
}
.profile ul li .ename {
  font-size: 12px;
  font-weight: 300;
  color: #7e7e7e;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 auto 20px;
}
.profile ul li .section {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0 auto 30px;
  text-align: left;
  width: 342px;
}
.profile ul li .summary {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.8;
  width: 342px;
  margin: 0 auto;
}
.profile .s1_info {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 40px auto;
}

.caution {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 40px auto;
  display: block;
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.inner h4 {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 120px auto 50px;
  display: block;
  text-align: center;
}
.inner .summary {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 2.2;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0.02em;
}
.inner .summary span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 1.5 !important;
  margin: 0 auto;
  background-color: #eee;
  display: block;
  padding: 10px;
}

ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
ul .name {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 2;
  flex-basis: 56px;
  text-align: left;
}
ul .summary {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 2;
  flex-basis: 625px;
  text-align: left;
  margin-bottom: 20px;
}
ul .summary02 {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 2;
  flex-basis: 944px;
  text-align: left;
  margin-bottom: 20px;
}

.photo_r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px;
  width: 100%;
}
.photo_r .summary {
  padding-right: 30px;
}
.photo_r .photo_r_img {
  margin-right: -220px;
  margin-top: 5px;
}
.photo_r .photo_r_img img {
  max-width: 515px;
}

.photo_l {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px;
  width: 100%;
}
.photo_l .summary {
  padding-left: 30px;
}
.photo_l .photo_l_img {
  margin-left: -220px;
}
.photo_l .photo_l_img img {
  max-width: 515px;
  margin-right: 20px;
}

.section_img01 {
  width: 100%;
  height: 558px;
  background-image: url(../img/project_img03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section_img02 {
  width: 100%;
  height: 600px;
  background-image: url(../img/project_img05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.other {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.other .other_ttl {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 50px;
}
.other ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
.other ul li {
  background-color: #F7F7F7;
  border-radius: 50px;
  width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  margin-bottom: 30px;
  cursor: pointer;
}
.other ul li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 0.06em;
}
.other ul li p span {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #4FB66C;
  display: block;
  margin-top: 5px;
}
.other ul li p:after {
  content: "";
  background-image: url(../../common/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 40px;
  top: calc(50% - 3px);
}

@media (max-width: 780px) {
  .other {
    width: 100%;
    background-color: #fff;
    padding: 10vw 0;
  }
  .other .other_ttl {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto 8vw;
  }
  .other ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
  }
  .other ul li {
    background-color: #F7F7F7;
    border-radius: 6.4102564103vw;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16vw;
    margin-bottom: 4vw;
    cursor: pointer;
  }
  .other ul li p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1;
    color: #000;
    letter-spacing: 0.06em;
  }
  .other ul li p span {
    font-size: 2.5641025641vw;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #4FB66C;
    display: block;
    margin-top: 5px;
  }
  .other ul li p:after {
    content: "";
    background-image: url(../../common/img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 2vw;
    position: absolute;
    right: 4vw;
    top: calc(50% - 1vw);
  }
}
@media (max-width: 780px) {
  .kv {
    width: 100%;
    height: 102.6923vw;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 12.8vw auto 0;
    background-image: url(../img/project_kv-s.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .kv .inner {
    max-width: 100%;
    margin: 0 auto;
    height: 102.6923vw;
    position: relative;
    text-align: center;
  }
  .kv .inner h1 {
    font-size: 8.7179487179vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1;
    margin: 0 auto;
    mix-blend-mode: overlay;
    position: absolute;
    top: 40vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
  }
  .kv .inner h2 {
    font-size: 5.1282051282vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 auto;
    position: absolute;
    top: 55vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .kv .inner h3 {
    font-size: 3.0769230769vw;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    top: 73vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .intro {
    width: 100%;
    background-color: #212121;
    padding: 5vw 0;
    text-align: center;
  }
  .intro p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
    line-height: 2;
  }
  .profile {
    margin: 0 auto;
    padding-top: 20vw;
  }
  .profile ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
    width: 80vw;
  }
  .profile ul li {
    width: 80vw;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .profile ul li .photo {
    margin-top: -5vw;
  }
  .profile ul li .photo img {
    max-width: 20vw;
  }
  .profile ul li .name {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 2vw auto 1vw;
    line-height: 1;
  }
  .profile ul li .ename {
    font-size: 2.5641025641vw;
    font-weight: 300;
    color: #7e7e7e;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 auto 5vw;
  }
  .profile ul li .section {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 auto 3vw;
    text-align: left;
    width: 70vw;
  }
  .profile ul li .summary {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 1.8;
    width: 70vw;
    margin: 0 auto;
  }
  .profile .s1_info {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 40px auto;
  }
  .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 10vw 0 0;
    text-align: center;
  }
  .inner h4 {
    font-size: 5.1282051282vw;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 20vw auto 8vw;
    display: block;
    text-align: center;
  }
  .inner .summary {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 2.2;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0.02em;
  }
  ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  ul .name {
    font-size: 3.0769230769vw;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 2;
    flex-basis: 10vw;
    text-align: left;
  }
  ul .summary {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 2;
    flex-basis: 80vw;
    text-align: left;
    margin-bottom: 3vw;
  }
  ul .summary02 {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 2;
    flex-basis: 80vw;
    text-align: left;
    margin-bottom: 3vw;
  }
  .photo_r {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 10vw;
    width: 100%;
  }
  .photo_r .summary {
    padding-right: 0;
  }
  .photo_r .photo_r_img {
    margin: 5vw -5vw;
  }
  .photo_r .photo_r_img img {
    max-width: 100vw;
    width: 100vw;
  }
  .photo_l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 auto 10vw;
    width: 100%;
  }
  .photo_l .summary {
    padding-left: 0;
  }
  .photo_l .photo_l_img {
    margin: 5vw -5vw;
  }
  .photo_l .photo_l_img img {
    max-width: 100vw;
    width: 100vw;
  }
  .section_img01 {
    display: block;
    margin-top: -20vw;
    height: 0;
    background-image: none;
  }
  .section_img02 {
    width: 100%;
    height: 71.5384615385vw;
    background-image: url(../img/project_img05-s.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 10vw auto 0;
  }
}/*# sourceMappingURL=project.css.map */