#oneyear {
  padding-bottom: 100px;
}
#oneyear #first {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #oneyear #first {
    padding: 40px 5%;
    text-align: left;
  }
}
#oneyear #first p {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
}
#oneyear #first p .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#oneyear .content-block {
  position: relative;
  margin-bottom: 160px;
}
#oneyear .content-block::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F1F5F2;
  border-radius: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
}
#oneyear .content-block .content-header {
  position: relative;
  background: #008B3E url(/assets/image/work/oneyear/grid.png);
  padding: 50px 5%;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-header {
    flex-wrap: wrap;
    padding: 30px 5%;
  }
}
#oneyear .content-block .content-header .text {
  flex: 1;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-header .text {
    width: 100%;
    flex: none;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}
#oneyear .content-block .content-header .image {
  width: 277px;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-header .image {
    text-align: center;
    margin-top: -60px;
    width: 60%;
    margin-inline: auto;
  }
}
#oneyear .content-block .content-header .image img {
  position: absolute;
  bottom: 0;
  width: 277px;
  max-width: none;
  max-height: none;
  aspect-ratio: 55/62;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-header .image img {
    position: static;
    margin: auto;
    width: 100%;
  }
}
#oneyear .content-block .content-header .prof {
  width: 25%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-header .prof {
    width: 100%;
    padding-left: 0;
  }
}
#oneyear .content-block .content-header .prof .name {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
}
#oneyear .content-block .content-header .prof p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#oneyear .content-block .content-header .prof .dep {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#oneyear .content-block .content-header .prof .dep::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
#oneyear .content-block .content-body {
  position: relative;
  padding-block: 50px;
}
#oneyear .content-block .content-body .description {
  display: flex;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .description {
    display: block;
  }
}
#oneyear .content-block .content-body .description .col {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .description .col {
    width: 100%;
  }
}
#oneyear .content-block .content-body .description .col h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  color: #008B3E;
  margin-bottom: 15px;
}
#oneyear .content-block .content-body .description .col p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 400;
}
#oneyear .content-block .content-body .description .col.col1 {
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .description .col.col1 {
    padding-right: 0;
  }
}
#oneyear .content-block .content-body .description .col.col2 {
  width: 36.333%;
  padding-inline: 3%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .description .col.col2 {
    width: 100%;
    border: none;
    padding: 3% 0;
  }
}
#oneyear .content-block .content-body .description .col.col3 {
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .description .col.col3 {
    padding-left: 0;
  }
}
#oneyear .content-block .content-body .content-box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
}
#oneyear .content-block .content-body .content-box .content-box-layout {
  position: relative;
  display: flex;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .content-box-layout {
    display: block;
    padding: 40px 5%;
  }
}
#oneyear .content-block .content-body .content-box .content-box-layout .text {
  flex: 1;
}
#oneyear .content-block .content-body .content-box .content-box-layout .text .title {
  position: relative;
  display: flex;
  align-items: center;
}
#oneyear .content-block .content-body .content-box .content-box-layout .text .title .num {
  position: absolute;
  width: 7vw;
  max-width: 90px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #008B3E;
  color: #fff;
  line-height: 1;
  padding: 8px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  border-radius: 5px;
  top: 40%;
  left: 0;
  transform: translateX(-38%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .content-box-layout .text .title .num {
    width: 50px;
    height: 50px;
    padding: 20px 0;
    left: -5px;
  }
}
#oneyear .content-block .content-body .content-box .content-box-layout .text .title .num span {
  font-size: clamp(2rem, -0.828rem + 3.7vw, 4.5rem);
  font-weight: 500;
}
#oneyear .content-block .content-body .content-box .content-box-layout .text .title .txt {
  color: #008B3E;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  padding-left: 10%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .content-box-layout .text .title .txt {
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 1.5;
  }
}
#oneyear .content-block .content-body .content-box .content-box-layout .text p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 400;
  padding: 3% 0 0 10%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .content-box-layout .text p {
    padding: 5% 0;
  }
}
#oneyear .content-block .content-body .content-box .content-box-layout .image {
  overflow: hidden;
  width: 40%;
  line-height: 0;
  transform: translateX(40px);
}
#oneyear .content-block .content-body .content-box .content-box-layout .image img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .content-box-layout .image {
    width: 100%;
    transform: none;
  }
}
#oneyear .content-block .content-body .content-box .voice {
  display: flex;
  padding: 5% 5%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .voice {
    display: block;
  }
}
#oneyear .content-block .content-body .content-box .voice .face {
  width: 124px;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .voice .face {
    margin: auto;
    width: 100px;
  }
}
#oneyear .content-block .content-body .content-box .voice p {
  position: relative;
  flex: 1;
  padding-inline: 55px;
  color: #008B3E;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .voice p {
    padding: 20px 5% 0;
    font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  }
}
#oneyear .content-block .content-body .content-box .voice p::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #008B3E;
  border-left: 5px solid #008B3E;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .voice p::before {
    left: 0;
    top: 0;
  }
}
#oneyear .content-block .content-body .content-box .voice p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #008B3E;
  border-right: 5px solid #008B3E;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .content-box .voice p::after {
    right: 0;
    bottom: 0px;
  }
}
#oneyear .content-block .content-body .next {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .next {
    display: block;
  }
}
#oneyear .content-block .content-body .next .image {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .next .image {
    width: 100%;
  }
}
#oneyear .content-block .content-body .next .text {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #oneyear .content-block .content-body .next .text {
    width: 100%;
    padding-left: 0;
  }
}
#oneyear .content-block .content-body .next .text .sub {
  position: relative;
  background-color: #008B3E;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  position: relative;
  padding: 4px 15px;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 3px;
}
#oneyear .content-block .content-body .next .text h3 {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  margin-bottom: 30px;
  color: #008B3E;
  line-height: 1.5;
}
#oneyear .content-block .content-body .next .text p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 400;
}
#oneyear .content-block .oc-wrap {
  display: none;
  margin-top: 60px;
}
#oneyear .content-block .oc {
  position: absolute;
  cursor: pointer;
  width: 96px;
  height: 60px;
  background-color: #008B3E;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%) rotate(180deg);
  border-radius: 200px;
  transition: all 0.2s ease;
}
#oneyear .content-block .oc:hover {
  transform: translateX(-50%) translateY(50%) scale(1.1) rotate(180deg);
}
#oneyear .content-block .oc.open {
  transform: translateX(-50%) translateY(50%) rotate(0);
}
#oneyear .content-block .oc::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#crosstalk-career #first {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #first {
    padding: 40px 5%;
    text-align: left;
  }
}
#crosstalk-career #first .copy {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  margin-bottom: 40px;
  color: #008B3E;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #first .copy {
    font-size: min(5.1vw, 20px);
    margin-bottom: 20px;
  }
}
#crosstalk-career #first p {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
}
#crosstalk-career #first p .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#crosstalk-career #member {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #member {
    margin-bottom: 30px;
  }
}
#crosstalk-career #member h2 {
  position: absolute;
  right: -5px;
  top: 0;
  white-space: nowrap;
  display: inline-block;
  color: #F7F7FA;
  font-size: clamp(16.7rem, 10.624rem + 7.9vw, 22rem);
  line-height: 1;
  z-index: -1;
}
#crosstalk-career #member .layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto 0;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #member .layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#crosstalk-career #member .layout .box .image {
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 1;
  transform: translateY(30%);
}
@media screen and (max-width: 767px) {
  #crosstalk-career #member .layout .box .image {
    width: 50%;
    position: static;
  }
}
#crosstalk-career #member .layout .box .text {
  background-color: #008B3E;
  border-radius: 15px;
  padding: 80px 5% 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #member .layout .box .text {
    padding-top: 30px;
  }
}
#crosstalk-career #member .layout .box .text .name {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
#crosstalk-career #member .layout .box .text .dep {
  position: relative;
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#crosstalk-career #member .layout .box .text .dep::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
#crosstalk-career #member .layout .box .text p {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
}
#crosstalk-career #contents .talk-block {
  position: relative;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block {
    padding: 50px 5% 30px;
  }
}
#crosstalk-career #contents .talk-block h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block h2 {
    text-align: left;
    margin-bottom: 30px;
  }
}
#crosstalk-career #contents .talk-block h2 .num {
  width: 50px;
  height: 50px;
  background-color: #008B3E;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#crosstalk-career #contents .talk-block h2 .text {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #008B3E;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block h2 .text {
    line-height: 1.8;
  }
}
#crosstalk-career #contents .talk-block.bg1 {
  padding-left: 5%;
}
#crosstalk-career #contents .talk-block.bg1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  width: 200%;
  height: 100%;
  background-color: #F1F5F2;
  border-radius: 0 15px 15px 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  #crosstalk-career #contents .talk-block.bg1::after {
    right: 3%;
    width: 97%;
  }
}
#crosstalk-career #contents .talk-block.bg1 .layout-center {
  padding-right: 5%;
}
#crosstalk-career #contents .talk-block.bg2 {
  padding-right: 5%;
}
#crosstalk-career #contents .talk-block.bg2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  background-color: #F1F5F2;
  z-index: -2;
}
#crosstalk-career #contents .talk-block.bg2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  width: 200%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  #crosstalk-career #contents .talk-block.bg2::after {
    left: 3%;
    width: 97%;
  }
}
#crosstalk-career #contents .talk-block.bg2 .layout-col2 {
  flex-direction: row-reverse;
}
#crosstalk-career #contents .talk-block.bg2 .layout-center {
  padding-left: 5%;
}
#crosstalk-career #contents .talk-block .layout-col2 {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block .layout-col2 {
    display: block;
  }
}
#crosstalk-career #contents .talk-block .layout-col2 .image {
  width: 40%;
  overflow: hidden;
  border-radius: 15px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block .layout-col2 .image {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#crosstalk-career #contents .talk-block .layout-col2 .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block .layout-col2 .text {
    width: 100%;
  }
}
#crosstalk-career #contents .talk-block .layout-center {
  max-width: 840px;
  margin: auto;
}
#crosstalk-career #contents .talk-block .layout-center.padding {
  padding: 0 5%;
}
#crosstalk-career #contents .talk-block .row {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block .row {
    margin-bottom: 20px;
    gap: 15px;
  }
}
#crosstalk-career #contents .talk-block .row .face {
  width: 60px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #crosstalk-career #contents .talk-block .row .face {
    width: 50px;
  }
}
#crosstalk-career #contents .talk-block .row .face span {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  color: #008B3E;
  text-align: center;
}
#crosstalk-career #contents .talk-block .row p {
  flex: 1;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#crosstalk-career #contents .last {
  max-width: 1050px;
  width: 90%;
  margin: auto;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 15px;
  line-height: 0;
}

