.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: #F7F7F7;
  overflow-y: auto;
}

@media (max-width: 780px) {
  #wrapper {
    position: relative;
    width: 100%;
    background: #F7F7F7;
    overflow-y: auto;
  }
}
.kv {
  width: 100%;
  height: 816px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kv .bg {
  width: 50vw;
  height: 816px;
  background-image: url(../img/experienced_bg.jpg);
  background-image: image-set(url(../img/experienced_bg.jpg) 1x, url(../img/experienced_bg.jpg) 2x);
  background-image: -webkit-image-set(url(../img/experienced_bg.jpg) 1x, url(../img/experienced_bg.jpg) 2x);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.kv .txt {
  width: 50vw;
  height: 816px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}
.kv .txt h1 {
  font-size: 20px;
  font-weight: 300;
  color: #7E7E7E;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.kv .txt h2 {
  font-size: 30px;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
.kv .txt .ename {
  font-size: 12px;
  font-weight: 300;
  color: #7E7E7E;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.kv .txt .name {
  font-size: 26px;
  font-weight: 500;
  color: #121212;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.kv .txt .section {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.kv .txt .profile {
  width: 100%;
  max-width: 420px;
  font-size: 12px;
  font-weight: 400;
  color: #121212;
  line-height: 2;
}

@media (max-width: 780px) {
  .kv {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    margin: 12.8vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .kv .bg {
    width: 100vw;
    height: 83.3333333333vw;
    background-image: url(../img/experienced_bg-s.jpg);
    background-image: image-set(url(../img/experienced_bg-s.jpg) 1x, url(../img/experienced_bg-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/experienced_bg-s.jpg) 1x, url(../img/experienced_bg-s.jpg) 2x);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .kv .txt {
    width: 90vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    margin: 10vw auto 0;
  }
  .kv .txt h1 {
    font-size: 2.8205128205vw;
    font-weight: 300;
    color: #7E7E7E;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 1vw;
  }
  .kv .txt h2 {
    font-size: 5.641025641vw;
    font-weight: 400;
    color: #121212;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 10vw;
  }
  .kv .txt .ename {
    font-size: 2.5641025641vw;
    font-weight: 300;
    color: #7E7E7E;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 1vw;
  }
  .kv .txt .name {
    font-size: 4.1025641026vw;
    font-weight: 500;
    color: #121212;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 2vw;
  }
  .kv .txt .section {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #121212;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 2vw;
  }
  .kv .txt .profile {
    width: 100%;
    max-width: 90vw;
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #121212;
    line-height: 2;
    margin: 0 auto 15vw;
  }
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.inner h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 60px;
  letter-spacing: 0.06em;
}
.inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin: 0 auto 30px;
  letter-spacing: 0.06em;
  display: inline;
  position: relative;
  padding-left: 15px;
}
.inner h4 span {
  border-bottom: 6px solid #4FB66C;
}
.inner h4::before {
  content: "";
  background-image: url(../img/h4_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
}
.inner h4::after {
  content: "";
  background-image: url(../img/h4_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: -15px;
}
.inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
  margin: 60px auto;
  letter-spacing: 0.02em;
}
.inner .kanagawa {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
.inner .kanagawa .ttl {
  background-color: #121212;
  border-radius: 80px;
  padding: 15px 60px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0 auto 30px;
  width: 310px;
}
.inner .kanagawa .ttl span {
  display: block;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  color: #fff;
}
.inner .kanagawa .copy {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.inner .kanagawa .summary {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0 auto;
  line-height: 2.2;
}

.section_img01 {
  width: 100%;
  height: 525px;
  background-image: url(../img/experienced_01.jpg);
  background-image: image-set(url(../img/experienced_01.jpg) 1x, url(../img/experienced_01@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/experienced_01.jpg) 1x, url(../img/experienced_01@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_img02 {
  width: 100%;
  height: 525px;
  background-image: url(../img/experienced_02.jpg);
  background-image: image-set(url(../img/experienced_02.jpg) 1x, url(../img/experienced_02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/experienced_02.jpg) 1x, url(../img/experienced_02@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_img03 {
  width: 100%;
  height: 525px;
  background-image: url(../img/experienced_03.jpg);
  background-image: image-set(url(../img/experienced_03.jpg) 1x, url(../img/experienced_03@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/experienced_03.jpg) 1x, url(../img/experienced_03@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_img04 {
  width: 100%;
  height: 525px;
  background-image: url(../img/experienced_04.jpg);
  background-image: image-set(url(../img/experienced_04.jpg) 1x, url(../img/experienced_04@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/experienced_04.jpg) 1x, url(../img/experienced_04@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.caution {
  font-size: 12px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.06em;
  text-align: right;
  margin: 20px auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}

.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) {
  .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .inner h3 {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto 10vw;
    letter-spacing: 0.06em;
  }
  .inner h4 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    margin: 0 auto 5vw;
    letter-spacing: 0.06em;
    display: inline;
    position: relative;
    padding-left: 2vw;
  }
  .inner h4 span {
    border-bottom: 3px solid #4FB66C;
  }
  .inner h4::before {
    content: "";
    background-image: url(../img/h4_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1.5vw;
    height: 1vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .inner h4::after {
    content: "";
    background-image: url(../img/h4_after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1.5vw;
    height: 1vw;
    position: absolute;
    bottom: 0;
    right: -2vw;
  }
  .inner p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    margin: 10vw auto;
    letter-spacing: 0.02em;
  }
  .inner .kanagawa {
    width: 100%;
    max-width: 80vw;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 5vw;
    margin: 0 auto;
  }
  .inner .kanagawa .ttl {
    background-color: #121212;
    border-radius: 80px;
    padding: 2vw 0;
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    margin: 0 auto 5vw;
    width: 50vw;
  }
  .inner .kanagawa .ttl span {
    display: block;
    font-size: 2.5641025641vw;
    font-weight: 200;
    letter-spacing: 0.06em;
    margin-bottom: 1vw;
    color: #fff;
  }
  .inner .kanagawa .copy {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #121212;
    letter-spacing: 0.06em;
    margin-bottom: 10vw;
  }
  .inner .kanagawa .summary {
    width: 100%;
    max-width: 70vw;
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #121212;
    letter-spacing: 0.06em;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
  }
  .section_img01 {
    width: 100%;
    height: 67.3076923077vw;
    background-image: url(../img/experienced_01-s.jpg);
    background-image: image-set(url(../img/experienced_01-s.jpg) 1x, url(../img/experienced_01-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/experienced_01-s.jpg) 1x, url(../img/experienced_01-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section_img02 {
    width: 100%;
    height: 67.3076923077vw;
    background-image: url(../img/experienced_02-s.jpg);
    background-image: image-set(url(../img/experienced_02-s.jpg) 1x, url(../img/experienced_02-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/experienced_02-s.jpg) 1x, url(../img/experienced_02-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section_img03 {
    width: 100%;
    height: 67.3076923077vw;
    background-image: url(../img/experienced_03-s.jpg);
    background-image: image-set(url(../img/experienced_03-s.jpg) 1x, url(../img/experienced_03-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/experienced_03-s.jpg) 1x, url(../img/experienced_03-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section_img04 {
    width: 100%;
    height: 67.3076923077vw;
    background-image: url(../img/experienced_04-s.jpg);
    background-image: image-set(url(../img/experienced_04-s.jpg) 1x, url(../img/experienced_04-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/experienced_04-s.jpg) 1x, url(../img/experienced_04-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .caution {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #121212;
    letter-spacing: 0.06em;
    text-align: right;
    margin: 2.5vw auto;
    display: block;
    width: 100%;
    max-width: 90vw;
  }
}/*# sourceMappingURL=experienced.css.map */