@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    person


============================================================================= */
.person {
  padding: 70px 0 0;
}

.person-head {
  font-size: clamp(4.4rem, 4.2rem + 0.625vw * 1, 5.4rem);
}
.person-head span {
  border-bottom: 1px solid #000;
}

.person-txt {
  font-size: 1.8rem;
  margin-top: 1em;
}

.person-list {
  margin-top: 100px;
}

.person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  position: relative;
}
.person-item:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.person-item:nth-of-type(2n + 1):before {
  background: rgba(32, 51, 103, 0.1);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.person-item-imgbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  max-width: 400px;
  position: relative;
  text-align: center;
}
.person-item:nth-of-type(2n + 1) .person-item-imgbox {
  margin-left: auto;
  margin-right: -30px;
}

.person-item-job {
  gap: 0.5em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.25em;
  padding: 0.5em 0.75em;
  position: relative;
  z-index: 1;
}
.person-item-job > span + span {
  border-left: 1px solid #000;
  padding-left: 0.5em;
}

.person-item-txtbox {
  margin-top: 40px;
  position: relative;
  width: calc(100% - 400px - 50px);
  z-index: 2;
}

.person-item-num {
  color: #203367;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  font-size: 6.6rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.5;
}

.person-item-name {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.person-item-head {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.person-item-head span {
  background: #203367;
}

.person-item-link {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: 60px;
  margin-top: 36px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.person-item-link:hover {
  opacity: 0.7;
}
.person-item-link:hover span {
  background: #203367;
}
.person-item-link:hover span:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.person-item-link span {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3019607843);
  display: inline-block;
  height: 80px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 80px;
}
.person-item-link span:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 15px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 15px;
}
@media (max-width: 1128px){
  .person-head {
    font-size: clamp(3.4rem, 3.2rem + 0.625vw * 1, 4.4rem);
  }
  .person-item-imgbox {
    max-width: 350px;
  }
  .person-item-txtbox {
    width: calc(100% - 300px);
  }
  .person-item-num {
    font-size: 5rem;
  }
  .person-item-name {
    font-size: 3.2rem;
  }
  .person-item-head {
    font-size: 3.4rem;
  }
  .person-item-link {
    font-size: 2.4rem;
    margin-left: 28px;
  }
}
@media (max-width: 767px){
  .person-head {
    font-size: 2.6rem;
  }
  .person-txt {
    font-size: 1.4rem;
  }
  .person-list {
    margin-top: 48px;
  }
  .person-item:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .person-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .person-item-imgbox {
    margin: auto;
    width: 80%;
  }
  .person-item:nth-of-type(2n + 1) .person-item-imgbox {
    margin-left: auto;
    margin-right: auto;
  }
  .person-item-job {
    font-size: 1.4rem;
  }
  .person-item-txtbox {
    margin-top: 20px;
    width: 100%;
  }
  .person-item-num {
    font-size: 4.2rem;
  }
  .person-item-name {
    font-size: 2.8rem;
  }
  .person-item-head {
    font-size: 2.4rem;
  }
  .person-item-link {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .person-item-link span {
    height: 50px;
    width: 50px;
  }
}

/*# sourceMappingURL=person.css.map*/