@charset "UTF-8";


/*--------------------------------------------
kv
--------------------------------------------*/
.people-kv {
  width: 100%;
  height: 504px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  background: #f5f5f5;
  border-radius: 0 0 60px 0;
  padding-top: 80px;
  margin-bottom: 510px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv {
    height: 55.87vw;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.people-kv::before {
  content: "";
  background: url(/wp-content/themes/nichireki/assets/images/people/kv_bg2.png) no-repeat;
  background-size: cover;
  width: 384px;
  height: 257px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv::before {
    display: none;
  }
}

.people-kv::after {
  content: "";
  background: url(/wp-content/themes/nichireki/assets/images/people/kv_bg.png) no-repeat;
  background-size: cover;
  width: 285px;
  height: 285px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv::after {
    width: 42vw;
    height: 35.73vw;
  }
}

.people-kv__inner {
  max-width: 1200px;
  width: 92%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner {
    max-width: none;
    width: 90vw;
    margin: 0 auto;
    padding: 8vw 0 38vw 0;
  }
}

/* heading */
.people-kv__inner__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading {
    flex-flow: column;
    align-items: start;
    gap: 3.666vw;
  }
}

.people-kv__inner__heading__en {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 120px;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__en {
    font-size: 16vw;
  }
}

.people-kv__inner__heading__en:first-letter {
  color: #43b149;
}

.people-kv__inner__heading__jp {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #43b149;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__jp {
    font-size: 5.6vw;
  }
}

.people-kv__inner__heading__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__lead {
    font-size: 3.73vw;
    letter-spacing: 0.02em;
  }
}

.people-kv__inner__heading__index {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index {
    margin-top: 17.33vw;
    flex-direction: column;
    gap: 0;
  }
}

.people-kv__inner__heading__index a {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 18px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index a {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 4vw 0;
    border-bottom: 2px dotted #000;
    gap: 0;
  }
}

.people-kv__inner__heading__index__img {
  display: block;
  border-radius: 30px;
  width: 306px;
  height: 412px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index__img {
    border-radius: 4vw;
    width: 26.67vw;
    height: 26.67vw;
    margin-right: 5.33vw;
  }
}

.people-kv__inner__heading__index a.-people01 .people-kv__inner__heading__index__img {
  content: "";
  background: url(/wp-content/themes/nichireki/assets/images/people/people01.jpg) no-repeat;
  background-size: cover;
}
.people-kv__inner__heading__index a.-people02 .people-kv__inner__heading__index__img {
  content: "";
  background: url(/wp-content/themes/nichireki/assets/images/people/people02.jpg) no-repeat;
  background-size: cover;
}

.people-kv__inner__heading__index__txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index__txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
  }
}

.people-kv__inner__heading__index a::before {
  content: "";
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 345px;
  right: 15px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index a::before {
    background: linear-gradient(90deg, #43b149, #11834f);
    width: 9.33vw;
    height: 9.33vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
}
.people-kv__inner__heading__index a::after {
  content: "";
  background: url(/wp-content/themes/nichireki/assets/images/arrow_gr.svg) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  width: 16px;
  height: 12px;
  position: absolute;
  top: 367px;
  right: 34px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index a::after {
    background: url(/wp-content/themes/nichireki/assets/images/arrow_wh.svg) no-repeat;
    width: 3.6vw;
    height: 2.9vw;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    right: 2.6vw;
  }
}

.people-kv__inner__heading__index p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  /* position: absolute;
  bottom: -34px; */
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index p {
    font-size: 3.73vw;
    position: inherit;
  }
}
.people-kv__inner__heading__index p.-name {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #43b149;
  /* position: absolute;
  bottom: -72px; */
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-kv__inner__heading__index p.-name {
    font-size: 4.8vw;
    position: inherit;
  }
}


/*--------------------------------------------
People
--------------------------------------------*/
.people-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 80px;
  background: #f5f5f5;
  border-radius: 120px 0 0 120px;
  padding: 220px 0 160px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container {
    margin-top: 90.67vw;
    border-radius: 16vw 0 0 16vw;
    padding: 41.33vw 0 21.33vw 0;
  }
}

.people-container__inner {
  width: 87.5%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 150px 100px 120px;
  background: #fff;
  border-radius: 60px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner {
    width: calc(100% - 5.33vw * 2);
    max-width: none;
    padding: 0 0 12vw;
    border-radius: 8vw;
  }
}
.people-container__inner:not(:nth-of-type(1)) {
  margin-top: 220px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner:not(:nth-of-type(1)) {
    margin-top: 43vw;
  }
}

.people-container__inner__heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  min-height: 450px;
  border-radius: 225px;
  margin-top: -250px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__heading {
    width: 100%;
    max-width: none;
    min-height: 53.33vw;
    border-radius: 26.67vw 26.67vw 0 0;
    margin-top: -26.67vw;
  }
}
.people-container__inner__heading.-people01 {
  background: url(/wp-content/themes/nichireki/assets/images/people/people01-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.people-container__inner__heading.-people02 {
  background: url(/wp-content/themes/nichireki/assets/images/people/people02-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.people-container__inner__heading__en {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 0.8;
  letter-spacing: 0.02em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__heading__en {
    font-size: 13.33vw;
    z-index: 1;
  }
}

.people-container__inner__heading__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.667;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: -30px;
  right: -40px;
  background: url(/wp-content/themes/nichireki/assets/images/people/name_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__heading__name {
    width: 100%;
    height: 24vw;
    font-size: 4.8vw;
    position: absolute;
    bottom: -24vw;
    right: auto;
    border-radius: 0 0 4vw 4vw;
    background: linear-gradient(90deg, #43b149, #11834f);
  }
}

.people-container__inner__heading__name p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__heading__name p {
    font-size: 3.73vw;
  }
}

.people-container__inner__heading__name p.-name {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.333;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__heading__name p.-name {
    margin-top: 0.8vw;
    font-size: 4.8vw;
  }
}

.people-container__inner__content {
  width: 100%;
  max-width: 1000px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content {
    width: calc(100% - 5.33vw * 2);
    max-width: none;
    margin: 14.67vw auto 0;
  }
}

.people-container__inner__content h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.667;
  letter-spacing: 0.08em;
  color: #43b149;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content h3 {
    margin-top: 9.33vw;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
}
.people-container__inner__content h3:first-child {
  margin-top: 80px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content h3:first-child {
    margin-top: 20vw;
  }
}

.people-container__inner__content p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content p {
    margin-top: 2vw;
    font-size: 3.73vw;
    line-height: 1.786;
    letter-spacing: 0.02em;
  }
}

.people-container__inner__content__img {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content__img {
    margin-top: 12.67vw;
    flex-direction: column;
    gap: 4.67vw;
  }
}

.people-container__inner__content__img img {
  width: calc((100% - 2.5vw) / 2);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .people-container__inner__content__img img {
    width: 100%;
  }
}


