.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: 815px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  margin: 80px auto 0;
  background-image: url(../img/management_kv.jpg);
  background-image: image-set(url(../img/management_kv.jpg) 1x, url(../img/management_kv@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/management_kv.jpg) 1x, url(../img/management_kv@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.intro {
  width: 100%;
  background-color: #096D2F;
  padding: 40px 0 180px;
  text-align: center;
}
.intro h1 {
  font-size: 20px;
  font-weight: 400;
  color: #096D2F;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  margin: 0 auto 30px;
  width: 160px;
}
.intro h2 {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 auto 30px;
}
.intro p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 auto 20px;
  line-height: 2;
}

.profile {
  margin: -40px auto 0;
}
.profile .profile_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
  width: 920px;
}
.profile .profile_flex .profile_flex_item {
  width: 420px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 40px;
}
.profile .profile_flex .profile_flex_item .ico {
  margin-top: -120px;
}
.profile .profile_flex .profile_flex_item .ico img {
  max-width: 180px;
}
.profile .profile_flex .profile_flex_item .text {
  text-align: center;
  padding: 0 40px;
}
.profile .profile_flex .profile_flex_item .text .name {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  margin: 20px auto 10px;
}
.profile .profile_flex .profile_flex_item .text .ename {
  font-size: 12px;
  font-weight: 300;
  color: #7e7e7e;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 auto 10px;
}
.profile .profile_flex .profile_flex_item .text .section {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0 auto 30px;
  text-align: left;
}
.profile .profile_flex .profile_flex_item .text .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;
}

.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 h6 {
  font-size: 20px;
  font-weight: 200;
  color: #096D2F;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 120px auto 10px;
  display: block;
}
.inner h3 {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 auto 60px;
  display: block;
}
.inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto 30px;
  display: block;
  text-align: left;
}

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 .photo_r_img {
  margin-right: -220px;
}
.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 .photo_l_img {
  margin-left: -220px;
}
.photo_l .photo_l_img img {
  max-width: 515px;
  margin-right: 20px;
}

.section_img01 {
  width: 100%;
  height: 420px;
  background-image: url(../img/management_p05.jpg);
  background-image: image-set(url(../img/management_p05.jpg) 1x, url(../img/management_p05@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/management_p05.jpg) 1x, url(../img/management_p05@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section_img02 {
  width: 100%;
  height: 600px;
  background-image: url(../img/management_p06.jpg);
  background-image: image-set(url(../img/management_p06.jpg) 1x, url(../img/management_p06@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/management_p06.jpg) 1x, url(../img/management_p06@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (max-width: 780px) {
  .kv {
    width: 100%;
    height: 101.7948vw;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    margin: 12.8vw auto 0;
    background-image: url(../img/management_kv-s.jpg);
    background-image: image-set(url(../img/management_kv-s.jpg) 1x, url(../img/management_kv-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/management_kv-s.jpg) 1x, url(../img/management_kv-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .intro {
    width: 100%;
    background-color: #096D2F;
    padding: 5vw 0 200vw;
    text-align: center;
  }
  .intro h1 {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #096D2F;
    background-color: #fff;
    padding: 1vw 2vw;
    border-radius: 50px;
    margin: 0 auto 2vw;
    width: 23.0769230769vw;
  }
  .intro h2 {
    font-size: 5.8974358974vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 5vw;
  }
  .intro p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 3vw;
    line-height: 2;
  }
  .profile {
    margin: -188vw auto 0;
  }
  .profile .profile_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
    width: 90vw;
  }
  .profile .profile_flex .profile_flex_item {
    width: 90vw;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .profile .profile_flex .profile_flex_item .ico {
    margin-top: -5vw;
  }
  .profile .profile_flex .profile_flex_item .ico img {
    max-width: 20vw;
  }
  .profile .profile_flex .profile_flex_item .text {
    text-align: center;
    padding: 0 5vw;
  }
  .profile .profile_flex .profile_flex_item .text .name {
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1vw;
    letter-spacing: 0.06em;
    margin: 4vw auto 1vw;
  }
  .profile .profile_flex .profile_flex_item .text .ename {
    font-size: 2.5641025641vw;
    font-weight: 300;
    color: #7e7e7e;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 auto 3vw;
  }
  .profile .profile_flex .profile_flex_item .text .section {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 auto 2vw;
    text-align: left;
  }
  .profile .profile_flex .profile_flex_item .text .summary {
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 1.8;
    width: 100%;
    margin: 0 auto;
  }
  .caution {
    text-align: center;
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: -1.5vw auto 0;
    display: block;
    width: 100%;
  }
  .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 10vw 0 0;
    text-align: center;
  }
  .inner h6 {
    font-size: 2.5641025641vw;
    font-weight: 200;
    color: #096D2F;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 15vw auto 2vw;
    display: block;
  }
  .inner h3 {
    font-size: 4.6153846154vw;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 auto 10vw;
    display: block;
  }
  .inner h4 {
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 0 auto 3vw;
    display: block;
    text-align: left;
  }
  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 .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 .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: 64.1025641026vw;
    background-image: url(../img/management_p06-s.jpg);
    background-image: image-set(url(../img/management_p06-s.jpg) 1x, url(../img/management_p06-s.jpg) 2x);
    background-image: -webkit-image-set(url(../img/management_p06-s.jpg) 1x, url(../img/management_p06-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 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);
  }
}/*# sourceMappingURL=management.css.map */