#people #content-block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #people #content-block {
    padding: 50px 0;
  }
}
#people #content-block .lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  #people #content-block .lead {
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #people .map-inner {
    padding: 0 5%;
  }
}
#people #world-map {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
#people #japan-map {
  position: relative;
  max-width: 510px;
  margin: auto;
}
#people #japan-map .pins li {
  width: 6%;
}
#people .pins li {
  position: absolute;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  width: 2.5%;
  aspect-ratio: 31/41;
}
#people .pins li a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}
#people .pins li a.rev .text {
  left: auto;
  right: 110%;
}
#people .pins li a.active .pin, #people .pins li a:hover .pin {
  background: linear-gradient(180deg, #018B3E, #0088AB);
}
#people .pins li .pin {
  display: block;
  background: linear-gradient(180deg, #a3a3a3, #727272);
  width: 100%;
  height: 100%;
  -webkit-mask: url(/assets/image/work/people/pin.png) no-repeat center/contain;
          mask: url(/assets/image/work/people/pin.png) no-repeat center/contain;
  line-height: 0;
}
#people .pins li .text {
  position: absolute;
  white-space: nowrap;
  left: 110%;
}
#people .pins #pin1 {
  left: 80.9%;
  top: 30.4%;
}
#people .pins #pin2 {
  left: 5.7%;
  top: 30.3%;
}
#people .pins #pin3 {
  left: 7.1%;
  top: 32.8%;
}
#people .pins #pin4 {
  left: 17.4%;
  top: 44.5%;
}
#people .pins #pin5 {
  left: 54.2%;
  top: 19%;
}
#people .pins #pin6 {
  left: 53.2%;
  top: 38.4%;
}
#people .pins #pin7 {
  left: 43.2%;
  top: 46%;
}
#people .pins #pin8 {
  left: 17.5%;
  top: 66.2%;
}
#people #inpage-nav {
  background: url(/assets/image/work/people/nav-bg.svg);
  max-width: 1000px;
  border-radius: 15px;
  padding: 60px 6%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #people #inpage-nav {
    padding: 30px 4%;
  }
}
#people #inpage-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 767px) {
  #people #inpage-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#people #inpage-nav ul li a {
  display: block;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 10px;
  text-align: center;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #people #inpage-nav ul li a {
    padding: 10px;
  }
}
#people #inpage-nav ul li a:hover {
  background-color: #008B3E;
  color: #fff;
}
#people #inpage-nav ul li a.active {
  background-color: #008B3E;
  color: #fff;
}
#people .section-block {
  display: none;
}
#people .section-block .scroll-text {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #people .section-block .scroll-text {
    display: none;
  }
}
#people .section-block .scroll-text p {
  animation-duration: 20s;
  color: #008B3E;
}
#people .section-block .inner {
  position: relative;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #people .section-block .inner {
    padding-top: 60px;
    padding: 60px 0;
  }
}
#people .section-block .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 260px);
  left: 0;
  bottom: 0;
  background-color: #F1F5F2;
  border-radius: 15px;
  z-index: -2;
}
#people .section-block .section-header {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-header {
    margin-bottom: 20px;
  }
}
#people .section-block .section-header .visual {
  width: 100%;
  position: relative;
  left: -5%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-header .visual {
    left: 0;
  }
}
#people .section-block .section-header .visual img {
  border-radius: 15px;
}
#people .section-block .section-header .profile {
  position: absolute;
  right: 0;
  bottom: 8%;
  background-color: #008B3E;
  border-radius: 15px;
  padding: 30px 4%;
  display: flex;
  align-items: center;
  gap: 3%;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-header .profile {
    position: relative;
    width: 90%;
    margin: -20px auto 0;
  }
}
#people .section-block .section-header .profile .image {
  width: 30%;
  max-width: 162px;
}
#people .section-block .section-header .profile .prof {
  flex: 1;
}
#people .section-block .section-header .profile .prof p {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
}
#people .section-block .section-header .profile .prof .name {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
}
#people .section-block .section-header .profile .prof .dep {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#people .section-block .section-header .profile .prof .dep::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
#people .section-block .section-body {
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 8% 180px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body {
    padding-block: 20px;
    width: 90%;
    margin: auto;
  }
}
#people .section-block .section-body .text h3 {
  display: flex;
  align-items: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  margin-bottom: 30px;
  font-weight: 500;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .text h3 {
    font-size: 16px;
  }
}
#people .section-block .section-body .text h3 span {
  background-color: #008B3E;
  color: #fff;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  border-radius: 3px;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#people .section-block .section-body .text p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .text p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
#people .section-block .section-body .row1 {
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .row1 {
    display: block;
    margin-bottom: 40px;
  }
}
#people .section-block .section-body .row1 .image {
  width: 40%;
  margin-right: calc(40% - 40vw);
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .row1 .image {
    width: 100%;
    margin: 20px 0;
  }
}
#people .section-block .section-body .row1 .text {
  flex: 1;
}
#people .section-block .section-body .wide-image {
  max-width: 650px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .wide-image {
    margin-bottom: 40px;
  }
}
#people .section-block .section-body .row2 {
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .row2 {
    display: block;
    margin-bottom: 40px;
  }
}
#people .section-block .section-body .off {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 890px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .off {
    position: static;
    transform: none;
    display: block;
    width: 100%;
  }
}
#people .section-block .section-body .off .text {
  flex: 1;
  background-color: #008B3E;
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .off .text {
    padding: 20px 5%;
  }
}
#people .section-block .section-body .off .text h3 {
  text-align: center;
  display: block;
}
#people .section-block .section-body .off .text h3 span {
  background-color: #fff;
  color: #008B3E;
}
@media screen and (max-width: 767px) {
  #people .section-block .section-body .off .text p {
    margin-bottom: 0;
  }
}