/* header */
.header-nav #interview {
  background: #fff;
}

.header-nav #interview dt {
  color: #207E3B;
}

/* ********************ヒーロー******************** */

.contents {
  position: relative;
  height: 100%;
  padding-bottom: 70px;
  background-color: #217e3a;
  background-image: url(../images/path3.svg), url(../images/path2.svg);
  background-position: bottom 20px left 220px, bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.contents:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 230px max(100vw, 2000px) 0 0;
  border-color: transparent #fff transparent transparent;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 50px 60px 110px;
}

.img_size {
  width: 240px;
  height: 240px;
  object-fit: cover;
}

.profile {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #ffffff;
  margin-right: 40px;
}

.profile h3 {
  font-size: 35px;
  word-break: break-word;
}

.profile h4 {
  font-size: 16px;
  word-break: keep-all;
  margin-top: 20px;
}

.profile p {
  font-size: 14px;
  margin-top: 30px;
}

.chapter {
  color: #fff;
  margin: 68px 5vw;
}

.chapter h3 {
  margin-bottom: 10px;
  font-size: 35px;
}

/* ********************本文******************** */

section h3 {
  margin-bottom: 0;
  background: none;
  border-bottom: none;
  display: inline;
  padding: 0 10px 8px;
}

section h4 {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0px;
  font-size: 18px;
}

.detail {
  height: auto;
  text-align: left;
  margin: 40px 0;
}

.detail h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 40px;
  vertical-align: middle;
  background: #ffa500;
  margin-right: 10px;
  transform: skewY(-10deg);
}

.detail p {
  margin: 20px 20px;
  line-height: 32px;
}

.projects {
  margin: 0 auto;
  text-align: left;
  background: #f5f5f5;
}

.projects p {
  margin-top: 20px;
  font-size: 14px;
}

.member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.member_list i {
  color: #217e3a;
}

.member_list a {
  color: inherit;
  text-decoration: none;
}

.member_list img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: o auto;
}

.member_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  align-items: center;
}

.member_detail {
  margin-left: 40px;
  width: 320px;
}

.member_detail p {
  font-size: 12px;
  line-height: 30px;
}

.member_detail span {
  color: #ccc;
}

.member_title {
  position: relative;
  font-weight: 700;
}

.member_title i {
  position: absolute;
  left: -18px;
  top: 4px;
}

.h100 {
  height: 100px;
}

/* ********************メニュー******************** */

.nav-bottom {
  position: relative;
  background: #207e3b;
  font-size: 18px;
  font-weight: 700;
  padding: 220px 0 40px;
  overflow: hidden;
}

.nav-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px max(100vw, 2000px);
  border-color: transparent transparent transparent #fff;
}

.nav-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
}

.nav-bottom li {
  margin-right: 40px;
}

.nav-bottom a {
  color: #fff;
  text-decoration: none;
}

.nav-bottom i {
  color: #ffa500;
}

.nav-top {
  font-size: 18px;
  font-weight: 700;
}

.nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 0 5vw;
  padding-top: 40px;
}

.nav-top li {
  margin-right: 40px;
}

.nav-top a {
  color: #fff;
  text-decoration: none;
}

.nav-top i {
  color: #ffa500;
}

@media screen and (max-width: 1122px) {
  .header-nav #interview {
    background: #207e3b;
  }
  .header-nav #interview dt {
    color: #fff;
  }

  .contents {
    padding-bottom: 50px;
  }

  .wrapper {
    padding-bottom: 90px;
  }

  .member_list {
    flex-direction: column;
    align-content: center;
    width: unset;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .contents {
    height: 100%;
    padding-bottom: 40px;
  }

  .contents {
    background-position: bottom 10px left 220px, bottom -5px left;
  }  

  .contents:after {
    border-width: 180px max(100vw, 2000px) 0 0;
  }

  .chapter {
    margin: 30px 5vw 40px;
  }

  .chapter h3 {
    font-size: 28px;
  }

  .chapter p {
    font-size: 14px;
  }

  .wrapper {
    align-items: center;
    flex-direction: column;
    padding: 30px 40px 40px;
  }

  .wrapper img {
    order: 2;
    margin-top: 20px;
  }

  .img_size {
    width: 100%;
    max-width: 200px;
    height: unset;
  }

  .profile {
    display: contents;
    width: unset;
    text-align: center;
  }

  .profile h3 {
    min-height: unset;
    order: 1;
    font-size: 30px;
  }

  .profile h4 {
    padding: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    order: 3;
  }

  .profile p {
    order: 4;
  }

  .member_list img {
    width: 100px;
    height: 100px;
  }

  .member_detail {
    width: 200px;
  }

  .nav-bottom ul {
    justify-content: space-between;
    flex-flow: wrap;
    width: 320px;
    margin: 0 auto;
  }

  .nav-bottom li {
    font-size: 16px;
    margin: 10px 0 0 0;
    width: 130px;
  }

  .nav-top ul {
    flex-flow: wrap;
    width: 320px;
  }

  .nav-top li {
    font-size: 16px;
    margin: 10px 5px 0 0;
    width: 130px;
  }
}