.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: rgb(200, 237, 225);
  background: linear-gradient(100deg, rgb(200, 237, 225) 0%, rgb(245, 245, 207) 100%);
  overflow-y: auto;
}

.kv {
  width: 100%;
  height: 440px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  margin: 80px auto 0;
  background-image: url(../img/int02_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .kv .kv {
    background-image: url(../img/int02_kv@2x.jpg);
  }
}

@media (max-width: 780px) {
  .kv {
    width: 100vw;
    height: 100vw;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    margin: 12.8vw auto 0;
    background-image: url(../img/int02_kv-s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 780px) and (-webkit-min-device-pixel-ratio: 2) {
  .kv .kv {
    background-image: url(../img/int02_kv-s.jpg);
  }
}
.s1 {
  width: 100%;
  background-color: #F7F7F7;
}
.s1 .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 120px;
}
.s1 .inner h6 {
  font-size: 20px;
  font-weight: 300;
  color: #7E7E7E;
  margin: 20px 0 30px;
}
.s1 .inner h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06em;
}
.s1 .inner .profile {
  position: absolute;
  top: -60px;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  width: 332px;
  padding: 30px;
}
.s1 .inner .profile .ename {
  font-size: 12px;
  font-weight: 400;
  color: #7E7E7E;
  margin-bottom: 20px;
}
.s1 .inner .profile .name {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.s1 .inner .profile .section {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.s1 .inner .profile .summary {
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 780px) {
  .s1 {
    width: 100%;
    background-color: #F7F7F7;
  }
  .s1 .inner {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5vw 0 15vw;
  }
  .s1 .inner h6 {
    font-size: 3.0769230769vw;
    font-weight: 300;
    color: #7E7E7E;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .s1 .inner h1 {
    font-size: 4.8717948718vw;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto 8vw;
  }
  .s1 .inner .profile {
    position: static;
    top: inherit;
    bottom: 10vw;
    right: 5vw;
    left: 5vw;
    background-color: #fff;
    border-radius: 1.2820512821vw;
    width: 90vw;
    padding: 5vw;
  }
  .s1 .inner .profile .ename {
    font-size: 2.5641025641vw;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 3vw;
  }
  .s1 .inner .profile .name {
    font-size: 4.6153846154vw;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.06em;
    margin-bottom: 3vw;
  }
  .s1 .inner .profile .section {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.06em;
    margin-bottom: 3vw;
  }
  .s1 .inner .profile .summary {
    font-size: 3.0769230769vw;
    line-height: 2;
    font-weight: 400;
  }
}
.s2 {
  width: 100%;
  padding: 120px 0 0;
}
.s2 .w_base01 {
  background-color: #fff;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 120px;
  padding: 50px 150px;
  position: relative;
}
.s2 .w_base01 h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto 80px;
}
.s2 .w_base01 h2:after {
  content: "";
  background-color: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 50px);
}
.s2 .w_base01 p {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2.25;
}
.s2 .w_base01:before {
  content: "";
  background-image: url(../img/num_01.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
}

@media (max-width: 780px) {
  .s2 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .s2 .w_base01 {
    background-color: #fff;
    border-radius: 1.2820512821vw;
    width: 90vw;
    margin: 0 auto 15vw;
    padding: 10vw 5vw;
    position: relative;
  }
  .s2 .w_base01 h2 {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.06em;
    position: relative;
    margin: 0 auto 10vw;
  }
  .s2 .w_base01 h2:after {
    content: "";
    background-color: #000;
    width: 20vw;
    height: 1px;
    position: absolute;
    bottom: -5vw;
    left: calc(50% - 10vw);
  }
  .s2 .w_base01 p {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
    line-height: 2;
  }
  .s2 .w_base01:before {
    content: "";
    background-image: url(../img/num_01.svg);
    width: 10vw;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5vw;
    left: calc(50% - 5vw);
  }
}
.s3 {
  width: 100%;
  height: 1260px;
  padding: 120px 0 0;
  margin: 0 0 120px;
  position: relative;
}
.s3 .w_base02 {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  width: calc(50vw + 280px);
  height: 740px;
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.s3 .w_base02 .inner {
  width: 670px;
  margin: 0;
  position: absolute;
  top: 80px;
  right: 110px;
  z-index: 2;
}
.s3 .w_base02 .inner h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto 50px;
}
.s3 .w_base02 .inner p {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2.25;
}
.s3 .w_base02:before {
  content: "";
  background-image: url(../img/num_02.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -30px;
}
.s3 .w_base02_img {
  background-image: url(../img/int02_p01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(50vw + 280px);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 545px;
  z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .s3 .w_base02_img {
    background-image: url(../img/int02_p01@2x.png);
  }
}

@media (max-width: 780px) {
  .s3 {
    width: 100%;
    height: 250vw;
    padding: 15vw 0 0;
    margin: 0 0 15vw;
    position: relative;
  }
  .s3 .w_base02 {
    background-color: #fff;
    border-radius: 1.2820512821vw 0 0 1.2820512821vw;
    width: 95vw;
    height: 196vw;
    padding: 5vw 10vw 10vw 5vw;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 1;
  }
  .s3 .w_base02 .inner {
    width: 80vw;
    margin: 0;
    position: absolute;
    top: 10vw;
    right: 10vw;
    z-index: 2;
  }
  .s3 .w_base02 .inner h3 {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.06em;
    position: relative;
    margin: 0 auto 5vw;
  }
  .s3 .w_base02 .inner p {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
    line-height: 2;
  }
  .s3 .w_base02:before {
    content: "";
    background-image: url(../img/num_02.svg);
    width: 10vw;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5vw;
    right: inherit;
    left: -5vw;
  }
  .s3 .w_base02_img {
    background-image: url(../img/int02_p01-s.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 95vw;
    position: absolute;
    bottom: 0;
    right: 5vw;
    height: 69.87179vw;
    z-index: 2;
  }
}
@media only screen and (max-width: 780px) and (-webkit-min-device-pixel-ratio: 2) {
  .s3 .w_base02_img {
    background-image: url(../img/int02_p01-s.png);
  }
}
.s4 {
  width: 100%;
  height: 1260px;
  padding: 120px 0 0;
  margin: 0 0 160px;
  position: relative;
}
.s4 .w_base03 {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  width: calc(50vw + 280px);
  height: 740px;
  padding: 50px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.s4 .w_base03 .inner {
  width: 670px;
  margin: 0;
  position: absolute;
  top: 80px;
  left: 110px;
  z-index: 2;
}
.s4 .w_base03 .inner h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto 50px;
}
.s4 .w_base03 .inner p {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2.25;
}
.s4 .w_base03:before {
  content: "";
  background-image: url(../img/num_03.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
}
.s4 .w_base03_img {
  background-image: url(../img/int02_p02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(50vw + 280px);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 545px;
  z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .s4 .w_base02_img {
    background-image: url(../img/int02_p02@2x.png);
  }
}

@media (max-width: 780px) {
  .s4 {
    width: 100%;
    height: 250vw;
    padding: 15vw 0 0;
    margin: 0 0 15vw;
    position: relative;
  }
  .s4 .w_base03 {
    background-color: #fff;
    border-radius: 0 1.2820512821vw 1.2820512821vw 0;
    width: 95vw;
    height: 196vw;
    padding: 5vw 10vw 10vw 5vw;
    position: absolute;
    top: 0;
    right: 5vw;
    z-index: 1;
  }
  .s4 .w_base03 .inner {
    width: 80vw;
    margin: 0;
    position: absolute;
    top: 10vw;
    left: 10vw;
    z-index: 2;
  }
  .s4 .w_base03 .inner h3 {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.06em;
    position: relative;
    margin: 0 auto 5vw;
  }
  .s4 .w_base03 .inner p {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
    line-height: 2;
  }
  .s4 .w_base03:before {
    content: "";
    background-image: url(../img/num_03.svg);
    width: 10vw;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5vw;
    left: inherit;
    right: -5vw;
  }
  .s4 .w_base03_img {
    background-image: url(../img/int02_p02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 95vw;
    position: absolute;
    bottom: 0;
    left: 5vw;
    height: 69.87179vw;
    z-index: 2;
  }
}
@media only screen and (max-width: 780px) and (-webkit-min-device-pixel-ratio: 2) {
  .s4 .w_base02_img {
    background-image: url(../img/int02_p02@2x.png);
  }
}
.s5 {
  width: 100%;
  background-color: #F7F7F7;
  text-align: center;
  padding: 180px 0 10px;
}
.s5 .s5_bx {
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  background: rgb(200, 237, 225);
  background: linear-gradient(100deg, rgb(200, 237, 225) 0%, rgb(245, 245, 207) 100%);
  display: block;
  padding: 0 0 100px;
  position: relative;
}
.s5 .s5_bx .ttl {
  background-color: #fff;
  border-radius: 80px;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 600px;
  position: relative;
  top: -60px;
  left: calc(50% - 300px);
}
.s5 .s5_bx .ttl h6 {
  font-size: 20px;
  font-weight: 300;
  color: #7E7E7E;
  margin: 0 auto 10px;
  letter-spacing: 0.06em;
}
.s5 .s5_bx .ttl h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.s5 .s5_bx h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto 30px;
}
.s5 .s5_bx p {
  width: 800px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.025em;
  text-align: left;
}
.s5 .s5_bx .person_img {
  position: absolute;
  bottom: -300px;
  left: calc(50% - 180px);
}
.s5 .s5_bx span {
  font-size: 14px;
  display: block;
  text-align: right;
  width: 800px;
  position: absolute;
  bottom: -320px;
  right: 0;
}
.s5 ul {
  display: flex;
  justify-content: space-between;
  width: 580px;
  margin: 440px auto 100px;
}
.s5 ul li {
  flex-basis: 180px;
  height: 60px;
}
.s5 ul .back {
  background-color: #4FB66C;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s5 ul .back p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.s5 ul .back p:before {
  content: "";
  background-image: url(../img/arrow_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 3px;
  left: -50px;
}
.s5 ul .index {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s5 ul .index p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #4FB66C;
}
.s5 ul .next {
  background-color: #4FB66C;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s5 ul .next p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.s5 ul .next p:before {
  content: "";
  background-image: url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 3px;
  right: -50px;
}

@media (max-width: 780px) {
  .s5 {
    width: 100%;
    background-color: #F7F7F7;
    text-align: center;
    padding: 15vw 0 1vw;
  }
  .s5 .s5_bx {
    width: 100%;
    max-width: 90vw;
    border-radius: 2.5641025641vw;
    height: auto;
    margin: 0 auto;
    background: rgb(200, 237, 225);
    background: linear-gradient(100deg, rgb(200, 237, 225) 0%, rgb(245, 245, 207) 100%);
    display: block;
    padding: 0 0 10vw;
    position: relative;
  }
  .s5 .s5_bx .ttl {
    background-color: #fff;
    border-radius: 10.2564102564vw;
    padding: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70vw;
    position: relative;
    top: -6vw;
    left: calc(50% - 35vw);
  }
  .s5 .s5_bx .ttl h6 {
    font-size: 2.8205128205vw;
    font-weight: 300;
    color: #7E7E7E;
    margin: 0 auto 1.5vw;
    letter-spacing: 0.06em;
  }
  .s5 .s5_bx .ttl h4 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .s5 .s5_bx h5 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .s5 .s5_bx p {
    width: 80vw;
    margin: 0 auto 5vw;
    font-size: 3.3333333333vw;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
  }
  .s5 .s5_bx .person_img {
    position: absolute;
    bottom: -40vw;
    left: calc(50% - 25vw);
    width: 50vw;
  }
  .s5 .s5_bx span {
    font-size: 3.0769230769vw;
    display: block;
    text-align: right;
    width: 90vw;
    position: absolute;
    bottom: -45vw;
    right: 0;
  }
  .s5 ul {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    margin: 60vw auto 10vw;
  }
  .s5 ul li {
    flex-basis: 180px;
    height: 12vw;
  }
  .s5 ul .back {
    background-color: #4FB66C;
    border-radius: 6.4102564103vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s5 ul .back p {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .s5 ul .back p:before {
    content: "";
    background-image: url(../img/arrow_back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1vw;
    height: 2vw;
    position: absolute;
    top: 0.5vw;
    left: -8vw;
  }
  .s5 ul .index {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s5 ul .index p {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #4FB66C;
  }
  .s5 ul .next {
    background-color: #4FB66C;
    border-radius: 6.4102564103vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s5 ul .next p {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .s5 ul .next p:before {
    content: "";
    background-image: url(../img/arrow_next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1vw;
    height: 2vw;
    position: absolute;
    top: 0.5vw;
    right: -8vw;
  }
}/*# sourceMappingURL=interview02.css.map */